Robin Getz wrote:
> On Wed 8 Jul 2009 01:58, Mike Frysinger pondered:
>> On Tuesday 07 July 2009 18:24:56 Kumar Gala wrote:
>>> On Jul 7, 2009, at 3:25 PM, Scott Wood wrote:
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 15:02 Tue 07 Jul , Scott Wood wrote:
>> Kumar Gala wrote:
>
This patchset adds support for the MB86R01 'Jade' SoC from Fujitsu.
The second patch which adds the video driver needs this patch
http://lists.denx.de/pipermail/u-boot/2009-July/055582.html
which adds register offset definitions for the graphic controller.
Matthias Weisser
This patch adds support for the display controller in
the MB86R01 'Jade' SoC.
Signed-off-by: Matthias Weisser
---
drivers/video/Makefile |1 +
drivers/video/cfb_console.c |2 +-
drivers/video/jadegdc.c | 192 +++
3 files changed, 194 inse
This patch adds support for MB86R01 'Jade' SoC from Fujitsu
Signed-off-by: Matthias Weisser
---
cpu/arm926ejs/jade/Makefile | 47 +
cpu/arm926ejs/jade/timer.c | 126
include/asm-arm/arch-jade/hardware.h | 31 ++
include/asm-arm/arch-ja
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.
Signed-off-by: Matthias Weisser
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile |7 +
board/syteco/jadecpu/Makefile
These two patches add Intel E1000 PCIE cards support for MPC8544DS/MPC8536DS
boards.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
From: Roy Zang
Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards.
Signed-off-by: Roy Zang
---
include/configs/MPC8536DS.h |1 +
include/configs/MPC8540ADS.h |1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8536DS.h b/includ
Signed-off-by: Michal Simek
---
lib_microblaze/board.c |4
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/lib_microblaze/board.c b/lib_microblaze/board.c
index 1a42640..cfed5fe 100644
--- a/lib_microblaze/board.c
+++ b/lib_microblaze/board.c
@@ -112,10 +112,6 @@ void boar
This change remove compilation warnings.
Signed-off-by: Michal Simek
---
include/asm-microblaze/byteorder.h |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/include/asm-microblaze/byteorder.h
b/include/asm-microblaze/byteorder.h
index 51cacb0..a4a75b7 100644
--- a/inc
On Monday 06 July 2009 16:27:33 Matthias Fuchs wrote:
> This patch makes pll_write on PPC405EP boards
> global and callable from C code.
>
> pll_write can be used to dynamically modify the PLB:PCI divider
> as it is required for 33/66 MHz pci adapters based on the 405EP.
>
> board_early_init_f() is
Hi Peter,
this patch breaks some PPC4xx boards. Those enabling CONFIG_DDR_ECC, e.g.
canyonlands:
[ste...@stefan-desktop u-boot-ppc4xx (master)]$ ./MAKEALL canyonlands
Configuring for canyonlands board...
fsl_dma.c:50:2: error: #error "Freescale DMA engine not supported on your
processor"
make[1
The following changes since commit 59869ca72df8bc4e4ffa9dd17cb6673bbe010272:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-video
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Alessio Centazzo (1):
ppc4xx: Fixed PPC
Dear Matthias,
Matthias Weisser wrote:
> This patch adds support for the display controller in
> the MB86R01 'Jade' SoC.
Looks better now, but still some small issues. Please see
comments below, fix and resubmit. Thanks!
...
> --- a/drivers/video/Makefile
> +++ b/drivers/video/Makefile
> @@ -36,
On Tuesday 07 July 2009 07:27:35 Po-Yu Chuang wrote:
> For JEDEC flash, we should issue word programming command relative to
> base address rather than sector base address. Original source makes
> SST Flash fails to program sectors which are not on the 0x1 boundaries.
>
> e.g.
> SST39LF040 uses
On Tuesday 07 July 2009 16:01:02 Simon Kagstrom wrote:
> Check that an argument is passed to ubifsmount and that addresses and
> sizes are actually numbers for ubifsload. Also improve the instructions
> a bit.
>
> Signed-off-by: Simon Kagstrom
Looks good, so:
Acked-by: Stefan Roese
Thanks.
Be
Hello,
I have a board with a i.MX31, NAND-Flash and RAM.
On the Board a RedBoot is preinstalled and runs properly.
I want to replace the RedBoot with my U-Boot port.
How can I test U-Boot out of RedBoot when I load the u-boot image in the RAM?
What do I have to configure in my u-boot if i want to
Dear Stefan Roese,
2009/7/8 Stefan Roese :
> This patch is line wrapped and can't be applied. Please fix and resubmit. And
> while at it please use a somewhat shorted subject.
Sorry, I don't understand what does "line wrapped" mean.
The source is 80 chars width max.
or... Did I send the mail in d
On Wednesday 08 July 2009 11:49:35 Po-Yu Chuang wrote:
> > This patch is line wrapped and can't be applied. Please fix and resubmit.
> > And while at it please use a somewhat shorted subject.
>
> Sorry, I don't understand what does "line wrapped" mean.
> The source is 80 chars width max.
> or... Di
Hi Michal,
On Wednesday 08 July 2009 09:52:03 Michal Simek wrote:
> Do you have any problem with this asm-generic/errno.h patch?
I did a quick MAKEALL 4xx and couldn't spot any new problems after applying
your patch. So I'm fine with it:
Acked-by: Stefan Roese
Thanks.
Best regards,
Stefan
=
Hi again!
This is a refreshed version of the
http://lists.denx.de/pipermail/u-boot/2009-July/055370.html patch
series. I've added one more patch to fix an issue with the MAC address
under Linux. The patches are now:
1. (new) Set MAC address during egiga registration (so that Linux gets
it even
This patch sets the MAC address during registration in addition to
during device init. Since U-boot might not access the ethernet device,
Linux might end up with the MAC address unset.
Signed-off-by: Simon Kagstrom
---
drivers/net/kirkwood_egiga.c |2 ++
1 files changed, 2 insertions(+), 0 d
kwgbe_send/recv both have loops waiting for the hardware to set a bit.
GCC 4.3.3 cleverly optimizes the send case to ... a while(1); loop. This
patch uses readl to force a read from device memory. Other volatile
accesses have also been replaced with readl/writel where appropriate
(as per suggestio
The Marvell documentation for the 88f6281 states that the error coding
is only valid if the error summary and last frame bits in the transmit
descriptor status field are set. This patch adds checks for these for
transmit (I would get transmit errors on bootp with the current check,
which I believe
U-boot might use non-8-byte-aligned addresses for sending data, which
the kwgbe_send doesn't accept (bootp does this for me). This patch
copies the data to be sent to a temporary buffer if it is non-aligned.
Signed-off-by: Simon Kagstrom
---
drivers/net/kirkwood_egiga.c | 26 ++
> > > > please include config_cmd_default.h
> > > Hi Jean
> > > I do not want to include config_cmd_default.h All commands in this
> > > file are not supported/required for this board.
> > include/config_cmd_default.h
> >
> > please include this one and undef what you do not needis
> Hi Jean,
> T
On 18:52 Tue 07 Jul , Luigi 'Comio' Mantellini wrote:
> From: Luigi 'Comio' Mantellini
>
> ---
> common/cmd_bootm.c |5 +-
> include/lzma/LzmaDec.h | 31 +
> include/lzma/LzmaDecode.h | 31 -
> include/lzma/LzmaTools.h |2 +-
> inclu
On 19:12 Wed 01 Jul , Po-Yu Chuang wrote:
> This patch adds an FTMAC100 ethernet driver for Faraday A320 evaluation board.
>
> Signed-off-by: Po-Yu Chuang
> ---
> drivers/net/Makefile |1 +
> drivers/net/ftmac100.c | 268
>
> drivers/n
On 19:12 Wed 01 Jul , Po-Yu Chuang wrote:
> This patch adds an FTRTC010 driver for Faraday A320 evaluation board.
>
> Signed-off-by: Po-Yu Chuang
> ---
> drivers/rtc/Makefile |1 +
> drivers/rtc/ftrtc010.c | 126
>
> 2 files changed, 1
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
ss1...@snorri.eu
(generated from sno...@snorri.eu)
mailbox is full: retry timeo
On 15:14 Fri 03 Jul , Po-Yu Chuang wrote:
> This patch adds support for A320 development board from Faraday. This board
> uses FA526 processor by default and has 512kB and 32MB NOR flash, 64M RAM.
> FA526 is an ARMv4 processor and uses the ARM920T source in this patch.
>
as I understand correc
Signed-off-by: Matthias Fuchs
---
include/common.h |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/common.h b/include/common.h
index ff4f821..1fe2043 100644
--- a/include/common.h
+++ b/include/common.h
@@ -275,7 +275,8 @@ voidpci_init_board(void);
voi
This patch moves some basic PCI initialisation from the 4xx cpu_init_f()
to cpu/ppc4xx/4xx_pci.c.
The original cpu_init_f() function enabled the 405EP's internal arbiter
in all situations. Also the HCE bit in cpc0_pci is always set.
The first is not really wanted for PCI adapter designs and the la
> -Original Message-
> From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net]
> Sent: Wednesday, July 08, 2009 4:36 PM
> To: U-Boot ML; Prafulla Wadaskar
> Subject: [PATCH 4/4]: arm: Kirkwood: See to it that sent data
> is 8-byte aligned
>
> U-boot might use non-8-byte-aligned ad
On Wednesday 08 July 2009 13:05:42 Simon Kagstrom wrote:
> U-boot might use non-8-byte-aligned addresses for sending data, which
> the kwgbe_send doesn't accept (bootp does this for me). This patch
> copies the data to be sent to a temporary buffer if it is non-aligned.
>
> Signed-off-by: Simon Kag
Kim Phillips schrieb:
> On Tue, 07 Jul 2009 21:04:43 +0200
> Wolfgang Denk wrote:
>
>
>> Dear Kim Phillips,
>>
>> In message <20090624112410.b287f606.kim.phill...@freescale.com> you wrote:
>>
>>> WD hasn't applied it yet - I applied it to my local tree. None of this
>>> means your patch s
On Wed, 8 Jul 2009 05:17:08 -0700
Prafulla Wadaskar wrote:
> > U-boot might use non-8-byte-aligned addresses for sending
> > data, which the kwgbe_send doesn't accept (bootp does this
> > for me). This patch copies the data to be sent to a temporary
> > buffer if it is non-aligned.
> Kirkwood
Update M52277EVB, M53017EVB and M54455EVB platform configuration
file to use flash buffer write
Signed-off-by: TsiChung Liew
---
include/configs/M52277EVB.h |2 ++
include/configs/M53017EVB.h |2 ++
include/configs/M54455EVB.h |1 +
3 files changed, 5 insertions(+), 0 deletions(-)
d
Update serial boot DRAM's Internal RAM, vector table and DRAM in
start.S, serial flash's read status command over SPI and NOR
flash.
Signed-off-by: TsiChung Liew
---
Makefile |9 +---
board/freescale/m54451evb/u-boot.spa |9 +++-
cpu/mcf5445x/dspi.c
Increase the flash size from 8MB to 16MB
Signed-off-by: TsiChung Liew
---
include/configs/M53017EVB.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h
index 54c385e..801f90f 100644
--- a/include/configs/M53017EVB.
Signed-off-by: TsiChung Liew
---
MAKEALL |1 +
Makefile |3 +
board/freescale/m5208evbe/Makefile| 44
board/freescale/m5208evbe/config.mk | 25 +++
board/freescale/m5208evbe/m5208evbe.c | 94 +
board/frees
Remove unused variables and printf type mismatch in
lib_m68k/board.c
Signed-off-by: TsiChung Liew
---
lib_m68k/board.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib_m68k/board.c b/lib_m68k/board.c
index db45b00..a570b15 100644
--- a/lib_m68k/board.c
+++ b/lib_m68k/
Unify both MCF5227x and MCF5445x DSPI driver in CPU to
driver/spi folder for common use.
Signed-off-by: TsiChung Liew
---
drivers/spi/Makefile |1 +
drivers/spi/cf_spi.c | 357 ++
2 files changed, 358 insertions(+), 0 deletions(-)
create mode
Remove individual CPU specific DSPI driver.
Add required feature for the common DSPI driver in cpu_init and
in platform configuration file.
Signed-off-by: TsiChung Liew
---
cpu/mcf5227x/Makefile|2 +-
cpu/mcf5227x/cpu_init.c | 53
cpu/mcf5227x/dspi.c
Change strtoul number base of argv 3 from 0 to 16
Signed-off-by: TsiChung Liew
---
common/cmd_sf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_sf.c b/common/cmd_sf.c
index 6a60b16..384e6d3 100644
--- a/common/cmd_sf.c
+++ b/common/cmd_sf.c
@@ -48,7 +48,7
Add a bootargs for M53017EVB and update bootargs
for M54451EVB
Signed-off-by: TsiChung Liew
---
include/configs/M53017EVB.h |3 +++
include/configs/M54451EVB.h |2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h
> I would prefer to malloc such big area's.
>
> And I second Prafulla's comment, that this should be handled by the upper
> network layer.
Here is a second version which uses malloc instead. It's still handled
in the driver though.
// Simon
--
>From d8555440b033ac32eecd8973945936fb8c9f0421 Mon
Hello,
does somebody know, if it is possible to use the uboot bootcount feature
on an ARM926EJS (CPU Core Version FEROCEON_88FR131 SOC Family: KIRKWOOD,
KW88F6281) based board ?
I searched for some space on this CPU for implementing this feature,
but could not find any (at least 4 bytes = 1 regis
Current code only sets the PCI vendor id to 0x1014 and
leaved device id to 0x.
Ths patch
a) uses the correct PCI_VENDOR_ID_IBM macro for this
b) sets the default device ID as stated in the UM to 0x0156
by using PCI_DEVICE_ID_IBM_405GP for this.
Signed-off-by: Matthias Fuchs
---
cpu/
Hello Sir/Madam..,
Iam trying to make a Uboot image to deploy on MPC8641HPCN platform. While
iam compiling the configuration file
of MPC8641HPCN it gives an error : "altivec and e500 cannot coexist". Can you
please help me to know what are
the changes, if any, to be done.
Hi,
I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff).
I am wondering about the file's header. I think even when this code comes
initially from IBM there is not much left from original IBM code.
So can we replace the header with the widely used GPL template?
And what about th
Hi Matthias,
On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote:
> I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff).
> I am wondering about the file's header. I think even when this code comes
> initially from IBM there is not much left from original IBM code.
Yes, this
On Jul 8, 2009, at 8:26 AM, durgaprasadbattu...@bel.co.in wrote:
>
> Hello Sir/Madam..,
>
> Iam trying to make a Uboot image to deploy on MPC8641HPCN
> platform. While iam compiling the configuration file
> of MPC8641HPCN it gives an error : "altivec and e500 cannot
> coexist". Can you pl
Hi Prafulla (and the list)!
I'm wondering a bit how Sheevaplug handles the U-boot environment area.
On OpenRD base it's stored on the NAND flash, and is protected by a
4-bit ECC as required when read by the boot prom - it just goes
together with the rest of the u-boot image.
The Marvell-supplied
This patch adds support for the display controller in
the MB86R01 'Jade' SoC.
Signed-off-by: Matthias Weisser
---
drivers/video/Makefile |1 +
drivers/video/cfb_console.c |2 +-
drivers/video/jadegdc.c | 192 +++
3 files changed, 194 inse
This patchset adds support for the MB86R01 'Jade' SoC from Fujitsu.
The second patch which adds the video driver needs this patch
http://lists.denx.de/pipermail/u-boot/2009-July/055582.html
which adds register offset definitions for the graphic controller.
This time I ran checkpatch.pl from the
This patch adds support for MB86R01 'Jade' SoC from Fujitsu
Signed-off-by: Matthias Weisser
---
cpu/arm926ejs/jade/Makefile | 47 +
cpu/arm926ejs/jade/timer.c | 126
include/asm-arm/arch-jade/hardware.h | 31 ++
include/asm-arm/arch-ja
This patch adds support for the jadecpu board using the
MB86R01 'Jade' SoC from Fujitsu.
Signed-off-by: Matthias Weisser
---
MAINTAINERS |4 +
MAKEALL |1 +
Makefile |7 +
board/syteco/jadecpu/Makefile
Peter,
Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for
83xx. I don't see any reason not to use DMA on 83xx.
- k
On Jul 8, 2009, at 4:13 AM, Stefan Roese wrote:
> Hi Peter,
>
> this patch breaks some PPC4xx boards. Those enabling CONFIG_DDR_ECC,
> e.g.
> canyonlands:
>
On Jul 8, 2009, at 1:44 AM, Michael Trimarchi wrote:
> Prafulla Wadaskar wrote:
>>
>>
>>> -Original Message-
>>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de
>>> ] On Behalf Of Remy Bohmer
>>> Sent: Wednesday, July 08, 2009 12:16 AM
>>> To: Michael Trimarchi; A
Hi Stefan,
> > +++ b/include/asm-ppc/config.h
> > @@ -30,8 +30,9 @@
> > #endif
> >
> > #ifndef CONFIG_FSL_DMA
> > -#if defined(CONFIG_DDR_ECC) && !defined(CONFIG_ECC_INIT_VIA_DDRCONTROLLER)
> > && \ - (defined(CONFIG_MPC85xx) || defined(CONFIG_MPC86xx))
> > +#if ((!defined CONFIG_MPC83xx &&
On Wednesday 08 July 2009 15:57, Stefan Roese wrote:
> Hi Matthias,
>
> On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote:
> > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff).
> > I am wondering about the file's header. I think even when this code comes
> > initially f
On Wednesday 08 July 2009 16:21:51 Matthias Fuchs wrote:
> > > So can we replace the header with the widely used GPL template?
> >
> > I'm not sure here. The paragraph clearly states:
> >
> > * Any person who transfers this source code or any derivative work
> > * must include the IBM
On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote:
> Peter,
>
> Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for
> 83xx. I don't see any reason not to use DMA on 83xx.
When I submitted the original patch I didn't see any 83xx boards using
either CONFIG_ECC_INIT_VIA_DDRCON
On Jul 8, 2009, at 3:18 AM, Roy Zang wrote:
> From: Roy Zang
>
> Add pci/pcie E1000 ethernet support for MPC8544DS and MPC8536 boards.
> Signed-off-by: Roy Zang
>
> ---
> include/configs/MPC8536DS.h |1 +
> include/configs/MPC8540ADS.h |1 +
> 2 files changed, 2 insertions(+), 0 deleti
Hi,
I'm trying to use the sprintf function in a C program written for
U-boot. As far as I understand, to get the function I have to add it to
the exports.h, _exports.h and exports.c file as per the
README.Standalone file in /doc (the function is declared in common.h).
Now if I do this, the progra
On Jul 8, 2009, at 9:30 AM, Peter Tyser wrote:
> On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote:
>> Peter,
>>
>> Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for
>> 83xx. I don't see any reason not to use DMA on 83xx.
>
> When I submitted the original patch I didn't see
On Tue, Jul 7, 2009 at 7:41 PM, Kim Phillips wrote:
> On Tue, 7 Jul 2009 15:01:05 -0300
> Alemao wrote:
>
>> On Mon, Jul 6, 2009 at 7:07 PM, Alemao wrote:
>> > On Mon, Jul 6, 2009 at 3:45 PM, Scott Wood wrote:
>> >> I believe data cache is disabled on 83xx in u-boot.
>> >>
>> >> -Scott
>> >>
>> >
On Wed, Jul 08, 2009 at 09:30:01AM -0500, Peter Tyser wrote:
> On Wed, 2009-07-08 at 09:07 -0500, Kumar Gala wrote:
> > Peter,
> >
> > Also, I'm not seeing anyone defining CONFIG_DDR_ECC_INIT_VIA_DMA for
> > 83xx. I don't see any reason not to use DMA on 83xx.
>
> When I submitted the original
Hi
2009/7/8 Ulrich Gerster :
> Hello,
>
> I have a board with a i.MX31, NAND-Flash and RAM.
> On the Board a RedBoot is preinstalled and runs properly.
> I want to replace the RedBoot with my U-Boot port.
>
> How can I test U-Boot out of RedBoot when I load the u-boot image in the RAM?
> What do I
On Wed, Jul 08, 2009 at 11:23:15AM -0300, Alemao wrote:
> In cpu/mpc83xx/start.S, dcache is enable for stack-in-cache trick:
>
> /* enable and invalidate the data cache */
> bl dcache_enable
> sync
>
> dcache_enable:
> mfspr r3, HID0
> li r5, HID0_DCFI|HI
This patch adds support for the Keymile SUEN3 board which is based
on the Marvell Kirkwood (88F6281) SoC.
Signed-off-by: Stefan Roese
Cc: Jean-Christophe PLAGNIOL-VILLARD
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile
Dear Matthias Fuchs,
In message <200907081621.51898.matthias.fu...@esd.eu> you wrote:
>
> > On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote:
> > > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff).
> > > I am wondering about the file's header. I think even when this co
On Jul 7, 2009, at 5:38 PM, Peter Tyser wrote:
> On Tue, 2009-07-07 at 17:24 -0500, Kumar Gala wrote:
>> On Jul 7, 2009, at 5:13 PM, Peter Tyser wrote:
>>
>>> On Tue, 2009-07-07 at 16:59 -0500, Kumar Gala wrote:
On Jul 7, 2009, at 1:43 PM, Peter Tyser wrote:
> Previously, boot page
Dear Martin Hejnfelt,
In message <1247062359.4070.21.ca...@hejnfelt-2> you wrote:
>
> I'm trying to use the sprintf function in a C program written for
> U-boot. As far as I understand, to get the function I have to add it to
> the exports.h, _exports.h and exports.c file as per the
> README.Stan
Please disregard the "4/4" above. It's only one patch.
Best regards,
Stefan
=
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-
On Wed, 2009-07-08 at 10:52 -0500, Kumar Gala wrote:
> On Jul 7, 2009, at 5:38 PM, Peter Tyser wrote:
>
> > On Tue, 2009-07-07 at 17:24 -0500, Kumar Gala wrote:
> >> On Jul 7, 2009, at 5:13 PM, Peter Tyser wrote:
> >>
> >>> On Tue, 2009-07-07 at 16:59 -0500, Kumar Gala wrote:
> On Jul 7, 2009
On Wed, 8 Jul 2009 11:54:33 +0900
Nobuhiro Iwamatsu wrote:
> +++ b/MAKEALL
> @@ -848,6 +848,7 @@ LIST_sh4="\
> sh7763rdp \
> sh7785lcr \
> ap325rxa\
> + espt
> "
aren't you missing a \ ?
Kim
On Wed, 8 Jul 2009 12:12:51 +0900
Nobuhiro Iwamatsu wrote:
> sh: Add espt-gita board to MAKEALL
this breaks MAKEALL for me:
./MAKEALL MPC8313ERDB_33
...33M ...Configuring for MPC8313ERDB board...
make: *** No rule to make target
`/home/r1aaha/git/u-boot/include/asm/config.h', needed by
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefan Roese
> Sent: Wednesday, July 08, 2009 9:17 PM
> To: u-boot@lists.denx.de
> Subject: [U-Boot] [PATCH 4/4] arm/kirkwood: Add Keymile SUEN3 support
>
> This patch adds sup
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Heiko Schocher
> Sent: Wednesday, July 08, 2009 6:42 PM
> To: U-Boot user list
> Subject: [U-Boot] bootcount support on arm/kirkwood
>
> Hello,
>
> does somebody know, if it
On Wed 8 Jul 2009 11:51, Wolfgang Denk pondered:
> > But we could prepend the typical header which brings us to something
> like this:
>
> You could do it, but you are eventually not permitted to do it
> legally.
>
> The fact that you "must include the IBM copyright notice, this
> paragrap
Sascha,
You seem to be the person acting as maintainer of u-boot-v2. Do you
have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3?
- k
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
> -Original Message-
> From: Prafulla Wadaskar [mailto:prafu...@marvell.com]
> Sent: Monday, June 29, 2009 8:57 PM
> To: u-boot@lists.denx.de
> Cc: Prabhanjan Sarnaik; Ronen Shitrit; Ashish Karkare;
> Prafulla Wadaskar
> Subject: [PATCH 5/6] usb: add Marvell Kirkwood ehci host
> contr
Kumar Gala wrote:
> Sascha,
>
> You seem to be the person acting as maintainer of u-boot-v2. Do you
> have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3?
>
> - k
U-Boot v2 is the usage case I had in mind in my question:
> Would U-Boot be willing to have as much GPLv2++ (GPLv3)
Hi,
> Dear Matthias Fuchs,
>
> In message <200907081621.51898.matthias.fu...@esd.eu> you wrote:
> >
> > > On Wednesday 08 July 2009 15:40:08 Matthias Fuchs wrote:
> > > > I am just cleaning up cpu/ppc4xx/4xx_pci.c (mainly coding style stuff).
> > > > I am wondering about the file's header. I thin
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202dd54d...@sc-vexch1.marvell.com>
you wrote:
>
> > board/keymile/suen3/sdramregs.txt | 28 +
> This file will be of no use until we have proposed bin_dep.sh and doimage
> utility in place.
Proposed?
I don't see any su
Linux's netconsole works much better when you can pass it the MAC address of
the server. (otherwise it just uses broadcast, which everyone else on my
network complains about :)
This sets the evn var "serveraddr" (to match ethaddr), so that you can pass
it to linux with whatever bootargs you want
Dear Stefan Roese,
In message <1247068015-16224-1-git-send-email...@denx.de> you wrote:
> This patch adds support for the Keymile SUEN3 board which is based
> on the Marvell Kirkwood (88F6281) SoC.
...
> diff --git a/MAKEALL b/MAKEALL
> index 41f1445..6c80694 100755
> --- a/MAKEALL
> +++ b/MAKEALL
Dear Nobuhiro Iwamatsu,
In message <29ab51dc0907072012j42cc59ex9036929b30743...@mail.gmail.com> you
wrote:
>
> Please pull u-boot-sh master branch.
Please see Kim Phillips' mail. I will delay the pull until I hear
from you that the problem has been solved. Thanks.
Best regards,
Wolfgang D
On Wednesday 08 July 2009 02:58:42 Peter Tyser wrote:
> Robin Getz wrote:
> > On Wed 8 Jul 2009 01:58, Mike Frysinger pondered:
> >> On Tuesday 07 July 2009 18:24:56 Kumar Gala wrote:
> >>> On Jul 7, 2009, at 3:25 PM, Scott Wood wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
> > On 15:02
Dear Prafulla Wadaskar,
In message <73173d32e9439e4abb5151606c3e19e202dd54d...@sc-vexch1.marvell.com>
you wrote:
>
> > I searched for some space on this CPU for implementing this
> > feature, but could not find any (at least 4 bytes = 1
> > register), which not lost his value on a reset of th
On Wednesday 08 July 2009 13:48:44 Kumar Gala wrote:
> You seem to be the person acting as maintainer of u-boot-v2. Do you
> have any input if u-boot-v2 would stay with GPLv2 or move to GPLv3?
i asked him offlist and he said:
"I don't plan to switch U-Boot-v2 to GPL V3."
-mike
signature.asc
Des
Dear Matthias Fuchs,
In message <200907082024.37153.matthias.fu...@esd-electronics.com> you wrote:
>
> Same with me. I cannot understand how maybe-GPL-incompatable
> sources can be part of U-Boot. This file is not the only one.
We are aware of this. See commit 78237df5.
> So does it even play a
On Wednesday 08 July 2009 03:52:03 Michal Simek wrote:
> Do you have any problem with this asm-generic/errno.h patch?
i thought i acked it already ... but if not, sounds fine to me
-mike
signature.asc
Description: This is a digitally signed message part.
_
These changes bring the 83xx SDRAM ECC initialization in line
with the 85xx/86xx boards and also fixes a minor bug in fsl_dma.c.
I don't have any 83xx boards to test on, so it would be appreciated
if someone with 83xx hardware that uses ECC could give the patches
a shot.
It'd be nice if SDRAM cou
Signed-off-by: Peter Tyser
---
cpu/mpc83xx/spd_sdram.c |2 +-
include/configs/MPC8349EMDS.h |1 +
include/configs/MPC8360EMDS.h |1 +
include/configs/MPC8360ERDK.h |1 +
include/configs/MPC837XEMDS.h |1 +
include/configs/MPC837XERDB.h |1 +
include/configs/TQM834x.h
When SDRAM ECC is enabled and CONFIG_ECC_INIT_VIA_DDRCONTROLLER is not
defined use DMA to set SDRAM to a known state. Previously a sequence of
64-bit stores was used.
Signed-off-by: Peter Tyser
---
cpu/mpc83xx/spd_sdram.c | 57 +++--
drivers/dma/fsl_dm
This patch allow to overwrit the libgcc Makefile inclusion from the toplevel
Makefile by the arch_config.mk files. This is in preparation for the ARM
architecture to move away from including libgcc function and only using
self-contained U-Boot functions as done in Linux.
Currently all the ARM boar
Dear Heiko Schocher,
In message <493f6f45.5060...@invitel.hu> you wrote:
>
> [PATCH] all platforms: make show_boot_progress () again working.
>
> Signed-off-by: Heiko Schocher
Applied, but...
> include/common.h |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/in
Jean-Christophe PLAGNIOL-VILLARD wrote:
> LOAD_ADDR = 0x1040
> LDSCRIPT = $(TOPDIR)/board/$(BOARDDIR)/eeprom.lds
> lnk = $(if $(obj),$(obj),.)
> @@ -49,7 +47,7 @@ $(obj)eeprom.srec: $(obj)eeprom.o $(obj)eeprom_start.o
> -o $(<:.o=) -e eeprom eeprom.o eeprom_start.o \
>
1 - 100 of 184 matches
Mail list logo