[U-Boot] [GIT PULL] microblaze changes

Hi Tom,
please pull these Microblaze changes to your tree.
Thanks, Michal
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master
for you to fetch changes up to 9d24274509cdd463992dc1fb1a2820d6a4b6d21d:
microblaze: Add SPL support (2014-02-04 16:39:50 +0100)
---------------------------------------------------------------- Michal Simek (4): microblaze: Show u-boot banner microblaze: Report priviledged or stack protection exception microblaze: Enable buffer write for NOR flashes microblaze: Add SPL support
arch/microblaze/cpu/Makefile | 1 + arch/microblaze/cpu/exception.c | 3 +++ arch/microblaze/cpu/spl.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/microblaze/cpu/start.S | 12 ++++++++++++ arch/microblaze/cpu/timer.c | 8 +++++++- arch/microblaze/cpu/u-boot-spl.lds | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/microblaze/include/asm/spl.h | 16 ++++++++++++++++ arch/microblaze/include/asm/u-boot.h | 1 + arch/microblaze/lib/board.c | 18 +++++++++++++++++- include/configs/microblaze-generic.h | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 10 files changed, 231 insertions(+), 3 deletions(-) create mode 100644 arch/microblaze/cpu/spl.c create mode 100644 arch/microblaze/cpu/u-boot-spl.lds create mode 100644 arch/microblaze/include/asm/spl.h

On Tue, Feb 04, 2014 at 04:41:50PM +0100, Michal Simek wrote:
Hi Tom,
please pull these Microblaze changes to your tree.
Thanks, Michal
The following changes since commit 07e2822d158940a0e8ba45b6ab0344ffa1011a07:
board: nios2: Check if flash is configured before calling early_flash_cmd_reset() (2014-01-29 16:44:18 -0500)
are available in the git repository at:
git://www.denx.de/git/u-boot-microblaze.git master
for you to fetch changes up to 9d24274509cdd463992dc1fb1a2820d6a4b6d21d:
microblaze: Add SPL support (2014-02-04 16:39:50 +0100)
Michal Simek (4): microblaze: Show u-boot banner microblaze: Report priviledged or stack protection exception microblaze: Enable buffer write for NOR flashes microblaze: Add SPL support
arch/microblaze/cpu/Makefile | 1 + arch/microblaze/cpu/exception.c | 3 +++ arch/microblaze/cpu/spl.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/microblaze/cpu/start.S | 12 ++++++++++++ arch/microblaze/cpu/timer.c | 8 +++++++- arch/microblaze/cpu/u-boot-spl.lds | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/microblaze/include/asm/spl.h | 16 ++++++++++++++++ arch/microblaze/include/asm/u-boot.h | 1 + arch/microblaze/lib/board.c | 18 +++++++++++++++++- include/configs/microblaze-generic.h | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 10 files changed, 231 insertions(+), 3 deletions(-) create mode 100644 arch/microblaze/cpu/spl.c create mode 100644 arch/microblaze/cpu/u-boot-spl.lds create mode 100644 arch/microblaze/include/asm/spl.h
Applied to u-boot/master, thanks!
participants (2)
-
Michal Simek
-
Tom Rini