Home
last modified time | relevance | path

Searched refs:boot_file_head (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/tools/
H A Dmksunxiboot.c22 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum()
51 #define SRAM_LOAD_MAX_SIZE (SUNXI_SRAM_SIZE - sizeof(struct boot_file_head))
61 struct boot_file_head header;
142 ((sizeof(struct boot_file_head) / sizeof(int) - 2) in main()
146 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE); in main()
157 cpu_to_le32(offsetof(struct boot_file_head, in main()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h33 struct boot_file_head { struct
82 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)]; argument
/openbmc/u-boot/board/sunxi/
H A Dboard.c297 static struct boot_file_head * get_spl_header(uint8_t req_version) in get_spl_header()
299 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in get_spl_header()
317 struct boot_file_head *spl = get_spl_header(SPL_DRAM_HEADER_VERSION); in dram_init()
593 struct boot_file_head *spl = get_spl_header(SPL_DT_HEADER_VERSION); in sunxi_spl_store_dram_size()
748 struct boot_file_head *spl = get_spl_header(SPL_ENV_HEADER_VERSION); in parse_spl_header()
887 struct boot_file_head *spl = get_spl_header(SPL_DT_HEADER_VERSION); in board_fit_config_name_match()
/openbmc/qemu/hw/arm/
H A Dallwinner-r40.c213 struct boot_file_head { struct
231 struct boot_file_head *head = (struct boot_file_head *)buffer; in allwinner_r40_bootrom_setup() argument