summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd
Commit message (Expand)AuthorAgeFilesLines
* Revert "UPSTREAM: soc/amd/sabrina,vc/amd/fsp/sabrina: Add UART support for Sa...Karthikeyan Ramasubramanian2022-08-011-7/+0
* vc/amd/fsp/sabrin/bl_uapp_header: Add SoC FW ID at the right offsetKarthikeyan Ramasubramanian2022-07-201-1/+1
* soc/amd/sabrina,vc/amd/fsp/sabrina: Add UART support for SabrinaJon Murphy2022-07-061-0/+7
* vc/amd/agesa/f15tn: Declare `value` as constant in `GnbRegisterWriteTNDump()`Paul Menzel2022-06-081-2/+2
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-071-1/+1
* vendorcode/amd/agesa: Remove -fno-zero-initialized-in-bssArthur Heymans2022-05-281-1/+0
* vendorcode/amd/agesa/fam16kb: Fix improper use of .dataArthur Heymans2022-05-2846-231/+207
* vendorcode/amd/agesa/f14: Fix improper use of .dataArthur Heymans2022-05-2827-102/+92
* vendorcode/amd/agesa/f15tn: Fix all improper use of .dataArthur Heymans2022-05-2854-191/+177
* vc/amd/fsp/sabrina: Update PSP header to set the SOC FW IDJon Murphy2022-05-201-1/+1
* soc/amd/cezanne/fsp_m_params: add defines for FSP USB struct versionFelix Held2022-05-161-0/+3
* amd/agesa/f14/Proc/Mem/Tech/DDR3/mtlrdimm3.h: Correct SPD_PERSONALITY_BYTEElyes Haouas2022-05-161-1/+1
* vc/amd/fsp/sabrina/UsbUpd: update USB settings structure to match FSPFelix Held2022-05-121-16/+19
* soc/amd/sabrina/fsp_m_params: add defines for FSP USB struct versionFelix Held2022-05-121-0/+3
* amd/*/gcccar.inc: Replace local declarationsArthur Heymans2022-05-115-268/+187
* vendorcode/amd/cimx/sb900: Drop codeArthur Heymans2022-05-1139-15125/+0
* amd/fam15tn/gcccar.inc: Fix msr access with clangArthur Heymans2022-05-111-2/+2
* amd/f15tn/gcccar.inc: Fix macro with ClangArthur Heymans2022-05-111-1/+1
* soc/amd/sabrina/psp_verstage: Unify SVC IDKarthikeyan Ramasubramanian2022-04-241-19/+44
* vc/amd/fsp/sabrina/platform_descriptor: update DXIO lane mapping tableFelix Held2022-03-271-16/+7
* vendorcode/amd/pi: Fix building with clangArthur Heymans2022-03-251-0/+1
* amd/cimx/sb800: Fix building with clangArthur Heymans2022-03-259-39/+7
* vendorcode/amd/agesa: Add CFLAGS required by CLANGArthur Heymans2022-03-251-0/+5
* soc/amd/common/fsp: check fsp image revisionJulian Schroeder2022-02-113-0/+16
* vc/amd/cezanne: Add support to map UARTsRaul E Rangel2022-02-071-0/+7
* soc/amd/cezanne,vc/cezanne: Implement svc_write_postcodeRaul E Rangel2022-02-021-0/+1
* psp_verstage: add new svc for cezanneKangheui Won2022-02-011-0/+22
* vc/amd/agesa: fix out-of-bounds readJason Nien2022-01-262-2/+2
* soc/amd/cezanne: FSP: Add UPD entry for eDP tuningZheng Bao2022-01-251-1/+8
* vc/amd/fsp/sabrina: add as a copy of vc/amd/fsp/cezanneFelix Held2022-01-2513-0/+1284
* Cezanne FSP wrapper: Sync with PI 1.0.0.5Zheng Bao2021-11-301-0/+3
* Rename ECAM-specific MMCONF KconfigsShelley Chen2021-11-104-7/+7
* vc/amd/fsp/cezanne: Add UPD fsp_owns_pcie_resets to FSP-M for CezanneMatt Papageorge2021-10-111-1/+2
* soc/amd/cezanne, vc/amd/fsp/*: Add support for CCP DMA SVC callKarthikeyan Ramasubramanian2021-09-272-0/+29
* vc/amd/sb800: Fix out of bounds shiftPaul Menzel2021-09-201-2/+2
* vc/amd/agesa/Kconfig: Move SPD options out of choiceAngel Pons2021-09-201-2/+2
* AGESA f15tn: Fix building IDS tracing supportAngel Pons2021-08-2216-38/+37
* AGESA f15tn: Hook up IDS options to KconfigAngel Pons2021-08-222-26/+61
* AGESA f15tn: Factor out common OptionsIds.hAngel Pons2021-08-222-1/+33
* AGESA f15tn: Drop `IDSOPT_ASSERT_ENABLED`Angel Pons2021-08-223-80/+0
* soc/amd/cezanne: enable crypto in psp_verstageKangheui Won2021-07-211-0/+52
* vc/amd/sb800: Cast to UINT32 for shift out of bounds fixPaul Menzel2021-07-121-3/+3
* vc/amd/sb800: Cast variable to 32-bit before shiftPaul Menzel2021-07-121-44/+44
* vc/amd/sb800: SBCMN: Cast to 32-bit before shiftPaul Menzel2021-07-121-6/+6
* vc/amd/fsp/cezanne/FspmUpd: add hda_enable UPDFelix Held2021-06-211-1/+2
* soc/amd/cezanne: Supply SMBIOS/DMI Type 17 dataNikolai Vyssotski2021-06-131-0/+236
* soc/amd/common/fsp/pci: Add size field to PCIe interrupt routing HOBNikolai Vyssotski2021-06-071-2/+2
* cezanne/psp_verstage: add reset/timer svcKangheui Won2021-06-071-0/+35
* vc/amd/pi/00630F01: Remove unused directory and codeMichał Żygowski2021-05-2636-17356/+2
* soc/amd/cezanne: add support for the changed AMD FSP API for USB PHYJulian Schroeder2021-05-262-21/+63