Re: [U-Boot] [PATCH 1/4 V3] EXYNOS5: FDT: Add compatible strings for Serial

2013-03-29 Thread Minkyu Kang
Dear Rajeshwari Shinde, On 15/03/13 19:38, Rajeshwari Shinde wrote: Add required compatible information for s5p serial driver Signed-off-by: Abhilash Kesavan a.kesa...@samsung.com Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com Acked-by: Simon Glass s...@chromium.org --- Changes

Re: [U-Boot] [PATCH] Exynos: clock: Fix a bug in PLL lock check condition

2013-03-29 Thread Minkyu Kang
On 16/03/13 10:10, Simon Glass wrote: On Fri, Mar 15, 2013 at 5:29 AM, Akshay Saraswat aksha...@samsung.com wrote: The condition for testing of PLL getting locked was incorrect. Rectify this error in this patch. Reported-by: Alexei Fedorov alexie.fedo...@arm.com Signed-off-by: Hatim Ali

[U-Boot] [PATCH 0/2] arm: at91: enable mmc support for at91sam9g20ek

2013-03-29 Thread Josh Wu
This patch series enable mmc command support for at91sam9g20ek board. It also support save environment in mmc card. Josh Wu (2): arm: at91: enable mci support for at91sam9g20ek. arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card

[U-Boot] [PATCH 1/2] arm: at91: enable mci support for at91sam9g20ek.

2013-03-29 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c |4 board/atmel/at91sam9260ek/at91sam9260ek.c | 10 ++ include/configs/at91sam9260ek.h | 16 ++-- 3 files changed, 28 insertions(+), 2

[U-Boot] [PATCH 2/2] arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card

2013-03-29 Thread Josh Wu
Signed-off-by: Josh Wu josh...@atmel.com --- boards.cfg |1 + include/configs/at91sam9260ek.h | 18 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/boards.cfg b/boards.cfg index 272a5fc..871f4b6 100644 --- a/boards.cfg +++ b/boards.cfg

Re: [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

2013-03-29 Thread Pali Rohár
On Friday 29 March 2013 00:13:30 Anatolij Gustschin wrote: Hi, On Thu, 28 Mar 2013 20:18:48 +0100 Pali Rohár pali.ro...@gmail.com wrote: ... Hi, can you include also two next patches from this series? http://patchwork.ozlabs.org/patch/217492/

Re: [U-Boot] [PATCH] disk: add -mno-unaligned-access to CFLAGS

2013-03-29 Thread Albert ARIBAUD
Hi Marc, On Thu, 28 Mar 2013 23:35 +0100, Marc Dietrich marvi...@gmx.de wrote: Hi Albert, On Thursday 28 March 2013 21:42:13 Albert ARIBAUD wrote: On Thu, 28 Mar 2013 19:57:31 +0100, Marc Dietrich marvi...@gmx.de wrote: Many on-disk structures used in the directory are accessed in a

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-29 Thread Manfred Huber
On 2013-03-27 10:29, Javier Martinez Canillas wrote: On Wed, Mar 27, 2013 at 5:50 AM, Manfred Huber man.hu...@arcor.de wrote: snip I still think that we should keep CONFIG_SYS_NS16550_BROKEN_TEMT or something similar instead of just checking for CONFIG_OMAP34XX. Since we don't know if this

Re: [U-Boot] [PATCH 1/1 v2] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-29 Thread Manfred Huber
Am 28.03.2013 09:45, schrieb Andreas Bießmann: Dear Manfred Huber, On 03/28/2013 07:06 AM, Manfred Huber wrote: On 2013-03-27 14:37, Andreas Bießmann wrote: snip On 03/25/2013 11:02 PM, Manfred Huber wrote: snip +serial_out(UART_LCR_DLAB, com_port-lcr); +

[U-Boot] [PATCH 1/1 v3] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-29 Thread Manfred Huber
On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter before initialization starts. This patch avoids the use of CONFIG_SYS_NS16550_BROKEN_TEMT. Signed-off-by: Manfred Huber man.hu...@arcor.de --- README

Re: [U-Boot] [PATCH 1/1 v3] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-29 Thread Albert ARIBAUD
Hi Manfred, On Fri, 29 Mar 2013 10:20:25 +0100, Manfred Huber man.hu...@arcor.de wrote: On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter before initialization starts. This patch avoids the use of

[U-Boot] [ARM] Status for upcoming v2013.04

2013-03-29 Thread Albert ARIBAUD
Hello all, I have gone through my todo list on Patchwork and I think I have processed all patches and applied all the ones posted within the merge window or that are bug fixes for v2013.04 and for which no changes requests are pending. However, I may have missed some, so as usual, do mail To: me

Re: [U-Boot] [PATCH] common/lcd.c: cleanup use of global variables

2013-03-29 Thread Anatolij Gustschin
Hello Wolfgang, On Sat, 5 Jan 2013 20:45:48 +0100 Wolfgang Denk w...@denx.de wrote: lcd_color_fg and lcd_color_bg had to be declared in board specific code, but were not actually used there; in addition, we have getter / setter functions for these, which were not used either. Get rid of

Re: [U-Boot] [PATCH v2 00/10] common.lcd: remove globals and cleanup

2013-03-29 Thread Anatolij Gustschin
Hi, On Tue, 22 Jan 2013 21:44:06 +0100 Jeroen Hofstee jer...@myspectrum.nl wrote: As mentioned in http://lists.denx.de/pipermail/u-boot/2013-January/143459.html there does not seem to be a good reason why the frame buffer driver provide the variables for the lcd internal logic. So lets just

Re: [U-Boot] [PATCH 07/10] common/lcd: cosmetic: clean up a bit

2013-03-29 Thread Anatolij Gustschin
Hi, On Sat, 12 Jan 2013 23:07:56 +0100 Jeroen Hofstee jer...@myspectrum.nl wrote: - Make the brackets of the function calls more consistent - Remove really unnecessary brackets - Removes the extern from the function definitions - Remove curly brackets from single line statements -

Re: [U-Boot] [PATCH 10/10] common/lcd.c: move the macro's to the c file

2013-03-29 Thread Anatolij Gustschin
On Sat, 12 Jan 2013 23:07:59 +0100 Jeroen Hofstee jer...@myspectrum.nl wrote: Hide the console macros since some reference global data which is no longer present. cc: Anatolij Gustschin ag...@denx.de Signed-off-by: Jeroen Hofstee jer...@myspectrum.nl --- common/lcd.c | 28

Re: [U-Boot] [PATCH] Fix bitmap offsets for non 8-bit LCDs

2013-03-29 Thread Anatolij Gustschin
Hello, On Thu, 14 Feb 2013 16:48:00 +1300 Andre Renaud an...@bluewatersys.com wrote: Currently bitmap logos don't interpret the X coordinate correctly if the bpp is anything other than 8. Signed-off-by: Andre Renaud an...@bluewatersys.com --- common/lcd.c |7 --- 1 file changed,

Re: [U-Boot] [PATCH] video: Fix splash screen alignment

2013-03-29 Thread Anatolij Gustschin
Hello, On Fri, 15 Feb 2013 14:35:12 +0100 Matthias Weisser weiss...@arcor.de wrote: commit d484b52 video: Skip bitmaps which do not fit into the screen in cfb_console breaks splash screen alignment which is passed in as magic (BMP_ALIGN_CENTER) x/y coordinates. Moving the check after the

Re: [U-Boot] [PATCH 0/4 v8] Add ACE HW support for SHA256 and SHA1

2013-03-29 Thread Minkyu Kang
On 21/03/13 16:00, Akshay Saraswat wrote: This patch set adds hardware acceleration for SHA 256 with the help of ACE. Changes since v1: - Patch-1: Fixed few nits. - Patch-2: Removed not required config. - Patch-3: Added sha256 to hash command instead of new sha256

[U-Boot] [PATCH] disk: fix unaligned access in efi partitions

2013-03-29 Thread Marc Dietrich
start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the get_unaligned macro. Signed-off-by: Marc Dietrich marvi...@gmx.de --- disk/part_efi.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/disk/part_efi.c

Re: [U-Boot] [PATCH] disk: add -mno-unaligned-access to CFLAGS

2013-03-29 Thread Marc Dietrich
Albert, On Friday 29 March 2013 08:00:54 Albert ARIBAUD wrote: On Thu, 28 Mar 2013 23:35 +0100, Marc Dietrich marvi...@gmx.de wrote: [ ... ] On Thursday 28 March 2013 21:42:13 Albert ARIBAUD wrote: Which fields, which structures, which files are affected by the unalignment issue?

Re: [U-Boot] [PATCH] Exynos5: clock: Fix a typo bug in exynos clock init

2013-03-29 Thread Minkyu Kang
On 21/03/13 21:13, Akshay Saraswat wrote: We intended to clear the bits of CLK_SRC_TOP2 register, instead we were writing on the reserved bits of src_core1 register. Since the default value of clk_src_top2 register were itself zero, this typo was not creating any big issue. But it is better to

Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-29 Thread Gupta Ruchika-R66431
-Original Message- From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Thursday, March 28, 2013 8:23 PM To: Gupta Ruchika-R66431 Cc: U-Boot Mailing List; Fleming Andy-AFLEMING Subject: Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add

[U-Boot] [PATCH 03/11] net: add FTMAC110 10/100Mbps ethernet support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Faraday FTMAC110 10/100Mbps supports half-word data transfer for Linux. However it has a weird DMA alignment issue: (1) Tx DMA Buffer Address: 1 bytes aligned: Invalid 2 bytes aligned: O.K 4 bytes aligned: O.K (2) Rx DMA Buffer Address:

[U-Boot] [PATCH 04/11] usb-ehci: add Faraday USB 2.0 EHCI controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This patch add supports to both Faraday FUSBH200 and FOTG210, these controllers slightly differ from standard EHCI specification. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com --- common/usb_hub.c|5 ++

[U-Boot] [PATCH 06/11] i2c: add FTI2C010 I2C controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Faraday FTI2C010 is a multi-function I2C controller which supports both master and slave mode. This patch simplily implements the master mode only. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com --- drivers/i2c/Makefile |1 +

[U-Boot] [PATCH 10/11] mmc: add an alternative FTSDC010 driver support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Faraday FTSDC010 is a MMC/SD host controller. There is already a driver in u-boot, which is modified from eSHDC and contributed by Andes Tech. However it works extreamly slow in Faraday A36x SoC Platforms, so I turn to implement this new version of

[U-Boot] [PATCH 09/11] mtd/spi: add FTSPI020 SPI Flash controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Faraday FTSPI020 is dedicated SPI bus designed for SPI Flash chips. It supports Fast-Read-Dual, Fast-Read-Dual-IO, Fast-Read-Quad and Fast-Read-Quad-IO. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com --- drivers/mtd/spi/Makefile |4 +

[U-Boot] [PATCH 01/11] arm: add MMU/d-cache support for Faraday cores

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This patch would enable MMU for Faraday ARMv5TE cores. Here is the abstract of the MMU design. Assume SDRAM memory region starts at 0x1000, and its size = 0x80. 0x +---+ | | |

[U-Boot] [PATCH 07/11] spi: add FTSPI010 SPI controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com The Faraday FTSSP010 is a multi-function controller which supports I2S/SPI/SSP/AC97/SPDIF. This patch simpily implements the SPI mode only. BTW the DMA and CS/Clock control logic has been altered since revision 1.19.0. So this patch would 1st detects the

[U-Boot] [PATCH 05/11] usb-gadget: add FOTG210 USB gadget support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com This patch would try to use Faraday FOTG210 to implement a USB RNDIS Ethernet. Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com --- drivers/usb/gadget/Makefile |1 + drivers/usb/gadget/fotg210.c | 926

[U-Boot] [PATCH 00/11] arm: add Faraday A36x SoC platform support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com These patches introduce Faraday A36x SoC platform support. Here are some public documents for your reference. http://www.faraday-tech.com/html/documentation/index.html There is also a A369 QEMU emulator available at my github account:

[U-Boot] [PATCH 08/11] mtd/nand: add FTNANDC021 NAND flash controller support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Faraday FTNANDC021 is a integrated NAND flash controller. It use a build-in command table to abstract the underlying NAND flash control logic. For example: Issuing a command 0x10 to FTNANDC021 would result in a page write + a read status operation.

[U-Boot] [PATCH 02/11] net/ftgmac100: add MMU/D-cache support

2013-03-29 Thread Kuo-Jung Su
From: Kuo-Jung Su dant...@faraday-tech.com Signed-off-by: Kuo-Jung Su dant...@faraday-tech.com --- drivers/net/ftgmac100.c | 83 --- 1 file changed, 56 insertions(+), 27 deletions(-) diff --git a/drivers/net/ftgmac100.c b/drivers/net/ftgmac100.c

Re: [U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-29 Thread TENART Antoine
Tom This is fine except it breaks bisectability, you need to also add Tom CONFIG_TI81XX to ti814x_evm.h at this point. It afaik already has it. Yes, it was introduced by Matt Porter in ti814x_evm: add ti814x evm board support patch : +#define CONFIG_TI81XX +#define CONFIG_TI814X

Re: [U-Boot] [PATCH 2/8] Add TI816X mux definitions.

2013-03-29 Thread TENART Antoine
Yes, please fix with a v2 of the series which also addreses the other feedback as well. Also, patches 2-7 can be squashed into a single Add ti816x support patch. Thanks for your review, I'll do a v2 following your advices. ___ U-Boot mailing list

Re: [U-Boot] [PATCH 5/8] Add TI816X cpu definitions

2013-03-29 Thread TENART Antoine
TENART /* DMM */ TENART +#if defined(CONFIG_TI816X) TENART +#define DMM_BASE 0x4E00 TENART +#else TENART #define DMM_BASE 0x4E40 TENART +#endif I don't think that's right. Matt's series uses DMM_BASE to refer to the lisa

Re: [U-Boot] [PATCH 1/8] Prepare for TI816X : reuse existing code from TI814X

2013-03-29 Thread Tom Rini
On Fri, Mar 29, 2013 at 10:09:30AM +0100, TENART Antoine wrote: Tom This is fine except it breaks bisectability, you need to also add Tom CONFIG_TI81XX to ti814x_evm.h at this point. It afaik already has it. Yes, it was introduced by Matt Porter in ti814x_evm: add ti814x evm

Re: [U-Boot] [PATCH] disk: fix unaligned access in efi partitions

2013-03-29 Thread Albert ARIBAUD
Hi Marc, On Fri, 29 Mar 2013 12:28:58 +0100, Marc Dietrich marvi...@gmx.de wrote: start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the get_unaligned macro. Signed-off-by: Marc Dietrich marvi...@gmx.de --- disk/part_efi.c |

Re: [U-Boot] [PATCH 1/1 v3] omap3_beagle: Enabling UART3 first allows the Transmitter to be empty

2013-03-29 Thread Tom Rini
On Fri, Mar 29, 2013 at 10:43:34AM +0100, Albert ARIBAUD wrote: Hi Manfred, On Fri, 29 Mar 2013 10:20:25 +0100, Manfred Huber man.hu...@arcor.de wrote: On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the

[U-Boot] [PATCH 1/1 v4] omap3_beagle: Flush UART3 xmit on enable if TEMT is broken

2013-03-29 Thread Manfred Huber
From: Manfred Huber man.hu...@arcor.de Flush UART3 xmit on enable if TEMT is broken On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter before initialization starts. This patch avoids the use of

[U-Boot] [PATCH 1/1 v5] omap3_beagle: Flush UART3 xmit on enable if TEMT is broken

2013-03-29 Thread Manfred Huber
From: Manfred Huber man.hu...@arcor.de Flush UART3 xmit on enable if TEMT is broken On some OMAP3 devices when UART3 is configured for boot mode before SPL starts only THRE bit is set. We have to empty the transmitter before initialization starts. This patch avoids the use of

[U-Boot] Support required for loading U-boot on SDRAM

2013-03-29 Thread Sadashiva Reddy
Hi Sir, I am using AMCC PPC440Gx processor for our project presently the board is working fine with vxWorks(BSP + OS + Application). But our customer new requirement is same board should be ported with linux. 1. We are using BDI2000 JTAG tool for porting u-boot and kernel. 2. We are not able

[U-Boot] [PATCH] video: bcm2835: fix build issues

2013-03-29 Thread Anatolij Gustschin
After merging LCD patches for v2013.04 the bcm2835 video driver building is broken due to removal of many global variables. Fix the driver. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Stephen Warren swar...@wwwdotorg.org --- common/lcd.c| 12

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

2013-03-29 Thread Anatolij Gustschin
Hello Tom, The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800: Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100) are available in the git repository at: git://git.denx.de/u-boot-staging.git ag...@denx.de Anatolij Gustschin (1):

Re: [U-Boot] [PATCH] video: bcm2835: fix build issues

2013-03-29 Thread Anatolij Gustschin
On Fri, 29 Mar 2013 14:10:09 +0100 Anatolij Gustschin ag...@denx.de wrote: After merging LCD patches for v2013.04 the bcm2835 video driver building is broken due to removal of many global variables. Fix the driver. Signed-off-by: Anatolij Gustschin ag...@denx.de Cc: Stephen Warren

[U-Boot] Pull request: u-boot-video/master

2013-03-29 Thread Anatolij Gustschin
Hello Tom, The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800: Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100) are available in the git repository at: git://git.denx.de/u-boot-video.git master Anatolij Gustschin (2): Merge

Re: [U-Boot] [PATCH] disk: fix unaligned access in efi partitions

2013-03-29 Thread Marc Dietrich
Albert, On Friday 29 March 2013 13:32:26 Albert ARIBAUD wrote: On Fri, 29 Mar 2013 12:28:58 +0100, Marc Dietrich marvi...@gmx.de wrote: start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the get_unaligned macro. Signed-off-by:

Re: [U-Boot] [PATCH] disk: fix unaligned access in efi partitions

2013-03-29 Thread Stephen Warren
On 03/29/2013 09:13 AM, Marc Dietrich wrote: On Friday 29 March 2013 13:32:26 Albert ARIBAUD wrote: On Fri, 29 Mar 2013 12:28:58 +0100, Marc Dietrich marvi...@gmx.de wrote: start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the

[U-Boot] [PATCH v2 0/3] Add TI816X EVM support

2013-03-29 Thread TENART Antoine
This serie introduce the support of the TI816X EVM board. It applies on top of Matt Porter patches introducing the support of the TI814X EVM board (Add TI814x EVM Support). The serie fits into the existing AM33XX SoC support and reuse some definitions from the TI814X. Based on the implementation

[U-Boot] [PATCH v2 1/3] Prepare for TI816X : reuse existing code from TI814X

2013-03-29 Thread TENART Antoine
Rename some CONFIG_TI814X to a more generic CONFIG_81XX Signed-off-by: Antoine Tenart aten...@adeneo-embedded.com --- Makefile|2 +- arch/arm/cpu/armv7/Makefile |2 +- arch/arm/cpu/armv7/omap-common/Makefile |2 +-

[U-Boot] [PATCH v2 3/3] Add TI816X evm board support

2013-03-29 Thread TENART Antoine
Signed-off-by: Antoine Tenart aten...@adeneo-embedded.com --- MAINTAINERS|4 + arch/arm/include/asm/arch-am33xx/spl.h |9 + board/ti/ti816x/Makefile | 48 ++ board/ti/ti816x/evm.c | 866

[U-Boot] [PATCH v2 2/3] Add TI816X support

2013-03-29 Thread TENART Antoine
Signed-off-by: Antoine Tenart aten...@adeneo-embedded.com --- arch/arm/include/asm/arch-am33xx/clock.h |4 + arch/arm/include/asm/arch-am33xx/clocks_ti816x.h | 136 arch/arm/include/asm/arch-am33xx/cpu.h |4 + arch/arm/include/asm/arch-am33xx/cpu_ti816x.h

[U-Boot] [PATCH V2] disk: fix unaligned access in efi partitions

2013-03-29 Thread Marc Dietrich
start_sect is not aligned to a 4 byte boundary thus causing exceptions on ARM platforms. Access this field via the get_unaligned_le32 macro. Signed-off-by: Marc Dietrich marvi...@gmx.de --- V2: replace le32_to_cpu(get_unaligned()) with get_unaligned_le32 disk/part_efi.c |3 ++- 1 file

Re: [U-Boot] [PATCH] build: Fix make errors generated when building 'distclean'

2013-03-29 Thread Simon Glass
On Wed, Mar 27, 2013 at 5:34 PM, Vadim Bendebury vben...@chromium.orgwrote: It was noticed that when `make distclean' is run, the make process terminates with error reporting something like: rm: cannot remove '/tmp/foobar/': Is a directory make: *** [clobber] Error 1 The problem is that

[U-Boot] [PATCH] OMAP: Fix copy-paste bug that did not enable UART4 clock

2013-03-29 Thread Lubomir Popov
UART3 was enabled twice instead of UART4. One more cosmetic change in a comment on EMIF clock. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap-common/clocks-common.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[U-Boot] [PATCH] OMAP5: USB: hsusbtll_clkctrl has to be in hw_auto for USB to work

2013-03-29 Thread Lubomir Popov
This fix is needed (but not sufficient) for USB EHCI operation. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap5/hw_data.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c

[U-Boot] [PATCH] OMAP5: I2C: Enable i2c5 clocks

2013-03-29 Thread Lubomir Popov
I2C5 is used on all known OMAP5 hardware platforms, therefore enable. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/cpu/armv7/omap5/hw_data.c |1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c index

[U-Boot] [PATCH] OMAP5: I2C: Add I2C4 and I2C5 bases

2013-03-29 Thread Lubomir Popov
Need to add these base addresses in order to use I2C4 and I2C5. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/arch-omap5/cpu.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-omap5/cpu.h b/arch/arm/include/asm/arch-omap5/cpu.h index

[U-Boot] [PATCH] OMAP5: I2C: Set I2C_BUS_MAX to 5 to enable I2C4 and I2C5

2013-03-29 Thread Lubomir Popov
Needed in order to be able to select I2C4 and I2C5 via i2c dev. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- arch/arm/include/asm/arch-omap5/i2c.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/include/asm/arch-omap5/i2c.h

[U-Boot] [PATCH 1/2] OMAP4/5: I2C: New I2C driver, Makefile fix

2013-03-29 Thread Lubomir Popov
See PATCH 2/2 on new I2C driver. Signed-off-by: Lubomir Popov lpo...@mm-sol.com --- drivers/i2c/Makefile |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile index 5dbdbe3..8afc621 100644 --- a/drivers/i2c/Makefile +++ b/drivers/i2c/Makefile @@

[U-Boot] [PATCH 2/2] OMAP4/5: I2C: New I2C driver files added

2013-03-29 Thread Lubomir Popov
New I2C driver that fixes read-related issues with some types of I2C chips. The i2c_read function now performs bulk read of the requested number of bytes in a single transaction and completes much faster. Whether to use Stop-Start or Repeated Start between the address and data phases is

[U-Boot] [PATCH] Tegra: Configure L2 cache control reg properly.

2013-03-29 Thread Tom Warren
Without this change, kernel fails at calling function cache_clean_flush during kernel early boot. Aprocryphally, intended for T114 only, so I check for a T114 SoC. Works (i.e. dalmore 3.8 kernel now starts printing to console). Signed-off-by: Tom Warren twar...@nvidia.com ---

Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-29 Thread Kim Phillips
On Fri, 29 Mar 2013 04:43:23 + Gupta Ruchika-R66431 r66...@freescale.com wrote: From: otavio.salva...@gmail.com [mailto:otavio.salva...@gmail.com] On Behalf Of Otavio Salvador Sent: Thursday, March 28, 2013 8:23 PM To: Gupta Ruchika-R66431 Cc: U-Boot Mailing List; Fleming

Re: [U-Boot] [PATCH] Tegra: Configure L2 cache control reg properly.

2013-03-29 Thread Stephen Warren
On 03/29/2013 02:38 PM, Tom Warren wrote: Without this change, kernel fails at calling function cache_clean_flush during kernel early boot. Aprocryphally, intended for T114 only, so I check for a T114 SoC. Works (i.e. dalmore 3.8 kernel now starts printing to console). I don't know enough

Re: [U-Boot] [PATCH] Tegra: Configure L2 cache control reg properly.

2013-03-29 Thread Tom Warren
Stephen, On Fri, Mar 29, 2013 at 3:43 PM, Stephen Warren swar...@wwwdotorg.orgwrote: On 03/29/2013 02:38 PM, Tom Warren wrote: Without this change, kernel fails at calling function cache_clean_flush during kernel early boot. Aprocryphally, intended for T114 only, so I check for a T114

Re: [U-Boot] [PATCH 1/3] ppc4xx: Add SPL support

2013-03-29 Thread Rommel G Custodio
Dear Stefan Rose, On 2013.02/22, Stefan Roese wrote: diff --git a/arch/powerpc/cpu/ppc4xx/Makefile b/arch/powerpc/cpu/ppc4xx/Makefile index 8da2f86..e301dc6 100644 --- a/arch/powerpc/cpu/ppc4xx/Makefile +++ b/arch/powerpc/cpu/ppc4xx/Makefile @@ -68,6 +68,10 @@ COBJS += miiphy.o

Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation

2013-03-29 Thread Gupta Ruchika-R66431
-Original Message- From: Phillips Kim-R1AAHA Sent: Saturday, March 30, 2013 4:08 AM To: Gupta Ruchika-R66431 Cc: Otavio Salvador; U-Boot Mailing List; Fleming Andy-AFLEMING Subject: Re: [U-Boot] [PATCH 0/5] FSL SECURE BOOT: Add support for next level image validation On Fri, 29