summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/psp_verstage
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* soc/amd/*: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* tree: More use accessor functions for struct region fieldsNico Huber2024-01-171-6/+10
* Update vboot submodule to upstream mainJulius Werner2023-12-261-5/+8
* soc/amd/cezanne: Move PSP_VERSTAGE_MAP_ENTIRE_SPIROM configKarthikeyan Ramasubramanian2023-11-281-1/+0
* soc/amd/common/psp_verstage: Make SPI ROM mapping configurableKarthikeyan Ramasubramanian2023-11-284-0/+30
* soc/amd/common/psp_verstage: Add PSP_VERSTACK_STACK_IS_MAPPED configKarthikeyan Ramasubramanian2023-10-202-1/+12
* treewide: convert to tpm_result_tJon Murphy2023-09-281-1/+1
* drivers/tpm: Make temp test value naming consistentJon Murphy2023-09-181-7/+7
* soc/amd/common: Remove __attribute__(())Elyes Haouas2023-09-091-1/+1
* soc/amd: Move psp_transfer.h out of each SOC into commonMartin Roth2023-08-262-2/+2
* soc/amd/common/psp_verstage: Enable Legacy IO only on older SoCsKarthikeyan Ramasubramanian2023-08-101-1/+2
* src/*/post_code.h: Change post code prefix to POSTCODEYuchen He2023-08-051-25/+25
* soc/amd/common/psp_verstage: Support multiple hash tablesKarthikeyan Ramasubramanian2023-08-042-5/+2
* soc/amd/common/psp_verstage: move post codes to own headerlilacious2023-06-222-29/+36
* soc/amd/common/psp_verstage: Fix pending mapsKarthikeyan Ramasubramanian2023-05-271-0/+5
* soc/amd/common/psp_verstage: Fix build for FMAP without RW slotsKarthikeyan Ramasubramanian2023-05-271-7/+8
* soc/amd/common/psp_verstage: Map/unmap boot device on need basisKarthikeyan Ramasubramanian2023-05-224-30/+75
* soc/amd/common/psp_verstage: Always build unsigned PSP verstageKarthikeyan Ramasubramanian2023-05-221-0/+7
* soc/amd/common/include/psp_efs: rename new PSP directory EFS entryFelix Held2023-02-201-1/+1
* soc/amd/mendocino: PSP_INCLUDES_HSPKarthikeyan Ramasubramanian2023-01-152-19/+2
* soc/amd/common/psp_verstage: Report HSP Secure StateKarthikeyan Ramasubramanian2023-01-152-0/+5
* soc/amd/common/psp_verstage: Report previous boot statusKarthikeyan Ramasubramanian2022-12-211-0/+22
* soc/amd/common: Don't set gcc specific options for clang buildsMartin Roth2022-11-161-0/+4
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-081-4/+1
* soc/amd/common/psp_verstage: Pass SRAM buffer to Crypto EngineKarthikeyan Ramasubramanian2022-10-261-1/+37
* soc/amd: move all AOAC function prototypes to amdblocks/aoac.hFelix Held2022-10-201-0/+1
* soc/amd/*/psp_verstage/svc: Make svc.h macros commonFred Reitberger2022-10-131-0/+57
* soc/amd/(common,mendocino)/psp_verstage: Pass PSP FW hash tableKangheui Won2022-10-022-0/+8
* soc/amd/common: Add a config to keep signed AMD/PSP FW separatelyKarthikeyan Ramasubramanian2022-10-021-0/+6
* soc/amd/common/psp_verstage/fch: use [read,write]8p to avoid typecastsFelix Held2022-09-301-2/+3
* soc/(amd|rockchip): Update vb2ex_hwcrypto implementations to new API reqJulius Werner2022-08-121-6/+2
* soc/amd/common/psp_verstage: Fix update_boot_regionKarthikeyan Ramasubramanian2022-07-202-6/+18
* soc/amd/common: Fix some white spaces issuesElyes Haouas2022-07-171-1/+1
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-2/+4
* amdfwtool: Change the name of macros for 'BHD'Zheng Bao2022-04-252-4/+4
* soc/amd/common/psp_verstage: Write postcodes after ESPI initKarthikeyan Ramasubramanian2022-03-231-3/+8
* soc/amd/common/psp_verstage: Save transfer buffer during S0i3 resumeRaul E Rangel2022-03-021-0/+5
* soc/amd/common/psp_verstage: Add missing post codes on S0i3 resumeRaul E Rangel2022-02-261-0/+4
* soc/amd/{common/psp_verstage,soc/picasso}: Remove workbuf shrinkingRaul E Rangel2022-02-262-51/+11
* soc/amd/common/psp_verstage: Add UART support to PSP consoleRaul E Rangel2022-02-081-1/+8
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-072-12/+12
* psp_verstage: report developer mode to PSPKangheui Won2022-02-012-0/+3
* soc/amd/{cezanne,common}: Add PSP_S0I3_RESUME_VERSTAGE Kconfig optionRob Barnes2021-12-141-2/+9
* mb/google/zork,soc/amd/psp_verstage: Add verstage_mb_{tpm/espi}_initRaul E Rangel2021-12-081-3/+0
* soc/amd/psp_verstage: Init TPM on S0i3 resumeRob Barnes2021-11-223-6/+62
* mb/google/guybrush: Add variant_tpm_gpio_tableRob Barnes2021-11-182-3/+10
* soc/amd/psp_verstage: Split up verstage_soc_initRob Barnes2021-11-173-7/+36
* Add ENV_STAGE_SUPPORTS_SMP to clean up spinlock stubsKyösti Mälkki2021-11-131-15/+0
* mb/google/guybrush: Add variant_espi_gpio_tableRob Barnes2021-11-132-1/+6