Re: [U-Boot] Any outstanding ARM pull requests?

2012-03-08 Thread Minkyu Kang
Dear Albert, On 8 March 2012 16:29, Stefano Babic wrote: > On 08/03/2012 08:20, Albert ARIBAUD wrote: >> Hi all, >> > > Hi Albert, > >> Which means there are commmits on these repo's master branches that are >> not currently in u-boot-arm. >> >> Are there any ARM pull requests pending that I woul

Re: [U-Boot] [PATCH] lib: zlib: update to 1.2.6

2012-03-08 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > > I wonder which benefits we get for this price we are paying? > > The main reason I'd like to introduce this upgrade is for I want to > add the compressing > feature for uboot. This should be make optional code, including any extensions / additional fu

Re: [U-Boot] (no subject)

2012-03-08 Thread Wolfgang Denk
Dear Simon Glass, In message you wrote: > > > 01/10 Simon Glass[U-Boot] [PATCH v2 8/8] sandbox: Add > basic > > command line parsing > > http://article.gmane.org/gmane.comp.boot-loaders.u-boot/122324 > > Mike expanded this one significantly - I just acked it. Might stretch > the defin

Re: [U-Boot] [PATCH] lib: zlib: update to 1.2.6

2012-03-08 Thread Lei Wen
Hi Wolfgang, On Thu, Mar 8, 2012 at 4:13 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message > you > wrote: >> >> > I wonder which benefits we get for this price we are paying? >> >> The main reason I'd like to introduce this upgrade is for I want to >> add the compressing >> feature for u

Re: [U-Boot] TQM85xx boards failing on older gcc

2012-03-08 Thread Wolfgang Denk
Dear Andy, In message you wrote: > > One of my coworkers is seeing these errors with gcc-4.3.74 (eglibc-2.8.74-6): glibc version should be completely irrelevant when building U-Boot. > > Configuring for TQM8548_BE - Board: TQM85xx, Options: > MPC8548,TQM8548_BE=y,HOSTNAME=tqm8548,BOARDNAME="

Re: [U-Boot] [PATCH] lib: zlib: update to 1.2.6

2012-03-08 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> And the 1.2.6 has some fix for the deflate, so it > >> is maybe a good > >> base line for introducing it. > > > > Which exact fix are you referring to? > > I am referring to the zlib 1.2.5->1.2.6 changelog: > Added deflatePending() to return the amount

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Alex Zeffertt
>> I've been comparing the linux and u-boot implementations, and it looks >> like the following fix is in the kernel >> but not in u-boot.  I don't really understand it, but it looks like a >> candidate.  Might porting this change to >> u-boot fix the issue? > > Hard to tell. Might be worth a try,

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Stefan Roese
Hi Alex, On Thursday 08 March 2012 10:49:33 Alex Zeffertt wrote: > >> I've been comparing the linux and u-boot implementations, and it looks > >> like the following fix is in the kernel > >> but not in u-boot. I don't really understand it, but it looks like a > >> candidate. Might porting this c

Re: [U-Boot] [PATCH] EXYNOS: Add structure for Exynos4 DMC

2012-03-08 Thread Minkyu Kang
Dear Chander Kashyap, On 2 March 2012 22:25, Chander Kashyap wrote: > Add exynos4_dmc structure in dmc.h for exynos4 dram controllor(DMC). > > Signed-off-by: Chander Kashyap > --- >  arch/arm/include/asm/arch-exynos/dmc.h |  109 > >  1 files changed, 109 inserti

[U-Boot] [PATCH 2/8 v4] powerpc/corenet_ds: Correct the compilation errors about ENV

2012-03-08 Thread Liu Gang
When defined CONFIG_ENV_IS_NOWHERE, there will be some compilation errors: ./common/env_nowhere.o: In function `env_relocate_spec': ./common/env_nowhere.c:38: multiple definition of `env_relocate_spec' ./common/env_flash.o: ./common/env_flash.c:326: first defined here ./common/env_nowhere.o: In fu

[U-Boot] [PATCH 1/8 v4] powerpc/srio: Rewrite the struct ccsr_rio

2012-03-08 Thread Liu Gang
Rewrite this struct for the support of two ports and two message units registers. Signed-off-by: Liu Gang --- Changes in v2: - Change the subject and commit message. - Remove the offsets in the comments. - Rewrite the struct for the support of two ports and two message units registers. Cha

[U-Boot] [PATCH 3/8 v4] powerpc/corenet_ds: Document for the boot from SRIO

2012-03-08 Thread Liu Gang
This document describes the implementation of the boot from SRIO, includes the introduction of envionment, an example based on P4080DS platform, an example of the slave's RCW, and the description about how to use this feature. Signed-off-by: Liu Gang --- Changes in v2: - Subject changed to "powe

[U-Boot] [PATCH 4/8 v4] powerpc/corenet_ds: Master module for boot from SRIO

2012-03-08 Thread Liu Gang
For the powerpc processors with SRIO interface, boot location can be configured from SRIO1 or SRIO2 by RCW. The processor booting from SRIO can do without flash for u-boot image. The image can be fetched from another processor's memory space by SRIO link connected between them. The processor boots

[U-Boot] [PATCH 8/8 v4] powerpc/corenet_ds: Slave core in holdoff when boot from SRIO

2012-03-08 Thread Liu Gang
When boot from SRIO, slave's core can be in holdoff after powered on for some specific requirements. Master can release the slave's core at the right time by SRIO interface. Master needs to: 1. Set outbound SRIO windows in order to configure slave's registers for the core's rele

[U-Boot] [PATCH 5/8 v4] powerpc/corenet_ds: Slave module for boot from SRIO

2012-03-08 Thread Liu Gang
For the powerpc processors with SRIO interface, boot location can be configured from SRIO1 or SRIO2 by RCW. The processor booting from SRIO can do without flash for u-boot image. The image can be fetched from another processor's memory space by SRIO link connected between them. The processor boots

[U-Boot] [PATCH 6/8 v4] powerpc/corenet_ds: Slave uploads ucode when boot from SRIO

2012-03-08 Thread Liu Gang
When boot from SRIO, slave's ucode can be stored in master's memory space, then slave can fetch the ucode image through SRIO interface. For the corenet platform, ucode is for Fman. Master needs to: 1. Put the slave's ucode image into it's own memory space. 2. Set an inbound SRIO wi

[U-Boot] [PATCH 7/8 v4] powerpc/corenet_ds: Slave reads ENV from master when boot from SRIO

2012-03-08 Thread Liu Gang
When boot from SRIO, slave's ENV can be stored in master's memory space, then slave can fetch the ENV through SRIO interface. NOTE: Because the slave can not erase, write master's NOR flash by SRIO interface, so it can not modify the ENV parameters stored in master's NOR flash

[U-Boot] [STATUS] New custodians, release status

2012-03-08 Thread Wolfgang Denk
Hello everybody, I'm more than happy to be able to announce that we have found a number of new custodians who will help to further distribute the work and especially to reduce the backlog of unprocessed patches: Here is the lst of new custodians: - AVR32:Andreas Bießmann - Netwo

Re: [U-Boot] [PATCH 0/7] net/designware: Bug fixes

2012-03-08 Thread Wolfgang Denk
Dear Joe, In message you wrote: > > I'm guessing you lost my email from yesterday (filter again?)... Misplaced, not lost. And I found out which of my filter rules was a bit too generic (ber...@gmail.com). Should be fixed now. > My boss is not preventing me from accepting... so I accept. I e

[U-Boot] Building uboot image for panda board

2012-03-08 Thread charlesKAO
Hi i am charles. I am building the panda uboot image, but something wrong. make[1]: Leaving directory `/home/charles/Work_100G/PandaBoard/U_boot/u-boot/arch/arm/cpu/armv7' make -C tools all make[1]: Entering directory `/home/charles/Work_100G/PandaBoard/U_boot/u-boot/tools' make[1]: Leaving direc

[U-Boot] please pull u-boot-samsung/master

2012-03-08 Thread Minkyu Kang
Dear Albert, The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100) are available in the git repository at: git://git.denx.de/u-boot-samsung master Chander Kashyap (1): EXYNOS: Add structure for Exynos4

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-08 Thread puneets
Hi Marek, On Thursday 08 March 2012 03:36 AM, Marek Vasut wrote: Dear puneets, Hi Mike, On Tuesday 06 March 2012 08:37 AM, Mike Frysinger wrote: * PGP Signed by an unknown key On Monday 05 March 2012 09:46:21 Puneet Saxena wrote: As DMA expects the buffers to be equal and larger then cache

[U-Boot] DEVELOPER's MEETING

2012-03-08 Thread Wolfgang Denk
Hi, I was just thinking if this year's Libre Software Meeting (LSM - from 7th to 12th July in Geneva, Switzerland) would be a suitable event to arrange a meeting of some U-Boot developers? See http://article.gmane.org/gmane.linux.kernel.embedded/3900 or http://vtk.1045678.n5.nabble.com/CfP-13th-

Re: [U-Boot] Building uboot image for panda board

2012-03-08 Thread Aneesh V
Hi Charles, On Thursday 08 March 2012 04:48 PM, charlesKAO wrote: Hi i am charles. I am building the panda uboot image, but something wrong. make[1]: Leaving directory `/home/charles/Work_100G/PandaBoard/U_boot/u-boot/arch/arm/cpu/armv7' make -C tools all make[1]: Entering directory `/home/cha

[U-Boot] [PATCH] mmc: Fix warning if CONFIG_MMC_TRACE is enabled

2012-03-08 Thread Dirk Behme
Fix the warning mmc.c: In function 'mmc_send_cmd': mmc.c:87: warning: assignment from incompatible pointer type in case CONFIG_MMC_TRACE is enabled. Signed-off-by: Dirk Behme CC: Andy Fleming --- drivers/mmc/mmc.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drive

[U-Boot] [PATCH] mmc: fsl_esdhc: Add workaround for auto-clock gate errata ENGcm03648

2012-03-08 Thread Dirk Behme
This patch imports three patches from the Freescale U-Boot with the following commit messages: ENGR00156405 ESDHC: Add workaround for auto-clock gate errata ENGcm03648 http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/commit/drivers/mmc/imx_esdhc.c?h=imx_v2009.08_12.01.01&id=e436525a70fe4762

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-08 Thread Marek Vasut
Dear puneets, > Hi Marek, > > On Thursday 08 March 2012 03:36 AM, Marek Vasut wrote: > > Dear puneets, > > > >> Hi Mike, > >> > >> On Tuesday 06 March 2012 08:37 AM, Mike Frysinger wrote: > >>> * PGP Signed by an unknown key > >>> > >>> On Monday 05 March 2012 09:46:21 Puneet Saxena wrote: > >

Re: [U-Boot] [PATCH] eth: remove usb-ethernet devices before re-enumerating them

2012-03-08 Thread Marek Vasut
Dear Simon Glass, > Hi Marek, > > On Sun, Feb 26, 2012 at 3:10 PM, Marek Vasut wrote: > >> Fix the crash when running several times usb_init() with a USB ethernet > >> device plugged. > >> > >> Signed-off-by: Vincent Palatin > >> Tested-by: Wolfgang Grandegger > >> --- > > > > Hi, > > > > w

[U-Boot] [PATCH] PXA: Enable CONFIG_PREBOOT on zipitz2

2012-03-08 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/zipitz2.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h index 26204af..e14f59a 100644 --- a/include/configs/zipitz2.h +++ b/include/configs/zipitz2.h @@ -32,6 +32,7 @@

Re: [U-Boot] [PATCH] PXA: Enable CONFIG_PREBOOT on zipitz2

2012-03-08 Thread Marek Vasut
Dear Marek Vasut, > Signed-off-by: Marek Vasut > --- > include/configs/zipitz2.h |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/include/configs/zipitz2.h b/include/configs/zipitz2.h > index 26204af..e14f59a 100644 > --- a/include/configs/zipitz2.h > +++ b/include/

Re: [U-Boot] Any outstanding ARM pull requests?

2012-03-08 Thread Tom Warren
Albert, > -Original Message- > From: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] > Sent: Thursday, March 08, 2012 12:20 AM > To: U-Boot@lists.denx.de > Cc: Reinhard Meyer; Stefano Babic; Marek Vasut; Minkyu Kang; Tom Warren > Subject: Any outstanding ARM pull requests? > > Hi all, >

Re: [U-Boot] Any outstanding ARM pull requests?

2012-03-08 Thread Rob Herring
On 03/08/2012 01:20 AM, Albert ARIBAUD wrote: > Hi all, > > On my working repo where I have all ARM subrepos as remotes, a > > git branch -r --no-merged | grep '/master' > > with HEAD set to my master branch gives the following: > > u-boot-atmel/master > u-boot-atmel/master-arm > u-b

Re: [U-Boot] TQM85xx boards failing on older gcc

2012-03-08 Thread Andy Fleming
On Thu, Mar 8, 2012 at 2:35 AM, Wolfgang Denk wrote: > Dear Andy, > > In message > you > wrote: >> >> One of my coworkers is seeing these errors with gcc-4.3.74 (eglibc-2.8.74-6): > > glibc version should be completely irrelevant when building U-Boot. Yeah, I only mentioned it because it was

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Alex Zeffertt
On 7 March 2012 14:42, Alex Zeffertt wrote: > Hi u-booters, > > I have a short script in my u-boot environment which chooses which of > two ubifs partitions to boot > by attempting to read a release file in each one. > > Unfortunately, after an unclean shutdown sometimes the ubifsmount > fails.  (

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Scott Wood
On 03/07/2012 07:56 PM, Bud Miljkovic wrote: > Does someone know how to enable the nand createbbt u-boot command? The BBT gets created automatically if it does not exist, provided the NAND controller driver asks for it. Why do you need an explicit command? -Scott ___

[U-Boot] [PATCH 1/6] arm: adapt asm/linkage.h from Linux

2012-03-08 Thread Aneesh V
This will add ARM specific over-rides for the defines from linux/linkage.h Signed-off-by: Aneesh V --- Not adding the defines for __ALIGN and __ALIGN_STR because it's not clear why alignment is set to 0 (single byte alignment). Creates a checkpatch error that can not be avoided Changes in v4: -

[U-Boot] [PATCH 2/6] armv7: add appropriate headers for assembly functions

2012-03-08 Thread Aneesh V
Use ENTRY and ENDPROC with assembly functions to ensure necessary assembler directives for all functions. Signed-off-by: Aneesh V --- Changes in v4: - None Changes in v3: - None Changes in V2: - Newly added --- arch/arm/cpu/armv7/mx5/lowlevel_init.S |5 ++- arch/arm/cpu/armv7/mx6/l

[U-Boot] [PATCH 4/6] armv7: Use -march=armv7-a and thereby enable Thumb-2

2012-03-08 Thread Aneesh V
Enable -march=armv7-a for armv7 platforms if the tool-chain supports it. This in turn results in Thumb-2 code generated for these platforms if CONFIG_SYS_THUMB_BUILD is enabled. Signed-off-by: Aneesh V --- I believe armv7-a is fine for all the SoCs except Tegra2 and I see that Tegra2 is already m

[U-Boot] [PATCH 3/6] ARM: enable Thumb build

2012-03-08 Thread Aneesh V
Enable Thumb build and ARM-Thumb interworking based on the new config flag CONFIG_SYS_THUMB_BUILD Signed-off-by: Aneesh V --- Changes in v4: - Use ':=' instead of '+=' when computed make variables are involved Changes in v3: - None Changes from V1 to V2: - None Changes from RFC to V1: - Fixe

[U-Boot] [PATCH 5/6] omap4+: Avoid using __attribute__ ((__packed__))

2012-03-08 Thread Aneesh V
Avoid using __attribute__ ((__packed__)) unless it's absolutely necessary. "packed" will remove alignment requirements for the respective objects and may cause alignment issues unless alignment is also enforced using a pragma. Here, these packed attributes were causing alignment faults in Thumb bu

[U-Boot] [PATCH 6/6] OMAP4: enable Thumb build

2012-03-08 Thread Aneesh V
Signed-off-by: Aneesh V --- Changes in v4: - None Changes in v3: - None Changes from V1 to V2: - None Changes from RFC to V1: - None --- include/configs/omap4_common.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/omap4_common.h b/include/configs/oma

Re: [U-Boot] [PATCH 1/6] arm: adapt asm/linkage.h from Linux

2012-03-08 Thread Aneesh V
Missed adding 'v4' in the subject. Please ignore this series. Will re-send correcting the subject. On Thursday 08 March 2012 10:40 PM, Aneesh V wrote: This will add ARM specific over-rides for the defines from linux/linkage.h Signed-off-by: Aneesh V --- Not adding the defines for __ALIGN and __

[U-Boot] [PATCH v4 0/6] Enable Thumb build for ARM platforms

2012-03-08 Thread Aneesh V
Thumb is an alternate instruction set available in many ARM processors. Below is a detailed description from ARM specs: "The Thumb instruction set is a re-encoded subset of the ARM instruction set. Thumb instructions execute in their own processor state, with the architecture defining the mechanis

[U-Boot] [PATCH v4 1/6] arm: adapt asm/linkage.h from Linux

2012-03-08 Thread Aneesh V
This will add ARM specific over-rides for the defines from linux/linkage.h Signed-off-by: Aneesh V --- Not adding the defines for __ALIGN and __ALIGN_STR because it's not clear why alignment is set to 0 (single byte alignment). Creates a checkpatch error that can not be avoided Changes in v4: -

[U-Boot] [PATCH v4 2/6] armv7: add appropriate headers for assembly functions

2012-03-08 Thread Aneesh V
Use ENTRY and ENDPROC with assembly functions to ensure necessary assembler directives for all functions. Signed-off-by: Aneesh V --- Changes in v4: - None Changes in v3: - None Changes in V2: - Newly added --- arch/arm/cpu/armv7/mx5/lowlevel_init.S |5 ++- arch/arm/cpu/armv7/mx6/l

[U-Boot] [PATCH v4 3/6] ARM: enable Thumb build

2012-03-08 Thread Aneesh V
Enable Thumb build and ARM-Thumb interworking based on the new config flag CONFIG_SYS_THUMB_BUILD Signed-off-by: Aneesh V --- Changes in v4: - Use ':=' instead of '+=' when computed make variables are involved Changes in v3: - None Changes from V1 to V2: - None Changes from RFC to V1: - Fixe

[U-Boot] [PATCH v4 4/6] armv7: Use -march=armv7-a and thereby enable Thumb-2

2012-03-08 Thread Aneesh V
Enable -march=armv7-a for armv7 platforms if the tool-chain supports it. This in turn results in Thumb-2 code generated for these platforms if CONFIG_SYS_THUMB_BUILD is enabled. Signed-off-by: Aneesh V --- I believe armv7-a is fine for all the SoCs except Tegra2 and I see that Tegra2 is already m

[U-Boot] [PATCH v4 5/6] omap4+: Avoid using __attribute__ ((__packed__))

2012-03-08 Thread Aneesh V
Avoid using __attribute__ ((__packed__)) unless it's absolutely necessary. "packed" will remove alignment requirements for the respective objects and may cause alignment issues unless alignment is also enforced using a pragma. Here, these packed attributes were causing alignment faults in Thumb bu

[U-Boot] [PATCH v4 6/6] OMAP4: enable Thumb build

2012-03-08 Thread Aneesh V
Signed-off-by: Aneesh V --- Changes in v4: - None Changes in v3: - None Changes from V1 to V2: - None Changes from RFC to V1: - None --- include/configs/omap4_common.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/omap4_common.h b/include/configs/oma

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Stephen Warren
On 01/06/2012 05:51 AM, Stephen Warren wrote: > From: Doug Anderson > > This works together with a kernel change that looks at the scratchpad > register to determine which of the many UARTs it should use for early > printing: > > http://www.spinics.net/lists/arm-kernel/msg154633.html > > While

Re: [U-Boot] ubifsmount reports "Error reading superblock", but linux can mount FS

2012-03-08 Thread Wolfgang Denk
Dear Alex, In message you wrote: > > I've now managed to repro this problem and add some debug. It looks > like u-boot is simply running out of memory whilst trying to mount a > filesystem that "needs recovery". (Error -12 is -ENOMEM.) The > partition it is mounting is 240MB, but only about 4

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Wolfgang Denk
Dear Stephen Warren, In message <4f58f5b8.6070...@wwwdotorg.org> you wrote: > > I noticed this patch isn't applied yet that I can find. Are there any > comments on it; can it be applied? Thanks. > > For reference, it's in patchwork at: > http://patchwork.ozlabs.org/patch/134712/ > > > --- > > dr

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Stephen Warren
On 03/08/2012 11:39 AM, Wolfgang Denk wrote: > Dear Stephen Warren, > > In message <4f58f5b8.6070...@wwwdotorg.org> you wrote: >> >> I noticed this patch isn't applied yet that I can find. Are there any >> comments on it; can it be applied? Thanks. >> >> For reference, it's in patchwork at: >> htt

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Bud Miljkovic
> -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: Friday, 9 March 2012 5:54 a.m. > To: Bud Miljkovic > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Enabling nand createbbt command > > The BBT gets created automatically if it does not exist, provided the >

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Scott Wood
On 03/08/2012 01:38 PM, Bud Miljkovic wrote: >> -Original Message- >> From: Scott Wood [mailto:scottw...@freescale.com] >> Sent: Friday, 9 March 2012 5:54 a.m. >> To: Bud Miljkovic >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] Enabling nand createbbt command >> >> The BBT gets create

[U-Boot] pull request: u-boot-tegra/master

2012-03-08 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into arm master. Thanks! The following changes since commit 32ec258f829808dd7cf74fd83ba999fdaaeab715: IXP: Fix GPIO_INT_ACT_LOW_SET() (2012-03-08 08:11:45 +0100) are available in the git repository at: git://git.denx.de/u-boot-tegra master Simon Glas

Re: [U-Boot] Any outstanding ARM pull requests?

2012-03-08 Thread Albert ARIBAUD
Hi Tom, Le 08/03/2012 17:02, Tom Warren a écrit : What's the cut-off? i.e. could I push it to tomorrow if I run across a problem in testing? No hurry. Wolfgang's pushed the deadline. :) (and yes, I saw the pull req and the subsequent hold request) Thanks, Tom Amicalement, -- Albert. __

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Scott Wood
On 03/08/2012 03:01 PM, Bud Miljkovic wrote: > >> -Original Message- >> From: Scott Wood [mailto:scottw...@freescale.com] >> Sent: Friday, 9 March 2012 9:02 a.m. >> To: Bud Miljkovic >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] Enabling nand createbbt command >> >> >> It should hap

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Bud Miljkovic
> -Original Message- > From: Scott Wood [mailto:scottw...@freescale.com] > Sent: Friday, 9 March 2012 10:09 a.m. > To: Bud Miljkovic > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] Enabling nand createbbt command > > Please use a recent upstream U-Boot, or contact supp...@freescale.co

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Wolfgang Denk
Dear Stephen, In message <4f590b25.8090...@wwwdotorg.org> you wrote: > > > I don't like to see such highly architecture specific stuff in common > > code, especially if it's such a dirty hack like this. > > Are there any hooks where we can do the same thing in SoC-specific code? Not without addi

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Fabio Estevam
On Thu, Mar 8, 2012 at 6:22 PM, Bud Miljkovic wrote: > > >> -Original Message- >> From: Scott Wood [mailto:scottw...@freescale.com] >> Sent: Friday, 9 March 2012 10:09 a.m. >> To: Bud Miljkovic >> Cc: u-boot@lists.denx.de >> Subject: Re: [U-Boot] Enabling nand createbbt command >> >> Pleas

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Stephen Warren
On 03/08/2012 02:29 PM, Wolfgang Denk wrote: > Dear Stephen, > > In message <4f590b25.8090...@wwwdotorg.org> you wrote: >> >>> I don't like to see such highly architecture specific stuff in common >>> code, especially if it's such a dirty hack like this. >> >> Are there any hooks where we can do t

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Bud Miljkovic
From: Fabio Estevam > Sent: Friday, 9 March 2012 10:42 a.m. > To: Bud Miljkovic > Cc: Scott Wood > Subject: Re: [U-Boot] Enabling nand createbbt command > > > > I took the what was linked at the SABRE Automotive Infotainment > > board Freescale page in January and applied all provided patches. I

[U-Boot] [PATCH] Makefile: fdt: Make the final build result be u-boot.bin

2012-03-08 Thread Stephen Warren
Users expect the final build result to be u-boot.bin. Preserve this expectation even when CONFIG_OF_SEPARATE is enabled. If the user wants to append a custom DTB rather than the one the U-Boot build process creates, they can append it to u-boot-nofdt.bin. Signed-off-by: Stephen Warren --- This p

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Fabio Estevam
On Thu, Mar 8, 2012 at 6:48 PM, Bud Miljkovic wrote: > Could you elaborate this point? My suggestion is that you use U-boot from git.denx.de instead of the 2009.08 from FSL. > >> >> Please note you would need to add mx53 support to >> drivers/mtd/nand/mxc_nand.c though. > > Any hints how I do th

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Bud Miljkovic
From: Fabio Estevam [mailto:feste...@gmail.com] > > Sent: Friday, 9 March 2012 11:45 a.m. > > To: Bud Miljkovic > > Cc: Scott Wood; u-boot@lists.denx.de > > Subject: Re: [U-Boot] Enabling nand createbbt command > > > > > > My suggestion is that you use U-boot from git.denx.de instead of the > > 200

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Scott Wood
On 03/08/2012 04:49 PM, Bud Miljkovic wrote: > > >> -Original Message- >> From: Fabio Estevam [mailto:feste...@gmail.com] >> Sent: Friday, 9 March 2012 11:45 a.m. >> To: Bud Miljkovic >> Cc: Scott Wood; u-boot@lists.denx.de >> Subject: Re: [U-Boot] Enabling nand createbbt command >> >> >>

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Fabio Estevam
On Thu, Mar 8, 2012 at 8:01 PM, Bud Miljkovic wrote: > Is that because the mainline U-boot id better maintained and/or ... ? Correct. In case you are interested in adding mx53 nand support into mainline U-boot, this FSL patch can be helpful as a reference: http://opensource.freescale.com/git?p=

Re: [U-Boot] ns16550: tegra: Specify debugging serial port at boot.

2012-03-08 Thread Graeme Russ
Hi Stephen, Wolfgang, On Fri, Mar 9, 2012 at 8:43 AM, Stephen Warren wrote: > On 03/08/2012 02:29 PM, Wolfgang Denk wrote: >> Dear Stephen, >> >> In message <4f590b25.8090...@wwwdotorg.org> you wrote: >>> I don't like to see such highly architecture specific stuff in common code, especi

Re: [U-Boot] Enabling nand createbbt command

2012-03-08 Thread Bud Miljkovic
Thank you Scott and Fabio, You help is much appreciated. I will try to add the nand support for mx53 mainline. However, what I am trying to do is to build a u-boot that supports NAND and have YAFFS2 as well and at moment I use the mx53_ard board since this is very close to what my custom board w

[U-Boot] [PATCH 1/2] tegra: Implement pre-console putc() for fdt warning

2012-03-08 Thread Simon Glass
When there is not device tree file available to U-Boot, we panic. Implement board_pre_console_putc() so that this panic will be displayed on the serial console. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/board.c | 58 + 1 files changed, 58 inse

[U-Boot] [PATCH 2/2] tegra: Enable pre-console putc() for Tegra boards

2012-03-08 Thread Simon Glass
This is used to display panic messages before the console is active. Signed-off-by: Simon Glass --- include/configs/tegra2-common.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/tegra2-common.h b/include/configs/tegra2-common.h index e6f385f..6ce

Re: [U-Boot] [PATCH] Makefile: fdt: Make the final build result be u-boot.bin

2012-03-08 Thread Simon Glass
+Jerry Hi Stephen, On Thu, Mar 8, 2012 at 2:29 PM, Stephen Warren wrote: > Users expect the final build result to be u-boot.bin. Preserve this > expectation even when CONFIG_OF_SEPARATE is enabled. > > If the user wants to append a custom DTB rather than the one the U-Boot > build process create

Re: [U-Boot] [PATCH 1/2] tegra: Implement pre-console putc() for fdt warning

2012-03-08 Thread Mike Frysinger
On Thursday 08 March 2012 21:52:56 Simon Glass wrote: > --- a/arch/arm/cpu/armv7/tegra2/board.c > +++ b/arch/arm/cpu/armv7/tegra2/board.c > > +static u32 uart_reg_addr[] = { const -mike signature.asc Description: This is a digitally signed message part. __

Re: [U-Boot] (no subject)

2012-03-08 Thread Mike Frysinger
On Thursday 08 March 2012 01:37:08 Simon Glass wrote: > Yes I just cleaned up mine...it would be nice if you could select > multiple patches at the top level and perform actions on them. https://chrome.google.com/webstore/detail/ldopaogbegnhconlboidfjcmidndkbeg -mike signature.asc Description: T

Re: [U-Boot] (no subject)

2012-03-08 Thread Mike Frysinger
On Wednesday 07 March 2012 06:25:15 Wolfgang Denk wrote: > So should this not go into the upcoming release? I would expect it should. ok, i can put together a branch for you to pull > Yes - I find this still to be way more efficient that working with > the slow web interface of PW, and JK still

Re: [U-Boot] [PATCH v8] usb: align buffers at cacheline

2012-03-08 Thread puneets
Hi Marek, On Thursday 08 March 2012 07:42 PM, Marek Vasut wrote: Dear puneets, Hi Marek, On Thursday 08 March 2012 03:36 AM, Marek Vasut wrote: Dear puneets, Hi Mike, On Tuesday 06 March 2012 08:37 AM, Mike Frysinger wrote: * PGP Signed by an unknown key On Monday 05 March 2012 09:46:21

Re: [U-Boot] [PATCH 1/1] arm: vexpress: Fixed get_ticks/get_tbclk build failures

2012-03-08 Thread walimis
On Mon, Mar 05, 2012 at 06:40:36PM -0700, matt.wad...@linaro.org wrote: >From: Matt Waddel > >Added get_ticks() and get_tbclk() routines Hi Matt waddel, I have posted the fix before: http://patchwork.ozlabs.org/patch/142477/ Liming Wang > >Signed-off-by: Matt Waddel >--- > board/armltd/vexpress

Re: [U-Boot] [PATCH 00/25] SPEAr: Update platform support for SPEAr3xx/6xx

2012-03-08 Thread Vipin Kumar
Hello Stefan, We already talked about this off list. I think it makes much sense to install an SPEAr U-Boot custodian, to offload Albert a bit. As I understand there are more SPEAr patches to be seen soon. And I also have some waiting here (SPL support etc). So who would be best suited to becom

Re: [U-Boot] [PATCH 00/25] SPEAr: Update platform support for SPEAr3xx/6xx

2012-03-08 Thread Stefan Roese
Hi Vipin, On Friday 09 March 2012 08:29:10 Vipin Kumar wrote: > > So who would be best suited to become SPEAr custodian? Amit, you > > yourself? Or Vipin Kumar, as he is currently listed as maintainer for > > the SPEAr eval boards? > > Yes, I can become a custodian on denx. Well, in that case all