summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
* [ifmgmt] Use generic option-parsing libraryMichael Brown2010-11-221-2/+73
* [pxe] Use network device receive queue freezingMichael Brown2010-11-201-6/+11
* [undi] Support underlying UNDI devices that don't support interruptsMichael Brown2010-11-191-17/+31
* [pxe] Always allow MAX_LL_HEADER_LEN for the link-layer headerMichael Brown2010-11-191-4/+2Star
* [bzimage] Increase maximum command-line size to 0x7ffJarrod Johnson2010-11-131-1/+1
* [build] Add FreeBSD location for isolinuxMichael Brown2010-11-031-1/+2
* [romprefix] Add missing addr32 prefixMichael Brown2010-10-291-1/+1
* [int13] Dump out MBR at DBGLVL_EXTRAMichael Brown2010-10-181-0/+2
* [romprefix] Add missing FILE_LICENCE declaration to undiloader.SMichael Brown2010-10-181-0/+2
* [linux] Fix building on RHEL5 and similar platformsMichael Brown2010-10-111-48/+40Star
* [int13] Fix typo in debug messageMichael Brown2010-09-221-1/+1
* [int13] Include disk signature in debugging outputMichael Brown2010-09-222-2/+9
* [int13] Add infrastructure to support EDD version 4.0Michael Brown2010-09-222-27/+243
* [block] Replace gPXE block-device API with an iPXE asynchronous interfaceMichael Brown2010-09-1417-1924/+744Star
* [multiboot] Reduce length of "Features" startup bannerMichael Brown2010-09-121-1/+1
* [netdevice] Call netdev_link_[up|down|err]() only while registeredMichael Brown2010-09-051-3/+3
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-031-1/+1
* [build] Fix misaligned table entries when using gcc 4.5Piotr Jaroszyński2010-08-201-1/+1
* [linux] Add command line argumentsPiotr Jaroszyński2010-08-192-0/+6
* [linux] Add most of the linux apiPiotr Jaroszyński2010-08-192-0/+283
* [linux] Add linux_syscallPiotr Jaroszyński2010-08-192-0/+78
* [linux] Add linux api headersPiotr Jaroszyński2010-08-193-0/+18
* [linux] Add linuxprefixPiotr Jaroszyński2010-08-192-0/+47
* [dhcp] Use i386-pcbios DHCP options on linuxPiotr Jaroszyński2010-08-191-0/+36
* [linux] Add linux platform skeletonPiotr Jaroszyński2010-08-196-2/+227
* [build] Provide %.fd0 build targets only for pcbiosMichael Brown2010-08-172-15/+7Star
* [build] Build pcbios specific drivers only on pcbiosPiotr Jaroszyński2010-08-162-2/+4
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-167-8/+9
* [comboot] Run com32 programs with a valid IDTGeoff Lywood2010-08-014-6/+138
* [string] Use 64-bit registers in assembly memswap() on x86_64Joshua Oreman2010-08-011-4/+4
* [romprefix] Do not check for BBS compatibilityMichael Brown2010-06-241-29/+3Star
* [build] Fix broken build caused by implied dependency upon "perl"Michael Brown2010-06-241-4/+4
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-222-69/+58Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-32/+33
* [doc] Fix comment on Linux/x86 boot protocol pathWu Fengguang2010-06-031-1/+1
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-312-0/+4
* [pxe] Remove obsolete pxe_errortab.cMichael Brown2010-05-311-103/+0Star
* [build] Remove PACKED macroMichael Brown2010-05-304-70/+70
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-293-0/+120
* [efi] Fix .efi and .efidrv linkingPiotr Jaroszyński2010-05-274-6/+8
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-274-21/+17Star
* [comboot] Propagate carry flag from COMBOOT APIStefan Hajnoczi2010-05-253-12/+41
* [pxe] Treat PXENV_RESTART_TFTP as unreturnableMichael Brown2010-05-213-7/+17
* [build] Fix building with binutils 2.16Michael Brown2010-04-271-1/+2
* [romprefix] Add .mrom format, allowing loading of large ROMsMichael Brown2010-04-254-8/+516
* [build] Replace obsolete makerom.pl with quick script using Option::ROMMichael Brown2010-04-251-0/+4
* [romprefix] Inhibit the use of relocation during POSTMichael Brown2010-04-253-6/+25
* [romprefix] Split PMM allocations for image source and decompression areaMichael Brown2010-04-251-51/+119
* [prefix] Use area at top of INT 15,88 memory map for temporary decompressionMichael Brown2010-04-253-17/+27
* [pcbios] Always show INT 15,88 result under DEBUG=memmapMichael Brown2010-04-251-5/+5