Searched defs:pmax_boot_block (Results 1 – 1 of 1) sorted by relevance
1264 struct pmax_boot_block { struct1265 uint8_t pad[8];1266 int32_t magic; /* PMAX_BOOT_MAGIC */1267 int32_t mode; /* Mode for boot info. */1268 uint32_t load_addr; /* Address to start loading. */1269 uint32_t exec_addr; /* Address to start execing. */1270 struct pmax_boot_map map[61]; /* boot program section(s). */