1. 8ecdc9e acpigen: Add acpigen_emit_eisaid. by Vladimir Serbinenko · 10 years ago
  2. 20ea040 acpigen: Add acpigen_write_irq. by Vladimir Serbinenko · 10 years ago
  3. efac717 x86/include/arch/acpi.h: remove incorrect semicolon by Martin Roth · 10 years ago
  4. e8792be build rules: Identify build stage with simple variables by Kyösti Mälkki · 10 years ago
  5. 7d1996c coreboot: introduce arch_payload_run() by Aaron Durbin · 10 years ago
  6. e9aaa71 x86: provide stage_exit() like arm by Aaron Durbin · 10 years ago
  7. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  8. df29f1b CAR_GLOBAL: Define section details once by Patrick Georgi · 11 years ago
  9. af4bd59 lib: Make log2() available in romstage on ARM, not just x86 by Alexandru Gagniuc · 11 years ago
  10. cb28f3f CBMEM ACPI: Move resume handler by Kyösti Mälkki · 11 years ago
  11. 299c265 Refactor usage of walkcbfs to permit access to CBFS headers by Alexandru Gagniuc · 11 years ago
  12. d5686fe Extend CMOS POST code logging to store extra data by Duncan Laurie · 11 years ago
  13. e807c34 cmos post: Guard with spinlock by Duncan Laurie · 11 years ago
  14. 4d7a4c5 x86: use proper types for interrupt callbacks by Aaron Durbin · 11 years ago
  15. a91daa5 add memory clobber to ins{b,w,l} by Gerd Hoffmann · 11 years ago
  16. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  17. 842f0ba Add pnp_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  18. 3f9a62e Add pci_devfn_t and use with __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  19. ef84401 Add directive __SIMPLE_DEVICE__ by Kyösti Mälkki · 11 years ago
  20. aad0747 Redefine pci_bus_default_ops as function by Kyösti Mälkki · 11 years ago
  21. b25a9da Unify PCI configuration cycles by Kyösti Mälkki · 11 years ago
  22. 33e5df3 Set PCI bus operations at buildtime for ramstage by Kyösti Mälkki · 11 years ago
  23. e8b08ba Drop ELF remains from boot code by Stefan Reinauer · 11 years ago
  24. 7b5f8ef arch: Fix spelling by Martin Roth · 11 years ago
  25. 54d6abd Drop some duplicates of PCI-e config functions by Kyösti Mälkki · 11 years ago
  26. 872c922 Fix MMCONF_SUPPORT_DEFAULT for ramstage by Kyösti Mälkki · 11 years ago
  27. cbf3073 qemu: add x86 cpu by Gerd Hoffmann · 11 years ago
  28. b0fb223 Drop llshell by Stefan Reinauer · 11 years ago
  29. 4409a5e coreboot: add thread cooperative multitasking by Aaron Durbin · 11 years ago
  30. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  31. 648d166 copy_and_run: drop boot_complete parameter by Stefan Reinauer · 11 years ago
  32. ac75bc6 x86 I/O APIC: Make functions `io_apic_{read,write}()` public by Paul Menzel · 11 years ago
  33. 0a6c20a acpi: split resume check and actual resume code by Aaron Durbin · 11 years ago
  34. 3e4e303 Unify coreboot table generation by Stefan Reinauer · 11 years ago
  35. 24d1d4b x86: Unify arch/io.h and arch/romcc_io.h by Stefan Reinauer · 11 years ago
  36. df3a109 cbmem: dynamic cbmem support by Aaron Durbin · 11 years ago
  37. d466d75 x86: provide more C standard environment by Aaron Durbin · 11 years ago
  38. ae0e8d3 Eliminate do_div(). by David Hendricks · 11 years ago
  39. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  40. db4f875 IOAPIC: Divide setup_ioapic() in two parts. by Kyösti Mälkki · 12 years ago
  41. 315dec4 bootblock: Reduce register load by Patrick Georgi · 11 years ago
  42. ea9a1f6 Get stdint.h in sync between ARMv7 and x86 by Stefan Reinauer · 12 years ago
  43. da1ef02 stddef.h: move to generic code by Stefan Reinauer · 12 years ago
  44. 399486e Unify assembler function handling by Stefan Reinauer · 12 years ago
  45. 8d71155 Rename devices -> device by Stefan Reinauer · 12 years ago
  46. 48e21ec Add mainboard hook to bootblock by Kyösti Mälkki · 12 years ago
  47. f902248 Refactor bootblock initialisation by Kyösti Mälkki · 12 years ago
  48. 95efb56 pirq_route_irqs is private by Patrick Georgi · 12 years ago
  49. 5079a0d Remove assembly coded log2 function by Ronald G. Minnich · 12 years ago
  50. e135ac5 Remove AMD special case for LAPIC based udelay() by Patrick Georgi · 12 years ago
  51. d8e6d40 bootblock: Guard CMOS rewrite in disable/enable RTC by Patrick Georgi · 12 years ago
  52. a47bd91 Fix PIRQ routing abstraction by Stefan Reinauer · 12 years ago
  53. db4bb43 Make YABEL's version of mainboard_interrupt_handlers() usable by Nico Huber · 12 years ago
  54. 11290c4 SMM: Restore GNVS pointer in the resume path by Duncan Laurie · 12 years ago
  55. 8b93059 Pass the CPU index as a parameter to startup. by Ronald G. Minnich · 12 years ago
  56. 6866c08 mmio pci config: Remove register constraints by Aaron Durbin · 12 years ago
  57. a5b7067 romcc_io: add pci_or_configX functions. by Aaron Durbin · 12 years ago
  58. b6e97b1 Add support for storing POST codes in CMOS by Duncan Laurie · 12 years ago
  59. 3b590ff acpi: Add support for DMAR tables (Intel IOMMU support) by Patrick Georgi · 12 years ago
  60. 4bb7a8d Provide access to smaller registers in eregs by Patrick Georgi · 12 years ago
  61. 70c660f pirq_routing: Allow routing with more than 4 PIRQ links by Alexandru Gagniuc · 12 years ago
  62. 4c29d7f Do not allow modifying memory table directly by Kyösti Mälkki · 12 years ago
  63. 1c5071d Drop HAVE_MAINBOARD_RESOURCES by Kyösti Mälkki · 12 years ago
  64. 57879c9 Make the device tree available in the rom stage by Stefan Reinauer · 12 years ago
  65. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  66. 0eefa00 ACPI: Add function to write _PPC using NVS by Duncan Laurie · 12 years ago
  67. be1ef23 chromeos: Pass pointer to ChromeOS ACPI structure instead of VB Shared Data by Stefan Reinauer · 12 years ago
  68. fe5539c Add standard header to prevent multiple inclusion by Vadim Bendebury · 12 years ago
  69. 97de28d PCI Type2 config must die by Ronald G. Minnich · 12 years ago
  70. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  71. 9aa4389 Update SB800 CIMX FADT by Martin Roth · 12 years ago
  72. 0e740d3 Fix size_t for certain versions of GCC by Stefan Reinauer · 12 years ago
  73. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  74. c31384e Fix up Sandybridge C state generation code by Stefan Reinauer · 12 years ago
  75. f69b468 acpigen: make acpigen_write_CST_package_entry non-static by Stefan Reinauer · 12 years ago
  76. 35555167 acpi: Add defines for functional fixed hardware by Stefan Reinauer · 12 years ago
  77. 39205c6 acpigen: Add support for generating T state tables by Stefan Reinauer · 12 years ago
  78. 4cc8c70 Rework ACPI CST table generation by Stefan Reinauer · 12 years ago
  79. 61e7c28 ChromeOS: Add missing prototype for acpi_get_vdat_info() by Stefan Reinauer · 12 years ago
  80. 5b73d4d acpigen: make acpigen_write_len_f() non static by Stefan Reinauer · 12 years ago
  81. aee1869 Updates to x86/include/arch/acpi.h for use in fadt.c by Martin Roth · 12 years ago
  82. caf494c8 ACPI HEST table. by zbao · 12 years ago
  83. 2c2e78d Unify IO APIC address specification by Patrick Georgi · 12 years ago
  84. 14233a0 Actually return %ebx value from cpuid_ebx() by Jonathan A. Kollasch · 12 years ago
  85. 6293d30 Factor out function to find driver for a CPU by Stefan Reinauer · 12 years ago
  86. 31324c6 Fill out ChromeOS specific coreboot table extensions by Stefan Reinauer · 12 years ago
  87. cb91e15 Add support for mainboard specific suspend/resume handler by Stefan Reinauer · 12 years ago
  88. b4aaaa7 Prepare the BIOS data areas before device init. by Duncan Laurie · 13 years ago
  89. 689e31d Make cpuid functions usable when compiled with PIC by Duncan Laurie · 13 years ago
  90. 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 13 years ago
  91. 06253cd Avoid using CPUID in SMBIOS tables. Check for CPUID otherwise claim 486 class cpu. by Rudolf Marek · 12 years ago
  92. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  93. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  94. 8d84613 ACPI: mark empty get_cst_entries() weak by Sven Schnelle · 13 years ago
  95. eafb18b Bootblock does not need a unique boot_cpu() by Kyösti Mälkki · 13 years ago
  96. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  97. 5460097 SPEEDSTEP: write _CST tables by Sven Schnelle · 13 years ago
  98. 0b86c76 ACPI: Add function for writing _CST tables by Sven Schnelle · 13 years ago
  99. 9ea33e9 Add macros for 64bit byte order swapping by Stefan Reinauer · 13 years ago
  100. 2d17299 cbfs_and_run_core() is not part of the API, make it static. by Stefan Reinauer · 13 years ago