Home
last modified time | relevance | path

Searched refs:bi_sramstart (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/cmd/
Dbdinfo.c180 print_num("sramstart", bd->bi_sramstart); in do_bdinfo()
222 print_num ("sram start", (ulong)bd->bi_sramstart); in do_bdinfo()
241 print_num("sram start ", (ulong)bd->bi_sramstart); in do_bdinfo()
266 print_num("sramstart", (ulong)bd->bi_sramstart); in do_bdinfo()
/external/u-boot/api/
Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/external/u-boot/include/asm-generic/
Du-boot.h32 unsigned long bi_sramstart; /* start of SRAM memory */ member
/external/u-boot/common/
Dboard_f.c530 bd->bi_sramstart = CONFIG_SYS_SRAM_BASE; /* start of SRAM */ in setup_board_part1()