summaryrefslogtreecommitdiff
path: root/core/pxelinux.asm
Commit message (Expand)AuthorAgeFilesLines
* core, pxe: Don't push on one stack and pop from the other in pxenvsyslinux-6.03-pre19H. Peter Anvin2014-07-291-0/+4
* pxe: Re-add support for embedded DHCP optionssyslinux-6.03-pre15H. Peter Anvin2014-06-161-0/+1
* comapi: Remove the comapi interfaces completelyH. Peter Anvin2014-02-131-15/+2
* bios: Remove shuffle and boot comapi callH. Peter Anvin2014-02-131-0/+4
* pxe: Export the initial stack and PXE(NV) structure, fix pxechnH. Peter Anvin2014-02-131-2/+1
* Merge branch 'elflink-pxe-fixes-for-mfleming-2' of git://github.com/geneC/sys...Matt Fleming2013-09-301-2/+3
|\
| * PXELINUX: specify PXE/lwIPGene Cumm2013-09-231-2/+3
* | Merge tag 'syslinux-5.11-pre8' into firmwaresyslinux-6.02-pre1Matt Fleming2013-07-081-2/+3
|\ \ | |/
| * idle: Consolidate idle implementationsMatt Fleming2013-07-031-1/+1
| * core: we only need one reset_idle()Matt Fleming2013-07-021-1/+2
* | Merge tag 'syslinux-5.11-pre3' into firmwaresyslinux-6.01-pre5Matt Fleming2013-06-281-1/+20
|\ \ | |/
| * PXELINUX: implement our own version of local_boot16Matt Fleming2013-06-261-1/+20
* | Merge tag 'syslinux-5.10-pre2' into for-hpa/elflink/firmwareMatt Fleming2013-03-221-28/+30
|\ \ | |/
| * net: Return of the legacy network stackMatt Fleming2013-03-061-0/+2
| * Merge branch 'lwip' into elflinkMatt Fleming2013-02-261-28/+28
| |\
| | * Generalize ipappend handling as "sysappend", and move to PM codeH. Peter Anvin2011-04-251-19/+0
| | * core: pxe: don't switch to the PXE stack if we're on it...H. Peter Anvin2011-04-121-0/+22
| | * core: pxe: real-mode interrupt service routineH. Peter Anvin2011-04-091-1/+6
* | | Merge tag 'syslinux-5.01' into firmwaresyslinux-6.00-pre4Matt Fleming2013-01-291-1/+3
|\ \ \ | |/ /
| * | PXELINUX: Fix IPAPPEND to include BOOTIF and SYSUUIDsyslinux-5.01-pre2Matt Fleming2013-01-141-1/+3
* | | Merge tag 'syslinux-5.00' into firmwaresyslinux-6.00-pre3Matt Fleming2012-12-071-9/+0
|\ \ \ | |/ /
| * | Reduce the number of global variablesMatt Fleming2012-12-051-9/+0
* | | Merge tag 'syslinux-5.00-pre10' into for-hpa/elflink/firmwareMatt Fleming2012-11-141-13/+3
|\ \ \ | |/ /
| * | CLI: Add Ctrl + V support for printing the Syslinux versionMatt Fleming2012-11-021-1/+2
| * | pxe: Don't call open_config() from the pxe coreMatt Fleming2012-11-011-12/+1
* | | Create derivative-specific filesMatt Fleming2012-09-041-16/+1
* | | Merge remote-tracking branch 'mfleming/elflink' into for-hpa/elflink/firmwareMatt Fleming2012-07-301-57/+117
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'mfleming/elflink-dot-zero' into elflinkH. Peter Anvin2012-06-071-0/+1
| |\ \
| | * | elflink: Fix boot sector bootingMatt Fleming2012-06-071-0/+1
| * | | pxe: move hardwired DHCP options into high memoryH. Peter Anvin2012-05-291-49/+46
| |/ /
| * | PXELINUX: do not use hard-coded valuesPaulo Alcantara2012-05-121-4/+4
| * | Remove core/ui.inc completely from SyslinuxPaulo Alcantara2012-04-111-4/+13
| * | PXELINUX: call open_config() function before loading 32-bit environmentPaulo Alcantara2012-04-111-0/+10
| * | PXELINUX: get rid of core/ui.inc filePaulo Alcantara2012-04-111-6/+49
| * | PXELINUX: do not load 32-bit environment twicePaulo Alcantara2012-04-111-1/+1
* | | disk: Add .disk_init() to firmware structMatt Fleming2011-12-161-1/+1
* | | core: Add firmware backend supportMatt Fleming2011-12-161-1/+1
|/ /
* | pxelinux: Call load_env32()Matt Fleming2011-12-021-0/+1
* | core: Delete code that is duplicated in ldlinuxMatt Fleming2011-12-021-49/+0
* | core: Reimplement writestr in CMatt Fleming2011-12-011-1/+1
* | core: Reimplement lots asm code in CMatt Fleming2011-12-011-4/+13
* | ldlinux: Add support for parsing "serial" config directiveMatt Fleming2011-06-071-0/+1
* | core: Load the 32-bit environment at startupMatt Fleming2011-05-271-3/+2
|/
* PXELINUX: shorten code in pxenv callGene Cumm2010-11-131-4/+2
* PXELINUX: add gPXE PXENV_FILE_EXEC in addition to PXENV_RESTART_TFTP; commentsGene Cumm2010-11-131-2/+6
* PXELINUX: Fix timer bugGene Cumm2010-11-051-0/+19
* core: don't hang if no config file is foundH. Peter Anvin2010-07-251-5/+6
* pxelinux: use alignb not alignz in a bss sectionsH. Peter Anvin2010-06-211-1/+1
* pxe: centralize all the IP information and export it to modulesH. Peter Anvin2010-06-181-3/+11
* core: fix "sector size" confusionsyslinux-4.00-pre45H. Peter Anvin2010-05-141-11/+0