
11 Feb
2015
11 Feb
'15
8:37 p.m.
On 7 February 2015 at 11:51, Simon Glass sjg@chromium.org wrote:
Add a new ramboot config for glacier so that it is possible to test U-Boot loaded over Ethernet instead of using JTAG.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2: None
arch/powerpc/cpu/ppc4xx/44x_spd_ddr2.c | 8 ++++ board/amcc/canyonlands/MAINTAINERS | 1 + board/amcc/canyonlands/u-boot-ram.lds | 79 ++++++++++++++++++++++++++++++++++ configs/glacier_ramboot_defconfig | 5 +++ 4 files changed, 93 insertions(+) create mode 100644 board/amcc/canyonlands/u-boot-ram.lds create mode 100644 configs/glacier_ramboot_defconfig
Applied to u-boot-dm.