1. 7c302cf cpu/amd/pi/00730F01: rename fixme.c to cpu_io_init.c by Felix Held · 1 year, 4 months ago
  2. 40c5f74 cpu/amd/pi/00730F01/fixme: replace some magic numbers by Felix Held · 1 year, 4 months ago
  3. 69ababc cpu/amd/pi/00730F01/fixme: use coreboot's PCI access functions by Felix Held · 1 year, 4 months ago
  4. 5e9afe7 include/cpu/amd/mtrr: rename functions to get top of memory regions by Felix Held · 1 year, 4 months ago
  5. 8cbd216 cpu/x86,amd: drop unused LOGICAL_CPUS Kconfig symbol by Felix Held · 1 year, 5 months ago
  6. c3d5d20 cpu/amd/pi/00730F01/model_16_init: use CPUID_FROM_FMS macro by Felix Held · 1 year, 6 months ago
  7. edb36a1 cpu/amd/pi/00730F01/model_16_init: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 6 months ago
  8. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 6 months ago
  9. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 6 months ago
  10. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 8 months ago
  11. ad65e8c cpu: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  12. 81a4fef cpu/amd/agesa: Remove leftover code by Arthur Heymans · 1 year, 10 months ago
  13. 49af4f7 {cpu/nb}/amd/family16: Remove platform by Arthur Heymans · 1 year, 10 months ago
  14. 9a458e4 {cpu/nb}/amd/family15tn: Remove platform by Arthur Heymans · 1 year, 10 months ago
  15. dbdf170 {cpu/nb}/amd/family14: Remove platform by Arthur Heymans · 1 year, 10 months ago
  16. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 2 years 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. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  22. b97a303 cpu/amd/agesa: Use common MRC_CACHE code to save S3 data by Arthur Heymans · 4 years ago
  23. 750d57f drivers/amd/agesa: Don't save regular boot MTRR to flash by Arthur Heymans · 4 years ago
  24. 3fd7197 cpu/amd: Remove unused <cpu/x86/pae.h> by Elyes Haouas · 2 years, 4 months ago
  25. 6504044 cpu/amd: Remove unused <cbmem.h> by Elyes HAOUAS · 2 years, 7 months ago
  26. 928a9c8 cpu,mb,nb,soc: use HPET_BASE_ADDRESS instead of magic number by Felix Held · 2 years, 6 months ago
  27. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 10 months ago
  28. 894f6f8 cpu/x86/smm: Add SMM_LEGACY_ASEG by Kyösti Mälkki · 2 years, 7 months ago
  29. 09ca258 cpu/amd/agesa/Kconfig: select NO_SMM for Family 14h by Michał Kopeć · 2 years, 9 months ago
  30. c5432ec cpu/amd/pi/Kconfig: select NO_SMM by Michał Kopeć · 2 years, 9 months ago
  31. dc35d2a northbridge/amd/pi/00730F01: enable PARALLEL_MP by Michał Kopeć · 2 years, 9 months ago
  32. c435038 cpu/amd/mtrr: Remove topmem global variables by Arthur Heymans · 2 years, 10 months ago
  33. b0db82d cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS by Arthur Heymans · 2 years, 10 months ago
  34. ca87532 cpu/amd/mtrr/amd_mtrr.c: Remove unused functions by Arthur Heymans · 2 years, 10 months ago
  35. 7e27202 cpu/amd: Always fetch CPU addr bits at runtime by Arthur Heymans · 2 years, 10 months ago
  36. 10796d8 src/cpu: drop CPU_X86_CACHE_HELPER and x86_enable_cache wrapper function by Felix Held · 2 years, 10 months ago
  37. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 10 months ago
  38. e2783da cpu/x86: Introduce `CPU_X86_CACHE_HELPER` by Felix Held · 2 years, 10 months ago
  39. 8023eab cpu/amd,intel/*/Makefile: don't add cpu/x86/cache by Felix Held · 2 years, 10 months ago
  40. f77d78d cpu,soc/amd/*/Makefile: don't add cpu/x86/pae a second time by Felix Held · 2 years, 10 months ago
  41. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  42. 1fb2e1e cpu: add missing arch/cpu.h includes by Felix Held · 3 years ago
  43. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  44. 02d9c85 AGESA f15tn: Hook up IDS options to Kconfig by Angel Pons · 3 years, 3 months ago
  45. f1e8e7f include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR by Felix Held · 3 years, 1 month ago
  46. acbf154 src: use mca_clear_status function instead of open coding by Felix Held · 3 years, 1 month ago
  47. 1b46e76 include/cpu/x86/msr: introduce IA32_MC_*(x) macros by Felix Held · 3 years, 1 month ago
  48. 2828fee cpu/amd/*/model_*_init: use mca_get_bank_count() by Felix Held · 3 years, 1 month ago
  49. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  50. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  51. 2de78e2 cpu/amd/pi/00630F01: Remove unused directory and code by Michał Żygowski · 3 years, 3 months ago
  52. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 10 months ago
  53. b8d35c1 cpu/amd/pi/00730F01/model_16_init.c: create correct MTRR solution by Michał Żygowski · 3 years, 4 months ago
  54. e5aafb6 cpu/amd/agesa/family15tn/fixme.c by Frans Hendriks · 3 years, 7 months ago
  55. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  56. 7ae375d ACPI: Remove ACPI_NO_SMI_GNVS by Kyösti Mälkki · 3 years, 8 months ago
  57. 834b3ec cbfs: Simplify load/map API names, remove type arguments by Julius Werner · 4 years, 6 months ago
  58. b542121 cpu/amd/microcode: Remove dead Makefile by Arthur Heymans · 3 years, 9 months ago
  59. c681a82 cpu/amd/pi: Remove unused cpu code 00660F01 by Martin Roth · 3 years, 9 months ago
  60. b8c7ea0 ACPI S3: Replace acpi_is_wakeup() by Kyösti Mälkki · 3 years, 9 months ago
  61. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 11 months ago
  62. 99e0c7d src/cpu: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  63. 2446c1e arch/x86: Drop CBMEM_TOP_BACKUP by Kyösti Mälkki · 4 years, 1 month ago
  64. c3c5521 ACPI: Replace smm_setup_structures() by Kyösti Mälkki · 4 years, 2 months ago
  65. 44ef38f arch/x86: Remove NO_FIXED_XIP_ROM_SIZE by Kyösti Mälkki · 4 years, 3 months ago
  66. b8c473e amd/00730F01: Clean the Microcode updating by Zheng Bao · 4 years, 2 months ago
  67. 695d862 amd/microcode: Change equivalant ID width to 16bit by Zheng Bao · 4 years, 3 months ago
  68. 32da343 src: Remove unused '#include <cpu/x86/lapic.h>' by Elyes HAOUAS · 4 years, 3 months ago
  69. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  70. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  71. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  72. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 4 months ago
  73. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 4 months ago
  74. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  75. f23ae0b src/cpu: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  76. 9550e97 acpi: correct the processor devices scope by Michał Żygowski · 4 years, 5 months ago
  77. 79ccc69 src: capitalize 'PCIe' by Elyes HAOUAS · 4 years, 6 months ago
  78. 520717d AGESA,binaryPI: Drop remains of ROMCC_BOOTBLOCK by Kyösti Mälkki · 4 years, 8 months ago
  79. fedaac8 AGESA,binaryPI: Enable lapic early for udelay() by Kyösti Mälkki · 4 years, 8 months ago
  80. fa0df7d AGESA fam14: Remove early PCI subsystem ID setting by Kyösti Mälkki · 4 years, 8 months ago
  81. b4f1ecb AGESA fam14: Remove early p-state setting by Kyösti Mälkki · 4 years, 8 months ago
  82. 6766f4f arch/x86: Fix S3 resume without stage cache by Kyösti Mälkki · 4 years, 8 months ago
  83. 3d5e1e5 sb/amd/cimx/sb800: Postpone Sb_Poweron_Init() call by Kyösti Mälkki · 4 years, 9 months ago
  84. 1b12b64 AGESA, binaryPI: implement C bootblock by Michał Żygowski · 4 years, 9 months ago
  85. 6b9cff4 AGESA: Reduce S3_DATA_SIZE by Kyösti Mälkki · 4 years, 9 months ago
  86. a3ce27d cpu/amd/{agesa,pi}/Kconfig: select SSE2 by Michał Żygowski · 4 years, 9 months ago
  87. 46f04cb binaryPI: Drop BINARYPI_LEGACY_WRAPPER support by Kyösti Mälkki · 7 years ago
  88. b81731d binaryPI: Drop S3_DATA_POS and S3_DATA_SIZE by Kyösti Mälkki · 4 years, 9 months ago
  89. 0bb8346 Kconfig: comply to Linux 5.3's Kconfig language rules by Patrick Georgi · 4 years, 9 months ago
  90. 3382e53 cpu/amd/microcode: Remove microcode update routine by Kyösti Mälkki · 4 years, 9 months ago
  91. de56a66 cpu/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  92. ffcac3e nb/amd/fam10: Drop support by Arthur Heymans · 4 years, 9 months ago
  93. 57803ba sb/amd/sb800: Drop support by Arthur Heymans · 4 years, 9 months ago
  94. 2428427 sb/amd/sb700: Drop support by Arthur Heymans · 4 years, 9 months ago
  95. 2c08ea7 cpu/nb/sb: Remove fam12 by Joe Moore · 4 years, 10 months ago
  96. 898ca04 AGESA: Select CBMEM_STAGE_CACHE with HAVE_ACPI_RESUME by Kyösti Mälkki · 4 years, 9 months ago
  97. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  98. 845652b src/cpu: Use 'include <stdlib.h>' when appropriate by Elyes HAOUAS · 5 years ago
  99. 38ddbfb src/[arch-lib]: change "unsigned" to "unsigned int" by Martin Roth · 4 years, 10 months ago
  100. 2c34892 cpu/amd/*/*/acpi/: Use 'Device()' instead of 'Processor()' by Elyes HAOUAS · 4 years, 10 months ago