[U-Boot] TFTP timeouts, i.mx fec problem?

2013-05-30 Thread Ruud Commandeur
Hi everyone, I have been testing for a while now on the i.mx28 evk, and I noticed that almost all tftp transfers take some time before they actually start. It will show a 'T' as first character, then followed by '#' chars. After enabling some debug info, it appeared that it would always start by s

Re: [U-Boot] [PATCH 0/6] ARMv7: Add HYP mode switching support

2013-05-30 Thread Andre Przywara
On 05/31/2013 08:11 AM, Christoffer Dall wrote: On Mon, May 06, 2013 at 03:17:44PM +0200, Andre Przywara wrote: (for GIT URL and Changelog see below) ARM CPUs with the virtualization extension have a new mode called HYP mode, which allows hypervisors to safely control and monitor guests. The cu

Re: [U-Boot] [PATCH 5/6] ARM: extend non-secure switch to also go into HYP mode

2013-05-30 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:49PM +0200, Andre Przywara wrote: > For the KVM and XEN hypervisors to be usable, we need to enter the > kernel in HYP mode. Now that we already are in non-secure state, > HYP mode switching is within short reach. > > While doing the non-secure switch, we have to enab

Re: [U-Boot] [PATCH 4/6] ARM: add SMP support for non-secure switch

2013-05-30 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:48PM +0200, Andre Przywara wrote: > Currently the non-secure switch is only done for the boot processor. > To later allow full SMP support, we have to switch all secondary > cores into non-secure state also. > > So we add an entry point for secondary CPUs coming out o

Re: [U-Boot] [PATCH 3/6] ARM: switch to non-secure state during bootm execution

2013-05-30 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:47PM +0200, Andre Przywara wrote: > To actually trigger the non-secure switch we just implemented, call > the switching routine from within the bootm command implementation. > This way we automatically enable this feature without further user > intervention. > > Some

Re: [U-Boot] [PATCH 2/6] ARM: add assembly routine to switch to non-secure state

2013-05-30 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:46PM +0200, Andre Przywara wrote: > While actually switching to non-secure state is one thing, the > more important part of this process is to make sure that we still > have full access to the interrupt controller (GIC). > The GIC is fully aware of secure vs. non-secur

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio CS signal

2013-05-30 Thread Dirk Behme
On 30.05.2013 16:47, Andrew Gabbasov wrote: The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro (shifted and or'ed with chip select), so it's incorrect to pass that macro directly as an argument to gpio_direction_output() call. Also, SPI driver sets the direction and initial va

[U-Boot] readl / writel function questions

2013-05-30 Thread TigerLiu
Hi, experts: I wrote a driver for uboot. This driver called writel/readl function. I have included "include/asm/io.h". But when i compiled , it output below error msgs: undefined reference to `__readwrite_bug' Best wishes, ___ U-Boot mailing list U-Boot

Re: [U-Boot] fopen/fwrite functions

2013-05-30 Thread TigerLiu
Dear Denk: Got it! Thank you! Best wishes, ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state

2013-05-30 Thread Christoffer Dall
On Mon, May 06, 2013 at 03:17:45PM +0200, Andre Przywara wrote: > A prerequisite for using virtualization is to be in HYP mode, which > requires the CPU to be in non-secure state. > Introduce a monitor handler routine which switches the CPU to > non-secure state by setting the NS and associated bit

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Simon Glass
Hi Albert, On Thu, May 30, 2013 at 10:37 AM, Albert ARIBAUD wrote: > Hi Simon, > > On Thu, 30 May 2013 09:38:56 -0700, Simon Glass > wrote: > > > Hi Albert, > > > > On Thu, May 30, 2013 at 9:21 AM, Albert ARIBAUD > > wrote: > > > > > On Thu, 30 May 2013 14:55:41 +0200, Albert ARIBAUD > > > wrot

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-05-30 Thread Robert Winkler
On Thu, May 30, 2013 at 4:32 PM, Wolfgang Denk wrote: > Dear Robert Winkler, > > In message < > 1369947781-25077-1-git-send-email-robert.wink...@boundarydevices.com> you > wrote: > > Signed-off-by: Robert Winkler > > --- > > board/boundary/nitrogen6x/nitrogen6x.c | 22 ++ > >

Re: [U-Boot] [PATCH] Add splash screen support via loading from flash

2013-05-30 Thread Wolfgang Denk
Dear Robert Winkler, In message <1369947781-25077-1-git-send-email-robert.wink...@boundarydevices.com> you wrote: > Signed-off-by: Robert Winkler > --- > board/boundary/nitrogen6x/nitrogen6x.c | 22 ++ > include/configs/nitrogen6x.h | 11 ++- > 2 files cha

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio CS signal

2013-05-30 Thread Robert Winkler
On Thu, May 30, 2013 at 7:47 AM, Andrew Gabbasov wrote: > The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro > (shifted and or'ed with chip select), so it's incorrect to pass > that macro directly as an argument to gpio_direction_output() call. > > Also, SPI driver sets the dir

Re: [U-Boot] JFFS2 seems to drop nand data with ECC corrections

2013-05-30 Thread passal
Hi Have you submitted this patch? Would it be possible to share this patch because we have the same problem? BR, Pierre Assal -- View this message in context: http://u-boot.10912.n7.nabble.com/JFFS2-seems-to-drop-nand-data-with-ECC-corrections-tp142008p155997.html Sent from the U-Boot mailin

[U-Boot] [PATCH] Add splash screen support via loading from flash

2013-05-30 Thread Robert Winkler
Signed-off-by: Robert Winkler --- board/boundary/nitrogen6x/nitrogen6x.c | 22 ++ include/configs/nitrogen6x.h | 11 ++- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/board/boundary/nitrogen6x/nitrogen6x.c b/board/boundary/nitrogen6x/nitroge

Re: [U-Boot] [U-Boot,v2] mtd: resync with Linux-3.7.1

2013-05-30 Thread Scott Wood
On Mon, Jan 14, 2013 at 03:46:50AM -, Sergey Lapin wrote: > This patch is essentially an update of u-boot MTD subsystem to > the state of Linux-3.7.1 with exclusion of some bits: > > - the update is concentrated on NAND, no onenand or CFI/NOR/SPI > flashes interfaces are updated EXCEPT for API

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Lubomir Popov
Hi Tom, > On Thu, May 30, 2013 at 10:37:42AM -0400, Tom Rini wrote: >> On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: >> >> > Tested on OMAP4/5 only, but should work on older OMAPs and >> > derivatives as well. >> > >> > - Rewritten i2c_read to operate correctly with all types of c

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

2013-05-30 Thread Albert ARIBAUD
Hello Tom, The following changes since commit a71d45d706a5b51c348160163b6c159632273fed: powerpc/mpc85xx: Clear L1 D-cache lock (2013-05-24 16:54:14 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 3da0e5750b24a9491058df6126c7

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Lubomir Popov
Hi Tom, > On Thu, May 30, 2013 at 10:37:42AM -0400, Tom Rini wrote: >> On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: >> >> > Tested on OMAP4/5 only, but should work on older OMAPs and >> > derivatives as well. >> > >> > - Rewritten i2c_read to operate correctly with all types of c

Re: [U-Boot] [PATCH] fdt: Enhance dts/Makefile to be all things to all men

2013-05-30 Thread Stephen Warren
On 05/30/2013 01:56 AM, Wolfgang Denk wrote: > Dear Stephen, > > In message <51a6df7c.30...@wwwdotorg.org> you wrote: >> >> It seems to be aimed specifically at enabling use of new dtc features >> when present. That seems to be specifically against Wolfgang's goal of >> not requiring new dtc featu

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Albert ARIBAUD
Hi Simon, On Thu, 30 May 2013 09:38:56 -0700, Simon Glass wrote: > Hi Albert, > > On Thu, May 30, 2013 at 9:21 AM, Albert ARIBAUD > wrote: > > > On Thu, 30 May 2013 14:55:41 +0200, Albert ARIBAUD > > wrote: > > > > > Hello Tom and Bo, > > > > > > While preparing for my ARM PR, I have encounte

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Tom Rini
On Thu, May 30, 2013 at 10:37:42AM -0400, Tom Rini wrote: > On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: > > > Tested on OMAP4/5 only, but should work on older OMAPs and > > derivatives as well. > > > > - Rewritten i2c_read to operate correctly with all types of chips > > (old

Re: [U-Boot] [PATCH] pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option

2013-05-30 Thread Gabor Juhos
2013.05.30. 18:36 keltezéssel, Daniel Schwierzeck írta: > 2013/5/29 Gabor Juhos : >> The pci_indirect.c file is always compiled when >> CONFIG_PCI is defined although the indirect PCI >> bridge support is not needed by every board. >> >> Introduce a new CONFIG_PCI_INDIRECT_BRIDGE >> config option a

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Simon Glass
Hi Albert, On Thu, May 30, 2013 at 9:21 AM, Albert ARIBAUD wrote: > On Thu, 30 May 2013 14:55:41 +0200, Albert ARIBAUD > wrote: > > > Hello Tom and Bo, > > > > While preparing for my ARM PR, I have encountered two merge conflicts. > > Their resolution can be found in branch 'merge_from_mainline'

Re: [U-Boot] [PATCH] pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option

2013-05-30 Thread Daniel Schwierzeck
2013/5/29 Gabor Juhos : > The pci_indirect.c file is always compiled when > CONFIG_PCI is defined although the indirect PCI > bridge support is not needed by every board. > > Introduce a new CONFIG_PCI_INDIRECT_BRIDGE > config option and only compile indirect PCI > bridge support if this options is

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Albert ARIBAUD
On Thu, 30 May 2013 14:55:41 +0200, Albert ARIBAUD wrote: > Hello Tom and Bo, > > While preparing for my ARM PR, I have encountered two merge conflicts. > Their resolution can be found in branch 'merge_from_mainline' of ARM > repo git://git.denx.de/u-boot-arm. > > For common/cmd_fpga.c, the mer

Re: [U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere

2013-05-30 Thread Tom Rini
On Thu, May 30, 2013 at 06:57:02AM -0700, Simon Glass wrote: > Hi Tom, > > On Thu, May 16, 2013 at 11:49 AM, Simon Glass wrote: > > > Hi Tom, > > > > On Thu, May 16, 2013 at 9:26 AM, Tom Rini wrote: > > > On Wed, May 15, 2013 at 07:13:18AM -0700, Simon Glass wrote: > > > > > > [snip] > > >> I'

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Tom Rini
On Thu, May 30, 2013 at 05:51:44PM +0300, Lubomir Popov wrote: > Hi Tom, > > On 30/05/13 17:37, Tom Rini wrote: > > On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: > > > >> Tested on OMAP4/5 only, but should work on older OMAPs and > >> derivatives as well. > >> > >> - Rewritten i2

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Gabbasov, Andrew
> From: Gabbasov, Andrew > Sent: Thursday, May 30, 2013 18:36 > To: Behme, Dirk - Bosch > Cc: u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio > number in SF chip select [skipped] > So, OK, you convinced

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Lubomir Popov
Hi Tom, On 30/05/13 17:37, Tom Rini wrote: > On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: > >> Tested on OMAP4/5 only, but should work on older OMAPs and >> derivatives as well. >> >> - Rewritten i2c_read to operate correctly with all types of chips >> (old function could not

[U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Remove incorrect setting of gpio CS signal

2013-05-30 Thread Andrew Gabbasov
The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro (shifted and or'ed with chip select), so it's incorrect to pass that macro directly as an argument to gpio_direction_output() call. Also, SPI driver sets the direction and initial value of a gpio, used as a chip select signal, b

Re: [U-Boot] [PATCH v3] OMAP: I2C: New read, write and probe functions

2013-05-30 Thread Tom Rini
On Thu, May 30, 2013 at 01:24:42AM +0300, Lubomir Popov wrote: > Tested on OMAP4/5 only, but should work on older OMAPs and > derivatives as well. > > - Rewritten i2c_read to operate correctly with all types of chips > (old function could not read consistent data from some I2C slaves). > - Opti

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Gabbasov, Andrew
> From: Behme, Dirk - Bosch > Sent: Thursday, May 30, 2013 15:50 > To: Gabbasov, Andrew > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio > number in SF chip select > > On 30.05.2013 13:32, Gabbasov,

Re: [U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-05-30 Thread Lubomir Popov
Hi Lokesh, On 30/05/13 16:19, Lokesh Vutla wrote: > From: Balaji T K > > add dra mmc pbias support and ldo1 power on > > Signed-off-by: Balaji T K > Signed-off-by: Lokesh Vutla > --- > arch/arm/include/asm/arch-omap5/omap.h |3 ++- > drivers/mmc/omap_hsmmc.c | 26

Re: [U-Boot] [PATCH v3 0/16] Provide a mechanism to avoid using #ifdef everywhere

2013-05-30 Thread Simon Glass
Hi Tom, On Thu, May 16, 2013 at 11:49 AM, Simon Glass wrote: > Hi Tom, > > On Thu, May 16, 2013 at 9:26 AM, Tom Rini wrote: > > On Wed, May 15, 2013 at 07:13:18AM -0700, Simon Glass wrote: > > > > [snip] > >> I've brought over the patches that I can that don't depend on autoconf: > >> > >> 6c0e

[U-Boot] [PATCH v2 6/8] sf: winbond: Add support for W25Q128FW

2013-05-30 Thread Jagannadha Sutradharudu Teki
Add support for Winbond W25Q128FW SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index 3c0ca88..e07480b 100644 ---

[U-Boot] [PATCH v2 5/8] sf: winbond: Update the names for W25Q 0x40XX ID's flash parts

2013-05-30 Thread Jagannadha Sutradharudu Teki
Use the exact names for W25Q 0x40XX ID's flash parts, as the same sizes of flashes comes with different ID's. so-that the distinguishes becomes easy with this change. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.c | 10 +- 1 file

[U-Boot] [PATCH v2 2/8] sf: spansion: Add support for S25FL128S_64K

2013-05-30 Thread Jagannadha Sutradharudu Teki
This commit is based on the patch from Xie Xiaobo with commit head title as "sf: spansion: Add support for S25FL128S". pulled the same code changes into current u-boot tree with little update on the name field. http://patchwork.ozlabs.org/patch/218145/ SPANSION recommend S25FL128S supersedes S25

[U-Boot] [PATCH v2 1/8] sf: spansion: Update the name for S25FL256S flash

2013-05-30 Thread Jagannadha Sutradharudu Teki
As the per the ID tabl the flash is under Uniform 64-kB sector architecture, hence updated with proper name. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/spansion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/

[U-Boot] [PATCH v2 7/8] sf: winbond: Add support for W25Q16DW

2013-05-30 Thread Jagannadha Sutradharudu Teki
Add support for Winbond W25Q16DW SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c index e07480b..9fb4910 100644 --- a

[U-Boot] [PATCH v2 4/8] sf: winbond: Correct the nr_blocks used for W25Q32DW

2013-05-30 Thread Jagannadha Sutradharudu Teki
This patch corrected the nr_blocks used for W25Q32DW SPI flash. nr_blcoks are incorrectly assigned on below patch "sf: winbond: add W25Q32DW" (sha1: 772ba15474f73adc942e817cc072b6e9750836cc) Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.

[U-Boot] [PATCH v2 8/8] sf: winbond: Add support for W25QXXXFV

2013-05-30 Thread Jagannadha Sutradharudu Teki
Add support for Winbond W25QXXXFV SPI flash. Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none drivers/mtd/spi/winbond.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c in

[U-Boot] [PATCH v2 3/8] sf: winbond: Add support for W25Q80BW

2013-05-30 Thread Jagannadha Sutradharudu Teki
Add support for Winbond W25Q80BW SPI flash. This patch corrected the flash name, nr_blocks and also commit message header from below patch. "sf: winbond: add W25Q32" (sha1: c969abc47033d6f810d3c9dbdb994ea9d691d038) Signed-off-by: Jagannadha Sutradharudu Teki --- Changes for v2: - none

[U-Boot] [PATCH v2 0/8] sf: spansion|winbond: ID table corrections/updates

2013-05-30 Thread Jagannadha Sutradharudu Teki
This patch series consists of few corrections dones on already commited patches, along with some updates on parts name and few new flash parts are added. Thanks, Jagan. Jagannadha Sutradharudu Teki (8): sf: spansion: Update the name for S25FL256S flash sf: spansion: Add support for S25FL128

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Bo Shen
Bo Shen on behalf of Bo Shen Hi Albert, On 05/30/2013 08:55 PM, Albert ARIBAUD wrote: Hello Tom and Bo, While preparing for my ARM PR, I have encountered two merge conflicts. Their resolution can be found in branch 'merge_from_mainline' of ARM repo git://git.denx.de/u-boot-arm. For common/c

Re: [U-Boot] [U-BOOT PATCH] sf: Fix sf read for memory-mapped SPI flashes

2013-05-30 Thread Simon Glass
Hi, On Mon, May 27, 2013 at 1:14 PM, Jagannadha Sutradharudu Teki < jagannadha.sutradharudu-t...@xilinx.com> wrote: > Missing return after memcpy is done for memory-mapped SPI flashes, > hence added retun 0 after memcpy done. > > The return is missing in below patch > "sf: Enable FDT-based config

[U-Boot] [PATCH V2 00/12] ARM: DRA7xx: Update support for DRA7xx Soc's

2013-05-30 Thread Lokesh Vutla
This series update support for DRA7xx family Socs and the data for DRA752 ES1.0 soc. This is on top of my recent Misc cleanup series: http://u-boot.10912.n7.nabble.com/PATCH-V2-0-4-ARM-OMAP2-Misc-Cleanup-tt155949.html Testing: Boot tested on DRA752 ES1.0, OMAP5432 ES2.0, OMAP4460 PANDA Verified MA

[U-Boot] [PATCH V2 07/12] ARM: DRA7xx: Correct the SYS_CLK to 20MHZ

2013-05-30 Thread Lokesh Vutla
From: Sricharan R The sys_clk on the dra evm board is 20MHZ. Changing the configuration for the same. And also moving V_SCLK, V_OSCK defines to arch/clock.h for OMAP4+ boards. Signed-off-by: Sricharan R Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/timer.c |1 + arch/arm

[U-Boot] [PATCH V2 10/12] ARM: DRA7xx: Update pinmux data

2013-05-30 Thread Lokesh Vutla
Updating pinmux data as specified in the latest DM Signed-off-by: Lokesh Vutla Signed-off-by: Balaji T K --- arch/arm/include/asm/arch-omap5/mux_dra7xx.h |7 +++-- board/ti/dra7xx/mux_data.h | 38 -- 2 files changed, 29 insertions(+), 16 deletions

[U-Boot] [PATCH V2 08/12] ARM: DRA7xx: Correct SRAM END address

2013-05-30 Thread Lokesh Vutla
From: Sricharan R NON SECURE SRAM is 512KB in DRA7xx devices. So fixing it here. Signed-off-by: Sricharan R Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-omap5/omap.h | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/arm/include/asm/arch-omap5/

[U-Boot] [PATCH V2 03/12] ARM: DRA7xx: clocks: Fixing i2c_init for PMIC

2013-05-30 Thread Lokesh Vutla
In DRA7xx Soc's voltage scaling is done using GPI2C. So i2c_init should happen before scaling. I2C driver uses __udelay which needs timer to be initialized. So moving timer_init just before voltage scaling. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/clocks-common.c |1 + a

[U-Boot] [PATCH V2 12/12] ARM: DRA7xx: EMIF: Change settings required for EVM board

2013-05-30 Thread Lokesh Vutla
From: Sricharan R DRA7 EVM board has the below configuration. Adding the settings for the same here. 2Gb_1_35V_DDR3L part * 2 on EMIF1 2Gb_1_35V_DDR3L part * 4 on EMIF2 Signed-off-by: Sricharan R Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/emif-common.c | 26 +++-

[U-Boot] [PATCH V2 11/12] ARM: DRA7xx: clocks: Update PLL values

2013-05-30 Thread Lokesh Vutla
Update PLL values. SYS_CLKSEL value for 20MHz is changed to 2. In other platforms SYS_CLKSEL value 2 represents reserved. But in sys_clk array ind 1 is used for 13Mhz. Since other platforms are not using 13Mhz, reusing index 1 for 20MHz. Signed-off-by: Lokesh Vutla Signed-off-by: Sricharan R ---

[U-Boot] [PATCH V2 04/12] ARM: OMAP5: DRA7xx: support class 0 optimized voltages

2013-05-30 Thread Lokesh Vutla
From: Nishanth Menon DRA752 now uses AVS Class 0 voltages which are voltages in efuse. This means that we can now use the optimized voltages which are stored as mV values in efuse and program PMIC accordingly. This allows us to go with higher OPP as needed in the system without the need for imp

[U-Boot] [PATCH V2 02/12] ARM: DRA7xx: power Add support for tps659038 PMIC

2013-05-30 Thread Lokesh Vutla
TPS659038 is the power IC used in DRA7XX boards. Adding support for this and also adding pmic data for DRA7XX boards. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/clocks-common.c | 23 ++ arch/arm/cpu/armv7/omap5/hw_data.c | 38 ++

[U-Boot] [PATCH V2 09/12] mmc: omap_hsmmc: add mmc1 pbias, ldo1

2013-05-30 Thread Lokesh Vutla
From: Balaji T K add dra mmc pbias support and ldo1 power on Signed-off-by: Balaji T K Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-omap5/omap.h |3 ++- drivers/mmc/omap_hsmmc.c | 26 ++ drivers/power/palmas.c | 25 +++

[U-Boot] [PATCH V2 05/12] ARM: DRA7xx: Do not enable srcomp for DRA7xx Soc's

2013-05-30 Thread Lokesh Vutla
Slew rate compensation cells are not present for DRA7xx Soc's. So return from function srcomp_enable() if soc is not OMAP54xx. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/hwinit.c |3 +++ arch/arm/include/asm/omap_common.h |8 2 files changed, 11 insertions(+) dif

[U-Boot] [PATCH V2 06/12] ARM: DRA7xx: Change the Debug UART to UART1

2013-05-30 Thread Lokesh Vutla
From: Sricharan R Serial UART is connected to UART1. So add the change for the same. Signed-off-by: Sricharan R --- include/configs/dra7xx_evm.h |3 +++ include/configs/omap5_common.h |4 include/configs/omap5_uevm.h |4 3 files changed, 7 insertions(+), 4 deletions(-

[U-Boot] [PATCH V2 01/12] ARM: DRA7xx: Add control id code for DRA7xx

2013-05-30 Thread Lokesh Vutla
The registers that are used for device identification are changed from OMAP5 to DRA7xx. Using the correct registers for DRA7xx. Signed-off-by: Lokesh Vutla --- arch/arm/include/asm/arch-omap5/omap.h | 11 +-- include/configs/dra7xx_evm.h |3 ++- 2 files changed, 11 insert

Re: [U-Boot] In U-Boot-2013-01, __stringify is not working

2013-05-30 Thread Wolfgang Denk
Dear Balaji N, In message you wrote: > > In U-Boot-2013-01 version & P3041 board, __stringify is not working. > Enabled the DEBUG mode and got the output as: > > *** Warning - bad CRC, using default environment > > Destroy Hash Table: 3ffa9b90 table = > Create Hash Table: N=221 > INS

Re: [U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 05/30/2013 08:55 AM, Albert ARIBAUD wrote: > Hello Tom and Bo, > > While preparing for my ARM PR, I have encountered two merge > conflicts. Their resolution can be found in branch > 'merge_from_mainline' of ARM repo git://git.denx.de/u-boot-arm.

[U-Boot] Conflict resolution for u-boot-arm/master and u-boot/master merge

2013-05-30 Thread Albert ARIBAUD
Hello Tom and Bo, While preparing for my ARM PR, I have encountered two merge conflicts. Their resolution can be found in branch 'merge_from_mainline' of ARM repo git://git.denx.de/u-boot-arm. For common/cmd_fpga.c, the merge conflict was trivial -- Simon's renaming fit somehow caused a need for

Re: [U-Boot] fopen/fwrite functions

2013-05-30 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, please do not top post / full quote. See [1] if you need help. [1] http://www.netmeister.org/news/learn2quote.html In message you wrote: > > U-boot supports FAT file system. Yes, it does. And it supports commands to access these. > So, i want to read/write a

[U-Boot] [PATCH V2 4/4] ARM: OMAP4+: pmic: Make generic bus init and write functions

2013-05-30 Thread Lokesh Vutla
Voltage scaling can be done in two ways: -> Using SR I2C -> Using GP I2C In order to support both, have a function pointer in pmic_data so that we can call as per our requirement. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/clocks-common.c |6 ++ arch/arm/cpu/armv7/oma

[U-Boot] [PATCH V2 3/4] ARM: OMAP2+: Rename asm/arch/clocks.h asm/arch/clock.h

2013-05-30 Thread Lokesh Vutla
To be consistent with other ARM platforms, renaming asm/arch-omap*/clocks.h to asm/arch-omap*/clock.h Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap-common/clocks-common.c |2 +- arch/arm/cpu/armv7/omap-common/emif-common.c |2 +- arch/arm/cpu/armv7/omap3/clock.c

[U-Boot] [PATCH V2 2/4] ARM: OMAP5: clocks: Do not enable sgx clocks

2013-05-30 Thread Lokesh Vutla
From: Sricharan R SGX clocks should be enabled only for OMAP5 ES1.0. So this can be removed. Signed-off-by: Sricharan R Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap5/hw_data.c |6 -- 1 file changed, 6 deletions(-) diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm

[U-Boot] [PATCH V2 1/4] ARM: OMAP4+: Cleanup header files

2013-05-30 Thread Lokesh Vutla
After having the u-boot clean up series, there are many definitions that are unused in header files. Removing all those unused ones. Signed-off-by: Lokesh Vutla --- arch/arm/cpu/armv7/omap4/prcm-regs.c |3 +++ arch/arm/cpu/armv7/omap5/prcm-regs.c |2 ++ arch/arm/include/asm/arch-o

[U-Boot] [PATCH V2 0/4] ARM: OMAP2+: Misc Cleanup

2013-05-30 Thread Lokesh Vutla
Misc cleanup. And also adding a Generic bus init and write functions for PMIC. This series is applied on top of u-boot-ti: git://git.denx.de/u-boot-ti.git Testing: Boot tested on OMAP5432 ES2.0, OMAP4460 PANDA. Verified MAKEALL for armv7/omap boards. Changes from v1: * Created new patch for renam

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Dirk Behme
On 30.05.2013 13:32, Gabbasov, Andrew wrote: Hi Dirk, From: Behme, Dirk - Bosch Sent: Thursday, May 30, 2013 14:50 To: Gabbasov, Andrew Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chi

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Gabbasov, Andrew
Hi Dirk, > From: Behme, Dirk - Bosch > Sent: Thursday, May 30, 2013 14:50 > To: Gabbasov, Andrew > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio > number in SF chip select [skipped] > To my underst

Re: [U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Dirk Behme
On 30.05.2013 12:02, Andrew Gabbasov wrote: The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro (shifted and or'ed with chip select), so it's incorrect to pass that macro directly as an argument to gpio_direction_output() call. The gpio number should be extracted (shifted back)

[U-Boot] In U-Boot-2013-01, __stringify is not working

2013-05-30 Thread Balaji N
In U-Boot-2013-01 version & P3041 board, __stringify is not working. Enabled the DEBUG mode and got the output as: *** Warning - bad CRC, using default environment Destroy Hash Table: 3ffa9b90 table = Create Hash Table: N=221 INSERT: table 3ffa9b90, filled 1/223 rv 3fe2f858 ==> name="boo

Re: [U-Boot] fopen/fwrite functions

2013-05-30 Thread TigerLiu
Dear Denk: U-boot supports FAT file system. So, i want to read/write a file in USB disk (formatted with fat file system). So, could i use fopen/fwrite functions? Best wishes, -邮件原件- 发件人: Wolfgang Denk [mailto:w...@denx.de] 发送时间: 2013年5月30日 15:50 收件人: Tiger Liu 抄送: u-boot@lists.denx.de 主题

[U-Boot] [PATCH] mx6: mx6qsabrelite/nitrogen6x: Fix use of gpio number in SF chip select

2013-05-30 Thread Andrew Gabbasov
The number of gpio signal is packed inside CONFIG_SF_DEFAULT_CS macro (shifted and or'ed with chip select), so it's incorrect to pass that macro directly as an argument to gpio_direction_output() call. The gpio number should be extracted (shifted back) before that. Signed-off-by: Andrew Gabbasov

Re: [U-Boot] [PATCH] fdt: Enhance dts/Makefile to be all things to all men

2013-05-30 Thread Wolfgang Denk
Dear Stephen, In message <51a6df7c.30...@wwwdotorg.org> you wrote: > > It seems to be aimed specifically at enabling use of new dtc features > when present. That seems to be specifically against Wolfgang's goal of > not requiring new dtc features. There's no point allowing use of new dtc Please s

[U-Boot] [U-BOOT] [PATCH] arm: da830: moved pinmux configurations to the arch tree

2013-05-30 Thread Vishwanathrao Badarkhe, Manish
Move pinmux configurations for the DA830 SoCs from board file to the arch tree so that it can be used for all da830 based devices. Also, avoids duplicate pinmuxing in case of NAND. Signed-off-by: Vishwanathrao Badarkhe, Manish --- Depends on: http://u-boot.10912.n7.nabble.com/PATCH-da830-add-MMC-

Re: [U-Boot] fopen/fwrite functions

2013-05-30 Thread Wolfgang Denk
Dear tiger...@viatech.com.cn, In message you wrote: > > Could i use fopen/fwrite standard C lib functions in U-boot code? What for? We do not even have a concept of files in U-Boot... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 1

Re: [U-Boot] [PATCH] fdt: Enhance dts/Makefile to be all things to all men

2013-05-30 Thread Wolfgang Denk
Dear Stephen Warren, In message <51a68a4c.4060...@wwwdotorg.org> you wrote: > > > Sorry, instead we should strive to be compatible to a reasonably old, > > stable version of DTC, like we do for all other tools as well. As > > mentioned before - just because RHEL 5 ships an ancient version of - >

Re: [U-Boot] [PATCH] fdt: Enhance dts/Makefile to be all things to all men

2013-05-30 Thread Wolfgang Denk
Dear Stephen, In message <51a6869f.1020...@wwwdotorg.org> you wrote: > > Since DT is supposed to be a HW description, it shouldn't be using cpp's > built-in macros to compile in different ways; there really isn't a > concept of the "target arch of compilation"; a .dts file should simply > compile