Home
last modified time | relevance | path

Searched refs:spl_signature (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/tools/
H A Dmksunxiboot.c150 memcpy(img.header.spl_signature, SPL_SIGNATURE, 3); /* "sunxi" marker */ in main()
151 img.header.spl_signature[3] = SPL_HEADER_VERSION; in main()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dspl.h56 uint8_t spl_signature[4]; member
/openbmc/u-boot/board/sunxi/
H A Dboard.c300 uint8_t spl_header_version = spl->spl_signature[3]; in get_spl_header()
303 if (memcmp(spl->spl_signature, SPL_SIGNATURE, 3) != 0) in get_spl_header()
599 if (spl->spl_signature[3] < SPL_DRAM_HEADER_VERSION) in sunxi_spl_store_dram_size()
600 spl->spl_signature[3] = SPL_DRAM_HEADER_VERSION; in sunxi_spl_store_dram_size()