u-boot/arch/arm/cpu/arm926ejs/mx28
Matthias Fuchs 61698fd563 mx28: fix SPL code to make USB booting work
This patch fixes booting i.MX28 CPUs via USB download.
In this mode the CPU's bootrom implements a USB HID device that
accepts a bootstream.

When downloading the bootstream via USB, first the SPL code is
received and executed. Then the u-boot image is received and
called.

The USB bootmode is interrupt driven.

This patch fixes two things:

1) The ARM's fast interrupt mode is disabled when the SPL code
has been run. So save and restore the CPSR register.

2) Save and restore c1 control register: the exception vector
location needs to be set back to bootrom space to make the USB
interrupts work again. The SPL code needs to change this
option for the ram size probing.

Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu>
Acked-by: Marek Vasut <marek.vasut@gmail.com>
2012-02-27 21:19:23 +01:00
..
clock.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00
iomux.c iMX28: Add PINMUX control 2011-11-11 11:36:57 +01:00
Makefile M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00
mx28.c mx28: Show CPU frequency 2012-02-12 10:11:26 +01:00
mx28_init.h i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
spl_boot.c M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00
spl_mem_init.c i.MX28: Move SPL to arch/arm/cpu/arm926ejs/mx28 2011-12-09 17:30:10 +01:00
spl_power_init.c i.MX28: Fix VDDIO and VDDA setup 2012-02-27 21:19:23 +01:00
start.S mx28: fix SPL code to make USB booting work 2012-02-27 21:19:23 +01:00
timer.c iMX28: Initial support for iMX28 CPU 2011-11-11 11:36:56 +01:00
u-boot-spl.lds M28: Cleanup memsize.o OOT build 2011-12-09 17:30:10 +01:00