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

  /device/google/contexthub/firmware/os/core/
bl.c 32 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size);
236 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size)
300 static void blApplyVerifiedUpdate(const struct OsUpdateHdr *os) //only called if an update has been found to exist and be valid, signed, etc!
308 static void blWriteMark(struct OsUpdateHdr *hdr, uint32_t mark)
317 struct OsUpdateHdr *hdr = (struct OsUpdateHdr *)__shared_start;
325 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size)
328 struct OsUpdateHdr *hdr = (struct OsUpdateHdr*)addr;
329 struct OsUpdateHdr cpy
    [all...]
appSec.c 341 common.payInfoSize = sizeof(struct OsUpdateHdr);
nanohubCommand.c 332 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1);
    [all...]
  /device/google/contexthub/lib/include/nanohub/
nanohub.h 214 struct OsUpdateHdr {
  /device/google/contexthub/util/nanoapp_postprocess/
postprocess.c 605 struct OsUpdateHdr os = {
postprocess_elf.c     [all...]

Completed in 174 milliseconds