Re: [U-Boot] [PATCH v2 1/4] ARM: make reserving the gd register a make variable

2013-09-18 Thread Albert ARIBAUD
Hi Jeroen, On Sat, 17 Aug 2013 15:55:16 +0200, Jeroen Hofstee wrote: > On 08/14/2013 08:25 PM, Jeroen Hofstee wrote: > > diff --git a/arch/arm/config.mk b/arch/arm/config.mk > > index 540a119..5e382ab 100644 > > --- a/arch/arm/config.mk > > +++ b/arch/arm/config.mk > > @@ -98,3 +98,5 @@ endif >

Re: [U-Boot] [PATCH v2 2/3] i2c: move to new subsystem

2013-09-18 Thread Albert ARIBAUD
Hi Philippe, On Wed, 18 Sep 2013 21:22:02 +0200, Philippe Reynes wrote: > > Signed-off-by: Philippe Reynes > --- > README | 11 +++ > arch/arm/cpu/armv7/mx5/clock.c |2 +- > arch/arm/cpu/armv7/mx6/clock.c |2 +- > arch/arm/imx-common/Makefile |2 +- > d

Re: [U-Boot] Annoying make debug messages at v2013.10-rc3

2013-09-18 Thread Albert ARIBAUD
Hi Masahiro, On Wed, 18 Sep 2013 13:00:18 +0900, Masahiro Yamada wrote: > Hello Albert. > > > Commit 27af930e modified top Makefile as follows: > > --- a/Makefile > +++ b/Makefile > @@ -838,7 +838,7 @@ unconfig: > > sinclude $(obj).boards.depend > $(obj).boards.dep

Re: [U-Boot] [PATCH v2] Merge and reformat boards.cfg and MAINTAINERS

2013-09-18 Thread Albert ARIBAUD
Hi Masahiro, On Tue, 17 Sep 2013 09:55:00 +0900, Masahiro Yamada wrote: > Hello Albert, Tom. > > > Commit 27af930e9 added Active/Orphan status in the first column of boards.cfg. > > Could you tell the definition of "Active" and "Orphan". > > > At first I imagined Orphan means a board withou

Re: [U-Boot] [PATCH v3 02/28] sf: probe: Add new spi_flash_probe support

2013-09-18 Thread Simon Glass
Hi, On Sun, Sep 15, 2013 at 12:15 PM, Jagannadha Sutradharudu Teki < jagannadha.sutradharudu-t...@xilinx.com> wrote: > Added new spi_flash_probe support, currently added N25Q* > flash part attributes support. > > Updated the sector_size attributes as per the flash parts. > Looks fine for with thi

Re: [U-Boot] [PATCH 12/12 V3] DWMMC: SMDK5420: Disable SMU for eMMC

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > SMDK5420 has a new Security Management Unit added > for dwmmc driver, hence, configuring the control > registers to support booting via eMMC. > > Signed-off-by: Alim Akhtar > Signed-off-by: R

Re: [U-Boot] [PATCH 11/12 V3] SPL: EXYNOS: Prepare for variable size SPL support

2013-09-18 Thread Simon Glass
On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > When variable size SPL is used, the BL1 expects the SPL to be > encapsulated differently: instead of putting the checksum at a fixed > offset in the SPL blob, prepend the blob with a header including the > si

Re: [U-Boot] [PATCH 10/12 V3] Config: Add initial config for SMDK5420

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > Adding initial config for SMDK5420 to build and boot U-Boot > over Exynos based SMDK5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > --- > Changes in V2: >

Re: [U-Boot] [PATCH 09/12 V3] DTS: Add dts support for SMDK5420

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > This patch adds support for SMDK5420. > exynos5.dtsi created is a common file which has the nodes common > to both 5420 and 5250. > > Signed-off-by: Akshay Saraswat > Signed-off-by: Rajeshwar

Re: [U-Boot] [PATCH 08/12 V3] Exynos5420: Add base patch for SMDK5420

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > Adding the base patch for Exynos based SMDK5420. > This shall enable compilation and basic boot support for > SMDK5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat

Re: [U-Boot] [PATCH 07/12 V3] Exynos5420: Add support for 5420 in pinmux and gpio

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > From: Akshay Saraswat > > Adds code in pinmux and gpio framework to support Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass Do

Re: [U-Boot] [PATCH 06/12 V3] Exynos5420: Alter UNCON and UFCON for 5420

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > From: Akshay Saraswat > > This patch modifies UNCON and UFCON values to make s5p > serial support exynos5420 by doing following changes: > * Enable Rx time-out interrupts. > * Make Rx time-

[U-Boot] [PATCH V2] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" Since UBIFS is enabled for cpux9k2, more malloc space is needed. For the current uboot 2013.10-rcX the size is to small, this will fix the startup problems by increasing the mallog space to 4MiB. Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/c

Re: [U-Boot] [PATCH 05/12 V3] Exynos5420: Modify TZPC init to support 5420

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > From: Akshay Saraswat > > Currently, part of TZPC init code for Exynos5 starts setting DECPROT > from the base address 0x1010 upto 0x1019 but in case of > Exynos5420 we need it to sta

Re: [U-Boot] [PATCH 04/12 V3] Exynos5420: Add DDR3 initialization for 5420

2013-09-18 Thread Simon Glass
On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > This patch intends to add DDR3 initialization code for Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > A few nits in comments, but it looks reasonable. Acked-by: Simo

Re: [U-Boot] [PATCH 03/12 V3] Exynos5420: Add clock initialization for 5420

2013-09-18 Thread Simon Glass
On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > This patch adds code for clock initialization and clock settings > of various IP's and controllers, required for Exynos5420 > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-b

Re: [U-Boot] [PATCH 02/12 V3] Exynos5420: Add base addresses for 5420

2013-09-18 Thread Simon Glass
On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > From: Akshay Saraswat > > Adds base addresses of various IPs and controllers required for > Exynos5420. > > Signed-off-by: Rajeshwari S Shinde > Signed-off-by: Akshay Saraswat > Acked-by: Simon Glass >

Re: [U-Boot] [PATCH 01/12 V3] EXYNOS5: Create a common board file

2013-09-18 Thread Simon Glass
Hi Rajeshwari, On Wed, Sep 11, 2013 at 4:01 AM, Rajeshwari S Shinde < rajeshwar...@samsung.com> wrote: > Create a common board.c file for all functions which are common across > all EXYNOS5 platforms. > > exynos_init function is provided for platform cpecific code. > specific > > Signed-off-by

Re: [U-Boot] i2c:zynq: I2C multi-bus support on Zynq

2013-09-18 Thread Heiko Schocher
Hello Michael, Am 18.09.2013 18:28, schrieb Michael Burr: This amends my previous patch (of Sept. 17, 2013, 5:29 p.m): Initialize both bus masters as needed in 'i2c_init'. The behavior of this code should be unchanged from the old version if CONFIG_I2C_MULTI_BUS is not defined. According to H

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-18 Thread Simon Glass
Hi MJ, On Wed, Sep 18, 2013 at 9:01 PM, MJ embd wrote: > Thanks for replying Simon. Comments inline > > On 9/18/13, Simon Glass wrote: > > Hi MJ, > > > > On Wed, Sep 18, 2013 at 12:41 AM, MJ embd wrote: > >> Hi Simon/All, > >> > >> Any comments > >> > >> On 9/17/13, Simon Glass wrote: > >>>

Re: [U-Boot] [PATCH] FIT: delete unnecessary casts

2013-09-18 Thread Masahiro Yamada
Simon, Thanks for your review. I noticed a strange part in my commit log and posted v2 with a purely cosmetic update. s/img_addr/the argument/ Best Regards Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/lis

[U-Boot] [PATCH v2] FIT: delete unnecessary casts

2013-09-18 Thread Masahiro Yamada
Becuase fdt_check_header function takes (const void *) type argument, the argument should be passed to it without being casted to (char *). Signed-off-by: Masahiro Yamada --- Changes for v2: - fix commit log (purely cosmetic) (s/img_addr/the argument/) common/image-fdt.c | 2 +- c

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-18 Thread MJ embd
Thanks for replying Simon. Comments inline On 9/18/13, Simon Glass wrote: > Hi MJ, > > On Wed, Sep 18, 2013 at 12:41 AM, MJ embd wrote: >> Hi Simon/All, >> >> Any comments >> >> On 9/17/13, Simon Glass wrote: >>> Hi, >>> >>> You could try to cc whoever wrote the code. You can use git blame to

Re: [U-Boot] Understanding uboot child makefiles

2013-09-18 Thread MJ embd
Thanks, after a long google I figured it out. Will write a post about it on my blog. On 9/19/13, Simon Glass wrote: > Hi MJ, > > On Mon, Sep 16, 2013 at 8:23 PM, MJ embd wrote: > >> PS: Last message was sent without body, please ignore >> >> 0 down vote favorite >> >> >> I am trying to understa

Re: [U-Boot] [PATCH 3/4] dumpimage: Added a tool to extract "data files" from U-Boot multifile images

2013-09-18 Thread Simon Glass
Hi, On Tue, Sep 17, 2013 at 6:42 PM, wrote: > From: Guilherme Maciel Ferreira > > Given a multifile image created through the mkimage's -d option: > > $ mkimage -A x86 -O linux -T multi -n x86 -d > vmlinuz:initrd.img:System.map \ > multi.img > > Image Name: x86 > Created: Thu Jul

Re: [U-Boot] [PATCH 4/4] sandbox: dumpimage: Test dumpimage

2013-09-18 Thread Simon Glass
Hi, On Tue, Sep 17, 2013 at 6:42 PM, wrote: > From: Guilherme Maciel Ferreira > > Please can you add a commit message describing this commit? > Signed-off-by: Guilherme Maciel Ferreira < > guilherme.maciel.ferre...@gmail.com> > --- > test/image/test-imagetools.sh | 107 > +++

Re: [U-Boot] [PATCH 2/4] tools: moved code common to all image tools to a separated module.

2013-09-18 Thread Simon Glass
Hi, \ On Tue, Sep 17, 2013 at 6:41 PM, wrote: > From: Guilherme Maciel Ferreira > > In order to avoid duplicating code and keep only one point of modification, > the functions, structs and defines useful for "dumpimage" were moved from > "mkimage" to a common module called "imagetool". > > This m

Re: [U-Boot] [PATCH 1/4] mkimage: added 'static' specifier to match function's prototype.

2013-09-18 Thread Simon Glass
Hi, On Tue, Sep 17, 2013 at 6:40 PM, wrote: > From: Guilherme Maciel Ferreira > > Signed-off-by: Guilherme Maciel Ferreira < > guilherme.maciel.ferre...@gmail.com> > --- > tools/mkimage.c |4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tools/mkimage.c b/tools/mk

Re: [U-Boot] [PATCH] FIT: delete unnecessary casts

2013-09-18 Thread Simon Glass
On Tue, Sep 17, 2013 at 6:58 PM, Masahiro Yamada wrote: > Becuase fdt_check_header function takes (const void *) > type argument, img_addr should be passed to it > without being casted to (char *). > > Signed-off-by: Masahiro Yamada > Looks right to me. Acked-by: Simon Glass __

Re: [U-Boot] [PATCH] cosmetic: FIT: fix typos in comments

2013-09-18 Thread Simon Glass
On Tue, Sep 17, 2013 at 6:36 PM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Understanding uboot child makefiles

2013-09-18 Thread Simon Glass
Hi MJ, On Mon, Sep 16, 2013 at 8:23 PM, MJ embd wrote: > PS: Last message was sent without body, please ignore > > 0 down vote favorite > > > I am trying to understand a second level makefile of uboot (this > makefile was in a sub directory) > > a) What is the difference between $(COBJS:.o=.c)

Re: [U-Boot] [U-boot] Some questions about BootStage functions

2013-09-18 Thread Simon Glass
Hi, [resending on the right thread] On Mon, Sep 16, 2013 at 1:14 AM, wrote: > Hi, experts: > > I have some questions about bootstage functions.(common/bootstage.c) > > 1. mark_bootsage record relocation question > > board_init_f() will call mark_bootstage() function to record the elapsed > time

Re: [U-Boot] [PATCH] Fix numerous misspellings of "redundand" and "REDUNDAND".

2013-09-18 Thread Simon Glass
Hi Robert, On Mon, Sep 16, 2013 at 8:10 AM, Robert P. J. Day wrote: > > Do a global spelling fix for all spellings of "redundand", which is a > functional change since it includes the variable > CONFIG_SYS_REDUNDAND_ENVIRONMENT. > > Signed-off-by: Robert P. J. Day > Looks right to me. Acked-by

Re: [U-Boot] [PATCH] cosmetic: doc: uImage.FIT: fix typos

2013-09-18 Thread Simon Glass
On Fri, Sep 13, 2013 at 5:28 AM, Masahiro Yamada wrote: > Signed-off-by: Masahiro Yamada > Acked-by: Simon Glass > --- > doc/uImage.FIT/command_syntax_extensions.txt | 2 +- > doc/uImage.FIT/source_file_format.txt| 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --g

[U-Boot] [PATCH v2 1/3] i2c: fix init on generic board

2013-09-18 Thread Philippe Reynes
Signed-off-by: Philippe Reynes --- common/board_f.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 0ada1af..f0664bc 100644 --- a/common/board_f.c +++ b/common/board_f.c @@ -249,7 +249,11 @@ void dram_init_banksize(void) stat

[U-Boot] [PATCH v2 2/3] i2c: move to new subsystem

2013-09-18 Thread Philippe Reynes
Signed-off-by: Philippe Reynes --- README | 11 +++ arch/arm/cpu/armv7/mx5/clock.c |2 +- arch/arm/cpu/armv7/mx6/clock.c |2 +- arch/arm/imx-common/Makefile |2 +- drivers/i2c/Makefile |2 +- drivers/i2c/mxc_i2c.c | 137

[U-Boot] [PATCH v2 0/3] i2c, mxc: switch to new multibus/multiadapter framework

2013-09-18 Thread Philippe Reynes
This serie is composed of three patches: - one to fix the i2c init on the generic board - one to port the i2c mxc driver to new subsystem - one to update all configurations with i2c mxc driver This serie was tested with success on armadeus apf27. Difference between v2 and v1: - change title of th

[U-Boot] [PATCH v2 3/3] i2c: update config using mxc driver to new subsystem

2013-09-18 Thread Philippe Reynes
Signed-off-by: Philippe Reynes --- include/configs/apf27.h | 11 ++- include/configs/flea3.h |9 - include/configs/imx31_phycore.h |7 +++ include/configs/m53evk.h |7 +++ include/configs/mx25pdk.h |7 +++ inclu

Re: [U-Boot] [PATCH] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Jens Scharsig
Dear Andreas Bießmann: > > are you sure 1MiB is enough? We had from time to time problems > initializing an unsafe closed UBI (about 512MiB). With 4MiB malloc arena > however we never had these problems. Thank you for informations. To prevent future problems, I will send a 4MiB version (V2) tomor

Re: [U-Boot] [Exynos 5250 Query] Smp Boot

2013-09-18 Thread Simon Glass
Hi MJ, On Wed, Sep 18, 2013 at 12:41 AM, MJ embd wrote: > Hi Simon/All, > > Any comments > > On 9/17/13, Simon Glass wrote: >> Hi, >> >> You could try to cc whoever wrote the code. You can use git blame to find >> out. >> >> But it sounds like you are on the right track. I may be able to help,

Re: [U-Boot] [PATCH v3 00/28] sf: Add common probe support

2013-09-18 Thread Jagan Teki
Hi, To my knowledge, I have added few spi_flash code contributors from Atmel, eon, gigadevice and macronix. Request for respective developers, please test these new changes on your hw parts. On Sun, Sep 15, 2013 at 11:45 PM, Jagannadha Sutradharudu Teki wrote: > Hi All, > > This is a v3 series f

Re: [U-Boot] [PATCH] usb: ehci: Fix test mode for connected ports

2013-09-18 Thread Julius Werner
> Why 8 * 1000? It's not clear. I am not quite sure to be honest... it's been a while since I actually wrote this patch. The EHCI spec gives no clear max for the Periodic/Async Schedule disable (I assume not more than a frame, though), and says the Run/Stop bit must halt within 16 microframes (whi

[U-Boot] i2c:zynq: I2C multi-bus support on Zynq

2013-09-18 Thread Michael Burr
This amends my previous patch (of Sept. 17, 2013, 5:29 p.m): > Initialize both bus masters as needed in 'i2c_init'. The behavior of this code should be unchanged from the old version if CONFIG_I2C_MULTI_BUS is not defined. According to Heiko, this driver should be ported to the new multibus framew

Re: [U-Boot] [PATCH v2] net: fec_mxc: Fix timeouts during tftp transfer

2013-09-18 Thread Marek Vasut
Dear Fabio Estevam, > From: Fabio Estevam > > Performing tftp transfers on mx28 results in random timeouts. > > Hector Palacios and Robert Hodaszi analyzed the root cause being related to > the wrong alignment of the 'buff' buffer inside fec_recv(). > > Benoît Thébaudeau provided an excellent

Re: [U-Boot] [RESEND PATCH v7 1/2] socfpga: Adding System Manager driver

2013-09-18 Thread Chin Liang See
Hi Albert, Would need your help to apply this patch to u-boot-arm/master as this patch has been a while ago. Thanks and have a nice day! Chin Liang On Wed, 2013-09-11 at 11:24 -0500, Chin Liang See wrote: > Adding System Manager driver which will configure the > pin mux for real hardware Cyclon

Re: [U-Boot] [RESEND PATCH v6 2/2] socfpga: Adding pin mux handoff files

2013-09-18 Thread Chin Liang See
Hi Albert, Would need your help to apply this patch too to u-boot-arm/master as this patch has been a while ago. Thanks and have a nice day! Chin Liang On Wed, 2013-09-11 at 11:26 -0500, Chin Liang See wrote: > Adding the generated pin mux configuration by Preloader > Generator tool > > Signed

[U-Boot] [PATCH] socfpga: Adding Freeze Controller driver

2013-09-18 Thread Chin Liang See
Adding Freeze Controller driver. All HPS IOs need to be in freeze state during pin mux or IO buffer configuration. It is to avoid any glitch which might happen during the configuration from propagating to external devices. Signed-off-by: Chin Liang See Cc: Wolfgang Denk CC: Pavel Machek Cc: Din

Re: [U-Boot] [PATCH v5 0/3] dfu ram support

2013-09-18 Thread Marek Vasut
Dear Afzal Mohammed, > Hi, > > DFU spec mentions it as a method to upgrade firmware (software stored > in writable non-volatile memory). It also says other potential uses of > DFU is beyond scope of the spec. > > Here such a beyond the scope use is being attempted - directly pumping > binary ima

Re: [U-Boot] [PATCH] i2c:zynq: I2C multi-bus support on Zynq

2013-09-18 Thread Michael Burr
Thanks for the feedback, Heiko! I will take a look at the new framework... Michael Burr  //  Software Engineer II Logic PD T // 612.436.7273 NOTICE: Important disclaimers and limitations apply to this email. Please see this web page for our disclaimers and limitations: http://logicpd.com/email-d

Re: [U-Boot] (Intro) i2c:zynq: I2C multi-bus support on Zynq

2013-09-18 Thread Michael Burr
Thanks for your feedback! So, I guess the "Intro" message should have been a cover letter. Next time I'll use "--cover-letter" with "git format-patch", as you suggest, if I need a cover letter. My patch is called "i2c:zynq: I2C multi-bus support on Zynq"; I think it got through to the "Incoming

Re: [U-Boot] [PATCH] usb: ehci: Fix test mode for connected ports

2013-09-18 Thread Marek Vasut
Dear Julius Werner, > The EHCI controller has some very specific requirements for the USB 2.0 > port test modes, which were not closely followed in the initial test > mode commit. It demands that the host controller is completely shut down > (all ports suspended, Run/Stop bit unset) when activatin

Re: [U-Boot] [PATCH] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Andreas Bießmann
Dear Jens Scharsig, On 09/18/2013 04:13 PM, Jens Scharsig (BuS Elektronik) wrote: > From: "Jens Scharsig (BuS Elektronik)" > > Since UBIFS is enabled for cpux9k2, more malloc space is needed. > For the current uboot 2013.10-rcX the size is to small, this will fix the > startup problems by increa

[U-Boot] [PATCH] arm: atmel: cpux9k2: increase malloc space to fix crash on start u-boot

2013-09-18 Thread Jens Scharsig (BuS Elektronik)
From: "Jens Scharsig (BuS Elektronik)" Since UBIFS is enabled for cpux9k2, more malloc space is needed. For the current uboot 2013.10-rcX the size is to small, this will fix the startup problems by increasing the mallog space. Signed-off-by: Jens Scharsig (BuS Elektronik) --- include/configs/e

Re: [U-Boot] [PATCH] mx6sabresd: Fix the fdt file for the mx6dl version

2013-09-18 Thread Eric Nelson
Hi Fabio, On 09/17/2013 06:55 PM, Fabio Estevam wrote: From: Fabio Estevam We need to load 'imx6dl-sabresd.dtb' in the mx6dl version. Signed-off-by: Fabio Estevam --- include/configs/mx6sabresd.h | 4 1 file changed, 4 insertions(+) diff --git a/include/configs/mx6sabresd.h b/includ

[U-Boot] U-boot PPC405EX with DDR2 DIMM

2013-09-18 Thread Steve Miller
Hello, I have inherited a design using the PPC405EX that was based on the Kilauea reference design. One of the changes was Kilauea uses on-board DDR2 DRAM ICs and this design uses DDR2 DIMMs. The u-boot is working, except only 256MB of RAM is available instead of the 1GIG that the module suppo

[U-Boot] [UBOOT][PATCHv3 6/7] dra7xx_evm: add SPL API, QSPI, and serial flash support

2013-09-18 Thread Sourav Poddar
From: Matt Porter Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Matt Porter Signed-off-by: Sourav Poddar --- board/ti/dra7xx/mux_data.h | 10 ++ include/configs/dra7xx_evm.h | 20

[U-Boot] [UBOOT][PATCHv3 7/7] README: qspi usecase and testing documentation.

2013-09-18 Thread Sourav Poddar
Contains documentation and testing details for qspi flash interface. Signed-off-by: Sourav Poddar --- doc/README.ti_qspi_dra_test | 38 ++ doc/README.ti_qspi_flash| 47 +++ 2 files changed, 85 insertions(+), 0 deleti

[U-Boot] [UBOOT][PATCHv3 5/7] spi: add TI QSPI driver

2013-09-18 Thread Sourav Poddar
From: Matt Porter Adds a SPI master driver for the TI QSPI peripheral. Signed-off-by: Matt Porter Signed-off-by: Sourav Poddar [Added quad read support and memory mapped support). --- drivers/spi/Makefile |1 + drivers/spi/ti_qspi.c | 324

[U-Boot] [UBOOT][PATCHv3 3/7] drivers: mtd: :spi: Add quad read support

2013-09-18 Thread Sourav Poddar
From: Ravikumar Kattekola Some flash like S25fl256s supports quad read mode also. This patch enables the quad read support based on CONFIG_SF_QUAD_RD config. Enabling quad read has the following components: 1. Enable the Quad mode bit in the flash device side. 2. Add a quad read mode read api. I

[U-Boot] [UBOOT][PATCHv3 2/7] armv7: hw_data: change clock divider setting.

2013-09-18 Thread Sourav Poddar
Clock requirement for qspi clk is 192 Mhz. According to the below formulae, f dpll = f ref * 2 * m /(n + 1) clockoutx2_Hmn = f dpll / (hmn+ 1) fref = 20 Mhz, m = 96, n = 4 gives f dpll = 768 Mhz For clockoutx2_Hmn to be 768, hmn + 1 should be 4. Signed-off-by: Sourav Poddar --- arch/arm/cpu/ar

[U-Boot] [UBOOT][PATCHv3 4/7] driver: mtd: spi: Add memory mapped read support

2013-09-18 Thread Sourav Poddar
Qspi controller can have a memory mapped port which can be used for data read. Added support to enable memory mapped port read. This patch enables the following: - It enables exchange of memory map address between mtd and qspi through the introduction of "memory_map" flag. - Add support to communi

[U-Boot] [UBOOT][PATCHv3 0/7] mtd/spi: add quad/memory mapped read support, add ti qspi controller.

2013-09-18 Thread Sourav Poddar
This patch series add support for TI qspi controller and in the process also add support for quad read and memory mapped read in mtd spi framework. Testing details: Did a boot from qspi mode on DRA7xx. Testing details present in the last patch of the series. Currently, TI qpsi controller support

[U-Boot] [UBOOT][PATCHv3 1/7] omap5: add qspi support

2013-09-18 Thread Sourav Poddar
From: Matt Porter Add QSPI definitions and clock configuration support. Signed-off-by: Matt Porter Signed-off-by: Sourav Poddar --- arch/arm/cpu/armv7/omap5/hw_data.c |8 arch/arm/cpu/armv7/omap5/prcm-regs.c |1 + arch/arm/include/asm/arch-omap5/omap.h |3 +++ arch/

Re: [U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader

2013-09-18 Thread Prabhakar Kushwaha
Thanks Rommel for checking this patch. Please find my reply in-lined On 09/18/2013 03:28 AM, Rommel Custodio wrote: Dear Prabhakar Kushwaha, Prabhakar Kushwaha freescale.com> writes: Add support of 2 stage NAND boot loader using SPL framework. here, PBL initialise the internal SRAM and copy

Re: [U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand

2013-09-18 Thread Prabhakar Kushwaha
Thanks Scott for taking time and reviewing the RFC patch. Please find my reply in-lined. On 09/17/2013 05:23 AM, Scott Wood wrote: On Mon, 2013-09-16 at 21:35 +0530, Prabhakar Kushwaha wrote: fsl_ifs_spl.c reads data from NAND and store at a memory location in raw mode. It does not used MTD la

Re: [U-Boot] [PATCH v4] usb: new board-specific USB init interface

2013-09-18 Thread Mateusz Zalega
On 09/17/13 18:11, Igor Grinberg wrote: > Hello, > > On 09/10/2013 06:10 PM, Mateusz Zalega wrote: >> This commit unifies board-specific USB initialization implementations >> under one symbol (usb_board_init), declaration of which is available in >> usb.h. >> >> New API allows selective initializa

[U-Boot] [PATCH v11 0/6] arm64 patch

2013-09-18 Thread fenghua
From: David Feng Changes for v11: - Replace CONFIG_ARMV8 with CONFIG_ARM64. Currently, it's hard to distinguish what is armv8 specific and what is aarch64 specific, so we use CONFIG_ARM64 only, no CONFIG_ARMV8 used. - rename README.armv8 with README.arm64 and make some modificatio

[U-Boot] [PATCH v11 5/6] remove compiling warnings

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/cmd_pxe.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/cmd_pxe.c b/common/cmd_pxe.c index a2fb50a..df58522 100644 --- a/common/cmd_pxe.c +++ b/common/cmd_pxe.c @@ -57,7 +57,7 @@ static int format_mac_pxe(

[U-Boot] [PATCH v11 1/6] core support of arm64

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng --- arch/arm/config.mk |4 + arch/arm/cpu/armv8/Makefile | 38 + arch/arm/cpu/armv8/cache.S | 130 + arch/arm/cpu/armv8/cache_v8.c | 228 +

[U-Boot] [PATCH v11 3/6] generic board patch of manual reloc and zero gd_t

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/board_f.c | 18 +++--- common/board_r.c | 18 ++ 2 files changed, 29 insertions(+), 7 deletions(-) diff --git a/common/board_f.c b/common/board_f.c index 0ada1af..5891ad2 100644 --- a/common/board_f.c +++ b/c

[U-Boot] [PATCH v11 6/6] add weak entry definition

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng --- include/linux/linkage.h |4 1 file changed, 4 insertions(+) diff --git a/include/linux/linkage.h b/include/linux/linkage.h index 9ddf830..2a2848a 100644 --- a/include/linux/linkage.h +++ b/include/linux/linkage.h @@ -49,6 +49,10 @@

[U-Boot] [PATCH v11 2/6] board support of vexpress_aemv8a

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng Signed-off-by: Bhupesh Sharma --- MAINTAINERS |4 + board/armltd/dts/vexpress64.dts | 439 ++ board/armltd/vexpress64/Makefile | 27 +++ board/armltd/vexpress64/vexpress64.c |

[U-Boot] [PATCH v11 4/6] 64bit initrd start address support

2013-09-18 Thread fenghua
From: David Feng Signed-off-by: David Feng --- common/fdt_support.c | 66 ++ 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/common/fdt_support.c b/common/fdt_support.c index b034c98..9bc5821 100644 --- a/common/fdt_support.c +++

[U-Boot] [PATCH v2 1/3] arm/km: add support for km_kirkwood_128m16 board

2013-09-18 Thread Holger Brunck
From: Karlheinz Jerg The board is similar to the standard km_kirkwood board. From a u-boot point of view, the only difference is an increased 256 MiB DRAM (128M16). A board based on this design is for example the SUP12. Signed-off-by: Karlheinz Jerg Signed-off-by: Holger Brunck --- boards.cfg

Re: [U-Boot] [PATCH] i2c:zynq: I2C multi-bus support on Zynq

2013-09-18 Thread Heiko Schocher
Hello Michael, a "How to send patches", Jagan Teki responded to you, so I only comment your patch ... Am 17.09.2013 19:29, schrieb Michael Burr: Zynq PS has two I2C bus masters (called 'I2C0' and 'I2C1'): Implement 'i2c_set_bus_num' routine to select from these. Support I2C devices which do n

[U-Boot] [PATCH] net: macb: get DMA bus width from design config register

2013-09-18 Thread Bo Shen
Get DMA bus width from design config register Signed-off-by: Bo Shen --- drivers/net/macb.c | 20 +++- drivers/net/macb.h | 11 +++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/drivers/net/macb.c b/drivers/net/macb.c index bf3983a..781a272 100644 --