1. 693a88e shadow: Rework bios copy code to prevent gcc array-bounds warning by Kevin O'Connor · 4 years, 11 months ago
  2. 42812e0 shadow: Don't invoke a shutdown on reboot unless in a reboot loop by Kevin O'Connor · 6 years ago
  3. c68aff5 resume: Don't attempt to use generic reboot mechanisms on QEMU by Kevin O'Connor · 7 years ago
  4. d449a11 shadow: Batch PCI config writes by Kevin O'Connor · 7 years ago
  5. 9d691ac optionroms: Drop support for CONFIG_OPTIONROMS_DEPLOYED by Kevin O'Connor · 7 years ago
  6. a48f602 post: Always set HaveRunPost prior to setting any other global variable by Kevin O'Connor · 8 years ago
  7. b837e68 resume: Make KVM soft reboot loop detection more flexible by Kevin O'Connor · 8 years ago
  8. 5d91226 memmap: Introduce SYMBOL() macro to access linker script symbols by Kevin O'Connor · 8 years ago
  9. 6bcacf7 Fix typos found by codespell by Stefan Weil · 8 years ago
  10. 40d0312 piix: add and use dev-piix.h by Paolo Bonzini · 9 years ago
  11. 2d2fa31 Move function definitions for output.c from util.h to new file output.h. by Kevin O'Connor · 10 years ago
  12. 9dea590 Move malloc code from pmm.c to new files malloc.c and malloc.h. by Kevin O'Connor · 10 years ago
  13. fa9c66a Rename util.c to string.c and introduce string.h. by Kevin O'Connor · 10 years ago
  14. b9c6a96 Split x86 specific functions out of util.c/h to new files x86.c/h. by Kevin O'Connor · 10 years ago
  15. ccee6e8 Move code cenetered around firmware initialization to src/fw/ by Kevin O'Connor · 10 years ago[Renamed from src/shadow.c]
  16. 5d369d8 Move code centered around specific hardware devices to src/hw/ by Kevin O'Connor · 10 years ago
  17. 2b0fb8c Add config option to support memory allocations in 9-segment. by Kevin O'Connor · 10 years ago
  18. c98424c Default unused UMB areas to be read-only. by Kevin O'Connor · 10 years ago
  19. 96d4c43 shadow: Don't use PCIDevices list in make_bios_readonly(). by Kevin O'Connor · 11 years ago
  20. 400c66c Try to detect an unsuccessful hard-reboot to prevent soft-reboot loops. by Kevin O'Connor · 11 years ago
  21. 3733f6f Rename rom_get_top() to rom_get_max(). by Kevin O'Connor · 11 years ago
  22. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 11 years ago
  23. 72a590e seabios: add q35 initialization functions. by Isaku Yamahata · 11 years ago
  24. 5e01908 Allow optionroms and "low mem" to share space. by Kevin O'Connor · 11 years ago
  25. 9c98517 Use the e-segment instead of the 9-segment for bios "low mem". by Kevin O'Connor · 11 years ago
  26. 2b333e4 Rename foreachbdf_in_bus to foreachbdf and simplify it. by Kevin O'Connor · 12 years ago
  27. 278b19f Convert pci_init_device to use 'struct pci_device'. by Kevin O'Connor · 12 years ago
  28. faf6a4e Use manual PCI search when making bios ram writable. by Kevin O'Connor · 12 years ago
  29. 6e4583c Remove dev-i440fx.c/h - move code closer to its callers. by Kevin O'Connor · 12 years ago
  30. 74c7878 Add support for use as Xen HVM BIOS. by Ian Campbell · 12 years ago
  31. 244caf8 Try to hard-reboot on rerun of post even on emulators. by Kevin O'Connor · 13 years ago
  32. 5bd01de Don't do shadow copying of optionroms when CONFIG_OPTIONROMS_DEPLOYED. by Kevin O'Connor · 13 years ago
  33. 08328e7 seabios: shadow: make device finding more generic. by Isaku Yamahata · 13 years ago
  34. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  35. 034ce4b Do not guard qemu shadow ram work around in CONFIG_OPTIONROMS_DEPLOYED by Anthony Liguori · 14 years ago
  36. 5b8f809 Allow rom to grow beyond 64K. by Kevin O'Connor · 14 years ago
  37. e773930 Add support for enabling ram in 0xc0000-0xf0000 area. by Kevin O'Connor · 14 years ago
  38. 3528496 When enabling write access to 0xf0000, just copy from 0xffff0000. by Kevin O'Connor · 14 years ago
  39. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  40. 4132e02 Don't allow start_bdf with new auto max bus detection code. by Kevin O'Connor · 15 years ago
  41. be19cdc Overhaul PCI config functions. by Kevin O'Connor · 15 years ago
  42. 2ed2f58 Synch pci ids and registers with Linux kernel source. by Kevin O'Connor · 15 years ago
  43. 415c2dc Use defines for PCI ids. by Kevin O'Connor · 15 years ago
  44. e3677b1 Define 16bit OFFSET_x to be 32bit addresses; introduce CONFIG_BIOS_ADDR. by Kevin O'Connor · 15 years ago
  45. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  46. 276d4a9 Move acpi code out of rombios32.c; clean up use of fixed memory addresses. by Kevin O'Connor · 15 years ago
  47. da4a648 Separate out ram shadow code and permit more code to write to bios. by Kevin O'Connor · 15 years ago