/arm-trusted-firmware-2.8.0/fdts/ |
A D | stm32mp13-fw-config.dtsi | 11 #ifndef DDR_SIZE 12 #error "DDR_SIZE is not defined" 17 #define DDR_SEC_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SEC_SIZE))
|
A D | stm32mp15-fw-config.dtsi | 11 #ifndef DDR_SIZE 12 #error "DDR_SIZE is not defined" 19 #define DDR_SHARE_BASE (STM32MP_DDR_BASE + (DDR_SIZE - DDR_SHARE_SIZE)) 25 #define DDR_NS_SIZE DDR_SIZE
|
A D | stm32mp135f-dk-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157a-avenger96-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157a-dhcor-avenger96-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157a-dk1-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157a-ed1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157a-ev1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157c-dk2-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157c-ed1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157c-ev1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157c-lxa-mc1-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157c-odyssey-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157d-dk1-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157d-ed1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157d-ev1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157f-dk2-fw-config.dts | 6 #define DDR_SIZE 0x20000000 /* 512MB */ macro
|
A D | stm32mp157f-ed1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157f-ev1-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
A D | stm32mp157c-dhcom-pdk2-fw-config.dts | 6 #define DDR_SIZE 0x40000000 /* 1GB */ macro
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/include/ |
A D | hikey_def.h | 12 #define DDR_SIZE 0x40000000 macro 30 #define DDR_SEC_BASE (DDR_BASE + DDR_SIZE - DDR_SEC_SIZE) /* 0x3F000000 */
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey960/ |
A D | hikey960_def.h | 14 #define DDR_SIZE 0xE0000000 macro
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/include/ |
A D | platform_def.h | 54 #define DDR_SIZE (0x80000000) macro 56 #define DDR_SIZE (0x40000000) macro
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/poplar/aarch64/ |
A D | platform_common.c | 22 DDR_SIZE, \
|
/arm-trusted-firmware-2.8.0/plat/hisilicon/hikey/aarch64/ |
A D | hikey_common.c | 20 DDR_SIZE - DDR_SEC_SIZE, \
|