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