Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/arch-sunxi/
A Dspl.h12 #define SPL_ADDR CONFIG_SUNXI_SRAM_ADDRESS macro
/u-boot/arch/arm/mach-sunxi/
A Dboard.c240 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_boot_source()
243 return readb(SPL_ADDR + 0x28); in sunxi_get_boot_source()
291 if (!is_boot0_magic(SPL_ADDR + 4)) /* eGON.BT0 */ in sunxi_get_spl_size()
294 return readl(SPL_ADDR + 0x10); in sunxi_get_spl_size()
/u-boot/board/sunxi/
A Dboard.c327 struct boot_file_head *spl = (void *)(ulong)SPL_ADDR; in get_spl_header()
904 parse_spl_header(SPL_ADDR); in misc_init_r()

Completed in 5 milliseconds