public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
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: Thu, 01 Dec 2011 07:38:01 +0100	[thread overview]
Message-ID: <4ED720C9.7000206@denx.de> (raw)
In-Reply-To: <CABkLObq7pmHU1TBtvgxD4oofBqg8TthamvvyE=CVjWO=G8TDmg@mail.gmail.com>

Hello Christian,

Christian Riesch wrote:
> Hi Tom,
> 
> On Wed, Nov 30, 2011 at 3:18 PM, Tom Rini <tom.rini@gmail.com> wrote:
>> On Wed, Nov 30, 2011 at 12:22 AM, Christian Riesch
>> <christian.riesch@omicron.at> 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>
> [...]
>>>>  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.
>> That's what I figured.  What's the reason behind turning off libcommon
>> support?  Mimicing existing quite boots?
> 
> I turned on libcommon in my patchset for the da850evm since I need it
> for the SPI flash code. Heiko, I think you wrote something about code
> size when I asked you the same question some weeks ago for the
> cam_enc_4xx board (which afaik does not use libcommon), right?

Yes, on tha cam_enc_4xx board (Davinci DM368 based) I boot from
NAND and we have an internal RAM size from 16K. And yes, I do not
use libcommon there.

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2011-12-01  6:38 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
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 [this message]
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=4ED720C9.7000206@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