Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A 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()
/openbmc/u-boot/api/
H A Dapi_platform-powerpc.c47 platform_set_mr(si, gd->bd->bi_sramstart, gd->bd->bi_sramsize, MR_ATTR_SRAM); in platform_sys_info()
/openbmc/u-boot/include/asm-generic/
H A Du-boot.h32 unsigned long bi_sramstart; /* start of SRAM memory */ member
/openbmc/linux/arch/powerpc/boot/
H A Dppcboot.h29 unsigned long bi_sramstart; /* start of SRAM memory */ member
H A Dppcboot-hotfoot.h41 unsigned long bi_sramstart; /* start of SRAM memory */ member
/openbmc/qemu/hw/ppc/
H A Dppc405_boards.c106 uint32_t bi_sramstart; member
133 bd->bi_sramstart = PPC405EP_SRAM_BASE; in ppc405_set_default_bootinfo()
171 stl_be_phys(cs->as, bdloc + 0x14, bd->bi_sramstart); in __ppc405_set_bootinfo()
/openbmc/u-boot/common/
H A Dboard_f.c597 bd->bi_sramstart = CONFIG_SYS_SRAM_BASE; /* start of SRAM */ in setup_board_part1()