1. 91d1e76 src/include: Remove spaces before ( and after ) by Lee Leahy · 7 years ago
  2. f3d07f2 src/include: Add space after + by Lee Leahy · 7 years ago
  3. f00e446 src/include: Add parenthesis around macros by Lee Leahy · 7 years ago
  4. ae3fd34 src/include: Add space after comma by Lee Leahy · 7 years ago
  5. 708fc27 src/include: Indent code using tabs by Lee Leahy · 7 years ago
  6. e0f5dfc src/include: Move trailing statements to next line by Lee Leahy · 7 years ago
  7. 0ca2a06 src/include: Fix unsigned warnings by Lee Leahy · 7 years ago
  8. 8e1f908 AMD geode: Avoid conflicting main() declaration by Kyösti Mälkki · 7 years ago
  9. 9d8adc0 x86 SMM: Fix use with RELOCATABLE_RAMSTAGE by Kyösti Mälkki · 8 years ago
  10. b21e362 cpu/x86: allow AP callbacks after MP init by Aaron Durbin · 8 years ago
  11. 4607cac cpu/x86/msr.h: Drop excessive includes by Kyösti Mälkki · 8 years ago
  12. 140087f CPU: Declare cpu_phys_address_size() for all arch by Kyösti Mälkki · 8 years ago
  13. cd6d281 CPU: Move SMM prototypes under x86 by Kyösti Mälkki · 8 years ago
  14. 619a245 x86 BIST: Fix missing include by Kyösti Mälkki · 8 years ago
  15. c36fa64 x86 BIST: Declare function with inline in header file by Kyösti Mälkki · 8 years ago
  16. 2bebd7b cpu/x86/mtrr: allow temporary MTRR range during coreboot by Aaron Durbin · 8 years ago
  17. a4ffe9d intel post-car: Separate files for setup_stack_and_mtrrs() by Kyösti Mälkki · 8 years ago
  18. 40d7a45 cpu/intel: Add MSR to support enabling turbo frequency by Shaunak Saha · 8 years ago
  19. 362180a soc/intel/apollolake: Disable Monitor and Mwait feature by Venkateswarlu Vinjamuri · 8 years ago
  20. 76e8c00 cpu/amd/model_fxx: transition away from device_t by Antonello Dettori · 8 years ago
  21. a0fed37 src/include: Add space around operators by Elyes HAOUAS · 8 years ago
  22. 8453c4f cpu/x86: Move fls() and fms() to mtrr.h by Rizwan Qureshi · 8 years ago
  23. 8ffd050 src/include: Improve code formatting by Elyes HAOUAS · 8 years ago
  24. 11fc801 src/include: Add required space before opening parenthesis '(' by Elyes HAOUAS · 8 years ago
  25. ccf78f0 src/include: Capitalize APIC and SMM by Elyes HAOUAS · 8 years ago
  26. 918535a src/include: Capitalize CPU, RAM and ROM by Elyes HAOUAS · 8 years ago
  27. ae738ac cpu/x86: Support CPUs without rdmsr/wrmsr instructions by Lee Leahy · 8 years ago
  28. 34fcec1 cpu/cpu.h: Change guard around function declarations by Kyösti Mälkki · 8 years ago
  29. 65cc526 Ignore RAMTOP for MTRRs by Kyösti Mälkki · 8 years ago
  30. c5400ef intel: Drop old romstage main() without asmlinkage by Kyösti Mälkki · 8 years ago
  31. e325b22 intel: Fix romstage main() with asmlinkage by Kyösti Mälkki · 8 years ago
  32. 5276941 AMD boards: Fix romstage main() declaration by Kyösti Mälkki · 8 years ago
  33. 770d7c7 cpu/x86/mp_init: reduce exposure of internal implementation by Aaron Durbin · 8 years ago
  34. 8250192 cpu/x86: combine multiprocessor and SMM initialization by Aaron Durbin · 8 years ago
  35. a41e030 cpu/x86/smm_module_loader: always build with SMM module support by Aaron Durbin · 8 years ago
  36. 0e55632 cpu/x86/mp_init: remove unused callback arguments by Aaron Durbin · 8 years ago
  37. 331ac1b mtrr: Define a function for obtaining free var mtrr by Furquan Shaikh · 8 years ago
  38. e63be89 cpu/x86/mtrr: add helper function to detect variable MTRRs by Aaron Durbin · 8 years ago
  39. a02bb65 cpu/intel/microcode: allow microcode to be loaded in romstage by Aaron Durbin · 8 years ago
  40. cb1dec5 cpu/amd/fam10h-fam15h: Add new wait_ap_stopped function by Timothy Pearson · 9 years ago
  41. fd277d8 header files: Fix guard name comments to match guard names by Martin Roth · 9 years ago
  42. 2ca8b31 x86/smm: don't hide harmless declarations by Patrick Georgi · 9 years ago
  43. 991f184 cpu/amd: de-duplicate MSR include files by Stefan Reinauer · 9 years ago
  44. 83abd81 cpu/amd: Add CC6 support by Timothy Pearson · 9 years ago
  45. 730a043 cpu/amd: Add initial AMD Family 15h support by Timothy Pearson · 9 years ago
  46. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  47. f79d05b Drop geode_post_code.h by Stefan Reinauer · 9 years ago
  48. 5fa4cb6 cpu/amd: Fix cbtypes.h to match UINTN convention by Stefan Reinauer · 9 years ago
  49. 86091f9 cpu/mtrr.h: Fix macro names for MTRR registers by Alexandru Gagniuc · 9 years ago
  50. 0375815 symbols: add '_' to pci_drivers and cpu_drivers symbols by Aaron Durbin · 9 years ago
  51. c49014e timestamp: add tick frequency to exported table by Aaron Durbin · 9 years ago
  52. 30b755b Add SoC specific microcode update check in ramstage by Rizwan Qureshi · 9 years ago
  53. 46cf9f7 Verify Kconfigs symbols are not zero for hex and int type symbols by Martin Roth · 9 years ago
  54. bfdf248 cpu/x86: Add more MTRR symbols by Lee Leahy · 9 years ago
  55. bef400b x86: Make reading / writing of CRx registers 64bit proof by Stefan Reinauer · 9 years ago
  56. 4fbac46 cbmem: Unify CBMEM init tasks with CBMEM_INIT_HOOK() API by Kyösti Mälkki · 10 years ago
  57. 5264862 Remove empty lines at end of file by Elyes HAOUAS · 9 years ago
  58. 41652a9 Remove leftover smi_get_tseg_base by Vladimir Serbinenko · 9 years ago
  59. 44cbe10 smm: Merge configs SMM_MODULES and SMM_TSEG by Vladimir Serbinenko · 9 years ago
  60. beb4502 Remove leftover tseg_relocate by Vladimir Serbinenko · 9 years ago
  61. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  62. 9afc5c0 baytrail: Switch from ACPI mode to PCI mode for legacy support by Marc Jones · 10 years ago
  63. 48b3dbc x86 SMM: Replace weak prototypes with weak function stub by Kyösti Mälkki · 10 years ago
  64. 0127c6c AMD: Uniformly define MSRs for TOP_MEM and TOP_MEM2 by Kyösti Mälkki · 9 years ago
  65. 033bb4b acpi: Generate valid ACPI processor objects by Timothy Pearson · 9 years ago
  66. 08e39c5 AMD K8: Remove some excessive preprocessor use by Kyösti Mälkki · 9 years ago
  67. 5fe1fb7a cpu/amd (non-AGESA): Load microcode updates from CBFS by Kyösti Mälkki · 11 years ago
  68. 893b81f cpu/amd/model_10xxx: Remove UPDATE_CPU_MICROCODE option by Alexandru Gagniuc · 9 years ago
  69. 5491ca2 cpu: Drop print_ implementation from non-romcc boards by Stefan Reinauer · 10 years ago
  70. 3a6550d timestamps: Switch from tsc_t to uint64_t by Stefan Reinauer · 11 years ago
  71. bae775a arch/x86: Declare GDT symbols and move_gdt() by Kyösti Mälkki · 10 years ago
  72. b59c5de Drop GX1, CS5330 and related boards by Stefan Reinauer · 10 years ago
  73. bd79c5e Replace hlt() loops with halt() by Patrick Georgi · 10 years ago
  74. f845798 amdk8: Move to implicit length patching by Vladimir Serbinenko · 10 years ago
  75. e4c17ce AMD: Isolate AGESA and PI build environments by Kyösti Mälkki · 10 years ago
  76. abc083e AMD (K8/fam10): Rewrite CAR migration in post_cache_as_ram by Kyösti Mälkki · 11 years ago
  77. 4743254 amd: rename model_fxx_powernow to powernow. by Vladimir Serbinenko · 10 years ago
  78. 1729cd8 x86 romstage: Move stack just below RAMTOP by Kyösti Mälkki · 10 years ago
  79. b752e4f acpi_add_ssdt_pstates: Remove function. by Vladimir Serbinenko · 10 years ago
  80. 5888d86 AMD Steppe Eagle: CPU files for new SoC by Bruce Griffith · 10 years ago
  81. a0a3727 intel/cpu: rename car.h to romstage.h by Aaron Durbin · 10 years ago
  82. 1ab2027 Intel: Add common header file for CAR setup by Edward O'Callaghan · 10 years ago
  83. c4561e2 drivers/spi: Sanitize headers from preprocessor abuse by Edward O'Callaghan · 10 years ago
  84. 38a8fb0 x86 MTRR: Drop unused return value by Kyösti Mälkki · 10 years ago
  85. 2458f42 AMD: Add common header file for CAR setup by Kyösti Mälkki · 10 years ago
  86. 53072d8 cpu/amd/agesa/family15tn: Add initial support for SMM mode by Alexandru Gagniuc · 10 years ago
  87. 3eb8eb7 rmodules: use rmodtool to create rmodules by Aaron Durbin · 10 years ago
  88. 5809a73 Make POST device configurable. by Idwer Vollering · 10 years ago
  89. 4337020 Remove CACHE_ROM. by Vladimir Serbinenko · 10 years ago
  90. b4b9eb3 x86: provide infrastructure to backup default SMM region by Aaron Durbin · 10 years ago
  91. 5a5c886 SMP: Add arch-agnostic boot_cpu() by Kyösti Mälkki · 10 years ago
  92. cd3f8ad x86: Add SMM helper functions to MP infrastructure by Aaron Durbin · 11 years ago
  93. d052040 x86: add SMM save state for 0x0100 revision by Aaron Durbin · 11 years ago
  94. e0785c0 x86: parallel MP initialization by Aaron Durbin · 11 years ago
  95. 029aaf6 x86: add common definitions for control registers by Aaron Durbin · 11 years ago
  96. 3674ccf x86/mtrr: don't assume size of ROM cached during CAR mode by Aaron Durbin · 10 years ago
  97. a86e81d x86: include header to define types in use by Aaron Durbin · 10 years ago
  98. 2657e84 Multiboot: remove multiboot tables generation. by Vladimir Serbinenko · 11 years ago
  99. 2c38f50 cpu/intel: Make all Intel CPUs load microcode from CBFS by Alexandru Gagniuc · 11 years ago
  100. 107f72e Re-declare CACHE_ROM_SIZE as aligned ROM_SIZE for MTRR by Kyösti Mälkki · 11 years ago