HomeSort by relevance Sort by last modified time
    Searched refs:SRAM_BASE (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
hikey_def.h 42 #define SRAM_BASE 0xFFF80000
92 #define HIKEY_BL1_MMC_DESC_BASE (SRAM_BASE)
hikey_bl1_setup.c 509 assert((HIKEY_BL1_MMC_DESC_BASE >= SRAM_BASE) &&
510 ((SRAM_BASE + SRAM_SIZE) >=
hikey_bl2_setup.c 456 memset((void *)SRAM_BASE, 0, SRAM_SIZE);
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/
plat.ld.S 10 SRAM (rwx): ORIGIN = SRAM_BASE, LENGTH = SRAM_SIZE
16 . = SRAM_BASE;
18 "SRAM_BASE address is not aligned on a page boundary.")
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/aarch64/
hikey_common.c 44 #define MAP_SRAM MAP_REGION_FLAT(SRAM_BASE, \
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/include/shared/
addressmap_shared.h 47 #define SRAM_BASE (MMIO_BASE + 0x078C0000)

Completed in 82 milliseconds