1. f85e4bc Calculate "RamSize" needed by 16bit interface dynamically. by Kevin O'Connor · 12 years ago
  2. 0b314ab Move malloc's ZoneFSeg and ZoneLow setup to malloc_init. by Kevin O'Connor · 12 years ago
  3. 6afc6f8 Don't relocate "varlow" variable references at runtime. by Kevin O'Connor · 12 years ago
  4. 89a2f96 Convert VAR16VISIBLE, VAR16EXPORT, and VAR32VISIBLE to VARFSEG. by Kevin O'Connor · 12 years ago
  5. 4195349 Introduce VARFSEG for variables that will reside in the f-segment. by Kevin O'Connor · 12 years ago
  6. bbd0458 Minor assembler enhancements to __csm_return. by Kevin O'Connor · 12 years ago
  7. 3e86d6b Remove unnecessary "export" declarations from assembler functions. by Kevin O'Connor · 12 years ago
  8. 555a213 seabios q35: Enable all PIRQn IRQs at startup by Alex Williamson · 12 years ago
  9. 4cf2067 Disable handle_post() on CSM builds. by Kevin O'Connor · 12 years ago
  10. 41fb363 Disable CONFIG_THREAD_OPTIONROMS for CSM build by David Woodhouse · 12 years ago
  11. c924344 Clarify build generated "zone low" values. by Kevin O'Connor · 12 years ago
  12. 89efc93 Report on f-segment UMB ram also. by Kevin O'Connor · 12 years ago
  13. 3733f6f Rename rom_get_top() to rom_get_max(). by Kevin O'Connor · 12 years ago
  14. 2321912 build: Don't require $(OUT) to be a sub-directory of the main directory. by Kevin O'Connor · 12 years ago
  15. 84b7dcb Implement !CONFIG_BOOT for CSM by David Woodhouse · 12 years ago
  16. 0feab53 Implement !CONFIG_OPTIONROMS support for CSM by David Woodhouse · 12 years ago
  17. 5cf799b Make CONFIG_OPTIONROMS_DEPLOYED depend on CONFIG_QEMU by David Woodhouse · 12 years ago
  18. 97dce0f Warn on unaligned PCI ROM structure in option roms. by Kevin O'Connor · 12 years ago
  19. 7cac600 USB-EHCI: Fix null pointer assignment by Avik Sil · 12 years ago
  20. a2a86e2 Group QEMU platform setup together and move to paravirt.c. by Kevin O'Connor · 12 years ago
  21. b840ba9 Integrate qemu_cfg_preinit() into qemu_romfile_init(). by Kevin O'Connor · 12 years ago
  22. fe09030 Process fw_cfg e820 entries during the fw_cfg setup stage. by Kevin O'Connor · 12 years ago
  23. f9e4e37 Convert fw_cfg NUMA entries into a romfile entry. by Kevin O'Connor · 12 years ago
  24. 56c5089 Convert basic integer fw_cfg entries into romfile entries. by Kevin O'Connor · 12 years ago
  25. de9e705 Convert fw_cfg SMBIOS entries into romfile entries. by Kevin O'Connor · 12 years ago
  26. 188d994 Convert fw_cfg ACPI entries into romfile entries. by Kevin O'Connor · 12 years ago
  27. c40e3fa Support skipping content when reading from QEMU fw_cfg romfile entries. by Kevin O'Connor · 12 years ago
  28. 4b1d2be Unify return path for CSM to go via csm_return() by David Woodhouse · 12 years ago
  29. dbdb773 Use find_pmtimer() after copying coreboot ACPI tables by David Woodhouse · 12 years ago
  30. f34f069 Use find_pmtimer() after copying Xen ACPI tables by David Woodhouse · 12 years ago
  31. 31fe26e Move find_pmtimer() to ACPI table setup where it logically belongs by David Woodhouse · 12 years ago
  32. 473013a Don't calibrate TSC if PMTIMER is already set up by David Woodhouse · 12 years ago
  33. 38c2ebf Fix rom_reserve()/rom_confirm() for CSM oprom dispatch by David Woodhouse · 12 years ago
  34. 3a735ba The mathcp setup touches the PIC and thus move to the "setup" phase. by Kevin O'Connor · 12 years ago
  35. 9f08c90 Start device_hardware_setup in mainint even with CONFIG_THREAD_OPTIONROMS. by Kevin O'Connor · 12 years ago
  36. 5dbf173 Only perform SMP setup on QEMU. by Kevin O'Connor · 12 years ago
  37. 4edda08 Minor - move definitions to paravirt.c from paravirt.h. by Kevin O'Connor · 12 years ago
  38. 7b5bc50 Convert kvm_para_available() to runningOnKVM(). by Kevin O'Connor · 12 years ago
  39. 897fb11 Consistently use CONFIG_COREBOOT, CONFIG_QEMU, and runningOnXen(). by Kevin O'Connor · 12 years ago
  40. 02313b2 Add runningOnQEMU() and runningOnXen() for runtime platform detection. by Kevin O'Connor · 12 years ago
  41. b5c7da6 No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS. by Kevin O'Connor · 12 years ago
  42. 0f6198a Determine century during init and store in VARLOW mem during runtime. by Kevin O'Connor · 12 years ago
  43. 5d47eb4 Enable PMTIMER for CSM build by David Woodhouse · 12 years ago
  44. 3219dfa Add find_pmtimer() function by David Woodhouse · 12 years ago
  45. b1885fc Undo incorrect assumptions about Xen in commit 6ca0460f. by Kevin O'Connor · 12 years ago
  46. 9e4d41c POST: Move cpu caching and dma setup to platform_hardware_setup(). by Kevin O'Connor · 12 years ago
  47. 6ca0460 POST: Reorganize post entry and "preinit" functions. by Kevin O'Connor · 12 years ago
  48. 8ed2e53 POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c. by Kevin O'Connor · 12 years ago
  49. 118469a Add CSM support by David Woodhouse · 12 years ago
  50. fbdbb4b Add pic_save_mask() and pic_restore_mask() functions by David Woodhouse · 12 years ago
  51. 72f7885 Import LegacyBios.h from OVMF by David Woodhouse · 12 years ago
  52. 38b24db Export copy_smbios() from biostables.c by David Woodhouse · 12 years ago
  53. 5c8dd96 Export callrom() for CSM to use by David Woodhouse · 12 years ago
  54. a216451 post: Export functions which will be used individually by CSM by David Woodhouse · 12 years ago
  55. bc62809 Support calling a function other than maininit() from reloc_preinit(). by Kevin O'Connor · 12 years ago
  56. 13fd0a5 Fix rebase error in commit 8a0a972f that broke LOWMEM variables. by Kevin O'Connor · 12 years ago
  57. 749965c Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT is by David Woodhouse · 12 years ago
  58. 02e94c1 Add macros for pushing and popping struct bregs by David Woodhouse · 12 years ago
  59. 8a0a972 POST: Reorganize post init functions for better grouping and reusability. by Kevin O'Connor · 12 years ago
  60. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  61. 6156afe pmm: Use 'struct segoff_s' in pmm header. by Kevin O'Connor · 12 years ago
  62. 54ae543 boot: Support "halt" in the boot order to prevent default boot attempts. by Kevin O'Connor · 12 years ago
  63. 261e870 megasas: Invert PCI device selection by Hannes Reinecke · 12 years ago
  64. 57174c7 Minor: Separate UUID display from F12 boot prompt. by Kevin O'Connor · 12 years ago
  65. 9c6fb72 display_uuid(): fix incomplete check after the loop by Laszlo Ersek · 12 years ago
  66. a810e4e acpi: Use prt_slot() macro to describe irq pins of first PCI device. by Kevin O'Connor · 12 years ago
  67. f64a472 acpi: reintroduce LNKS by Paolo Bonzini · 12 years ago
  68. 37676f8 maininit(): print machine UUID under seabios version message by Laszlo Ersek · 12 years ago
  69. ff5e005 floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled. by Kevin O'Connor · 12 years ago
  70. e8a76b0 acpi: drop irq 8 from hpet ressources by Gerd Hoffmann · 12 years ago
  71. f92f833 acpi: Minor - merge the two dsdt ISA areas into one ISA area. by Kevin O'Connor · 12 years ago
  72. 7a53595 acpi: fix COM2._UID by Gerd Hoffmann · 12 years ago
  73. e8b6910 acpi: reorder PX13 + ISA by Gerd Hoffmann · 12 years ago
  74. c104aa8 acpi: PCI routing DSDT simplifications. by Kevin O'Connor · 12 years ago
  75. f0cd3a9 ACPI: Delineate q35 ACSP DSL code into sections. by Kevin O'Connor · 12 years ago
  76. dabe193 ACPI: Move q35 PCI irq definitions together. by Kevin O'Connor · 12 years ago
  77. bb43027 ACPI: Move PCI0 hotplug and irq definitions to there respective areas. by Kevin O'Connor · 12 years ago
  78. 298fce9 ACPI: Remove unnecessary Return(One) calls from q35 DSDT. by Kevin O'Connor · 12 years ago
  79. e9e7ab4 acpi: Reindent DSDT code. by Kevin O'Connor · 12 years ago
  80. f051a76 acpi: move isa devices to separate file [q35] by Gerd Hoffmann · 12 years ago
  81. 7e269b4 acpi: add mcfg table for mmconfig by Gerd Hoffmann · 12 years ago
  82. 3d11108 q35: fix default vga address by Gerd Hoffmann · 12 years ago
  83. 8d74497 acpi: move isa devices to separate file by Gerd Hoffmann · 12 years ago
  84. fb87c19 acpi: rework enable bits by Gerd Hoffmann · 12 years ago
  85. f50a55c acpi: move cpu hotplug to separate file [q35] by Gerd Hoffmann · 12 years ago
  86. 3aab6ff acpi: move cpu hotplug to separate file by Gerd Hoffmann · 12 years ago
  87. aa3defc acpi: move \_SB.PCI0._CRS to separate file [q35] by Gerd Hoffmann · 12 years ago
  88. 20886ab acpi: move \_SB.PCI0._CRS to separate file by Gerd Hoffmann · 12 years ago
  89. 7464aea acpi: move \_SB.HPET to separate file [q35] by Gerd Hoffmann · 12 years ago
  90. 4dfa547 acpi: move \_SB.HPET to separate file by Gerd Hoffmann · 12 years ago
  91. beaedaa acpi: move DBUG() to separate file [q35] by Gerd Hoffmann · 12 years ago
  92. 0e25a25 acpi: move DBUG() to separate file by Gerd Hoffmann · 12 years ago
  93. 2114f50 seabios: q35: Register PCI IRQs as active high in APIC mode by Jan Kiszka · 12 years ago
  94. ecbe3fd seabios: q35: add dsdt by Isaku Yamahata · 12 years ago
  95. 72a590e seabios: add q35 initialization functions. by Isaku Yamahata · 12 years ago
  96. d146ab8 seabios: pci: enable SERR of normal device. by Isaku Yamahata · 12 years ago
  97. 229e8e2 seabios: acpi, fadt: make while fadt initialization chipset specific by Isaku Yamahata · 12 years ago
  98. a39a9c3 seabios: make mttr UC area setup dynamic by Jason Baron · 12 years ago
  99. 8b73b83 floppy: Allow floppy code to be used with coreboot. by Kevin O'Connor · 12 years ago
  100. ef71989 floppy: Minor cleanup - reduce some cut-and-paste code. by Kevin O'Connor · 12 years ago