From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Thu, 06 Nov 2014 01:20:40 +0100 Subject: [U-Boot] [v3 PATCH 12/12] arm, spl, at91: add spl support for the corvus board In-Reply-To: <1414740666-13337-13-git-send-email-hs@denx.de> References: <1414740666-13337-1-git-send-email-hs@denx.de> <1414740666-13337-13-git-send-email-hs@denx.de> Message-ID: <545ABED8.9050103@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 31.10.14 08:31, Heiko Schocher wrote: > replaces the at91bootstrap code with SPL code. > make the spl image with: > ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin > > this writes the length of the spl image into the 6th > execption vector. This is needed from the ROM bootloader. > > Signed-off-by: Heiko Schocher > Reviewed-by: Bo Shen Reviewed-by: Andreas Bie?mann > > --- > > Changes in v3: > add Reviewed-by from Bo Shen > > Changes in v2: > - rename function "nand_erase_one" to "spl_nand_erase_one" as > Scott Wood suggested > - add comment from Andreas Biessmann: > rename "MPDDRC_CR_EBISHARE" to "MPDDRC_CR_DQMS_SHARED" > > arch/arm/Kconfig | 1 + > board/siemens/corvus/board.c | 109 ++++++++++++++++++++++++++++++++++++++----- > configs/corvus_defconfig | 5 +- > include/configs/corvus.h | 54 +++++++++++++++++++-- > 4 files changed, 151 insertions(+), 18 deletions(-)