summaryrefslogtreecommitdiffstats
path: root/src/arch/i386
Commit message (Expand)AuthorAgeFilesLines
...
* [console] Add concept of generic console configurationMichael Brown2013-11-282-0/+8
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-282-2/+2
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-3/+9
* [build] Update build system for Syslinux 6.xChristian Hesse2013-11-151-1/+4
* [pxe] Ensure cached DHCPACK is retrieved prior to network device creationMichael Brown2013-11-081-7/+12
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-1/+1
* [cmdline] Allow "if<xxx>" commands to take optionsMichael Brown2013-11-051-6/+15
* [netdevice] Make all net_driver methods optionalMichael Brown2013-11-012-32/+0Star
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-253-73/+236
* [build] Work around bug in gcc >= 4.8Michael Brown2013-09-256-20/+35
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-1/+1
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-4/+3Star
* [build] Fix %.licence build targetMichael Brown2013-07-163-0/+6
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+108
* [build] Work around bug in gcc >= 4.8Michael Brown2013-06-071-3/+5
* [bzimage] Fix spurious uninitialised-variable warning on some gcc versionsMichael Brown2013-06-051-0/+1
* [bzimage] Align initrd images to page boundaryMichael Brown2013-06-052-19/+16Star
* [build] Add efidrv.cab target for UEFI Secure Boot signingMichael Brown2013-05-141-5/+3Star
* [build] Provide "allXXXs" targets for all media on all platformsMichael Brown2013-05-141-0/+7
* [romprefix] Fix incorrect pointer offset in undiloader.SFrediano Ziglio2013-05-141-2/+2
* [build] Use $(eval) if availableMichael Brown2013-05-141-5/+5
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-011-1/+1
* [romprefix] Report failure cause when unable to open payloadMichael Brown2013-04-301-4/+7
* [pxe] Convert external PXE API errors into iPXE platform-generated errorsMichael Brown2013-04-293-16/+26
* [libc] Redefine low 8 bits of error code as "platform error code"Michael Brown2013-04-193-0/+239
* [bios] Fix screen clearing on buggy BIOSesMichael Brown2013-04-171-1/+1
* [cmdline] Add ability to perform a warm rebootMichael Brown2013-03-222-1/+10
* [efi] Add "reboot" command for EFIMichael Brown2013-03-223-33/+39
* [build] Avoid strict-aliasing warning for gcc 4.3Bo Yang2013-03-211-2/+2
* [smbios] Provide SMBIOS version number via smbios_version()Michael Brown2013-03-201-0/+2
* [int13] Split out ISO9660 and El Torito definitions to separate header filesMichael Brown2013-03-202-116/+2Star
* [lkrnprefix] Allow relocation when no initrd is presentMichael Brown2013-03-151-3/+10
* [romprefix] Display only one "Ctrl-B" prompt per PCI device during POSTMichael Brown2013-03-111-3/+11
* [pcbios] Inhibit all calls to INT 15,e820 and INT 15,e801 during POSTMichael Brown2013-03-116-10/+37
* [prefix] Use %cs as implicit parameter to uninstall()Michael Brown2013-03-081-6/+6
* [nbiprefix] Set up real-mode stack before jumping to .text16Michael Brown2013-03-081-0/+4
* [pcbios] Add extra debugging messages when unhiding iPXE from memoryMichael Brown2013-03-081-5/+15
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-7/+20
* [undi] Work around specific devices with known broken interrupt behaviourMichael Brown2013-03-051-0/+52
* [bzimage] Allow initrds to be rearranged in placeMichael Brown2012-11-131-73/+140
* [initrd] Add ability to reshuffle initrds into image list orderMichael Brown2012-11-122-0/+329
* [umalloc] Split largest_memblock() function out from init_eheap()Michael Brown2012-11-061-49/+8Star
* [uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown2012-11-051-0/+6
* [build] Include version number within only a single object fileMichael Brown2012-11-023-8/+15
* [int13] Do not zero %edx when jumping to a boot sectorMichael Brown2012-10-051-1/+1
* [int13] Zero all possible registers when jumping to a boot sectorMichael Brown2012-09-141-1/+14
* [int13] Use correct size when estimating floppy disk geometryMichael Brown2012-09-141-1/+1
* [sdi] Add support for SDI imagesMichael Brown2012-09-052-0/+175
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-1/+2
* [comboot] Accept only ".cbt" as an extension for COMBOOT imagesMichael Brown2012-08-131-1/+1