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
> 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
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
>>>
>>>
>>
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
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
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
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
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
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
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-
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
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
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
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
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
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
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
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.
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
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
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 '%
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);
> > +
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
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
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
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
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
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
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
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
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
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
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
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
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
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(+),
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
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
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
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/
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
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
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
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
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
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 ++
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
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
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
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
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
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
> 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
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
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
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
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
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
> 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
> 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:
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.
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
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
--
===
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
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
65 matches
Mail list logo