Home
last modified time | relevance | path

Searched refs:bi_flashoffset (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/cmd/
Dbdinfo.c111 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()
116 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()
120 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
/external/u-boot/arch/xtensa/include/asm/
Du-boot.h31 unsigned long bi_flashoffset; /* offset to skip UBoot image */ member
/external/u-boot/arch/riscv/include/asm/
Du-boot.h32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/external/u-boot/arch/nds32/include/asm/
Du-boot.h33 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/external/u-boot/include/asm-generic/
Du-boot.h31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/external/u-boot/common/
Dboard_r.c377 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()
379 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
/external/u-boot/board/socrates/
Dsocrates.c79 gd->bd->bi_flashoffset = 0; in misc_init_r()