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

  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 35 #define FLASH_BASE 0x10000000u
45 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
321 *addr -= FLASH_BASE + BINARY_RELOC_OFFSET;
360 relocOffset -= FLASH_BASE;
364 flashDataOffset = app->bin->sect.data_data - FLASH_BASE;
443 app.reloc = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE);
444 app.symtab = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE);
451 app.codeAndRoDataSize = sect->data_data - FLASH_BASE - sizeof(*bin);
452 app.codeAndDataSize = sect->rel_start - FLASH_BASE - sizeof(*bin);
462 if (app.symtabSize * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) {
    [all...]
postprocess_elf.c 37 #define FLASH_BASE 0x10000000
47 #define IS_IN_FLASH(_val) IS_IN_RANGE(_val, FLASH_BASE, FLASH_SIZE)
327 relocs = (struct RelocEntry*)(buf + sect->rel_start - FLASH_BASE);
328 syms = (struct SymtabEntry*)(buf + sect->rel_end - FLASH_BASE);
330 numSyms = (bufUsed + FLASH_BASE - sect->rel_end) / sizeof(struct SymtabEntry);
337 if (numSyms * sizeof(struct SymtabEntry) + sect->rel_end != bufUsed + FLASH_BASE) {
382 else if (IS_IN_RANGE_E(relocs[i].where, FLASH_BASE, FLASH_BASE + sizeof(struct BinHdr)))
390 if (IS_IN_FLASH(relocs[i].where) && relocs[i].where - FLASH_BASE < sizeof(struct BinHdr) && relocType == RELOC_TYPE_SECT) {
398 valThereP = (uint32_t*)(buf + relocs[i].where - FLASH_BASE);
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 180 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE;
207 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE;
285 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE;
312 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE;
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
pwr.h 163 #define FLASH_BASE 0x40023C00UL
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/
QuarkMin.fdf 26 # FLASH_BASE | FD.Quark: | 0x800000 (8 MB)
73 DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) # The base address of the Flash Device
141 BaseAddress = 0xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
Quark.fdf 26 # FLASH_BASE | FD.Quark: | 0x800000 (8 MB)
73 DEFINE FLASH_BASE = $(RESET_ADDRESS) - $(FLASH_SIZE) # The base address of the Flash Device
141 BaseAddress = 0xFF800000 #The base address of the Flash Device; set to same value as FLASH_BASE.
147 SET gQuarkPlatformTokenSpaceGuid.PcdFlashAreaBaseAddress = $(FLASH_BASE)
    [all...]

Completed in 174 milliseconds