Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/riscv/include/asm/
H A Du-boot.h31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/openbmc/u-boot/arch/nds32/include/asm/
H A Du-boot.h33 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/openbmc/linux/arch/powerpc/boot/
H A Dppcboot.h28 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
H A Dppcboot-hotfoot.h40 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/common/
H A Dboard_r.c376 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()
378 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c105 uint32_t bi_flashoffset; /* 0x10 */ member
170 stl_be_phys(cs->as, bdloc + 0x10, bd->bi_flashoffset); in __ppc405_set_bootinfo()
/openbmc/u-boot/board/socrates/
H A Dsocrates.c79 gd->bd->bi_flashoffset = 0; in misc_init_r()