Home
last modified time | relevance | path

Searched refs:bi_boot_params (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/u-boot/board/st/stm32mp1/
Dstm32mp1.c23 gd->bd->bi_boot_params = STM32_DDR_BASE + 0x100; in board_init()
/external/u-boot/board/bticino/mamoj/
Dmamoj.c16 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
/external/u-boot/board/8dtech/eco5pk/
Deco5pk.c32 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100); in board_init()
/external/u-boot/arch/xtensa/include/asm/
Du-boot.h26 unsigned long bi_boot_params; /* where this board expects params */ member
/external/u-boot/arch/riscv/include/asm/
Du-boot.h27 unsigned long bi_boot_params; /* where this board expects params */ member
/external/u-boot/arch/nds32/include/asm/
Du-boot.h28 unsigned long bi_boot_params; /* where this board expects params */ member
/external/u-boot/board/Marvell/aspenite/
Daspenite.c41 gd->bd->bi_boot_params = armd1_sdram_base(0) + 0x100; in board_init()
/external/u-boot/board/LaCie/edminiv2/
Dedminiv2.c26 gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100; in board_init()
/external/u-boot/board/ti/am3517crane/
Dam3517crane.c34 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100); in board_init()
/external/u-boot/board/freescale/mx7ulp_evk/
Dmx7ulp_evk.c44 gd->bd->bi_boot_params = PHYS_SDRAM + 0x100; in board_init()
/external/u-boot/arch/nds32/lib/
Dbootm.c118 theKernel(0, machid, bd->bi_boot_params); in do_bootm_linux()
131 params = (struct tag *)bd->bi_boot_params; in setup_start_tag()
/external/u-boot/board/st/stm32h743-eval/
Dstm32h743-eval.c53 gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100; in board_init()
/external/u-boot/board/st/stm32h743-disco/
Dstm32h743-disco.c53 gd->bd->bi_boot_params = gd->bd->bi_dram[0].start + 0x100; in board_init()
/external/u-boot/board/nokia/rx51/
Drx51.c165 struct tag *t = (struct tag *)gd->bd->bi_boot_params; in reuse_atags()
200 gd->bd->bi_boot_params = OMAP34XX_SDRC_CS0 + 0x100; in board_init()
229 params = (struct tag *)gd->bd->bi_boot_params; in setup_board_tags()
/external/u-boot/board/atmel/at91rm9200ek/
Dat91rm9200ek.c36 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
/external/u-boot/board/freescale/mx23evk/
Dmx23evk.c51 gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; in board_init()
/external/u-boot/board/olimex/mx23_olinuxino/
Dmx23_olinuxino.c72 gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; in board_init()
/external/u-boot/board/h2200/
Dh2200.c41 gd->bd->bi_boot_params = 0xa0000100; in board_init()
/external/u-boot/board/raidsonic/ib62x0/
Dib62x0.c64 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
/external/u-boot/board/technologic/ts4600/
Dts4600.c51 gd->bd->bi_boot_params = PHYS_SDRAM_1 + 0x100; in board_init()
/external/u-boot/board/isee/igep00x0/
Dcommon.c52 gd->bd->bi_boot_params = (OMAP34XX_SDRC_CS0 + 0x100); in board_init()
/external/u-boot/board/renesas/ebisu/
Debisu.c46 gd->bd->bi_boot_params = CONFIG_SYS_TEXT_BASE + 0x50000; in board_init()
/external/u-boot/arch/arm/mach-socfpga/
Dboard.c29 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
/external/u-boot/board/compulab/cl-som-am57x/
Dcl-som-am57x.c31 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()
/external/u-boot/board/ti/sdp4430/
Dsdp.c30 gd->bd->bi_boot_params = (0x80000000 + 0x100); /* boot param addr */ in board_init()

1234567891011