Re: [U-Boot] [PATCH 4/4] powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134

2011-03-22 Thread Kumar Gala
On Mar 17, 2011, at 3:58 PM, Kumar Gala wrote: > From: York Sun > > The fix for errata workaround is to avoid covering physical address > 0xff00 to 0x during the implementation. > > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc85xx/ddr-gen3.c |

Re: [U-Boot] [PATCH 3/4] powerpc/mpc8xxx: disable rcw_en bit for non-DDR3

2011-03-22 Thread Kumar Gala
On Mar 17, 2011, at 3:58 PM, Kumar Gala wrote: > From: York Sun > > rcw_en bit is only available for DDR3 controllers. It is a reserved bit on > DDR1 and DDR2 controllers. > > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c |2 ++ > 1 f

Re: [U-Boot] [PATCH 2/4] powerpc/mpc8572ds: revise board specific timing for dual-rank DIMMs

2011-03-22 Thread Kumar Gala
On Mar 17, 2011, at 3:58 PM, Kumar Gala wrote: > From: York Sun > > Tested all possible values for clk_adjust and write_data_delay for dual > rank UDIMM and RDIMM to revise the tables. > > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > board/freescale/mpc8572ds/ddr.c | 110

Re: [U-Boot] [PATCH 1/4] powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity

2011-03-22 Thread Kumar Gala
On Mar 17, 2011, at 3:58 PM, Kumar Gala wrote: > From: York Sun > > To recognize DIMMs with ECC capability by testing ECC bit only. Not to be > confused by Address Parity bit. > > Signed-off-by: York Sun > Signed-off-by: Kumar Gala > --- > .../cpu/mpc8xxx/ddr/lc_common_dimm_params.c|

[U-Boot] Please pull u-boot-mpc85xx.git

2011-03-22 Thread Kumar Gala
[ a few fixes for v2011.03 related to DDR settings on MPC8572DS ] The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2: Wolfgang Denk (1): Merge branch 'master' of git://git.denx.de/u-boot-ubi are available in the git repository at: git://git.denx.de/u-boot-mpc

Re: [U-Boot] [PATCH] S5P: timer: replace bss variable by gd

2011-03-22 Thread Minkyu Kang
On 16 March 2011 20:06, Minkyu Kang wrote: > Use the global data instead of bss variable, replace as follow. > > count_value -> removed > timestamp -> tbl > lastdec -> lastinc > > Signed-off-by: Minkyu Kang > Signed-off-by: Kyungmin Park > --- >  arch/arm/cpu/armv7/s5p-common/timer.c |   27

Re: [U-Boot] [PATCH V2] ARMV7: S5P: Fixed register offset in mmc.h

2011-03-22 Thread Minkyu Kang
Dear Chander Kashyap, On 22 March 2011 20:29, Chander Kashyap wrote: > The MMC registers are accessed through struct s5p_mmc member > variables. MMC controller "control4" register offset is set > to 0x8C as per data sheet. The size of struct s5p_mmc is also > corrected. > > Signed-off-by: Chander

Re: [U-Boot] [PATCH 01/21] Define new system_restart() and emergency_restart()

2011-03-22 Thread Graeme Russ
On Wed, Mar 23, 2011 at 12:28 AM, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4d88909a.80...@gmail.com> you wrote: >> >> > That would be a layer higher than do_reset() (for example, in >> > panic()). >> >> Hmmm, but panic() is defined in lib/vsprintf.c with no possibility for it >> to

Re: [U-Boot] [PATCH] strmhz: Make hz unsigned to support greater than 2146 MHz clock

2011-03-22 Thread Wolfgang Denk
Dear Kumar Gala, In message <1299342497-2942-1-git-send-email-ga...@kernel.crashing.org> you wrote: > From: Ed Swarthout > > For example, an input of 0x8000 should print: > > 2147.484 instead of -2147.-483. > > Signed-off-by: Ed Swarthout > Signed-off-by: Kumar Gala > --- > include/com

Re: [U-Boot] [PATCH v3] Introduce a new linker flag LDFLAGS_FINAL

2011-03-22 Thread Wolfgang Denk
Dear haiying.w...@freescale.com, In message <1298410685-21335-1-git-send-email-haiying.w...@freescale.com> you wrote: > From: Haiying Wang > > commit 8aba9dceebb14144e07d19593111ee3a999c37fc > Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS > > breaks the usage of --gc-section t

Re: [U-Boot] [Patch v2] Fix hash table deletion to prevent lost entries

2011-03-22 Thread Wolfgang Denk
Dear Peter Barada, In message <4d87d9b0.1080...@logicpd.com> you wrote: > > > Can you please fix these, and resubmit? > Updated patch attached (Thunderbird munched tabs)... Thanks. > > Also, do you happen to have a test case that can be used show the > > problem in the existing code, and to test

Re: [U-Boot] [PATCH 0/4] ST-Ericsson U8500 support

2011-03-22 Thread John Rigby
On Tue, Mar 22, 2011 at 2:40 PM, John Rigby wrote: > Add support for ST-Ericsson U8500 SoC and HREF platform > > John Rigby (1): >  armv7: Add support for ST-Ericsson U8500 href platform I failed to mention that this board uses the mmc driver as vexpress submitted a few weeks ago. [U-Boot] [PATC

[U-Boot] [PATCH 1/4] p101x: extra init for u8500

2011-03-22 Thread John Rigby
From: Rabin Vincent empty fifo on init program receive line control register on u8500 Signed-off-by: Rabin Vincent --- drivers/serial/serial_pl01x.c | 10 ++ drivers/serial/serial_pl01x.h |4 2 files changed, 14 insertions(+), 0 deletions(-) diff --git a/drivers/serial/seri

[U-Boot] [PATCH 2/4] armv7: Add ST-Ericsson u8500 arch

2011-03-22 Thread John Rigby
From: Rabin Vincent Signed-off-by: Rabin Vincent Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby --- arch/arm/cpu/armv7/u8500/Makefile | 46 +++ arch/arm/cpu/armv7/u8500/clock.c | 56 +++ arch/arm/cpu/armv7/u8500/lowlevel.S| 33 ++ arch/arm/cpu/armv7/

[U-Boot] [PATCH 3/4] I2C: add driver of st-ericsson u8500 i2c

2011-03-22 Thread John Rigby
From: Michael Brandt Signed-off-by: John Rigby --- drivers/i2c/Makefile|1 + drivers/i2c/u8500_i2c.c | 603 +++ drivers/i2c/u8500_i2c.h | 220 + 3 files changed, 824 insertions(+), 0 deletions(-) create mode 100644 drivers/i

[U-Boot] [PATCH 0/4] ST-Ericsson U8500 support

2011-03-22 Thread John Rigby
Add support for ST-Ericsson U8500 SoC and HREF platform John Rigby (1): armv7: Add support for ST-Ericsson U8500 href platform Michael Brandt (1): I2C: add driver of st-ericsson u8500 i2c Rabin Vincent (2): p101x: extra init for u8500 armv7: Add ST-Ericsson u8500 arch arch/arm/cpu/armv

[U-Boot] Ein Mehrverdienst mit dem Marktfuhrer

2011-03-22 Thread chadi
Meine Damen und Herren, als erstes wollen wir, Firma Kyivclimate und das Managementteam, fur die Aufgebrachte Zeit, die das lesen dieser Nachricht erfordert, im voraus sich bei Ihnen zu bedanken. Wir sind ein Handelsunternehmen und haben uns auf Verkauf und Installation der Klima-, Heizungsanla

Re: [U-Boot] [PATCH] Top config.mk: add include/config.mk

2011-03-22 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message <1295303966-8409-1-git-send-email-joakim.tjernl...@transmode.se> you wrote: > Seems to that the top level config.mk should include > the auto generated include/config.mk so that all Makefile's > pickup those definitions. > > Signed-off-by: Joakim Tjernlund > --

Re: [U-Boot] [PATCH] arm: Tegra2: Change mach-type to MACH_TYPE_SEABOARD due to mach-types.h update

2011-03-22 Thread Tom Warren
Albert, On Wed, Feb 23, 2011 at 1:45 PM, Albert ARIBAUD wrote: > Le 23/02/2011 21:03, Tom Warren a écrit : >> >> OK, I'm an idiot. I see now that I needed to add -n to format-patch to >> add the numbering to the [PATCH] header. >> >> Sorry for the noise - resending now with the corrected patchset

Re: [U-Boot] [PATCH v6 4/7] jz4740 nand driver

2011-03-22 Thread Scott Wood
On Tue, 22 Mar 2011 16:11:03 +0800 Xiangfu Liu wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 03/08/2011 07:44 AM, Scott Wood wrote: > >> +#if defined(CONFIG_QI_LB60) > >> > +#define KEY_U_OUT (32 * 2 + 16) > >> > +#define KEY_U_IN(32 * 3 + 19) > >> > +__gp

Re: [U-Boot] [PATCH V3 2/5] mv_i2c: use structure to replace the direclty define

2011-03-22 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > ... > >> - writel(readl(ICR) & ~ICR_ACKNA> K, ICR); > >> - writel(readl(ICR) & ~ICR_ALDIE, ICR); > >> - writel(readl(ICR) | ICR_TB, ICR); > >> + PXAI2C_AND(&base->icr, ~ICR_AC> KNAK); > >> +

[U-Boot] [PATCH 4/4] ARMV7: OMAP3: Add support for Comelit DIG297 board

2011-03-22 Thread Luca Ceresoli
Board support for the DIG297 board manufactured by Comelit Group SpA. It is a custom board baseed on the BeagleBoard by Texas Instruments. The board support is based on the BeagleBoard implementation. Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Cc: Albert Aribaud C

[U-Boot] [PATCH 3/4] ARMV7: OMAP3: boot_flash_env_addr should not be volatile

2011-03-22 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Cc: Albert Aribaud Cc: Sandeep Paulraj --- Changes in v2: - this patch is new in v2. arch/arm/cpu/armv7/omap3/mem.c |2 +- include/configs/am3517_evm.h |2 +- include/configs/omap3_evm.h|2 +- 3 files changed, 3 insertions(+),

[U-Boot] [PATCH 1/4 v2] ARMV7: OMAP3: Fix preprocessor check for CONFIG_OMAP34XX

2011-03-22 Thread Luca Ceresoli
CONFIG_OMAP34XX must be checked for existence, not value. Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Cc: Albert Aribaud Cc: Sandeep Paulraj --- Changes in v2: - this patch is new in v2. arch/arm/cpu/armv7/start.S |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/

[U-Boot] [PATCH 2/4] ARMV7: OMAP3: Remove unused variable boot_flash_env_addr

2011-03-22 Thread Luca Ceresoli
Signed-off-by: Luca Ceresoli Cc: Wolfgang Denk Cc: Albert Aribaud Cc: Sandeep Paulraj --- Changes in v2: - this patch is new in v2. include/configs/cm_t35.h|1 - include/configs/devkit8000.h|1 - include/configs/omap3_beagle.h |1 - include/configs/omap3_overo.h |

[U-Boot] [PATCH v2] Re: OMAP3 Regression after merging ARM relocation code for custom board

2011-03-22 Thread Luca Ceresoli
Hi all, here's a patch series that incorporates all the changes required during the review of v1. Patches 1 to 3 are cleanups to issues that were discovered up during discussion. Please note that the new board code is not working (see http://lists.denx.de/pipermail/u-boot/2011-March/088704.html f

Re: [U-Boot] [PATCH 01/21] Define new system_restart() and emergency_restart()

2011-03-22 Thread Wolfgang Denk
Dear Graeme Russ, In message <4d88909a.80...@gmail.com> you wrote: > > > That would be a layer higher than do_reset() (for example, in > > panic()). > > Hmmm, but panic() is defined in lib/vsprintf.c with no possibility for it > to be overridden in any arch or board specific way I guess that cou

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-22 Thread Lei Wen
Hi Prafulla, On Tue, Mar 22, 2011 at 7:42 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Thursday, March 17, 2011 12:15 PM >> To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- >> b...@lists.denx.de; Marek Vasut; Ashish K

Re: [U-Boot] [PATCH V3 2/5] mv_i2c: use structure to replace the direclty define

2011-03-22 Thread Lei Wen
Hi Prafulla, On Tue, Mar 22, 2011 at 7:17 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Thursday, March 17, 2011 12:15 PM >> To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- >> b...@lists.denx.de; Marek Vasut; Ashish K

Re: [U-Boot] [PATCH V3 5/5] I2C: add i2c support for Armada100 platform

2011-03-22 Thread Lei Wen
Hi Prafulla, On Tue, Mar 22, 2011 at 7:40 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Thursday, March 17, 2011 12:15 PM >> To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- >> b...@lists.denx.de; Marek Vasut; Ashish K

Re: [U-Boot] [PATCH V3 3/5] I2C: add i2c support for Pantheon platform

2011-03-22 Thread Lei Wen
Hi Prafulla, On Tue, Mar 22, 2011 at 7:22 PM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Lei Wen [mailto:lei...@marvell.com] >> Sent: Thursday, March 17, 2011 12:15 PM >> To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- >> b...@lists.denx.de; Marek Vasut; Ashish K

Re: [U-Boot] [PATCH 01/21] Define new system_restart() and emergency_restart()

2011-03-22 Thread Graeme Russ
On 21/03/11 23:00, Wolfgang Denk wrote: > Dear Graeme Russ, > > In message <4d8739f6.5040...@gmail.com> you wrote: >> >> I kind of like the idea of different reset sources (CPU exception, hardware >> failure, user initiated) but agree copying the linux architecture is over >> the top. > > What's

[U-Boot] [PATCH] S5P: mmc: Resolved interrupt error during mmc_init

2011-03-22 Thread Chander Kashyap
Blocksize was hardcoded to 512 bytes. But the blocksize varies depeding on various mmc subsystem commands (between 8 and 512). This hardcoding was resulting in interrupt error during data transfer. It is now calculated based upon the request sent by mmc subsystem. Signed-off-by: Chander Kashyap

[U-Boot] [PATCH] powerpc/qoriq: Update USB mode device tree fixup

2011-03-22 Thread Ramneek Mehresh
Modify support for USB mode fixup: - Add support for fetching USB mode and phy type via hwconfig - Add common support for USB mode and phy type device tree fix-up for all USB controllers mentioned in hwconfig string - Add USB2 controller offset

Re: [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place

2011-03-22 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Thursday, March 17, 2011 12:15 PM > To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- > b...@lists.denx.de; Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; > adrian.w...@gmail.com > Subject: [PATCH V3 1/5] px

[U-Boot] [PATCH V2] ARMV7: S5P: Fixed register offset in mmc.h

2011-03-22 Thread Chander Kashyap
The MMC registers are accessed through struct s5p_mmc member variables. MMC controller "control4" register offset is set to 0x8C as per data sheet. The size of struct s5p_mmc is also corrected. Signed-off-by: Chander Kashyap Signed-off-by: Tushar Behera --- arch/arm/include/asm/arch-s5pc1xx/mmc

Re: [U-Boot] [PATCH V3 5/5] I2C: add i2c support for Armada100 platform

2011-03-22 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Thursday, March 17, 2011 12:15 PM > To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- > b...@lists.denx.de; Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; > adrian.w...@gmail.com > Subject: [PATCH V3 5/5] I2

[U-Boot] [PATCH 1/1] fsl_esdhc: Fix multi-block read restriction on i.MX53 eSDHCv2

2011-03-22 Thread Jason Liu
For freescale i.MX53 eSDHCv2, when using CMD12, cmdtype need to be set to ABORT, otherwise, next read command will hang. This is a software Software Restrictions in i.MX53 reference manual: 29.7.8 Multi-block Read For pre-defined multi-block read operation, that is,the number of blocks to read ha

Re: [U-Boot] [PATCH] ARMV7: S5PC110: Fixed register offset in mmc.h

2011-03-22 Thread Tushar Behera
Hi, On 22 March 2011 14:33, Minkyu Kang wrote: > Dear Chander Kashyap, > > On 22 March 2011 13:27, Chander Kashyap wrote: >>    MMC controller "control4" register offset set to >>    0x8C as per data sheet. >>    Added missed out reserved field. >>    Updated padding field size. >> >> Signed-off

Re: [U-Boot] [PATCH V3 3/5] I2C: add i2c support for Pantheon platform

2011-03-22 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Thursday, March 17, 2011 12:15 PM > To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- > b...@lists.denx.de; Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; > adrian.w...@gmail.com > Subject: [PATCH V3 3/5] I2

Re: [U-Boot] [PATCH V3 2/5] mv_i2c: use structure to replace the direclty define

2011-03-22 Thread Prafulla Wadaskar
> -Original Message- > From: Lei Wen [mailto:lei...@marvell.com] > Sent: Thursday, March 17, 2011 12:15 PM > To: Heiko Schocher; Wolfgang Denk; Prafulla Wadaskar; u- > b...@lists.denx.de; Marek Vasut; Ashish Karkare; Prabhanjan Sarnaik; > adrian.w...@gmail.com > Subject: [PATCH V3 2/5] mv

[U-Boot] FIT tftp-autoupdate image

2011-03-22 Thread Andreas Friesen
Hello folks, I'm trying to generate a FIT tftp-autoupdate image for MPC5200b Board. I'm using u-boot 2010.12 / dtc 1.2.0. / Kernel 2.6.36.6 ; Hier is my its file : -- 8< /dts-v1/; / { description = "Automatic Software Update: kernel, rootfs, FDT, FPGA ";

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> IMHO "Zero" should be correct with activated ARM reloc. > > Sorry but I can't understand. > Why? > Please let me know. Excerpt from doc/README.arm-relocation: maybe adapt CONFIG_SYS_TEXT_BASE (this must be checked from board maintainers) This *must* be done for boards, whic

Re: [U-Boot] [PATCH 00/22] U-Boot MMC SPL for OMAP4

2011-03-22 Thread Aneesh V
Chander, On Tuesday 22 March 2011 02:20 PM, Chander M. Kashyap wrote: > Hi, > 1. Please change spl directory name to mmc_spl in line with nand_spl. > regards, > chander Please have a look at the commit message of 07/22. This is done intentionally to be generic enough to be used for any media. We

Re: [U-Boot] [PATCH] ARMV7: S5PC110: Fixed register offset in mmc.h

2011-03-22 Thread Minkyu Kang
Dear Chander Kashyap, On 22 March 2011 13:27, Chander Kashyap wrote: >    MMC controller "control4" register offset set to >    0x8C as per data sheet. >    Added missed out reserved field. >    Updated padding field size. > > Signed-off-by: Chander Kashyap > --- >  arch/arm/include/asm/arch-s5p

Re: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> You are talking about the "#undef", right? > > Right. :) Ok, will be done. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-22 Thread Minkyu Kang
Dear David Müller, On 22 March 2011 17:44, "David Müller (ELSOFT AG)" wrote: > Minkyu Kang wrote: >>> +#define CONFIG_SYS_TEXT_BASE   0x0 >> >> Zero is right? Maybe 0x33F8? > > IMHO "Zero" should be correct with activated ARM reloc. > Sorry but I can't understand. Why? Please let me know. -

Re: [U-Boot] [PATCH 00/22] U-Boot MMC SPL for OMAP4

2011-03-22 Thread Chander M. Kashyap
Hi, 1. Please change spl directory name to mmc_spl in line with nand_spl. regards, chander On Mon, Mar 21, 2011 at 1:51 PM, Aneesh V wrote: > Hi, > > Are there anymore comments on this series? > > On Monday 28 February 2011 05:16 PM, Aneesh V wrote: > > This series adds mmc SPL support for OMA

Re: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-22 Thread Minkyu Kang
Dear David Müller, On 22 March 2011 17:44, "David Müller (ELSOFT AG)" wrote: > Minkyu Kang wrote: >>> +/* additions for new relocation code, must be added to all boards */ >>> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC >> >> Please remove this define. >> >>> +#define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM_1

Re: [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> +#define CONFIG_SYS_TEXT_BASE 0x0 > > Zero is right? Maybe 0x33F8? IMHO "Zero" should be correct with activated ARM reloc. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: >> +/* additions for new relocation code, must be added to all boards */ >> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC > > Please remove this define. > >> +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 >> +#define CONFIG_SYS_INIT_SP_ADDR(CONFIG_SYS_SDRAM_BASE + 0x1000 - \ >> +

Re: [U-Boot] [PATCH v3 00/23] keymile board update

2011-03-22 Thread Holger Brunck
Hello Prafulla, Heiko Schocher wrote: > Prafulla Wadaskar wrote: > >> Since there is heavy rework, >> Also take a look at mv-common.h that we have created for armada100 and >> Kirkwood common boards configs. With this we had an abstraction where mostly >> files are only added to any new board

Re: [U-Boot] [PATCH v6 4/7] jz4740 nand driver

2011-03-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/08/2011 07:44 AM, Scott Wood wrote: >> +#if defined(CONFIG_QI_LB60) >> > +#define KEY_U_OUT (32 * 2 + 16) >> > +#define KEY_U_IN(32 * 3 + 19) >> > + __gpio_as_input(KEY_U_IN); >> > + __gpio_enable_pull(KEY_U_IN); >> > + __gpio_as

Re: [U-Boot] [PATCH v6 2/7] this is jz4740 head file

2011-03-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 10:27 AM, Shinya Kuribayashi wrote: > This is used by files in PATCH v6 1/7. Please fold > this patch into the v6 1/7. That should be ok. ok. will do that in next patches. thanks again - -- Best Regards Xiangfu Liu http://www.open

Re: [U-Boot] [PATCH v6 1/7] those files are jz4740 base files

2011-03-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 10:26 AM, Shinya Kuribayashi wrote: >> +++ b/arch/mips/cpu/xburst/jz_serial.c > [...] >> > +/* >> > + * serial_init - initialize a channel >> > + * >> > + * This routine initializes the number of data bits, parity >> > + * and set the sel

Re: [U-Boot] [PATCH v6 1/7] those files are jz4740 base files

2011-03-22 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 10:38 AM, Shinya Kuribayashi wrote: > Please pay more attention to coding style issues. > - Comments with multiple lines > - Trailing whitespaces > - Inconsistent tab and space usages > - Follow the basic Linux CodingStyle guide > > and

Re: [U-Boot] [PATCH Vx 1/1] mx53loco: set mmc env to MMC slot1

2011-03-22 Thread Jason Liu
2011/3/22 Jason Liu : > mx53loco board has two MMC slots, one is for MicroSD, > the other one is for normal SD, but the final board > design is to only boot from MicroSD. So, make the mmc > env default to slot1(MicroSD slot) Sorry for the patch title issue, something like PATCH Vx 1/1, I will rese

[U-Boot] FIT tftp-autoupdate image

2011-03-22 Thread Andreas Friesen
Hello folks, I'm trying to generate a FIT tftp-autoupdate image for MPC5200b Board. I'm using u-boot 2010.12 / dtc 1.2.0. / Kernel 2.6.36.6 ; Hier is my its file : -- 8< /dts-v1/; / { description = "Automatic Software Update: kernel, rootfs, FDT, FPGA "; times

[U-Boot] [PATCH] mx53loco: set mmc env to MMC slot1

2011-03-22 Thread Jason Liu
mx53loco board has two MMC slots, one is for MicroSD, the other one is for normal SD, but the final board design is to only boot from MicroSD. So, make the mmc env default to slot1(MicroSD slot) Signed-off-by: Jason Liu --- include/configs/mx53loco.h |2 +- 1 files changed, 1 insertions(+),

[U-Boot] maillist

2011-03-22 Thread vwvwvwww vwvwvwww
maillist ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH Vx 1/1] mx53loco: set mmc env to MMC slot1

2011-03-22 Thread Jason Liu
mx53loco board has two MMC slots, one is for MicroSD, the other one is for normal SD, but the final board design is to only boot from MicroSD. So, make the mmc env default to slot1(MicroSD slot) Signed-off-by: Jason Liu --- include/configs/mx53loco.h |2 +- 1 files changed, 1 insertions(+),