Dear "Lad, Prabhakar",
In message <4665bc9cc4253445b213a010e6dc7b35cdd...@dbde01.ent.ti.com> you wrote:
>
> > > This is a Linux command line tool specific to TI's Davinci platforms, f>
> > > or
> > > flashing UBL (User Boot Loader), u-boot and u-boot Environment in the M>
> > > MC/SD
> > > card
Hi Albert
(2012/06/27 6:22), Albert ARIBAUD wrote:
On Tue, 26 Jun 2012 11:30:16 +0900, Tetsuyuki Kobayashi
wrote:
This patch depends on
Nobuhiro Iwamatsu's arm: rmobile: Add supoprt for KMC KZM-A9-GT board
Tetsuyuki Kobayashi's arm: rmobile: kzm9g: Modify sdram area
Seems like a serie
On 06/27/2012 12:28 AM, Stephan Linz wrote:
CONFIG_SYS_FLASH_PROTECTION will defined twice. The second one
is outside the flash configuration context and we can remove
it safely.
Signed-off-by: Stephan Linz
---
include/configs/microblaze-generic.h |2 --
1 files changed, 0 insertions(+),
Dear all,
On 25.06.12 15:07, Marek Vasut wrote:
> Dear Bo Shen,
>
>> Hi Marek,
>>
>> On 6/25/2012 10:57, Marek Vasut wrote:
>>> Dear Bo Shen,
>>>
Hi Marek,
On 6/21/2012 18:17, Marek Vasut wrote:
> Dear Bo Shen,
>
>> Some Atmel SoC support USB EHCI, add the EHCI driver t
Hi,
can you please update me about current state of CONFIG_OF_CONTROL for ARM?
Are there any other archs/boards which will use this option?
Or any other git repo out of mainline u-boot?
Has someone tried to look for devices based on compatible property?
I see that in usb driver it is based on al
Hello, Andy,
Do you have any comment for this patch, if no could you help apply it?
Best Regards,
Shaohui Xie
>-Original Message-
>From: Xie Shaohui-B21989
>Sent: Tuesday, June 12, 2012 4:11 PM
>To: u-boot@lists.denx.de
>Cc: Xie Shaohui-B21989
>Subject: [PATCH][v3] powerpc/CoreNet: a
Hi Rob and all,
>>>
>>> Am Dienstag, den 05.06.2012, 12:42 -0600 schrieb Stephen Warren:
On 06/05/2012 11:47 AM, Lucas Stach wrote:
> Recent toolchains default to using the hardware feature for
> unaligned access on ARM v7, rather than doing the software
> fallback. According to A
Hi All,
I am really curiuos to see if U-boot can boot another version or another
Uboot burnt in flash ?
Its like having 2 images of U-boot which can boot each other if it is
possible can any one of you hint me how I can achive this. I tried to
relocate the Uboot and burned on to the flash in 2 dif
This patch fixes following warning:
---8<---
ext2fs.c: In function 'ext2fs_read_file':
ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this function
[-Wuninitialized]
--->8---
The warning was introduced in 436da3cd233e7166b5ce9293dbd28092cf37bcc9.
Signed-off-by: Andreas Bießman
On Wed, Jun 27, 2012 at 01:47:51PM +0200, Andreas Bießmann wrote:
> This patch fixes following warning:
> ---8<---
> ext2fs.c: In function 'ext2fs_read_file':
> ext2fs.c:458:19: warning: 'blocknxt' may be used uninitialized in this
> function [-Wuninitialized]
> --->8---
>
> The warning was intro
Signed-off-by: Marek Vasut
Cc: Prafulla Wadaskar
Cc: Wolfgang Denk
---
board/karo/tk71/Makefile | 45 +++
board/karo/tk71/kwbimage.cfg | 174 ++
board/karo/tk71/tk71.c | 174 ++
boards.cfg
Dear Stathis Voukelatos,
> Fixed some typos in the i.MX28 PMU code that sets up the VDDD
> and VDDIO power rails. In addition the VDDD and VDDIO brownout
> offset values should be divided by a step size before being
> programmed to the corresponding registers.
>
> Signed-off-by: Stathis Voukelato
Fixed some typos in the i.MX28 PMU code that sets up the VDDD
and VDDIO power rails. In addition the VDDD and VDDIO brownout
offset values should be divided by a step size before being
programmed to the corresponding registers.
Signed-off-by: Stathis Voukelatos
Cc: Stefano Babic
Cc: Marek Vasu
Freescale FCM controller has a 2K size limitation of buffer RAM. In order
to support the Nand flash chip with pagesize larger than 2K bytes,
we read/write 2k data repeatedly by issuing FIR_OP_RB/FIR_OP_WB and save
them to a large buffer.
Because of this, the in flash layout of the oob is different
Hi Stefano,
On Tue, Jun 19, 2012 at 6:12 PM, Marek Vasut wrote:
> Dear Fabio Estevam,
>
>> commit acc4959fc1 (Revert "i.MX28: Enable additional DRAM address bits")
>> broke mx28evk boot.
>>
>> Fix it by properly adjusting the HW_DRAM_CTL29 register value.
>>
>> Suggested-by: Marek Vasut
>> Signe
This is my implementation of the factory badblock migration process for
the fsl_elbc driver using the hack to support nand devices with page
sizes bigger than 2048k.
The migrated pattern is in "test mode". I really don't know what is the
convention for something like this, and would like to hear su
Dear Andreas,
In message <4feacd7e.8000...@gmail.com> you wrote:
>
> AFAIR Reinhard gave up somewhere end of last year, in fact we currently
> have no at91 maintainer.
> I'm willing to step into at least for a while. My main aim is to get the
> latest Atmel patches into mainline for 2012.07, if A
On 22.05.2012 12:06, Bo Shen wrote:
> Add at91sam9x5ek board support.
> support AT91SAM9G15, G25, G35, X25, X35 SoC
>
> Signed-off-by: Bo Shen
In general:
---8<---
total: 14 errors, 11 warnings, 1148 lines checked
NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX
MULTISTATEMEN
Dear Ishwar Saunshi,
In message
you wrote:
>
> I am really curiuos to see if U-boot can boot another version or another
> Uboot burnt in flash ?
> Its like having 2 images of U-boot which can boot each other if it is
> possible can any one of you hint me how I can achive this. I tried to
> relo
Hi Marek,
> Dear Anatolij Gustschin,
>
>> The documented link to elftosb package tarball is not accessible,
>> change to another working link.
>>
>> Signed-off-by: Anatolij Gustschin
>> Cc: Otavio Salvador
>> Cc: Marek Vasut
>> Cc: Fabio Estevam
>> ---
>> doc/README.mx28_common |4 ++--
>
Hi,
On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek wrote:
> Hi,
>
> can you please update me about current state of CONFIG_OF_CONTROL for ARM?
> Are there any other archs/boards which will use this option?
>
Or any other git repo out of mainline u-boot?
>
Exynos is in progress - development is h
Hi Detlev,
On Wed, 27 Jun 2012 15:54:40 +0200
Detlev Zundel wrote:
...
> > That's sad, maybe we should mirror this package and be done with it?
> > Wolfgang/Detlev?
>
> Somewhat late, but still the file can now also be found here:
>
> ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz
Thanks
On 26.06.2012 04:21, Bo Shen wrote:
> Enable EHCI support instead OHCI
>
> Signed-off-by: Bo Shen
I have no style objections.
Marek, would you take this and apply it in your usb tree (to have the
providing code and user side by side) or should I take it?
Acked-by: Andreas Bießmann
> ---
> in
Dear Andreas Bießmann,
> On 26.06.2012 04:21, Bo Shen wrote:
> > Enable EHCI support instead OHCI
> >
> > Signed-off-by: Bo Shen
>
> I have no style objections.
> Marek, would you take this and apply it in your usb tree (to have the
> providing code and user side by side) or should I take it?
>
The documented link to elftosb package tarball is not accessible,
change to another working link.
Signed-off-by: Anatolij Gustschin
Cc: Otavio Salvador
Cc: Marek Vasut
Cc: Fabio Estevam
Acked-by: Otavio Salvador
---
v2:
- change package src url from timesys to DENX ftp
doc/README.mx28_com
MPC8641HPVN saveenv, newstart u-boot stops
Hi All,
ich used the board freescale HPCN8641D board with nwest u-boot.
only after saveenv and following power off and on, u-boot stops directly
without serial output.
Because analyse ich have seen:
The command "saveenv" writes environment variable di
Hi Simon,
On 06/27/2012 03:58 PM, Simon Glass wrote:
Hi,
On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek mailto:mon...@monstr.eu>> wrote:
Hi,
can you please update me about current state of CONFIG_OF_CONTROL for ARM?
Are there any other archs/boards which will use this option?
Hi Anatolij,
> The documented link to elftosb package tarball is not accessible,
> change to another working link.
>
> Signed-off-by: Anatolij Gustschin
> Cc: Otavio Salvador
> Cc: Marek Vasut
> Cc: Fabio Estevam
> Acked-by: Otavio Salvador
Acked-by: Detlev Zundel
Thanks Anatolij!
Detlev
Hello,
I am working on a project to allow uboot to authenticate users by using the
same sha256_crypt function that Linux user-space use for libcrypt
[ref] http://www.akkadia.org/drepper/SHA-crypt.txt
We chose sha256 because uboot already have support for doing sha256 hashes, I
am wondering abo
We can safely use the same reset code written in C for both Davinci and
C6X platforms. In addition the C version of the code is marginally
smaller on Davinci.
Tested-by: Matt Porter
Signed-off-by: Tom Rini
---
arch/arm/cpu/arm926ejs/davinci/Makefile |9 +---
arch/arm/cpu/arm926ejs/davinci
On Wed, Jun 27, 2012 at 08:27:05AM -0700, Tom Rini wrote:
> We can safely use the same reset code written in C for both Davinci and
> C6X platforms. In addition the C version of the code is marginally
> smaller on Davinci.
>
> Tested-by: Matt Porter
> Signed-off-by: Tom Rini
In the next go-ro
On 06/27/2012 12:55 AM, Wolfgang Denk wrote:
> Dear Jim Lin,
>
> sending the very same message eight (8!) times doesnot make it a bit
> more convincing - on contrary.
>
> In message <4b9c9637d5087840a465bdcb251780e9e2d6eda...@hkmail02.nvidia.com>
> you wrote:
>>
>>> U-Boot is not multi-tasking,
On Tue, Jun 26, 2012 at 03:08:01PM +0530, Harman Sohanpal wrote:
> From: Gene Zarkhin
>
> Adds USB support in uboot for AM335x.
> By default the USB 1 module is enabled.
> The support for USB 0 can be enabled by changing the
> USB base address and the phy control register address
> in the header
Hello Stephen,
On 6/27/2012 7:09 AM, Stephen Warren wrote:
On 06/24/2012 11:21 AM, Vikram Narayanan wrote:
First off, it's great to see some patches for the chip. Thanks. Sorry
for being so nit-picky below; it's a tendency of mine...
Thanks for the detailed review. I'd make a v2 for this.
And
On Mon, Jun 25, 2012 at 09:42:29PM +0900, Tetsuyuki Kobayashi wrote:
> save_boot_params_default() in cpu.c accesses uninitialized stack area
> when it compiled with -O0 (not optimized).
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> arch/arm/cpu/armv7/cpu.c |3 +++
> 1 file changed, 3 inser
On Tue, Jun 26, 2012 at 02:33:13PM +0400, Mikhail Kshevetskiy wrote:
> current SST driver does not support well this types of flash, so use
> linux-3.3 code as a base.
>
> Signed-off-by: Mikhail Kshevetskiy
The correct form here is to say:
Backport from Linux commit
If this is from the 3.3
On 06/27/2012 11:32 AM, Vikram Narayanan wrote:
> Hello Stephen,
>
> On 6/27/2012 7:09 AM, Stephen Warren wrote:
>> On 06/24/2012 11:21 AM, Vikram Narayanan wrote:
>>
>> First off, it's great to see some patches for the chip. Thanks. Sorry
>> for being so nit-picky below; it's a tendency of mine..
On Mon, Jun 25, 2012 at 09:40:57PM +0900, Tetsuyuki Kobayashi wrote:
> Interrupts and exceptions doesn't work in relocated code.
> It badly use IRQ_STACK_START_IN in rom area as interrupt stack.
> It is because the vecotr table is not moved to ram area.
> This patch moves vector table before jumpi
On Thu, Jun 14, 2012 at 08:18:33AM -0700, Prafulla Wadaskar wrote:
>
>
> > -Original Message-
> > From: Simon Guinot [mailto:si...@sequanux.org]
> > Sent: 14 June 2012 20:41
> > To: Simon Guinot
> > Cc: Prafulla Wadaskar; u-boot@lists.denx.de
> > Subject: Re: [U-Boot] [PATCH v2 0/3] Bug f
Stephen,
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Tuesday, June 12, 2012 11:34 AM
> To: Tom Warren
> Cc: u-boot@lists.denx.de; Stephen Warren
> Subject: [PATCH 1/3] tegra: add GMC/GMD funcmux entry for SFLASH
This series (3 patches) has been appli
Jim,
> -Original Message-
> From: Jim Lin
> Sent: Sunday, June 24, 2012 11:41 PM
> To: 'u-boot@lists.denx.de'
> Cc: Tom Warren; Marek Vasut; 'Stephen Warren'
> Subject: [PATCH v5 1/1] tegra: usb: Fix device enumeration problem of USB1
This patch has been applied to u-boot-tegra/master. T
Stephen,
> -Original Message-
> From: Stephen Warren [mailto:swar...@wwwdotorg.org]
> Sent: Wednesday, June 13, 2012 12:55 PM
> To: Tom Warren
> Cc: u-boot@lists.denx.de; Stephen Warren; Marek Vasut; Wolfgang Denk
> Subject: [PATCH 1/3] BOOT: Fix unused variable issue when enabling bootz
>
Hi Anatolij,
> Hi Anatolij,
>
> > The documented link to elftosb package tarball is not accessible,
> > change to another working link.
> >
> > Signed-off-by: Anatolij Gustschin
> > Cc: Otavio Salvador
> > Cc: Marek Vasut
> > Cc: Fabio Estevam
> > Acked-by: Otavio Salvador
>
> Acked-by: De
> On Mon, Jun 25, 2012 at 10:02:38PM +0400, Dmitry Bondar wrote:
>
>> C6X (C6000) is Texas Instruments architecture of fixed and
>> floating-point DSPs.
>> This patch add basic support.
>> Many of code in arch/c6x/include/asm come from c6x-linux project
>> (http://linux-c6x.org)
>>
>> Signed-off-by
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 06/27/2012 01:36 PM, b...@inmys.ru wrote:
>> On Mon, Jun 25, 2012 at 10:02:38PM +0400, Dmitry Bondar wrote:
>>
>>> C6X (C6000) is Texas Instruments architecture of fixed and
>>> floating-point DSPs. This patch add basic support. Many of code
>>> i
Dear b...@inmys.ru,
In message <9cc1576e223fd1ac2b8a3329ad55bca8.squirrel@78.108.93.81> you wrote:
>
> > Please cite the exact commit from upstream where this comes from (I
> > imagine you could even use kernel.org proper, but I didn't check all
> > files just a few) and say for example:
> > Backp
Dear Ilya Yanok,
> Hi,
>
> 21.06.2012 02:14, Tom Rini wrote:
> > USB EHCI and DCACHE are not compatible, so disable DCACHE support at
> > build-time as run-time disable is insufficient for USB use.
>
> Sorry for missing this discussion. I think compile-time disabling of the
> cache is too brutal
Hi Sricharan,
On 06/21/2012 02:25 AM, Sricharan R wrote:
Hi,
[snip..]
On 06/15/2012 07:48 AM, R, Sricharan wrote:
Hi,
On Fri, Jun 15, 2012 at 12:31 AM, Tom Rini wrote:
If we are built with D-CACHE enabled but have run 'dcache off' and
then
attempt to flush unaligned regions we spam the
Sricharan,
On 06/21/2012 08:23 AM, R, Sricharan wrote:
Hi Aneesh,
On Thu, Jun 21, 2012 at 2:55 PM, Sricharan R wrote:
Hi,
[snip..]
On 06/15/2012 07:48 AM, R, Sricharan wrote:
Hi,
On Fri, Jun 15, 2012 at 12:31 AM, Tom Riniwrote:
If we are built with D-CACHE enabled but have run 'dcach
Hi,
21.06.2012 02:14, Tom Rini wrote:
USB EHCI and DCACHE are not compatible, so disable DCACHE support at
build-time as run-time disable is insufficient for USB use.
Sorry for missing this discussion. I think compile-time disabling of the
cache is too brutal.
ehci-hcd cache handling is broke
Hi Michal,
On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek wrote:
> Hi Simon,
>
>
> On 06/27/2012 03:58 PM, Simon Glass wrote:
>
>> Hi,
>>
>>
>> On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek > mon...@monstr.eu>> wrote:
>>
>>Hi,
>>
>>can you please update me about current state of CONFIG_OF
Hi Tom, thank you for reviewing.
(2012/06/28 2:40), Tom Rini wrote:
On Mon, Jun 25, 2012 at 09:42:29PM +0900, Tetsuyuki Kobayashi wrote:
save_boot_params_default() in cpu.c accesses uninitialized stack area
when it compiled with -O0 (not optimized).
Signed-off-by: Tetsuyuki Kobayashi
---
ar
Hi Tom and all,
(2012/06/28 3:23), Tom Rini wrote:
On Mon, Jun 25, 2012 at 09:40:57PM +0900, Tetsuyuki Kobayashi wrote:
Interrupts and exceptions doesn't work in relocated code.
It badly use IRQ_STACK_START_IN in rom area as interrupt stack.
It is because the vecotr table is not moved to ram a
On 6/27/2012 11:36 PM, Stephen Warren wrote:
On 06/27/2012 11:32 AM, Vikram Narayanan wrote:
Hello Stephen,
On 6/27/2012 7:09 AM, Stephen Warren wrote:
On 06/24/2012 11:21 AM, Vikram Narayanan wrote:
First off, it's great to see some patches for the chip. Thanks. Sorry
for being so nit-picky
Aneesh,
[snip..]
If we are built with D-CACHE enabled but have run 'dcache off' and
then
attempt to flush unaligned regions we spam the console with
problems
that aren't true (as the cache was off).
>>> Today we do cac
Hi Simon,
On 06/28/2012 03:10 AM, Simon Glass wrote:
Hi Michal,
On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek mailto:mon...@monstr.eu>> wrote:
Hi Simon,
On 06/27/2012 03:58 PM, Simon Glass wrote:
Hi,
On Wed, Jun 27, 2012 at 2:29 AM, Michal Simek mailto:mon...@monst
Hi Michal,
On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek wrote:
> Hi Simon,
>
>
> On 06/28/2012 03:10 AM, Simon Glass wrote:
>
>> Hi Michal,
>>
>>
>> On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek > mon...@monstr.eu>> wrote:
>>
>>Hi Simon,
>>
>>
>>On 06/27/2012 03:58 PM, Simon Glass wrot
Use the POSIX variant of basename due to BSD systems (e.g. OS X) do not provide
GNU version of basename(3). It is save to use the POSIX variant here cause we do
never use argv[0] later on which may be modified by the basename(3) POSIX
variant.
On systems providing GNU variant the GNU variant should
Hi:
I have one board which hardware copied from mx28evk board, and compiled the
source code cloned from u-boot mainline git. The rom in mx28 print 0x80508008,
that is "NAND DMA timed out". I compile the source from u-boot-testing, and
it's no any wrong print, and the start is OK. I don't know
Does u-boot support the arm board versatile express cortex
A-15(V2P-CA15x2)?If not is there anyway to port it to this board?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Does u-boot support the arm board versatile express cortex
A-15(V2P-CA15x2)?If not is there anyway to port it to this board?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 06/28/2012 07:57 AM, Simon Glass wrote:
Hi Michal,
On Wed, Jun 27, 2012 at 10:50 PM, Michal Simek mailto:mon...@monstr.eu>> wrote:
Hi Simon,
On 06/28/2012 03:10 AM, Simon Glass wrote:
Hi Michal,
On Wed, Jun 27, 2012 at 7:35 AM, Michal Simek mailto:mon...@monstr.e
The value of ET0_ERXD6 and GPSR1_INIT was wrong.
This fixes them.
Signed-off-by: Nobuhiro Iwamatsu
---
board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/alphaproject/ap_sh4a_4a/ap_sh4a_4a.c
b/board/alphaproject/ap_sh4a_4a
63 matches
Mail list logo