From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBCaWXDn21hbm4=?= Date: Sat, 25 Oct 2014 02:35:38 +0200 Subject: [U-Boot] [PATCH v1 00/10] arm, at91, spl: add spl support for the taurus and corvus boards In-Reply-To: <1412142894-997-1-git-send-email-hs@denx.de> References: <1412142894-997-1-git-send-email-hs@denx.de> Message-ID: <544AF05A.6060003@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 Hi Heiko, On 01.10.14 07:54, Heiko Schocher wrote: > This patchset add SPL support for the AT91SAM9G20 based taurus board, and > the AT91SAM9M10G45 based corvus board from siemens, and replaces the > at91bootstrap code. > > The boot.bin which replaces the at91bootstrap image can created with > mkimage: > > ./tools/mkimage -T atmelimage -d spl/u-boot-spl.bin spl/boot.bin > > For other SoC this step is done in one step ... should we add this > also for AT91 based boards? The sama5d3xek_* configs do this already. They automagically generate a boot.bin file. See arch/arm/cpu/armv7/at91/config.mk for reference. Maybe we can place it somewhere else to share between all atmel SoC (arm920, arm926, armv7)? > For example add a "u-boot.at91" target in the Makefile? > > This patchset is based on the common updates for the taurus > and corvus board: > > Patchwork [U-Boot] arm, at91: add generic board support for the taurus and corvus board > http://patchwork.ozlabs.org/patch/395398/ > > Patchwork [U-Boot] arm, at91: add spi dataflash support for the taurus board > http://patchwork.ozlabs.org/patch/395400/ This one has changes requested, is a v2 available? Best regards Andreas Bie?mann