arm-trusted-firmware/plat/mediatek/mt8183/drivers
Xi Chen 95d3c46a2f mediatek: mt8183: protect 4GB~8GB dram memory
The offset there is the virtual address space on the bus side (1-9GB for 8GB RAM),
and that emi_mpu_set_region_protection will translate to the physical memory space (0-8GB).

8GB is 33-bit (the memory bus width is 33-bit on this platform),
so 0x23FFFFFFFUL-EMI_PHY_OFFSET = 0x1_FFFF_FFFF.

Change-Id: I7be4759ed7546f7e15a5868b6f08988928c34075
Signed-off-by: Xi Chen <xixi.chen@mediatek.com>
2020-02-14 14:16:59 +08:00
..
devapc mediatek: mt8183: add DEVAPC driver to control protection 2019-10-03 10:45:16 +08:00
emi_mpu mediatek: mt8183: protect 4GB~8GB dram memory 2020-02-14 14:16:59 +08:00
gpio mediatek: mt8183: add GPIO driver 2019-09-10 11:25:22 +08:00
mcdi mediatek: mt8183: add MTK MCDI driver 2019-09-16 10:35:05 +08:00
mcsi Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
pmic mediatek: mt8183: add MTK SPM driver 2019-09-16 10:31:00 +08:00
rtc mediatek: mt8183: support system off 2019-09-10 11:25:16 +08:00
spm mediatek: mt8183: add Vmodem/Vcore DVS init level 2019-12-26 11:12:52 +08:00
spmc mediatek: mt8183: configure MCUSYS DCM 2019-09-16 10:29:10 +08:00
sspm mediatek: mt8183: add MTK SSPM driver 2019-09-16 10:34:02 +08:00
uart mediatek: mt8183: add MTK uart driver for controlling clock gate 2019-09-16 10:29:20 +08:00