HomeSort by relevance Sort by last modified time
    Searched defs:DRAM_BASE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
hikey_def.h 39 #define DRAM_BASE 0x00000000
51 * - Non-Secure DRAM (remaining DRAM starting at DRAM_BASE)
54 #define DRAM_SEC_BASE (DRAM_BASE + DRAM_SIZE - DRAM_SEC_SIZE)
56 #define DRAM_NS_BASE DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/juno/
juno_def.h 97 #define DRAM_BASE 0x80000000
104 * - Non-Secure DRAM (remaining DRAM starting at DRAM_BASE)
108 #define DRAM_SCP_BASE (DRAM_BASE + DRAM_SIZE - DRAM_SCP_SIZE)
113 #define DRAM_NS_BASE DRAM_BASE
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/
fvp_def.h 116 #define DRAM_BASE DRAM1_BASE

Completed in 81 milliseconds