[PATCH 1/3] ARM: update mach-types

2012-02-13 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- arch/arm/tools/mach-types | 62 - 1 files changed, 61 insertions(+), 1 deletions(-) diff --git a/arch/arm/tools/mach-types b/arch/arm/tools/mach-types index 38e901d..ff97af4 100644 --- a/arch/arm/tools/mach-types +++ b

[PATCH 3/3] initial tqm53 support

2012-02-13 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- arch/arm/Makefile |1 + arch/arm/boards/tqma53/Makefile |2 + arch/arm/boards/tqma53/board.c| 272 + arch/arm/boards/tqma53/config.h |4 + arch/arm/boards/tqma53/env/config |

[PATCH] Add TQ tqma53 support

2012-02-13 Thread Sascha Hauer
The following series adds support for the TQ tqma53 module with a Freescale i.MX53 SoC. To do this mach-types has to be updated and also we need a possibility to run the i.MX53 at 800MHz. Sascha Hauer (3): ARM: update mach-types ARM i.MX5: Allow to pass cpu clock to lowlevel init

[PATCH 2/3] ARM i.MX5: Allow to pass cpu clock to lowlevel init

2012-02-13 Thread Sascha Hauer
Some variants of the i.MX53 do not allow to run at 1GHz, so pass a cpu frequency parameter to the lowlevel init function. Signed-off-by: Sascha Hauer --- arch/arm/boards/freescale-mx53-loco/board.c |2 +- arch/arm/boards/freescale-mx53-smd/board.c |2 +- arch/arm/mach-imx/imx53.c

RE: [RFC] omap3evm: Set preliminary environment

2012-02-13 Thread Premi, Sanjeev
> -Original Message- > From: Sascha Hauer [mailto:s.ha...@pengutronix.de] > Sent: Friday, February 10, 2012 5:54 PM > To: Premi, Sanjeev > Cc: barebox@lists.infradead.org > Subject: Re: [RFC] omap3evm: Set preliminary environment > > On Thu, Feb 09, 2012 at 11:54:28PM +0530, Sanjeev Premi

[PATCH v2] omap: xload: Make error more specific

2012-02-13 Thread Sanjeev Premi
Current message indicating that SD card isn't mounted is misleading if the card has only one partition. Updated the message to indicate that mounting the specific partition failed. Signed-off-by: Sanjeev Premi --- Changes since v1: Use variable diskdev to ensure that name of device used i

Re: [PATCH v2] Fix Mac OS cross compile failed.

2012-02-13 Thread Keith Mok
Hi Sascha, > The patch is corrupted by your mailer. I see some additional linebreaks > and also for some other reason patch reports a malformed patch. I copied and pasted on web gmail and sent via plain text. Please check again this time okay or not. > > Please use a standard unsigned long instea

Re: IIM on iMX27 "how-to" needed

2012-02-13 Thread Igor Trevisan
Hi, >> > Which is the right way to write the fuse bits? > > Try > > mw -d /dev/imx_iim_bank0 -b 0x2 0x80 > > to change the the '0x80' at offset 2 to 0x80. it (obviously...) works! > I suggest that you explore the usage of 'mw' with something less > sensitive than the fuses, they have the potenti

LPC3250 support

2012-02-13 Thread Tomislav Sečen
Hi all, I was just wondering about the status of the NXP LPC3250 support in barebox. There are two commit logs on git from Feb 2010, s.hauer adding some files: http://uboot.jcrosoft.org/git?p=barebox.git;a=commit;h=9d4bff954fbfb94ba550b2ea3d51d9d723a413e0 http://uboot.jcrosoft.org/git?p=barebox.g

[PATCH 1/2] ARM: Fix oftree booting

2012-02-13 Thread Sascha Hauer
We forgot to initialize params to the oftree to actually boot a kernel with devicetree. Signed-off-by: Sascha Hauer --- arch/arm/lib/armlinux.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/lib/armlinux.c b/arch/arm/lib/armlinux.c index 1d210d1..85fe2b9 100644

[PATCH] uImage/bootm fixes

2012-02-13 Thread Sascha Hauer
One important fix to make oftree kernels on Arm work, one less important fix to print the correct error message in bootm. Sascha Hauer (2): ARM: Fix oftree booting uimage: Fix error message arch/arm/lib/armlinux.c |1 + commands/bootm.c|2 +- 2 files changed, 2 insert

[PATCH 2/2] uimage: Fix error message

2012-02-13 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- commands/bootm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/commands/bootm.c b/commands/bootm.c index c23f4f3..e96665a 100644 --- a/commands/bootm.c +++ b/commands/bootm.c @@ -324,7 +324,7 @@ static int do_bootm(struct command *cmdtp,