1. 40cb3fe commonlib/console/post_code.h: Change post code prefix to POSTCODE by lilacious · 1 year, 1 month ago
  2. 8c75d4b soc/amd/stoneyridge: factor out P-state utils to link in all stages by Felix Held · 1 year, 3 months ago
  3. 7d8c832 soc/amd/stoneyridge/cpu: implement get_pstate_latency by Felix Held · 1 year, 4 months ago
  4. 2323aca soc/amd/stoneyridge: implement and use get_pstate_0_reg by Felix Held · 1 year, 4 months ago
  5. 1e78165 arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator by Felix Held · 1 year, 5 months ago
  6. 3ecf377 soc/amd: use CPUID_FROM_FMS macro instead of magic numbers by Felix Held · 1 year, 5 months ago
  7. 9700fe2 soc/amd/stoneyridge/cpu: use CPUID_ALL_STEPPINGS_MASK by Felix Held · 1 year, 5 months ago
  8. 6a6ac1e arch/x86/cpu: introduce and use device_match_mask by Felix Held · 1 year, 5 months ago
  9. e48dcb7 cpu/amd/smm: Move MP & SMM init in a common place by Arthur Heymans · 2 years, 1 month ago
  10. 44807ac soc/amd/common: Add common function to get cpu count by Arthur Heymans · 1 year, 10 months ago
  11. 199b10f soc/amd: rework SPI flash MMIO region handling by Felix Held · 1 year, 11 months ago
  12. c056d18 soc/amd/stoneyridge: Align get_cpu_count to other targets by Arthur Heymans · 2 years, 1 month ago
  13. 615818f soc/amd/*: Make mtrr decision based on syscfg by Arthur Heymans · 2 years, 1 month ago
  14. 9ec7227 cpu/x86/lapic: Move LAPIC configuration to MP init by Kyösti Mälkki · 2 years, 9 months ago
  15. 28a0a14 soc/amd/*/cpu: handle mp_init_with_smm failure by Felix Held · 2 years, 8 months ago
  16. 0a36178 soc/amd/stoneyridge/cpu: remove unneeded line break in get_cpu_count by Felix Held · 2 years, 8 months ago
  17. 4dd7d11 cpu/x86/mp_init: move printing of failure message into mp_init_with_smm by Felix Held · 2 years, 9 months ago
  18. d27ef5b cpu/x86/mp_init: use cb_err as mp_init_with_smm return type by Felix Held · 2 years, 9 months ago
  19. f1093af soc/amd: move check_mca prototype to soc/amd/common/blocks/include by Felix Held · 3 years ago
  20. a5cdf75 soc/amd: move warm reset flag function prototypes to common code by Felix Held · 3 years, 4 months ago
  21. e09294f include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR by Felix Held · 3 years, 5 months ago
  22. 285dd6e soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h by Felix Held · 3 years, 5 months ago
  23. bc13481 soc/amd: factor out common SMM relocation code by Felix Held · 3 years, 5 months ago
  24. aecca75 soc/amd/stoneyridge/cpu: use MSR_PSP_ADDR define instead of hex number by Felix Held · 3 years, 5 months ago
  25. 87e6796 soc/amd: Replace enable_smi_generation() by Kyösti Mälkki · 4 years, 1 month ago
  26. 79e12ab soc/amd: Use mp_cpu_bus_init() by Kyösti Mälkki · 4 years, 1 month ago
  27. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 2 months ago
  28. ae59387 soc/amd: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 3 months ago
  29. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 4 months ago
  30. 0d4d09c amd/stoneyridge: Unify SMM relocation by Kyösti Mälkki · 5 years ago
  31. e31ec29 cpu/x86: Separate save_state struct headers by Kyösti Mälkki · 5 years ago
  32. 14222d8 arch/x86: Change smm_subregion() prototype by Kyösti Mälkki · 5 years ago
  33. 7db852a soc/amd: Rename smm_region_info() to smm_region() by Kyösti Mälkki · 5 years ago
  34. b2a5f0b cpu/x86/smm: Promote smm_subregion() by Kyösti Mälkki · 5 years ago
  35. 9247e86 soc/amd/stoneyridge: Change code to accommodate Merlin Falcon SOC by Richard Spiegel · 5 years ago
  36. 1956a00 soc/amd/stoneyridge: Fix get_cpu_count() by Martin Roth · 6 years ago
  37. 41baf0c soc/amd/stoneyridge: Remove dev_find_slot where possible by Richard Spiegel · 6 years ago
  38. 400ce55 cpu/amd: Use common AMD's MSR by Elyes HAOUAS · 6 years ago
  39. 638bd13 amd/stoneyridge: Sync PSP base to MSR by Marshall Dawson · 6 years ago
  40. 0b4a1e2 amd/stoneyridge: Relocate MCA error identification by Marshall Dawson · 6 years ago
  41. 74473ec amd/stoneyridge: Dump MCA registers by Marshall Dawson · 6 years ago
  42. 2e49cf12 amd/stoneyridge: Add warm reset detection by Marshall Dawson · 6 years ago
  43. bd4a3f8 cpu/amd: Correct number of MCA banks cleared by Marshall Dawson · 6 years ago
  44. bddd157 cpu/amd: Rename MCA status register by Marshall Dawson · 6 years ago
  45. 777ccd4 soc/amd/stoneyridge/: Get rid of device_t by Elyes HAOUAS · 6 years ago
  46. e56189c pci: Move inline PCI functions to pci_ops.h by Patrick Rudolph · 6 years ago
  47. 8f031d8 amd/stoneyridge: Reorder temp mtrr for flash by Marshall Dawson · 6 years ago
  48. 178e65d amd/stoneyridge: Move model_15_init.c to cpu.c by Marshall Dawson · 7 years ago
  49. 2a5e15c amd/stoneyridge: Move TValid and SmmLock to end of POST by Marshall Dawson · 6 years ago
  50. 0814b12 amd/stoneyridge: Keep SPI flash cacheable during POST by Marshall Dawson · 6 years ago
  51. b617211 amd/stoneyridge: Enable SMM in TSEG by Marshall Dawson · 7 years ago
  52. a7bfbbe amd/stoneyridge: Convert MP init to mp_init_with_smm by Marshall Dawson · 7 years ago