1. 17022bb soc/amd/*/Makefile.inc: Strip the quotes by Zheng Bao · 3 years, 3 months ago
  2. 4520aa2 soc/amd/common/acp: Move Audio Co-processor driver to common by Karthikeyan Ramasubramanian · 3 years, 4 months ago
  3. fdad5ad soc/amd/cezanne & picasso: Add Kconfig for hardcoded Soft Fuse bits by Martin Roth · 3 years, 4 months ago
  4. e20bc46 soc/amd: move psp_verstage to amd/common by Kangheui Won · 3 years, 5 months ago
  5. dd73714 soc/amd/picasso: factor out UPD-M configuration from romstage by Felix Held · 3 years, 5 months ago
  6. 793f371 soc/amd/cezanne,picasso: rename fsp_params.c to fsp_s_params.c by Felix Held · 3 years, 5 months ago
  7. 42c5b01 soc/amd/picasso: Fix PSP_SHAREDMEM_BASE by Raul E Rangel · 3 years, 6 months ago
  8. 8ea26ae soc/amd/picasso/Makefile: simplify APOB NV parameter extraction by Felix Held · 3 years, 5 months ago
  9. 21c46c0 soc/amd/picasso: move APOB NV cache to common code by Felix Held · 3 years, 6 months ago
  10. 746f438 soc/amd: move SMM finalization to common code by Felix Held · 3 years, 6 months ago
  11. b03dc9c soc/amd/picasso: always include PSP secure OS in amdfw by Felix Held · 3 years, 6 months ago
  12. 394c6b0 soc/amd: Move update_microcode.c to common/block/cpu by Raul E Rangel · 3 years, 6 months ago
  13. 1a39aa0 soc/amd/picasso: move bert_reserved_region to common/block/cpu/noncar by Felix Held · 3 years, 6 months ago
  14. ec54445 soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2 by Felix Held · 3 years, 6 months ago
  15. 574b1b9 soc/amd: include cpu/x86/smm directory in common SMM Makefile by Felix Held · 3 years, 6 months ago
  16. 063fc17 soc/amd: Move global_smi_enable to common/blocks/smi/smi_util by Felix Held · 3 years, 6 months ago
  17. 20f5687 soc/amd/picasso: Remove the useless definition of UCODE_FILEs by Zheng Bao · 3 years, 7 months ago
  18. 8516c21 soc/amd: Throw an error if FWM_POSITION_INDEX is empty by Zheng Bao · 3 years, 7 months ago
  19. 13d6a46 soc/amd/picasso: Use makefile variable to locate UCODE by Zheng Bao · 3 years, 7 months ago
  20. 45b0714 soc/amd/picasso: Remove some empty strings by Zheng Bao · 3 years, 7 months ago
  21. 5caca94 amdfwtool: Register APCB and APCB_BK respectively by Zheng Bao · 3 years, 9 months ago
  22. d3e9771 soc/amd/picasso: move UART console code to common folder by Felix Held · 3 years, 8 months ago
  23. 0dfaf33 soc/amd/picasso: rename PICASSO_CONSOLE_UART to AMD_SOC_CONSOLE_UART by Felix Held · 3 years, 8 months ago
  24. e7a0202 soc/amd/piasso,cezanne: add warning about using all-y in Makefile.inc by Felix Held · 3 years, 8 months ago
  25. 4074459 soc/amd/picasso: use all-y for aoac target by Felix Held · 3 years, 8 months ago
  26. 187f59a soc/amd/picasso: split southbridge into bootblock and ramstage code by Felix Held · 3 years, 8 months ago
  27. 36d1e01 soc/amd/picasso: drop unused cpu/amd/mtrr from Makefile by Felix Held · 3 years, 9 months ago
  28. 1a341af soc/amd/picasso/Makefile: use all-y for adding config.c to the build by Felix Held · 3 years, 9 months ago
  29. 2f5c759 soc/amd: factor out common family 17h&19h TSC and monotonic timer code by Felix Held · 3 years, 9 months ago
  30. 161d809 soc/amd: move smi_util to common block by Felix Held · 3 years, 9 months ago
  31. 0aada3c soc/amd: move bootblock inside main SoC directories by Felix Held · 3 years, 9 months ago
  32. 9900c4f soc/amd: move vboot bootblock functions to common folder by Felix Held · 3 years, 9 months ago
  33. 84eb61c soc/amd: move assembly part of non-CAR bootblock to common directory by Felix Held · 3 years, 9 months ago
  34. ea34022 soc/amd: factor out vbnv_cmos_failed() into soc/amd/common/vboot by Felix Held · 3 years, 9 months ago
  35. af2efbb amdfwtool: Use shell command to get depend file list by Zheng Bao · 3 years, 10 months ago
  36. 3384e4a soc/amd: Change FIRMWARE_LOCATE to FIRMWARE_LOCATION by Zheng Bao · 3 years, 11 months ago
  37. 9f7df5c1 soc/amd/picasso: add monotonic_timer by Kangheui Won · 3 years, 11 months ago
  38. c5e28ab amdfwtool: Take a config file instead of command line parameters by Zheng Bao · 3 years, 10 months ago
  39. 944d00b soc/amd/picasso: Use readelf to find bootblock size and location by Zheng Bao · 4 years ago
  40. 0f3ef70 soc/amd/picasso: Print values from PSP transfer buffer by Martin Roth · 3 years, 11 months ago
  41. 4b34193 soc/amd/picasso: Refactor transfer buffer check by Martin Roth · 3 years, 11 months ago
  42. fc33235 soc/amd/picasso: Die if the workbuf is missing two boots in a row by Martin Roth · 3 years, 11 months ago
  43. 77a63ef soc/amd/picasso: use output of fmaptool to find APOB region by Felix Held · 4 years ago
  44. 6252b60 soc/amd/picasso: Fix typo of Kconfig setting by Zheng Bao · 4 years ago
  45. b2545cc soc/amd/picasso: Move APCB generation out of picasso by Rob Barnes · 4 years ago
  46. 7c4956d soc/amd/picasso: Only build PSP bootloader & verstage into RO by Martin Roth · 4 years ago
  47. fe87d76 soc/amd/picasso: Add config for PSP verstage signing token by Martin Roth · 4 years ago
  48. de49833 soc/amd/picasso: Allow use of pre-built PSP verstage by Martin Roth · 4 years ago
  49. 55ccd5b mb/google/zork: Switch zork to use spd_tools by Rob Barnes · 4 years ago
  50. 50cca76 soc/amd/picasso: Reboot for recovery if no psp workbuf is found by Martin Roth · 4 years ago
  51. e2d0ba0 soc/amd/picasso: If using VBOOT, skip the APOB_NV region for RO by Martin Roth · 4 years, 1 month ago
  52. e912e3e src: Remove unneded whitespace before tab by Elyes HAOUAS · 4 years ago
  53. 95c42c3 mb/amd,google/mandolin,zork: Set EFS SPI platform config by Matt Papageorge · 4 years, 1 month ago
  54. ce036bd util/apcb: Strip SPD manufacturer information by Rob Barnes · 4 years, 1 month ago
  55. d6326a0 soc/amd/picasso/Makefile.inc: force an error if PSPBTLDR_FILE is not set by Ronald G Minnich · 4 years, 1 month ago
  56. 009a23d soc/amd/picasso: supply SMBIOS type 17 by Rob Barnes · 4 years, 4 months ago
  57. 0357ab7 soc/amd/picasso: Add support for DRIVERS_USB_PCI_XHCI by Raul E Rangel · 4 years, 1 month ago
  58. 4489cb5 soc/amd/picasso: Delete partially implemented usb implementation by Raul E Rangel · 4 years, 3 months ago
  59. 0c707d4 soc/amd/picasso: Add PCI driver for data fabric devices by Furquan Shaikh · 4 years, 1 month ago
  60. cff479e soc/amd/picasso: Add driver for handling PCIE GPP bridges by Furquan Shaikh · 4 years, 1 month ago
  61. 6e5f909 soc/amd/picasso: Update APOB size & base generation by Martin Roth · 4 years, 2 months ago
  62. 00b37d3 arch/x86: Add memmove.c to x86 bootblock by Martin Roth · 4 years, 2 months ago
  63. 9aa8d11 soc/amd/picasso: Update the AMD firmware in RW-A & RW-B regions by Martin Roth · 4 years, 3 months ago
  64. 362eaf3 soc/amd/picasso:Add psp_verstage components to amdfw binary by Martin Roth · 4 years, 2 months ago
  65. c7acf16 soc/amd/picasso: add psp_verstage by Martin Roth · 4 years, 3 months ago
  66. 9412b3e soc/amd/picasso/uart: factor out console-related functions by Felix Held · 4 years, 2 months ago
  67. ef3395d soc/amd/picasso: remove AMDFW_OUTSIDE_CBFS option by Felix Held · 4 years, 2 months ago
  68. ca481ee soc/amd/picasso: fix build if PICASSO_UART is unset by Furquan Shaikh · 4 years, 2 months ago
  69. 86ba0d7 soc/amd/picasso/graphics: implement map_oprom_vendev_rev by Martin Roth · 4 years, 7 months ago
  70. d53c281 soc/amd/picasso: Move aoac functions to new file by Raul E Rangel · 4 years, 2 months ago
  71. 6ba591b amd/picasso: Load x86 microcode from CBFS modules by Zheng Bao · 4 years, 2 months ago
  72. f9be2d1 soc/amd/picasso: Enable APOB/MRC training data cache by Furquan Shaikh · 4 years, 2 months ago
  73. e80a1b1 soc/amd/picasso: remove save/restore MTRRs around FSP-M by Aaron Durbin · 4 years, 2 months ago
  74. dedbf63 soc/amd/picasso/Makefile: Allow absolute path for picasso firmware by Raul E Rangel · 4 years, 4 months ago
  75. a21eae0 soc/amd/picasso: Install AGESA ACPI tables by Matt Papageorge · 4 years, 9 months ago
  76. c6d89fb soc/amd/picasso: Relocate FSP-M to address in DRAM by Furquan Shaikh · 4 years, 3 months ago
  77. 5c5049e soc/amd/picasso: Add generic SMU service request by Marshall Dawson · 4 years, 4 months ago
  78. 02e76c2 soc/amd/picasso/Makefile: Change APCB_magic.bin location by Raul E Rangel · 4 years, 3 months ago
  79. b768723 soc/amd/picasso: Add APOB NV back for non-S3 by Marshall Dawson · 4 years, 7 months ago
  80. eb72487 soc/amd/picasso: Add pcie root complex driver by Marshall Dawson · 5 years ago
  81. 49b09a0 soc/amd/picasso: Add Kconfig option for the PSP bootloader filename by Martin Roth · 4 years, 6 months ago
  82. cbaa835 soc/amd/picasso/Makefile: Use apcb_tool to generate APCBs from SPDs by Raul E Rangel · 4 years, 3 months ago
  83. 68975b1 soc/amd/picasso: only link soc_util in ramstage by Felix Held · 4 years, 3 months ago
  84. 789aefc soc/amd/picasso: Mark FCH MMIO addresses as non-posted by Raul E Rangel · 4 years, 3 months ago
  85. b1ffca3 soc/amd/picasso: Delete northbridge by Marshall Dawson · 5 years ago
  86. 033aa0d soc/amd/picasso: Add support for using common SoC configuration by Furquan Shaikh · 4 years, 3 months ago
  87. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  88. 00a2208 soc/amd/picasso: Add FSP support for including AGESA by Marshall Dawson · 4 years, 7 months ago
  89. e04c2c4 src/soc/amd/picasso: Add methods to save and restore MTRRs by Raul E Rangel · 4 years, 4 months ago
  90. 89e51e6 soc/amd/picasso: Allow mainboard to provide pci ddi descriptors by Aaron Durbin · 4 years, 4 months ago
  91. 577db02 soc/amd/picasso: Enable secure debug unlock conditionally by Furquan Shaikh · 4 years, 4 months ago
  92. 318e583 soc/amd/picasso: Use a helper to set bits in PSP_SOFTFUSE by Furquan Shaikh · 4 years, 4 months ago
  93. 9094410 soc/amd/picasso: Fix comment about SMU firmware2 type by Furquan Shaikh · 4 years, 4 months ago
  94. 4e8b639 soc/amd/picasso: Drop addition of PSPTRUSTLETS_FILE by Furquan Shaikh · 4 years, 4 months ago
  95. 2bfce48 soc/amd/picasso: Drop unused OPT_PSPNVRAM_FILE by Furquan Shaikh · 4 years, 4 months ago
  96. 3928803 soc/amd/picasso: Drop addition of PUBSIGNEDKEY_FILE by Furquan Shaikh · 4 years, 4 months ago
  97. 4667322 soc/amd/picasso: Add bootblock support by Felix Held · 4 years, 5 months ago
  98. 4a8cd72 soc/amd: replace remaining license headers with SPDX ones by Felix Held · 4 years, 4 months ago
  99. 5a73fc3 soc/amd/picasso: Add common PSP support by Marshall Dawson · 4 years, 7 months ago
  100. 00058f5 soc/amd/picasso: replace get_soc_config with config_of_soc by Felix Held · 4 years, 4 months ago