[U-Boot] [PATCH] board: nios2: Add CONFIG_CFI_FLASH_MTD guard to flash.h header include

2013-12-20 Thread Ezequiel Garcia
Signed-off-by: Ezequiel Garcia --- board/altera/nios2-generic/nios2-generic.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/board/altera/nios2-generic/nios2-generic.c b/board/altera/nios2-generic/nios2-generic.c index 5c5b1b9..aa126d7 100644 --- a/board/altera/nios2-generic/nios2-generic

[U-Boot] [U-Boot, PATCHv3, 3/5] spi: ti_qspi: Add AM43xx specifics changes

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Add AM43xx specific changes. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- V3: Updated commit head, Added review tag V2: none drivers/spi/ti_qspi.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --

[U-Boot] [U-Boot, PATCHv3, 4/5] spi: ti_qspi: Add delay before xfer for am43xx

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Without this delay, write/read is failing. Looks like, the WIP always remain set and hence a timeout occurs leading to the error. Without this patch, device does not get probed also. Here is the log. U-Boot# U-Boot# U-Boot# U-Boot# sf probe 0 SF: Unsupported flash IDs: ma

[U-Boot] [U-Boot, PATCHv3, 5/5] doc: SPI: Add qspi test details on AM43xx

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" This shows the log obtained while testing qspi on AM437x board. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- V3: Added review tag V2: none doc/SPI/README.ti_qspi_am43x_test | 76 + 1 files changed, 76

[U-Boot] [U-Boot,PATCHv3,1/5] am43xx: Add qspi support

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: Jagannadha Sutradharudu Teki From: "Poddar, Sourav" Add QSPI definitions and clock configuration support. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- V3: Added review tag V2: arch/arm/cpu/armv7/am33xx/clock_am43xx.c |1 + arch/arm/include/asm/arch-am

[U-Boot] [U-Boot, PATCHv3, 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- V3: Fixed warnings, Added review tag V2: none board/ti/am43xx/mux.c| 1

[U-Boot] [U-Boot, PATCHv2, 4/5] spi: ti_qspi: Add delay before xfer for am43xx

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Without this delay, write/read is failing. Looks like, the WIP always remain set and hence a timeout occurs leading to the error. Without this patch, device does not get probed also. Here is the log. U-Boot# U-Boot# U-Boot# U-Boot# sf probe 0 SF: Unsupported flash IDs: ma

[U-Boot] [U-Boot, PATCHv2, 5/5] doc: SPI: Add qspi test details on AM43xx

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" This shows the log obtained while testing qspi on AM437x board. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- doc/SPI/README.ti_qspi_am43x_test | 76 + 1 files changed, 76 insertions(+), 0 deletions(-)

[U-Boot] [U-Boot, PATCHv2, 3/5] spi: ti_qspi: Add AM43xx specifics changes

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Add AM43xx specific changes. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- drivers/spi/ti_qspi.c | 26 +++--- 1 files changed, 23 insertions(+), 3 deletions(-) diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c

[U-Boot] [U-Boot, PATCHv2, 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- board/ti/am43xx/mux.c| 11 +++ include/configs/am43xx_evm.h |

[U-Boot] [U-Boot,PATCHv3,1/5] am43xx: Add qspi support

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: "Poddar, Sourav" Add QSPI definitions and clock configuration support. Signed-off-by: Sourav Poddar Reviewed-by: Jagannadha Sutradharudu Teki --- arch/arm/cpu/armv7/am33xx/clock_am43xx.c |1 + arch/arm/include/asm/arch-am33xx/cpu.h |4 +++- arch/arm/include/asm/arch-am33xx/omap

Re: [U-Boot] [PATCH v8] spi: Add Faraday SPI controller support

2013-12-20 Thread Jagan Teki
On Fri, Dec 20, 2013 at 11:52 PM, Jagannadha Sutradharudu Teki wrote: > From: Kuo-Jung Su > > The Faraday FTSSP010 is a multi-function controller > which supports I2S/SPI/SSP/AC97/SPDIF. However This > patch implements only the SPI mode. > > NOTE: > The DMA and CS/Clock control logic has been alt

[U-Boot] [PATCH v4 19/29] zynq: Add zynq_zc770 xm012 board support

2013-12-20 Thread Jagannadha Sutradharudu Teki
ZC770 is a complete development board based on the Xilinx Zynq-7000 All Programmable SoC, similar to ZC70x board but which has four different daughter cards, like XM010, XM011, XM012 and XM013 ZC770 XM012: - 1GB DDR3 - 64MiB Numonyx NOR flash - USB-UART Signed-off-by: Jagannadha Sutradharudu Teki

[U-Boot] [PATCH v4 11/29] zynq: Add zynq zc70x board support

2013-12-20 Thread Jagannadha Sutradharudu Teki
The Zynq-7000 APSOC zc702 and zc706 enabled complte embedded processing includes ASIC and FPGA design. ZC702-: APSOC: - XC7Z020-CLG484-1 Memory: - DDR3 Component Memory 1GB - 16MB Quad SPI Flash - IIC - 1 KB EEPROM Connectivity: - Gigabit Ethernet GMII, RGMII and SGMII. - USB OTG - Host USB - IIC

Re: [U-Boot] [PATCH] PowerPC: Drop linkstation_HGLAN support

2013-12-20 Thread Tom Rini
On Fri, Dec 20, 2013 at 11:41:02PM +0100, Wolfgang Denk wrote: > Dear Tom Rini, > > In message <1387557168-15257-1-git-send-email-tr...@ti.com> you wrote: > > With changes to the rtl8169 ethernet to improve cache support, we have > > needed additional cache functions for mpc8245. As the board mai

Re: [U-Boot] [PATCH] PowerPC: Drop linkstation_HGLAN support

2013-12-20 Thread Wolfgang Denk
Dear Tom Rini, In message <1387557168-15257-1-git-send-email-tr...@ti.com> you wrote: > With changes to the rtl8169 ethernet to improve cache support, we have > needed additional cache functions for mpc8245. As the board maintainer > has been unresponsive, remove this board. > > Cc: Guennadi Lia

Re: [U-Boot] [RFC] Tigon III (bcm57xx) Driver on fsl platforms

2013-12-20 Thread Wolfgang Denk
Dear Ben Collins, In message <9828628c-230d-48de-aeac-8f7a46e29...@servergy.com> you wrote: > > Seriously, I don't want this driver reviewed from an inclusion > perspective. Obviously you didn't see the top of my post where I said > "RFC" and how I was asking with help with functional issues conc

Re: [U-Boot] [RFC] Tigon III (bcm57xx) Driver on fsl platforms

2013-12-20 Thread Tom Rini
On Fri, Dec 20, 2013 at 11:02:01AM -0500, Ben Collins wrote: > On Dec 20, 2013, at 2:01 AM, Wolfgang Denk wrote: [snip] > > In message you wrote: > >> To answer most of your questions, I'm not entirely worried about the issues > >> you are, I am just looking for help getting it working right now.

Re: [U-Boot] [PATCH 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q

2013-12-20 Thread Fabio Estevam
On Thu, Dec 19, 2013 at 7:49 AM, Stefano Babic wrote: >> - Should this example be moved to doc/README.imx6, > > +1, as the example is only for i.MX6. Sounds good. Just sent v2 as suggested. Regards, Fabio Estevam ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH v2 1/2] doc: README.fuse: Add an example on how to use the fuse API on mx6q

2013-12-20 Thread Fabio Estevam
From: Fabio Estevam When using the fuse API in U-boot user must calculate the 'bank' and 'word' values. Provide a real example on how to calculate such values for the mx6q. Signed-off-by: Fabio Estevam --- Changes since v1: - Move the example into doc/README.imx6 doc/README.imx6 | 57 +

[U-Boot] [PATCH v2 2/2] mx6sabre_common.h: Add CONFIG_CMD_FUSE support

2013-12-20 Thread Fabio Estevam
From: Fabio Estevam Add CONFIG_CMD_FUSE option, so that the fuse API can be used. Signed-off-by: Fabio Estevam Reviewed-by: Benoît Thébaudeau --- Changes since v1: - Added Benoit's tag include/configs/mx6sabre_common.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/

Re: [U-Boot] [PATCH] Fix problems in chip select selection in imx23, 28 spi code

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 4:06 PM, Jagan Teki wrote: > Hi, > > Try to fix the above issues. > Use u-boot-spi.git repo with master-probe branch. > Please test the same on your hw and let me know for any issues. > > On Tue, Aug 27, 2013 at 6:54 PM, Jagan Teki wrote: >> On Tue, Aug 27, 2013 at 2:40 PM,

Re: [U-Boot] [PATCH] Add code for spi half duplex operation for enc28j60

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 4:43 PM, Jagan Teki wrote: > Hi > > Seems like some issues with checkpatch.pl and use proper commit msg header. > > Please fix and use u-boot-spi.git repo with master-probe branch. > Please test the same on your hw and let me know for any issues. > > > On Tue, Aug 13, 2013 a

Re: [U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2013-12-20 Thread Jagan Teki
Hi Sascha Silbe, On Wed, Jun 26, 2013 at 7:41 PM, Wolfgang Denk wrote: > Dear Sascha Silbe, > > In message <1372195668-25496-6-git-send-email-t-ub...@infra-silbe.de> you > wrote: >> The SPI support on Dove is very similar to that on Kirkwood (and >> possibly orion5x as well). Instead of duplicat

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki wrote: > Hi Vipin, > > I have few quick comments, please fix it. > Please use the u-boot-spi.git with master-probe branch for testing this > driver. > Let me know for any issues/concerns. > > On Wed, Jun 12, 2013 at 7:55 PM, Jagan Teki wrote: >> Thanks

Re: [U-Boot] [PATCH v2] exynos5250: remove redundant SPI and PMIC related configs

2013-12-20 Thread Jagan Teki
Hi Inderpal Singh, On Thu, Aug 8, 2013 at 7:15 PM, Jagan Teki wrote: > Hi, > > On Thu, Jun 20, 2013 at 1:40 PM, Inderpal Singh > wrote: >> Hi Jagan, >> >> >> >> On 13 June 2013 01:08, Jagan Teki wrote: >>> >>> Hi, >>> >>> Can you separate the PMIC and SPI changes into two different patches. >>>

Re: [U-Boot] [PATCH 0/8] Secure boot improvements and test on Beaglebone Black

2013-12-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/06/2013 06:36 PM, Simon Glass wrote: > Hi Tom, > > On 2 October 2013 08:44, Simon Glass wrote: >> This series adds a few improvements to the image signing feature to >> make it easier to use on the Beaglebone Black. >> >> - Add a DEV_TREE_BIN o

Re: [U-Boot] [PATCH 05/32] sandbox: spi: Adjust 'sf test' to work on sandbox

2013-12-20 Thread Jagan Teki
On Sun, Nov 10, 2013 at 10:56 PM, Simon Glass wrote: > Add map_sysmem() calls so that this test works correctly on sandbox. > > Signed-off-by: Simon Glass > Signed-off-by: Simon Glass > Reviewed-by: Hung-ying Tyan > --- > common/cmd_sf.c | 14 +- > 1 file changed, 9 insertions(+),

Re: [U-Boot] [UBOOT][PATCHv2 0/5] qspi: Add AM437x support

2013-12-20 Thread Sourav Poddar
On Friday 20 December 2013 11:56 PM, Tom Rini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/20/2013 01:18 PM, Jagan Teki wrote: Hi Sourav, On Fri, Dec 20, 2013 at 11:27 AM, Sourav Poddar wrote: The patch series add support for enabling qspi on AM43xx at uboot. Testing done: ---

Re: [U-Boot] [UBOOT][PATCHv2 0/5] qspi: Add AM437x support

2013-12-20 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/20/2013 01:18 PM, Jagan Teki wrote: > Hi Sourav, > > On Fri, Dec 20, 2013 at 11:27 AM, Sourav Poddar wrote: >> The patch series add support for enabling qspi >> on AM43xx at uboot. >> >> Testing done: >> - >> Wrote a uImage to the f

[U-Boot] [PATCH v8] spi: Add Faraday SPI controller support

2013-12-20 Thread Jagannadha Sutradharudu Teki
From: Kuo-Jung Su The Faraday FTSSP010 is a multi-function controller which supports I2S/SPI/SSP/AC97/SPDIF. However This patch implements only the SPI mode. NOTE: The DMA and CS/Clock control logic has been altered since hardware revision 1.19.0. So this patch would first detects the revision i

Re: [U-Boot] [UBOOT][PATCHv2 0/5] qspi: Add AM437x support

2013-12-20 Thread Jagan Teki
Hi Sourav, On Fri, Dec 20, 2013 at 11:27 AM, Sourav Poddar wrote: > The patch series add support for enabling qspi > on AM43xx at uboot. > > Testing done: > - > Wrote a uImage to the flash, read it back and boot the > kernel. > > v1->v2: > Remove patch 3 of previous version, as suppor

Re: [U-Boot] [PATCH 06/11 V12] Exynos5420: Add DDR3 initialization for 5420

2013-12-20 Thread Simon Glass
On 20 December 2013 02:34, Rajeshwari S Shinde wrote: > This patch intends to add DDR3 initialization code for Exynos5420. > > Signed-off-by: Akshay Saraswat > Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass > --- > Changes in V2: > - Corrected a compilation issue for SMDK525

Re: [U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2013-12-20 Thread Simon Glass
Hi Ajay, On 20 December 2013 02:43, Ajay kumar wrote: > Hi Simon, > > > On Fri, Dec 20, 2013 at 2:10 AM, Simon Glass wrote: >> >> Hi Ajay, >> >> On 12 November 2013 05:27, Ajay Kumar wrote: >> > Add callbacks to set up DP-HPD, backlight and LCD power >> > on SMDK5420. >> > >> > Signed-off-by: A

[U-Boot] [PATCH] PowerPC: Drop linkstation_HGLAN support

2013-12-20 Thread Tom Rini
With changes to the rtl8169 ethernet to improve cache support, we have needed additional cache functions for mpc8245. As the board maintainer has been unresponsive, remove this board. Cc: Guennadi Liakhovetski Signed-off-by: Tom Rini --- board/linkstation/Makefile |8 - board/linkstat

Re: [U-Boot] [PATCH V2 4/7] video: exynos_fimd: Add framework to disable FIMD sysmmu

2013-12-20 Thread Simon Glass
Hi Ajay, On 20 December 2013 02:04, Ajay kumar wrote: > > >> Hi Simon, >> >> >> On Fri, Dec 20, 2013 at 2:09 AM, Simon Glass wrote: >>> >>> Hi Ajay, >>> >>> On 12 November 2013 05:27, Ajay Kumar wrote: >>> > On Exynos5420 and newer versions, the FIMD sysmmus are in >>> > "on state" by default.

[U-Boot] [PATCH] TI:omap3: Drop omap3_zoom2

2013-12-20 Thread Tom Rini
The omap3_zoom2 board has not been updated for a correct CONFIG_SYS_HZ and Tom Rix's email has long been bouncing. Signed-off-by: Tom Rini --- board/logicpd/zoom2/Makefile | 11 -- board/logicpd/zoom2/config.mk | 17 --- board/logicpd/zoom2/debug_board.c | 44 --- board/log

Re: [U-Boot] [RFC] Tigon III (bcm57xx) Driver on fsl platforms

2013-12-20 Thread Ben Collins
On Dec 20, 2013, at 2:01 AM, Wolfgang Denk wrote: > Dear Ben Collins, > > Please don't top post / full quote. I top posted because I didn't want to underpost each comment. I full quoted because I was on my phone. It's ok. > In message you wrote: >> To answer most of your questions, I'm not e

Re: [U-Boot] ARM: Samsung: Change GONI and Universal_C210 maintainers.

2013-12-20 Thread Tom Rini
On Wed, Dec 11, 2013 at 07:15:42AM +0100, Łukasz Majewski wrote: > Update boards.cfg entries for Samsung's GONI and Universal_C210 maintainers > entry. > > Change-Id: Idac259bdefc8547ec10c7f5b9556be09c2484a3a > Signed-off-by: Lukasz Majewski > Cc: Minkyu Kang > Acked-by: Minkyu Kang Applied t

Re: [U-Boot] [UBOOT][PATCHv2 5/5] doc: SPI: Add qspi test details on AM43xx

2013-12-20 Thread Tom Rini
On Fri, Dec 20, 2013 at 11:27:39AM +0530, Sourav Poddar wrote: > This shows the log obtained while testing qspi on AM437x board. > > Signed-off-by: Sourav Poddar > --- > doc/SPI/README.ti_qspi_am43x_test | 76 > + > 1 files changed, 76 insertions(+), 0 de

[U-Boot] Improve upstream support for Snowball board (v2)

2013-12-20 Thread Roy Spliet
Patches are loosely based on the tree maintained by Calao. FDT confirmed working, LAN is successfully detected by u-boot (but lacking a proper tftp setup this is untested). Upstream U-Boot still has one bug that prevents booting from eMMC. Easiest workaround is to revert e95504497ecac46907204b0

[U-Boot] [PATCH 2/3] board/snowball: Add support for network boot

2013-12-20 Thread Roy Spliet
Signed-off-by: Roy Spliet --- board/st-ericsson/snowball/snowball.c | 11 +++ include/configs/snowball.h| 14 ++ 2 files changed, 25 insertions(+) diff --git a/board/st-ericsson/snowball/snowball.c b/board/st-ericsson/snowball/snowball.c index c3061e2..c9ab71f 10

[U-Boot] [PATCH 1/3] drivers/smc911x: Add support for shifted register read/write

2013-12-20 Thread Roy Spliet
Required for (but potentially not limited to) the snowball board. Implementation is inspired by the linux smsc911x implementation, but by using a (pre-compiler) constant, things should be optimised by the compiler for a shift of 0. Signed-off-by: Roy Spliet --- drivers/net/smc911x.h | 14 +++

[U-Boot] [PATCH 3/3] board/snowball: Enable FDT

2013-12-20 Thread Roy Spliet
Signed-off-by: Roy Spliet Acked-by: Jagannadha Sutradharudu Teki --- include/configs/snowball.h | 5 + 1 file changed, 5 insertions(+) diff --git a/include/configs/snowball.h b/include/configs/snowball.h index 6201b3f..4a19d2c 100644 --- a/include/configs/snowball.h +++ b/include/configs/sn

Re: [U-Boot] [PATCH 1/2] video: ipu reg: Correct reserved1 array size in struct ipu_cm

2013-12-20 Thread Yibin Gong
Acked-by: Robin Gong -Original Message- From: Liu Ying [mailto:ying@freescale.com] Sent: Friday, December 20, 2013 5:30 PM To: ag...@denx.de Cc: u-boot@lists.denx.de; sba...@denx.de; Gong Yibin-B38343 Subject: [PATCH 1/2] video: ipu reg: Correct reserved1 array size in struct ipu_cm

Re: [U-Boot] [PATCH 2/2] video: ipu reg: Correct reserved array size in struct ipu_idmac

2013-12-20 Thread Yibin Gong
Acked-by: Robin Gong -Original Message- From: Liu Ying [mailto:ying@freescale.com] Sent: Friday, December 20, 2013 5:30 PM To: ag...@denx.de Cc: u-boot@lists.denx.de; sba...@denx.de; Gong Yibin-B38343 Subject: [PATCH 2/2] video: ipu reg: Correct reserved array size in struct ipu_idm

Re: [U-Boot] [PATCH v2 0/2] usb: gadget: fotg210: workaround & new hardware support

2013-12-20 Thread Marek Vasut
On Friday, December 20, 2013 at 05:32:58 AM, Kuo-Jung Su wrote: > From: Kuo-Jung Su > > 1. It's known that EP0 fifo empty indication is not reliable, an extra > delay is necessary to avoid data corruption while handling packets with > size greater than 64 bytes. > > 2. Since hardware revision 1.

Re: [U-Boot] [PATCH v2 07/13] lib: tizen: change Tizen logo with the new one.

2013-12-20 Thread Przemyslaw Marczak
Dear Hyungwon, On 12/20/2013 06:07 AM, Hyungwon Hwang wrote: Hi, Marczak On Thu, 19 Dec 2013 11:40:26 +0100 Przemyslaw Marczak wrote: Hello Hyungwon, On 12/19/2013 06:40 AM, 황형원 wrote: Hi, Marczak. Is this logo image what I sent you before? It's a little different what we use, and also t

Re: [U-Boot] [PATCH V2 6/7] exynos: s2mps11_pmic: Enable LDO38 for SMDK5420

2013-12-20 Thread Ajay kumar
Hi Simon, On Fri, Dec 20, 2013 at 2:10 AM, Simon Glass wrote: > Hi Ajay, > > On 12 November 2013 05:27, Ajay Kumar wrote: > > Enabling VDD_28IO_DP via LDO38 for SMDK5420. > > > > Signed-off-by: Ajay Kumar > > --- > > board/samsung/common/board.c | 3 +++ > > include/power/s2mps11_pmic.h | 3

Re: [U-Boot] Unable to boot the system

2013-12-20 Thread Michal Simek
Hi, On 12/19/2013 10:27 PM, Tingyu He wrote: > Hello, > > > I have set up my system with two boards ZC706 from Xilinx and > AD-FMCOMMS2-EBZ from ADI. Then I built the boot images and prepared them in > the SD card as per the following wiki page: > > http://wiki.analog.com/resources/eval/user-gu

Re: [U-Boot] [PATCH V2 5/7] smdk5420: Implement callbacks needed by exynos_fb driver

2013-12-20 Thread Ajay kumar
Hi Simon, On Fri, Dec 20, 2013 at 2:10 AM, Simon Glass wrote: > Hi Ajay, > > On 12 November 2013 05:27, Ajay Kumar wrote: > > Add callbacks to set up DP-HPD, backlight and LCD power > > on SMDK5420. > > > > Signed-off-by: Ajay Kumar > > --- > > board/samsung/smdk5420/smdk5420.c | 102 > +

[U-Boot] [PATCH 04/11 V12] EXYNOS5420: Add dmc and phy_control register structure

2013-12-20 Thread Rajeshwari S Shinde
Add dmc and phy_control register structure for 5420. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None arch/arm/include/asm/arch-exynos/dmc.h | 167 + 1 f

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

2013-12-20 Thread Rajeshwari S Shinde
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 size and the checksum. The enhancements include - adding a command line option, '--vs' to

[U-Boot] [PATCH 10/11 V12] Config: Add initial config for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
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 Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Created a common exynos5-dt.h

[U-Boot] [PATCH 08/11 V12] Exynos5420: Add base patch for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
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 Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Re

[U-Boot] [PATCH 03/11 V12] EXYNOS5420: Add power register structure.

2013-12-20 Thread Rajeshwari S Shinde
Add structure for power register for Exynos5420 Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V10: - New patch Changes in V11: - None Changes in V12: - None arch/arm/include/asm/arch-exynos/power.h | 837 +++ 1 file c

[U-Boot] [PATCH 09/11 V12] DTS: Add dts support for SMDK5420

2013-12-20 Thread Rajeshwari S Shinde
This patch adds dts 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: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4

[U-Boot] [PATCH 06/11 V12] Exynos5420: Add DDR3 initialization for 5420

2013-12-20 Thread Rajeshwari S Shinde
This patch intends to add DDR3 initialization code for Exynos5420. Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde --- Changes in V2: - Corrected a compilation issue for SMDK5250. Changes in V3: - None Changes in V4: - None Changes in V5: - None

[U-Boot] [PATCH 01/11 V12] EXYNOS5: Create a common board file

2013-12-20 Thread Rajeshwari S Shinde
Create a common board.c file for all functions which are common across all EXYNOS5 platforms. exynos_init function is provided for platform specific code. Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4:

[U-Boot] [PATCH 07/11 V12] Exynos5420: Add support for 5420 in pinmux and gpio

2013-12-20 Thread Rajeshwari S Shinde
Adds code in pinmux and gpio framework to support Exynos5420. Signed-off-by: Naveen Krishna Chatradhi Signed-off-by: Akshay Saraswat Signed-off-by: Rajeshwari S Shinde Acked-by: Simon Glass --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added correct c

[U-Boot] [PATCH 00/11 V12] EXYNOS5420: Add SMDK5420 board support

2013-12-20 Thread Rajeshwari S Shinde
This patch adds basic board support for SMDK5420 board. These patches are tested for booting fine on EVT1 SMDK5420. Changes in V2: - Corrected a compilation issue for SMDK5420. Changes in V3: - Add patch to support variable size SPL support - Add patch to disable SMU for e

[U-Boot] [PATCH 02/11 V12] Exynos5420: Add base addresses for 5420

2013-12-20 Thread Rajeshwari S Shinde
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 --- Changes in V2: - None Changes in V3: - None Changes in V4: - Added base address for TZPC. Changes in V5

[U-Boot] [PATCH 1/2] video: ipu reg: Correct reserved1 array size in struct ipu_cm

2013-12-20 Thread Liu Ying
The array reserved1 as a placeholder in the structure ipu_cm should contain 4 32bit unsigned integer entries instead of 16 ones, because the placeholder is located bewteen the register IPU_CH_DB_MODE_SEL_1 and the register IPU_ALT_CH_DB_MODE_SEL_0 with the address offsets of 0x154 and 0x168 respect

[U-Boot] [PATCH 2/2] video: ipu reg: Correct reserved array size in struct ipu_idmac

2013-12-20 Thread Liu Ying
The array reserved as a placeholder in the structure ipu_idmac should contain 44 32bit unsigned integer entries instead of 45 ones, because the placeholder is located bewteen the register IDMAC_SC_CORD1 and the register IDMAC_CH_BUSY_1 with the address offsets of 0x804c and 0x8100 respectively. Re

[U-Boot] [PATCH 0/2] video: ipu reg: Correct some reserved array sizes

2013-12-20 Thread Liu Ying
The structures ipu_cm and ipu_idmac contain some reserved arrays as placeholders to make sure the trailing entries may point to the relevant IPU registers. This patch corrects the size of the reserved arrays. Liu Ying (2): video: ipu reg: Correct reserved1 array size in struct ipu_cm video: ip

Re: [U-Boot] [PATCH V2 4/7] video: exynos_fimd: Add framework to disable FIMD sysmmu

2013-12-20 Thread Ajay kumar
Hi Simon, > > > On Fri, Dec 20, 2013 at 2:09 AM, Simon Glass wrote: > >> Hi Ajay, >> >> On 12 November 2013 05:27, Ajay Kumar wrote: >> > On Exynos5420 and newer versions, the FIMD sysmmus are in >> > "on state" by default. >> > We have to disable them in order to make FIMD DMA work. >> > This pa

Re: [U-Boot] [PATCH 2/2] usb: gadget: fotg210: EP0 fifo empty indication is non-reliable

2013-12-20 Thread Marek Vasut
On Friday, December 20, 2013 at 04:45:39 AM, Kuo-Jung Su wrote: > 2013/12/19 Marek Vasut : > > On Thursday, December 19, 2013 at 08:07:00 AM, Kuo-Jung Su wrote: > >> 2013/12/19 Marek Vasut : > >> > On Thursday, December 19, 2013 at 01:50:55 AM, Kuo-Jung Su wrote: > >> >> 2013/12/18 Marek Vasut : >