summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/common/block/psp
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/common/block/psp/psp: update psp_status_nobase error messageFelix Held2021-03-221-1/+1
* cbfs: Replace more instances of cbfs_boot_locate() with newer APIsJulius Werner2021-03-171-10/+2
* include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSRFelix Held2021-02-191-2/+2
* soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.hFelix Held2021-02-191-0/+1
* soc/amd/common/*/Kconfig: remove unneeded default n for bool optionsFelix Held2021-02-161-4/+0
* soc/amd/picasso/psp: move to common code and rename to psp_smm_gen2Felix Held2021-02-122-0/+44
* soc/amd/common/psp_gen2: print error for uninitialized MSR_PSP_ADDRFelix Held2021-02-101-1/+1
* soc/amd/common/block/psp: factor out soc_get_psp_base_addressFelix Held2021-02-101-7/+10
* soc/amd/block/psp/psp: raise log level of PSP failure messagesFelix Held2021-02-101-1/+1
* src: Remove redundant include <rules.h>Elyes HAOUAS2021-02-071-1/+0
* src: Remove unused <cbfs.h>Elyes HAOUAS2021-02-041-1/+0
* soc/amd/picasso/psp: move soc_get_mbox_address to common PSP gen2 codeFelix Held2021-01-311-0/+17
* soc/amd/common/psp: Remove files from bootblockMarshall Dawson2020-12-221-3/+0
* soc/amd/common: simplify conditionals in MakefilesFelix Held2020-11-301-16/+27
* soc/amd/common/psp: expand CPU family names in Kconfig help textFelix Held2020-11-071-2/+2
* soc/amd/common/psp: move v1-only mailbox commands to separate sectionFelix Held2020-11-041-1/+2
* soc/amd/common/block/psp/psp_smm.c: Add missing <string.h>Elyes HAOUAS2020-07-261-0/+2
* src: Remove unused 'include <cpu/x86/msr.h>'Elyes HAOUAS2020-07-141-1/+0
* include/cpu/amd/msr: move SMM_LOCK bit right after HWCR_MSR definitionFelix Held2020-07-091-1/+1
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-023-3/+0
* src: Remove unused '#include <timer.h>'Elyes HAOUAS2020-06-022-2/+0
* soc/amd/common/block/psp: Remove unused northbridge headerRaul E Rangel2020-05-133-3/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-115-5/+0
* soc/amd/common/psp: refactor psp_print_cmd_status parametersFelix Held2020-04-163-11/+11
* soc/amd/common/psp: Add notify_sx_infoFelix Held2020-04-162-12/+41
* soc/amd/psp: Add SmmInfo commandMarshall Dawson2020-04-163-0/+98
* soc/amd/common/psp: add Kconfig description to interface versionFelix Held2020-04-151-0/+4
* soc/amd/common/block/psp: move psp_load_named_blob to psp_gen1.cFelix Held2020-04-153-56/+59
* soc/amd/common/psp: Split mailbox support into v1 and v2Marshall Dawson2020-04-136-93/+249
* soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* soc/amd/common/psp: Move definitions into a private fileMarshall Dawson2020-04-022-0/+74
* soc/amd/common/psp: Move early init to socFelix Held2020-04-022-85/+2
* soc/amd/common/psp: Consolidate FW blob load functionsMarshall Dawson2020-04-021-32/+31
* soc/amd/common/psp: Make common function to print statusMarshall Dawson2020-04-021-18/+18
* soc: Remove copyright noticesPatrick Georgi2020-03-181-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* amd/common/psp: Remove use of PspBaseLibCharles Marslett2018-09-241-11/+81
* amd/common/psp: Add BootDone commandMarshall Dawson2017-12-201-0/+32
* amd/common/psp: Convert structure init to C99Marshall Dawson2017-12-201-4/+5
* amd/common/psp: Assume PSP command register already set upMarshall Dawson2017-12-201-35/+16
* soc/amd/stoneyridge: Load SMU fimware using PSPMarshall Dawson2017-11-141-0/+1
* soc/amd/common/psp: Add command to load fw blobsMarshall Dawson2017-11-082-0/+69
* soc/amd/common/psp: Require PSP PCI definition in SOCMarshall Dawson2017-11-061-3/+3
* soc/amd/common: Clean up file includesFrank Vibrans2017-10-161-2/+0
* soc/amd/common: Add initial support for AMD PSPMarshall Dawson2017-07-023-0/+211