All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 4/8] imx6: add some flexibility for defining macros
Date: Tue, 11 Nov 2014 09:28:06 +0100	[thread overview]
Message-ID: <5461C896.2040703@denx.de> (raw)
In-Reply-To: <CACUGKYMC6PmJrz4f3xxHbOmy+Nb9aZ1Cm7iV6dxNcBiMKoGhhQ@mail.gmail.com>

Hi John,

On 10/11/2014 00:53, John Tobias wrote:

>>> @@ -29,7 +29,9 @@
>>>  #define CONFIG_SPL_TEXT_BASE         0x00908000
>>>  #define CONFIG_SPL_MAX_SIZE          0x10000
>>>  #define CONFIG_SPL_START_S_PATH              "arch/arm/cpu/armv7"
>>> +#ifndef CONFIG_SPL_STACK
>>>  #define CONFIG_SPL_STACK             0x0091FFB8
>>> +#endif
>>
>> Why is this required ?
> 
> Other iMX6 chip has different STACK address and the current defined
> address does not
> compatibile for the iMX6 SabreSD.

This is exactly what I have not understood. Why is this board so special
to require a different value ? SPL will run into the IRAM, whose size
and layout is the same for i.MX6Q. Is there a reserved area in the IRAM
only for sabreSD and if yes, for which reason ?

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

  reply	other threads:[~2014-11-11  8:28 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-08 21:27 [U-Boot] [PATCH v3 0/8] *** iMX6 SabreSD SPL Support *** John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 1/8] mmc: add spl_board_mmc_init John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 2/8] mmc: imx6: call spl_board_mmc_init John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 3/8] imx6: add spl on include header file John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 4/8] imx6: add some flexibility for defining macros John Tobias
2014-11-09 21:24   ` Stefano Babic
2014-11-09 23:53     ` John Tobias
2014-11-11  8:28       ` Stefano Babic [this message]
2014-11-08 21:27 ` [U-Boot] [PATCH v3 5/8] imx6: add spl on board configuration John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 6/8] imx6: add data configuration file for SPL John Tobias
2014-11-09 21:22   ` Stefano Babic
2014-11-09 23:55     ` John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 7/8] imx6: SPL support for iMX6 SabreSD John Tobias
2014-11-09 21:16   ` Stefano Babic
2014-11-10  0:23     ` John Tobias
2014-11-11  8:44       ` Stefano Babic
2014-11-11 17:15         ` John Tobias
2014-11-12 10:13           ` Stefano Babic
2014-11-12 16:14             ` John Tobias
2014-11-08 21:27 ` [U-Boot] [PATCH v3 8/8] kconfig: imx6: add SUPPORT_SPL John Tobias

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=5461C896.2040703@denx.de \
    --to=sbabic@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 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.