1. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  2. b49e210 cpu/x86/Makefile.inc: Fix external toolchain build by Arthur Heymans · 4 years, 8 months ago
  3. 9550e97 acpi: correct the processor devices scope by Michał Żygowski · 4 years, 4 months ago
  4. be3979c acpi: Change Processor ACPI Name (Intel only) by Christian Walter · 4 years, 7 months ago
  5. dbcb0ce cpu/x86: Fix typo by Subrata Banik · 4 years, 4 months ago
  6. f3f36fa src (minus soc and mainboard): Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  7. a8305e7 cpu/intel/model_2065x: Add missing CPU IDs by Angel Pons · 4 years, 5 months ago
  8. 31b7ee4 treewide: Replace uses of "Nehalem" by Angel Pons · 4 years, 5 months ago
  9. 95de231 nb/intel/nehalem: Rename to ironlake by Angel Pons · 4 years, 5 months ago
  10. 8355aa4 prog_loaders: Remove CONFIG_MIRROR_PAYLOAD_TO_RAM_BEFORE_LOADING by Julius Werner · 4 years, 4 months ago
  11. a3eb3df cpu/x86/smm: Add smm_size to relocatable smmstub by Arthur Heymans · 4 years, 8 months ago
  12. 79ccc69 src: capitalize 'PCIe' by Elyes HAOUAS · 4 years, 5 months ago
  13. 573481b cpu/intel/model_206ax: Lock MSR on all cores by Patrick Rudolph · 4 years, 5 months ago
  14. 63266c7 cpu/microcode: Fix config CPU_MICROCODE_CBFS_EXTERNAL_BINS by Nico Huber · 4 years, 5 months ago
  15. 3fa3bf9 cpu/intel/slot_1: Cache romstage XIP execution by Arthur Heymans · 4 years, 8 months ago
  16. 32fecd6 cpu/Kconfig: Remove old reference to ROMCC by Elyes HAOUAS · 4 years, 5 months ago
  17. ef90609 src: capitalize 'RAM' by Elyes HAOUAS · 4 years, 5 months ago
  18. 17f0f01 cpu/x86/smm: Convert C++ style comment by Eugene Myers · 4 years, 5 months ago
  19. d1f7c6f cpu: Allow to configure microcode at pre-defined address by Andrey Petrov · 4 years, 6 months ago
  20. 5bf7ffb cpu/x86/name: Make name.c file available in romstage by Usha P · 4 years, 5 months ago
  21. 6dc9d03 treewide: capitalize 'BIOS' by Elyes HAOUAS · 4 years, 5 months ago
  22. 47607bd cpu/x86/smm: Remove blank line in code by Eugene Myers · 4 years, 5 months ago
  23. 53e9236 cpu/x86: Remove unnecessary guard by Eugene Myers · 4 years, 5 months ago
  24. 970ed2a cpu/x86: Adjust STM smm_save_state_size by Eugene Myers · 4 years, 5 months ago
  25. eabb0c0 cpu/intel: Drop unused file by Elyes HAOUAS · 4 years, 7 months ago
  26. 6d5f007 cpu/x86/smm: Add overflow check by Nico Huber · 4 years, 5 months ago
  27. faa1118 cpu/x86: Put guard around align for smm_save_state_size by Eugene Myers · 4 years, 5 months ago
  28. ae438be security/intel/stm: Add STM support by Eugene Myers · 4 years, 6 months ago
  29. 6ec322e cpu/x86: Make MP init timeout configurable by Jonathan Zhang · 4 years, 6 months ago
  30. a988091 cpu/intel/model_6?x{slot_1}: Leave enabling CONFIG_SMP to the mainboard by Keith Hui · 4 years, 7 months ago
  31. cbf9571 drivers/pc80/rtc: Separate {get|set}_option() prototypes by Kyösti Mälkki · 4 years, 6 months ago
  32. d60e9ab cpu/intel/microcode: Apply more strict guard for assembly files by Kyösti Mälkki · 4 years, 7 months ago
  33. f9ad22d src/x86|cpu/intel: Hardcode FIT and ID by Marshall Dawson · 4 years, 7 months ago
  34. e6b313d cpu/intel/car/p4-netburst: Add assert for SIPI_VECTOR_IN_ROM by Kyösti Mälkki · 4 years, 7 months ago
  35. 520717d AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCK by Kyösti Mälkki · 4 years, 7 months ago
  36. fedaac8 AGESA,binaryPI: Enable lapic early for udelay() by Kyösti Mälkki · 4 years, 7 months ago
  37. fa0df7d AGESA fam14: Remove early PCI subsystem ID setting by Kyösti Mälkki · 4 years, 7 months ago
  38. b4f1ecb AGESA fam14: Remove early p-state setting by Kyösti Mälkki · 4 years, 7 months ago
  39. 4f14cd8 arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE by Kyösti Mälkki · 4 years, 7 months ago
  40. 6766f4f arch/x86: Fix S3 resume without stage cache by Kyösti Mälkki · 4 years, 7 months ago
  41. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 9 months ago
  42. dda17fa src: Use '#include <smp/node.h>' when appropriate by Elyes HAOUAS · 4 years, 9 months ago
  43. 494b031 arch/x86: Drop uses of ROMCC_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  44. 1cb9cd5 Drop ROMCC code and header guards by Arthur Heymans · 4 years, 8 months ago
  45. 1a8dbfc cpu/x86/mp_init: Fix typo by Elyes HAOUAS · 4 years, 7 months ago
  46. f0b79da src: Remove unused 'include <pc80/mc146818rtc.h>' by Elyes HAOUAS · 4 years, 7 months ago
  47. 9612a3c cpu/intel: Remove ROMCC header guards and code by Elyes HAOUAS · 4 years, 7 months ago
  48. de64078 bootblock: Provide some common prototypes by Kyösti Mälkki · 4 years, 8 months ago
  49. 3d5e1e5 sb/amd/cimx/sb800: Postpone Sb_Poweron_Init() call by Kyösti Mälkki · 4 years, 8 months ago
  50. 1b12b64 AGESA, binaryPI: implement C bootblock by Michał Żygowski · 4 years, 8 months ago
  51. 8245bd2 fmap: Make FMAP_CACHE mandatory if it is configured in by Julius Werner · 4 years, 7 months ago
  52. 67910db arch|cpu/x86: Add Kconfig option for x86 reset vector by Marshall Dawson · 4 years, 9 months ago
  53. 55009af Change all clrsetbits_leXX() to clrsetbitsXX() by Julius Werner · 4 years, 8 months ago
  54. 6b9cff4 AGESA: Reduce S3_DATA_SIZE by Kyösti Mälkki · 4 years, 8 months ago
  55. c9b1359 src/: Remove g_ prefixes and _g suffixes from variables by Patrick Georgi · 4 years, 8 months ago
  56. 8601afb kill CAR_GLOBAL_MIGRATION leftovers by Arthur Heymans · 4 years, 8 months ago
  57. 1b8df77 arch/*/*/early_variables.h: drop unused files by Arthur Heymans · 4 years, 8 months ago
  58. 706251d arch/x86/cache.h: Use ENV_CACHE_AS_RAM macro by Arthur Heymans · 4 years, 8 months ago
  59. 3802563b cpu/x86/tsc: Remove indirection when accessing mono_timer_g by Patrick Georgi · 4 years, 8 months ago
  60. 6229cc9 cpu/intel/common/fsb.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  61. 5d70978 cpu/x86/lapic/apic_timer.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  62. 4e223db cpu/x86/tsc/delay_tsc.c: Drop CAR_GLOBAL_MIGRATION support by Arthur Heymans · 4 years, 8 months ago
  63. a3ce27d cpu/amd/{agesa,pi}/Kconfig: select SSE2 by Michał Żygowski · 4 years, 8 months ago
  64. 65a8c2e soc/intel/skylake: Clean up report_cpu_info() function by Usha P · 4 years, 8 months ago
  65. 46f04cb binaryPI: Drop BINARYPI_LEGACY_WRAPPER support by Kyösti Mälkki · 7 years ago
  66. b81731d binaryPI: Drop S3_DATA_POS and S3_DATA_SIZE by Kyösti Mälkki · 4 years, 8 months ago
  67. 24ab1c5 soc/intel/{apl,cnl,dnv,skl}: Skip ucode loading by FSP-T by Subrata Banik · 4 years, 8 months ago
  68. 1fa240a cpu/intel/slot_1: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  69. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 8 months ago
  70. 6892567 Drop superfluous C_ENVIRONMENT_BOOTBLOCK checks by Arthur Heymans · 4 years, 8 months ago
  71. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 8 months ago
  72. 4debbe7 cpu/intel/gen1/smmrelocate: Fix stale comment by Arthur Heymans · 4 years, 8 months ago
  73. 1818733 cpu/intel/smm: Drop em64t save state by Arthur Heymans · 4 years, 8 months ago
  74. 06f2fcc cpu/x86/smm: Use PRIxPTR to print uintptr_t by Jacob Garber · 4 years, 8 months ago
  75. f5c0d61 intel/smm: Provide common smm_relocation_params by Kyösti Mälkki · 5 years ago
  76. 3382e53 cpu/amd/microcode: Remove microcode update routine by Kyösti Mälkki · 4 years, 8 months ago
  77. de56a66 cpu/amd/fam10: Drop support by Arthur Heymans · 4 years, 8 months ago
  78. eef6360 cpu/x86/lapic/lapic_cpu_init.c: Drop unused guards by Arthur Heymans · 4 years, 8 months ago
  79. 181de28 Kconfig: Remove not found sources by Elyes HAOUAS · 4 years, 8 months ago
  80. 15c0121 drivers/intel/fsp1_0: Drop support by Arthur Heymans · 4 years, 8 months ago
  81. c2c634a nb/sb/cpu: Drop Intel Rangeley support by Arthur Heymans · 4 years, 8 months ago
  82. ffcac3e nb/amd/fam10: Drop support by Arthur Heymans · 4 years, 8 months ago
  83. 57803ba sb/amd/sb800: Drop support by Arthur Heymans · 4 years, 8 months ago
  84. 2428427 sb/amd/sb700: Drop support by Arthur Heymans · 4 years, 8 months ago
  85. 4c38ed3 cpu/via/nano: Drop support by Arthur Heymans · 4 years, 8 months ago
  86. f2cae50 cpu/intel/car: Add EC software sync to Intel romstage by Tim Wawrzynczak · 4 years, 9 months ago
  87. 2c08ea7 cpu/nb/sb: Remove fam12 by Joe Moore · 4 years, 9 months ago
  88. f96d905 Remove MIPS architecture by Julius Werner · 5 years ago
  89. fa5d0f8 nb/intel/sandybridge: Set up console in bootblock by Arthur Heymans · 4 years, 8 months ago
  90. 360d947 nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  91. 7843bd5 nb/intel/x4x: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  92. e27c013 nb/intel/i945: Move to C_ENVIRONMENT_BOOTBLOCK by Arthur Heymans · 4 years, 8 months ago
  93. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 8 months ago
  94. 898ca04 AGESA: Select CBMEM_STAGE_CACHE with HAVE_ACPI_RESUME by Kyösti Mälkki · 4 years, 8 months ago
  95. 82c0e7e arch/x86: Drop some __SMM__ guards by Kyösti Mälkki · 4 years, 8 months ago
  96. 32c8de1 Rangeley: Fix incorrect BCLK by Kyösti Mälkki · 4 years, 9 months ago
  97. aae8190 Kconfig: Organize debugging options per file extensions by Arthur Heymans · 4 years, 8 months ago
  98. 092fe55 intel/i440bx: Switch to UDELAY_TSC and TSC_MONOTONIC_TIMER by Kyösti Mälkki · 4 years, 9 months ago
  99. cc51936 cpu/ti/am335x: Extend monotonic timer to early stages by Kyösti Mälkki · 4 years, 9 months ago
  100. b1ef725 cpu/qemu-x86: Add x86_64 bootblock support by Patrick Rudolph · 4 years, 10 months ago