summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachary <zhangzg@marvell.com>2017-04-24 15:09:37 +0800
committerHua Jing <jinghua@marvell.com>2017-04-25 04:17:40 +0300
commit3cee0076de6aa1410794d4c7333b3130359911b7 (patch)
tree887a94c82fc89e6dee4e0bee40eabb292181d12e
parentbf1cb8d4f6253e0b74d7097b11e15a0c23ed677b (diff)
mvebu: add more system info types for passing atf information to uboot
- In order to pass cpu decode window information from atf to uboot, add more system information types for it. Change-Id: I83032a9ab26c7438e542e1c9a04ecbeaebcc3bc1 Signed-off-by: zachary <zhangzg@marvell.com> Reviewed-on: http://vgitil04.il.marvell.com:8080/38833 Tested-by: iSoC Platform CI <ykjenk@marvell.com> Reviewed-by: Kostya Porotchkin <kostap@marvell.com> Reviewed-by: Hua Jing <jinghua@marvell.com>
-rw-r--r--include/plat/marvell/common/sys_info.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/plat/marvell/common/sys_info.h b/include/plat/marvell/common/sys_info.h
index 86daeebf..13e5448d 100644
--- a/include/plat/marvell/common/sys_info.h
+++ b/include/plat/marvell/common/sys_info.h
@@ -51,6 +51,16 @@ enum sys_info_type {
DRAM_CS3,
RECOVERY_MODE,
BOOT_MODE,
+ CPU_DEC_WIN0_BASE,
+ CPU_DEC_WIN1_BASE,
+ CPU_DEC_WIN2_BASE,
+ CPU_DEC_WIN3_BASE,
+ CPU_DEC_WIN4_BASE,
+ CPU_DEC_WIN0_SIZE,
+ CPU_DEC_WIN1_SIZE,
+ CPU_DEC_WIN2_SIZE,
+ CPU_DEC_WIN3_SIZE,
+ CPU_DEC_WIN4_SIZE,
MAX_OPTION,
};