Re: [U-Boot] [PATCH] mx31pdk: Change maintainer

2014-08-13 Thread Stefano Babic
Hi Fabio, On 12/08/2014 22:29, Fabio Estevam wrote: > From: Fabio Estevam > > Currently I don't have access to a mx31pdk board. > > Magnus was the original maintainer of the board and accepted to take back > this role. > > Signed-off-by: Fabio Estevam > Acked-by: Magnus Lilja > --- > Hi Stef

Re: [U-Boot] [PATCH] embest/mx6boards: only toggle eMMC usdhc3 RST line on MarSboard

2014-08-13 Thread Stefano Babic
Hi Ian, On 10/06/2014 00:08, Iain Paton wrote: > On MarS usdhc3 is eMMC, on RIoT usdhc3 is uSD and eMMC is usdhc4. > > Don't run the MarS specific eMMC reset code on usdhc3 when > board_type == BOARD_IS_RIOTBOARD > > Signed-off-by: Iain Paton > --- > board/embest/mx6boards/mx6boards.c | 1 + >

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Stefan Agner
Am 2014-08-13 00:58, schrieb Bill Pringlemeir: > On 12 Aug 2014, scottw...@freescale.com wrote: > >> On Tue, 2014-08-12 at 23:13 +0200, Stefan Agner wrote: >>> Am 2014-08-12 00:33, schrieb Scott Wood: On Wed, 2014-08-06 at 10:59 +0200, Stefan Agner wrote: > This adds initial support for F

[U-Boot] [PATCH v2] kmp204x: reset the Zarlink clocking chips at power up only

2014-08-13 Thread Valentin Longchamp
There is the requirement on the chassis's backplane that when the clocks have been enabled, they then should not disappear. Resetting the Zarlink clocking chips at unit reset violates this requirement because the backplane clocks are not supplied during the reset time. To avoid this side effect,

[U-Boot] [PATCH v2] km-powerpc: define CONFIG_PRAM to protect PHRAM and PNVRAM

2014-08-13 Thread Valentin Longchamp
When u-boot initializes the RAM (early in boot) it looks for the "pram" env variable to know which is area it cannot use. If the "pram" env variable is not found, the default CONFIG_PRAM value is used. This value used to be 0 (no protection at all). This patch sets it to a value that covers PHRAM

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Bill Pringlemeir
On 12 Aug 2014, scottw...@freescale.com wrote: > On Tue, 2014-08-12 at 23:13 +0200, Stefan Agner wrote: >> Am 2014-08-12 00:33, schrieb Scott Wood: >>> On Wed, 2014-08-06 at 10:59 +0200, Stefan Agner wrote: This adds initial support for Freescale NFC (NAND Flash Controller). The IP is u

[U-Boot] Passing bootargs to arm64 kernel

2014-08-13 Thread Youngmin Nam
Hello. I'm trying to find a way how to pass bootargs to arm64 kernel. In arm32 kernel, we can pass bootargs with atag from u-boot to kernel. So, we can overwrite kernel's bootargs with u-boot's bootargs. But from arm64 kernel, the dtb is the only argument that should be passed from bootloader whi

[U-Boot] [PATCH][v2] powerpc/T4240QDS/eth: some fix for XFI

2014-08-13 Thread shh.xie
From: Shaohui Xie XFI is supported on T4QDS-XFI board, which removed slot3, and four LANEs of serdes2 are routed to a SFP+ cages, which to house fiber cable or direct attach cable(copper), the copper cable is used to emulate the 10GBASE-KR scenario. So, for XFI usage, there are two scenarios, on

[U-Boot] [PATCH] Fman/mEMAC: mEMAC fix for 10G MAC and PHY

2014-08-13 Thread shh.xie
From: Shaohui Xie 1. use Payload length check disable when enable MAC; 2. add XGMII support for setting MAC interface mode; 3. only enable auto negotiation for Non-XGMII mode; 4. return 0x if clause 22 is used to read 10G phy_id; Signed-off-by: Shaohui Xie Signed-off-by: Roy Zang --- arch

Re: [U-Boot] Passing bootargs to arm64 kernel

2014-08-13 Thread Tom Rini
On Wed, Aug 13, 2014 at 11:21:32AM +0900, Youngmin Nam wrote: > Hello. > I'm trying to find a way how to pass bootargs to arm64 kernel. > > In arm32 kernel, we can pass bootargs with atag from u-boot to kernel. So, > we can overwrite kernel's bootargs with u-boot's bootargs. > > But from arm64 k

[U-Boot] [PATCH] driver/net/fm/memac_phy: set NEG bit for external MDIOs

2014-08-13 Thread shh.xie
From: Shaohui Xie NEG bit default is '1' for external MDIOs as per FMAN-v3 RM, but on some platforms, e.g. T2080QDS, this bit is '0', which leads to MDIO failure on XAUI PHY, so set this bit definitely to align with the RM. Signed-off-by: Shaohui Xie --- arch/powerpc/include/asm/fsl_memac.h |

Re: [U-Boot] [PATCH V3 12/18] arm: mx6: add support for Compulab cm-fx6 CoM

2014-08-13 Thread Nikita Kiryanov
Hi Simon, On 12/08/14 17:48, Simon Glass wrote: Hi Nikita, On 11 August 2014 10:22, Nikita Kiryanov wrote: Add initial support for Compulab CM-FX6 CoM. Support includes MMC, SPI flash, and SPL with dynamic DRAM detection. [..snip..] board/compulab/cm_fx6/common.h | 36 board

[U-Boot] thor integration with ci_udc

2014-08-13 Thread S Durga Prasad Paladugu
Hi, Does anyone tested by integrating thor functionality with the ci_udc driver instead of samsung s3c_udc_otg? I am trying to do the same on my zynq board then the enumeration was successful but not able to download the file using lthor. Any other inputs on this would be fine. Regards, DP __

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Stefan Agner
Am 2014-08-13 00:58, schrieb Bill Pringlemeir: [snip] > +static u32 nfc_read(struct mtd_info *mtd, uint reg) > +{ > + struct fsl_nfc *nfc = mtd_to_nfc(mtd); > + > + if (reg == NFC_FLASH_STATUS1 || > + reg == NFC_FLASH_STATUS2 || > + reg == NFC_IRQ_STATUS) > +

Re: [U-Boot] [PATCH] mx31pdk: Change maintainer

2014-08-13 Thread Fabio Estevam
Hi Stefano, On Wed, Aug 13, 2014 at 4:28 AM, Stefano Babic wrote: > Hi Fabio, > > On 12/08/2014 22:29, Fabio Estevam wrote: >> From: Fabio Estevam >> >> Currently I don't have access to a mx31pdk board. >> >> Magnus was the original maintainer of the board and accepted to take back >> this role.

Re: [U-Boot] SPL broken on i.mx31 platforms

2014-08-13 Thread Helmut Raiger
On 08/05/2014 02:32 PM, Magnus Lilja wrote: Hi Fabio, On 5 August 2014 14:28, Fabio Estevam wrote: Hi Magnus, On Mon, Aug 4, 2014 at 5:23 PM, Magnus Lilja wrote: I have now done some tests on i.MX31 PDK: * v2013.04 and v2014.04 works * v2014.07 and "tip of tree as of this mail" does not wo

Re: [U-Boot] [PATCH] mx31pdk: Change maintainer

2014-08-13 Thread Tom Rini
On Wed, Aug 13, 2014 at 09:20:40AM -0300, Fabio Estevam wrote: > Hi Stefano, > > On Wed, Aug 13, 2014 at 4:28 AM, Stefano Babic wrote: > > Hi Fabio, > > > > On 12/08/2014 22:29, Fabio Estevam wrote: > >> From: Fabio Estevam > >> > >> Currently I don't have access to a mx31pdk board. > >> > >> Ma

Re: [U-Boot] [PATCH V3 12/18] arm: mx6: add support for Compulab cm-fx6 CoM

2014-08-13 Thread Igor Grinberg
Hi Nikita, Several comments below in addition to Simon's. On 08/11/14 19:22, Nikita Kiryanov wrote: > Add initial support for Compulab CM-FX6 CoM. > Support includes MMC, SPI flash, and SPL with dynamic DRAM detection. > > Cc: Igor Grinberg > Cc: Stefano Babic > Cc: Tom Rini > Cc: Marek Vasut

Re: [U-Boot] [PATCH V2 14/18] arm: mx6: cm_fx6: add ethernet support

2014-08-13 Thread Igor Grinberg
On 08/10/14 20:12, Nikita Kiryanov wrote: > Add ethernet support for Compulab CM-FX6 CoM > > Cc: Igor Grinberg > Cc: Stefano Babic > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot mailing list U

Re: [U-Boot] [PATCH V2 15/18] arm: mx6: cm_fx6: add usb support

2014-08-13 Thread Igor Grinberg
On 08/10/14 20:12, Nikita Kiryanov wrote: > Add USB and USB OTG host support for Compulab CM-FX6 CoM. > > Cc: Igor Grinberg > Cc: Stefano Babic > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov > --- > Changes in V2: > - No changes > > board/compulab/cm_fx6/cm_fx6.c | 75 > +

Re: [U-Boot] [PATCH V2 13/18] arm: mx6: cm_fx6: add nand support

2014-08-13 Thread Igor Grinberg
On 08/10/14 20:12, Nikita Kiryanov wrote: > Add NAND support for Compulab CM-FX6 CoM. > > Cc: Igor Grinberg > Cc: Stefano Babic > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot mailing list U-Bo

[U-Boot] Please pull u-boot-x86.git branch buildman

2014-08-13 Thread Simon Glass
The following changes since commit 5b7d0027c2463101dabf337a7cccd768fc20b85e: Merge branch 'master' of git://git.denx.de/u-boot-blackfin (2014-08-12 16:54:55 -0400) are available in the git repository at: http://git.denx.de/u-boot-x86.git for you to fetch changes up to e49f14af1349eef94e41b6

Re: [U-Boot] Please pull u-boot-x86.git branch buildman

2014-08-13 Thread Tom Rini
On Wed, Aug 13, 2014 at 08:46:48AM -0600, Simon Glass wrote: > The following changes since commit 5b7d0027c2463101dabf337a7cccd768fc20b85e: > > Merge branch 'master' of git://git.denx.de/u-boot-blackfin > (2014-08-12 16:54:55 -0400) > > are available in the git repository at: > > http://git

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Bill Pringlemeir
On 13 Aug 2014, ste...@agner.ch wrote: > Am 2014-08-13 00:58, schrieb Bill Pringlemeir: > [snip] >> +static u32 nfc_read(struct mtd_info *mtd, uint reg) >> +{ >> +struct fsl_nfc *nfc = mtd_to_nfc(mtd); >> + >> +if (reg == NFC_FLASH_STATUS1 || >> +

Re: [U-Boot] Please pull u-boot-x86.git branch buildman

2014-08-13 Thread Simon Glass
Hi Tom, On 13 August 2014 09:26, Tom Rini wrote: > On Wed, Aug 13, 2014 at 08:46:48AM -0600, Simon Glass wrote: > >> The following changes since commit 5b7d0027c2463101dabf337a7cccd768fc20b85e: >> >> Merge branch 'master' of git://git.denx.de/u-boot-blackfin >> (2014-08-12 16:54:55 -0400) >> >>

[U-Boot] How to recognize need for new configuration

2014-08-13 Thread David Nelson
good morning/afternoon/evening I have long been aware of my current project's implicit requirement of building a custom bootloader with repeatable and consistent results, and as such decided thatI would use U-Boot. That decision was made months ago however I am still without a bootloader for my t

Re: [U-Boot] thor integration with ci_udc

2014-08-13 Thread Stephen Warren
On 08/13/2014 04:58 AM, S Durga Prasad Paladugu wrote: Hi, Does anyone tested by integrating thor functionality with the ci_udc driver instead of samsung s3c_udc_otg? I am trying to do the same on my zynq board then the enumeration was successful but not able to download the file using lthor. An

[U-Boot] use CONFIG_PRE_CONSOLE_BUFFER

2014-08-13 Thread Johann Obermayr
Hello, i will use CONFIG_PRE_CONSOLE_BUFFER and have some trouble. myboard.h #define CONFIG_PRE_CONSOLE_BUFFER #define CONFIG_PRE_CON_BUF_SZ4096 #ifndef __ASSEMBLY__ extern char preConsoleBuffer[] __attribute__ ((section(".data"))); #define CONFIG_PRE_CON_BUF_ADD

[U-Boot] Excuse my interuption of your work, but a question on video support

2014-08-13 Thread Robert Moskowitz
Hello, A few here may have seen me further up the food chain trying to learn how to get things working. I am here asking about video support for the Allwinner A20 soc. If this is something that will not happen for quite some time, I will leave you all alone and go off in a corner and sulk.

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Stefan Agner
Am 2014-08-13 17:14, schrieb Bill Pringlemeir: > On 13 Aug 2014, ste...@agner.ch wrote: > >> Am 2014-08-13 00:58, schrieb Bill Pringlemeir: >> [snip] >>> +static u32 nfc_read(struct mtd_info *mtd, uint reg) >>> +{ >>> + struct fsl_nfc *nfc = mtd_to_nfc(mtd); >>> + >>> +

Re: [U-Boot] [PATCH v2] kmp204x: reset the Zarlink clocking chips at power up only

2014-08-13 Thread York Sun
On 08/13/2014 01:17 AM, Valentin Longchamp wrote: > There is the requirement on the chassis's backplane that when the clocks > have been enabled, they then should not disappear. > > Resetting the Zarlink clocking chips at unit reset violates this > requirement because the backplane clocks are not

Re: [U-Boot] Newbies list?

2014-08-13 Thread James Chargin
On 08/12/2014 11:24 PM, Hannes Petermaier wrote: Hi Frank, Well I've got to say, as a User I'd surely like to learn some new tricks from time to time. I believe this new mailing list would be the right place for it. What is happening now: my Mailbox gets full of messages, that I barely

[U-Boot] [Patch v2, 2/2] ARMv8/ls2085a_emu: Enable DP-DDR as standalone memory block

2014-08-13 Thread York Sun
DP-DDR is used for DPAA, separated from main memory pool for general use. It has 32-bit bus width and use a standard DDR4 DIMM (64-bit). Signed-off-by: York Sun --- Change log: v2: Fix the controller number in board/freescale/ls2085a/ddr.c. arch/arm/include/asm/arch-fsl-lsch3/config.h |3 +

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Bill Pringlemeir
On 13 Aug 2014, ste...@agner.ch wrote: > Funny is, the size is bigger in the first uninlined case... Maybe GCC > inlined the function only for some calls, I did not checked that... > > With if/else > text data bss dec hex filename > 2395 2904 0529914b3 drivers/mt

Re: [U-Boot] thor integration with ci_udc

2014-08-13 Thread S Durga Prasad Paladugu
Hi Stephen, Thanks for your reply. I used your patches after 2014.07 and able to test the DFU successfully using ci_udc,but not thor it looks like that it needs some patches to work for thor. Regards, DP On Wed, Aug 13, 2014 at 9:38 PM, Stephen Warren wrote: > On 08/13/2014 04:58 AM, S Durga

[U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
Hi all, The default environment for the wandboard does not specify the speed for the console. I have an open bug in Fedora[1] I am curious if there was a particular reason why the speed is not set, or if i should just send in a patch to change it? I really do not want to carry a patch around fore

Re: [U-Boot] Please pull u-boot-x86.git branch buildman

2014-08-13 Thread Tom Rini
On Wed, Aug 13, 2014 at 09:31:58AM -0600, Simon Glass wrote: > Hi Tom, > > On 13 August 2014 09:26, Tom Rini wrote: > > On Wed, Aug 13, 2014 at 08:46:48AM -0600, Simon Glass wrote: > > > >> The following changes since commit > >> 5b7d0027c2463101dabf337a7cccd768fc20b85e: > >> > >> Merge branch

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore wrote: > Hi all, > > The default environment for the wandboard does not specify the speed > for the console. I have an open bug in Fedora[1] I am curious if there > was a particular reason why the speed is not set, or if i should just > send in a pat

[U-Boot] [PATCH] powerpc/t4qds: Move doc/README.t4240qds under board/freescale/t4qds

2014-08-13 Thread York Sun
Board specific README file should be moved to board folder. Signed-off-by: York Sun --- I believe this kind of board specific README should be moved under board folders. Please correct me if I am wrong. .../freescale/t4qds/README |0 1 file changed, 0 insertions(+),

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:00:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 2:55 PM, Dennis Gilmore > wrote: > > Hi all, > > > > The default environment for the wandboard does not specify the speed > > for the console. I have an open bug in Fedora[1] I am curious if > > there was a particu

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore wrote: > must have changed recentlyish we are using 2014.04 and it's > "console=ttymxc0" im in the process of updating to 2014.10 so i guess > its a non issue anymore It is the same in 2014.04: http://git.denx.de/?p=u-boot.git;a=blob;f=include/con

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Dennis Gilmore
On Wed, 13 Aug 2014 15:33:43 -0300 Fabio Estevam wrote: > On Wed, Aug 13, 2014 at 3:30 PM, Dennis Gilmore > wrote: > > > must have changed recentlyish we are using 2014.04 and it's > > "console=ttymxc0" im in the process of updating to 2014.10 so i > > guess its a non issue anymore > > It is t

Re: [U-Boot] Wandboard console speed

2014-08-13 Thread Fabio Estevam
On Wed, Aug 13, 2014 at 3:42 PM, Dennis Gilmore wrote: > check line 112, most boards just use the console variable and not the > way you have it set. in my porting to generic distro configs it seems > that we dropped off the re-configuring of the variable. Ill send in a > patch to clean things u

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Scott Wood
On Wed, 2014-08-13 at 13:20 +0200, Stefan Agner wrote: > IMHO we should use the raw_writel only and "hand optimize" for functions > which are used often. For the initialization/configuration functions, > there is little value to save some register access. raw_writel() is itself something that shou

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Scott Wood
On Tue, 2014-08-12 at 18:58 -0400, Bill Pringlemeir wrote: > On 12 Aug 2014, scottw...@freescale.com wrote: > > > On Tue, 2014-08-12 at 23:13 +0200, Stefan Agner wrote: > >> Am 2014-08-12 00:33, schrieb Scott Wood: > >>> You should always be using raw I/O accessors. If the intent is to > >>> bypa

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Scott Wood
On Wed, 2014-08-13 at 17:44 -0400, Bill Pringlemeir wrote: > Regarding "can't know in advance", I think that some of the register > values maybe set by the boot rom. This might make more sense for Linux > than U-Boot. However, after the initial configuration, many do need the > 'read/modify/write

Re: [U-Boot] [PATCH 1/9] mpc85xx: fix interrupt init to not affect watchdog

2014-08-13 Thread Scott Wood
On Tue, 2014-06-03 at 09:05 +0200, Rainer Boschung wrote: > TCR watchdog bit are overwritten when dec interrupt is enabled. > This has been fixed with this patch. > > Signed-off-by: Rainer Boschung > --- > arch/powerpc/cpu/mpc85xx/interrupts.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion

Re: [U-Boot] [PATCH 2/9] powerpc: macros for e500mc timer regs added

2014-08-13 Thread Scott Wood
On Tue, 2014-06-03 at 09:05 +0200, Rainer Boschung wrote: > For e500mc cores the watchdog timer period has to be set by means of a > 6bit value, that defines the bit of the timebase counter used to signal > a watchdog timer exception on its 0 to 1 transition. > The macro used to set the watchdog pe

Re: [U-Boot] [PATCH 3/9] mpc85xx: watchdog initialisation added

2014-08-13 Thread Scott Wood
On Tue, 2014-06-03 at 09:05 +0200, Rainer Boschung wrote: > Function to inititialize the cpu watchdog added. > > Signed-off-by: Rainer Boschung > --- > arch/powerpc/cpu/mpc85xx/cpu.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/c

Re: [U-Boot] [PATCH 3/9] mpc85xx: watchdog initialisation added

2014-08-13 Thread Scott Wood
On Tue, 2014-06-03 at 09:05 +0200, Rainer Boschung wrote: > Function to inititialize the cpu watchdog added. > > Signed-off-by: Rainer Boschung > --- > arch/powerpc/cpu/mpc85xx/cpu.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/arch/powerpc/cpu/mpc85xx/cpu.c b/arch/powerpc/c

Re: [U-Boot] [PATCH 4/9] powerpc: mpc85xx watchdog init added to init_func

2014-08-13 Thread Scott Wood
On Tue, 2014-06-03 at 09:05 +0200, Rainer Boschung wrote: > When CONFIG_WATCHDOG is defined the board initialization just performs > a WATCHDOG_RESET, an initialization of the watchdog is not done. > This has been modified fot the MPC85xx, the board initialization calls > its watchdog initialitzati

Re: [U-Boot] Passing bootargs to arm64 kernel

2014-08-13 Thread Youngmin Nam
Thank you for reply Tom, Let me ask you some questions. Can we set kernel's bootargs without re-compiling device tree on arm64 kernel by u-boot? I mean, I want to set kernel's bootargs by u-boot without re-compiling device tree. Is it possible? 2014. 8. 13. 오후 7:39에 "Tom Rini" 님이 작성: > On Wed,

[U-Boot] [PATCH v3 0/18] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support

2014-08-13 Thread Alison Wang
This series contain the support for Freescale LS102xA SoC and LS1021AQDS/TWR board. The QorIQ LS1 family is built on Layerscape architecture, the industry's first software-aware, core-agnostic networking architecture to offer unprecedented efficiency and scale. Freescale LS102xA is a set of SoCs

[U-Boot] [PATCH v3 01/18] arm: ls102xa: Add Freescale LS102xA SoC support

2014-08-13 Thread Alison Wang
From: Wang Huan The QorIQ LS1 family is built on Layerscape architecture, the industry's first software-aware, core-agnostic networking architecture to offer unprecedented efficiency and scale. Freescale LS102xA is a set of SoCs combines two ARM Cortex-A7 cores that have been optimized for high

[U-Boot] [PATCH v3 03/18] net: Merge asm/fsl_enet.h into fsl_mdio.h

2014-08-13 Thread Alison Wang
From: Claudiu Manoil fsl_enet.h defines the mapping of the usual MII management registers, which are included in the MDIO register block common to Freescale ethernet controllers. So it shouldn't depend on the CPU architecture but it should be actually part of the arch independent fsl_mdio.h. To

[U-Boot] [PATCH v3 05/18] net: mdio: Use mb() to be compatible for both ARM and PowerPC

2014-08-13 Thread Alison Wang
Use mb() instead of sync assembly instruction to be compatible for both ARM and PowerPC. Signed-off-by: Alison Wang --- Change log: v3: Use mb() to be compatible for both ARM and PowerPC. Split from the 0004-arm-ls102xa-Add-etsec-support-for-LS102xA patch. v2: Add private mdio read and wri

[U-Boot] [PATCH v3 09/18] driver/ddr/freescale: Fix DDR3 driver for ARM

2014-08-13 Thread Alison Wang
From: York Sun Reading DDR register should use ddr_in32() for proper endianess. This patch fixes incorrect waiting time for ARM platforms. Signed-off-by: York Sun --- Change log: v3: No change. v2: No change. drivers/ddr/fsl/arm_ddr_gen3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(

[U-Boot] [PATCH v3 07/18] ls102xa: esdhc: Add esdhc support for LS102xA

2014-08-13 Thread Alison Wang
For LS102xA, the platform is little endian, while esdhc IP is big endian. So two macros are added, CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE, to determine the registers' reading/writing in big or little endian format. Signed-off-by: Alison Wang --- Change log: v3: No change. v2: No ch

[U-Boot] [PATCH v3 02/18] ls102xa: i2c: Add i2c support for LS102xA

2014-08-13 Thread Alison Wang
Signed-off-by: Alison Wang --- Change log: v3: Add I2C 3 support. v2: No change. drivers/i2c/mxc_i2c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/i2c/mxc_i2c.c b/drivers/i2c/mxc_i2c.c index c14797c..83a9ffa 100644 --- a/drivers/i2c/mxc_i2c.c +++ b/drivers/i

[U-Boot] [PATCH v3 04/18] net: mdio: Add private MDIO read/write function

2014-08-13 Thread Alison Wang
As extra FPGA settings is needed for MDIO read/write on LS1021AQDS, private MDIO read/write functions are created. Signed-off-by: Alison Wang --- Change log: v3: Split from the 0004-arm-ls102xa-Add-etsec-support-for-LS102xA patch. v2: Add private mdio read and write support. drivers/net/fsl_

[U-Boot] [PATCH v3 10/18] driver/ddr/fsl: Add support of overriding chip select write leveling

2014-08-13 Thread Alison Wang
From: York Sun JEDEC spec allows DRAM vendors to use prime DQ for write leveling. This is not an issue unless some DQ pins are not connected. If a platform uses regular DIMMs but with reduced DDR ECC pins, the prime DQ may end up on those floating pins for the second rank. The workaround is to us

[U-Boot] [PATCH v3 06/18] ls102xa: etsec: Add etsec support for LS102xA

2014-08-13 Thread Alison Wang
For LS102xA, RxBDs and TxBDs are interpreted with little-endian bytes ordering. The offset for each of eTSECs and MDIOs is 256K bytes. Signed-off-by: Alison Wang --- Change log: v3: No change. v2: Add private mdio read and write support. drivers/net/tsec.c | 7 +++ include/tsec.h | 7

[U-Boot] [PATCH v3 13/18] net: tsec: Remove tx snooping support from LS1

2014-08-13 Thread Alison Wang
From: Claudiu Manoil Remove the DMCTRL Tx snooping bits (TDSEN and TBDSEN) as a workaround for LS1. It has been observed that currently the Tx stops functioning after a fair amount of Tx traffic with these settings on. These bits are sticky and once set they cannot be reset from Linux, for inst

[U-Boot] [PATCH v3 08/18] driver/ddr/freescale: Add support of accumulate ECC

2014-08-13 Thread Alison Wang
From: York Sun If less than 8 ECC pins are used for DDR data bus width smaller than 64 bits, the 8-bit ECC code will be transmitted/received across several beats, and it will be used to check 64-bits of data once 8-bits of ECC are accumulated. Signed-off-by: York Sun --- Change log: v3: No cha

[U-Boot] [PATCH v3 11/18] arm: ls102xa: Add basic support for LS1021AQDS board

2014-08-13 Thread Alison Wang
From: Wang Huan This patch is to add basic support for LS1021AQDS board. For the detail board information, please refer to README. Signed-off-by: Alison Wang Signed-off-by: Jason Jin Signed-off-by: York Sun Signed-off-by: Yuan Yao Signed-off-by: Prabhakar Kushwaha --- Change log: v3: Fix c

[U-Boot] [PATCH v3 12/18] arm: ls102xa: Add basic support for LS1021ATWR board

2014-08-13 Thread Alison Wang
From: Wang Huan This patch is to add basic support for LS1021ATWR board. For the detail board information, please refer to README. Signed-off-by: Chen Lu Signed-off-by: Yuan Yao Signed-off-by: Alison Wang --- Change log: v3: Fix checkpatch error. Update to Kconfig. v2: New file. arc

[U-Boot] [PATCH v3 14/18] serial: lpuart: add 32-bit registers lpuart support

2014-08-13 Thread Alison Wang
From: Jingchang Lu Signed-off-by: Jingchang Lu Signed-off-by: Yuan Yao --- Change log: v3: New file. drivers/serial/serial_lpuart.c | 122 + 1 file changed, 122 insertions(+) diff --git a/drivers/serial/serial_lpuart.c b/drivers/serial/serial_lpuart.c

[U-Boot] [PATCH v3 16/18] video: dcu: Add Sii9022A HDMI Transmitter support

2014-08-13 Thread Alison Wang
Signed-off-by: Alison Wang --- Change log: v3: New file. board/freescale/common/Makefile | 2 + board/freescale/common/dcu_sii9022a.c | 153 ++ board/freescale/common/dcu_sii9022a.h | 13 +++ 3 files changed, 168 insertions(+) create mode 100644 board/f

[U-Boot] [PATCH v3 17/18] video: dcu: Add DCU driver support

2014-08-13 Thread Alison Wang
From: Wang Huan This patch is to add DCU driver support. DCU also named 2D-ACE(Two Dimensional Animation and Compositing Engine) is a system master that fetches graphics stored in internal or external memory and displays them on a TFT LCD panel. Signed-off-by: Alison Wang --- Change log: v3: N

[U-Boot] [PATCH v3 15/18] arm: ls102xa: Add LETECH support for LS1021AQDS/TWR board

2014-08-13 Thread Alison Wang
From: Wang Huan This patch is to add LETECH support for LS1021AQDS/TWR board. For LETECH, LPUART is used for serial port. Signed-off-by: Jason Jin Signed-off-by: Yuan Yao Signed-off-by: Alison Wang --- Change log: v3: New file. board/freescale/ls1021aqds/MAINTAINERS | 1 + board/freescale

[U-Boot] [PATCH v3 18/18] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board

2014-08-13 Thread Alison Wang
From: Wang Huan Signed-off-by: Alison Wang --- Change log: v3: New file. board/freescale/ls1021atwr/Makefile | 1 + board/freescale/ls1021atwr/dcu.c| 47 + board/freescale/ls1021atwr/ls1021atwr.c | 6 + include/configs/ls1021atwr.h

Re: [U-Boot] Build broken for bf538f-ezkit board - not enough ram

2014-08-13 Thread Simon Glass
Hi, On 12 August 2014 10:12, Vasili Galka wrote: > On Sun, Jun 29, 2014 at 6:01 PM, Vasili Galka wrote: > >> Hi, >> >> Some of the recent commits on u-boot/master have broken the build of >> bf538f-ezkit board. The build was fine for v2014.07-rc3. However, now >> there is the following error: >>

Re: [U-Boot] [PATCH v3 04/18] net: mdio: Add private MDIO read/write function

2014-08-13 Thread Shaohui Xie
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] > On Behalf Of Alison Wang > Sent: Thursday, August 14, 2014 10:45 AM > To: Sun York-R58495; u-boot@lists.denx.de > Subject: [U-Boot] [PATCH v3 04/18] net: mdio: Add private MDIO read/write > fun

Re: [U-Boot] thor integration with ci_udc

2014-08-13 Thread Lukasz Majewski
Hi S, > Hi Stephen, > > Thanks for your reply. I used your patches after 2014.07 and able to > test the DFU successfully using ci_udc,but not thor it looks like > that it needs some patches to work for thor. I can only add that thor shares code with dfu to perform correct operation. At least o

Re: [U-Boot] [PATCH 3/4] mtd: nand: add Freescale NFC driver

2014-08-13 Thread Bill Pringlemeir
On 13 Aug 2014, scottw...@freescale.com wrote: > On Tue, 2014-08-12 at 18:58 -0400, Bill Pringlemeir wrote: >> On 12 Aug 2014, scottw...@freescale.com wrote: >> >>> On Tue, 2014-08-12 at 23:13 +0200, Stefan Agner wrote: Am 2014-08-12 00:33, schrieb Scott Wood: > You should always be using

Re: [U-Boot] [PATCH V2 16/18] arm: mx6: cm_fx6: add i2c support

2014-08-13 Thread Igor Grinberg
On 08/10/14 20:12, Nikita Kiryanov wrote: > Add support for all 3 I2C busses on Compulab CM-FX6 CoM. > > Cc: Igor Grinberg > Cc: Stefano Babic > Cc: Tom Rini > Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg -- Regards, Igor. ___ U-Boot ma

Re: [U-Boot] [PATCH] samsung: dfu: Provide correct Vendor and Product IDs for UMS gadget

2014-08-13 Thread Lukasz Majewski
Hi Minkyu, > It is necessary to provide the same Vendor and Product IDs as the one > in the original Linux kernel code. > > Without this change the USB mass storage gadget is not working with > Windows7. Do you have any comments to this patch? Would you consider taking this patch to u-boot-sams