summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8188/include
diff options
context:
space:
mode:
authorRex-BC Chen <rex-bc.chen@mediatek.com>2022-05-24 19:45:59 +0800
committerHung-Te Lin <hungte@chromium.org>2022-07-04 08:35:53 +0000
commit3f83c6ff858b53f0fd9ebb76ebaf9292ee5e222f (patch)
tree94362256aee11f5ead38ff166946bdf649cee0c7 /src/soc/mediatek/mt8188/include
parente88bee7219c215120624a07b681a7e0ccc646411 (diff)
downloadcoreboot-3f83c6ff858b53f0fd9ebb76ebaf9292ee5e222f.tar.gz
coreboot-3f83c6ff858b53f0fd9ebb76ebaf9292ee5e222f.tar.bz2
coreboot-3f83c6ff858b53f0fd9ebb76ebaf9292ee5e222f.zip
soc/mediatek/mt8188: Add a stub implementation of the MT8188 SoC
Add new folder and basic drivers for Mediatek SoC 'MT8188'. Difference of modules including in this patch between MT8188 and existing SoCs: Timer: Similar to MT8195 and MT8186, MT8188 uses v2 timer. EMI/PLL/SPI: Different from existing SoCs. The implementation is based on these files: MT8188G_Application Processor Technical Brief_v0.4.pdf MT8188G_Functional Specification v0.4.pdf MT8188 Application Processor Registers-1.pdf MT8188 Application Processor Registers-2.pdf TEST=saw the coreboot uart log to bootblock BUG=b:233720142 Signed-off-by: Bo-Chen Chen <rex-bc.chen@mediatek.com> Change-Id: I3320f3d49a9b9ed781ceb812e4341e379db4ac20 Reviewed-on: https://review.coreboot.org/c/coreboot/+/65585 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@chromium.org>
Diffstat (limited to 'src/soc/mediatek/mt8188/include')
-rw-r--r--src/soc/mediatek/mt8188/include/soc/addressmap.h74
-rw-r--r--src/soc/mediatek/mt8188/include/soc/emi.h15
-rw-r--r--src/soc/mediatek/mt8188/include/soc/memlayout.ld72
-rw-r--r--src/soc/mediatek/mt8188/include/soc/pll.h23
-rw-r--r--src/soc/mediatek/mt8188/include/soc/spi.h13
-rw-r--r--src/soc/mediatek/mt8188/include/soc/timer.h13
6 files changed, 210 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8188/include/soc/addressmap.h b/src/soc/mediatek/mt8188/include/soc/addressmap.h
new file mode 100644
index 000000000000..d198dd7f473a
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/addressmap.h
@@ -0,0 +1,74 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __SOC_MEDIATEK_MT8188_INCLUDE_SOC_ADDRESSMAP_H__
+#define __SOC_MEDIATEK_MT8188_INCLUDE_SOC_ADDRESSMAP_H__
+
+/*
+ * This file is created based on MT8188 Application Processor Registers
+ */
+
+enum {
+ MCUSYS_BASE = 0x0C530000,
+ IO_PHYS = 0x10000000,
+ MCUCFG_BASE = MCUSYS_BASE + 0x00008000,
+};
+
+enum {
+ CKSYS_BASE = IO_PHYS + 0x00000000,
+ GPIO_BASE = IO_PHYS + 0x00005000,
+ SPM_BASE = IO_PHYS + 0x00006000,
+ RGU_BASE = IO_PHYS + 0x00007000,
+ GPT_BASE = IO_PHYS + 0x00008000,
+ EINT_BASE = IO_PHYS + 0x0000B000,
+ SYSTIMER_BASE = IO_PHYS + 0x00017000,
+ PMIF_SPI_BASE = IO_PHYS + 0x00024000,
+ PMICSPI_MST_BASE = IO_PHYS + 0x00025000,
+ PMIF_SPMI_BASE = IO_PHYS + 0x00027000,
+ SPMI_MST_BASE = IO_PHYS + 0x00029000,
+ EMI0_BASE = IO_PHYS + 0x00219000,
+ EMI1_BASE = IO_PHYS + 0x0021D000,
+ I2C0_DMA_BASE = IO_PHYS + 0x00220080,
+ I2C1_DMA_BASE = IO_PHYS + 0x00220100,
+ I2C2_DMA_BASE = IO_PHYS + 0x00220180,
+ I2C3_DMA_BASE = IO_PHYS + 0x00220280,
+ I2C4_DMA_BASE = IO_PHYS + 0x00220380,
+ I2C5_DMA_BASE = IO_PHYS + 0x00220480,
+ I2C6_DMA_BASE = IO_PHYS + 0x00220600,
+ DRAMC_CHA_AO_BASE = IO_PHYS + 0x00230000,
+ DPM_PM_SRAM_BASE = IO_PHYS + 0x00900000,
+ DPM_DM_SRAM_BASE = IO_PHYS + 0x00920000,
+ DPM_CFG_BASE = IO_PHYS + 0x00940000,
+ DPM_PM_SRAM_BASE2 = IO_PHYS + 0x00A00000,
+ DPM_DM_SRAM_BASE2 = IO_PHYS + 0x00A20000,
+ DPM_CFG_BASE2 = IO_PHYS + 0x00A40000,
+ UART0_BASE = IO_PHYS + 0x01001100,
+ UART1_BASE = IO_PHYS + 0x01001200,
+ UART2_BASE = IO_PHYS + 0x01001300,
+ UART3_BASE = IO_PHYS + 0x01001400,
+ AUXADC_BASE = IO_PHYS + 0x01002000,
+ SPI0_BASE = IO_PHYS + 0x0100A000,
+ SPI1_BASE = IO_PHYS + 0x01010000,
+ SPI2_BASE = IO_PHYS + 0x01012000,
+ SPI3_BASE = IO_PHYS + 0x01013000,
+ SPI4_BASE = IO_PHYS + 0x01018000,
+ SPI5_BASE = IO_PHYS + 0x01019000,
+ SSUSB_IPPC_BASE = IO_PHYS + 0x01203E00,
+ MSDC0_BASE = IO_PHYS + 0x01230000,
+ MSDC1_BASE = IO_PHYS + 0x01240000,
+ I2C0_BASE = IO_PHYS + 0x01280000,
+ I2C2_BASE = IO_PHYS + 0x01281000,
+ I2C3_BASE = IO_PHYS + 0x01282000,
+ SFLASH_REG_BASE = IO_PHYS + 0x0132C000,
+ IOCFG_RM_BASE = IO_PHYS + 0x01C00000,
+ I2C1_BASE = IO_PHYS + 0x01E00000,
+ I2C4_BASE = IO_PHYS + 0x01E01000,
+ IOCFG_LT_BASE = IO_PHYS + 0x01E10000,
+ IOCFG_LM_BASE = IO_PHYS + 0x01E20000,
+ SSUSB_SIF_BASE = IO_PHYS + 0x01E40000,
+ IOCFG_RT_BASE = IO_PHYS + 0x01EA0000,
+ MSDC1_TOP_BASE = IO_PHYS + 0x01EB0000,
+ I2C5_BASE = IO_PHYS + 0x01EC0000,
+ I2C6_BASE = IO_PHYS + 0x01EC1000,
+ MSDC0_TOP_BASE = IO_PHYS + 0x01F50000,
+};
+#endif
diff --git a/src/soc/mediatek/mt8188/include/soc/emi.h b/src/soc/mediatek/mt8188/include/soc/emi.h
new file mode 100644
index 000000000000..eeefdd3cab80
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/emi.h
@@ -0,0 +1,15 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/*
+ * This file is created based on MT8188 Functional Specification
+ * Chapter number: 3.7
+ */
+
+#ifndef SOC_MEDIATEK_MT8188_EMI_H
+#define SOC_MEDIATEK_MT8188_EMI_H
+
+#include <stddef.h>
+
+size_t sdram_size(void);
+
+#endif /* SOC_MEDIATEK_MT8188_EMI_H */
diff --git a/src/soc/mediatek/mt8188/include/soc/memlayout.ld b/src/soc/mediatek/mt8188/include/soc/memlayout.ld
new file mode 100644
index 000000000000..d8db9df55a43
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/memlayout.ld
@@ -0,0 +1,72 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+#include <memlayout.h>
+#include <arch/header.ld>
+/*
+ * SRAM_L2C is the half part of L2 cache that we borrow to be used as SRAM.
+ * It will be returned before starting the ramstage.
+ * SRAM_L2C and SRAM can be cached, but only SRAM is DMA-able.
+ */
+#define SRAM_L2C_START(addr) REGION_START(sram_l2c, addr)
+#define SRAM_L2C_END(addr) REGION_END(sram_l2c, addr)
+#define DRAM_INIT_CODE(addr, size) \
+ REGION(dram_init_code, addr, size, 64K)
+#define DRAM_DMA(addr, size) \
+ REGION(dram_dma, addr, size, 4K) \
+ _ = ASSERT(size % 4K == 0, \
+ "DRAM DMA buffer should be multiple of smallest page size (4K)!");
+SECTIONS
+{
+ /* MT8188 has 192KB SRAM in total. */
+ SRAM_START(0x00100000)
+ /* Regions that need to stay in SRAM. */
+ TTB(0x00100000, 28K)
+ DMA_COHERENT(0x00107000, 4K)
+ STACK(0x00108000, 15K)
+ WATCHDOG_TOMBSTONE(0x0010bc00, 4)
+ /* EMPTY(0x0010bc04, 29K - 4) */
+ /*
+ * MCUPM exchanges data with kernel driver using SRAM 0x00113000 ~
+ * 0x0011ffff. The address is hardcoded in MCUPM image.
+ */
+ REGION(mcufw_reserved, 0x00113000, 52K, 4K)
+ /* End of regions that need to stay in SRAM. */
+ /* Regions can be moved to SRAM_L2C. */
+ CBFS_MCACHE(0x00120000, 16k)
+ VBOOT2_WORK(0x00124000, 12K)
+ FMAP_CACHE(0x00127000, 2k)
+ TPM_TCPA_LOG(0x00127800, 2k)
+ TIMESTAMP(0x00128000, 1k)
+ /* End of regions that can also be moved to SRAM_L2C. */
+ /* EMPTY(0x00128400, 31K) */
+ SRAM_END(0x00130000)
+
+ /*
+ * The L3 is 2MB in total. The bootROM has configured half of the L3 cache as SRAM
+ *(SRAM_L2C) so that's 1MB (and the rest to be cache, which is required so you
+ * can't reconfigure whole L3 as SRAM).
+ */
+ SRAM_L2C_START(0x00200000)
+ /*
+ * The bootROM needs 4K starting from SRAM_L2C_START so the bootblock starting address
+ * is fixed at SRAM_L2C_START + 4K, and the 4K can be reused after bootblock is started.
+ * To move the address, gen-bl-img.py also needs to be modified accordingly.
+ */
+ BOOTBLOCK(0x00201000, 60K)
+ /*
+ * The needed size can be obtained by:
+ * aarch64-cros-linux-gnu-objdump -x dram.elf | grep memsz
+ * To move the address, dram.elf also needs to be modified accordingly.
+ */
+ DRAM_INIT_CODE(0x00210000, 300K)
+ OVERLAP_DECOMPRESSOR_VERSTAGE_ROMSTAGE(0x0025b000, 272K)
+ PRERAM_CBFS_CACHE(0x0029f000, 48K)
+ PRERAM_CBMEM_CONSOLE(0x002ab000, 340K)
+ SRAM_L2C_END(0x00300000)
+
+ DRAM_START(0x40000000)
+ DRAM_DMA(0x40000000, 1M)
+ POSTRAM_CBFS_CACHE(0x40100000, 2M)
+ RAMSTAGE(0x40300000, 256K)
+
+ BL31(0x54600000, 0x60000)
+}
diff --git a/src/soc/mediatek/mt8188/include/soc/pll.h b/src/soc/mediatek/mt8188/include/soc/pll.h
new file mode 100644
index 000000000000..6b6c123d3e00
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/pll.h
@@ -0,0 +1,23 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/*
+ * This file is created based on MT8188 Functional Specification
+ * Chapter number: 4.1
+ */
+
+#ifndef SOC_MEDIATEK_MT8188_PLL_H
+#define SOC_MEDIATEK_MT8188_PLL_H
+
+#include <soc/pll_common.h>
+
+/* top_div rate */
+enum {
+ CLK26M_HZ = 26 * MHz,
+};
+
+/* top_mux rate */
+enum {
+ UART_HZ = CLK26M_HZ,
+};
+
+#endif /* SOC_MEDIATEK_MT8188_PLL_H */
diff --git a/src/soc/mediatek/mt8188/include/soc/spi.h b/src/soc/mediatek/mt8188/include/soc/spi.h
new file mode 100644
index 000000000000..e851b0218aaa
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/spi.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/*
+ * This file is created based on MT8188 Functional Specification
+ * Chapter number: 5.8
+ */
+
+#ifndef MTK_MT8188_SPI_H
+#define MTK_MT8188_SPI_H
+
+#include <spi-generic.h>
+
+#endif
diff --git a/src/soc/mediatek/mt8188/include/soc/timer.h b/src/soc/mediatek/mt8188/include/soc/timer.h
new file mode 100644
index 000000000000..54b4e84435a6
--- /dev/null
+++ b/src/soc/mediatek/mt8188/include/soc/timer.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+/*
+ * This file is created based on MT8188 Functional Specification
+ * Chapter number: 5.13
+ */
+
+#ifndef SOC_MEDIATEK_MT8188_TIMER_H
+#define SOC_MEDIATEK_MT8188_TIMER_H
+
+#include <soc/timer_v2.h>
+
+#endif