1. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  2. 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 8 years ago
  3. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  4. 619a245 x86 BIST: Fix missing include by Kyösti Mälkki · 8 years ago
  5. c36fa64 x86 BIST: Declare function with inline in header file by Kyösti Mälkki · 8 years ago
  6. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  7. a0fed37 src/include: Add space around operators by Elyes HAOUAS · 8 years ago
  8. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  9. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  10. ccf78f0 src/include: Capitalize APIC and SMM by Elyes HAOUAS · 8 years ago
  11. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  12. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  13. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  14. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  15. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  16. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  17. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  18. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  19. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  20. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  21. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  22. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  23. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  24. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  25. bfdf248 cpu/x86: Add more MTRR symbols by Lee Leahy · 9 years ago
  26. bef400b x86: Make reading / writing of CRx registers 64bit proof by Stefan Reinauer · 9 years ago
  27. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  28. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  29. 41652a9 Remove leftover smi_get_tseg_base by Vladimir Serbinenko · 9 years ago
  30. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  31. beb4502 Remove leftover tseg_relocate by Vladimir Serbinenko · 9 years ago
  32. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  33. 9afc5c0 baytrail: Switch from ACPI mode to PCI mode for legacy support by Marc Jones · 10 years ago
  34. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  35. 5491ca2 cpu: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  36. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  37. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  38. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  39. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  40. 5888d86 AMD Steppe Eagle: CPU files for new SoC by Bruce Griffith · 10 years ago
  41. c4561e2 drivers/spi: Sanitize headers from preprocessor abuse by Edward O'Callaghan · 10 years ago
  42. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  43. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  44. 5809a73 Make POST device configurable. by Idwer Vollering · 10 years ago
  45. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 10 years ago
  46. b4b9eb3 x86: provide infrastructure to backup default SMM region by Aaron Durbin · 10 years ago
  47. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 10 years ago
  48. cd3f8ad x86: Add SMM helper functions to MP infrastructure by Aaron Durbin · 11 years ago
  49. d052040 x86: add SMM save state for 0x0100 revision by Aaron Durbin · 11 years ago
  50. e0785c0 x86: parallel MP initialization by Aaron Durbin · 11 years ago
  51. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  52. 3674ccf x86/mtrr: don't assume size of ROM cached during CAR mode by Aaron Durbin · 10 years ago
  53. a86e81d x86: include header to define types in use by Aaron Durbin · 10 years ago
  54. 2657e84 Multiboot: remove multiboot tables generation. by Vladimir Serbinenko · 11 years ago
  55. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago
  56. 88a67f0 AMD boards (non-AGESA): Cleanup earlymtrr.c includes by Kyösti Mälkki · 11 years ago
  57. 911cedf lynxpoint: Route all USB ports to XHCI in finalize step by Duncan Laurie · 11 years ago
  58. 0edc224 smi: Update mainboard_smi_gpi() to have 32bit argument by Duncan Laurie · 11 years ago
  59. fd4f413 Rename cpu/x86/car.h to arch/early_variables.h by Stefan Reinauer · 11 years ago
  60. cbf5bdf CBMEM: Always select CAR_MIGRATION by Kyösti Mälkki · 11 years ago
  61. c66f1cb Include boot_cpu.c for romstage builds by Kyösti Mälkki · 11 years ago
  62. 0cb07e3 include: Fix spelling by Martin Roth · 11 years ago
  63. 5750fdd Intel GM45, 945, SNB: Move `multiply_to_tsc()` to `tsc.h` by Ronald G. Minnich · 11 years ago
  64. 716738a x86: add cache-as-ram migration option by Aaron Durbin · 11 years ago
  65. 33cde9a Make early x86 POST codes written to IO port optional by Martin Roth · 11 years ago
  66. 3f5f6d8 Drop prototype guarding for romcc by Stefan Reinauer · 11 years ago
  67. 758076c x86: use asmlinkage macro for smm_handler_t by Aaron Durbin · 11 years ago
  68. 8e73b5d x86: add TSC_CONSTANT_RATE option by Aaron Durbin · 11 years ago
  69. 6ccb1ab mtrr: add rom caching comment about hyperthreads by Aaron Durbin · 11 years ago
  70. bc07f5d x86: add rom cache variable MTRR index to tables by Aaron Durbin · 11 years ago
  71. 77a5b40 x86: mtrr: add CONFIG_CACHE_ROM support by Aaron Durbin · 11 years ago
  72. bb4e79a x86: add new mtrr implementation by Aaron Durbin · 11 years ago
  73. 57686f8 x86: unify amd and non-amd MTRR routines by Aaron Durbin · 11 years ago
  74. ef4275b x86: protect against abi assumptions from compiler by Aaron Durbin · 11 years ago
  75. 69efaa0 Google Link: Add remaining code to support native graphics by Ronald G. Minnich · 11 years ago
  76. 1fef1f5 haswell: reserve default SMRAM space by Aaron Durbin · 12 years ago
  77. 50a3464 x86: SMM Module Support by Aaron Durbin · 12 years ago
  78. a46a712 GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« by Paul Menzel · 11 years ago
  79. 62f100b smm: Update rev 0x30101 SMM revision save state by Aaron Durbin · 12 years ago
  80. 8ada152 Unify use of bool config variables by Stefan Reinauer · 12 years ago
  81. 7f3d442 SMM: Avoid use of global variables in SMI handler by Duncan Laurie · 12 years ago
  82. 0db6820 Synchronize rdtsc instructions by Stefan Reinauer · 12 years ago
  83. 51676b1 Revert "Use broadcast SIPI to startup siblings" by Sven Schnelle · 12 years ago
  84. ace7a6a SMM: rename tseg_fixup to tseg_relocate and export by Duncan Laurie · 12 years ago
  85. 51cb26d SMM: Fix state save map for sandybridge and TSEG by Duncan Laurie · 12 years ago
  86. 5458b9d Intel cpus: Extend cache to cover complete Flash Device by Kyösti Mälkki · 12 years ago
  87. 042c146 Use broadcast SIPI to startup siblings by Sven Schnelle · 12 years ago
  88. e166782 Clean up #ifs by Patrick Georgi · 12 years ago
  89. bf34e94 SMM: unify mainboard APM command handlers by Stefan Reinauer · 12 years ago
  90. 05e740f Replace cache control magic numbers with symbols by Patrick Georgi · 12 years ago
  91. 3aa067f Add support to run SMM handler in TSEG instead of ASEG by Stefan Reinauer · 12 years ago
  92. 7b67892 Make MTRR min hole alignment 64MB by Duncan Laurie · 13 years ago
  93. 00093a8 Add an option to keep the ROM cached after romstage by Stefan Reinauer · 13 years ago
  94. 19e7e7d Add infrastructure for global data in the CAR phase of boot by Gabe Black · 13 years ago
  95. 1a34165 xchg is atomic with side-effects by Patrick Georgi · 12 years ago
  96. c8feedd Unify Local APIC address definitions by Patrick Georgi · 12 years ago
  97. adfbcb79 MTRR: get physical address size from CPUID by Sven Schnelle · 13 years ago
  98. 5ff7c13 remove trailing whitespace by Stefan Reinauer · 13 years ago
  99. 784544b Remove XIP_ROM_BASE by Patrick Georgi · 13 years ago
  100. 1da1046 Get rid of AUTO_XIP_ROM_BASE by Patrick Georgi · 13 years ago