Re: [U-Boot] [PATCH 2/5] imx-common: Factor out get_ahb_clk()

2012-04-26 Thread Dirk Behme
Hi Fabio, On 20.03.2012 22:40, Fabio Estevam wrote: get_ahb_clk() is a common function between mx5 and mx6. Place it into imx-common directory. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/armv7/imx-common/cpu.c| 23

Re: [U-Boot] [PATCH 2/2] mmc: tegra: invalidate complete cachelines

2012-04-26 Thread Thierry Reding
* Mike Frysinger wrote: On Tuesday 24 April 2012 03:53:44 Thierry Reding wrote: The MMC core sometimes reads buffers that are smaller than a complete cacheline, for example when reading the SCR. In order to avoid a warning from the ARM v7 cache handling code, this patch makes sure that

Re: [U-Boot] [PATCH] PowerPC: Change -fpic flag to -fPIC flag in the config.mk

2012-04-26 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2012/04/25 21:01:00: On 04/18/2012 05:07 AM, Joakim Tjernlund wrote: Your linker file is buggy I think. I found u-boot-nand_spl.lds, is that the one? That's the one for the SPL part. OK, good. Check out that files reloc part: .reloc : {

Re: [U-Boot] [PATCH 2/4][v2] powerpc/85xx:Fix MSR[DE] bit in MSR to support debugger

2012-04-26 Thread Joakim Tjernlund
Scott Wood scottw...@freescale.com wrote on 2012/04/25 20:59:22: On 04/25/2012 01:55 PM, Joakim Tjernlund wrote: Scott Wood scottw...@freescale.com wrote on 2012/04/25 20:43:22: On 04/25/2012 05:57 AM, Joakim Tjernlund wrote: Debugging of e500 and e500v1 processer requires MSR[DE]

Re: [U-Boot] [PATCH v4 1/3] usb:gadget:composite USB composite gadget support

2012-04-26 Thread Lukasz Majewski
On Thu, 26 Apr 2012 00:53:01 +0200 Marek Vasut ma...@denx.de wrote: Dear Lukasz Majewski, USB Composite gadget implementation for u-boot. It builds on top of USB UDC drivers. This commit is based on following files from Linux Kernel v2.6.36: ./include/linux/usb/composite.h

[U-Boot] [PATCH] Exynos: fix cpuinfo and cpu detecting

2012-04-26 Thread Minkyu Kang
Since Exynos architecture have new SoCs, need to fix cpuinfo correctly. Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Tested-by: Jaehoon Chung jh80.ch...@samsung.com Cc: Chander Kashyap chander.kash...@linaro.org ---

Re: [U-Boot] [PATCH v2] TRATS: initialize panel_info data structure in board file

2012-04-26 Thread Anatolij Gustschin
Hi, On Thu, 26 Apr 2012 08:29:39 +0900 Donghwa Lee dh09@samsung.com wrote: panel_info data structure is gloable variable, so, I have initialized it in board file. If it is initialized in init_panel_info() like existing, it can't be used in drv_lcd_init() in common/lcd.c because

[U-Boot] [PATCH v2 1/3] LCD: display 32bpp decompressed bitmap image

2012-04-26 Thread Donghwa Lee
This patch supports drawing 32bpp decompressed bitmap image. change of v1: - use lcd_line_length variable - convert RGB to BGR because BMP data format aligned BGR. Signed-off-by: Donghwa Lee dh09@samsung.com Signed-off-by: Kyungmin.park kyungmin.p...@samsung.com --- common/lcd.c | 27

[U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-26 Thread Donghwa Lee
This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. trats_logo.h data is compressed from trats_logo.bmp to trats_logo.bmp.gz by gzip and converted to trats_logo.h header file format by some application. And then it is decomressed at the exynos fb driver by gunzip_bmp(). change of

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-26 Thread Thirumalesha N
Yes These frequency and flash base address are correct to my board. SMC2 pins PA9-TX and PA8-Rx, I Checked BRG and clock routing is matching to board. Then you need a debugger. I have BDI 2000 tool, but its not connecting to board. This is a problem that should be fixable. Keep

Re: [U-Boot] [PATCH v2 4/4] lin_gadget: use common linux/compat.h

2012-04-26 Thread Anatolij Gustschin
Hi Lukasz, On Wed, 25 Apr 2012 17:58:51 +0200 Lukasz Majewski l.majew...@samsung.com wrote: Hi Anatolij, From: Mike Frysinger vap...@gentoo.org Merge our duplicate definitions with the common header. Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to use min() instead of min_t()

[U-Boot] [PATCH] misc:pmic:trats: Correct procedure of enabling/disabling USB regulators

2012-04-26 Thread Lukasz Majewski
In the MAX8997, LDO regulators needs to preserve previously set voltage values. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com Cc: Minkyu Kang mk7.k...@samsung.com --- board/samsung/trats/trats.c | 15 +++ 1 files

Re: [U-Boot] [PATCH] i.MX25: Prepare for LCD driver in board adaptation

2012-04-26 Thread Anatolij Gustschin
Hi Timo, sorry for my late reply. On Fri, 20 Apr 2012 14:01:48 +0300 Timo Ketola t...@exertus.fi wrote: Dear Stefano, Anatolij, Scott, On 18.04.2012 13:47, Stefano Babic wrote: On 18/04/2012 10:54, Timo Ketola wrote: Signed-off-by: Timo Ketola t...@exertus.fi ... diff --git

Re: [U-Boot] [PATCH] i.MX6Q: mx6qsabrelite: Add keypress support to alter boot flow

2012-04-26 Thread Marek Vasut
Dear Eric Nelson, On 04/25/2012 05:17 PM, Marek Vasut wrote: Dear Eric Nelson, Uses the 'magic_keys' idiom as described in doc/README.kbd: http://lists.denx.de/pipermail/u-boot/2012-April/122502.html If this is a V2 of a patch, please send is as in-reply-to and descibe the

Re: [U-Boot] [PATCH 2/2] mmc: tegra: invalidate complete cachelines

2012-04-26 Thread Simon Glass
Hi Thierry, On Thu, Apr 26, 2012 at 6:18 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Mike Frysinger wrote: On Tuesday 24 April 2012 03:53:44 Thierry Reding wrote: The MMC core sometimes reads buffers that are smaller than a complete cacheline, for example when reading

[U-Boot] [PATCH] powerpc/p1010rdb: update mux config of p1010rdb board

2012-04-26 Thread Shengzhou Liu
On p1010rdb some signals are muxed for tdm/can/uart/flash. If we don't set fsl_p1010mux:tdm_can to can or tdm explicitly, defaultly we keep spi chip selection to spi-flash instead of to tdm/slic and disable uart1 when not using flexcan, as well disable sdhc. Signed-off-by: Shengzhou Liu

Re: [U-Boot] [PATCH v2 4/4] lin_gadget: use common linux/compat.h

2012-04-26 Thread Lukasz Majewski
Hi Anatolij, Hi Anatolij, From: Mike Frysinger vap...@gentoo.org Merge our duplicate definitions with the common header. Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to use min() instead of min_t() since we remove the latter from compat.h. Yes. the

Re: [U-Boot] [PATCH 2/2] mmc: tegra: invalidate complete cachelines

2012-04-26 Thread Thierry Reding
* Simon Glass wrote: Hi Thierry, On Thu, Apr 26, 2012 at 6:18 PM, Thierry Reding thierry.red...@avionic-design.de wrote: * Mike Frysinger wrote: On Tuesday 24 April 2012 03:53:44 Thierry Reding wrote: The MMC core sometimes reads buffers that are smaller than a complete

Re: [U-Boot] Can anyone help me to solve the stack problem of U-boot? Urgent~

2012-04-26 Thread 吳志峰
Dear all: I'd solved this problem. I define a global symbol at link script and used this global symbol to set up stack pointer. This global symbol indicated the end address of U-boot. I also changed the globla gd pointer address and memory allocation address. Thanks -Original

[U-Boot] read command

2012-04-26 Thread Haneef Mohamed
Hi, Is there a way to get input for a script file from console(hush), so as to make the script file interactive. like in linux there is a read command which the shell scripts make use of to read inputs from console. Thanks Haneef ___ U-Boot

Re: [U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support

2012-04-26 Thread Thierry Reding
* Simon Glass wrote: This series adds NAND flash support to Tegra and enables it on Seaboard. Included here is a proposed device tree binding with most of the properties private to nvidia,. The binding includes information about the NAND controller as well as the connected NAND device. The

Re: [U-Boot] [PATCH v2 4/4] lin_gadget: use common linux/compat.h

2012-04-26 Thread Anatolij Gustschin
Hi Lukasz, On Thu, 26 Apr 2012 12:32:40 +0200 Lukasz Majewski l.majew...@samsung.com wrote: ... Now I see another issue. In this 4/4 patch we are removing kmalloc: -#define kmalloc(size, type) memalign(CONFIG_SYS_CACHELINE_SIZE, size) linux/compat.h defines kmalloc() to be malloc(),

Re: [U-Boot] [PATCH] kirkwood: add support for D-Link DNS-320

2012-04-26 Thread Prafulla Wadaskar
Hi Jamie -Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 26 April 2012 15:54 To: u-boot@lists.denx.de Cc: Jamie Lentin; Prafulla Wadaskar; albert.u.b...@aribaud.net Subject: [PATCH] kirkwood: add support for D-Link DNS-320 May you please post here a link/URL

[U-Boot] [PATCH] kirkwood: add support for D-Link DNS-320

2012-04-26 Thread Jamie Lentin
This patch adds support for D-Link DNS-320 ShareCenter NAS. Signed-off-by: Jamie Lentin j...@lentin.co.uk Cc: prafu...@marvell.com Cc: albert.u.b...@aribaud.net --- This patch is heavily based on Stefan's work for the DNS-325 port, the main difference being the memory timings. I've tested this on

Re: [U-Boot] [PATCH] i.MX25: Prepare for LCD driver in board adaptation

2012-04-26 Thread Timo Ketola
On 26.04.2012 12:57, Anatolij Gustschin wrote: ... On Fri, 20 Apr 2012 14:01:48 +0300 Timo Ketola t...@exertus.fi wrote: ... What if I implement the driver in my board folder instead? ... I would prefer not including the driver in the board code. The disadvantage of using the video API is

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Anatolij Gustschin
On Wed, 18 Apr 2012 11:54:21 +0300 Timo Ketola t...@exertus.fi wrote: Signed-off-by: Timo Ketola t...@exertus.fi --- arch/arm/include/asm/arch-mx25/imx-regs.h | 29 + drivers/video/Makefile|1 + drivers/video/mx2fb.c | 92

[U-Boot] [PATCH 6/8] powerpc: Update gdsys board configurations

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/configs/gdppc440etx.h |4 include/configs/intip.h |4 ++-- include/configs/io.h |6 +- include/configs/io64.h|2 +- include/configs/iocon.h |6 +- 5 files changed, 17

[U-Boot] [PATCH 4/8] powerpc: Support gdsys dlvision-10g hardware 1.20

2012-04-26 Thread Dirk Eibach
In hardware revision 1.20 one more fan controller is added to dlvision-10g. Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/405ep/dlvision-10g.c | 12 +++- include/configs/dlvision-10g.h |4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 2/8] ppc4xx: Make gdsys 405ep boards reset more generic

2012-04-26 Thread Dirk Eibach
In order to add boards that have different hardware for fpga reset, any 405ep gdsys board now provides these functions: void gd405ep_init(void); void gd405ep_set_fpga_reset(unsigned state); void gd405ep_setup_hw(void); int gd405ep_get_fpga_done(unsigned fpga); Signed-off-by: Dirk Eibach

[U-Boot] [PATCH 8/8] powerpc: Add sdcard and spi boot support to P1022DS

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/freescale/p1022ds/p1022ds.c |4 ++ board/freescale/p1022ds/tlb.c | 10 ++ boards.cfg|4 ++ include/configs/P1022DS.h | 63 ++--- 4 files changed, 76

[U-Boot] [PATCH 1/8] ppc4xx: Adjust environment size on neo

2012-04-26 Thread Dirk Eibach
Environment size on neo has to be 0x2 for compatibilty reasons. Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/configs/neo.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/neo.h b/include/configs/neo.h index 8de5aaf..6559353 100644 ---

[U-Boot] [PATCH 7/8] powerpc: Fix typo in gdsys_fpga.h

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de --- include/gdsys_fpga.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index 555fbe2..bfa656f 100644 --- a/include/gdsys_fpga.h +++ b/include/gdsys_fpga.h @@ -115,7 +115,7 @@ typedef

[U-Boot] [PATCH 3/8] powerpc: Adapt gdsys 405ep boards to platform changes

2012-04-26 Thread Dirk Eibach
Print fpga info at last_stage_init on gdsys 405ep boards. Use dtt_init() to startup fans. Signed-off-by: Dirk Eibach eib...@gdsys.de --- board/gdsys/405ep/dlvision-10g.c | 28 - board/gdsys/405ep/io.c | 41 +

[U-Boot] [PATCH 5/8] Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set

2012-04-26 Thread Dirk Eibach
When CONFIG_ZERO_BOOTDELAY_CHECK is not defined, bootdelay==0 prevents the check for console input (as stated in README.autoboot). This must also work in CONFIG_AUTOBOOT_KEYED mode. Signed-off-by: Dirk Eibach eib...@gdsys.de --- common/main.c |5 + 1 files changed, 5 insertions(+), 0

Re: [U-Boot] [PATCH] i.MX25: lcdc: Add register definitions

2012-04-26 Thread Anatolij Gustschin
On Fri, 20 Apr 2012 14:01:49 +0300 Timo Ketola t...@exertus.fi wrote: Signed-off-by: Timo Ketola t...@exertus.fi --- arch/arm/include/asm/arch-mx25/imx-regs.h | 32 + 1 files changed, 32 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH] i.MX25: Prepare for LCD driver in board adaptation

2012-04-26 Thread Anatolij Gustschin
On Thu, 26 Apr 2012 14:18:29 +0300 Timo Ketola t...@exertus.fi wrote: ... Then I might resubmit the original patch. Is there basically anything else than the lack of proper attributions? Some minor coding style issues. I've sent my comments to both patches. Thanks, Anatolij

[U-Boot] Undefined results when building highbank board

2012-04-26 Thread Wolfgang Denk
Dear Rob, arch/arm/cpu/armv7/highbank/config.mk contains this setting: PLATFORM_CPPFLAGS += -march=armv7-a This results in code bueing built with the follwoing compiler options: ... -march=armv5 -march=armv7-a ... This is a bad idea - dependign on tool chain used, this may

[U-Boot] Can't read kernel if bad blocks are present in partition

2012-04-26 Thread Alexandre Gambier
Hi, I'm working on a STM chip under linux and U-Boot 1.3.1. Here's my problem. To boot linux up I load the kernel stored in a NAND device. If a bad block is present in the nand I can't load the kernel. To store the kernel I first erase the partition and write the kernel image. During the

Re: [U-Boot] make menuconfig does not work

2012-04-26 Thread Wolfgang Denk
Dear Graeme Russ, In message calbutckzc7cwoaql4b+mjndczgyzas0jpfzzf7q9psdhe_j...@mail.gmail.com you wrote: Any plan to add Kconfig or any other way to configure u-boot? Not that I am aware of, but I would support anyone who submitted patches to add Kconfig support Well, please talk to

Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-26 Thread Wolfgang Denk
Dear Charles Manning, In message 201204261028.44543.mannin...@actrix.gen.nz you wrote: yaffs went through a large reformat a while ago meaning that the current code does not diff well against the old code. Future changes shuld be a lot easier to handle with direct patching. yaffs changes

Re: [U-Boot] make menuconfig does not work

2012-04-26 Thread Graeme Russ
Hi Wolfgang, On 04/26/2012 10:18 PM, Wolfgang Denk wrote: Dear Graeme Russ, In message calbutckzc7cwoaql4b+mjndczgyzas0jpfzzf7q9psdhe_j...@mail.gmail.com you wrote: Any plan to add Kconfig or any other way to configure u-boot? Not that I am aware of, but I would support anyone who

Re: [U-Boot] Porting u-boot for MPC8280 based board.

2012-04-26 Thread Wolfgang Denk
Dear Thirumalesha N, In message CAO1Rv-a_hPKfmm2ix_Gc0BgokiQk=qMOnUK4NOmuVxkQWXsn=g...@mail.gmail.com you wrote: I have BDI 2000 tool, but its not connecting to board. This is a problem that should be fixable. Keep in mind that the MPC82xx can come up in different modes, depending

[U-Boot] [PATCH v3 4/4] lin_gadget: use common linux/compat.h

2012-04-26 Thread Anatolij Gustschin
From: Mike Frysinger vap...@gentoo.org Merge our duplicate definitions with the common header. Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to use min() instead of min_t() since we remove the latter from compat.h. Additionally use memalign() directly as the lin_gadget specific kmalloc()

Re: [U-Boot] read command

2012-04-26 Thread Wolfgang Denk
Dear Haneef Mohamed, In message 1335434285.83714.yahoomail...@web193302.mail.sg3.yahoo.com you wrote: Is there a way to get input for a script file from console(hush), so as to make the script file interactive. like in linux there is a read command which the shell scripts make use of to

Re: [U-Boot] [PATCH v2 2/3] LCD: add compressed 32bpp BMP image data

2012-04-26 Thread Wolfgang Denk
Dear Donghwa Lee, In message 4f99057f.5040...@samsung.com you wrote: This patch is 32bpp BMP image data that is converted to header after gzip. I had agonized about where these data located. I think TIZEN is not specific on board and SoC, so I determined that position is proper in include/.

Re: [U-Boot] [PATCH 1/4] gunzip: rename z{alloc, free} to gz{alloc, free}

2012-04-26 Thread Anatolij Gustschin
On Mon, 9 Apr 2012 19:39:53 -0400 Mike Frysinger vap...@gentoo.org wrote: This allows us to add a proper zalloc() func (one that does a zeroing alloc), and removes duplicate prototypes. Signed-off-by: Mike Frysinger vap...@gentoo.org --- fs/cramfs/uncompress.c |7 ++-

Re: [U-Boot] [PATCH 2/4] lin_gadget: use common mdelay

2012-04-26 Thread Anatolij Gustschin
On Mon, 9 Apr 2012 19:39:54 -0400 Mike Frysinger vap...@gentoo.org wrote: No need to provide our own mdelay() macro when we have a func for it. Signed-off-by: Mike Frysinger vap...@gentoo.org --- include/usb/lin_gadget_compat.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH] ext2load: increase read speed

2012-04-26 Thread Thierry Reding
* Jason Cooper wrote: This patch dramatically drops the amount of time u-boot needs to read a file from an ext2 partition. On a typical 2 to 5 MB file (kernels and initrds) it goes from tens of seconds to a couple seconds. All we are doing here is grouping contiguous blocks into one read.

Re: [U-Boot] Undefined results when building highbank board

2012-04-26 Thread Rob Herring
On 04/26/2012 07:03 AM, Wolfgang Denk wrote: Dear Rob, arch/arm/cpu/armv7/highbank/config.mk contains this setting: PLATFORM_CPPFLAGS += -march=armv7-a This results in code bueing built with the follwoing compiler options: ... -march=armv5 -march=armv7-a ... This is a

Re: [U-Boot] [PATCH 3/4] linux/compat.h: rename from linux/mtd/compat.h

2012-04-26 Thread Anatolij Gustschin
On Mon, 9 Apr 2012 19:39:55 -0400 Mike Frysinger vap...@gentoo.org wrote: This lets us use it in more places than just mtd code. Signed-off-by: Mike Frysinger vap...@gentoo.org --- board/samsung/smdkc100/onenand.c|2 +- common/cmd_onenand.c|2 +-

Re: [U-Boot] [PATCH 3/8] powerpc: Adapt gdsys 405ep boards to platform changes

2012-04-26 Thread Stefan Roese
Hi Dirk, On Thursday 26 April 2012 13:49:31 Dirk Eibach wrote: Print fpga info at last_stage_init on gdsys 405ep boards. Use dtt_init() to startup fans. Your patchset is not organized optimally. You sent 8 patches in one patchset, from a quick glance 6 patches are ppc4xx related (4xx board

[U-Boot] [PATCH v2 1/6] powerpc/ppc4xx: Adjust environment size on neo

2012-04-26 Thread Dirk Eibach
Environment size on neo has to be 0x2 for compatibilty reasons. Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Stefan Roese s...@denx.de --- Changes in v2: - add Cc - split up original patch series include/configs/neo.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 0/6] Various gdsys ppc4xx boards revised

2012-04-26 Thread Dirk Eibach
Dirk Eibach (6): powerpc/ppc4xx: Adjust environment size on neo powerpc/ppc4xx: Make gdsys 405ep boards reset more generic powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20 powerpc/ppc4xx: Update gdsys board

[U-Boot] [PATCH v2 5/6] powerpc/ppc4xx: Update gdsys board configurations

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Stefan Roese s...@denx.de --- Changes in v2: - add Cc - split up original patch series include/configs/gdppc440etx.h |4 include/configs/intip.h |4 ++-- include/configs/io.h |6 +- include/configs/io64.h|

[U-Boot] [PATCH v2 6/6] powerpc/ppc4xx: Fix typo in gdsys_fpga.h

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Stefan Roese s...@denx.de --- Changes in v2: - add Cc - split up original patch series include/gdsys_fpga.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h index 555fbe2..bfa656f

[U-Boot] [PATCH v2 2/6] powerpc/ppc4xx: Make gdsys 405ep boards reset more generic

2012-04-26 Thread Dirk Eibach
In order to add boards that have different hardware for fpga reset, any 405ep gdsys board now provides these functions: void gd405ep_init(void); void gd405ep_set_fpga_reset(unsigned state); void gd405ep_setup_hw(void); int gd405ep_get_fpga_done(unsigned fpga); Signed-off-by: Dirk Eibach

[U-Boot] [PATCH v2 3/6] powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes

2012-04-26 Thread Dirk Eibach
Print fpga info at last_stage_init on gdsys 405ep boards. Use dtt_init() to startup fans. Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Stefan Roese s...@denx.de --- Changes in v2: - add Cc - split up original patch series board/gdsys/405ep/dlvision-10g.c | 28 -

[U-Boot] [PATCH v2 4/6] powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20

2012-04-26 Thread Dirk Eibach
In hardware revision 1.20 one more fan controller is added to dlvision-10g. Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Stefan Roese s...@denx.de --- Changes in v2: - add Cc - split up original patch series board/gdsys/405ep/dlvision-10g.c | 12 +++- include/configs/dlvision-10g.h

[U-Boot] [PATCH v2] powerpc/p1022ds: Add sdcard and spi boot support to P1022DS

2012-04-26 Thread Dirk Eibach
Signed-off-by: Dirk Eibach eib...@gdsys.de Cc: Timur Tabi ti...@freescale.com --- Changes in v2: - add Cc - split up original patch series board/freescale/p1022ds/p1022ds.c |4 ++ board/freescale/p1022ds/tlb.c | 10 ++ boards.cfg|4 ++

[U-Boot] [PATCH v2] Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is set

2012-04-26 Thread Dirk Eibach
When CONFIG_ZERO_BOOTDELAY_CHECK is not defined, bootdelay==0 prevents the check for console input (as stated in README.autoboot). This must also work in CONFIG_AUTOBOOT_KEYED mode. Signed-off-by: Dirk Eibach eib...@gdsys.de --- Changes in v2: - split up original patch series common/main.c |

Re: [U-Boot] [PATCH] kirkwood: add support for D-Link DNS-320

2012-04-26 Thread Jamie Lentin
On Thu, 26 Apr 2012 11:57:36 +0100, Prafulla Wadaskar prafu...@marvell.com wrote: Hi Jamie -Original Message- From: Jamie Lentin [mailto:j...@lentin.co.uk] Sent: 26 April 2012 15:54 To: u-boot@lists.denx.de Cc: Jamie Lentin; Prafulla Wadaskar; albert.u.b...@aribaud.net Subject:

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Timo Ketola
Dear Anatolij, Thanks for the review. Everything else is clear, but... On 26.04.2012 14:51, Anatolij Gustschin wrote: ... +++ b/drivers/video/mx2fb.c @@ -0,0 +1,92 @@ Please add Copyright info here. ... +++ b/include/mx2fb.h ... Please consider Stefano's comment regarding copyright

Re: [U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support

2012-04-26 Thread Stephen Warren
On 04/26/2012 04:50 AM, Thierry Reding wrote: * Simon Glass wrote: This series adds NAND flash support to Tegra and enables it on Seaboard. Included here is a proposed device tree binding with most of the properties private to nvidia,. The binding includes information about the NAND

Re: [U-Boot] [PATCH] i.MX2: Support splash screen

2012-04-26 Thread Anatolij Gustschin
Hi Timo, On Thu, 26 Apr 2012 17:37:31 +0300 Timo Ketola t...@exertus.fi wrote: ... Thanks for the review. Everything else is clear, but... On 26.04.2012 14:51, Anatolij Gustschin wrote: ... +++ b/drivers/video/mx2fb.c @@ -0,0 +1,92 @@ Please add Copyright info here. ... +++

Re: [U-Boot] [PATCH v2 2/6] powerpc/ppc4xx: Make gdsys 405ep boards reset more generic

2012-04-26 Thread Stefan Roese
HI Dirk, On Thursday 26 April 2012 15:54:22 Dirk Eibach wrote: In order to add boards that have different hardware for fpga reset, any 405ep gdsys board now provides these functions: void gd405ep_init(void); void gd405ep_set_fpga_reset(unsigned state); void gd405ep_setup_hw(void); int

Re: [U-Boot] Can't read kernel if bad blocks are present in partition

2012-04-26 Thread Peter Barada
On 04/26/2012 07:27 AM, Alexandre Gambier wrote: Hi, I'm working on a STM chip under linux and U-Boot 1.3.1. Here's my problem. To boot linux up I load the kernel stored in a NAND device. If a bad block is present in the nand I can't load the kernel. To store the kernel I first erase the

Re: [U-Boot] [PATCH 1/4] patman: Fix a typo error

2012-04-26 Thread Simon Glass
On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan vikram...@gmail.comwrote: Signed-off-by: Vikram Narayanan vikram...@gmail.com Cc: Simon Glass s...@chromium.org Acked-by: Simon Glass s...@chromium.org --- tools/patman/README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH 2/4] patman: Add meaningful statements instead of blah blah

2012-04-26 Thread Simon Glass
Hi Vikram, On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan vikram...@gmail.comwrote: Signed-off-by: Vikram Narayanan vikram...@gmail.com Cc: Simon Glass s...@chromium.org It would be better if you added a commit message for each of these patches, even a brief one. Otherwise: Acked-by:

Re: [U-Boot] [PATCH 3/4] patman: Change the location of patman path in README

2012-04-26 Thread Simon Glass
Hi Vikram, On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan vikram...@gmail.comwrote: Signed-off-by: Vikram Narayanan vikram...@gmail.com Cc: Simon Glass s...@chromium.org --- tools/patman/README |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [U-Boot] PATCH 4/4] patman: Handle searching of patman config

2012-04-26 Thread Simon Glass
Hi Vikram, On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan vikram...@gmail.comwrote: patman shouts when it couldn't find a $(HOME)/.config/patman file. Also, it couldn't create patch files without the above config file. Handle it in a sane way by creating a new one for the user. The title

Re: [U-Boot] [PATCH 0/4] Cleanups/fixes in patman tool

2012-04-26 Thread Simon Glass
Hi Vikram, On Thu, Apr 26, 2012 at 3:44 AM, Vikram Narayanan vikram...@gmail.comwrote: Vikram Narayanan (4): patman: Fix a typo error patman: Add meaningful statements instead of blah blah patman: Change the location of patman path in README patman: Handle searching of patman config

Re: [U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support

2012-04-26 Thread Thierry Reding
* Stephen Warren wrote: Yes, I'd recommend not putting information in DT that can be easily extracted from the partition table on the device itself. The problem is that neither the format of the BCT nor that of the PT is documented anywhere. It seems like the BCT contains a reference to where

Re: [U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support

2012-04-26 Thread Stephen Warren
On 04/26/2012 12:32 PM, Thierry Reding wrote: * Stephen Warren wrote: Yes, I'd recommend not putting information in DT that can be easily extracted from the partition table on the device itself. The problem is that neither the format of the BCT nor that of the PT is documented anywhere. It

Re: [U-Boot] A problem about using the nand command

2012-04-26 Thread Scott Wood
On 04/25/2012 09:07 PM, li guohu wrote: Hello, everyone! I find a strange problem when I use the u-boot command. I list the command I used in the u-boot command line as follows. nand erase nand read 0x200 0x0 0x800 md 0x200 I should see 2K bytes of 0xFF because I have erase

Re: [U-Boot] Can't read kernel if bad blocks are present in partition

2012-04-26 Thread Scott Wood
On 04/26/2012 12:11 PM, Peter Barada wrote: On 04/26/2012 07:27 AM, Alexandre Gambier wrote: Hi, I'm working on a STM chip under linux and U-Boot 1.3.1. Here's my problem. To boot linux up I load the kernel stored in a NAND device. If a bad block is present in the nand I can't load the

Re: [U-Boot] Using sata on mx6qsabrelite

2012-04-26 Thread Fabio Estevam
Pete, On Thu, Apr 26, 2012 at 5:10 PM, Pinewski Pete-RYLV50 ryl...@freescale.com wrote: Eric, Fabio, I just cloned the master tree, applied the patches (no problems), built u-boot (make mx6qsabrelite) and tried to flash the u-boot.bin into the sabrelite board but I am having issues. Is

Re: [U-Boot] Undefined results when building highbank board

2012-04-26 Thread Wolfgang Denk
Dear Rob Herring, In message 4f99459f.4060...@gmail.com you wrote: Can you please provide a fix? Thanks! The issue is I require a wfi assembly instruction for reset, so I would have to hard code the machine code to work on all compilers. If it's only for this single instruction that thi

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

2012-04-26 Thread Tom Warren
Albert, Please pull u-boot-tegra/master into arm master. Thanks! The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02: Nobuhiro Iwamatsu (1): arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT are available in the git repository at:

Re: [U-Boot] [PATCH] PowerPC: Change -fpic flag to -fPIC flag in the config.mk

2012-04-26 Thread Scott Wood
On 04/26/2012 01:53 AM, Joakim Tjernlund wrote: Scott Wood scottw...@freescale.com wrote on 2012/04/25 21:01:00: On 04/18/2012 05:07 AM, Joakim Tjernlund wrote: Your linker file is buggy I think. I found u-boot-nand_spl.lds, is that the one? That's the one for the SPL part. OK, good.

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-26 Thread Anatolij Gustschin
Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output It seems that I can reproduce similar problem on the beagleboard now. Will try to debug and find a solution for it. Thanks, Anatolij

Re: [U-Boot] [PATCH 05/14] cfb_console: Fix function console_scrollup

2012-04-26 Thread Pali Rohár
On Thursday 26 April 2012 23:45:52 Anatolij Gustschin wrote: Hi, On Tue, 24 Jan 2012 15:28:02 +0100 Pali Rohár pali.ro...@gmail.com wrote: * Use correct buffer size, do not damage screen output It seems that I can reproduce similar problem on the beagleboard now. Will try to debug and

Re: [U-Boot] [PATCH v2 08/21] net: Move RARP receive logic out of net.c

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org Just a few nits, but otherwise:

Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-26 Thread Charles Manning
On Friday 27 April 2012 00:25:55 Wolfgang Denk wrote: Dear Charles Manning, In message 201204261028.44543.mannin...@actrix.gen.nz you wrote: yaffs went through a large reformat a while ago meaning that the current code does not diff well against the old code. Future changes shuld be a lot

Re: [U-Boot] Pull request: Integrate latest yaffs2

2012-04-26 Thread Graeme Russ
Hi Charles, On Fri, Apr 27, 2012 at 8:59 AM, Charles Manning mannin...@actrix.gen.nz wrote: On Friday 27 April 2012 00:25:55 Wolfgang Denk wrote: Dear Charles Manning, In message 201204261028.44543.mannin...@actrix.gen.nz you wrote: yaffs went through a large reformat a while ago meaning

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

2012-04-26 Thread Albert ARIBAUD
Hi Minkyu, Le 25/04/2012 09:51, Minkyu Kang a écrit : Dear Albert, The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02: arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT (2012-04-23 09:15:23 -0700) are available in the git repository at:

Re: [U-Boot] [PATCH v2 1/2] CONFIG_SYS_BAUDRATE_TABLE: Add config_fallbacks.h, place there

2012-04-26 Thread Tom Rini
On Thu, Apr 26, 2012 at 3:46 PM, Tom Rini tr...@ti.com wrote: We provide a default table of { 9600, 19200, 38400, 57600, 115200 } in config_fallbacks.h which mkconfig places after configs/...h in the generated config file.  This is used when a board has not set its own table.  A number of

Re: [U-Boot] [PATCH v2 09/21] net: cosmetic: Un-typedef IP_t

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Rename IP header related things to IP_UDP. The existing definition of IP_t includes UDP header, so name it to accurately describe the structure. Also add a structure that only contains IP header fields to

Re: [U-Boot] [PATCH v2 10/21] net: cosmetic: Un-typedef Ethernet_t

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Separate the Ethernet header from the 802 header. Base the size constants on the structs. Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon

Re: [U-Boot] [PATCH v2 11/21] net: cosmetic: Un-typedef VLAN_Ethernet_t

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org --- Changes for v2: - Split

Re: [U-Boot] [PATCH v2 12/21] net: cosmetic: Un-typedef ARP_t

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org --- Changes for v2: - Split

Re: [U-Boot] [PATCH v2 2/3] LCD: add compressed 32bpp BMP image data

2012-04-26 Thread Minkyu Kang
Dear Wolfgang Denk, On 26 April 2012 21:43, Wolfgang Denk w...@denx.de wrote: Dear Donghwa Lee, In message 4f99057f.5040...@samsung.com you wrote: This patch is 32bpp BMP image data that is converted to header after gzip. I had agonized about where these data located. I think TIZEN is not

Re: [U-Boot] [PATCH v2 14/21] net: cosmetic: Rename parameter len to payload_len

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: This name more explicitly claims that it does not include the header size Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass

Re: [U-Boot] [PATCH v2 15/21] net: cosmetic: Add a more explicit comment about 802.2

2012-04-26 Thread Simon Glass
Hi Joe, On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org Acked-by: Simon Glass

Re: [U-Boot] [PATCH v2 16/21] net: cosmetic: Rename x to eth_proto

2012-04-26 Thread Simon Glass
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger joe.hershber...@ni.comwrote: x is a poor variable name Signed-off-by: Joe Hershberger joe.hershber...@ni.com Cc: Joe Hershberger joe.hershber...@gmail.com Cc: Simon Glass s...@chromium.org Cc: Mike Frysinger vap...@gentoo.org Acked-by:

Re: [U-Boot] [PATCH 3/4][v3] powerpc/85xx:Make debug exception vector accessible

2012-04-26 Thread Andy Fleming
Argh, forgot to copy the list. Enabling it on individual SoCs based on verification conflicts with putting this in the core-specific config area. Just test with a reasonable sample of SoCs, grep for TLB assignments to look for any conflicts, and then enable it in the generic e500v2 area

Re: [U-Boot] [PATCH v2 3/3] EXYNOS: display 32bpp bitmap TIZEN logo

2012-04-26 Thread Minkyu Kang
On 26 April 2012 17:21, Donghwa Lee dh09@samsung.com wrote: This patches support drawing 32bpp bitmap TIZEN logo in exynos fb. trats_logo.h data is compressed from trats_logo.bmp to trats_logo.bmp.gz by gzip and converted to trats_logo.h header file format by some application. And then it

[U-Boot] [PATCH] LCD: support another s6e8ax0 panel type

2012-04-26 Thread Donghwa Lee
s6e8ax0 panel has many panel of types. This patch support another panel on TIZEN lunchbox board(HWREVISION 2). This panel has reversed panel display type. So, I had added necessary command. Signed-off-by: Donghwa Lee dh09@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [U-Boot] [PATCH v3 0/7] tegra: Add NAND flash support

2012-04-26 Thread Thierry Reding
* Stephen Warren wrote: On 04/26/2012 12:32 PM, Thierry Reding wrote: The problem is that neither the format of the BCT nor that of the PT is documented anywhere. It seems like the BCT contains a reference to where in the flash the PT starts but I wasn't able to find out where. I have

Re: [U-Boot] [PATCH 2/2] mmc: tegra: invalidate complete cachelines

2012-04-26 Thread Mike Frysinger
On Thursday 26 April 2012 06:34:43 Thierry Reding wrote: For reference, see sd_change_freq() in drivers/mmc/mmc.c. yes, that shows what we're talking about. int sd_change_freq(struct mmc *mmc) { ... stack vars ... int err; ALLOC_CACHE_ALIGN_BUFFER(uint, scr, 2);

Re: [U-Boot] [PATCH 4/4] USB: Document the QH and qTD antics in EHCI-HCD

2012-04-26 Thread Mike Frysinger
On Sunday 08 April 2012 23:09:52 Marek Vasut wrote: The construction of QH and qTD lists in ehci_submit_async() call is cryptic business, add at least a bit of comments so if someone is reading it, he can at least reference the intel ehci manual (ehci-r10.pdf). nice -mike signature.asc

  1   2   >