mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-07 21:54:45 +00:00
fc04b92354
Create an additional FVP configuration to boot images pre-loaded into DRAM. Sometimes it's preferential to boot the model by loading the files directly into DRAM via model parameters, rather than using SemiHosting. An example of model parmaters that are used to pre-load the files into DRAM: --data cluster0.cpu0=Image@0x80080000 \ --data cluster0.cpu0=fvp-base-gicv2-psci.dtb@0x83000000 \ --data cluster0.cpu0=uInitrd@0x84000000 Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> [trini: Update board/armltd/vexpress64/Kconfig logic] Signed-off-by: Tom Rini <trini@konsulko.com>
21 lines
557 B
Text
21 lines
557 B
Text
VEXPRESS64 BOARD
|
|
M: David Feng <fenghua@phytium.com.cn>
|
|
S: Maintained
|
|
F: board/armltd/vexpress64/
|
|
F: include/configs/vexpress_aemv8a.h
|
|
F: configs/vexpress_aemv8a_defconfig
|
|
|
|
VEXPRESS_AEMV8A_SEMI BOARD
|
|
M: Linus Walleij <linus.walleij@linaro.org>
|
|
S: Maintained
|
|
F: configs/vexpress_aemv8a_semi_defconfig
|
|
|
|
VEXPRESS_AEMV8A_DRAM BOARD
|
|
M: Ryan Harkin <ryan.harkin@linaro.org>
|
|
S: Maintained
|
|
F: configs/vexpress_aemv8a_dram_defconfig
|
|
|
|
JUNO DEVELOPMENT PLATFORM BOARD
|
|
M: Linus Walleij <linus.walleij@linaro.org>
|
|
S: Maintained
|
|
F: configs/vexpress_aemv8a_juno_defconfig
|