Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74529 )
Change subject: Revert "soc/amd/morgana: Remove emmc select" ......................................................................
Revert "soc/amd/morgana: Remove emmc select"
This reverts commit 694ef4431b127f6b1d22616a2aa1760746cbc162.
The eMMC controller is in the latest PPR (Rev3.03 - Mar 9, 2023), so add it back into the devicetree and Kconfig.
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: I84f16f27886ca866e5ac3c5a06ee1e32df617d32 --- M src/soc/amd/phoenix/Kconfig M src/soc/amd/phoenix/chipset.cb 2 files changed, 17 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/74529/1
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 5d3adec..901b31d 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -46,6 +46,7 @@ select SOC_AMD_COMMON_BLOCK_BANKED_GPIOS select SOC_AMD_COMMON_BLOCK_CPUFREQ_FAM17H_19H select SOC_AMD_COMMON_BLOCK_DATA_FABRIC + select SOC_AMD_COMMON_BLOCK_EMMC select SOC_AMD_COMMON_BLOCK_ESPI_EXTENDED_DECODE_RANGES select SOC_AMD_COMMON_BLOCK_GRAPHICS # TODO: Check if this is still correct select SOC_AMD_COMMON_BLOCK_HAS_ESPI diff --git a/src/soc/amd/phoenix/chipset.cb b/src/soc/amd/phoenix/chipset.cb index 1e1ad14..606a7ce 100644 --- a/src/soc/amd/phoenix/chipset.cb +++ b/src/soc/amd/phoenix/chipset.cb @@ -144,4 +144,5 @@ device mmio 0xfedce000 alias uart_2 off ops amd_uart_mmio_ops end device mmio 0xfedcf000 alias uart_3 off ops amd_uart_mmio_ops end device mmio 0xfedd1000 alias uart_4 off ops amd_uart_mmio_ops end + device mmio 0xfedd5000 alias emmc off ops amd_emmc_mmio_ops end end