1. b5c7da6 No need to check both CONFIG_THREADS and CONFIG_THREAD_OPTIONROMS. by Kevin O'Connor · 11 years ago
  2. 0f6198a Determine century during init and store in VARLOW mem during runtime. by Kevin O'Connor · 11 years ago
  3. 5d47eb4 Enable PMTIMER for CSM build by David Woodhouse · 11 years ago
  4. 3219dfa Add find_pmtimer() function by David Woodhouse · 11 years ago
  5. b1885fc Undo incorrect assumptions about Xen in commit 6ca0460f. by Kevin O'Connor · 11 years ago
  6. 9e4d41c POST: Move cpu caching and dma setup to platform_hardware_setup(). by Kevin O'Connor · 12 years ago
  7. 6ca0460 POST: Reorganize post entry and "preinit" functions. by Kevin O'Connor · 12 years ago
  8. 8ed2e53 POST: Move QEMU specific ramsize and BIOS table setup to paravirt.c. by Kevin O'Connor · 12 years ago
  9. 118469a Add CSM support by David Woodhouse · 12 years ago
  10. fbdbb4b Add pic_save_mask() and pic_restore_mask() functions by David Woodhouse · 11 years ago
  11. 72f7885 Import LegacyBios.h from OVMF by David Woodhouse · 12 years ago
  12. 38b24db Export copy_smbios() from biostables.c by David Woodhouse · 12 years ago
  13. 5c8dd96 Export callrom() for CSM to use by David Woodhouse · 12 years ago
  14. a216451 post: Export functions which will be used individually by CSM by David Woodhouse · 12 years ago
  15. bc62809 Support calling a function other than maininit() from reloc_preinit(). by Kevin O'Connor · 11 years ago
  16. 13fd0a5 Fix rebase error in commit 8a0a972f that broke LOWMEM variables. by Kevin O'Connor · 11 years ago
  17. 749965c Clean up #if in pirtable.c. CONFIG_PIRTABLE can't be set if CONFIG_COREBOOT is by David Woodhouse · 11 years ago
  18. 02e94c1 Add macros for pushing and popping struct bregs by David Woodhouse · 12 years ago
  19. 8a0a972 POST: Reorganize post init functions for better grouping and reusability. by Kevin O'Connor · 12 years ago
  20. d83c87b Normalize POST initialization function name suffixes. by Kevin O'Connor · 12 years ago
  21. 6156afe pmm: Use 'struct segoff_s' in pmm header. by Kevin O'Connor · 12 years ago
  22. 54ae543 boot: Support "halt" in the boot order to prevent default boot attempts. by Kevin O'Connor · 12 years ago
  23. 261e870 megasas: Invert PCI device selection by Hannes Reinecke · 12 years ago
  24. 57174c7 Minor: Separate UUID display from F12 boot prompt. by Kevin O'Connor · 12 years ago
  25. 9c6fb72 display_uuid(): fix incomplete check after the loop by Laszlo Ersek · 12 years ago
  26. a810e4e acpi: Use prt_slot() macro to describe irq pins of first PCI device. by Kevin O'Connor · 12 years ago
  27. f64a472 acpi: reintroduce LNKS by Paolo Bonzini · 12 years ago
  28. 37676f8 maininit(): print machine UUID under seabios version message by Laszlo Ersek · 12 years ago
  29. ff5e005 floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled. by Kevin O'Connor · 12 years ago
  30. e8a76b0 acpi: drop irq 8 from hpet ressources by Gerd Hoffmann · 12 years ago
  31. f92f833 acpi: Minor - merge the two dsdt ISA areas into one ISA area. by Kevin O'Connor · 12 years ago
  32. 7a53595 acpi: fix COM2._UID by Gerd Hoffmann · 12 years ago
  33. e8b6910 acpi: reorder PX13 + ISA by Gerd Hoffmann · 12 years ago
  34. c104aa8 acpi: PCI routing DSDT simplifications. by Kevin O'Connor · 12 years ago
  35. f0cd3a9 ACPI: Delineate q35 ACSP DSL code into sections. by Kevin O'Connor · 12 years ago
  36. dabe193 ACPI: Move q35 PCI irq definitions together. by Kevin O'Connor · 12 years ago
  37. bb43027 ACPI: Move PCI0 hotplug and irq definitions to there respective areas. by Kevin O'Connor · 12 years ago
  38. 298fce9 ACPI: Remove unnecessary Return(One) calls from q35 DSDT. by Kevin O'Connor · 12 years ago
  39. e9e7ab4 acpi: Reindent DSDT code. by Kevin O'Connor · 12 years ago
  40. f051a76 acpi: move isa devices to separate file [q35] by Gerd Hoffmann · 12 years ago
  41. 7e269b4 acpi: add mcfg table for mmconfig by Gerd Hoffmann · 12 years ago
  42. 3d11108 q35: fix default vga address by Gerd Hoffmann · 12 years ago
  43. 8d74497 acpi: move isa devices to separate file by Gerd Hoffmann · 12 years ago
  44. fb87c19 acpi: rework enable bits by Gerd Hoffmann · 12 years ago
  45. f50a55c acpi: move cpu hotplug to separate file [q35] by Gerd Hoffmann · 12 years ago
  46. 3aab6ff acpi: move cpu hotplug to separate file by Gerd Hoffmann · 12 years ago
  47. aa3defc acpi: move \_SB.PCI0._CRS to separate file [q35] by Gerd Hoffmann · 12 years ago
  48. 20886ab acpi: move \_SB.PCI0._CRS to separate file by Gerd Hoffmann · 12 years ago
  49. 7464aea acpi: move \_SB.HPET to separate file [q35] by Gerd Hoffmann · 12 years ago
  50. 4dfa547 acpi: move \_SB.HPET to separate file by Gerd Hoffmann · 12 years ago
  51. beaedaa acpi: move DBUG() to separate file [q35] by Gerd Hoffmann · 12 years ago
  52. 0e25a25 acpi: move DBUG() to separate file by Gerd Hoffmann · 12 years ago
  53. 2114f50 seabios: q35: Register PCI IRQs as active high in APIC mode by Jan Kiszka · 12 years ago
  54. ecbe3fd seabios: q35: add dsdt by Isaku Yamahata · 12 years ago
  55. 72a590e seabios: add q35 initialization functions. by Isaku Yamahata · 12 years ago
  56. d146ab8 seabios: pci: enable SERR of normal device. by Isaku Yamahata · 12 years ago
  57. 229e8e2 seabios: acpi, fadt: make while fadt initialization chipset specific by Isaku Yamahata · 12 years ago
  58. a39a9c3 seabios: make mttr UC area setup dynamic by Jason Baron · 12 years ago
  59. 8b73b83 floppy: Allow floppy code to be used with coreboot. by Kevin O'Connor · 12 years ago
  60. ef71989 floppy: Minor cleanup - reduce some cut-and-paste code. by Kevin O'Connor · 12 years ago
  61. b1c35f2 pciinit: Align start of PCI memory on i440 chipset. by Kevin O'Connor · 12 years ago
  62. 31dcfb0 Collapse PCI device tables in pci_bios_init_devices(). by Kevin O'Connor · 12 years ago
  63. 68513ab esp: enable busmaster by Paolo Bonzini · 12 years ago
  64. 7d05257 lsi: enable busmaster by Gerd Hoffmann · 12 years ago
  65. 2df70bf megasas: Add boot support for LSI MegaRAID SAS by Hannes Reinecke · 12 years ago
  66. d9f5cdb DSDT: Fix HPET _CRS Method by Gabriel L. Somlo · 12 years ago
  67. 9600c80 config: add coreboot / qemu choice by Gerd Hoffmann · 12 years ago
  68. 475ce3f ACPI: Remove unnecessary Return(One) calls from DSDT. by Kevin O'Connor · 12 years ago
  69. 9474a35 Provide correct dpte pointer to indicate absence of dpte by Bruce Rogers · 12 years ago
  70. 30e6af0 Fix 'union u64_u32_u' member names. by Kevin O'Connor · 12 years ago
  71. 455a7c8 add acpi pmtimer support by Gerd Hoffmann · 12 years ago
  72. c8a3d3e bootsplash: Don't pass mode flags to VBE get_mode_info call. by Kevin O'Connor · 12 years ago
  73. 4540409 acpi: LNKS is not needed by Paolo Bonzini · 12 years ago
  74. 71ed8e3 acpi: build PCI hotplug devices from a single template by Paolo Bonzini · 12 years ago
  75. 7dceba3 acpi: build PCNT dynamically by Paolo Bonzini · 12 years ago
  76. c8ed45e acpi: rename Processor SSDT constants by Paolo Bonzini · 12 years ago
  77. cf5bef4 acpi: move s3/s4/s5 to build_ssdt by Paolo Bonzini · 12 years ago
  78. 7f03685 apic_id_is_present: fix undefined behavior by Eduardo Habkost · 12 years ago
  79. b306459 Use cpu_to_be32() (and related) instead of htonl (and related). by Kevin O'Connor · 12 years ago
  80. 7a39e72 scsi: add AMD PCscsi driver by Paolo Bonzini · 12 years ago
  81. 5a02306 scsi: fix detection of QEMU by Paolo Bonzini · 12 years ago
  82. 876ff28 lsi: do not reset on error by Paolo Bonzini · 12 years ago
  83. 008c1fc allow CPUs to have non-contiguous Local APIC IDs (v2) by Eduardo Habkost · 12 years ago
  84. e39b938 report real I/O APIC ID (0) on MADT and MP-table (v3) by Eduardo Habkost · 12 years ago
  85. c020788 EHCI: increase CONNECT detection delay by Kevin O'Connor · 12 years ago
  86. 3628933 Increase debug level of Xen detection code. by Kevin O'Connor · 12 years ago
  87. bd6afe5 Unify ATAPI command processing. by Kevin O'Connor · 12 years ago
  88. 9d6bac1 lsi53c895a boot support by Gerd Hoffmann · 12 years ago
  89. e53e30d usb attached scsi boot support by Gerd Hoffmann · 12 years ago
  90. 5208d93 move usb mass storage defines to usb.h by Gerd Hoffmann · 12 years ago
  91. 65802ad Minor - clear unused f-segment data at start of f-segment. by Kevin O'Connor · 12 years ago
  92. afdeda0 Fix merge of a4e2b9adbba95c2d783761e84444bbb3c8d6107b. by Kevin O'Connor · 12 years ago
  93. a4e2b9a enable USE_PLATFORM_CLOCK bit in FADT flags by Marcelo Tosatti · 12 years ago
  94. 12c991e SMM: Disable use of SMM when running under Xen by Ian Campbell · 12 years ago
  95. 54f3b25 Xen: Autodetect debug I/O port at runtime instead of via Kconfig by Ian Campbell · 12 years ago
  96. 9264a2c enable Xen support by default. by Ian Campbell · 12 years ago
  97. 9166c4a Xen: add definition of xen_hypercall_page by Ian Campbell · 12 years ago
  98. d51c4a0 Get system state configuration from QEMU and patch DSDT with it. by Gleb Natapov · 12 years ago
  99. b7d9abf Minor - fixup missing "extern" declaration in xen.h. by Kevin O'Connor · 12 years ago
  100. 7fa31b5 Support USB MSC devices with multiples LUNs by Kevin O'Connor · 12 years ago