summaryrefslogtreecommitdiff
path: root/com32/include/syslinux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-0/+2
|\
| * ldlinux: Fix serial output and delete eprintf()Matt Fleming2013-01-241-0/+2
* | Revert "vesa: Correct screencpy() prototype"Matt Fleming2013-01-111-1/+1
* | vesa: Correct screencpy() prototypeMatt Fleming2013-01-071-1/+1
* | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-072-49/+0
|\ \ | |/
| * Delete 16-bit COMBOOT supportsyslinux-5.00Matt Fleming2012-12-061-1/+0
| * Reduce the number of global variablesMatt Fleming2012-12-051-48/+0
* | firmware: Make disk->private an opaque typeMatt Fleming2012-11-151-1/+0
* | firmware: Move memory operations into firmwareMatt Fleming2012-11-151-1/+9
* | sys/vesa: Modularise common vesa codeMatt Fleming2012-11-151-0/+11
* | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-308-16/+249
|\ \ | |/
| * Use pxe_call() instead of COMBOOT APIMatt Fleming2012-07-201-0/+4
| * elflink: Replace __intcall() with direct function callsMatt Fleming2012-07-202-6/+9
| * ldlinux: Stop using the internal KT_* image typesMatt Fleming2012-07-201-0/+10
| * Merge branch 'master' into elflinkMatt Fleming2012-07-191-1/+28
| |\
| | * <syslinux/linux.h>: add missing setup_data_init() definitionH. Peter Anvin2012-06-291-0/+2
| | * Change fdt-specific loader into a generic setup_data loaderH. Peter Anvin2012-06-291-12/+14
| | * com32: Add device tree supportThierry Reding2012-06-291-1/+24
| * | elflink: Use ConfigName directly, the comboot API doesn't worksyslinux-5.00-pre5H. Peter Anvin2012-06-281-2/+2
| * | Revert "pxe: resolve names via DNS from protected-mode code"Matt Fleming2012-06-201-2/+2
| * | Merge remote-tracking branch 'zytor/master' into merge/elflink/masterMatt Fleming2012-05-311-0/+180
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/master' into chaindevMichal Soltys2011-08-021-2/+7
| | |\
| | | * com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2011-06-271-2/+7
| | * | disklib: updates - lbacnt, bps, misc. thingsMichal Soltys2010-10-081-8/+30
| | * | disklib: small fixes / addonsMichal Soltys2010-08-201-5/+6
| | * | chain.c32, libcom32: Move gpt_dump() as disk_gpt_header_dump()Shao Miller2010-07-101-0/+1
| | * | chain.c32, libcom32: Move struct gpt as disk_gpt_headerShao Miller2010-07-101-0/+27
| | * | chain.c32, libcom32: Move gpt_part_dump() as disk_gpt_part_dump()Shao Miller2010-07-101-0/+2
| | * | chain.c32, libcom32: Move guid_to_str() and str_to_guid()Shao Miller2010-07-101-13/+2
| | * | chain.c32, libcom32: Move struct gpt_part as disk_gpt_part_entryShao Miller2010-07-101-0/+10
| | * | chain.c32, libcom32: Move guid_le_walk_mapShao Miller2010-07-101-0/+13
| | * | chain.c32, libcom32: Move struct guidShao Miller2010-07-101-0/+14
| | * | chain.c32, libcom32: Move struct mbr as disk_dos_mbrShao Miller2010-07-101-0/+10
| | * | chain.c32, libcom32: Move mbr_part_dump() as disk_dos_part_dump()Shao Miller2010-07-101-0/+1
| | * | chain.c32, libcom32: Move struct part_entry as disk_dos_part_entryShao Miller2010-07-101-0/+10
| | * | chain.c32, libcom32: Move chs macros and chs typedef as disk_chsShao Miller2010-07-101-0/+11
| | * | libcom32 disk: A slight grunt of constipationShao Miller2010-07-101-6/+6
| | * | chain.c32, libcom32: Move write_verify_sector() as disk_write_verify_sector()Shao Miller2010-07-101-0/+2
| | * | chain.c32, libcom32: Move write_sector() as disk_write_sector()Shao Miller2010-07-101-0/+2
| | * | chain.c32, libcom32: Move read_sectors() as disk_read_sectors()Shao Miller2010-07-101-0/+3
| | * | chain.c32, libcom32: Move struct ebios_dapa as disk_ebios_dapaShao Miller2010-07-101-0/+8
| | * | chain.c32, libcom32: Move get_disk_params() as disk_get_params()Shao Miller2010-07-101-0/+9
| | * | chain.c32, libcom32: Move int13_retry() as disk_int13_retry()Shao Miller2010-07-101-0/+4
| | * | libcom32: Introduce disk header and moduleShao Miller2010-07-101-0/+41
| | |/
| * | localboot: remove unnecessary real-mode callPaulo Alcantara2012-05-281-1/+1
| * | com32: make syslinux_dump_*() pure debugging functionsH. Peter Anvin2012-05-181-2/+7
| * | pxe: resolve names via DNS from protected-mode codePaulo Alcantara2012-05-121-2/+2
| |/
* | firmware: Fix assorted compiler warningsMatt Fleming2012-03-281-1/+2
* | firmware, diskio: Create struct disk_privateMatt Fleming2012-03-281-0/+2
* | firmware: Add EFI linux boot supportMatt Fleming2012-02-022-0/+40