Attention is currently required from: Jason Glenesk, Raul Rangel, Marshall Dawson. Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55536 )
Change subject: soc/amd/cezanne/include/soc/iomap: add eMMC MMIO base addresses ......................................................................
soc/amd/cezanne/include/soc/iomap: add eMMC MMIO base addresses
Signed-off-by: Felix Held felix-coreboot@felixheld.de Change-Id: Ie97bd6ad076f0ce35fc997d954a003a1252184e9 --- M src/soc/amd/cezanne/include/soc/iomap.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/55536/1
diff --git a/src/soc/amd/cezanne/include/soc/iomap.h b/src/soc/amd/cezanne/include/soc/iomap.h index bd1f73a..236578b 100644 --- a/src/soc/amd/cezanne/include/soc/iomap.h +++ b/src/soc/amd/cezanne/include/soc/iomap.h @@ -38,6 +38,9 @@ #define APU_UART0_BASE 0xfedc9000 #define APU_UART1_BASE 0xfedca000
+#define APU_EMMC_BASE 0xfedd5000 +#define APU_EMMC_CONFIG_BASE 0xfedd5800 + #define FLASH_BASE_ADDR ((0xffffffff - CONFIG_ROM_SIZE) + 1)
#endif /* ENV_X86 */