1. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  2. 7866166 soc/amd/common/cpu/noncar/cpu: rename get_smee_reserved_address_bits by Felix Held · 1 year, 1 month ago
  3. 11ff753 soc/amd/common/block/cpu/noncar: add get_usable_physical_address_bits() by Felix Held · 1 year, 1 month ago
  4. b39e93e soc/amd/common/block/cpu/noncar/cpu: add missing types.h include by Felix Held · 1 year, 1 month ago
  5. d34dbe5 soc/amd/common/block/cpu: Refactor ucode allocation by Grzegorz Bernacki · 1 year, 3 months ago
  6. 3cf05b5 soc/amd/*/Kconfig: change ACPI_CPU_STRING to use hexadecimal CPU numbers by Felix Held · 1 year, 2 months ago
  7. f0a8b04 acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING by Felix Held · 1 year, 2 months ago
  8. 8cdfd4c soc/amd/common/cpu/noncar/early_cache: use get_top_of_mem_below_4gb by Felix Held · 1 year, 3 months ago
  9. f008e0a soc/amd/*/Makefile: use all_x86 target by Felix Held · 1 year, 4 months ago
  10. 1786601 soc/amd/common/block/cpu/tsc/Makefile: order targets by stage by Felix Held · 1 year, 4 months ago
  11. 26d54b7 soc/amd/common/cpu: use TSC_MONOTONIC_TIMER for SOC_AMD_COMMON_BLOCK_TSC by Felix Held · 1 year, 4 months ago
  12. 1aa094a drivers/intel/fsp2_0/hand_off_block: use cb_err in fsp_find_range_hob by Felix Held · 1 year, 4 months ago
  13. 883a4c2 soc/amd/common/block/cpu/noncar/memmap: simplify return value check by Felix Held · 1 year, 4 months ago
  14. 78cbcef soc/amd/common/acpi/cpu_power_state: introduce & use get_pstate_latency by Felix Held · 1 year, 4 months ago
  15. 52742b6 soc/amd/common/acpi/cpu_power_state: introduce and use get_pstate_0_reg by Felix Held · 1 year, 4 months ago
  16. 60df7ca soc/amd/common/block/cpu/Kconfig: drop FAM17H_19H suffix from TSC option by Felix Held · 1 year, 4 months ago
  17. 56f1221 soc/amd/common/block/cpu/tsc_freq: move static variable inside function by Felix Held · 1 year, 4 months ago
  18. 4057ab4 soc/amd/common/block/cpu/tsc/tsc_freq: use get_pstate_core_freq by Felix Held · 1 year, 4 months ago
  19. 96fd62f soc/amd/common/cpu/tsc: add get_pstate_core_freq for family 15h and 16h by Felix Held · 1 year, 4 months ago
  20. a63f859 soc/amd/common/cpu/tsc: factor out family-specific get_pstate_core_freq by Felix Held · 1 year, 4 months ago
  21. 70ba567 soc/amd/common/block/cpu/Makefile: group build targets by stage by Felix Held · 1 year, 4 months ago
  22. 00d496f soc/amd/common/block/cpu/svi2: drop unneeded core_vid check by Felix Held · 1 year, 4 months ago
  23. 2c9de49 soc/amd: introduce and use get_pstate_core_uvolts for SVI2 and SVI3 by Felix Held · 1 year, 4 months ago
  24. 23a398e soc/amd: introduce and use get_uvolts_from_vid for SVI2 and SVI3 by Felix Held · 1 year, 4 months ago
  25. 2f6f487 soc/amd/common/block/cpu/update_microcode: use raw MSR data by Felix Held · 1 year, 4 months ago
  26. a83a4cb soc/amd/common/block/cpu/noncar/write_resume_eip: use raw MSR data by Felix Held · 1 year, 4 months ago
  27. cabf6ea soc/amd/common/cpu/smm/smm_relocate: don't assume TSEG is below 4GB by Felix Held · 1 year, 4 months ago
  28. 59905294 soc/amd/common/cpu: move get_threads_per_core from noncar to common code by Felix Held · 1 year, 4 months ago
  29. 6494265 soc/amd/common/cpu/Kconfig: use Cxxx as CPU string for all non-CAR SoCs by Felix Held · 1 year, 4 months ago
  30. cbe55a1 soc/amd: rename ACPI_CPU_CONTROL to ACPI_CSTATE_CONTROL for non-CAR CPUs by Felix Held · 1 year, 4 months ago
  31. 0a46604 soc/amd: introduce and use PSTATE_MSR macro by Felix Held · 1 year, 5 months ago
  32. 8f2e5c9 soc/amd: introduce and use common amd_cpu_bus_ops struct by Felix Held · 1 year, 6 months ago
  33. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 6 months ago
  34. 8180427 soc/amd: Define post codes by Martin Roth · 1 year, 8 months ago
  35. df09680 soc/amd/picasso: Add support for 64bit builds by Arthur Heymans · 2 years, 3 months ago
  36. f743e0c soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 9 months ago
  37. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 9 months ago
  38. ab82a9f soc/amd: Add an optional unsigned section in PSP verstage by Karthikeyan Ramasubramanian · 1 year, 10 months ago
  39. de10d5b soc/amd: factor out common noncar bootblock by Felix Held · 1 year, 9 months ago
  40. f73a3a5 soc/amd/*/smihandler: Make fch_apmc_smi_handler common by Fred Reitberger · 1 year, 9 months ago
  41. 56776a1 soc/amd: Do SMM relocation via MSR by Arthur Heymans · 2 years, 2 months ago
  42. 43ed5d2 cpu/amd: Move locking SMM as part of SMM init by Arthur Heymans · 2 years, 1 month ago
  43. e48dcb7 cpu/amd/smm: Move MP & SMM init in a common place by Arthur Heymans · 2 years, 1 month ago
  44. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 1 year, 10 months ago
  45. 199b10f soc/amd: rework SPI flash MMIO region handling by Felix Held · 1 year, 11 months ago
  46. ef26dee treewide: Remove unused <cpu/x86/msr.h> by Elyes Haouas · 2 years ago
  47. 68fc51f soc/amd/common: Fix some white spaces issues by Elyes Haouas · 2 years ago
  48. 475e282 soc/amd/[cezanne,picasso,sabrina]/Kconfig: Add PSP_APOB_DRAM_SIZE config option by Fred Reitberger · 2 years ago
  49. 7f61101 soc/amd/fsp: Cache smm_region() results by Arthur Heymans · 2 years ago
  50. 7ae8fa5 cpu/amd: Add common helpers for TSEG and SMM by Arthur Heymans · 2 years, 1 month ago
  51. ffd75c2 soc/amd/common/block/noncar/cpu: Provide correct smbios processor family by Fred Reitberger · 2 years, 1 month ago
  52. 1a923b9 soc/amd/*/Kconfig: drop unused SOC_AMD_COMMON_BLOCK_UCODE_SIZE option by Felix Held · 2 years, 1 month ago
  53. 8cd1dfa soc/amd/smm_relocate.c: Improve TSEG programming by Arthur Heymans · 2 years, 1 month ago
  54. 96f7b96 soc/amd/common/block/cpu/: Make ucode update more generic by Fred Reitberger · 2 years, 3 months ago
  55. eafcc8e arch/x86/acpi_bert_storage.c: Use a common implementation by Arthur Heymans · 2 years, 2 months ago
  56. 5c808e0 security/tpm/crtm: Add a function to measure the bootblock on SoC level by Werner Zeh · 2 years, 2 months ago
  57. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 2 months ago
  58. 4be0f4b soc/amd/non-car: Don't add bootblock cbfs file by Arthur Heymans · 2 years, 4 months ago
  59. 4c68487 soc/amd/picasso: Use read*p by Arthur Heymans · 2 years, 3 months ago
  60. 0c62987 arch/x86/Kconfig: Drop obsolete fixed ramstage symbols by Arthur Heymans · 2 years, 4 months ago
  61. 0212cd0 soc/amd/noncar/memmap.c: Fix formatted print by Arthur Heymans · 2 years, 4 months ago
  62. d59b3dd soc/amd/common/block: Add mainboard_handle_smi by Raul E Rangel · 2 years, 4 months ago
  63. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 6 months ago
  64. d4b5ad0 soc/amd/cezanne,picasso,sabrina: factor out get_threads_per_core by Felix Held · 2 years, 6 months ago
  65. a36f9ab soc/amd/common: Don't reserve VERSTAGE region when using PSP verstage by Raul E Rangel · 2 years, 6 months ago
  66. 6dfa528 soc/amd/common: Make the function in cpu.c available in romstage by Zheng Bao · 2 years, 6 months ago
  67. 86302a8 soc/amd/{common,cezanne,picasso}: Add PRE_X86_CBMEM_CONSOLE_SIZE by Raul E Rangel · 2 years, 6 months ago
  68. 21bc2ca soc/amd/cezanne,picasso: factor out common early non-car cache setup by Felix Held · 2 years, 6 months ago
  69. 59d64f0 soc/amd/{cezanne,picasso,stoney,common}: Don't clear PM1 on resume by Raul E Rangel · 2 years, 7 months ago
  70. 4b5a490 src/cpu,soc/amd/common/block/cpu: Add preload_microcode by Raul E Rangel · 2 years, 8 months ago
  71. 571e7f0 lib/prog_loaders, soc/amd/: Make payload_preload use cbfs_preload by Raul E Rangel · 2 years, 8 months ago
  72. 55fea11 soc/amd/common/block/cpu: Add support for cbfs_cache region by Raul E Rangel · 3 years ago
  73. 82faefb cpu/x86/mp_init: use cb_err as status return type in remaining functions by Felix Held · 2 years, 9 months ago
  74. 250988d soc/amd/common/block/cpu/smm/finalize: simplify finalize_cores by Felix Held · 2 years, 9 months ago
  75. a76e647 soc/amd/common/block/cpu: Remove magic number in memlayout by Raul E Rangel · 3 years ago
  76. b0be267 soc/amd/common/block/cpu: Add missing include by Raul E Rangel · 2 years, 10 months ago
  77. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 2 years, 10 months ago
  78. f070253 soc/amd/common/block/cpu/mca/mcax: add comment about McaXEnable bit by Felix Held · 3 years ago
  79. 0b707b9 soc/amd/common/block/cpu/mca/mca_common: remove additional newline by Felix Held · 3 years ago
  80. ce291b4 commonlib/timestamp,amd/common/block/cpu: Add uCode timestamps by Raul E Rangel · 3 years ago
  81. 73193cf soc/amd/{common,cezanne}: Implement HAVE_PAYLOAD_PRELOAD_CACHE by Raul E Rangel · 3 years ago
  82. f1e8e7f include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSR by Felix Held · 3 years ago
  83. 82e2f32 soc/amd/common/block/cpu/mca/mcax: print all MCAX registers by Felix Held · 3 years ago
  84. ae4f0ce soc/amd/common/block/cpu/mca: make building the BERT support conditional by Felix Held · 3 years ago
  85. bb0af23 soc/amd/common/block/cpu/mca: commonize mca_check_all_banks by Felix Held · 3 years ago
  86. b97f953 soc/amd/common/block/cpu/mca/mca: factor out mca_skip_check by Felix Held · 3 years ago
  87. d1d6479 soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_count by Felix Held · 3 years ago
  88. 5ce2751 soc/amd/common/block/cpu/mca: move function prototypes to local header by Felix Held · 3 years ago
  89. e84c3f1 soc/amd/*/mca: factor out common MCA/MCAX check & print functionality by Felix Held · 3 years ago
  90. a83a58f soc/amd/common/blocks/cpu/mca: factor out common BERT helper functions by Felix Held · 3 years ago
  91. 2ecf156 soc/amd/*/mca: factor out BERT entry generation to soc/amd/common by Felix Held · 3 years ago
  92. 1e1d490 soc/amd: factor out check_mca to common code by Felix Held · 3 years ago
  93. 35e27b3 soc/amd/common/block/cpu: Cache the uCode to avoid multiple SPI reads by Raul E Rangel · 3 years ago
  94. 8c3a8df soc/amd/common/block/cpu/noncar/memmap: move BERT region back into CBMEM by Felix Held · 3 years, 1 month ago
  95. 7608ea0 soc/amd/cezanne,common,picasso: use BERT region reserved by FSP driver by Felix Held · 3 years, 3 months ago
  96. 6419cd3 cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y by Arthur Heymans · 3 years, 9 months ago
  97. 6638b11 psp_verstage: make temp_stack optional by Kangheui Won · 3 years, 3 months ago
  98. 3bad013 soc/amd/picasso: move PSP_SRAM addrs to separate header by Kangheui Won · 3 years, 3 months ago
  99. 3ad24c7 soc/amd/common/smi_handler: Print warning when receiving an SCI SMI by Raul E Rangel · 3 years, 3 months ago
  100. 3aa757d soc/amd/common/block/cpu/noncar/memmap: include types.h by Felix Held · 3 years, 3 months ago