All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection
Date: Mon, 9 Jul 2012 02:04:07 -0700	[thread overview]
Message-ID: <4FFA9E87.7020903@ti.com> (raw)
In-Reply-To: <1341804693-1158-7-git-send-email-mikhail.kshevetskiy@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 07/08/2012 08:31 PM, Mikhail Kshevetskiy wrote:
> This patch allow us to have a universal spl that detects a boot 
> device and select a corresponding boot algorithm for main u-boot
> part (SOC_DA8XX only)
> 
> This patch create copy copy of drivers/mtd/nand/nand_spl_load.c
> and drivers/mtd/spi/spi_spl_load.c for the following reasons: *
> avoid jump to main u-boot code just after its loading (required for
> the next patch: spl - add compressed u-boot image support) * makes
> a structure similar to omap3 sources

Figuring out how to properly re-use in both cases is something we need
to work towards, for both these cases and the ymodem UART case as
well.  I think we need to first split this series up into:
- - DDR and UART bugfixes (1, 2, 3) which can go in today
- - SPI (4, 5) which needs to be reviewed by the SPI maintainer
- - MMC+SPL+no partition table support bugfix which can go in today
- - SPL rework to be like, and possibly directly re-use omap-common SPL
files (first move to arch/arm/lib, second switch existing callers to
use, third add support for that ymodem loader, etc).

Thanks!

- -- 
Tom
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJP+p6GAAoJENk4IS6UOR1WBY8P+wQmlG3k4TkzB9NrfzOz/ctx
SxRWHk/UPrgs7Cq+fhHBs2ghuHDZkEA2GXrL6R2ogUkjnKPqQsoZ5S4LGBkyCJcz
e0PNsphQPSTAfhKNkLNx7v4wQXN4bfJ4rF5tUe7nY+s+IY1D88TwbvMTtqYpqoDP
IeGaWwGaogw/O3oyYyMLdW8SCzXTx9GwNIU/XRKdHTePa7pyQY/RyBICx1lzjgpe
vadG4DIxx5cu6555FXfQGE8iJZLLzvzffZyiKANWSmSG0v1PAQKU8QaBPvQZhu1q
VeFnubTSaLiDMQCd/22x9JCewbWMXOYpBLBP0LqdKKYVzp/D1tl8CUggL4qZI2g5
jtrbPzcnzgxzhGIJfXVZFh4tF/lZ9UlOTSpo2CTAz6vZh8iOeD2mwyEmKmduqISy
Kt0aM7rPwbffq5uaA8VqOuDUt13EPJl/ah6BihmEemwqQgF3ZAoRMVT8Ne4KqBGA
cp/65YKyZjoljzDNcNcY/SRy7KbGLNBvRYg1NGRkwVllZLLqAcbvTChm8pAA0dAm
TNzZDjuVXAkyQzY6WUm/55xcR9RYH5tDq5ixg65m0ZkSkAryMAT/2UyRwtvzI+ZU
F6Jc9fAQp4csxykqMFwL45F2Tmbay47hxftkomOXOuGJG40NQgyxZNDGq62kBBDg
FR4YBY3v5NqJfKRchpzK
=sPWS
-----END PGP SIGNATURE-----

  parent reply	other threads:[~2012-07-09  9:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-09  3:31 [U-Boot] [PATCH V2 1/8] arm/davinci: fix DDR2/mDDR memory controller initialization for Omap L138 Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 2/8] arm/davinci/da850: add uart0 pinmux Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 3/8] serial/ns16550: ns16550 has a different register layout on SOC_DA8XX Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 4/8] mtd/spi/spi_flash: support CMD_READ_ID=0x90 case Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 5/8] mtd/spi: add sst25l driver Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 6/8] MMC: u-boot-spl may be compiled without partition support Mikhail Kshevetskiy
2012-07-09  3:31 ` [U-Boot] [PATCH V2 7/8] arm/davinci: spl - boot device selection Mikhail Kshevetskiy
2012-07-09  6:09   ` Prabhakar Lad
2012-07-09  7:04     ` Mikhail Kshevetskiy
2012-07-09  8:04       ` Prabhakar Lad
2012-07-09  9:04   ` Tom Rini [this message]
2012-07-09  3:31 ` [U-Boot] [PATCH V2 8/8] arm/davinci: spl - add compressed u-boot image support Mikhail Kshevetskiy

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=4FFA9E87.7020903@ti.com \
    --to=trini@ti.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.