summaryrefslogtreecommitdiffstats
path: root/src/arch
Commit message (Expand)AuthorAgeFilesLines
...
* [i386] Kill off obsolete boot1a.s fileMichael Brown2009-02-181-410/+0Star
* [comboot] Implement INT 22h AX=001Bh (Cleanup, shuffle, and boot to real mode)Daniel Verkamp2009-02-172-1/+95
* [comboot] Restore the real-mode stack pointer on exit from a COMBOOT imageMichael Brown2009-02-175-14/+40
* [comboot] Unhook interrupt vectors after returning from a COMBOOT imageMichael Brown2009-02-174-0/+18
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-173-15/+16
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-175-104/+134
* [build] Cope with oddities in the Fedora 10 assemblerMichael Brown2009-02-163-15/+15
* [image] Avoid claiming zero-length images as validMichael Brown2009-02-161-0/+6
* [romprefix] Update ROM checksum even if PMM allocation failsMichael Brown2009-02-151-7/+9
* [i386] Add explicit flags and type on all .section declarationsMichael Brown2009-02-158-99/+82Star
* [i386] Add explicit ""aw", @nobits" declarations to stack sectionsMichael Brown2009-02-152-2/+2
* [umalloc] Avoid problems when _textdata_memsz is a multiple of 4kBMichael Brown2009-02-151-3/+3
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-2/+1Star
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-011-1/+1
* [tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2009-01-271-7/+4Star
* [bios] Add F8 function key as a recognised BIOS keycodeMichael Brown2009-01-251-1/+3
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-081-0/+4
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-085-29/+78
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-079-731/+156Star
* [efi] Inhibit harmless ld warning on unresolved symbol checkMichael Brown2009-01-052-2/+4
* [pcbios] Add additional sanity check for bogus e820 mapMarty Connor2008-12-181-0/+7
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-0529-49/+692
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-057-553/+113Star
* [romprefix] Change from opt-in to opt-out when booting via INT19Michael Brown2008-12-041-3/+3
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-214-62/+5Star
* [pxe] Select the correct network device on multiport cardsMichael Brown2008-11-211-2/+4
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-191-6/+6
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-196-0/+976
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-199-14/+14
* [libgcc] Make __libgcc architecture-specificMichael Brown2008-11-191-0/+14
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-1911-17/+28
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-1810-0/+4558
* [elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header filesMichael Brown2008-11-182-96/+0Star
* [i386] Free allocated base memory on exit, if possibleMichael Brown2008-11-189-29/+133
* [build] Fix calculation of _fileszMichael Brown2008-11-181-6/+6
* [build] Discard junk sections created by newer gcc versionsMichael Brown2008-11-182-0/+12
* [build] Keep gcc 4.4 happyMichael Brown2008-11-182-8/+12
* [romprefix] Use smaller PMM allocations if possibleMichael Brown2008-11-111-7/+41
* [i386] Add data32 prefixes to all lgdt/lidt instructionsMichael Brown2008-11-072-7/+7
* [romprefix] Add vendor branding facilities and guidelinesMichael Brown2008-10-312-12/+76
* [hacks] Improve the guess_boot_netdev() logicMichael Brown2008-10-311-3/+4
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-4/+19
* [romprefix] Further sanity checks for the PCI 3 runtime segment addressMichael Brown2008-10-291-9/+22
* [ioapi] Fix broken implementation of insX() in the x86 I/O APIMichael Brown2008-10-271-2/+2
* [pcbios] Guard against register corruption in INT 15,e820 implementationsMichael Brown2008-10-232-3/+11
* [build] Fix building on FreeBSDMichael Brown2008-10-171-2/+6
* [romprefix] Sanity-check the runtime segment address for PCI 3Michael Brown2008-10-171-0/+9
* [build] Use ".bss.*" names for uninitialised-data sectionsMichael Brown2008-10-172-11/+11
* [build] Fix building on Ubuntu 8.04Michael Brown2008-10-177-14/+16
* [efi] Fix linker script for ld 2.17.50.0.9Michael Brown2008-10-131-6/+6