summaryrefslogtreecommitdiffstats
path: root/src/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/*/data_fabric: Move register offsets to socFred Reitberger2022-11-0410-48/+47
* soc/amd/common/block/data_fabric: Use register bitslice structsFred Reitberger2022-11-041-19/+19
* soc/amd: Specify memory types supported by each chipMartin Roth2022-11-046-0/+30
* soc/amd/common: Only call into enabled memory typesMartin Roth2022-11-041-9/+8
* soc/amd/glinda/data_fabric: Add register bitslice structFred Reitberger2022-11-031-2/+28
* soc/amd/morgana/data_fabric: Add register bitslice structFred Reitberger2022-11-031-2/+28
* soc/amd/mendocino/data_fabric: Add register bitslice structFred Reitberger2022-11-031-0/+28
* soc/amd/picasso/data_fabric: Add register bitslice structFred Reitberger2022-11-031-0/+27
* soc/amd/cezanne/data_fabric: Add register bitslice structFred Reitberger2022-11-031-0/+27
* soc/amd/*/data_fabric: move data_fabric_set_mmio_np to commonFred Reitberger2022-11-0317-480/+94
* soc/amd: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-0312-27/+27
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-3137-0/+37
* soc/amd/common: Initialize STB Spill-to-DRAMMartin Roth2022-10-294-1/+54
* soc/amd/*/acpi/mmio.asl,sb_fch.asl: hide AAHB deviceFelix Held2022-10-296-30/+6
* soc/amd/glinda: Don't add amdfw.rom to cbfs in SOC MakefileMartin Roth2022-10-291-5/+0
* soc/amd/common: Add coreboot post codes to STBMartin Roth2022-10-283-0/+13
* soc/amd/mendocino: Add code for printing STB to boot logMartin Roth2022-10-284-0/+18
* soc/amd/common: Add code to print AMD STB to boot logMartin Roth2022-10-284-0/+112
* soc/amd/mendocino: Expand extra 5 DPTC thermal related profilesEricKY Cheng2022-10-281-0/+56
* soc/amd/cezanne/Kconfig: Enable APOB_HASHFred Reitberger2022-10-281-0/+1
* soc/amd/mendocino: Enable GPP clk req disabling for disabled devicesRobert Zieba2022-10-263-6/+7
* soc/amd/cezanne: Update GPP clk req code to use ARRAY_SIZERobert Zieba2022-10-261-1/+2
* soc/amd/cezanne: Factor out common GPP clk req codeRobert Zieba2022-10-267-94/+125
* soc/amd/common/include: introduce and use FCH_IRQ_ROUTING_ENTRIESFelix Held2022-10-261-0/+2
* mb/amd,google: move fch_irq_routing struct definition to soc/amdFelix Held2022-10-261-0/+6
* soc/amd/common/psp_verstage: Pass SRAM buffer to Crypto EngineKarthikeyan Ramasubramanian2022-10-261-1/+37
* soc/amd/mendocino: Add GSVCD rangeKarthikeyan Ramasubramanian2022-10-262-0/+25
* soc/amd/mendocino: Update build rules for PSP BIOS imageKarthikeyan Ramasubramanian2022-10-261-0/+6
* soc/amd/mendocino: Reserve more space for metadataKarthikeyan Ramasubramanian2022-10-261-2/+2
* soc/amd: Add amdfw.rom in coreboot.preKarthikeyan Ramasubramanian2022-10-265-20/+12
* soc/amd: Add an optional unsigned section in PSP verstageKarthikeyan Ramasubramanian2022-10-261-2/+8
* util/amdfwtool: Add build rules for amdfwreadKarthikeyan Ramasubramanian2022-10-261-0/+4
* soc/amd: Add framework for Glinda SoCMartin Roth2022-10-2558-0/+5419
* soc/amd/mendocino: Add STB Spill-to-DRAM enumMartin Roth2022-10-231-0/+1
* soc/amd/morgana/mca: Update for morganaFred Reitberger2022-10-221-8/+53
* soc/amd/*/i2c.h: Make definition more accurateFred Reitberger2022-10-224-4/+7
* soc/amd/*/smi.h: Use BIT() for clarityFred Reitberger2022-10-214-39/+41
* soc/amd/*/uart: cleanup includesFelix Held2022-10-215-9/+2
* soc/amd/morgana/aoac: Remove to-do after reviewFred Reitberger2022-10-212-4/+0
* soc/amd/morgana/i2c: Remove to-do after reviewFred Reitberger2022-10-212-5/+2
* soc/amd/morgana/include/soc/iomap.h: Remove to-do after reviewFred Reitberger2022-10-211-2/+0
* soc/amd/morgana/smi: Update smi definitions for morganaFred Reitberger2022-10-202-35/+14
* soc/amd/morgana: Add TODOs for common code to KconfigMartin Roth2022-10-201-40/+40
* soc/amd/*/uart: commonize UART code and MMIO device driverFelix Held2022-10-2014-439/+150
* soc/amd: move set_uart_config prototype to common UART headerFelix Held2022-10-2012-7/+6
* soc/amd: move all AOAC function prototypes to amdblocks/aoac.hFelix Held2022-10-2012-13/+9
* soc/amd/stoneyridge/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-4/+16
* soc/amd/morgana/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/mendocino/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/cezanne/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30