1. 49d8aa7 soc/amd/common/block/psp: Unmap EFS region after use by Karthikeyan Ramasubramanian · 1 year, 3 months ago
  2. 1ddb40f soc/amd/common/psp: Put spl_fuse in separate compilation unit by Martin Roth · 1 year, 5 months ago
  3. 65c4b86 soc/amd/common/block/psp/psp_smm: use raw MSR data by Felix Held · 1 year, 5 months ago
  4. bd6deb9 soc/amd/common/psp: Check more error bits before SPL fusing by Martin Roth · 1 year, 5 months ago
  5. 1011cf2 soc/amd/common/psp: Only set SPL fuses if an SPL file is present by Martin Roth · 1 year, 5 months ago
  6. 8420ccc vc/amd/*,soc/amd/*: Add SVC call to get HSP Secure State by Karthikeyan Ramasubramanian · 1 year, 8 months ago
  7. fc84ae7 treewide: Remove unused <cpu/amd/msr.h> by Elyes Haouas · 1 year, 7 months ago
  8. 8823ba1 treewide: Include <device/mmio.h> instead of <arch/mmio.h> by Elyes Haouas · 1 year, 8 months ago
  9. 17e6857 soc/amd/psp_smm_gen2.c: Fix 64bit mode integer conversion by Arthur Heymans · 1 year, 9 months ago
  10. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 10 months ago
  11. f225d76 soc/amd/common: Remove buildtime error for unknown cpu by Martin Roth · 1 year, 10 months ago
  12. 2badaa5 soc/amd/common/block/psp/psb: add missing amdblocks/smn.h include by Felix Held · 2 years ago
  13. f8a187f soc/amd/common/block/psp: Add psp_set_tpm_irq_gpio by Raul E Rangel · 2 years ago
  14. dcbdedd soc/amd/common/psp: Revert AMD_SOC_SEPARATE_EFS_SECTION by Fred Reitberger · 2 years, 2 months ago
  15. 5192ff1 soc/amd/block/psp/psp_gen2: move SPL fusing earlier to BS_PAYLOAD_LOAD by Felix Held · 2 years, 3 months ago
  16. 8da3804 soc/amd/common/block/psp: Add platform secure boot support by Ritul Guru · 2 years, 7 months ago
  17. 00ec1b9 soc/amd/common/block/psp/psp_gen2: simplify soc_read_c2p38 by Felix Held · 2 years, 3 months ago
  18. 198cc26 soc/amd/common/block/psp/psp_gen2: use SMN access to PSP by Felix Held · 2 years, 4 months ago
  19. 5f772a6 soc/amd/common/block/psp/psp_gen2: move CORE_2_PSP_MSG_38 defines by Felix Held · 2 years, 4 months ago
  20. 1333bcf soc/amd/common/block/psp/psp_gen2: drop unneeded variable initialization by Felix Held · 2 years, 4 months ago
  21. cc07fa5 soc/amd/common/block/psp/psp_gen2: use offsets to access mailbox by Felix Held · 2 years, 4 months ago
  22. 8b4369e soc/amd/common/block/psp/psp_gen2: use read32p instead of typecast by Felix Held · 2 years, 4 months ago
  23. 4452400 soc/amd/common/block/psp/psp_gen2: use union pspv2_mbox_command by Felix Held · 2 years, 4 months ago
  24. 63e7b70 soc/amd/common/block/psp/psp_gen2: factor out pspv2_mbox_command union by Felix Held · 2 years, 4 months ago
  25. 81d0d89 soc/amd/common/block/psp/psp_gen2: rename cmd_response to buffer by Felix Held · 2 years, 4 months ago
  26. 0ec0aa7 soc/amd/common/block/psp/psp: remove unneeded line break by Felix Held · 2 years, 4 months ago
  27. 99f800c soc/amd/common/block/psp: move mbox struct to generation-specific code by Felix Held · 2 years, 4 months ago
  28. 655caa2 soc/amd/common/block/psp/Makefile: add fmap_config.h dependency by Felix Held · 2 years, 6 months ago
  29. fd539b4 soc/amd/common/block/psp: add PSP command by Jason Glenesk · 2 years, 7 months ago
  30. 1e25fd4 soc/amd/common/block/psp: introduce AMD_SOC_SEPARATE_EFS_SECTION by Fred Reitberger · 2 years, 7 months ago
  31. fc373c7 soc/amd/common/block/psp: move psp_notify_dram to psp_gen1.c by Felix Held · 2 years, 8 months ago
  32. 5af890d soc/amd/common/block/psp: add psp_efs.c to build for both PSP GEN1&2 by Felix Held · 2 years, 8 months ago
  33. 54888d0 soc/amd/stoneyridge/psp: move soc_get_mbox_address to common psp_gen1 by Felix Held · 2 years, 9 months ago
  34. f3644dd soc/amd/common/block/psp/psp_def: drop PSPV2_STATUS_* defines by Felix Held · 2 years, 9 months ago
  35. 3c1c90b soc/amd/common/block/include/psp_efs: don't typedef struct by Felix Held · 2 years, 10 months ago
  36. 5705b63 soc/amd/common: Add support to read and set SPI speeds from verstage by Karthikeyan Ramasubramanian · 2 years, 11 months ago
  37. b5b1c5a soc/amd/common: Update SPI based on Kconfig & EFS instead of devtree by Martin Roth · 3 years ago
  38. 9aae28b soc/amd/common/block/psp/psp: update psp_status_nobase error message by Felix Held · 3 years, 5 months ago
  39. 77639e4 cbfs: Replace more instances of cbfs_boot_locate() with newer APIs by Julius Werner · 3 years, 6 months ago
  40. e09294f include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR by Felix Held · 3 years, 6 months ago
  41. 285dd6e soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h by Felix Held · 3 years, 6 months ago
  42. e18a978 soc/amd/common/*/Kconfig: remove unneeded default n for bool options by Felix Held · 3 years, 6 months ago
  43. ec54445 soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2 by Felix Held · 3 years, 6 months ago
  44. a634257 soc/amd/common/psp_gen2: print error for uninitialized MSR_PSP_ADDR by Felix Held · 3 years, 6 months ago
  45. 583d531 soc/amd/common/block/psp: factor out soc_get_psp_base_address by Felix Held · 3 years, 6 months ago
  46. 35b3cc9 soc/amd/block/psp/psp: raise log level of PSP failure messages by Felix Held · 3 years, 6 months ago
  47. d30d9a2 src: Remove redundant include <rules.h> by Elyes HAOUAS · 3 years, 6 months ago
  48. 865db96 src: Remove unused <cbfs.h> by Elyes HAOUAS · 3 years, 7 months ago
  49. 84439c2 soc/amd/picasso/psp: move soc_get_mbox_address to common PSP gen2 code by Felix Held · 3 years, 7 months ago
  50. 42af26c soc/amd/common/psp: Remove files from bootblock by Marshall Dawson · 3 years, 8 months ago
  51. 870e44a soc/amd/common: simplify conditionals in Makefiles by Felix Held · 3 years, 9 months ago
  52. b6ef297 soc/amd/common/psp: expand CPU family names in Kconfig help text by Felix Held · 3 years, 9 months ago
  53. d8b36d2 soc/amd/common/psp: move v1-only mailbox commands to separate section by Felix Held · 3 years, 10 months ago
  54. 722e610 soc/amd/common/block/psp/psp_smm.c: Add missing <string.h> by Elyes HAOUAS · 4 years, 2 months ago
  55. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  56. 357cc65 include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definition by Felix Held · 4 years, 1 month ago
  57. ebddada src: Remove unused 'include <bootstate.h>' by Elyes HAOUAS · 4 years, 3 months ago
  58. 51a5495 src: Remove unused '#include <timer.h>' by Elyes HAOUAS · 4 years, 3 months ago
  59. 4bb9c59 soc/amd/common/block/psp: Remove unused northbridge header by Raul E Rangel · 4 years, 3 months ago
  60. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  61. 7d30418 soc/amd/common/psp: refactor psp_print_cmd_status parameters by Felix Held · 4 years, 4 months ago
  62. 43126ed soc/amd/common/psp: Add notify_sx_info by Felix Held · 4 years, 5 months ago
  63. e8ffa9f soc/amd/psp: Add SmmInfo command by Marshall Dawson · 4 years, 5 months ago
  64. 0c70b4a soc/amd/common/psp: add Kconfig description to interface version by Felix Held · 4 years, 4 months ago
  65. 1ad7392 soc/amd/common/block/psp: move psp_load_named_blob to psp_gen1.c by Felix Held · 4 years, 4 months ago
  66. d6b7236 soc/amd/common/psp: Split mailbox support into v1 and v2 by Marshall Dawson · 4 years, 5 months ago
  67. ae59387 soc/amd: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  68. 3c57819 soc/amd/common/psp: Move definitions into a private file by Marshall Dawson · 4 years, 7 months ago
  69. dba3229 soc/amd/common/psp: Move early init to soc by Felix Held · 4 years, 5 months ago
  70. 737e56a soc/amd/common/psp: Consolidate FW blob load functions by Marshall Dawson · 4 years, 7 months ago
  71. 5646a64 soc/amd/common/psp: Make common function to print status by Marshall Dawson · 4 years, 7 months ago
  72. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  73. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  74. 13f6650 device/mmio.h: Add include file for MMIO ops by Kyösti Mälkki · 5 years ago
  75. 8165583 amd/common/psp: Remove use of PspBaseLib by Charles Marslett · 6 years ago
  76. d1cc3c2 amd/common/psp: Add BootDone command by Marshall Dawson · 7 years ago
  77. 66dd399 amd/common/psp: Convert structure init to C99 by Marshall Dawson · 7 years ago
  78. 33c8773 amd/common/psp: Assume PSP command register already set up by Marshall Dawson · 7 years ago
  79. f5e057c soc/amd/stoneyridge: Load SMU fimware using PSP by Marshall Dawson · 7 years ago
  80. 596ecec soc/amd/common/psp: Add command to load fw blobs by Marshall Dawson · 7 years ago
  81. 3727708 soc/amd/common/psp: Require PSP PCI definition in SOC by Marshall Dawson · 7 years ago
  82. 7151778 soc/amd/common: Clean up file includes by Frank Vibrans · 7 years ago
  83. 68243a5 soc/amd/common: Add initial support for AMD PSP by Marshall Dawson · 7 years ago