From: Sascha Hauer <s.hauer@pengutronix.de>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 1/7] ARM: add initial i.MX6 support
Date: Sun, 15 Apr 2012 15:49:19 +0200 [thread overview]
Message-ID: <20120415134919.GI3852@pengutronix.de> (raw)
In-Reply-To: <20120415114710.GJ30672@game.jcrosoft.org>
On Sun, Apr 15, 2012 at 01:47:10PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 11:53 Sun 15 Apr , Sascha Hauer wrote:
> > On Sun, Apr 15, 2012 at 03:31:42AM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > On 22:13 Sat 14 Apr , Sascha Hauer wrote:
> > > > On Sat, Apr 14, 2012 at 06:11:23PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote:
> > > > > On 15:54 Fri 13 Apr , Sascha Hauer wrote:
> > > > > > Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> > > > > > ---
> > > > > > arch/arm/mach-imx/Kconfig | 7 +-
> > > > > > arch/arm/mach-imx/Makefile | 1 +
> > > > > > arch/arm/mach-imx/imx6.c | 71 +
> > > > > > arch/arm/mach-imx/include/mach/clock-imx6.h | 530 +++
> > > > > > arch/arm/mach-imx/include/mach/devices-imx6.h | 46 +
> > > > > > arch/arm/mach-imx/include/mach/generic.h | 6 +
> > > > > > arch/arm/mach-imx/include/mach/imx-regs.h | 2 +
> > > > > > arch/arm/mach-imx/include/mach/imx6-anadig.h | 721 ++++
> > > > > > arch/arm/mach-imx/include/mach/imx6-regs.h | 132 +
> > > > > > arch/arm/mach-imx/include/mach/imx6.h | 6 +
> > > > > > arch/arm/mach-imx/include/mach/iomux-mx6.h | 5630 +++++++++++++++++++++++++
> > > > > > arch/arm/mach-imx/speed-imx6.c | 393 ++
> > > > > > drivers/mci/Kconfig | 2 +-
> > > > > > include/asm-generic/barebox.lds.h | 7 +-
> > > > > > 14 files changed, 7551 insertions(+), 3 deletions(-)
> > > > > > create mode 100644 arch/arm/mach-imx/imx6.c
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/clock-imx6.h
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/devices-imx6.h
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/imx6-anadig.h
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/imx6-regs.h
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/imx6.h
> > > > > > create mode 100644 arch/arm/mach-imx/include/mach/iomux-mx6.h
> > > > > > create mode 100644 arch/arm/mach-imx/speed-imx6.c
> > > > > >
> > > > > > diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig
> > > > > > index 2f317c2..8a0979a 100644
> > > > > > --- a/arch/arm/mach-imx/Kconfig
> > > > > > +++ b/arch/arm/mach-imx/Kconfig
> > > > > on IMX you could set the ARCH_BAREBOX_MAX_BARE_INIT_SIZE so you can check at
> > > > > the compilation that the code fit in sram
> > > >
> > > > No, there is no such limitation here.
> > > >
> > > > Please trim your answers.
> > > when you boot from internal boot from nand we have no limit?
> > >
> > > IIRC we have
> >
> > No, there is no limit, at least not when we use the real barebox size
> > instead of 0x40000 like you suggested.
> I mean to the BARE_INIT not barebox itself
There is no bare_init section with internal boot.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-04-15 13:49 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-13 13:54 Sascha Hauer
2012-04-13 13:54 ` [PATCH 1/7] ARM: add " Sascha Hauer
2012-04-14 11:41 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 13:19 ` Sascha Hauer
[not found] ` <20120414161123.GB30672@game.jcrosoft.org>
2012-04-14 20:13 ` Sascha Hauer
2012-04-15 1:31 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15 9:53 ` Sascha Hauer
2012-04-15 11:47 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15 13:49 ` Sascha Hauer [this message]
2012-04-15 13:51 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-13 13:54 ` [PATCH 2/7] serial i.MX: " Sascha Hauer
2012-04-14 11:34 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 13:25 ` Sascha Hauer
2012-04-13 13:54 ` [PATCH 3/7] net fec: Add " Sascha Hauer
2012-04-13 13:54 ` [PATCH 4/7] mmc i.MX esdhc: " Sascha Hauer
2012-04-13 13:54 ` [PATCH 5/7] net mii: Add mii_open/mii_close functions Sascha Hauer
2012-04-14 10:46 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 13:27 ` Sascha Hauer
2012-04-15 4:12 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15 10:01 ` Sascha Hauer
2012-04-13 13:54 ` [PATCH 6/7] ARM: initial Freescale i.MX6q Armadillo2 support Sascha Hauer
2012-04-14 10:53 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 12:57 ` Sascha Hauer
2012-04-15 4:09 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-15 9:53 ` Sascha Hauer
2012-04-15 11:46 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-14 13:17 ` Eric Bénard
2012-04-14 13:20 ` Sascha Hauer
2012-04-13 13:54 ` [PATCH 7/7] ARM Freescale i.MX6 Armadillo2: Add defconfig Sascha Hauer
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=20120415134919.GI3852@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=plagnioj@jcrosoft.com \
/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