628 Commits (765efac771c07c38c27d971602d8c8c2becf0821)

Author SHA1 Message Date
  Michael Brown 765efac771 [efi] Allow for .efidrv images as well as .efi images 15 years ago
  Michael Brown 314779eb36 [efi] Use elf2efi utility in place of efilink 15 years ago
  Michael Brown 21cfab4fb8 [efi] Inhibit harmless ld warning on unresolved symbol check 15 years ago
  Marty Connor 8674bc05a0 [pcbios] Add additional sanity check for bogus e820 map 15 years ago
  Michael Brown ce0a0ccf5c [x86_64] Add support for compilation as an x86_64 binary 15 years ago
  Michael Brown 29480dd715 [efi] Use EFI-native mechanism for accessing SMBIOS table 15 years ago
  Michael Brown 4d7c650164 [romprefix] Change from opt-in to opt-out when booting via INT19 15 years ago
  Michael Brown e78bcb6175 [netdevice] Kill off the various guess_boot_netdev() functions 15 years ago
  Michael Brown 8e8a348fd4 [pxe] Select the correct network device on multiport cards 15 years ago
  Laurent Vivier a2686a55c4 [blockdev] Move block device operations to structure block_device_operations 15 years ago
  Michael Brown d9b3d09910 [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios 15 years ago
  Michael Brown b59e0cc56e [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long 15 years ago
  Michael Brown 849e4b12d6 [libgcc] Make __libgcc architecture-specific 15 years ago
  Michael Brown dc60c24146 [i386] Rename __cdecl to __asmcall 15 years ago
  Michael Brown 446b6d5fdd [pxe] Move all PXE files to arch/i386 15 years ago
  Michael Brown fca2dcabb8 [elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files 15 years ago
  Michael Brown 0a8a17e669 [i386] Free allocated base memory on exit, if possible 15 years ago
  Michael Brown cc93556725 [build] Fix calculation of _filesz 15 years ago
  Michael Brown c661945e82 [build] Discard junk sections created by newer gcc versions 15 years ago
  Michael Brown 54fbd11221 [build] Keep gcc 4.4 happy 15 years ago
  Michael Brown 2ca2607b1b [romprefix] Use smaller PMM allocations if possible 15 years ago
  Michael Brown 29e6f9835e [i386] Add data32 prefixes to all lgdt/lidt instructions 15 years ago
  Michael Brown 5e6b82104d [romprefix] Add vendor branding facilities and guidelines 15 years ago
  Michael Brown 467c4f77c3 [hacks] Improve the guess_boot_netdev() logic 15 years ago
  Michael Brown 0a6c66a830 [settings] Add the notion of a "tag magic" to numbered settings 15 years ago
  Michael Brown 621101c36a [romprefix] Further sanity checks for the PCI 3 runtime segment address 15 years ago
  Michael Brown 7a4c129af7 [ioapi] Fix broken implementation of insX() in the x86 I/O API 15 years ago
  Michael Brown bcc70d6b99 [pcbios] Guard against register corruption in INT 15,e820 implementations 15 years ago
  Michael Brown d9c38d14d6 [build] Fix building on FreeBSD 15 years ago
  Michael Brown 5600955bdd [romprefix] Sanity-check the runtime segment address for PCI 3 15 years ago
  Michael Brown 7982e79d3c [build] Use ".bss.*" names for uninitialised-data sections 15 years ago
  Michael Brown 04f3206581 [build] Fix building on Ubuntu 8.04 15 years ago
  Michael Brown 64e5ca0582 [efi] Fix linker script for ld 2.17.50.0.9 15 years ago
  Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment 15 years ago
  Michael Brown 831e4cfc27 [umalloc] Formalise the user memory allocation API 15 years ago
  Michael Brown 6554b79ff9 [uaccess] Formalise the uaccess API 15 years ago
  Michael Brown c0835339d0 [nap] Formalise the CPU sleeping API 15 years ago
  Michael Brown 16f1e35775 [timer] Formalise the timer API 15 years ago
  Michael Brown 8a4ccebec9 [pci] Formalise the PCI I/O API 15 years ago
  Michael Brown aef6d0df5c [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API 15 years ago
  Michael Brown 992bbf309c [i386] Remove obsolete functions from virtaddr.h 15 years ago
  Michael Brown ee2df1d6d6 [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> 15 years ago
  Michael Brown 8956a36be5 [ioapi] Formalise the I/O API as used in i386-pcbios 15 years ago
  Michael Brown 13d09e6719 [i386] Simplify linker script and standardise linker-defined symbol names 15 years ago
  Michael Brown 3029eb0e84 [makefile] Reduce verbosity of various NON_AUTO_MEDIA rules 15 years ago
  Michael Brown 5c695db474 [makefile] Split platform-dependent portions out of arch/i386/Makefile 15 years ago
  Michael Brown a2588547f9 [makefile] Add support for multiple build platforms 15 years ago
  Michael Brown f0b942ef42 [makefile] Kill off arch/$(ARCH)/Config 15 years ago
  Michael Brown 1dda75c9cd [pcbios] Allow for larger-than-20-byte buffers in e820mangler.S 15 years ago
  Michael Brown 040f7cdf3a [pcbios] Print INT 15,E820 extended attributes, if present 15 years ago