coreboot-kgpe-d16/src/soc/mediatek/mt8183
Yidi Lin c221d56478 soc/mediatek/mt8183: Add DRAM_DMA section
mtk_init_mcu uses DRAM_DMA section as CBFS buffer.
The change "mediatek/mt8183: Remove DRAM_DMA section" is reverted
for using mtk_init_mcu.

On mt8173 and mt8192, this region is used by DMA hardware and is
marked as non-cacheable resource. On mt8183, this region is reserved
as CBFS buffer, so it is not necessary to be marked as non-cacheable
resource.

Change-Id: I7ce9f68883e2787ee7f3c5066f4c47c5ca315633
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48232
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Hung-Te Lin <hungte@chromium.org>
2020-12-10 03:22:01 +00:00
..
include/soc soc/mediatek/mt8183: Add DRAM_DMA section 2020-12-10 03:22:01 +00:00
bootblock.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ddp.c src/soc/mediatek: Add include <types.h> 2020-07-26 21:35:27 +00:00
decompressor.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
dramc_init_setting.c soc/mediatek/mt8183: Enable CA perbit mechanism 2020-09-25 01:33:11 +00:00
dramc_param.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
dramc_pi_basic_api.c soc/mediatek/mt8183: Add missing register settings for channels 2020-08-06 03:02:17 +00:00
dramc_pi_calibration_api.c soc/mediatek/mt8183: Enable CA perbit mechanism 2020-09-25 01:33:11 +00:00
dsi.c src/soc/mediatek: Add include <types.h> 2020-07-26 21:35:27 +00:00
emi.c soc/mediatek/mt8183: Enable CA perbit mechanism 2020-09-25 01:33:11 +00:00
gpio.c {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent 2020-09-01 03:06:04 +00:00
i2c.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
Kconfig treewide: Add Kconfig variable MEMLAYOUT_LD_FILE 2020-06-13 06:49:23 +00:00
Makefile.inc soc/mediatek: Move auxadc driver from MT8183 to common 2020-11-20 08:40:19 +00:00
md_ctrl.c treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00
memlayout.ld soc/mediatek/mt8183: Add DRAM_DMA section 2020-12-10 03:22:01 +00:00
memory.c soc/mediatek/mt8183: Transfer ddr geometry type to dram blob 2020-08-12 02:50:59 +00:00
mmu_operations.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mt6358.c Change all assert(0) to BUG() 2020-08-03 05:15:15 +00:00
mt8183.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mtcmos.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
pll.c soc/mediatek: Add function to raise the CPU frequency of MT8192 2020-10-08 11:58:42 +00:00
pmic_wrap.c soc/mediatek: Drop unneeded empty lines 2020-09-10 06:37:52 +00:00
rtc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
soc.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spi.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
spm.c cbfs: Simplify load/map API names, remove type arguments 2020-12-02 22:13:17 +00:00
sspm.c cbfs: Simplify load/map API names, remove type arguments 2020-12-02 22:13:17 +00:00