]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mpc5200: Add SPL support
authorStefan Roese <sr@denx.de>
Thu, 16 Aug 2012 15:53:18 +0000 (17:53 +0200)
committerStefan Roese <sr@denx.de>
Wed, 5 Dec 2012 16:30:51 +0000 (17:30 +0100)
commit083f2e08d2265a096a1ab52d43b4abb8e069977d
treefad17ff01eed2e8a5d4d0f3208eaf3f837708ac3
parentd3aa8b8be2204e709fe307787dfbd8234316b41b
mpc5200: Add SPL support

This patch adds SPL booting support (NOR flash) for the
MPC5200 platforms.

Signed-off-by: Stefan Roese <sr@denx.de>
arch/powerpc/cpu/mpc5xxx/Makefile
arch/powerpc/cpu/mpc5xxx/spl_boot.c [new file with mode: 0644]
arch/powerpc/cpu/mpc5xxx/start.S
arch/powerpc/cpu/mpc5xxx/u-boot-spl.lds [new file with mode: 0644]
arch/powerpc/include/asm/spl.h [new file with mode: 0644]
arch/powerpc/lib/Makefile