Home
last modified time | relevance | path

Searched refs:FLASH_BASE (Results 1 – 11 of 11) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c35 #define FLASH_BASE 0x10000000u macro
45 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
321 *addr -= FLASH_BASE + BINARY_RELOC_OFFSET; in fixupAddress()
360 relocOffset -= FLASH_BASE; in fixupReloc()
364 flashDataOffset = app->bin->sect.data_data - FLASH_BASE; in fixupReloc()
443 app.reloc = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE); in handleApp()
444 app.symtab = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()
451 app.codeAndRoDataSize = sect->data_data - FLASH_BASE - sizeof(*bin); in handleApp()
452 app.codeAndDataSize = sect->rel_start - FLASH_BASE - sizeof(*bin); in handleApp()
462 if (app.symtabSize * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()
[all …]
Dpostprocess_elf.c37 #define FLASH_BASE 0x10000000 macro
47 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
324 relocs = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE); in handleApp()
325 syms = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE); in handleApp()
327 numSyms = (bufUsed + FLASH_BASE - sect->rel_end) / sizeof(struct SymtabEntry); in handleApp()
334 if (numSyms * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) { in handleApp()
379 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr))) in handleApp()
387 …if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocT… in handleApp()
395 valThereP = (uint32_t*)(buf + relocs[i].where - FLASH_BASE); in handleApp()
411 *valThereP -= FLASH_BASE + BINARY_RELOC_OFFSET; in handleApp()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Djuno_def.h40 #define FLASH_BASE 0x08000000 macro
48 #define TZROM_BASE FLASH_BASE + BL1_ROM_BYPASS_OFFSET
Dplat_io_storage.c51 .offset = FLASH_BASE,
/device/google/contexthub/firmware/os/platform/stm32/
Dbl.c181 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in _blEraseSectors()
208 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in blEraseSectors()
286 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in blWriteBytes()
313 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; in blPlatProgramFlash()
/device/google/contexthub/firmware/os/platform/stm32/inc/plat/
Dpwr.h163 #define FLASH_BASE 0x40023C00UL macro
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/aarch64/
Djuno_common.c48 #define MAP_FLASH MAP_REGION_FLAT(FLASH_BASE, \
/device/linaro/bootloader/edk2/QuarkPlatformPkg/
DQuarkMin.fdf26 # FLASH_BASE | FD.Quark: | 0x800000 (8 MB)
73 …DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) …
141 …xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
DQuark.fdf26 # FLASH_BASE | FD.Quark: | 0x800000 (8 MB)
73 …DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) …
141 …xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DPlatformPkgGcc.fdf18 DEFINE FLASH_BASE = 0xFFC00000 #The base address of the 4Mb FLASH Device.
73 BaseAddress = $(FLASH_BASE)|gPlatformModuleTokenSpaceGuid.PcdFlashAreaBaseAddress #The base addre…
DPlatformPkg.fdf18 DEFINE FLASH_BASE = 0xFFC00000 #The base address of the 4Mb FLASH Device.
73 BaseAddress = $(FLASH_BASE)|gPlatformModuleTokenSpaceGuid.PcdFlashAreaBaseAddress #The base addre…