1. c9e3357 Revert "cpu/x86/mtrr: Fix sign overflow" by Nico Huber · 6 years ago
  2. 6bbc8d8 cpu/x86/mtrr: Fix sign overflow by Patrick Rudolph · 6 years ago
  3. d731a24 src/cpu/intel: Set get_ia32_fsb function common by Elyes HAOUAS · 6 years ago
  4. c641f7e cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK by Kyösti Mälkki · 6 years ago
  5. f112f9f amdfam10 boards: Use defaults for get_pci1234() by Kyösti Mälkki · 6 years ago
  6. 21c60fa amdfam10 boards: Add temporary pirq_router_bus variable by Kyösti Mälkki · 6 years ago
  7. 1db4e3a amdfam10 boards: Declare get_pci1234() just once by Kyösti Mälkki · 6 years ago
  8. a75ab2c cpu/intel/car: Drop remains of setup_stack_and_mtrrs() by Kyösti Mälkki · 6 years ago
  9. acaa581 soc/intel: Drop romstage_after_car() by Kyösti Mälkki · 6 years ago
  10. 45e6c82 Fix typos involving "the the" by Jonathan Neuschäfer · 6 years ago
  11. befa72b cpu/x86: Make mp_get_apic_id() function externally available by Subrata Banik · 6 years ago
  12. 53b08c3 cpuid: Add helper function for cpuid(1) functions by Subrata Banik · 6 years ago
  13. 9fca297 smmstore: make smmstore's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  14. d61839c elog: make elog's SMM handler code follow everything else by Patrick Georgi · 6 years ago
  15. d67edca soc/intel/common: Bring DISPLAY_MTRRS into the light by Nico Huber · 6 years ago
  16. d2b9ec1 src: Remove unneeded include "{arch,cpu}/cpu.h" by Elyes HAOUAS · 6 years ago
  17. a9473ec src: Replace common MSR addresses with macros by Elyes HAOUAS · 6 years ago
  18. 63952e1 intel: Get rid of smm_get_pmbase by Patrick Rudolph · 6 years ago
  19. 1a5f1c8 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  20. d35c7fe amd/mtrr: Fix IORR MTRR by Elyes HAOUAS · 6 years ago
  21. c4e4193 src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  22. b0817b0 src: Move shared amd64 and IA32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  23. 8a64370 {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros by Elyes HAOUAS · 6 years ago
  24. dfbe6bd src: Add missing include <stdint.h> by Elyes HAOUAS · 6 years ago
  25. f677d17 intel: Use CF9 reset (part 2) by Patrick Rudolph · 6 years ago
  26. 400ce55 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  27. 419bfbc src: Move common IA-32 MSRs to <cpu/x86/msr.h> by Elyes HAOUAS · 6 years ago
  28. d44221f Move compiler.h to commonlib by Nico Huber · 6 years ago
  29. 4e6b790 src: Fix MSR_PKG_CST_CONFIG_CONTROL register name by Elyes HAOUAS · 6 years ago
  30. 75a62e7 complier.h: add __always_inline and use it in code base by Aaron Durbin · 6 years ago
  31. bb7f1b4 amd/fam15: Add more MCA information by Marshall Dawson · 6 years ago
  32. 4988fe2 src/include: add more msr defines by Matt Delco · 6 years ago
  33. f9a63c0 amd/fam15: Add MCA bank register definitions by Marshall Dawson · 6 years ago
  34. bd4a3f8 cpu/amd: Correct number of MCA banks cleared by Marshall Dawson · 6 years ago
  35. bddd157 cpu/amd: Rename MCA status register by Marshall Dawson · 6 years ago
  36. 06f818c cpu/intel/smm/gen1: Use correct MSR for model_6fx and model_1067x by Arthur Heymans · 6 years ago
  37. 0d39157 cpu/intel/microcode: Add helper functions to get microcode info by Rizwan Qureshi · 6 years ago
  38. e750b38e cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx by Arthur Heymans · 6 years ago
  39. c92f5f2 src/{ec,include,lib}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  40. eb5d76a smm: Add canary to end of stack and die() if a stack overflow occurs by Raul E Rangel · 6 years ago
  41. 5e2ac2c nb/intel/fsp_rangeley: Use MSR_PLATFORM_INFO instead of 0xce by Elyes HAOUAS · 7 years ago
  42. 13a500a amd/geode_lx: Fix .c includes by Kyösti Mälkki · 6 years ago
  43. ca74f8f cpu/x86/mtrr.h: Clean up some guards by Nico Huber · 6 years ago
  44. 6a8ce0d cpu/intel/car: Prepare for some POSTCAR_STAGE support by Kyösti Mälkki · 6 years ago
  45. 6197b76 cpu/x86/mtrr: Prepare for ROM_SIZE > 16MiB by Nico Huber · 6 years ago
  46. b4953a9 cpu/x86/mtrr: Get rid of CACHE_ROM_SIZE_OVERRIDE by Nico Huber · 6 years ago
  47. d840eb5 Remove AMD K8 cpu and northbridge support by Kyösti Mälkki · 6 years ago
  48. bb748c5 AMD: Remove some leftover includes by Kyösti Mälkki · 6 years ago
  49. 8a25cae cpu/x86: Add support to run function on single AP by Subrata Banik · 6 years ago
  50. 3337497 cpu/x86: Add support to run function with argument over APs by Subrata Banik · 6 years ago
  51. 4c16f8f cpu/x86/mp: remove unused functions and limit API exposure by Aaron Durbin · 6 years ago
  52. 838f296 cpu/x86: Add infinite timeout support into run_ap_work() function by Subrata Banik · 6 years ago
  53. aae73d7 arch/x86: print cr2 value on every exception by Aaron Durbin · 6 years ago
  54. 696c642 cpu/x86: add limited runtime identity page mapping by Aaron Durbin · 6 years ago
  55. 0f35af8f arch/x86: add support for cache-as-ram paging by Aaron Durbin · 6 years ago
  56. c82e48d cpu/x86: add paging_set_default_pat() function by Aaron Durbin · 6 years ago
  57. d5e4746 cpu/x86: expose and add paging helper functions by Aaron Durbin · 6 years ago
  58. ae18f80 cpu/x86: move NXE and PAT accesses to paging module by Aaron Durbin · 6 years ago
  59. f92fcab x86: Add function to modify CR3 register by Naresh G Solanki · 6 years ago
  60. c0dbeda x86/mtrr: Enable Rd/WrDram mod in AMD fixed MTRRs by Marshall Dawson · 7 years ago
  61. 1731a33 include/cpu/x86: Add clflush inline function by Marshall Dawson · 7 years ago
  62. f6bbc60 intel: Use MSR_EBC_FREQUENCY_ID instead of 0x2c by Elyes HAOUAS · 7 years ago
  63. 242ea84 intel: Replace msr(0x198) with msr(IA32_PERF_STATUS) by Elyes HAOUAS · 7 years ago
  64. f4258de cpu/x86/mtrr: fix fls() and fms() inline assembly by Aaron Durbin · 7 years ago
  65. 76db788 cpu/amdfam15.h: Add definition for MMIO config MSR by Marshall Dawson · 7 years ago
  66. e77d588 cpu/x86: add AMD registers to SMM save state by John E. Kabat Jr · 7 years ago
  67. 33803aa cpu/amd/amdfam15: Add misc. SMM definitions by Marshall Dawson · 7 years ago
  68. 7c6e339 cpu/x86/smm: Add define for AMD64 save area by Marshall Dawson · 7 years ago
  69. d229d4a AGESA cimx: Move cb_types.h to vendorcode by Kyösti Mälkki · 7 years ago
  70. d082b6a AGESA binaryPI: Clean up amdfamXX.h include by Kyösti Mälkki · 7 years ago
  71. 5a1f9a8 cpu/x86/mp_init: remove adjust_cpu_apic_entry() by Aaron Durbin · 7 years ago
  72. bd42780 soc/intel/common/block: Common ACPI by Shaunak Saha · 7 years ago
  73. 1438245 AMD K8 fam10-15: Tidy up CAR stack switch by Kyösti Mälkki · 7 years ago
  74. b98391c AMD K8 fam10-15: Tidy up CAR disable by Kyösti Mälkki · 7 years ago
  75. ff284f6 arch/x86: Fix ugly NEED_LAPIC use by Kyösti Mälkki · 7 years ago
  76. 7a4c021 src/include: Add guards on all header files by Martin Roth · 7 years ago
  77. d1c1a38 geode_lx: Move declaration to another header by Kyösti Mälkki · 7 years ago
  78. 9634547 src/include: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  79. 6a00113 Rename __attribute__((packed)) --> __packed by Stefan Reinauer · 7 years ago
  80. 89bb6ab amd/family15h: Add defines for boost and P-state by Marshall Dawson · 7 years ago
  81. 21cde8b soc/amd/stoneyridge: Add CPU files by Marc Jones · 7 years ago
  82. 25a885b cpu/x86/smm: fix up types in module loader by Aaron Durbin · 7 years ago
  83. a4677e4 cpu/x86/smm/smihandler: Apply cosmetic changes by Patrick Rudolph · 7 years ago
  84. ea0497c cpu/x86/mtrr: further expose declarations of functions by Aaron Durbin · 7 years ago
  85. d86e0e6 cpu/x86/mtrr: don't guard function declarations by Aaron Durbin · 7 years ago
  86. 17bb225 AMD MTRR: Add common add_uma_resource_below_tolm() by Kyösti Mälkki · 7 years ago
  87. 7bde848 cpu/intel/turbo: Add option to disable turbo by Subrata Banik · 7 years ago
  88. f9f91a7 nb/amdk8: Link coherent_ht.c by Arthur Heymans · 7 years ago
  89. 4aad421 AMD Geode: Move conflicting mainboard_romstage_entry() by Marc Jones · 7 years ago
  90. ba22e15 AGESA: Disable CAR with empty stack by Kyösti Mälkki · 8 years ago
  91. df7ff31 AGESA: Move romstage main entry under cpu by Kyösti Mälkki · 8 years ago
  92. 13cf135 AGESA: Move amd_initmmio() call by Kyösti Mälkki · 8 years ago
  93. 9b76f0b cpu/x86: add a barrier with timeout by Bora Guvendik · 8 years ago
  94. 6a566d7 src/include: Wrap lines at 80 columns by Lee Leahy · 7 years ago
  95. d0f26fc src/include: Add space after minus sign by Lee Leahy · 7 years ago
  96. 74f1dc0 src/include: Add spaces around : by Lee Leahy · 7 years ago
  97. db469a6 src/include: Fix indent for case labels by Lee Leahy · 7 years ago
  98. 22c28e0 src/include: Move storage class to beginning of declaration by Lee Leahy · 7 years ago
  99. 746d4af src/include: Remove space after function name by Lee Leahy · 7 years ago
  100. 6d71a43 src/include: Fix space between type, * and variable name by Lee Leahy · 7 years ago