Displaying 11 results from an estimated 11 matches for "initvesa".
Did you mean:
inittest
2006 Sep 28
0
make spotless failure in 3.31
When I build syslinux, I normally do
make spotless
make
but this fails with syslinux-3.31 because of
4 files:
./com32/lib/sys/vesa/.background.o.d
./com32/lib/sys/vesa/.drawtxt.o.d
./com32/lib/sys/vesa/.alphatbl.o.d
./com32/lib/sys/vesa/.initvesa.o.d
The .initvesa.o.d has some redhat specific path
that does not exist on my system:
/usr/lib/gcc/x86_64-redhat-linux/4.1.1/include/stdarg.h
If I do this:
make spotless
find . -name '.*.d' -exec rm {} \;
make
then everything is ok. Please consider adding
the removal of such files t...
2006 Oct 03
1
syslinux-3.31
make spotless fails to remove 4 files:
./com32/lib/sys/vesa/.background.o.d
./com32/lib/sys/vesa/.drawtxt.o.d
./com32/lib/sys/vesa/.alphatbl.o.d
./com32/lib/sys/vesa/.initvesa.o.d
This breaks the build since those files require redhat
header file locations that don't exist on my system.
Now I issue
make spotless
find . -name '.*.d' -exec rm {} \;
make
and things work, but I suspect removing those files
should be done by make spotless.
2015 Aug 10
4
EFI: HP + syslinux = crash [ brown paper bag update ]
...pets of debug() output:
[640x480]
| Opening config file: pxelinux.cfg/category.default open_file
pxelinux.cfg/category.default
| searchdir: pxelinux.cfg/category.default root: 0x0000000000000000
cwd: 0x0000000000000000
| PXE: file = 0x00000000772faaf8, retries left = 0: ok
| ok
| Hello, World! (initvesa.c)
| Hello, World! (vesa.c)
| mode 0 version 0 pixlfmt 1 hres=1024 vres=768
| mode_num = 0 query_status 0
| mode 0 hres=640 vres=480
| BGR8bit bpp 32 pixperScanLine 640 logical_scan 2560 bytesperPix 4
| Success setting mode 0
| Mode set, now drawing at 0x0000000091000000
| Ready!
| open_file bootlo...
2015 Aug 05
3
EFI: HP + syslinux = crash [ brown paper bag update ]
On Wed, Aug 5, 2015 at 3:03 PM, Oscar Roozen via Syslinux
<syslinux at zytor.com> wrote:
> Unfortunately I can't test anymore until Friday. Maybe gnu-efi got
> updated? I seem to remember seeing a shell script pulling in the
> newest version during compilation...
It's version locked to a certain commit ID.
--
-Gene
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...m32/lib/syslinux/disk.c | 63 +++++++++++++++----
core/include/pxe.h => com32/lib/syslinux/pxe_dns.c | 50 +++++++++++++---
com32/libupload/upload_tftp.c | 2 +-
com32/lua/src/vesa.c | 31 +++++++---
com32/mboot/initvesa.c | 24 +++++---
com32/mboot/mem.c | 35 ++++++++---
com32/modules/Makefile | 15 +++++
com32/modules/gpxecmd.c | 5 +-
com32/modules/host.c |...
2013 Jun 25
0
Syslinux 6.00 released
...inyjpeg.o jpeg/jidctflt.o jpeg/decode1.o jpeg/decode3.o jpeg/rgb24.o jpeg/bgr24.o jpeg/yuv420p.o jpeg/grey.o jpeg/rgba32.o jpeg/bgra32.o pci/cfgtype.o pci/scan.o pci/bios.o pci/readb.o pci/readw.o pci/readl.o pci/writeb.o pci/writew.o pci/writel.o sys/vesacon_write.o sys/vesaserial_write.o sys/vesa/initvesa.o sys/vesa/drawtxt.o sys/vesa/background.o sys/vesa/alphatbl.o sys/vesa/screencpy.o sys/vesa/fmtpixel.o syslinux/reboot.o syslinux/keyboard.o syslinux/version.o syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o syslinux/pxe_dns.o syslinux/video/fontquery.o syslinux/video/reportmode.o syslinux/addlis...
2013 Jun 25
4
Syslinux 6.00 released
On Tue, 25 Jun, at 01:52:00PM, Helmut Hullen wrote:
> Thanks - now it crashes later ...
What crash are you seeing?
> I don't have the ia64 files which are needed for a complete binary. But
> maybe that's only my special problem.
You shouldn't need ia64 files to build ia32 and x86-64 versions of
gnu-efi or Syslinux.
--
Matt Fleming, Intel Open Source Technology Center
2012 Nov 09
1
Syslinux-6.00-pre1
...upport
efi: Delete unused variables
efi: Add support for UGA devices
efi: Forward declare 'struct screen_info'
Makefile: Only provide one make rule for each directory
efi: Fix warning about discarding const qualifier
com32.h: Fix MK_PTR() for 64-bit
initvesa.c: Delete unused variables (set but not used) and cleanup
screencpy.c: Delete unused variables and cleanup
i915resolution.c: cast to 64-bit sized ptr
vesa: Change the prototype of __vesacon_init()
Merge branch 'cleanup' into for-hpa/elflink/firmware
Merge tag &...
2011 Apr 16
6
[PATCH 0/6] Makefile cleanups
From: Matt Fleming <matt.fleming at linux.intel.com>
This series includes a patch (PATCH 1/6) that I sent previously but I
thought it was worth sending it again since the rest of the series
depends on it, and it also gives a bit of context.
These cleanups make it simpler to do the big switchover to ELF modules
on the elflink branch because the libraries in $LIBS are now contained
in one
2013 Jun 20
9
Syslinux 6.00 released
...upport
efi: Delete unused variables
efi: Add support for UGA devices
efi: Forward declare 'struct screen_info'
Makefile: Only provide one make rule for each directory
efi: Fix warning about discarding const qualifier
com32.h: Fix MK_PTR() for 64-bit
initvesa.c: Delete unused variables (set but not used) and cleanup
screencpy.c: Delete unused variables and cleanup
i915resolution.c: cast to 64-bit sized ptr
vesa: Change the prototype of __vesacon_init()
Merge branch 'cleanup' into for-hpa/elflink/firmware
Merge tag &...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and