1. b028636 cpu: Rename Makefiles from .inc to .mk by Martin Roth · 7 months ago
  2. 4fcaccf cpu/amd/pi/00730F01: Use common code for mp_init by Arthur Heymans · 2 years, 3 months ago
  3. 48b0389 cpu/amd/pi/00730f01/Kconfig: use hexadecimal CPU number in ACPI by Felix Held · 1 year, 3 months ago
  4. f0a8b04 acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING by Felix Held · 1 year, 3 months ago
  5. c391bff cpu,nb/amd/pi/00730F01: dynamically generate CPU devices by Felix Held · 1 year, 6 months ago
  6. 7c302cf cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c by Felix Held · 1 year, 4 months ago
  7. 40c5f74 cpu/amd/pi/00730F01/fixme: replace some magic numbers by Felix Held · 1 year, 4 months ago
  8. 69ababc cpu/amd/pi/00730F01/fixme: use coreboot's PCI access functions by Felix Held · 1 year, 4 months ago
  9. 8cbd216 cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol by Felix Held · 1 year, 5 months ago
  10. c3d5d20 cpu/amd/pi/00730F01/model_16_init: use CPUID_FROM_FMS macro by Felix Held · 1 year, 6 months ago
  11. edb36a1 cpu/amd/pi/00730F01/model_16_init: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 6 months ago
  12. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 6 months ago
  13. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 6 months ago
  14. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 7 months ago
  15. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  16. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 1 year, 11 months ago
  17. d797608 treewide: Remove unused <cpu/x86/mtrr.h> by Elyes Haouas · 2 years, 1 month ago
  18. 287048a cpu/amd: Reformat code by Elyes Haouas · 2 years, 3 months ago
  19. 644a67c cpu/amd/pi/00730F01/update_microcode.c: Fix some white spaces issues by Elyes Haouas · 2 years, 1 month ago
  20. 7ae8fa5 cpu/amd: Add common helpers for TSEG and SMM by Arthur Heymans · 2 years, 3 months ago
  21. 3fd7197 cpu/amd: Remove unused <cpu/x86/pae.h> by Elyes Haouas · 2 years, 4 months ago
  22. 6504044 cpu/amd: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 7 months ago
  23. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 6 months ago
  24. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  25. c5432ec cpu/amd/pi/Kconfig: select NO_SMM by Michał Kopeć · 2 years, 9 months ago
  26. dc35d2a northbridge/amd/pi/00730F01: enable PARALLEL_MP by Michał Kopeć · 2 years, 9 months ago
  27. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 10 months ago
  28. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 10 months ago
  29. 8023eab cpu/amd,intel/*/Makefile: don't add cpu/x86/cache by Felix Held · 2 years, 10 months ago
  30. f77d78d cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time by Felix Held · 2 years, 10 months ago
  31. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  32. 1fb2e1e cpu: add missing arch/cpu.h includes by Felix Held · 3 years ago
  33. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  34. f1e8e7f include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR by Felix Held · 3 years, 1 month ago
  35. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  36. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  37. 2828fee cpu/amd/*/model_*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  38. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  39. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  40. 2de78e2 cpu/amd/pi/00630F01: Remove unused directory and code by Michał Żygowski · 3 years, 3 months ago
  41. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 10 months ago
  42. b8d35c1 cpu/amd/pi/00730F01/model_16_init.c: create correct MTRR solution by Michał Żygowski · 3 years, 4 months ago
  43. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  44. 7ae375d ACPI: Remove ACPI_NO_SMI_GNVS by Kyösti Mälkki · 3 years, 7 months ago
  45. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  46. c681a82 cpu/amd/pi: Remove unused cpu code 00660F01 by Martin Roth · 3 years, 9 months ago
  47. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 11 months ago
  48. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  49. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  50. 44ef38f arch/x86: Remove NO_FIXED_XIP_ROM_SIZE by Kyösti Mälkki · 4 years, 3 months ago
  51. b8c473e amd/00730F01: Clean the Microcode updating by Zheng Bao · 4 years, 2 months ago
  52. 695d862 amd/microcode: Change equivalant ID width to 16bit by Zheng Bao · 4 years, 3 months ago
  53. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  54. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  55. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  56. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  57. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  58. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  59. 9550e97 acpi: correct the processor devices scope by Michał Żygowski · 4 years, 5 months ago
  60. 520717d AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCK by Kyösti Mälkki · 4 years, 8 months ago
  61. fedaac8 AGESA,binaryPI: Enable lapic early for udelay() by Kyösti Mälkki · 4 years, 8 months ago
  62. 1b12b64 AGESA, binaryPI: implement C bootblock by Michał Żygowski · 4 years, 9 months ago
  63. a3ce27d cpu/amd/{agesa,pi}/Kconfig: select SSE2 by Michał Żygowski · 4 years, 9 months ago
  64. 46f04cb binaryPI: Drop BINARYPI_LEGACY_WRAPPER support by Kyösti Mälkki · 7 years ago
  65. b81731d binaryPI: Drop S3_DATA_POS and S3_DATA_SIZE by Kyösti Mälkki · 4 years, 9 months ago
  66. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  67. 2c34892 cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()' by Elyes HAOUAS · 4 years, 10 months ago
  68. e33c50d cpu/amd/{agesa,pi}: Select NO_FIXED_XIP_ROM_SIZE by Arthur Heymans · 4 years, 11 months ago
  69. 3de8f8c cpu/amd/pi/00730F01: Clean up microcode update from __PRE_RAM__ by Kyösti Mälkki · 5 years ago
  70. 02381a2 {cpu,device,drivers}: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  71. 97ea346 AUTHORS: Move src/cpu/amd copyrights into AUTHORS file by Martin Roth · 5 years ago
  72. 0f5e01a arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION by Kyösti Mälkki · 5 years ago
  73. 4d372c7 cpu/x86: Declare SMM_ASEG by Kyösti Mälkki · 5 years ago
  74. 9265f89 arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class by Kyösti Mälkki · 5 years ago
  75. 78561f48 lib/romstage_stack.c: Remove file by Kyösti Mälkki · 5 years ago
  76. 319f037 src/cpu/amd/pi/00730F01: Add microcode update infrastructure for fam16h PI by Michał Żygowski · 6 years ago
  77. a1e22b8 src: Use 'include <string.h>' when appropriate by Elyes HAOUAS · 5 years ago
  78. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  79. 89989cf src: Drop unused include <arch/acpi.h> by Elyes HAOUAS · 5 years ago
  80. bbd2377 binaryPI: Drop CONFIG_CBB and CONFIG_CDB by Kyösti Mälkki · 6 years ago
  81. e8b5c31 binaryPI: Drop warning on EXT_CONF_SUPPORT by Kyösti Mälkki · 6 years ago
  82. 0c0208b cpu: Remove unneeded include <pc80/mc146818rtc.h> by Elyes HAOUAS · 6 years ago
  83. 134da98 amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols by Elyes HAOUAS · 6 years ago
  84. e9a0130 src: Remove unneeded include <console/console.h> by Elyes HAOUAS · 6 years ago
  85. 8a64370 {cpu,drivers,nb,sb}/amd: Replace {MSR,MTRR} addresses with macros by Elyes HAOUAS · 6 years ago
  86. d50cf23 {cpu,drivers}/amd: Replace MTRR addresses with macros by Elyes HAOUAS · 6 years ago
  87. 400ce55 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  88. bd4a3f8 cpu/amd: Correct number of MCA banks cleared by Marshall Dawson · 6 years ago
  89. e13dd17 cpu/amd: Improve formatting by Marshall Dawson · 6 years ago
  90. bddd157 cpu/amd: Rename MCA status register by Marshall Dawson · 6 years ago
  91. 6c9737b src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" by Elyes HAOUAS · 6 years ago
  92. 27929bd cpu/amd: Remove duplicated includes by Elyes HAOUAS · 6 years ago
  93. d2d8a31 cpu/amd: Get rid of device_t by Elyes HAOUAS · 7 years ago
  94. 8f06ce3 Constify struct cpu_device_id instances by Jonathan Neuschäfer · 7 years ago
  95. 1d6002a cpu/amd: Fix spelling of *implementation* by Paul Menzel · 7 years ago
  96. f824784 binaryPI: Fix boot regressions by Kyösti Mälkki · 7 years ago
  97. 4286502 AGESA binaryPI: Fix indirect AGESA.h include by Kyösti Mälkki · 7 years ago
  98. d4955f0 AGESA: Move API interface under drivers/ by Kyösti Mälkki · 7 years ago
  99. 63fac81 AGESA: Implement POSTCAR_STAGE by Kyösti Mälkki · 7 years ago
  100. 3b4b069 AGESA binaryPI: Remove heapmanager from romstage by Kyösti Mälkki · 7 years ago