Fixes this compile error:
board.c: In function 'do_switch_ecc':
board.c:339: error: 'cmd_tbl_t' has no member named 'help'
make[1]: *** [board.o] Error 1
make[1]: Leaving directory
`/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
make: *** [cpu/arm_cortexa8/omap3/libomap3.a] Error 2
Thi
This patch support the soft reset at s3c6410
Signed-off-by: Minkyu Kang
---
cpu/arm1176/cpu.c| 16
cpu/arm1176/s3c64xx/interrupts.c | 15 +++
include/s3c6400.h|5 +
3 files changed, 20 insertions(+), 16 deletions(-)
diff -
Currently the clk_adj is 6 (3/4 cycle), The settings will cause
the DDR controller hang at the data init. Change the clk_adj
from 6 to 4 (1/2 cycle), make the memory system stable.
Signed-off-by: Dave Liu
---
board/freescale/mpc8569mds/ddr.c |2 +-
1 files changed, 1 insertions(+), 1 deletio
Give the MPC8569MDS board one default environment var.
Signed-off-by: Dave Liu
---
include/configs/MPC8569MDS.h | 72 --
1 files changed, 41 insertions(+), 31 deletions(-)
diff --git a/include/configs/MPC8569MDS.h b/include/configs/MPC8569MDS.h
index b0
move to linux usb driver organisation
as following
drivers/usb/gadget
drivers/usb/host
drivers/usb/musb
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
Cc: Remy Bohmer
---
Hi Remy,
This version containt everyone ask
and is based on the AT91 tree
which contain the patch that move the at91 usb t
Hello Jean-Christophe,
2009/4/3 Jean-Christophe PLAGNIOL-VILLARD :
> move to linux usb driver organisation
>
> as following
>
> drivers/usb/gadget
> drivers/usb/host
> drivers/usb/musb
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
> Cc: Remy Bohmer
> ---
> Hi Remy,
> This version containt
On 17:51 Fri 03 Apr , Minkyu Kang wrote:
> This patch support the soft reset at s3c6410
>
> Signed-off-by: Minkyu Kang
> ---
> cpu/arm1176/cpu.c| 16
> cpu/arm1176/s3c64xx/interrupts.c | 15 +++
> include/s3c6400.h|5 +
Hi,
> On Apr 2, 2009, at 4:03 AM, Stefan Roese wrote:
>
>> On Thursday 02 April 2009, Detlev Zundel wrote:
I suggest to either remove this MSI_RI from the header again (it
doesn't
seem to be used here) or rename it.
>>>
>>> Ok, so much for the plan to add the defines not bit by bit
On 14:44 Fri 03 Apr , os user wrote:
> Hi all,
>
> I want to boot linux by a simplified bootloader. I use Atmel's ARM
> chip (AT91SAM9RL64EK board). Now, I can boot linux with my small
> program. The small program will parse the image generaed by "mkimage"
> and copy the kernel bianry from NAN
On 09:56 Fri 03 Apr , Minkyu Kang wrote:
> This patch fix the wrong gpio offset
>
> Signed-off-by: Minkyu Kang
> ---
Applied
Best Regards,
J.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Jean-Christophe PLAGNIOL-VILLARD wrote:
> I've send a new patch that introduce an improve of the clock on at91
> which give you the calculated main_clock based on the main crystal and the
> lowlevel settings
I was looking for that patch in git://git.denx.de/u-boot-at91.git,
but couldn't find it the
Detlef Vollmann a écrit :
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>> I've send a new patch that introduce an improve of the clock on at91
>> which give you the calculated main_clock based on the main crystal and the
>> lowlevel settings
> I was looking for that patch in git://git.denx.de/u-boot-a
On 15:20 Fri 03 Apr , Eric BENARD wrote:
> Detlef Vollmann a écrit :
>> Jean-Christophe PLAGNIOL-VILLARD wrote:
>>> I've send a new patch that introduce an improve of the clock on at91
>>> which give you the calculated main_clock based on the main crystal and the
>>> lowlevel settings
>> I was
Jean-Christophe PLAGNIOL-VILLARD a écrit :
> On 15:20 Fri 03 Apr , Eric BENARD wrote:
>> Detlef Vollmann a écrit :
>>> Jean-Christophe PLAGNIOL-VILLARD wrote:
I've send a new patch that introduce an improve of the clock on at91
which give you the calculated main_clock based on the mai
On Friday 03 April 2009 07:49:19 Prafulla Wadaskar wrote:
> --- a/drivers/mtd/spi/Makefile
> +++ b/drivers/mtd/spi/Makefile
> @@ -28,6 +28,7 @@ LIB := $(obj)libspi_flash.a
> COBJS-$(CONFIG_SPI_FLASH)+= spi_flash.o
> COBJS-$(CONFIG_SPI_FLASH_ATMEL) += atmel.o
> COBJS-$(CONFIG_SPI_FLASH_S
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 15:20 Fri 03 Apr , Eric BENARD wrote:
>> Detlef Vollmann a écrit :
>>> Where can I find that patch?
>>>
>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56837
Thanks.
>> Is it interesting to loose time calculating PLL values at each boot w
Instead of special casing the different access patterns, use common
code with light macros sprinkled in to accomodate for the different
layouts of the register structure.
Note that this also changes the types of the registers for the
"positively packed (>1)" cases. As the registers truly are unsi
Detlev Zundel writes:
> Instead of special casing the different access patterns, use common
> code with light macros sprinkled in to accomodate for the different
> layouts of the register structure.
>
> Note that this also changes the types of the registers for the
> "positively packed (>1)" case
Hi All,
I am currently working on OMAP3530 fromMistral solutions. This is the
booting sequence in OMAP3530
The OMAP3530 contains a boot ROM starting at location 0x. When
power on, the PC register jumps there. The boot ROM then looks at the
sys_boot pins to determine boot order. For NAN
On 16:46 Fri 03 Apr , Detlef Vollmann wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>> On 15:20 Fri 03 Apr , Eric BENARD wrote:
>>> Detlef Vollmann a écrit :
Where can I find that patch?
>>> http://article.gmane.org/gmane.comp.boot-loaders.u-boot/56837
> Thanks.
>
>>> Is it int
Hi Magnus,
Thanks for the response:)
> Until yesterday you were correct. I spent some time updating the
> published patches to the current u-boot and the status now is that I
> was able to compile the stuff. Haven't tried it on a PDK board yet but
> I'm hoping to do that in a couple of days.
> I w
Eric BENARD wrote:
> Detlef Vollmann a écrit :
>> I probably agree. (Well, not completely, as I'd like to get rid
>> of at91bootstrap completely and let U-Boot be the original boot
>> code, but that's future.)
>>
> check Ilko Iliev's patch for pm9263 which integrates at91bootstrap's
> features in
On 20:26 Fri 03 Apr , rahan...@tataelxsi.co.in wrote:
> Hi All,
>
> I am currently working on OMAP3530 fromMistral solutions. This is the
> booting sequence in OMAP3530
>
> The OMAP3530 contains a boot ROM starting at location 0x. When
> power on, the PC register jumps there. The bo
On Fri, Apr 03, 2009 at 10:21:50AM -0500, alfred steele wrote:
> I wasn't actually sure why there is a need to create a separate linker
> script like u-boot_nand.lds.
The addresses may be different than normal u-boot (though we could take
care of that by preprocessing the linker scripts), and you
PIO mode support for freescale eSDHC Driver.
PIO has added to enable data transfer without use of eSDHC DMA Engine.
Signed-off-by: Dipen Dudhat
---
drivers/mmc/fsl_esdhc.c | 136 +++
include/fsl_esdhc.h |1 +
2 files changed, 127 insertions(+)
On Fri, Apr 03, 2009 at 02:44:03PM +0800, os user wrote:
> I want to boot linux by a simplified bootloader. I use Atmel's ARM
> chip (AT91SAM9RL64EK board). Now, I can boot linux with my small
> program. The small program will parse the image generaed by "mkimage"
> and copy the kernel bianry from
On 14:00 Fri 03 Apr , Sanjeev Premi wrote:
> Fixes this compile error:
> board.c: In function 'do_switch_ecc':
> board.c:339: error: 'cmd_tbl_t' has no member named 'help'
> make[1]: *** [board.o] Error 1
> make[1]: Leaving directory
> `/db/psp_git/users/a0756819/u-boot/cpu/arm_cortexa8/omap3'
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git master
Mike Frysinger (13):
Blackfin: bf548-ez
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
Wolfgang Denk (1):
Merge branch 'master' of git://git.denx.de/u-boot-arm
are available in the git repository at:
git://www.denx.de/git/u-boot-blackfin.git sf
Jean-Christophe PLAGNIOL-VILLARD (1):
mtd:
This is ARM v5TE-compliant processor core with
MMU and L1/L2 Cache
Signed-off-by: prafulla_wadaskar
Reviewed by: Ronen Shitrit
---
cpu/arm926ejs/start.S |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/cpu/arm926ejs/start.S b/cpu/arm926ejs/start.S
index ed4932a..08ec
From: prafulla_wadaskar
Chips supprted:-
1. 88E61XX 6 port gbe swtich with 5 integrated PHYs
2. 88E6061 6 port fe swtich with 5 integrated PHYs
3. 88E1116 gbe transceiver
Contributors:
Yotam Admon
Michael Blostein
Reviewed by: Ronen Shitrit
---
board/Marvell/common/mv88e1116.c | 72 +++
From: prafulla_wadaskar
This is Marvell's 88F6281_A0 based custom board developed
for wireless access point product
This patch is tested for-
1. Boot from DRAM/SPI flash/NFS
2. File transfer using tftp and loadb
3. SPI flash read/write/erase
4. Booting Linux kernel and RFS from SPI flash
Signed
Hi Prafulla,
Prafulla Wadaskar wrote:
> From: prafulla_wadaskar
>
> Chips supprted:-
> 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs
> 2. 88E6061 6 port fe swtich with 5 integrated PHYs
> 3. 88E1116 gbe transceiver
>
> Contributors:
> Yotam Admon
> Michael Blostein
> Signed-off-by: praful
Dear os user,
In message <34f262ce0904022344u6e27ad07g8263785dd36ac...@mail.gmail.com> you
wrote:
>
> I want to boot linux by a simplified bootloader. I use Atmel's ARM
> chip (AT91SAM9RL64EK board). Now, I can boot linux with my small
> program. The small program will parse the image generaed b
Dear Prafulla Wadaskar,
In message <1238759359-6544-1-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> This debug_prints strategy provides-
> A. pre-formatted debug and print macros to be used in a code
> B. flexiblility to enable selective debug prints without
>
Dear Prafulla Wadaskar,
In message <1238759359-6544-2-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> In some cases the u-boot.bin need to be processed further
> to create bootable u-boot binary from boot device
> This processing may be cpu,soc and/or board spcific
Dear rahan...@tataelxsi.co.in,
In message you wrote:
>
> What is the procedure for bringing an OS from uboot.? As uboot bringing
> Linux , it needs to bring an RTOS too.
The first step you are supposed to perform is reading the available
documentation (README, Manual).
Best regards,
Wolfgang
On Friday 03 April 2009 18:39:28 Prafulla Wadaskar wrote:
> --- a/net/eth.c
> +++ b/net/eth.c
> @@ -73,6 +73,7 @@ int board_eth_init(bd_t *bis) __attribute((weak,
> alias("__def_eth_init")));
>
> extern int mv6436x_eth_initialize(bd_t *);
> extern int mv6446x_eth_initialize(bd_t *);
> +extern int
Dear Prafulla Wadaskar,
In message <1238798370-9245-1-git-send-email-prafu...@marvell.com> you wrote:
> This is ARM v5TE-compliant processor core with
> MMU and L1/L2 Cache
>
> Signed-off-by: prafulla_wadaskar
> Reviewed by: Ronen Shitrit
> ---
> cpu/arm926ejs/start.S |5 +
> 1 files c
Dear Prafulla Wadaskar,
In message <1238798370-9245-5-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> This is Marvell's 88F6281_A0 based custom board developed
> for wireless access point product
>
> This patch is tested for-
> 1. Boot from DRAM/SPI flash/NFS
> 2.
Is there support in the 2009.03 version of U-boot to allow writing a
YAFFS image created by mkyaffs2image to NAND, including the meta-data in
the OOB?
Looking over the nand write/read commands, they look to ignore the OOB
data interleaved in the image (i.e. 2048+16 bytes per page for
large-block N
Peter Barada wrote:
> Is there support in the 2009.03 version of U-boot to allow writing a
> YAFFS image created by mkyaffs2image to NAND, including the meta-data in
> the OOB?
Not that I know of (unless something in cmd_yaffs2.c can do it).
> Looking over the nand write/read commands, they look
Prafulla Wadaskar wrote:
> From: prafulla_wadaskar
>
> Contributors:
> Yotam Admon
> Michael Blostein
> Signed-off-by: prafulla_wadaskar
> Reviewed by: Ronen Shitrit
> ---
>
> diff --git a/net/eth.c b/net/eth.c
> index 4bbf84b..77fa8a5 100644
> --- a/net/eth.c
> +++ b/net/eth.c
> @@ -73,6
Dear Prafulla Wadaskar,
In message <1238798370-9245-2-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> Kirkwood family controllers are highly integrated SOCs
> based on Feroceon-88FR131/Sheeva-88SV131 cpu core.
>
> SOC versions supported:-
> 1) 88F6281-Z0 defi
Dear Prafulla Wadaskar,
In message <1238798370-9245-4-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> Chips supprted:-
> 1. 88E61XX 6 port gbe swtich with 5 integrated PHYs
> 2. 88E6061 6 port fe swtich with 5 integrated PHYs
> 3. 88E1116 gbe transceiver
>
> Contri
Dear Prafulla Wadaskar,
In message <1238798370-9245-3-git-send-email-prafu...@marvell.com> you wrote:
> From: prafulla_wadaskar
>
> Contributors:
> Yotam Admon
> Michael Blostein
> Signed-off-by: prafulla_wadaskar
> Reviewed by: Ronen Shitrit
...
> diff --git a/cpu/arm926ejs/kirkwood/Makefi
Hello everybody
in message <200904020716.34368.vap...@gentoo.org> Mike Frysinger wrote:
>
> can we shorten/elongate (doesnt matter to me) the next release process ? the
> original time frame was picked so as to not overlap with the linux kernel,
> but
> the current merge window did exactly tha
In message <1238686269-30075-1-git-send-email...@denx.de> I wrote:
> From: Wolfgang Denk
>
> Announce removal of all non-GPL or GPL-incompatible files
> after August 2009.
>
> Signed-off-by: Wolfgang Denk
> ---
> doc/feature-removal-schedule.txt | 14 ++
> 1 files changed, 14 ins
In message <1238621652-2984-1-git-send-email...@denx.de> I wrote:
> According to the doc/feature-removal-schedule.txt, the "autoscr"
> command will be replaced by the "source" command in approximately 6
> months from now.
>
> This patch prepares this change and starts a 6 month transition
> period
Dear Ben Warren,
In message <49d5338c.1050...@gmail.com> you wrote:
>
> > Could you please do an additional try to apply the patch produced
> > with git-format-patch. I hope it is OK now.
> >
> I tried to apply it but it didn't work, but this isn't my usual
> computer. I'll try on my other
Hi Ben,
On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote:
>
> I tried to apply it but it didn't work, but this isn't my usual computer.
> I'll try on my other machine tonight. BTW - what mailer are you using?
>
I used Firefox as front-end web interface to communicate with gmail
server - the on
PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
Signed-off-by: Scott Wood
---
cpu/mpc8260/pci.c|2 ++
include/configs/MPC8260ADS.h | 19 ++-
2 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/cpu/mpc8260/pci.c b/cpu/mpc8260/pci.c
index f1e9bb4.
This is required so that the MAC address will be updated in the device tree.
Signed-off-by: Scott Wood
---
include/configs/MPC8260ADS.h |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/configs/MPC8260ADS.h b/include/configs/MPC8260ADS.h
index 088df8b..de6a3e3 100
The patch fixes the bug of partial initialization of global network
parameters.
Upon u-boot's start up the first ping command causes a failure of the
consequent TFTP command. It happens in the recently added mechanism of
the NetLoop initialization where initialization of global network
parameters
PCI on PQ2FADS is very similar to PCI on MPC8272ADS.
Signed-off-by: Scott Wood
---
Removed an inadvertent change to an 8272ads ifdef.
cpu/mpc8260/pci.c|2 ++
include/configs/MPC8260ADS.h | 17 +
2 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/c
Dear Michael & Ben,
In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you
wrote:
>
> I used Firefox as front-end web interface to communicate with gmail
> server - the only option I have at my work place. It obviously caused
> the problem. The http://kerneltrap.org/Linux/E
Synopsis: [U-Boot][PATCH] NetLoop initialization bug
Responsible-Changed-From-To: patch-coord->gu-net
Responsible-Changed-By: wd
Responsible-Changed-When: Fri, 03 Apr 2009 22:31:14 +0200
Responsible-Changed-Why:
Assigned to Ben
___
U-Boot mailing lis
The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
Wolfgang Denk (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-nand-flash.git master
Scott Wood (1):
Noisily disable the legac
Dear Detlev,
In message you wrote:
>
> Attached is a patch which fixes this fallout and starts a round of
> cleanups.
Please submit patches inline, not as attachments!
> Subject: [PATCH] Rename common ns16550 constants with UART_ prefix to prevent
> conflicts
>
> Fix problems introduced in co
Dear Jerry Van Baren,
In message <49d58bcf.6020...@gmail.com> you wrote:
> Dear Wolfgang,
>
> Please pull git://git.denx.de/u-boot-fdt.git master. These are bugfixes
> from dtc/libfdt and resynchronizes us.
>
> Thanks,
> gvb
>
> The following changes since commit ed9953d6903c9673135a96ae1644f
Hi Michael,
Michael Zaidman wrote:
> Hi Ben,
>
> On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren wrote:
>
>> I tried to apply it but it didn't work, but this isn't my usual computer.
>> I'll try on my other machine tonight. BTW - what mailer are you using?
>>
>>
> I used Firefox as front-en
Wolfgang Denk wrote:
> Dear Michael & Ben,
>
> In message <660c0f820904031320s392b010bx8796823194bcd...@mail.gmail.com> you
> wrote:
>
>> I used Firefox as front-end web interface to communicate with gmail
>> server - the only option I have at my work place. It obviously caused
>> the problem.
Dear Mike Frysinger,
In message <1238779289-6054-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-arm
>
> are available in the git reposi
The patch fixes the bug of partial initialization of global network
parameters.
Upon u-boot's start up the first ping command causes a failure of the
consequent TFTP command. It happens in the recently added mechanism of
the NetLoop initialization where initialization of global network
parameters
Dear Mike Frysinger,
In message <1238779336-6138-1-git-send-email-vap...@gentoo.org> you wrote:
> The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-arm
>
> are available in the git reposi
Dear Scott Wood,
In message <20090403203311.ga9...@ld0162-tx32.am.freescale.net> you wrote:
> The following changes since commit dfc91c33957c95da34e3888dc87912d5c15a7603:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-arm
>
> are available in the git repository
Hi Ben,
Ben Warren wrote:
> Hi Michael,
>
> Michael Zaidman wrote:
>>
>> Hi Ben,
>>
>> On Fri, Apr 3, 2009 at 12:52 AM, Ben Warren
>> wrote:
>>
>>>
>>> I tried to apply it but it didn't work, but this isn't my usual computer.
>>> I'll try on my other machine tonight. BTW - what mailer are you u
Dear Magnus Lilja,
In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you wrote:
> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and
> MC13873 RTC support is enabled by this patch.
>
> Booting from NAND is not supported yet so U-boot relies on some other
Dear Ilko Iliev,
In message <12260566511023-git-send-email-il...@ronetix.at> you wrote:
> This patch adds support for the PM9261 board of Ronetix GmbH (www.ronetix.at)
>
> Signed-off-by: Ilko Iliev
> ---
> MAKEALL |1 +
> Makefile
Dear Stefan Althoefer,
In message <49384735.jeywxlj6p3fgt8ht%stefan.althoe...@web.de> you wrote:
> [PATCH] IXP425: Add new IXP425 board emPC-A400
>
> This patch adds support for the emPC-A400 CPU board from
> Janz Automationssysteme. It will also apply to some
> of the Janz emVIEW displays which
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1229198885-24298-1-git-send-email-plagn...@jcrosoft.com> you wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD
>
> diff --git a/include/configs/integratorap.h b/include/configs/integratorap.h
> index 6ce3b4d..d7f617f 100644
> --- a/includ
Dear Ben,
In message Stefan Althoefer wrote:
> Hi,
>
> I found that IXP425 (big endian ARM) did not work with e1000 network
> driver. The reason is broken access to controller registers.
>
> I get it working with this patch:
>
>
> --- a/drivers/net/e1000.c
> +++ b/drivers/net/e1000.c
Dear Michael Roth,
In message <1233929554-11483-3-git-send-email-mr...@nessie.de> you wrote:
> In reality there are only three usarts on at91 SoC and one serial
> debug port called DBGU which is a reduced functionality usart.
>
> For reasons of clarity and consistency the prefix USART is maintain
Dear Jean-Christophe & Remy,
In message <1236684053-21368-1-git-send-email-vivek.ku...@azingo.com> Vivek
Kutal wrote:
> This Patch adds Support for PXA27X UDC.
>
> Signed-off-by: Vivek Kutal
> ---
> Resinding after doing the changes suggested by Kim.
>
> drivers/serial/usbtty.h
Dear Michal,
In message <4981658c.7070...@monstr.eu> you wrote:
>
> > I'm really sorry for taking so long getting to this. Mostly little things:
>
> it's ok you are busy guy. I removed uninteresting part of code.
> I added all your reported things to u-boot-microblaze.git net branch.
> Thanks fo
Wolfgang Denk wrote:
> Dear Ben,
>
> In message Stefan Althoefer wrote:
>
>> Hi,
>>
>> I found that IXP425 (big endian ARM) did not work with e1000 network
>> driver. The reason is broken access to controller registers.
>>
>> I get it working with this patch:
>>
>>
>> --- a/drivers/net
Dear unsik Kim,
In message <49a210ac.3080...@gmail.com> you wrote:
>
> From 53292a06d57fcd93fa508c5c698bca5b60a19691 Mon Sep 17 00:00:00 2001
> From: unsik Kim
> Date: Wed, 18 Feb 2009 14:31:49 +0900
> Subject: [PATCH 09/13] Initial mflash support
>
> Mflash is fusion memory device mainly target
Dear unsik Kim,
In message <1235529084-5499-1-git-send-email-donar...@gmail.com> you wrote:
> Mflash is fusion memory device mainly targeted consumer eletronic and
> mobile phone.
> Internally, it have nand flash and other hardware logics and supports
> some different operation (ATA, IO, XIP) mode
Dear Jean-Christophe PLAGNIOL-VILLARD,
In message <1235453714-5143-1-git-send-email-plagn...@jcrosoft.com> you wrote:
> introduce 3 new weak functions board_bdinfo, cpu_bdinfo and soc_bdinfo to
> allow
> board, cpu and soc to print more information
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VIL
Hi all,
The following patches add NAND boot support for the i.MX31. I have
cleaned up Maxim Artamonov's latest patch (which was for the phyCORE
module) and also added i.MX31 PDK support.
The series applies on top of Wolfgang's main tree as of yesterday.
The original NAND SPL patch has been sp
---
.gitignore |1 +
nand_spl/.gitignore |7 +++
2 files changed, 8 insertions(+), 0 deletions(-)
create mode 100644 nand_spl/.gitignore
diff --git a/.gitignore b/.gitignore
index e13fc96..6c7406d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@
/u-boot.ldr.srec
Add support for Freescale's i.MX31 PDK board (a.k.a. 3 stack board).
This patch assumes that some other program performs the actual
NAND boot.
---
MAKEALL |1 +
Makefile|3 +
board/freescale/mx31pdk/Makefile| 53 +++
This patch is the phycore part of Maxim Artamonov's NAND SPL on phycore
patch.
The note below is from the original patch.
Note: By default, Phytec phyCORE-i.MX31 board (pcm-037 and pcm-970)
is not suitable for nand-bootloading, because of SW5 switchers
block haven't appropriate modes (8-bit, 2k p
This patch adds the NAND SPL framework needed to boot i.MX31 boards
from NAND.
The patch is based on the work by Maxim Artamonov
(which was signed-off-by him).
--
Changes since V3 (original author's latest post):
* Updated to apply on the main U-boot tree as of 2009-04-02
* Split the patch
---
MAKEALL |3 +-
Makefile|7 ++
board/freescale/mx31pdk/config.mk |4 +
board/freescale/mx31pdk/lowlevel_init.S | 93 +++
board/freescale/mx31pdk/u-boot-nand.lds | 33
Dear Ben,
In message <49a4d6bc.3010...@renesas.com> Yoshihiro Shimoda wrote:
> Fix the problem that cannot access actual data when CPU data cache enabled.
>
> Signed-off-by: Yoshihiro Shimoda
> ---
> drivers/net/rtl8169.c | 11 ++-
> 1 files changed, 10 insertions(+), 1 deletions(-)
Dear Ben,
In message <49a641e4.8000...@denx.de> you wrote:
> [PATCH v2] netloop: updates for NetLoop
>
> Fix some issues introduced from commit:
> 2f70c49e5b9813635ad73666aa30f304c7fdeda9
> suggested by Mike Frysinger.
>
> - added some comment for the env_id variable in common_cmd_nvedit.c
> - m
Magnus Lilja wrote:
> diff --git a/nand_spl/.gitignore b/nand_spl/.gitignore
> new file mode 100644
> index 000..af5f02b
> --- /dev/null
> +++ b/nand_spl/.gitignore
> @@ -0,0 +1,7 @@
> +# NAND-SPL files
> +/u-boot-spl
> +/u-boot-spl-aligned.bin
> +/u-boot-spl.bin
> +/u-boot-spl.map
> +/board/im
Dear Peter Tyser,
In message
<774d4e517995c43614a1b3870814d6e5829ab6c3.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile | 153
>
> 1 files changed, 77 insertions(+), 76 deletions(-)
App
Dear Peter Tyser,
In message
<2e1eea15f282ac75853cd510fa4301e3f0763e75.1236207433.git.pty...@xes-inc.com>
you wrote:
> Split variable declarations into multiple lines and use the standard
> VAR-y convention. This should more easily allow conditional
> compilation of files in the future.
>
> Si
Wolfgang,
2009/4/3 Wolfgang Denk :
> Dear Magnus Lilja,
>
> In message <1224746663-12321-2-git-send-email-lilja.mag...@gmail.com> you
> wrote:
>> Add support for the Freescale i.MX31 PDK (a.k.a 3DS) board. Ethernet and
>> MC13873 RTC support is enabled by this patch.
>>
>> Booting from NAND is no
Dear Peter Tyser,
In message
<22a383f60a66b6c9baa54dcc1766b3ebde62c873.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile | 107
> +---
> 1 files changed, 55 insertions(+), 52 deletions(-)
App
Dear Peter Tyser,
In message
<1939e61f7ae1d5fd4133207ca9935bdfde54d448.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Sof
Dear Peter Tyser,
In message
<843a50a7133b20d731e1fb154c749c6d8e701b3a.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Sof
Dear Peter Tyser,
In message
<7b401d04ef4d44513d04fe514d5919b59527ca85.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile |7 ++-
> 1 files changed, 2 insertions(+), 5 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX
Dear Peter Tyser,
In message
<14dd76717b4b634d3860b9d7759726e52a9d455d.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Sof
Dear Peter Tyser,
In message
you wrote:
> Signed-off-by: Peter Tyser
> ---
> tools/Makefile |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Mun
Dear Peter Tyser,
In message
<2b3b8ecc973665b7f706c787318cef12d035ae57.1236207433.git.pty...@xes-inc.com>
you wrote:
> Signed-off-by: Peter Tyser
> ---
> doc/README.NetConsole |6 ++
> tools/Makefile|1 +
> 2 files changed, 3 insertions(+), 4 deletions(-)
Applied, thanks.
Dear Mike Frysinger,
In message <200903041853.05083.vap...@gentoo.org> you wrote:
>
> On Wednesday 04 March 2009 18:33:00 Peter Tyser wrote:
> > Replace random()/srandom() use with rand()/srand() to support
> > compilation with the mingw toolchain
>
> i'd add to the changelog that in general, the
Dear Peter Tyser,
In message
<0bca9a93be63621ee791be20c6bd1c33495af517.1236207433.git.pty...@xes-inc.com>
you wrote:
> Replace random()/srandom() use with rand()/srand() to support
> compilation with the mingw toolchain
>
> Signed-off-by: Peter Tyser
> ---
> tools/gen_eth_addr.c |6 +++---
1 - 100 of 141 matches
Mail list logo