Home
last modified time | relevance | path

Searched refs:OsUpdateHdr (Results 1 – 5 of 5) sorted by relevance

/device/google/contexthub/firmware/src/platform/stm32f4xx/
Dbl.c35 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size);
606 static uint32_t blVerifyOsUpdate(struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsUpdate()
705 static void blApplyVerifiedUpdate(const struct OsUpdateHdr *os) //only called if an update has been… in blApplyVerifiedUpdate()
713 static void blWriteMark(struct OsUpdateHdr *hdr, uint32_t mark) in blWriteMark()
722 struct OsUpdateHdr *hdr = (struct OsUpdateHdr *)__shared_start; in blUpdateMark()
730 static uint32_t blVerifyOsImage(const uint8_t *addr, struct OsUpdateHdr **start, uint32_t *size) in blVerifyOsImage()
733 struct OsUpdateHdr *hdr = (struct OsUpdateHdr*)addr; in blVerifyOsImage()
734 struct OsUpdateHdr cpy; in blVerifyOsImage()
1046 const struct OsUpdateHdr *hdr = (const struct OsUpdateHdr*)data; in blSpiLoader()
1049 if (len < sizeof(struct OsUpdateHdr)) in blSpiLoader()
[all …]
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h174 struct OsUpdateHdr { struct
/device/google/contexthub/firmware/src/
DnanohubCommand.c312 struct OsUpdateHdr *os = (struct OsUpdateHdr *)(&(app->hdr) + 1); in deferredUpdateOs()
DappSec.c330 common.payInfoSize = sizeof(struct OsUpdateHdr); in appSecProcessIncomingHdr()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c517 struct OsUpdateHdr os = { in handleOs()