From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 12/15] arm, davinci: Add SPL support for DA850 SoCs
Date: Wed, 30 Nov 2011 08:41:33 +0100 [thread overview]
Message-ID: <4ED5DE2D.90305@denx.de> (raw)
In-Reply-To: <CABkLObpqgveUs5fRb7m6wZc+Mz3B2LDt8aeb+dVEcmoS8smJaA@mail.gmail.com>
Hello Christian,
Christian Riesch wrote:
> Hi Tom,
>
> On Tue, Nov 29, 2011 at 7:27 PM, Tom Rini <tom.rini@gmail.com> wrote:
>> On Fri, Nov 25, 2011 at 5:37 AM, Christian Riesch
>> <christian.riesch@omicron.at> wrote:
>>> This code adds an SPL for booting from SPI flash on DA850 SoCs.
>>>
>>> Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
>>> Cc: Heiko Schocher <hs@denx.de>
>>> Cc: Sandeep Paulraj <s-paulraj@ti.com>
>> Parts of this remind me of omap-common/spl.c so I think longer term we
>> need to figure out if we can make everyone live with a few more common
>> SPL files and functions.
>
> I stole some ideas from omap-common/spl.c and yes, there are similarities :-)
>
>> Aside, what are the size limitations you're
>> dealing with here? Thanks!
>
> Size limitation of the SPL? I am using the AM1808 which has 128kB
> internal SRAM, i think it is the same for all DA8xx SoCs.
If we are using the "nor boot method" in "Legacy NOR Boot" mode
on the am1808 we must take care, that we can copy only 16kB from
NOR to the internal SRAM! (But I think, we don't need to take care of
this mode, as we can use when booting from NOR the "direct NOR Boot"
mode, where code is exectuted directly from NOR. This mode is used
on the enbw_cmc board)
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2011-11-30 7:41 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-25 12:37 [U-Boot] [PATCH v3 00/15] Add an SPL to boot the da850evm from SPI Christian Riesch
2011-11-25 12:37 ` [U-Boot] [PATCH v3 01/15] arm, davinci: Move pinmux functions from board to arch tree Christian Riesch
2011-11-28 9:49 ` Heiko Schocher
2011-11-28 15:58 ` Nick Thompson
2011-11-25 12:37 ` [U-Boot] [PATCH v3 02/15] arm, hawkboard: Remove obsolete struct pinmux_config i2c_pins Christian Riesch
2011-11-28 9:52 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 03/15] arm, da850evm: Do pinmux configuration for EMAC together with other pinmuxes Christian Riesch
2011-11-28 9:53 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 04/15] arm, da850: Add pinmux configurations to the arch tree Christian Riesch
2011-11-28 9:53 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 05/15] arm, da850evm: Use the pinmux configurations defined in " Christian Riesch
2011-11-28 9:53 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 06/15] arm, hawkboard: " Christian Riesch
2011-11-28 9:54 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 07/15] arm, davinci: Remove duplication of pinmux configuration code Christian Riesch
2011-11-28 9:54 ` Heiko Schocher
2011-11-25 12:37 ` [U-Boot] [PATCH v3 08/15] arm, davinci: Fix clear bss loop for zero length bss Christian Riesch
2011-11-25 12:37 ` [U-Boot] [PATCH v3 09/15] arm: printf() is not available in some SPL configurations Christian Riesch
2011-11-26 17:09 ` Andreas Bießmann
2011-11-29 18:22 ` Tom Rini
2011-11-25 12:37 ` [U-Boot] [PATCH v3 10/15] spl: display_options.o is required for SPI flash support in SPL Christian Riesch
2011-11-25 12:37 ` [U-Boot] [PATCH v3 11/15] sf: Add spi_boot() to allow booting from SPI flash in an SPL Christian Riesch
2011-11-25 21:32 ` Mike Frysinger
2011-12-02 15:13 ` Christian Riesch
2011-11-25 12:37 ` [U-Boot] [PATCH v3 12/15] arm, davinci: Add SPL support for DA850 SoCs Christian Riesch
2011-11-29 18:27 ` Tom Rini
2011-11-30 7:22 ` Christian Riesch
2011-11-30 7:41 ` Heiko Schocher [this message]
2011-11-30 14:59 ` Christian Riesch
2011-11-30 14:18 ` Tom Rini
2011-11-30 15:02 ` Christian Riesch
2011-12-01 6:38 ` Heiko Schocher
2011-11-30 16:39 ` Christian Riesch
2011-11-30 16:42 ` Tom Rini
2011-11-25 12:37 ` [U-Boot] [PATCH v3 13/15] arm, da850evm: Add an SPL for SPI boot Christian Riesch
2011-11-28 10:00 ` Heiko Schocher
2011-12-02 15:11 ` Christian Riesch
2011-11-25 12:37 ` [U-Boot] [PATCH v3 14/15] mkimage: Fix variable length header support Christian Riesch
2011-12-02 14:11 ` Stefano Babic
2011-11-25 12:37 ` [U-Boot] [PATCH v3 15/15] arm, davinci: Add support for generating AIS images to the Makefile Christian Riesch
2011-11-25 12:42 ` Christian Riesch
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=4ED5DE2D.90305@denx.de \
--to=hs@denx.de \
--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