public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v4, 14/20] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board
Date: Mon, 27 Oct 2014 01:01:07 +0100	[thread overview]
Message-ID: <20141027010107.340c2bcb@lilith> (raw)
In-Reply-To: <20141023150546.GB25506@bill-the-cat>

On Thu, 23 Oct 2014 11:05:46 -0400, Tom Rini <trini@ti.com> a ?crit :

> On Wed, Oct 22, 2014 at 12:13:18PM +0200, Stefan Roese wrote:
> 
> > This patch adds basic support for the Marvell DB-MV784MP-GP
> > evaulation board. This is the first board that uses the recently
> > created Armada XP 78460 SoC support.
> > 
> > Signed-off-by: Stefan Roese <sr@denx.de>
> > Tested-by: Luka Perkov <luka@openwrt.org>
> 
> Applied to u-boot/master, thanks!

I am getting an error here with this board:

Didn't find the file 'board/Marvell/db-mv784mp-gp/binary.0' in
'build/current/.bm-work/00/build' which is mandatory to generate the
image
This file generally contains the DDR3 training code, and should be
extracted from an existing bootable
image for your board. See 'kwbimage -x' to extract it from an existing
image.
Could not create image

Am I missing something?

Amicalement,
-- 
Albert.

  reply	other threads:[~2014-10-27  0:01 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-22 10:13 [U-Boot] [PATCH v4 0/20] Add Marvell Armada XP MV78460 SoC support Stefan Roese
2014-10-22 10:13 ` [U-Boot] [PATCH v4 01/20] arm: kirkwood: Move some SoC files into new arch/arm/mvebu-common Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 02/20] arm: marvell: Move arch/kirkwood.h to arch/soc.h Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 03/20] arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 04/20] arm: marvell: Rework timer.c to make it usable for other MVEBU platforms Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 05/20] arm: mvebu: Add common mbus functions to use on Marvell SoCs Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 06/20] spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 07/20] arm: marvell: Extract kirkwood gpio functions into new common file gpio.c Stefan Roese
2014-10-23 15:04   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 08/20] spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 09/20] arm: kirkwood: Change naming of dram functions from km_foo() to mvebu_foo() Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 10/20] net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 11/20] net: phy.h: Make PHY autonegotiation timeout configurable Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 12/20] i2c: mvtwsi: Add support for Marvell Armada XP Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 13/20] arm: armada-xp: Add basic support for Marvell Armada XP SoC Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 14/20] arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-27  0:01     ` Albert ARIBAUD [this message]
2014-10-27  0:37       ` Tom Rini
2014-10-27  6:32         ` Albert ARIBAUD
2014-10-27  7:26           ` Stefan Roese
2014-10-22 10:13 ` [U-Boot] [PATCH v4 15/20] arm: armada-xp: Add basic support for the maxBCM board Stefan Roese
2014-10-23 15:05   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 16/20] arm: kirkwood: Remove some dead code from cpu.c Stefan Roese
2014-10-23 15:06   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 17/20] tools/kwboot: Sync with latest barebox version to support Armada XP Stefan Roese
2014-10-23 15:06   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 18/20] tools: Compile kwboot for Marvell Armada XP as those SoCs are now supported Stefan Roese
2014-10-23 15:06   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-22 10:13 ` [U-Boot] [PATCH v4 19/20] tools: kwbimage: Add image version 1 support for Armada XP / 370 Stefan Roese
2014-10-23 15:06   ` [U-Boot] [U-Boot, v4, " Tom Rini
2014-10-27  9:13   ` [U-Boot] [PATCH v4 " Wolfgang Denk
2014-10-22 10:13 ` [U-Boot] [PATCH v4 20/20] Makefile: Add CONFIG_BUILD_TARGET to automatically build an special image Stefan Roese
2014-10-23 15:06   ` [U-Boot] [U-Boot, v4, " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141027010107.340c2bcb@lilith \
    --to=albert.u.boot@aribaud.net \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox