search for: screencpy

Displaying 6 results from an estimated 6 matches for "screencpy".

2013 Jan 09
1
[syslinux:firmware] vesa: Correct screencpy() prototype
...rg/commit/15a67011987c341814533ac4d8e23c9a72dc7605 > Author: Matt Fleming <matt.fleming at intel.com> > AuthorDate: Mon, 7 Jan 2013 14:42:16 +0000 > Committer: Matt Fleming <matt.fleming at intel.com> > CommitDate: Mon, 7 Jan 2013 20:29:16 +0000 > > vesa: Correct screencpy() prototype > > The 'src' argument should actually be const char * because the BIOS > code performs pointer arithmetic on it. > > Signed-off-by: Matt Fleming <matt.fleming at intel.com> > Not really. The objects are uint32_t and so the prototype is correct. It...
2013 Jun 20
9
Syslinux 6.00 released
...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 'syslinux-5.00-pre9' into for-hpa/elflink/firmware NEWS, vers...
2013 Jun 25
0
Syslinux 6.00 released
...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/addlist.o syslinux/freelist.o syslinux/memmap.o syslinux/movebits.o syslinux/shuffle.o s...
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
...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 'syslinux-5.00-pre9' into for-hpa/elflink/firmware NEWS, vers...
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