[U-Boot] [PATCH] ARM:OMAP+:MMC: Add parameters to MMC init

2012-02-17 Thread Jonathan Solnit
Adds parameters to the OMAP MMC initialization function so the board can mask host capabilities and set the maximum clock frequency. While the OMAP supports a certain set of MMC host capabilities, individual boards may be more restricted. In particular, if the clock is set faster than the board

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Marek Vasut
> Hello Marek, > > On Fri, Feb 17, 2012 at 2:28 PM, Marek Vasut wrote: > > > On 2/17/2012 1:13 AM, Marek Vasut wrote: > > > >> Signed-off-by: Amit Virdi > > > > > > > > Uh, are you sure the Subject correlates with the patch ? > > > > > > > > M > > > > > > Yeah. The fix is a part of the Relocat

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Amit Virdi
Ciao Albert, On Fri, Feb 17, 2012 at 2:43 PM, Albert ARIBAUD wrote: > Hi Amit, > > Le 17/02/2012 05:06, Amit Virdi a écrit : > > >> On 2/17/2012 1:13 AM, Marek Vasut wrote: >> >>> Signed-off-by: Amit Virdi >>> >>> Uh, are you sure the Subject correlates with the patch ? >>> >>> M >>> >>> >>

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Amit Virdi
Hello Marek, On Fri, Feb 17, 2012 at 2:28 PM, Marek Vasut wrote: > > On 2/17/2012 1:13 AM, Marek Vasut wrote: > > >> Signed-off-by: Amit Virdi > > > > > > Uh, are you sure the Subject correlates with the patch ? > > > > > > M > > > > Yeah. The fix is a part of the Relocation feature. For relocat

Re: [U-Boot] ARM926: U-Boot crash while relocating

2012-02-17 Thread Amit Virdi
Ciao Albert, On Fri, Feb 17, 2012 at 2:53 PM, Albert ARIBAUD wrote: > Hi Amit, > > Le 15/02/2012 12:30, Amit Virdi a écrit : > > Hello All, >> >> While I'm running u-boot on spear320 board, I'm seeing a crash. The crash >> happens during the .rel.dyn relocations. While debugging, I found that th

Re: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-02-17 Thread Mike Frysinger
On Friday 17 February 2012 16:33:32 Stephan Linz wrote: > Hello Heiko, please don't top post > it seems there is a problem with this patch for some architectures. On > Microblaze I run into linker errors: > > common/libcommon.o: In function `cread_line': > u-boot-bref/common/main.c:717: undefine

Re: [U-Boot] Please pull u-boot-mmc

2012-02-17 Thread Wolfgang Denk
Dear Andy Fleming, In message <1329511519-20360-1-git-send-email-aflem...@freescale.com> you wrote: > The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706: > > arm, davinci: Add support for the Calimain board from OMICRON electronics > (2012-02-12 10:11:33 +0100) > > ar

Re: [U-Boot] Please pull u-boot-mpc85xx.git

2012-02-17 Thread Wolfgang Denk
Dear Andy Fleming, In message <1329349202-22464-1-git-send-email-aflem...@freescale.com> you wrote: > The following changes since commit 9a3aae22edf1eda6326cc51c28631ca5c23b7706: > > arm, davinci: Add support for the Calimain board from OMICRON electronics > (2012-02-12 10:11:33 +0100) > > ar

Re: [U-Boot] Please pull u-boot-staging/tr...@ti.com

2012-02-17 Thread Wolfgang Denk
Dear Tom Rini, In message you wrote: > The following changes since commit = > 9a3aae22edf1eda6326cc51c28631ca5c23b7706: > Christian Riesch (1): > arm, davinci: Add support for the Calimain board from OMICRON = > electronics > > are available in the git repository at: > > git://git.d

Re: [U-Boot] Pull request: u-boot-x86

2012-02-17 Thread Wolfgang Denk
Dear Graeme Russ, In message <4f30f310.4050...@gmail.com> you wrote: > Hi Wolfgang, > > The following changes since commit 137703b811502dfea364650fb3e17f20b4c21333: > > overo: add SPL support (2012-01-16 08:40:13 +0100) > > are available in the git repository at: > git://git.denx.de/u-boot-

[U-Boot] [PATCH] microblaze: avoid interrupt race conditions

2012-02-17 Thread Stephan Linz
The interrupt acknowledge action have to run after the registered interrupt handler. So we have a chance to bear out the corresponding interrupt request in the corresponding controller hardware. With this reorderng, we optain a proper interrupt handling for level triggerd interrupt sources -- for

Re: [U-Boot] [PATCH 1/3 v2] common: add possibility for readline_into_buffer timeout

2012-02-17 Thread Stephan Linz
Hello Heiko, it seems there is a problem with this patch for some architectures. On Microblaze I run into linker errors: common/libcommon.o: In function `cread_line': u-boot-bref/common/main.c:717: undefined reference to `get_ticks' u-boot-mbref/common/main.c:717: undefined reference to `get_tbcl

Re: [U-Boot] [PATCH v2 2/2] davinci: add support for printing clock frequency

2012-02-17 Thread Tom Rini
On 02/17/2012 06:22 AM, Laurence Withers wrote: On Mon, Feb 06, 2012 at 04:00:44PM +0530, Manjunath Hadli wrote: add support for printing various clock frequency info found in SOC such as ARM core frequency, DSP core frequency and DDR frequency as part of bdinfo command. Signed-off-by: Manjunat

Re: [U-Boot] [PATCH] usb: align buffers at cache boundary

2012-02-17 Thread Mike Frysinger
On Friday 17 February 2012 05:50:21 Puneet Saxena wrote: > This aligns buffers,passed to usb controller at > dcache boundary. > > Buffer "stop" address = "start" address + size. > Stop address can not be aligned even though > "start" address is aligned as size does not fall > at cache line boundar

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-17 Thread Mike Frysinger
On Wednesday 15 February 2012 08:57:31 Aneesh V wrote: > This is done using the following directive preceding > each function definition: > > .type , %function > > This marks the symbol as a function in the object > header which in turn helps the linker in some cases. > > In particular this was

Re: [U-Boot] [PATCH v2 3/6] cm-t35: add EEPROM module and pass Linux a serial number

2012-02-17 Thread Tom Rini
On 02/17/2012 02:50 AM, Albert ARIBAUD wrote: Hi Igor, Le 07/02/2012 09:01, Igor Grinberg a écrit : Hi Albert, On 02/07/12 00:56, Albert ARIBAUD wrote: Le 09/01/2012 09:30, Nikita Kiryanov a écrit : On 01/05/2012 04:56 PM, Wolfgang Denk wrote: Dear Igor Grinberg, In message<1325764937-7342

Re: [U-Boot] [PATCH] arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load

2012-02-17 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: Friday, February 17, 2012 1:57 AM > To: u-boot@lists.denx.de > Cc: Tom Warren; Tom Warren > Subject: Re: [U-Boot] [PATCH] arm: Tegra2: Fix ELDK42 gcc failure with > inline asm stack pointer load > > > T

[U-Boot] [PATCH v2] arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load

2012-02-17 Thread Tom Warren
The 4.2.2 gcc in the ELDK42 release doesn't like the direct SP load using a constant in tegra2_start. Change it to use a load thru another reg using mov sp, %0 : : "r"(CONST). Tested on my Seaboard T20-A03, U-Boot loads and runs OK. Also compiled all tegra2 builds with both gcc 4.2.2 and 4.4.1 OK.

Re: [U-Boot] Unable to run scripts with autoscr command

2012-02-17 Thread Detlev Zundel
Hi Asif, > Im using u-boot version U-Boot 1.3.4 (Dec 9 2010 - 17:45:52) > DM365-IPNC-1.0.14 on a davinci_dm365 board, what is the "DM365-IPNC-1.0.14" version about? I cannot see such a version (or tag) in mainline U-Boot. > I'm trying to run script under U-boot using "autoscr" command, since I

Re: [U-Boot] [PATCH] command, log: print with "log show" a full logbuffer

2012-02-17 Thread Detlev Zundel
Hi Heiko, > If the logbuffer contains LOGBUFF_LEN chars, they never got > printed with the "log show" command, because chars get > printed with the following for loop: > > for (i = 0; i < (size & LOGBUFF_MASK); i++) { > > with size = LOGBUFF_LEN and LOGBUFF_MASK = (LOGBUFF_LEN-1) > for loop never

Re: [U-Boot] [PATCH] UBIFS: Improve error message when reading superblock failed

2012-02-17 Thread Detlev Zundel
Hi Bernhard, > Hi Detlev, > > * Detlev Zundel [2012-02-17 15:15]: >> >> > @@ -1191,7 +1191,7 @@ int ubifs_mount(char *vol_name) >> >mnt = NULL; >> >ret = ubifs_get_sb(&ubifs_fs_type, flags, name, data, mnt); >> >if (ret) { >> > - printf("Error reading superblock on volume '%

Re: [U-Boot] [PATCH] UBIFS: Improve error message when reading superblock failed

2012-02-17 Thread Bernhard Walle
Hi Detlev, * Detlev Zundel [2012-02-17 15:15]: > > > @@ -1191,7 +1191,7 @@ int ubifs_mount(char *vol_name) > > mnt = NULL; > > ret = ubifs_get_sb(&ubifs_fs_type, flags, name, data, mnt); > > if (ret) { > > - printf("Error reading superblock on volume '%s'!\n", name); > > +

Re: [U-Boot] [PATCH 2/2] command, log: print log->v2.con value in the "log info" command

2012-02-17 Thread Detlev Zundel
Hi f, > print in the "log info" command, if "log_version = 2" also the > value from "log->v2.con". > > Signed-off-by: Heiko Schocher Looks plausible. Acked-by: Detlev Zundel -- Woman who seek to be equal with men lack ambition -- Timothy Leary -- DENX Software Engineer

Re: [U-Boot] [PATCH 1/2] command, log: Coding Style cleanup

2012-02-17 Thread Detlev Zundel
Hi f, > Signed-off-by: Heiko Schocher Our wiki[1] explicitely encourages such white-space only changes to be marked as "cosmetic: " to make review easier. Apart from that: Acked-by: Detlev Zundel [1] http://www.denx.de/wiki/U-Boot/Patches -- The continental people think life is a game. The

Re: [U-Boot] [PATCH] UBIFS: Improve error message when reading superblock failed

2012-02-17 Thread Detlev Zundel
Hi Bernhard, > In addition to the error message also display the error code. I had the > problem that my malloc memory was not enough (ENOMEM), and if u-boot > had displayed the error code immediately that would have saved me some > debugging. > > Signed-off-by: Bernhard Walle > --- > fs/ubifs/s

Re: [U-Boot] [PATCH v2 2/2] davinci: add support for printing clock frequency

2012-02-17 Thread Laurence Withers
On Mon, Feb 06, 2012 at 04:00:44PM +0530, Manjunath Hadli wrote: > add support for printing various clock frequency info found > in SOC such as ARM core frequency, DSP core frequency and DDR > frequency as part of bdinfo command. > > Signed-off-by: Manjunath Hadli > Cc: Tom Rini Sorry I am late

[U-Boot] Unable to run scripts with autoscr command

2012-02-17 Thread Asif Sulikeri
Hi, Im using u-boot version U-Boot 1.3.4 (Dec 9 2010 - 17:45:52) DM365-IPNC-1.0.14 on a davinci_dm365 board, I'm trying to run script under U-boot using "autoscr" command, since I don't see any "source" command ported into this version of U-boot yet, but autoscr isn't executing commands like -i

[U-Boot] [PATCH] usb: align buffers at cache boundary

2012-02-17 Thread Puneet Saxena
This aligns buffers,passed to usb controller at dcache boundary. Buffer "stop" address = "start" address + size. Stop address can not be aligned even though "start" address is aligned as size does not fall at cache line boundary. Therefore "debug" in place of "printf" is added in "arch/arm/cpu/arm

[U-Boot] [PATCH 16/17] omap5: pbias ldo9 turn on

2012-02-17 Thread R Sricharan
From: Balaji T K Add omap5 pbias configuration for mmc1/sd lines and set voltage for sd data i/o lines Signed-off-by: Balaji T K --- arch/arm/include/asm/arch-omap5/omap.h |7 +++-- drivers/mmc/omap_hsmmc.c | 33 drivers/power/twl6035.c

[U-Boot] [PATCH 12/17] OMAP5: ddr: Change the ddr device name.

2012-02-17 Thread R Sricharan
The ddr part name used in OMAP5 ES1.0 soc is a SAMSUNG part and not a ELPIDA part. So change this. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap5/Makefile |2 +- .../cpu/armv7/omap5/{sdram_elpida.c => sdram.c}| 30 ++-- 2 files changed, 16 inse

[U-Boot] [PATCH 17/17] mmc: omap5evm: Add eMMC saveenv support

2012-02-17 Thread R Sricharan
From: Balaji T K Save env to eMMC Signed-off-by: Balaji T K --- include/configs/omap5_evm.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index 4f4cfe8..240c6db 100644 --- a/include/configs/omap5_evm.h +++ b/i

[U-Boot] [PATCH 04/17] OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.

2012-02-17 Thread R Sricharan
The OMAP5 silicon has new DDR PHY design, which includes a external PHY as well. So configuring the ext PHY parameters here. Also the EMIF timimg registers and a couple of DDR mode registers needs to be updated based on the testing from the actual silicon. Signed-off-by: R Sricharan --- arch/arm

[U-Boot] [PATCH 11/17] OMAP5: defconfig: Align the defconfig for 5430 ES1.0

2012-02-17 Thread R Sricharan
Adding the nessecary changes for OMAP5430 ES1.0 silicon. Signed-off-by: R Sricharan --- include/configs/omap5_evm.h | 24 +--- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/include/configs/omap5_evm.h b/include/configs/omap5_evm.h index d3d5263..23d1b3d 10

[U-Boot] [PATCH 15/17] power: twl6035: add palmas PMIC support

2012-02-17 Thread R Sricharan
From: Balaji T K palmas/TWL6035 is power IC for omap5 evm boards Signed-off-by: Balaji T K --- board/ti/omap5_evm/evm.c|6 ++-- drivers/power/Makefile |1 + drivers/power/twl6035.c | 54 +++ include/configs/omap5_evm.h |5

[U-Boot] [PATCH 07/17] OMAP4/5: Make the silicon revision variable common.

2012-02-17 Thread R Sricharan
The different silicon revision variable names was defined for OMAP4 and OMAP5 socs. Making the variable common so that some code can be made generic. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap4/hwinit.c | 20 ++-- arch/arm/cpu/armv7/omap5/hwinit.c

[U-Boot] [PATCH 10/17] OMAP4/5: device: Add support to get the device type.

2012-02-17 Thread R Sricharan
Add support to identify the device as GP/EMU/HS. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/hwinit-common.c |6 +- arch/arm/include/asm/arch-omap4/omap.h |4 arch/arm/include/asm/arch-omap5/omap.h |4 3 files changed, 13 insertions(+),

[U-Boot] [PATCH 05/17] OMAP5: palmas: Configure nominal opp vdd values

2012-02-17 Thread R Sricharan
The nominal opp vdd values as recommended for ES1.0 silicon is set for mpu, core, mm domains using palmas. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/clocks-common.c | 15 +++ arch/arm/cpu/armv7/omap4/clocks.c | 15 +++ arch/arm/cpu/armv7/omap5

[U-Boot] [PATCH 06/17] OMAP5: hwinit: Add the missing break statement

2012-02-17 Thread R Sricharan
The break statement is missing in init_omap_revision function, resulting in a wrong revision identification. So fixing this. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap5/hwinit.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/cpu/armv7/omap5/hwinit.c

[U-Boot] [PATCH 02/17] OMAP5: board: Add pinmux data for omap5_evm board.

2012-02-17 Thread R Sricharan
Adding the full pinmux data for OMAP5430 sevm board. Signed-off-by: R Sricharan --- There are a couple of check patch warnings for 80 line characters. But the data looks better readable this way. arch/arm/include/asm/arch-omap5/mux_omap5.h | 502 +-- board/ti/omap5_ev

[U-Boot] [PATCH 09/17] OMAP4/5: Make the sysctrl structure common

2012-02-17 Thread R Sricharan
Make the sysctrl structure common, so that it can be used in generic functions across socs. Also change the base address of the system control module, to include all the registers and not simply the io regs. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap4/hwinit.c |4 ++-- arch/

[U-Boot] [PATCH 14/17] arm: omap5: correct boot device mode7 for eMMC

2012-02-17 Thread R Sricharan
From: Balaji T K In OMAP5 Boot device mode of 6 and 7 should be mapped to mmc2/eMMC Signed-off-by: Balaji T K --- arch/arm/cpu/armv7/omap-common/spl.c |1 + arch/arm/cpu/armv7/omap-common/spl_mmc.c |1 + arch/arm/include/asm/omap_common.h |5 - 3 files changed, 6 inse

[U-Boot] [PATCH 00/17] OMAP5: Add the Changes required for OMAP5 ES1.0 silicon.

2012-02-17 Thread R Sricharan
OMAP5 soc support is already present in the mainline. The below are the changes that were identified during the actual silicon wakeup. Briefly, the changes address clocks, ddr, mux, poweric, mmc, io settings required/recommended for the ip. Couple of bug fixes are also added as a part of this serie

[U-Boot] [PATCH 13/17] OMAP4/5: emif: Correct the emif power mgt shadow register bit fields.

2012-02-17 Thread R Sricharan
PD_TIM bit field which specifies the power down timing is defined to occupy bits 8-11, where as it is actually from 12-15 bits. So correcting this. Signed-off-by: R Sricharan --- arch/arm/include/asm/emif.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/incl

[U-Boot] [PATCH 01/17] OMAP5: clocks: Change clock settings as required for ES1.0 silicon.

2012-02-17 Thread R Sricharan
Aligning all the clock related settings like the dpll frequencies, their respective clock outputs, etc to the ideal values recommended for OMAP5430 ES1.0 silicon. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap-common/clocks-common.c |5 + arch/arm/cpu/armv7/omap5/clocks.c

[U-Boot] [PATCH 08/17] OMAP5: SRAM: Change the SRAM base address.

2012-02-17 Thread R Sricharan
The full internal SRAM of size 128kb is public in the case of OMAP5 soc. So change the base address accordingly. Signed-off-by: R Sricharan --- arch/arm/include/asm/arch-omap5/omap.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-omap5/omap.h

[U-Boot] [PATCH 03/17] omap5: io: Configure the io settings for omap5430 sevm board.

2012-02-17 Thread R Sricharan
The control module provides options to set various signal integrity parameters like the output impedance, slew rate, load capacitance for different pad groups. Configure these as required for the omap5430 sevm board. Signed-off-by: R Sricharan --- arch/arm/cpu/armv7/omap5/hwinit.c | 83 ++

Re: [U-Boot] [PATCH 2/4] arm: add %function attribute to assembly functions

2012-02-17 Thread Aneesh V
Hi Albert, On Wednesday 15 February 2012 07:27 PM, Aneesh V wrote: This is done using the following directive preceding each function definition: .type, %function This marks the symbol as a function in the object header which in turn helps the linker in some cases. In particular this was foun

Re: [U-Boot] [PATCH v2 6/7] arm: add a common .lds link script

2012-02-17 Thread Albert ARIBAUD
Hi Simon, Le 21/11/2011 21:49, Simon Glass a écrit : + .text : + { + __text_start = .; This assignment to __text_start does not exist in any of the existing u-boot.lds files. What is the point of it? + .u_boot_cmd : { *(.u_boot_cmd) } + __u_boot_cmd_e

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Albert ARIBAUD
Hi Marek, Le 17/02/2012 10:49, Marek Vasut a écrit : Hi Simon, Le 21/11/2011 21:49, Simon Glass a écrit : The ARM link scripts are very similar but each CPU has its own. This series adds support for a default link script across an architecture in arch//cpu/u-boot.lds. This patch series recei

Re: [U-Boot] Q: Bad bits in Nand Write

2012-02-17 Thread Ran Shalit
On Thu, Feb 16, 2012 at 9:21 PM, Scott Wood wrote: > On 02/14/2012 09:05 AM, Ran Shalit wrote: >> Hello, >> >> I am using Micron Nand MT29F1G08ABC , with OMAP-L138 board, and I >> write the Nand with the following sequence in U-Boot: >> 1. erase block >> 2, read complete page change the first byte

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-17 Thread Thomas Weber
Hello Rachna, On 17.02.2012 10:37, Patil, Rachna wrote: > Hi Thomas, > > On Fri, Feb 17, 2012 at 14:32:02, Thomas Weber wrote: >> Hello Rachna, >> >> I get multiple timeouts from wait_for_status_mask() during i2c_write(), >> line 481. >> >> The Result is 1410h und status_mask is 7h. >> >> I use

Re: [U-Boot] [PATCH v2 3/6] cm-t35: add EEPROM module and pass Linux a serial number

2012-02-17 Thread Albert ARIBAUD
Hi Igor, Le 07/02/2012 09:01, Igor Grinberg a écrit : Hi Albert, On 02/07/12 00:56, Albert ARIBAUD wrote: Le 09/01/2012 09:30, Nikita Kiryanov a écrit : On 01/05/2012 04:56 PM, Wolfgang Denk wrote: Dear Igor Grinberg, In message<1325764937-7342-1-git-send-email-grinb...@compulab.co.il> you

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Marek Vasut
> Hi Simon, > > Le 21/11/2011 21:49, Simon Glass a écrit : > > The ARM link scripts are very similar but each CPU has its own. This > > series adds support for a default link script across an architecture > > in arch//cpu/u-boot.lds. > > This patch series received no comments, and I apologize for

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-17 Thread Patil, Rachna
Hi Thomas, On Fri, Feb 17, 2012 at 14:32:02, Thomas Weber wrote: > Hello Rachna, > > I get multiple timeouts from wait_for_status_mask() during i2c_write(), line > 481. > > The Result is 1410h und status_mask is 7h. > > I use a devkit8000, booting from sd-card. > Currently I do not have an

Re: [U-Boot] ARM926: U-Boot crash while relocating

2012-02-17 Thread Albert ARIBAUD
Hi Amit, Le 15/02/2012 12:30, Amit Virdi a écrit : Hello All, While I'm running u-boot on spear320 board, I'm seeing a crash. The crash happens during the .rel.dyn relocations. While debugging, I found that the .rel.dyn section contains a word with all the bits set (0x) and the code is

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Albert ARIBAUD
Hi Amit, Le 17/02/2012 05:06, Amit Virdi a écrit : On 2/17/2012 1:13 AM, Marek Vasut wrote: Signed-off-by: Amit Virdi Uh, are you sure the Subject correlates with the patch ? M Yeah. The fix is a part of the Relocation feature. For relocation, it is essential that dram_init stores RAM si

Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-17 Thread Thomas Weber
Hello Rachna, I get multiple timeouts from wait_for_status_mask() during i2c_write(), line 481. The Result is 1410h und status_mask is 7h. I use a devkit8000, booting from sd-card. Regards, Thomas U-Boot SPL 2011.12-00323-g9a3aae2-dirty (Feb 17 2012 - 09:30:36) Texas Instruments Revision de

Re: [U-Boot] [PATCH v2 0/7] Tidy up ARM link scripts

2012-02-17 Thread Albert ARIBAUD
Hi Simon, Le 21/11/2011 21:49, Simon Glass a écrit : The ARM link scripts are very similar but each CPU has its own. This series adds support for a default link script across an architecture in arch//cpu/u-boot.lds. This patch series received no comments, and I apologize for not having chimed

Re: [U-Boot] [PATCH] SPEAr: Add ARM relocation support

2012-02-17 Thread Marek Vasut
> On 2/17/2012 1:13 AM, Marek Vasut wrote: > >> Signed-off-by: Amit Virdi > > > > Uh, are you sure the Subject correlates with the patch ? > > > > M > > Yeah. The fix is a part of the Relocation feature. For relocation, it is > essential that dram_init stores RAM size and do nothing more i.e. no

Re: [U-Boot] [PATCH] arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load

2012-02-17 Thread Marek Vasut
> The 4.2.2 gcc in the ELDK42 release doesn't like the direct SP > load using a constant in tegra2_start. Break it up into 4 loads > using mov & orr. > > Tested on my Seaboard T20-A03, U-Boot loads and runs OK. Also > compiled all tegra2 builds with both gcc 4.2.2 and 4.4.1 OK. > > Signed-off-by:

Re: [U-Boot] [PATCH V2 2/3] tt01: add video support

2012-02-17 Thread Stefano Babic
On 16/02/2012 09:40, Helmut Raiger wrote: > The video setup for the Epson display is provided. Addtionally > some extra info is displayed next to the Linux logo. > Make get_cpu_rev() publicly available (added to sys_proto.h). > > Signed-off-by: Helmut Raiger > --- Applied to u-boot-imx, thanks.

Re: [U-Boot] [PATCH 1/3] tt01: fix environment size

2012-02-17 Thread Stefano Babic
On 30/01/2012 15:21, Helmut Raiger wrote: > size of environment must match erasable block size in the flash. > > Signed-off-by: Helmut Raiger > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- = DENX Softwar

Re: [U-Boot] [PATCH 3/3] tt01: fix hush parser config, add release config

2012-02-17 Thread Stefano Babic
On 30/01/2012 15:21, Helmut Raiger wrote: > Add PREBOOT, SILENT_CONSOLE and DEVICE_NULLDEV for release > build. Fixed bug in CONFIG_SYS_HUSH_PARSER define. > > Signed-off-by: Helmut Raiger > --- Applied to u-boot-imx, thanks. Best regards, Stefano Babic -- ===

Re: [U-Boot] [STATUS] [ARM]

2012-02-17 Thread Albert ARIBAUD
Le 14/02/2012 17:45, Rob Herring a écrit : Albert, On 02/12/2012 04:18 AM, Albert ARIBAUD wrote: Hi all, I just did a ./MAKEALL arm with ELDK42 on the u-boot-arm/master for which I just sent a pull request. The raw result is: - SUMMARY Boards

Re: [U-Boot] Please pull u-boot-ti/master

2012-02-17 Thread Albert ARIBAUD
Hi Tom, Le 14/02/2012 19:00, Tom Rini a écrit : Hello, The following changes since commit f5f57dc6196a0a0f93b210aff2212f0946981a91: Shawn Guo (1): common/image.c: align usage of fdt_high with initrd_high are available in the git repository at: git://git.denx.de/u-boot-ti.git ma