Dear Mark Pearson,
In message you
wrote:
>
> First off is any recommendations/advice on what version of uboot I
> should be using? I've got the uboot from freescale SDK (1.3.4) which
> has plenty wrong with it and the 2009.11 from denx which is
> unfortunately giving me some headaches. Previous
Tom wrote:
> Asen Dimov wrote:
>> Signed-off-by: Asen Dimov
>> ---
>> board/ronetix/pm9263/led.c| 15 ++--
>> board/ronetix/pm9263/pm9263.c | 195
>> +
>> include/configs/pm9263.h | 82 -
>> 3 files changed, 146 insertions(+),
Dear Gurumurthy Gowdar,
In message <001201cadacb$dc5e8a40$951b9e...@gowdar@gmobis.com> you wrote:
>
>I am compiling u-boot latest version for MIPS processor Au1350.
> When I compile I get the following error as mentioned below.
>
>
>
> mipsel-linux-ld:
> /opt/rmi-linux/db1300/lib/
From: Reinhard Arlt
Add ECC support for DDR RAM for MV64360 on esd CPCI-CPU/750 board.
This patch also adds the "pldver" command to display the CPLD
revision.
Signed-off-by: Reinhard Arlt
Signed-off-by: Stefan Roese
---
board/esd/cpci750/cpci750.c| 12 +++
board/esd/cpci750/sdram_init.
Hi,
Thanks for the reply.
Please let me know where I can get the latest version of ELDK for MIPS.
I know about PowerPC (Freescale) as I have worked on MPC82xx and MPC74xx.
Thanks & Regards
Gurumurthy Gowdar
KPIT Cummins Infosystems Ltd.| Mobile: +91 9642645725 |E-mail :
gurumurthy.gow...@
On Tuesday 13 April 2010 08:31:59 prakash bedge wrote:
> I did it. :)
Good. But what did you change to make it work?
> I am now able to detect the flash. So now I can run the uboot commnads i.e
> flinfo to check the flash information.
> For this I make use of ST fixup code for M29W128GH in which
Dear Peter Tyser,
In message <1271129301-12074-1-git-send-email-pty...@xes-inc.com> you wrote:
> This series reorganizes U-Boot's directory structure so that it looks
> like:
> /arch/$ARCH/
> /lib/
> /include/asm/
> /cpu/ if 1 CPU type>
> /config.mk (old lib_$ARCH/c
Hi Peter,
> Signed-off-by: Peter Tyser
> ---
> Makefile | 10 +++---
> README |4 +-
> {cpu => arch/ppc/cpu}/74xx_7xx/Makefile|0
Sorry for jumping in late, but I only realized this now.
On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote:
> > Makefile | 10 +++---
> > README |4 +-
> > {cpu => arch/ppc/cpu}/74xx_7xx/Makefile|0
>
> Sorry for jumping in late, but I only re
Dear "Gurumurthy Gowdar",
In message <000301cadae2$85b053b0$9110fb...@gowdar@gmobis.com> you wrote:
>
> Please let me know where I can get the latest version of ELDK for MIPS.
ftp://ftp.denx.de/pub/eldk/4.1/mips-linux-x86/iso/mips-2007-01-21.iso
Best regards,
Wolfgang Denk
--
DENX Software
Dear Stefan Roese,
In message <20100413.13774...@denx.de> you wrote:
> On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote:
...
> > Sorry for jumping in late, but I only realized this now. If we do this
> > move, which I greatly appreciate, then why not go all the way and adjust
> > to what
Hello Custodians,
please note that I have applied Peter Tyser's "Reorganize directory
structure" patch series. This results in a massive change of the
directory structure.
Please make sure to sync your repsitories ASAP.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
Dear Tom,
The following changes since commit 45e565337a90bbca0c1bb712b5e008b7c0b18bd5:
Minkyu Kang (1):
Merge branch 'master' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
Minkyu Kang (2):
SAMSUNG: make s5p comm
The UBI/UBIFS support is added to the QONG module.
Signed-off-by: Stefano Babic
---
include/configs/qong.h | 13 +
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/include/configs/qong.h b/include/configs/qong.h
index 9566a68..178c8e7 100644
--- a/include/configs/qong
QONG is a module that can be installed on several boards,
not only on the QONG-EVB manufactured by Dave srl.
Signed-off-by: Stefano Babic
---
board/davedenx/qong/qong.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/davedenx/qong/qong.c b/board/davedenx/qong/qong
The QONG module can be downsized and delivered
with 128MB instead of 256MB. The patch adds
run time support for the two different memory
configurations.
Signed-off-by: Stefano Babic
---
arch/arm/include/asm/arch-mx31/mx31-regs.h |6 ++
board/davedenx/qong/lowlevel_init.S| 130 ++
Add pin definitions ralted to the NAND controller to be used
to set up the pin multiplexer.
Signed-off-by: Stefano Babic
---
arch/arm/include/asm/arch-mx31/mx31-regs.h |9 +
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx31/mx31-regs.h
b/a
The patch adds an accessor function to get the value of a gpio.
Signed-off-by: Stefano Babic
---
arch/arm/include/asm/arch-mx31/mx31.h |5 +
drivers/gpio/mx31_gpio.c | 15 +++
2 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/
The NAND device is connected to the FPGA of the QONG board
and not to the NFC controller. For this reason, the FPGA must
be set and initialized before accessing to the NAND itself.
Signed-off-by: Stefano Babic
---
board/davedenx/qong/qong.c | 93 ++-
bo
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Monday, April 12, 2010 8:33 PM
> To: Prafulla Wadaskar
> Cc: Wolfgang Denk; U-Boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for
> Marvell Orion5x SoC
>
> (apparently one of
> -Original Message-
> From: Frans Meulenbroeks [mailto:fransmeulenbro...@gmail.com]
> Sent: Sunday, April 04, 2010 10:53 PM
> To: u-boot@lists.denx.de; simon.kagst...@netinsight.net;
> Prafulla Wadaskar
> Cc: Frans Meulenbroeks
> Subject: [PATCH] configs/openrd_base.h: reordered macro
> -Original Message-
> From: Frans Meulenbroeks [mailto:fransmeulenbro...@gmail.com]
> Sent: Sunday, April 04, 2010 11:31 PM
> To: Prafulla Wadaskar; u-boot@lists.denx.de
> Cc: Frans Meulenbroeks
> Subject: [PATCH] configs/sheevaplug: added a few additional commands
>
> This patch incl
Signed-off-by: Stefano Babic
---
tools/imximage.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/imximage.c b/tools/imximage.c
index df2d8c4..39f89c2 100644
--- a/tools/imximage.c
+++ b/tools/imximage.c
@@ -36,7 +36,7 @@
* Supported commands for configuration fi
Signed-off-by: Stefano Babic
---
board/freescale/mx51evk/imximage.cfg |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/freescale/mx51evk/imximage.cfg
b/board/freescale/mx51evk/imximage.cfg
index db09913..a875e8f 100644
--- a/board/freescale/mx51evk/imximage.cfg
+++
Hi Prafulla,
Prafulla Wadaskar a écrit :
>
>
>> -Original Message-
>> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
>> Sent: Monday, April 12, 2010 8:33 PM
>> To: Prafulla Wadaskar
>> Cc: Wolfgang Denk; U-Boot@lists.denx.de
>> Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support
Hi Stefan,
>> Are you not using the mainline version of cfi_flash.c? If not, which
"fixup
>> code" are you referring to (link)?
I am using U-Boot 2009.08 version.
I used the fixup for M29W128GH chip from the patch you suggested earlier. In
that code, I changed the condition to check chipwidth and i
Hi Prakash,
On Tuesday 13 April 2010 13:46:11 prakash bedge wrote:
> >> Are you not using the mainline version of cfi_flash.c? If not, which
> >> "fixup code" are you referring to (link)?
>
> I am using U-Boot 2009.08 version.
This version is outdated. I suggest to switch to current code.
> I u
On Apr 12, 2010, at 1:23 AM, Dave Liu wrote:
> After power on, the SATA host controller of P1022 Rev1 is configured
> in legacy mode instead of the expected enterprise mode.
>
> Software needs to clear bit[28] of HControl register to change to
> enterprise mode after bringing the host offline.
>
On Apr 12, 2010, at 1:23 AM, Dave Liu wrote:
> For P1022 SATA host controller, the data snoop bit of DW3 in PRDT
> is moved to bit28.
>
> Signed-off-by: Dave Liu
> ---
> * address Wolfgang's comments
>
> drivers/block/fsl_sata.h |8 ++--
> 1 files changed, 6 insertions(+), 2 deletions(-
MVSMR board support doesn't link since recent rework
of U-Boot directory structure. Fix it now.
Signed-off-by: Anatolij Gustschin
Cc: Andre Schwarz
---
board/matrix_vision/mvsmr/u-boot.lds | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/board/matrix_vision/mvsm
Anatolij,
thanks for fixing this.
On Tue, 2010-04-13 at 14:47 +0200, Anatolij Gustschin wrote:
> MVSMR board support doesn't link since recent rework
> of U-Boot directory structure. Fix it now.
>
> Signed-off-by: Anatolij Gustschin
> Cc: Andre Schwarz
Acked-by: Andre Schwarz
> ---
> board
> -Original Message-
> From: Albert ARIBAUD [mailto:albert.arib...@free.fr]
> Sent: Tuesday, April 13, 2010 4:39 PM
> To: Prafulla Wadaskar
> Cc: Wolfgang Denk; U-Boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH V6 1/3] Initial support for
> Marvell Orion5x SoC
>
...snip...
> > +
Hi David,
I just tried to apply your patch, but unfortunately it's line wrapped (see
below). Please fix and resubmit. Thanks.
On Friday 09 April 2010 17:11:50 David Wu wrote:
> The device id for this Flash is 0xc8.
>
> Signed-off-by: David Wu
> ---
> drivers/mtd/cfi_flash.c |4 ++
Commit d774442c60756a8dd5d75de85574120ce375bd72
extended struct serial_device but didn't add
appropriate initialization in all serial drivers.
This results in bricking a huge number of boards.
This patch adds needed initialization in serial
drivers.
Reported-by: Wolfgang Denk
Signed-off-by: Anat
On Tue, 2010-04-13 at 11:27 +0200, Wolfgang Denk wrote:
> Dear Stefan Roese,
>
> In message <20100413.13774...@denx.de> you wrote:
> > On Tuesday 13 April 2010 11:02:03 Detlev Zundel wrote:
> ...
> > > Sorry for jumping in late, but I only realized this now. If we do this
> > > move, which I
Tom wrote:
> Achim Ehrlich wrote:
>> This adds support for the AT91SAM9G20 boards by taskit GmbH.
>> Both boards, Stamp9G20 and PortuxG20, are integrated in one file.
>> PortuxG20 is basically a SBC built around Stamp9G20.
>>
>> Signed-off-by: Achim Ehrlich
>> ---
>> MAINTAINERS
Prafulla Wadaskar a écrit :
> You are right, the code is SoC specific, but the values to be programmed are
> board specific.
>
> if you are interested,
> Look at cpu/arm926ejs/at91/lowlevel_init.s how it programs SMRDATA.
> Follow similar arch here too.
> -Define similar data segment for holding
Dear Marek Vasut,
In message <201004110243.26808.marek.va...@gmail.com> you wrote:
>
> It seems my patches for the PXA2xx and PXA3xx in U-Boot are ignored. I'd be
> willing to take over PXA maintainance in U-Boot. I already maintain various
> PXA-
> based devices in mainline Linux kernel. I als
Modify print_size() so that it can accept numbers larger than 4GB on 32-bit
systems.
Add support for display terabyte, petabyte, and exabyte sizes. Change the
output to use International Electrotechnical Commission binary prefix standard.
Signed-off-by: Timur Tabi
---
include/common.h
From: Enric Balletbo i Serra
Introduce Numoyx DDR timings and provide
CONFIG_OMAP3_NUMONYX_DDR config options to allow
for platform files to setup their timings.
Signed-off-by: Enric Balletbo i Serra
---
include/asm-arm/arch-omap3/mem.h | 42 ++
1 files ch
From: Enric Balletbo i Serra
This patch adds support for the IGEP v2 board.
The IGEP v2 board is a low-cost, fan-less and industrial temperature
range single board computer that unleashes laptop-like performance and
expandability without the bulk, expense, or noise of typical desktop
machines. I
From: Enric Balletbo i Serra
Signed-off-by: Enric Balletbo i Serra
---
drivers/mtd/onenand/onenand_base.c |1 +
include/linux/mtd/onenand.h|1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/onenand/onenand_base.c
b/drivers/mtd/onenand/onenand_base
Hello,
The IGEP v2 board is a low-cost, fan-less and industrial temperature
range single board computer that unleashes laptop-like performance and
expandability without the bulk, expense, or noise of typical desktop
machines. Its architecture shares much in common with other OMAP3 boards
These pa
Scott,
Can this go through u-boot-ti?
Sandeep
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Enric Balletbo i Serra
> Sent: Monday, March 01, 2010 10:33 AM
> To: u-boot@lists.denx.de
> Cc: Enric Balletbo i Serra
> Subject: [
> Subject: [U-Boot] [PATCH 3/3] IGEP v2 support
>
> From: Enric Balletbo i Serra
>
> This patch adds support for the IGEP v2 board.
>
> The IGEP v2 board is a low-cost, fan-less and industrial temperature
> range single board computer that unleashes laptop-like performance and
> expandability wi
Modify print_size() so that it can accept numbers larger than 4GB on 32-bit
systems.
Add support for display terabyte, petabyte, and exabyte sizes. Change the
output to use International Electrotechnical Commission binary prefix standard.
Signed-off-by: Timur Tabi
---
include/common.h |
In print_size(), the math that calculates the fractional remainder of a number
used the same integer size as a physical address. However, the "10 *" factor
of the algorithm means that a large number (e.g. 1.5GB) can overflow the
integer if we're running on a 32-bit system. Therefore, we need to
d
The device id for this Flash is 0xc8.
Signed-off-by: David Wu
---
drivers/mtd/cfi_flash.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c
index fdba297..af86f99 100644
--- a/drivers/mtd/cfi_flash.c
+++ b/drivers/
Paulraj, Sandeep wrote:
> Scott,
>
> Can this go through u-boot-ti?
>
> Sandeep
Acked-by: Scott Wood
-Scott
>> -Original Message-
>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
>> On Behalf Of Enric Balletbo i Serra
>> Sent: Monday, March 01, 2010 10:33 AM
Hi Wolfgang,
On 4/13/2010 2:23 AM, Wolfgang Denk wrote:
> Hello Custodians,
>
> please note that I have applied Peter Tyser's "Reorganize directory
> structure" patch series. This results in a massive change of the
> directory structure.
>
> Please make sure to sync your repsitories ASAP.
>
>
Ben Warren wrote:
> Hi Wolfgang,
>
> On 4/13/2010 2:23 AM, Wolfgang Denk wrote:
>> Hello Custodians,
>>
>> please note that I have applied Peter Tyser's "Reorganize directory
>> structure" patch series. This results in a massive change of the
>> directory structure.
>>
>> Please make sure to sync
Hi Stefano,
On 4/13/2010 10:28 AM, Stefano Babic wrote:
> Ben Warren wrote:
>
>> Hi Wolfgang,
>>
>> On 4/13/2010 2:23 AM, Wolfgang Denk wrote:
>>
>>> Hello Custodians,
>>>
>>> please note that I have applied Peter Tyser's "Reorganize directory
>>> structure" patch series. This results in
Hi,
2010/4/13 Wolfgang Denk :
> Hello Custodians,
>
> please note that I have applied Peter Tyser's "Reorganize directory
> structure" patch series. This results in a massive change of the
> directory structure.
>
> Please make sure to sync your repsitories ASAP.
FYI: u-boot-usb has been synched.
Dear Ben Warren,
In message <4bc4a09d.20...@gmail.com> you wrote:
>
> > Please make sure to sync your repsitories ASAP.
> >
> Please excuse my ignorance, but what's the best way to do this?
> git-merge with the main branch?
Yes, or - which, assuming your main branch is current, is equivale
Dear Ben Warren,
In message <4bc4aa08.1060...@gmail.com> you wrote:
>
> > I do not know if there is a preferred or best way to do it, but in my
> > case a simple git-rebase with the main branch did the job ;).
...
> Thanks. I guess git-rebase would be better since that will put my net
> repo ch
Dear Wolfgang,
On 4/13/2010 5:23 AM, Wolfgang Denk wrote:
> Hello Custodians,
>
> please note that I have applied Peter Tyser's "Reorganize directory
> structure" patch series. This results in a massive change of the
> directory structure.
>
> Please make sure to sync your repsitories ASAP.
>
> Th
Hi,
2010/4/13 Wolfgang Denk :
> Dear Ben Warren,
>
> In message <4bc4aa08.1060...@gmail.com> you wrote:
>>
>> > I do not know if there is a preferred or best way to do it, but in my
>> > case a simple git-rebase with the main branch did the job ;).
> ...
>> Thanks. I guess git-rebase would be bet
Dear Remy Bohmer,
In message you
wrote:
>
> Funny...
> The wiki (http://www.denx.de/wiki/U-Boot/CustodianGitTrees) tells the
> opposite...
Ouch.
> What am I missing here?
This is somewbody else's working style, not mine.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
Hi Wolfgang,
Thanks for checking the patch, Please see inline.
On Fri, 09 Apr 2010 18:51:06 -0400, Wolfgang Denk wrote:
> Dear "David Wu",
>
> In message you wrote:
>> Signed-off-by: David Wu
>> ---
>> board/Mercury/ep2500/Makefile | 44 ++
>> board/Mercury/ep2500/config.mk | 23
Hi Wolfgang,
On Fri, 09 Apr 2010 18:54:33 -0400, Wolfgang Denk wrote:
> Dear "David Wu",
>
> In message you wrote:
>> Signed-off-by: David Wu
>> ---
>> Makefile | 46 +
>> board/Arcturus/uC5272/Makefile | 44 +
>> board/Arcturus/uC5272/config.mk |
On Fri, 9 Apr 2010 19:06:49 +0800
"Gao Ya'nan" wrote:
> ---
> cpu/mpc83xx/start.S |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
I need a signoff on both these patches.
Thanks,
Kim
___
U-Boot mailing list
U-Boot@lists.denx.de
http:/
On Wed, 7 Apr 2010 15:32:52 +0200
Rini van Zetten wrote:
> Enable eSDHC Clock based on generic CONFIG_FSL_ESDHC define instead of a
> platform define.
> This will enable all the 83xx platforms to use sdhc_clk based on
> CONFIG_FSL_ESDHC.
> It's the same patch as commit 6b9ea08c5010eab5ad1056bc9
$ git grep CONFIG_COMMAND_HISTORY
CHANGELOG:CONFIG_COMMAND_HISTORY
include/configs/AP1000.h:#define CONFIG_COMMAND_HISTORY 1
include/configs/keymile-common.h:#define CONFIG_COMMAND_HISTORY 1
include/configs/manroland/common.h:#define CONFIG_COMMAND_HISTORY
1
$
Signed-off
CHANGELOG is a duplicate of the u-boot project's git log: remove it.
It is assumed that this file's only purpose is to serve non-git users
downloading u-boot project source in the form of a tarball release. If
that is the case, then the generation of the CHANGELOG file should occur
at tarball rel
Signed-off-by: Kumar Gala
---
arch/ppc/cpu/mpc85xx/cpu_init.c | 36 ++--
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/arch/ppc/cpu/mpc85xx/cpu_init.c b/arch/ppc/cpu/mpc85xx/cpu_init.c
index e0126d3..b517e06 100644
--- a/arch/ppc/cpu/mpc85xx/cp
cpu.c: In function 'checkcpu':
cpu.c:47: warning: unused variable 'gur'
Signed-off-by: Kumar Gala
---
arch/ppc/cpu/mpc85xx/cpu.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/ppc/cpu/mpc85xx/cpu.c b/arch/ppc/cpu/mpc85xx/cpu.c
index 15b7b23..fddeb2f 100644
--- a/a
Hi Stefan,
Does the latest code supports S29GL512P chip, since I am not seeing any
instance of this chip in 2010.03 uboot code.
>>So you have chipwidth *and* portwidth of 16! This is the most common use
case.
But when flash is getting detected it shows the chipwidth is 8 and portwidth
is 16. If y
67 matches
Mail list logo