Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/arch/riscv/include/asm/
Du-boot.h30 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Du-boot.h32 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/third_party/uboot/u-boot-2020.01/include/asm-generic/
Du-boot.h31 unsigned long bi_flashoffset; /* reserved area for startup monitor */ member
/third_party/uboot/u-boot-2020.01/cmd/
Dbdinfo.c113 print_num("flash offset ", (ulong)bd->bi_flashoffset); in print_bi_flash()
118 print_num("flash offset", (ulong)bd->bi_flashoffset); in print_bi_flash()
122 print_num("flashoffset", (ulong)bd->bi_flashoffset); in print_bi_flash()
/third_party/uboot/u-boot-2020.01/common/
Dboard_r.c411 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size; in initr_flash()
413 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */ in initr_flash()
Dboard_r.c.orig402 bd->bi_flashoffset = CONFIG_SYS_TEXT_BASE + flash_size;
404 bd->bi_flashoffset = monitor_flash_len; /* reserved area for monitor */
/third_party/uboot/u-boot-2020.01/board/socrates/
Dsocrates.c80 gd->bd->bi_flashoffset = 0; in misc_init_r()