Re: [U-Boot] [RFC PATCH] arm, davinci: Remove board specific code from da850_lowlevel.c

2011-11-09 Thread Christian Riesch
Hello Heiko, Thank you for your reply! On Wed, Nov 9, 2011 at 6:37 AM, Heiko Schocher h...@denx.de wrote: Hello Christian, Christian Riesch wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hello Heiko, On my board I cannot use your code in arch_cpu_init() in

Re: [U-Boot] [PATCH 02/17 RESEND] iMX28: Add SSP MMC driver

2011-11-09 Thread Stefano Babic
On 11/08/2011 10:50 PM, Andy Fleming wrote: On Tue, Nov 8, 2011 at 3:42 PM, Marek Vasut marek.va...@gmail.com wrote: On Fri, Oct 21, 2011 at 5:44 PM, Marek Vasut marek.va...@gmail.com wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Andy Fleming aflem...@gmail.com Cc: Stefano Babic

Re: [U-Boot] [PATCH] dwcddr21mctl: Synopsys DWC DDR2/1 Memory Controller

2011-11-09 Thread Macpaul Lin
Hi Macpaul, 2011/10/26 Macpaul Lin macp...@andestech.com: Header definitions of Synopsys DWC DDR2/1 Memory Controller. Signed-off-by: Macpaul Lin macp...@andestech.com ---  include/synopsys/dwcddr21mctl.h |  337 +++  1 files changed, 337 insertions(+),

Re: [U-Boot] [PATCH] andes_pcu.h: header file of andes_pcu power control unit

2011-11-09 Thread Macpaul Lin
Hi Macpaul, 2011/10/27 Macpaul Lin macp...@andestech.com: header file of andes_pcu power control unit Signed-off-by: Macpaul Lin macp...@andestech.com --- Applied to u-boot-nds32/master, thanks. Best regards, Macpaul Lin ___ U-Boot mailing list

[U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Christian Riesch
This patch allows replacing arch_cpu_init() if a custom initialization is required. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Sandeep Paulraj s-paul...@ti.com Cc: Heiko Schocher h...@denx.de --- arch/arm/cpu/arm926ejs/davinci/da850_lowlevel.c |1 + 1 files changed, 1

Re: [U-Boot] [PATCH] mvgbe: remove setting of ethaddr within the driver

2011-11-09 Thread Michael Walle
Am Mi, 9.11.2011, 00:26 schrieb Michael Walle: atm there is the mvgbe driver: - which has a hardcoded mac address (or if enabled, a randomized mac address) and - touches the environment oh and i've forgot to mention, that the driver is broken for boards with #define CONFIG_MVGBE_PORTS

[U-Boot] [PATCH] nds32: fix data section of linker script

2011-11-09 Thread Macpaul Lin
Make linker script handles .data.rel sections. Signed-off-by: Macpaul Lin macp...@andestech.com Tested-by: Macpaul Lin macp...@gmail.com Cc: Mike Frysinger vap...@gentoo.org --- arch/nds32/cpu/n1213/u-boot.lds |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

Re: [U-Boot] [PATCH] nds32: fix data section of linker script

2011-11-09 Thread Macpaul Lin
Hi Macpaul, 2011/11/9 Macpaul Lin macp...@andestech.com: Make linker script handles .data.rel sections. Signed-off-by: Macpaul Lin macp...@andestech.com Tested-by: Macpaul Lin macp...@gmail.com Cc: Mike Frysinger vap...@gentoo.org Applied to u-boot-nds32/master, thanks. Best regards,

Re: [U-Boot] [RFC PATCH] arm, davinci: Remove board specific code from da850_lowlevel.c

2011-11-09 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hello Heiko, Thank you for your reply! On Wed, Nov 9, 2011 at 6:37 AM, Heiko Schocher h...@denx.de wrote: Hello Christian, Christian Riesch wrote: Signed-off-by: Christian Riesch christian.rie...@omicron.at --- Hello Heiko, On my board I

Re: [U-Boot] [PATCH 02/17 RESEND] iMX28: Add SSP MMC driver

2011-11-09 Thread Marek Vasut
On 11/08/2011 10:50 PM, Andy Fleming wrote: On Tue, Nov 8, 2011 at 3:42 PM, Marek Vasut marek.va...@gmail.com wrote: On Fri, Oct 21, 2011 at 5:44 PM, Marek Vasut marek.va...@gmail.com wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Andy Fleming aflem...@gmail.com Cc:

Re: [U-Boot] [PATCH] devkit8000: Fix NAND SPL on boards with 256MB NAND

2011-11-09 Thread Thomas Weber
Hello Tom, Am 08.11.2011 21:53, schrieb Thomas Weber: Am 26.10.2011 20:09, schrieb Tom Rini: The devkit8000 ships with either a 128MB or 256MB NAND chip. In order for SPL to work with 256MB NAND CONFIG_SYS_NAND_5_ADDR_CYCLE needs to be set. After talking with Scott Wood this should be safe

Re: [U-Boot] [PATCH 02/17 RESEND] iMX28: Add SSP MMC driver

2011-11-09 Thread Stefano Babic
On 11/09/2011 09:38 AM, Marek Vasut wrote: Stefano, I'll rebase the patches and repost so you can apply. Can you rebase your u-boot-imx/master on top of u-boot-arm/master so I can use that? Thanks! Done - you can take it Stefano --

Re: [U-Boot] [PATCH] arm, davinci: add DAVINCI_SYSCFG_SUSPSRC_UART2

2011-11-09 Thread Stefano Babic
On 11/09/2011 07:09 AM, Heiko Schocher wrote: commit f9fc237f1f07d4e5ff7c9c2da39cabc8d3d7b339 Author: Bastian Ruppert bastian.rupp...@sewerin.de Date: Tue Oct 4 23:43:28 2011 + Davinci: ea20: set console on UART0 replaced DAVINCI_SYSCFG_SUSPSRC_UART2 with

[U-Boot] Pull request: u-boot-nds32

2011-11-09 Thread Macpaul Lin
Dear Wolfgang, Could you please pull these 3 patches to your tree. Thanks, Macpaul The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45: Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100) are available in the git repository at:

[U-Boot] [PATCH 00/20 FINAL] Support for the DENX M28 SoM

2011-11-09 Thread Marek Vasut
This series adds support for DENX M28 SoM and M28EVK kit. This series depends on previous series: * Support for both FEC interfaces on i.MX28 * Random NAND fixes and improvements * SPL modifications NOTE: Final version of the patchset, rebased on top of u-boot-imx/master as of commit

[U-Boot] [PATCH 02/20] iMX28: Add SSP MMC driver

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Andy Fleming aflem...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- arch/arm/include/asm/arch-mx28/sys_proto.h |2 + drivers/mmc/Makefile |1 +

[U-Boot] [PATCH 03/20] FEC: Add support for iMX28 quirks

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Ben Warren biggerbadder...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/net/fec_mxc.c | 44 ++-- 1 files changed, 42

[U-Boot] [PATCH 04/20] iMX28: Add PINMUX control

2011-11-09 Thread Marek Vasut
Taken from Linux kernel with minor modifications: commit bf985969e27b507f734435a99df8bf745a3dbb2b Author: Shawn Guo shawn@freescale.com Date: Mon Dec 20 22:57:43 2010 +0800 ARM: mxs: Add iomux support Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de

[U-Boot] [PATCH 05/20] iMX28: Add I2C bus driver

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/i2c/Makefile |1 + drivers/i2c/mxs_i2c.c | 246 + 2

[U-Boot] [PATCH 07/20] iMX28: Add SPI driver

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/spi/Makefile |1 + drivers/spi/mxs_spi.c | 186 + 2 files changed, 187 insertions(+), 0

[U-Boot] [PATCH 08/20] iMX28: Add APBH DMA driver

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- arch/arm/include/asm/arch-mx28/dma.h | 170 +++ arch/arm/include/asm/arch-mx28/imx-regs.h |1 +

[U-Boot] [PATCH 09/20] iMX28: Add GPMI NAND driver

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Scott Wood scottw...@freescale.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/mtd/nand/Makefile |1 + drivers/mtd/nand/mxs_nand.c | 1118

[U-Boot] [PATCH 10/20] iMX28: Add driver for internal RTC

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/rtc/Makefile |1 + drivers/rtc/mxsrtc.c | 86 ++ 2 files changed, 87 insertions(+), 0

[U-Boot] [PATCH 11/20] iMX28: Add image header generator tool

2011-11-09 Thread Marek Vasut
This tool can now generate proper image for BootStream files. NOTE: This tool now works only for NAND. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- tools/.gitignore |1 + tools/Makefile

[U-Boot] [PATCH 12/20] iMX28: Add u-boot.sb target to Makefile

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- .gitignore |1 + Makefile |5 + 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index

[U-Boot] [PATCH 15/20] M28: Add doc/README.m28 documentation

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- doc/README.m28 | 223 1 files changed, 223 insertions(+), 0 deletions(-) create mode

[U-Boot] [PATCH 13/20] iMX28: Add support for DENX M28EVK board

2011-11-09 Thread Marek Vasut
This contains support for the following components: - DUART - MMC - Both FEC interfaces - NAND - I2C (RTC, EEPROM) - SPI (FLASH) Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- MAINTAINERS

[U-Boot] [PATCH 16/20] iMX28: Fix ARM vector handling

2011-11-09 Thread Marek Vasut
This patch introduces proper ARM vector handling for i.MX28 CPU. This issue wasn't addressed because the interrupts weren't enabled on any ARMv5 core, therefore the issue wasn't noticed earlier. In previous implementation, the vectoring code used by i.MX28 CPU when an exception happened was that

[U-Boot] [PATCH 17/20] M28: Add memory detection into SPL

2011-11-09 Thread Marek Vasut
This code allows the DDR DRAM size to be detected at runtime. The RAM size is stored into two scratch registers, from which it is then fetched in U-Boot. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de

[U-Boot] [PATCH 06/20] iMX28: Add GPIO control

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- arch/arm/cpu/arm926ejs/mx28/mx28.c|6 ++ arch/arm/include/asm/arch-mx28/gpio.h | 32 drivers/gpio/Makefile |1

[U-Boot] [PATCH 18/20] iMX28: Add USB and USB PHY register definitions

2011-11-09 Thread Marek Vasut
Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de Cc: Remy Bohmer li...@bohmer.net --- arch/arm/include/asm/arch-mx28/regs-usb.h| 178 ++

[U-Boot] [PATCH 19/20] iMX28: Add USB HOST driver

2011-11-09 Thread Marek Vasut
This driver supports both EHCI ports on the i.MX28 CPU. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de Cc: Remy Bohmer li...@bohmer.net --- drivers/usb/host/Makefile |1 +

[U-Boot] [PATCH 20/20] M28EVK: Enable USB HOST support

2011-11-09 Thread Marek Vasut
This enables the second port, aka. the port with the USB connector on the M28EVK. Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de Cc: Remy Bohmer li...@bohmer.net --- board/denx/m28evk/m28evk.c |7

Re: [U-Boot] [PATCH 05/20] iMX28: Add I2C bus driver

2011-11-09 Thread Heiko Schocher
Hello Marek, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/i2c/Makefile |1 + drivers/i2c/mxs_i2c.c | 246

[U-Boot] [PATCH v2 0/4] DFU initial implementation

2011-11-09 Thread Andrzej Pietrasiewicz
Dear All, This is a quick-and-dirty proof-of-concept for splitting the dfu into core dfu gadget, generic parts of dfu backend, dfu command and target-specific implementation for Goni. This patch definitely needs some coding style cleanups. Also, the place for storing generic parts of dfu was

[U-Boot] [PATCH 1/4] dfu: protocol initial implementation

2011-11-09 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/dfu.c| 920 +++ drivers/usb/gadget/dfu.h| 171 include/dfu.h

[U-Boot] [PATCH 3/4] dfu: command implementation

2011-11-09 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- common/Makefile |1 + common/cmd_dfu.c | 51 +++ 2 files changed, 52 insertions(+), 0 deletions(-) create mode 100644

[U-Boot] [PATCH 4/4] dfu: target-specific implementation for Goni

2011-11-09 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- board/samsung/goni/Makefile |2 + board/samsung/goni/flash.c | 341 +++ board/samsung/goni/flash.h | 28

[U-Boot] [PATCH 2/4] dfu: generic backend parts

2011-11-09 Thread Andrzej Pietrasiewicz
Signed-off-by: Andrzej Pietrasiewicz andrze...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- Makefile |1 + drivers/usb/dfu/Makefile | 33 drivers/usb/dfu/dfu.c| 109 drivers/usb/dfu/fat.c

Re: [U-Boot] [PATCH v2] x86: Fix how the location of the realmode and bios blobs are calculated

2011-11-09 Thread Graeme Russ
On 09/11/11 09:19, Gabe Black wrote: There are two blobs embedded into the u-boot image which are linked to run at an address which is different from where they actually end up in the ROM, one called realmode and one called bios. There are realmode_setup and bios_setup functions which prepare

[U-Boot] Business Proposal..

2011-11-09 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Taipei Taiwan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Business Proposal..

2011-11-09 Thread Mr. Wen Lee
I am Mr. Wen Lee director of operations of the Bank Of Taipei Taiwan. I have an obscured business proposal for you. Reply if interested. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Wolfgang Denk
Dear Christian Riesch, In message 1320830586-19124-1-git-send-email-christian.rie...@omicron.at you wrote: This patch allows replacing arch_cpu_init() if a custom initialization is required. Signed-off-by: Christian Riesch christian.rie...@omicron.at Cc: Sandeep Paulraj s-paul...@ti.com

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Christian Riesch
Hi Wolfgang, On Wed, Nov 9, 2011 at 11:12 AM, Wolfgang Denk w...@denx.de wrote: In message 1320830586-19124-1-git-send-email-christian.rie...@omicron.at you wrote: This patch allows replacing arch_cpu_init() if a custom initialization is required. Signed-off-by: Christian Riesch

[U-Boot] [RFC] x86: Do no use reparm as it break libgcc linkage

2011-11-09 Thread Graeme Russ
Hi Gabe, Can you please try this patch - If it solves your libgcc problem, I will add it to the misc cleanup patch Thanks, Graeme --- arch/x86/config.mk|3 --- arch/x86/cpu/interrupts.c |2 +- arch/x86/cpu/start.S |5 ++--- 3 files changed, 3 insertions(+), 7

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Wolfgang Denk
Dear Christian Riesch, In message cabklobpuzibreef+8ekkqtgyycytec2qmx2um1gqkzx--k3...@mail.gmail.com you wrote: All this needs a _thorough_ cleanup before I'm willing to accept this for mainline. This is already in mainline, see Indeed. What a pity. Anyway. We should clean it up

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Heiko Schocher
Hello Wolfgang, Christian, Wolfgang Denk wrote: Dear Christian Riesch, In message 1320830586-19124-1-git-send-email-christian.rie...@omicron.at you wrote: This patch allows replacing arch_cpu_init() if a custom initialization is required. Signed-off-by: Christian Riesch

Re: [U-Boot] [PATCH 05/20] iMX28: Add I2C bus driver

2011-11-09 Thread Marek Vasut
Hello Marek, Marek Vasut wrote: Signed-off-by: Marek Vasut marek.va...@gmail.com Cc: Heiko Schocher h...@denx.de Cc: Stefano Babic sba...@denx.de Cc: Wolfgang Denk w...@denx.de Cc: Detlev Zundel d...@denx.de --- drivers/i2c/Makefile |1 + drivers/i2c/mxs_i2c.c | 246

Re: [U-Boot] [PATCH 08/12] OMAP3 SPL: Add identify_pop_memory function

2011-11-09 Thread Igor Grinberg
Hi Tom, On 11/08/11 17:21, Tom Rini wrote: On 11/08/2011 12:45 AM, Igor Grinberg wrote: On 11/07/11 22:05, Tom Rini wrote: A number of boards are populated with a PoP chip for both DDR and NAND memory. So to determine DDR timings the NAND chip needs to be probed and mfr/id returned to the

Re: [U-Boot] [PATCH 09/12] OMAP3: Add SPL support to Beagleboard

2011-11-09 Thread Igor Grinberg
On 11/08/11 17:28, Tom Rini wrote: On 11/08/2011 12:57 AM, Igor Grinberg wrote: On 11/07/11 22:05, Tom Rini wrote: This introduces 200MHz Micron parts timing information based on x-loader to asm/arch-omap3/mem.h. The memory init logic is also based on what x-loader does in these cases.

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Christian Riesch
Hello Wolfgang, On Wed, Nov 9, 2011 at 11:44 AM, Wolfgang Denk w...@denx.de wrote: In message cabklobpuzibreef+8ekkqtgyycytec2qmx2um1gqkzx--k3...@mail.gmail.com you wrote: All this needs a _thorough_ cleanup before I'm willing to accept this for mainline. This is already in mainline,

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Christian Riesch
Hello Heiko, On Wed, Nov 9, 2011 at 11:44 AM, Heiko Schocher h...@denx.de wrote: Heiko, Christian: please negotiate who performs which part of the cleanup. But I expect that with proper symbolic names instead of the hardwired constants the need for a wek function will go away. I rework this.

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Prabhakar Lad
Hi Heiko, On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher h...@denx.de wrote: since commits: davinci: emac: add support for more than 1 PHYs 062fe7d332c28ede25626f448681e43d76bb312e davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM fb1d6332b5430b90a8fa8ebab709f33a60e9f816 I get

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hello Wolfgang, On Wed, Nov 9, 2011 at 11:44 AM, Wolfgang Denk w...@denx.de wrote: In message cabklobpuzibreef+8ekkqtgyycytec2qmx2um1gqkzx--k3...@mail.gmail.com you wrote: All this needs a _thorough_ cleanup before I'm willing to accept this for

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Heiko Schocher
Hello Prabhakar Lad, Prabhakar Lad wrote: Hi Heiko, On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher h...@denx.de wrote: [...] Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Wolfgang Denk w...@denx.de Cc:

Re: [U-Boot] [PATCH] arm, davinci: make arch_cpu_init() in da850_lowlevel.c weak

2011-11-09 Thread Heiko Schocher
Hello Christian, Christian Riesch wrote: Hello Heiko, On Wed, Nov 9, 2011 at 11:44 AM, Heiko Schocher h...@denx.de wrote: Heiko, Christian: please negotiate who performs which part of the cleanup. But I expect that with proper symbolic names instead of the hardwired constants the need for

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Prabhakar Lad
Hi Heiko, On Wed, Nov 9, 2011 at 5:56 PM, Heiko Schocher h...@denx.de wrote: Hello Prabhakar Lad, Prabhakar Lad wrote: Hi Heiko, On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher h...@denx.de wrote: [...] Signed-off-by: Heiko Schocher h...@denx.de Cc: Sandeep Paulraj s-paul...@ti.com

Re: [U-Boot] [PATCH] arm, davinci_emac: fixup

2011-11-09 Thread Heiko Schocher
Hello Prabhakar Lad, Prabhakar Lad wrote: Hi Heiko, On Wed, Nov 9, 2011 at 5:56 PM, Heiko Schocher h...@denx.de wrote: Hello Prabhakar Lad, Prabhakar Lad wrote: Hi Heiko, On Wed, Nov 9, 2011 at 11:56 AM, Heiko Schocher h...@denx.de wrote: [...] Signed-off-by: Heiko Schocher

[U-Boot] [PATCH v2] arm, davinci_emac: fixup

2011-11-09 Thread Heiko Schocher
since commits: davinci: emac: add support for more than 1 PHYs 062fe7d332c28ede25626f448681e43d76bb312e davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM fb1d6332b5430b90a8fa8ebab709f33a60e9f816 I get following warning on the enbw_cmc board: Err: serial Net:5 ETH PHY detected

[U-Boot] Hello Friend

2011-11-09 Thread Rebeca Majer
Těší mě, Jsem slečna Rebeca, zájem o vás, a přejí si, že jste jako můj přítel, pro přítele je především o respekt, obdiv a lásku i vášeň Přátelství se skládá ze sdílení nápadů a plánování společně, Chci, aby vám moje fotografie pro vás, pokud jste odpovězte mi. poděkování od Rebeca.

Re: [U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

2011-11-09 Thread Detlev Zundel
Hi Graeme, Hi Wolfgang On Wed, Nov 9, 2011 at 9:49 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz15f_gva5+mm1em-l2smxt1waatxqikuhoqat893t9...@mail.gmail.com you wrote: This discussion was regarding the need to #ifdef the variable declaration, viz: #if

Re: [U-Boot] [PATCH] Remove broken boards csb226 and innokom

2011-11-09 Thread Detlev Zundel
Hi Albert, Signed-off-by: Albert ARIBAUD albert.u.b...@aribaud.net --- CREDITS |4 MAINTAINERS |5 - arch/arm/include/asm/arch-pxa/hardware.h |8 boards.cfg |2 --

Re: [U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

2011-11-09 Thread Simon Glass
Hi Wolfgang, On Tue, Nov 8, 2011 at 2:49 PM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz15f_gva5+mm1em-l2smxt1waatxqikuhoqat893t9...@mail.gmail.com you wrote: This discussion was regarding the need to #ifdef the variable declaration, viz: #if

[U-Boot] [PATCH 3/4] mx31: Use proper IO accessor for GPR register

2011-11-09 Thread Fabio Estevam
Use proper IO accessor for GPR register. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/arm1136/mx31/generic.c |5 +++-- arch/arm/include/asm/arch-mx31/imx-regs.h |7 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 4/4] mx31: Fix checkpatch warnings in generic.c

2011-11-09 Thread Fabio Estevam
Fix checkpatch warnings in generic.c. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/arm1136/mx31/generic.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/arm1136/mx31/generic.c b/arch/arm/cpu/arm1136/mx31/generic.c index

[U-Boot] [PATCH 2/4] mx31: Remove duplicate definition for GPR register

2011-11-09 Thread Fabio Estevam
GPR register definition is already available at imx-regs.h, so remove the duplication. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- arch/arm/cpu/arm1136/mx31/generic.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git

[U-Boot] [PATCH 1/4] qong: Use generic function for configuring GPR register

2011-11-09 Thread Fabio Estevam
Use generic function for configuring GPR register. Signed-off-by: Fabio Estevam fabio.este...@freescale.com --- board/davedenx/qong/qong.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong.c index 665aedf..c41f11d

Re: [U-Boot] [PATCH v2] arm: Correct build error introduced by getenv_ulong() patch

2011-11-09 Thread Simon Glass
Hi Detlev, On Wed, Nov 9, 2011 at 5:45 AM, Detlev Zundel d...@denx.de wrote: Hi Graeme, Hi Wolfgang On Wed, Nov 9, 2011 at 9:49 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message capnjgz15f_gva5+mm1em-l2smxt1waatxqikuhoqat893t9...@mail.gmail.com you wrote: This

[U-Boot] BAB7xx board: build warnigns

2011-11-09 Thread Wolfgang Denk
Dear Frank, the BAB7xx throws a number of build warnings: misc.c: In function 'misc_init_r': misc.c:159:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] misc.c:247:3: warning: dereferencing type-punned pointer will break strict-aliasing rules

[U-Boot] [PATCH] powerpc/85xx: Fix NAND SPL support

2011-11-09 Thread Kumar Gala
We cause CCSRBAR to be relocated in the SPL phase of NAND boot which isn't expected and breaks things. Fixing the board config.h to NOT relocate CCSR during the CONFIG_NAND_SPL phase. Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- include/configs/MPC8536DS.h|2 +-

[U-Boot] ELPPC board: build warnigns

2011-11-09 Thread Wolfgang Denk
Dear Frank, the ELPPC throws a build warning: misc.c: In function 'misc_init_r': misc.c:120:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-al Is it still worth to fix this (then please provide a patch), or should we rather drop that board? Best

[U-Boot] CPCI750 board: build warnigns

2011-11-09 Thread Wolfgang Denk
Dear Reinhard, the CPCI750 board throws a number of build warnings: mv_eth.c: In function 'mv64360_eth_real_open': mv_eth.c:425:6: warning: variable 'port_status' set but not used [-Wunused-but-set-variable] mv_eth.c: In function 'mv64360_eth_stop': mv_eth.c:643:15: warning: variable 'port_num'

[U-Boot] [PATCH 4/7 v3] integrator: use io-accessors for board init

2011-11-09 Thread Linus Walleij
Casting around to *(volatile ulong *) doesn't look good, so include the asm/io.h macros and use good old readl() instead. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v1-v2: - Rebased to U-Boot ARM HEAD at Alberts request, see message 4ea1c8e7.7090...@aribaud.net

[U-Boot] [PATCH 1/7 v3] integrator: pass configs for core modules

2011-11-09 Thread Linus Walleij
Alter the board.cfg to pass core module configuration flags so we can make compile-time switches for different core modules. These are already in use for some low-level code, they just got lost in the conversion to the new build system. Signed-off-by: Linus Walleij linus.wall...@linaro.org ---

[U-Boot] [PATCH 2/7 v3] integrator: move text offset to config

2011-11-09 Thread Linus Walleij
Do away with the config.mk file and move the text offset to the config files to make things easier. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v1-v2: - Rebased to U-Boot ARM HEAD at Alberts request, see message 4ea1c8e7.7090...@aribaud.net ChangeLog v2-v3: - Rebased to

[U-Boot] [PATCH 1/3] drivers/block/ahci.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: ahci.c: In function 'ata_scsiop_read10': ahci.c:564:6: warning: variable 'lba' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/block/ahci.c |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 2/3] drivers/bios_emulator/x86emu/ops.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: x86emu/ops.c: In function 'x86emuOp_int3': x86emu/ops.c:3521:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] x86emu/ops.c: In function 'x86emuOp_int_IMM': x86emu/ops.c:3549:9: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] x86emu/ops.c: In

[U-Boot] [PATCH 3/3] drivers/block/sata_sil3114.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: sata_sil3114.c: In function 'scan_sata': sata_sil3114.c:793:7: warning: array subscript is above array bounds [-Warray-bounds] sata_sil3114.c:794:7: warning: array subscript is above array bounds [-Warray-bounds] sata_sil3114.c:795:39: warning: array subscript is above array bounds

Re: [U-Boot] [PATCH 1/7 v2] integrator: pass configs for core modules

2011-11-09 Thread Linus Walleij
On Mon, Nov 7, 2011 at 10:00 PM, Albert ARIBAUD albert.u.b...@aribaud.net wrote: Can you please rebase them on top of current u-boot-arm/master? OK I rebased and sent them off with the same series enumeration. Since 3/7 was merged out-of-series I've only rebased and sent out 1,2,4,5,6,7. (Just

Re: [U-Boot] [PATCH v2] arm, davinci_emac: fixup

2011-11-09 Thread Mike Frysinger
the summary fixup tells us nothing as to what you're fixing. could you use a little more descriptive summary ? -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH 7/7 v3] integrator: enable Vpp and disable flash protection

2011-11-09 Thread Linus Walleij
This enables Vpp and disables the flash protection on the Integrator when starting U-Boot. The integrator/AP has double protection mechanisms: this one and the EBI protection bit (patch earlier), the Integrator/CP has only one line of protection in these registers. Signed-off-by: Linus Walleij

[U-Boot] [PATCH 5/7 v4] integrator: make flash writeable on boot

2011-11-09 Thread Linus Walleij
This reconfigures the EBI (External Bus Interface) on the integrator so that chip select 1, handling the flash memory, is set to writeable. Without this it is not possible for U-Boot to access flash memory and it crashes on startup since CFI won't work properly. Since this is the first time we

[U-Boot] [PATCH 6/7 v3] integrator: add system controller header

2011-11-09 Thread Linus Walleij
Break out the AP system controller and CP CP controller registers into a header file, it gives better overview than hardcoding its values and other disturbing practices. Signed-off-by: Linus Walleij linus.wall...@linaro.org --- ChangeLog v1-v2: - Rebased to U-Boot ARM HEAD at Alberts request, see

[U-Boot] [PATCH 00/16] Fix GCC 4.6 build warning related to MPC85xx builds

2011-11-09 Thread Kumar Gala
Address 85xx specific gcc 4.6 warnings - k ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH 01/16] arch/powerpc/cpu/mpc85xx/cpu_init.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: cpu_init.c: In function 'cpu_init_r': cpu_init.c:320:7: warning: variable 'l2srbar' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/cpu_init.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff

[U-Boot] [PATCH 02/16] arch/powerpc/cpu/mpc85xx/tlb.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: tlb.c: In function 'disable_tlb': tlb.c:175:34: warning: variable '_mas7' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc85xx/tlb.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 03/16] arch/powerpc/cpu/mpc8xxx/fsl_lbc.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: fsl_lbc.c: In function 'upmconfig': fsl_lbc.c:110:9: warning: variable 'mdr' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc8xxx/fsl_lbc.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 04/16] board/freescale/common/cds_pci_ft.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: cds_pci_ft.c: In function 'cds_pci_fixup': cds_pci_ft.c:31:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/common/cds_pci_ft.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 05/16] board/freescale/common/pixis.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: pixis.c: In function 'strfractoint': pixis.c:383:6: warning: variable 'intarr_len' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/common/pixis.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 06/16] board/freescale/mpc8548cds/mpc8548cds.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: mpc8548cds.c: In function 'local_bus_init': mpc8548cds.c:87:7: warning: variable 'lbc_hz' set but not used [-Wunused-but-set-variable] mpc8548cds.c: In function 'lbc_sdram_init': mpc8548cds.c:121:7: warning: variable 'cpu_board_rev' set but not used [-Wunused-but-set-variable]

[U-Boot] [PATCH 07/16] board/freescale/mpc8568mds/mpc8568mds.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: mpc8568mds.c: In function 'local_bus_init': mpc8568mds.c:150:7: warning: variable 'lbc_hz' set but not used [-Wunused-but-set-variable] mpc8568mds.c: In function 'pib_init': mpc8568mds.c:271:11: warning: variable 'orig_i2c_bus' set but not used [-Wunused-but-set-variable] Signed-off-by:

[U-Boot] [PATCH 09/16] board/sbc8548/sbc8548.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: sbc8548.c: In function 'local_bus_init': sbc8548.c:80:7: warning: variable 'lbc_hz' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/sbc8548/sbc8548.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 10/16] board/sbc8560/sbc8560.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: sbc8560.c: In function 'ft_board_setup': sbc8560.c:351:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/sbc8560/sbc8560.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH 08/16] board/freescale/mpc8569mds/mpc8569mds.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
mpc8569mds.c: In function 'local_bus_init': mpc8569mds.c:306:7: warning: variable 'lbc_hz' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- board/freescale/mpc8569mds/mpc8569mds.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-)

[U-Boot] [PATCH 11/16] drivers/net/fm/fm.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: fm.c: In function 'fm_init_common': fm.c:398:6: warning: variable 'n' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/net/fm/fm.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/fm/fm.c

[U-Boot] [PATCH 13/16] drivers/qe/uec.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
uec.c: In function 'uec_stop': uec.c:267:22: warning: variable 'uccf' set but not used [-Wunused-but-set-variable] uec.c: In function 'uec_set_mac_if_mode': uec.c:328:15: warning: variable 'uec_info' set but not used [-Wunused-but-set-variable] uec.c: In function 'adjust_link': uec.c:519:11:

[U-Boot] [PATCH 12/16] drivers/usb/host/ehci-fsl.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: ehci-fsl.c: In function 'ehci_hcd_init': ehci-fsl.c:43:7: warning: variable 'usb_phy' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- drivers/usb/host/ehci-fsl.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH 14/16] arch/powerpc/cpu/mpc8xxx/ddr/options.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: options.c: In function 'populate_memctl_options': options.c:486:28: warning: variable 'pdodt' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala ga...@kernel.crashing.org --- arch/powerpc/cpu/mpc8xxx/ddr/options.c |4 1 files changed, 4 insertions(+), 0

[U-Boot] [PATCH 15/16] arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: fsl_corenet_serdes.c: In function 'fsl_serdes_init': fsl_corenet_serdes.c:511:8: warning: variable 'buf' set but not used [-Wunused-but-set-variable] fsl_corenet_serdes.c:498:18: warning: variable 'lane_prtcl' set but not used [-Wunused-but-set-variable] Signed-off-by: Kumar Gala

[U-Boot] [PATCH 16/16] arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c: Fix GCC 4.6 build warning

2011-11-09 Thread Kumar Gala
Fix: ctrl_regs.c: In function 'set_ddr_sdram_cfg_2': ctrl_regs.c:641:15: warning: variable 'rcw_en' set but not used [-Wunused-but-set-variable] ctrl_regs.c: In function 'compute_fsl_memctl_config_regs': ctrl_regs.c:951:31: warning: array subscript is above array bounds [-Warray-bounds]

  1   2   >