Re: [U-Boot] [PATCH 6/6] powerpc/85xx: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-04-09 Thread Wolfgang Denk
Dear Kumar Gala, In message <31ff7c4d-599d-43ff-ac83-22086b69f...@kernel.crashing.org> you wrote: > > > board/freescale/p1022ds/diu.c |8 ++-- > > doc/README.p1022ds| 22 ++ > > drivers/video/fsl_diu_fb.c| 20 +++- > > include/configs/P

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

2011-04-09 Thread Wolfgang Denk
Dear Luca Ceresoli, In message <4da0c56d.7030...@comelit.it> you wrote: > > >>> +#ifndef __ASSEMBLY__ > >>> +extern unsigned int boot_flash_base; > >>> +extern unsigned int boot_flash_off; > >>> +extern unsigned int boot_flash_sec; > >>> +extern unsigned int boot_flash_type; > >>> +#endif > >> Ca

Re: [U-Boot] [PATCH 6/6] powerpc/85xx: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-04-09 Thread Tabi Timur-B04825
Kumar Gala wrote: > what about this patch? I missed this one. Unfortunately, it conflicts with my patch. I'll have to rewrite this one to make it work. Plus, there were problems with it. For instance, I'm not crazy about the setenv() calls (I NAK'd an earlier internal version of this patch t

Re: [U-Boot] [PATCH 6/6] powerpc/85xx: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-04-09 Thread Kumar Gala
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote: > From: Jiang Yutang > > SHARP LQ084S3LG01 TFT LCD is the default configuration with P1022DS RevC > board. It only support 800x600 resolutions. While using DIU's DVI or > LVDS ports, some environment var should be setting: > > DVI: > 'setenv moni

Re: [U-Boot] [PATCH 3/6] powerpc/85xx: Added DIU configs for P1022DS and fixed LVDS config

2011-04-09 Thread Tabi Timur-B04825
Kumar Gala wrote: > I'll deal with merge issues, can you ack or provide feedback on this patch My patch, "[v3] powerpc: user 'video-mode' environment variable to configure DIU" ("user" should be "use") should be applied instead. -- Timur Tabi Linux kernel developer _

Re: [U-Boot] [PATCH 1/2] P4080/PBL: add support for boot from SPI flash.

2011-04-09 Thread Kumar Gala
On Mar 15, 2011, at 9:10 PM, Shaohui Xie wrote: > PBL(pre-boot loader): SPI flash used as RCW(Reset Configuration Word) and > PBI(pre-boot initialization) source, CPC(CoreNet Platform Cache) used as 1M > SRAM > where PBL will copy whole U-BOOT image to, U-boot can boot from CPC after PBL > compl

Re: [U-Boot] [PATCH 3/6] powerpc/85xx: Added DIU configs for P1022DS and fixed LVDS config

2011-04-09 Thread Kumar Gala
On Mar 7, 2011, at 5:02 PM, Timur Tabi wrote: > On Sun, Mar 6, 2011 at 10:17 PM, Kumar Gala wrote: >> From: Jiang Yutang >> >> Added two build configurations with DIU enabled on P1022DS and fixed the >> configuration for LVDS monitors to enable backlighting. >> >> Signed-off-by: Jiang Yutang

Re: [U-Boot] [PATCH v2 4/6] powerpc/85xx: Add support usb2/etsec and tdm/audio pin multiplex on P1022DS

2011-04-09 Thread Kumar Gala
On Mar 13, 2011, at 10:05 AM, Kumar Gala wrote: > From: Jiang Yutang > > For soc which have pin multiplex relation, some of them can't enable > simultaneously. This patch add environment var 'hwconfig' content > defination for them. you can enable some one function by setting > environment var

Re: [U-Boot] [PATCH 5/6] powerpc/85xx: Update default hwconfig on P1022DS

2011-04-09 Thread Kumar Gala
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote: > From: Jiang Yutang > > Set default configuration to have SDHC controller enabled, > AUDIO enabled(codec clock sources is 12MHz) and disable TDM. > > Signed-off-by: Jiang Yutang > Signed-off-by: Kumar Gala > --- > include/configs/P1022DS.h |

Re: [U-Boot] [PATCH 4/6] powerpc/85xx: Add support usb2/etsec and tdm/audio pin multiplex on P1022DS

2011-04-09 Thread Kumar Gala
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote: > From: Jiang Yutang > > For soc which have pin multiplex relation, some of them can't enable > simultaneously. This patch add environment var 'hwconfig' content > defination for them. you can enable some one function by setting > environment var '

Re: [U-Boot] [PATCH 2/6] powerpc/85xx: Enable support for ATI graphics cards on P1022DS

2011-04-09 Thread Kumar Gala
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote: > From: Jiang Yutang > > Make the support for ATI graphics cards mutually exclusive with DIU. > > Signed-off-by: Jiang Yutang > Signed-off-by: Kumar Gala > --- > include/configs/P1022DS.h | 16 > 1 files changed, 16 insertions(

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

2011-04-09 Thread Luca Ceresoli
Wolfgang, Albert, Sandeep, Luca Ceresoli wrote: >>> +#ifndef __ASSEMBLY__ >>> +extern unsigned int boot_flash_base; >>> +extern unsigned int boot_flash_off; >>> +extern unsigned int boot_flash_sec; >>> +extern unsigned int boot_flash_type; >>> +#endif >> Can we please get rid of this? > Hopefully

[U-Boot] [PATCH] gpio: imx: Fix return value on error

2011-04-09 Thread Fabio Estevam
Signed-off-by: Fabio Estevam --- drivers/gpio/mxc_gpio.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c index 53a0673..dcf114a 100644 --- a/drivers/gpio/mxc_gpio.c +++ b/drivers/gpio/mxc_gpio.c @@ -52,7 +52,7 @@ int mx

[U-Boot] [PATCH 2/2] p4080/serdes: Implement the XAUI workaround for SERDES9 erratum

2011-04-09 Thread Kumar Gala
From: Emil Medve Signed-off-by: Emil Medve Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 + arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 107 + arch/powerpc/include/asm/config_mpc85xx.h |1 + ar

[U-Boot] [PATCH 1/2] powerpc/85xx: fsl_corenet_serdes code rework

2011-04-09 Thread Kumar Gala
From: Emil Medve Rework and add some new APIs to the fsl_corenet_serdes code for use by erratum and drivers. * Rename serdes_get_bank() to serdes_get_bank_by_lane() * Add serdes_get_first_lane returns which SERDES lane is used by device Signed-off-by: Emil Medve Signed-off-by: Timur Tabi Sign

[U-Boot] [PATCH] powerpc: Add P3041DS/P5020DS board support (uses corenet_ds code)

2011-04-09 Thread Kumar Gala
The P3041DS & P5020DS boards are almost identical (except for the processor in them). Additionally they are based on the P4080DS board design so we use the some board code for all 3 boards. Some ngPIXIS (FPGA) registers where reserved on P4080DS and now have meaning on P3041DS/P5020DS. We utiliz

[U-Boot] [PATCH] powerpc/p4080: Add support for secure boot flow on CoreNet Based QorIQ chips

2011-04-09 Thread Kumar Gala
From: Ruchika Gupta 1. Create a temp mapping in AS=1 of CONFIG_SYS_MONITOR_BASE to the 1M CONFIG_SYS_PBI_FLASH_WINDOW (The CONFIG_SYS_PBI_FLASH_WINDOW is the address map for the flash created by PBL within 0 - 3.5G memory range. The u-boot image at this address has been validated by

[U-Boot] [PATCH] powerpc/85xx: Add support for 2nd USB controller on p1_p2_rdb

2011-04-09 Thread Kumar Gala
From: Ramneek Mehresh Second USB controller only works for SPI and SD boot because of pin muxing Signed-off-by: Ramneek Mehresh --- arch/powerpc/include/asm/immap_85xx.h |1 + board/freescale/p1_p2_rdb/p1_p2_rdb.c | 14 ++ include/configs/P1_P2_RDB.h |1 + 3 fil

[U-Boot] [PATCH 6/6] EA20: do not use subpage write for NAND

2011-04-09 Thread Stefano Babic
The NAND controller does not support subpage accessing. This is not used at all for MLC NAND, but it is set for SLC NAND. UBI tries to access to subpages, and because it fails, it starts "torture tests" on the whole page that are always successful, making an endless loop with the UBI background tas

[U-Boot] [PATCH 5/6] Davinci: ea20: Add default U-Boot environment

2011-04-09 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Sandeep Paulraj --- include/configs/ea20.h | 58 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/include/configs/ea20.h b/include/configs/ea20.h index 2a7f531..1843dae 100644 --- a/include/configs

[U-Boot] [PATCH 4/6] Davinci: ea20: Add early init to get early output from console

2011-04-09 Thread Stefano Babic
Use board_early_init_f so that the full boot log output can be displayed. Signed-off-by: Stefano Babic CC: Sandeep Paulraj --- board/davinci/ea20/ea20.c | 18 +++--- 1 files changed, 11 insertions(+), 7 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20

[U-Boot] [PATCH 3/6] Davinci: ea20: Add NAND support

2011-04-09 Thread Stefano Babic
Signed-off-by: Stefano Babic CC: Sandeep Paulraj CC: Scott Wood --- board/davinci/ea20/ea20.c | 35 ++- include/configs/ea20.h| 20 +--- 2 files changed, 35 insertions(+), 20 deletions(-) diff --git a/board/davinci/ea20/ea20.c b/board/dav

[U-Boot] [PATCH 2/6] Davinci: ea20: set GPIOs to hold MII-Phy in reset and set UART0-Switch for console

2011-04-09 Thread Stefano Babic
From: Bastian Ruppert Signed-off-by: Bastian Ruppert Signed-off-by: Stefano Babic CC: d...@denx.de CC: Sandeep Paulraj --- arch/arm/include/asm/arch-davinci/hardware.h |4 +++ board/davinci/ea20/ea20.c| 30 +- 2 files changed, 33 insertions(+)

[U-Boot] [PATCH 1/6] Davinci: ea20: set console on UART0

2011-04-09 Thread Stefano Babic
From: Bastian Ruppert Signed-off-by: Bastian Ruppert Signed-off-by: Stefano Babic CC: Sandeep Paulraj --- arch/arm/include/asm/arch-davinci/hardware.h |2 +- board/davinci/ea20/ea20.c| 16 include/configs/ea20.h |2 +- 3 fil

[U-Boot] [PATCH] powerpc/85xx: Integrated Flash Controller NAND support

2011-04-09 Thread Kumar Gala
From: Dipen Dudhat Add nand_spl and 8-bit NAND support on IFC controller. Signed-off-by: Dipen Dudhat CC: Scott Wood --- arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 + arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +- drivers/mtd/nand/Makefile|1 + driver

[U-Boot] [PATCH] powerpc/85xx: Add device tree fixup for bman portal

2011-04-09 Thread Kumar Gala
From: Haiying Wang Fix fdt bportal to pass the bman revision number to kernel via device tree. Signed-off-by: Haiying Wang Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc85xx/fdt.c |1 + arch/powerpc/cpu/mpc85xx/portals.c | 30 ++ arch/powerpc/

[U-Boot] [PATCH] powerpc/85xx: Change CS timing parameters before changing CS properties on IFC

2011-04-09 Thread Kumar Gala
From: Dipen Dudhat To make sure that machine change operation work successfully, change timing parameters first before changing machine for chip select on IFC. Signed-off-by: Dipen Dudhat Signed-off-by: Kumar Gala --- arch/powerpc/cpu/mpc8xxx/fsl_ifc.c | 31 +++

[U-Boot] [PATCH] powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker script

2011-04-09 Thread Kumar Gala
From: Dipen Dudhat Modify eLBC based platform's NAND loader Makefile to preprocess nand loader linker script and then use it. Signed-off-by: Dipen Dudhat CC: Scott Wood Signed-off-by: Kumar Gala --- nand_spl/board/freescale/mpc8536ds/Makefile | 11 +++ nand_spl/board/freescale/mpc

[U-Boot] [PATCH] powerpc/85xx: Added PMUXCR1 and PMUXCR2 defines for P1010/P1014 SoC

2011-04-09 Thread Kumar Gala
From: Dipen Dudhat Signed-off-by: Dipen Dudhat Signed-off-by: Kumar Gala --- arch/powerpc/include/asm/immap_85xx.h | 71 + 1 files changed, 71 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/include/asm/immap_85xx.h b/arch/powerpc/include/asm/immap_8

[U-Boot] [PATCH] powerpc/85xx: Add support to save environment in SD card on p1_p2_rdb

2011-04-09 Thread Kumar Gala
From: Priyanka Jain If we boot from a SD card use it for the environment as well. Signed-off-by: Priyanka Jain Signed-off-by: Poonam Aggrwal Signed-off-by: Kumar Gala --- include/configs/P1_P2_RDB.h |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/include/configs

Re: [U-Boot] [PATCH v1 2/2] nand/spl: Assuming a static nand page size to reduce code size

2011-04-09 Thread Kumar Gala
On Apr 5, 2011, at 2:39 PM, Matthew McClintock wrote: > Change variables to const to reduce code size, these values are > hardcoded via defines anyways so we might as well assume they > are constants > > Signed-off-by: Matthew McClintock > cc: Scott Wood > --- > With this change we can reduce

Re: [U-Boot] [PATCH] Keymile boards mainlining, part 2

2011-04-09 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Valentin Longchamp > Sent: Friday, April 08, 2011 6:23 PM > To: u-boot@lists.denx.de > Cc: h...@denx.de; holger.bru...@keymile.com > Subject: Re: [U-Boot] [PATCH] Keymile boards

[U-Boot] [PATCH 2/2] MIPS: Coding style cleanups on common assembly files

2011-04-09 Thread Shinya Kuribayashi
Fix style issues and alignments globally. No logical changes. - Replace C comments with AS line comments where possible - Use ifndef where possible, rather than if !defined for simplicity - An instruction executed in a delay slot is now indicated by a leading space, not by C comment Signed-off-

[U-Boot] [PATCH 1/2] MIPS: Remove mips_cache_lock() feature

2011-04-09 Thread Shinya Kuribayashi
As requested in commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd ([MIPS] Request for the 'mips_cache_lock()' removal), such feature is no longer needed for current MIPS implementation of U-Boot, and no one in the tree use it for years. Signed-off-by: Shinya Kuribayashi --- arch/mips/cpu/mips32/ca

[U-Boot] [MIPS 0/2] Trivial cleanups

2011-04-09 Thread Shinya Kuribayashi
Two boring patches for common MIPS area. Build tested on gth2, and verified no logical changes are incorporated. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm/km: add mkimage config file for uart download

2011-04-09 Thread Prafulla Wadaskar
> -Original Message- > From: Valentin Longchamp [mailto:valentin.longch...@keymile.com] > Sent: Friday, April 08, 2011 6:18 PM > To: u-boot@lists.denx.de > Cc: holger.bru...@keymile.com; h...@denx.de; Valentin Longchamp; Wolfgang > Denk; Detlev Zundel; Prafulla Wadaskar > Subject: [PATCH]