From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Premi, Sanjeev" <premi@ti.com>
Cc: "barebox@lists.infradead.org" <barebox@lists.infradead.org>
Subject: Re: [PATCH] omap3 towards thumb2 support
Date: Mon, 16 Jan 2012 12:52:28 +0100 [thread overview]
Message-ID: <20120116115228.GR5446@pengutronix.de> (raw)
In-Reply-To: <E28AAFD00EFAA646AE3DF9B89CD24A89317FAA5B@DBDE01.ent.ti.com>
On Mon, Jan 16, 2012 at 11:30:23AM +0000, Premi, Sanjeev wrote:
> > -----Original Message-----
> > From: barebox-bounces@lists.infradead.org
> > [mailto:barebox-bounces@lists.infradead.org] On Behalf Of Sascha Hauer
> > Sent: Monday, January 16, 2012 3:48 PM
> > To: barebox@lists.infradead.org
> > Subject: [PATCH] omap3 towards thumb2 support
> >
> > The following patches rework the omap3 support to be thumb2 safe.
> > The initialisation order is changed so that more stuff can be
> > done in a regular C environment rather than in lowlevel time.
> >
> > Together with git://git.pengutronix.de/git/barebox.git work/thumb2
> > the beagle board Xload config now fits into 34k.
> >
> > The following changes since commit
> > be07ecb5c50e007d71f75145938c66bd04960b43:
> >
> > omap343xdsp: move to arch/arm/boards/omap343xdsp
> > (2012-01-16 10:28:00 +0100)
> >
> > are available in the git repository at:
> > git://git.pengutronix.de/git/barebox.git work/omap3
> >
> > Sascha Hauer (10):
>
> I was able to pull in your branch and encountered a minor
> issue - fixed by the patch at end of this mail.
>
> How can I enable thumb2? Didn't find aything obvious in
> omap3530_beagle_xload_defconfig.
Did you merge the work/thumb2 branch into your branch? Then you should
find THUMB2_BAREBOX in menuconfig.
>
> ~sanjeev
>
> From 60293bdf05090245456931061895470a8900ca9d Mon Sep 17 00:00:00 2001
> From: Sanjeev Premi <premi@ti.com>
> Date: Mon, 16 Jan 2012 16:51:04 +0530
> Subject: [PATCH] ARM OMAP3: Fix compile errors
>
> Encountered this error wile compiling for omap3evm:
> CC arch/arm/boards/omap3evm/board.o
> arch/arm/boards/omap3evm/board.c:62:24: fatal error:
> mach/board.h: No such file or directory compilation terminated.
>
> File mach/board.h doesn't exist since this commit:
> be2559e : ARM omap3: move board_init to pure_initcall
>
> Fixed the same for omap343xsdp as well.
Thanks for catching this. Will update my series.
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-01-16 11:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-16 10:18 Sascha Hauer
2012-01-16 10:18 ` [PATCH 01/10] ARM omap3: remove OMAP3_COPY_CLOCK_SRAM Sascha Hauer
2012-01-16 10:18 ` [PATCH 02/10] ARM omap3 beagle xload: Move stack to SRAM Sascha Hauer
2012-01-16 10:18 ` [PATCH 03/10] ARM omap3: move board_init to pure_initcall Sascha Hauer
2012-01-16 10:18 ` [PATCH 04/10] ARM omap3: call a_init from board code Sascha Hauer
2012-01-16 10:18 ` [PATCH 05/10] ARM omap3 clock: move pll tables to C code Sascha Hauer
2012-01-16 10:18 ` [PATCH 06/10] ARM omap3: remove vector setup from lowlevel code Sascha Hauer
2012-01-16 10:18 ` [PATCH 07/10] ARM omap3: reimplement setup_auxcr in pure asm Sascha Hauer
2012-01-16 10:18 ` [PATCH 08/10] ARM cache-armv7: Add additional ISB Sascha Hauer
2012-01-16 10:18 ` [PATCH 09/10] mtd omap nand: fix driver without CONFIG_PARAMETER Sascha Hauer
2012-01-16 10:34 ` Sascha Hauer
2012-01-16 10:18 ` [PATCH 10/10] ARM omap3: make omap3_core.S thumb safe Sascha Hauer
2012-01-16 11:30 ` [PATCH] omap3 towards thumb2 support Premi, Sanjeev
2012-01-16 11:52 ` Sascha Hauer [this message]
2012-01-16 12:01 ` Premi, Sanjeev
2012-01-16 12:42 ` Premi, Sanjeev
2012-01-16 15:46 ` Sascha Hauer
2012-01-16 16:16 ` Premi, Sanjeev
2012-01-17 11:14 ` Premi, Sanjeev
2012-01-17 12:12 ` Sascha Hauer
2012-01-17 12:24 ` Premi, Sanjeev
2012-01-17 13:10 ` Sascha Hauer
2012-01-17 13:20 ` Premi, Sanjeev
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=20120116115228.GR5446@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=premi@ti.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