1. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  2. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  3. 3a7346c cpu/x86/mtrr: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  4. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  5. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  6. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  7. f213f17 intel/stm: Drop now unneeded `num_cpus` param by Eugene D Myers · 4 years, 4 months ago
  8. 076605b intel/stm: Place resource list right below MSEG by Eugene D Myers · 4 years, 4 months ago
  9. 3e42ee0 cpu/x86/mtrr/earlymtrr: Validate MTRR arguments by Raul E Rangel · 4 years, 4 months ago
  10. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  11. 3ae3ff2 src/cpu/x86/mtrr/earlymtrr: Add clear_all_var_mtrr by Raul E Rangel · 4 years, 4 months ago
  12. fa52f31 cpu/x86/16bit/entry16.inc: Fix typos in comment by Raul E Rangel · 4 years, 4 months ago
  13. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  14. b49e210 cpu/x86/Makefile.inc: Fix external toolchain build by Arthur Heymans · 4 years, 9 months ago
  15. dbcb0ce cpu/x86: Fix typo by Subrata Banik · 4 years, 5 months ago
  16. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  17. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 6 months ago
  18. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 5 months ago
  19. a3eb3df cpu/x86/smm: Add smm_size to relocatable smmstub by Arthur Heymans · 4 years, 9 months ago
  20. 17f0f01 cpu/x86/smm: Convert C++ style comment by Eugene Myers · 4 years, 6 months ago
  21. 5bf7ffb cpu/x86/name: Make name.c file available in romstage by Usha P · 4 years, 6 months ago
  22. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 6 months ago
  23. 47607bd cpu/x86/smm: Remove blank line in code by Eugene Myers · 4 years, 6 months ago
  24. 53e9236 cpu/x86: Remove unnecessary guard by Eugene Myers · 4 years, 6 months ago
  25. 970ed2a cpu/x86: Adjust STM smm_save_state_size by Eugene Myers · 4 years, 6 months ago
  26. 6d5f007 cpu/x86/smm: Add overflow check by Nico Huber · 4 years, 6 months ago
  27. faa1118 cpu/x86: Put guard around align for smm_save_state_size by Eugene Myers · 4 years, 6 months ago
  28. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 7 months ago
  29. 6ec322e cpu/x86: Make MP init timeout configurable by Jonathan Zhang · 4 years, 7 months ago
  30. e6b313d cpu/intel/car/p4-netburst: Add assert for SIPI_VECTOR_IN_ROM by Kyösti Mälkki · 4 years, 8 months ago
  31. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  32. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 10 months ago
  33. 494b031 arch/x86: Drop uses of ROMCC_BOOTBLOCK by Arthur Heymans · 4 years, 9 months ago
  34. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 9 months ago
  35. 1a8dbfc cpu/x86/mp_init: Fix typo by Elyes HAOUAS · 4 years, 8 months ago
  36. 1b12b64 AGESA, binaryPI: implement C bootblock by Michał Żygowski · 4 years, 9 months ago
  37. 67910db arch|cpu/x86: Add Kconfig option for x86 reset vector by Marshall Dawson · 4 years, 10 months ago
  38. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 9 months ago
  39. 1b8df77 arch/*/*/early_variables.h: drop unused files by Arthur Heymans · 4 years, 9 months ago
  40. 706251d arch/x86/cache.h: Use ENV_CACHE_AS_RAM macro by Arthur Heymans · 4 years, 9 months ago
  41. 3802563b cpu/x86/tsc: Remove indirection when accessing mono_timer_g by Patrick Georgi · 4 years, 9 months ago
  42. 5d70978 cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  43. 4e223db cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 9 months ago
  44. 65a8c2e soc/intel/skylake: Clean up report_cpu_info() function by Usha P · 4 years, 9 months ago
  45. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  46. 1818733 cpu/intel/smm: Drop em64t save state by Arthur Heymans · 4 years, 10 months ago
  47. 06f2fcc cpu/x86/smm: Use PRIxPTR to print uintptr_t by Jacob Garber · 4 years, 10 months ago
  48. f5c0d61 intel/smm: Provide common smm_relocation_params by Kyösti Mälkki · 5 years ago
  49. de56a66 cpu/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  50. eef6360 cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards by Arthur Heymans · 4 years, 9 months ago
  51. 15c0121 drivers/intel/fsp1_0: Drop support by Arthur Heymans · 4 years, 9 months ago
  52. aae8190 Kconfig: Organize debugging options per file extensions by Arthur Heymans · 4 years, 10 months ago
  53. b1ef725 cpu/qemu-x86: Add x86_64 bootblock support by Patrick Rudolph · 5 years ago
  54. bda8702 cpu/x86/mtrr/xip_cache.c: Fix inconsistent message by Angel Pons · 4 years, 10 months ago
  55. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  56. 47be2d9 cpu/x86: Add a prog_run hook to set up caching of XIP stages by Arthur Heymans · 4 years, 10 months ago
  57. 4325165 cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80 by Kyösti Mälkki · 4 years, 10 months ago
  58. 776da08 arch/x86/*.S: use defines instead of hardcoded values by Patrick Rudolph · 4 years, 10 months ago
  59. 845652b src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  60. 44da9e2 cpu,device/: Remove some __SIMPLE_DEVICE__ and __ROMCC__ use by Kyösti Mälkki · 5 years ago
  61. 5a15717 cpu/x86/lapic: Refactor timer_fsb() by Kyösti Mälkki · 5 years ago
  62. 1095bfa arch/x86: Drop _car_relocatable_data symbols by Kyösti Mälkki · 5 years ago
  63. d57ace2 AUTHORS: Move src/cpu copyrights into AUTHORS file by Martin Roth · 5 years ago
  64. 6fdb223 arch/x86: Refactor CAR_GLOBAL quirk for FSP1.0 by Kyösti Mälkki · 5 years ago
  65. 59d5731 arch/x86: Drop weak attribute on stage_cache by Kyösti Mälkki · 5 years ago
  66. a165c07 arch/x86: Simplify <arch/early_variables.h> by Kyösti Mälkki · 5 years ago
  67. 12b121c southbridge/intel: Tidy up preprocessor and headers by Kyösti Mälkki · 5 years ago
  68. 5ec97ce soc/*: mp_run_on_all_cpus: Remove configurable timeout by Patrick Rudolph · 5 years ago
  69. 7cdb047 cpu/x86/smm: Promote smm_memory_map() by Kyösti Mälkki · 5 years ago
  70. 4913d8a cpu/x86/smm: Define single smm_subregion() by Kyösti Mälkki · 5 years ago
  71. 6708566 cpu/x86: Hide smm_save_state_area_t typedef by Kyösti Mälkki · 5 years ago
  72. 1ef039b cpu/x86: Change old-style SMI handler prototypes by Kyösti Mälkki · 5 years ago
  73. c4fdb7b cpu/x86: Move some SMM function declarations by Kyösti Mälkki · 5 years ago
  74. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  75. c74b93d arch/x86: Obsolete CACHE_AS_RAM config by Kyösti Mälkki · 5 years ago
  76. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  77. 98f43a1 cpu/x86 mp_init: Add option for AMD INIT SIPI sequence by Marshall Dawson · 5 years ago
  78. 6c8a040 cpu/x86/mtrr: Replace CONFIG_CPU_ADDR_BITS with cpu_phys_address_size() by Subrata Banik · 5 years ago
  79. 14222d8 arch/x86: Change smm_subregion() prototype by Kyösti Mälkki · 5 years ago
  80. 9970b61 arch/x86: Move TSEG_STAGE_CACHE implementation by Kyösti Mälkki · 5 years ago
  81. be207b1 soc/*: Report mp_init errors by Patrick Rudolph · 5 years ago
  82. 89463e3 cpu/x86: Fix DEBUG_SMM_RELOCATION dependency by Kyösti Mälkki · 5 years ago
  83. b16fda2 cpu/x86: Declare smi_release_lock() static by Kyösti Mälkki · 5 years ago
  84. b28b6b5 arch/x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  85. 8abf66e cpu/x86: Flip SMM_TSEG default by Kyösti Mälkki · 5 years ago
  86. 4d372c7 cpu/x86: Declare SMM_ASEG by Kyösti Mälkki · 5 years ago
  87. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  88. 3fcea0d cpu/x86/smm/smm_module_loader: Compare num_concurrent_stacks to size_t by Elyes HAOUAS · 5 years ago
  89. f8c3442 drivers/pc80: Move UDELAY_IO and UDELAY_TIMER2 by Kyösti Mälkki · 5 years ago
  90. 63f98f2 src: Use CRx_TYPE type for CRx by Elyes HAOUAS · 5 years ago
  91. c1b7e8a cpu/x86/pae/pgtbl: Add memset with PAE by Patrick Rudolph · 5 years ago
  92. 361f6ff src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  93. d26844c cpu: Add missing #include <commonlib/helpers.h> by Elyes HAOUAS · 5 years ago
  94. f0cbb09 cpu/x86: use ALIGN_UP instead of ALIGN for better readability by Felix Held · 5 years ago
  95. bf1da4b x86/smmstub: Fix compiling with external toolchains by Arthur Heymans · 6 years ago
  96. b5962a9 Rampayload: Able to build coreboot without ramstage by Subrata Banik · 5 years ago
  97. 5b92272 cpu/x86/mtrr: Assert that MSR arrays are fully initialized by Jacob Garber · 5 years ago
  98. 3b4d0e0 src/cpu/x86/lapic/lapic.c: Add missing newline by Christian Walter · 5 years ago
  99. 608d73e src/drivers/intel/fsp1_0: Move PLATFORM_USES_FSP1_0 by Arthur Heymans · 6 years ago
  100. bc67476 {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling by Jacob Garber · 5 years ago