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

  /external/u-boot/arch/arm/include/asm/arch-sunxi/
spl.h 27 struct boot_file_head { struct
76 typedef char boot_file_head_not_multiple_of_32[1 - 2*(sizeof(struct boot_file_head) % 32)];
  /external/u-boot/tools/
mksunxiboot.c 22 int gen_check_sum(struct boot_file_head *head_p)
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)
146 ALIGN(file_size + sizeof(struct boot_file_head), BLOCK_SIZE);
157 cpu_to_le32(offsetof(struct boot_file_head,
  /external/u-boot/board/sunxi/
board.c 659 struct boot_file_head *spl = (void *)(ulong)spl_addr;
804 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR;

Completed in 136 milliseconds