Signed-off-by: David Saada <[EMAIL PROTECTED]>
> diff -purN drivers/qe/uec.c.orig drivers/qe/uec.c
--- drivers/qe/uec.c.orig 2008-01-14 11:48:28.0 +0200
+++ drivers/qe/uec.c2008-01-15 09:42:59.11887 +0200
@@ -40,8 +40,13 @@ static uec_info_t eth1_uec_info = {
Hi,
I need some help because I want to use an eMMC of 4GB but my U-Boot (1.1.5)
see it but can't use it... So I think it is a problem with "Max read data
block length" but I don't know what I can change in the code ...
Have somebody already try this?
Could you help me please?
Thanks in advance,
Re
Kim,
Could you clean up the warning in 83xx current tree?
Thanks,
Dave
mpc8360emds.c: In function 'ft_board_setup':
mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer
from pointer without
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/io.h | 22 --
1 files changed, 8 insertions(+), 14 deletions(-)
diff --git a/include/asm-m68k/io.h b/include/asm-m68k/io.h
index 91d7592..33c454a 100644
--- a/include/asm-m68k/io.h
+++ b/include/asm-m68k/io
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
board/freescale/m5373evb/Makefile | 44 +
board/freescale/m5373evb/config.mk | 25 +++
board/freescale/m5373evb/m5373evb.c | 88 ++
board/freescale/m5373evb/mii.c | 306 +++
board/freesca
Definition update and change from 16bit to 32bit
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
board/freescale/m5329evb/nand.c |4 ++--
include/configs/M5329EVB.h |8
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/board/freescale/m5329evb/nand.c b/board
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |3 +-
Makefile | 10 ++
cpu/mcf532x/cpu.c | 20 +++-
doc/README.m5373evb | 334 +
i
Add CF specific modules header files
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/coldfire/crossbar.h | 79 +
include/asm-m68k/coldfire/dspi.h | 156 +
include/asm-m68k/coldfire/edma.h | 177
incl
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
cpu/mcf5445x/cpu_init.c |1 -
cpu/mcf5445x/pci.c | 61 --
cpu/mcf5445x/start.S| 25 ++---
include/asm-m68k/immap.h|8 +++---
include/asm-m68k/m5445x.h |
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/immap_5445x.h | 521
include/asm-m68k/m5445x.h | 302 +---
2 files changed, 46 insertions(+), 777 deletions(-)
diff --git a/include/asm-m68k/immap_5445x.h b/inc
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/immap_5329.h | 193 +---
include/asm-m68k/m5329.h | 281 -
2 files changed, 6 insertions(+), 468 deletions(-)
diff --git a/include/asm-m68k/immap_5329.h b/in
Add CF specific modules header files
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/coldfire/crossbar.h | 79 +
include/asm-m68k/coldfire/dspi.h | 156 +
include/asm-m68k/coldfire/edma.h | 177
incl
> > fsl_spi.h might be a bit too general? How about non-8xxx Freescale
> > processors?
> > f
> >
> The naming convention was modeled after 'fsl_i2c', which surely isn't
> universal to all Freescale I2C controllers either. In Linux, this
> driver is called 'mpc83xx', which we've learned here i
On Mon, 2008-01-14 at 19:24 +0200, David Saada wrote:
> Description:
David,
You may delete the 'Description' in commit log
> This patch extends the number of supported UECs to 4. Note that the
> problem of QE thread resources exhaustion is resolved by setting the
> correct number of QE threads a
Guennadi,
> At least this patch seems line-wrapped to me. Above is just one
example.
Will change to git-send-email, that should take care of it.
>Is this really the correct comment here? I see the code is copied
>from lib_m68k/time.c. Isn't lib_m68k going to be linked with this
>board? Won't
Wolfgang,
I created a coldfire folder under asm-m68k, 6 modules were relocated to
the new directory. I re-send some of the patches.
Do I have to resubmit all the patches or just the affected patches from
the changes?
Regards,
TsiChung
-Original Message-
From: [EMAIL P
OneNAND: Separate U-Boot dependent code from OneNAND
Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]>
---
diff --git a/drivers/mtd/onenand/Makefile b/drivers/mtd/onenand/Makefile
index 2049413..92074b2 100644
--- a/drivers/mtd/onenand/Makefile
+++ b/drivers/mtd/onenand/Makefile
@@ -25,7 +25,7 @@ i
In message <[EMAIL PROTECTED]> you wrote:
>
> > I have kept the small version of the mach-types.h patch to fir the list size
> > limit - the full version of the patch, with mach-types.h generated from the
> > current ARM machine database, is at:
> >
> > http://www.schwingen.org/actux.diff
> >
> >
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |3 +-
Makefile | 10 ++
cpu/mcf532x/cpu.c | 20 +++-
doc/README.m5373evb | 334 +
i
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
board/freescale/m5373evb/Makefile | 44 +
board/freescale/m5373evb/config.mk | 25 +++
board/freescale/m5373evb/m5373evb.c | 88 ++
board/freescale/m5373evb/mii.c | 306 +++
board/freesca
On 09:02 Mon 14 Jan , Michael Schwingen wrote:
> Hi,
>
> 2nd resend of the previous patch set with formatting fixed (hopefully).
>
> The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
> files that
> contain changes for multiple boards, the board-specific files follo
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/immap_5445x.h | 521
include/asm-m68k/m5445x.h | 302 +---
2 files changed, 46 insertions(+), 777 deletions(-)
diff --gi
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/immap_5329.h | 193 +---
include/asm-m68k/m5329.h | 281 -
2 files changed, 6 insertions(+), 468 deletions(-)
diff --
missing migration from "Cleanup of some init functions"
in c837dcb1a316745092567bfe4fb266d0941884ff
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
diff --git a/board/xsengine/xsengine.c b/board/xsengine/xsengine.c
index 23d56c4..65923e9 100644
--- a/board/xsengine/xsengine.c
From: TsiChungLiew <[EMAIL PROTECTED]>
Add CF specific modules header files
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/coldfire/crossbar.h | 79 +
include/asm-m68k/coldfire/dspi.h | 156 +
include/asm-m68k/coldfire/edma.h |
On Mon, 14 Jan 2008 09:01:40 -0600 (CST)
Kumar Gala <[EMAIL PROTECTED]> wrote:
>
> Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
> ---
> board/freescale/mpc8313erdb/Makefile |2 +-
> board/freescale/mpc8349itx/Makefile |2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
applied
On Mon, 14 Jan 2008 09:41:14 +0530 (IST)
Poonam_Aggrwal-b10812 <[EMAIL PROTECTED]> wrote:
> From: Poonam Aggrwal <[EMAIL PROTECTED]>
>
> These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
> DDR configuration in u-boot code. Some are related to performance, some
> affect sta
On Sat, 12 Jan 2008 13:24:14 -0500
Jerry Van Baren <[EMAIL PROTECTED]> wrote:
> The isdram command prints out decoded information the "serial presence
> detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
> debugging memory configuration problems.
>
> Signed-off-by: Gerald Van B
On Fri, 11 Jan 2008 18:48:24 +0800
Dave Liu <[EMAIL PROTECTED]> wrote:
> The features list:
> - Boot from NOR Flash
> - DDR2 266MHz hardcoded configuration
> - Local bus NOR Flash R/W operation
> - I2C, UART, MII and RTC
> - eTSEC0/1 support
> - PCI host
>
> Signed-off-by: Dave Liu <[EMAIL PROTEC
On Fri, 11 Jan 2008 18:46:50 +0800
Dave Liu <[EMAIL PROTECTED]> wrote:
> The TSEC emergency priority definition of 831x/837x
> is different than the definition of 834x in SPCR register.
>
> Add the other config of TSEC emergency priority into
> cpu_init.c
>
> Signed-off-by: Dave Liu <[EMAIL PROT
On Fri, 11 Jan 2008 04:23:11 -0700
"Liu Dave" <[EMAIL PROTECTED]> wrote:
> Sorry, have one typo in the commit log
>
> Kim, could you help me change from MPC8360ERDB to MPC8360ERDK manually?
>
fixed and applied.
Thanks,
Kim
--
use tree passed to us in local blob, not global fdt.
Also use fdt_path_offset to convert to relative offset, since absolute
reference is needed to check for rgmii-id mode string value.
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
---
board/freescale/mpc8360emds/mpc8360emds.c | 24 ++
On Mon, Jan 14, 2008 at 10:38:55PM +0100, Jean-Christophe PLAGNIOL-VILLARD
wrote:
> diff --git a/include/configs/xsengine.h b/include/configs/xsengine.h
> index 766617e..d167e01 100644
> --- a/include/configs/xsengine.h
> +++ b/include/configs/xsengine.h
> @@ -33,7 +33,7 @@
> #define CONFIG_XSENG
missing migration from "Cleanup of some init functions"
in c837dcb1a316745092567bfe4fb266d0941884ff
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
diff --git a/board/xsengine/xsengine.c b/board/xsengine/xsengine.c
index 23d56c4..65923e9 100644
--- a/board/xsengine/xsengine.c
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
diff --git a/board/ixdp425/ixdp425.c b/board/ixdp425/ixdp425.c
index 2a33d6d..e0d7637 100644
--- a/board/ixdp425/ixdp425.c
+++ b/board/ixdp425/ixdp425.c
@@ -38,11 +38,6 @@ DECLARE_GLOBAL_DATA_PTR;
/*
* Miscelaneous platform dep
On Mon, 14 Jan 2008, Dirk Behme wrote:
Aha! Here it is... :)
>
> For NAND erase sizes smaller than one NAND erase block, erase percentage
> output becomes grater than 100% e.g.
>
> -- cut --
> > nand info
> Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
> > nand erase 0x10 0x2000
> NAND
Liew Tsi Chung wrote:
> Ben,
>
> Yes. I agree the function name is not very descriptive. Will
> mcdmafec_initialize() work (mcdma - multi-channel dma)? I can't name it
> specific to coldfire, because this driver will also work on MPC8220.
>
> Regards,
> TsiChung
>
>
>
Sure, that's b
Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
cpu/arm926ejs/start.o: In function `cpu_init_crit':
.../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]>
---
cpu/arm926ejs/start.S |5 +++--
1 files changed, 3 insertions(+),
Jon Loeliger wrote:
> On Sat, 2008-01-12 at 12:24, Jerry Van Baren wrote:
>
>> Hi Kim,
>>
>> The isdram command is controlled separately from the rest of the i2c
>> commands (CONFIG_CMD_I2C + CONFIG_CMD_SDRAM). I did this originally
>> because the isdram command was arguably a memory consuming lu
Fix incorrect address test in AT91F_DataflashSelect().
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]>
---
drivers/mtd/dataflash.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/mtd/dataflash.c b/drivers/mtd/dataflash.c
index 4084ff7..2421407 100644
--- a/drivers
Use a structure instead of the error prone unnamed array to
define the possible dataflash banks.
Signed-off-by: Stelian Pop <[EMAIL PROTECTED]>
---
drivers/mtd/dataflash.c | 31 ++-
1 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/drivers/mtd/datafla
For NAND erase sizes smaller than one NAND erase block, erase
percentage output becomes grater than 100% e.g.
-- cut --
> nand info
Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
> nand erase 0x10 0x2000
NAND erase: device 0 offset 0x10, size 0x2000
Erasing at 0x10 -- 200% c
In message <[EMAIL PROTECTED]> you wrote:
> Moved some code to nestal/common/nm_bsp.c.
> Added support for the vxWorks EDR.
> Enable trace for Lauterbach, if present.
> Added support for POST.
...
> + if (mfspr(dbcr0) & 0x8000) { /* External debugger alive */
> + /* enable trace
Ben,
Yes. I agree the function name is not very descriptive. Will
mcdmafec_initialize() work (mcdma - multi-channel dma)? I can't name it
specific to coldfire, because this driver will also work on MPC8220.
Regards,
TsiChung
> diff --git a/net/eth.c b/net/eth.c
> index 5d9e9c1..
In message <[EMAIL PROTECTED]> you wrote:
> Added some routines used by all Netstal boards nm_show_print and
> common_misc_init_r and the very specific code to handle our SW installation
> procedure (set_params_for_sw_install).
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> board/n
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/mtd/nand/fsl_upm.c | 68 +++
include/linux/mtd/fsl_upm.h |3 ++
2 files changed, 20 insertions(+), 51 deletions(-)
diff --git a/drivers/mtd/nand/fsl_upm.c b/drivers/mtd/nand/fsl_upm.c
in
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
board/freescale/mpc8360erdk/Makefile |2 +-
board/freescale/mpc8360erdk/nand.c | 75 ++
include/configs/MPC8360ERDK.h| 24 +++
3 files changed, 100 insertions(+), 1 deletions(-)
creat
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/mtd/nand/Makefile |2 +
drivers/mtd/nand/fsl_upm.c | 201 +++
include/linux/mtd/fsl_upm.h | 39
3 files changed, 242 insertions(+), 0 deletions(-)
create mode 100644 drivers/
On Thu, Jan 10, 2008 at 06:31:06PM +0100, Stefan Roese wrote:
> On Wednesday 09 January 2008, Anton Vorontsov wrote:
> > Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
>
> This seems to be based on the current NAND infrastructure. You might have
> noticed that I'm trying right now to merge th
On Sat, 2008-01-12 at 12:24, Jerry Van Baren wrote:
> Hi Kim,
>
> The isdram command is controlled separately from the rest of the i2c
> commands (CONFIG_CMD_I2C + CONFIG_CMD_SDRAM). I did this originally
> because the isdram command was arguably a memory consuming luxury.
> Luxuries tend to bec
Andy Fleming wrote:
> On Jan 11, 2008 4:45 AM, Dave Liu <[EMAIL PROTECTED]> wrote:
>
>> Add the support of RealTek RTL8211B PHY, the RTL8211B
>> PHY only supports RGMII and MII mode.
>>
>> Signed-off-by: Dave Liu <[EMAIL PROTECTED]>
>>
>
> Ok, Dave confirmed that this code is needed for thi
Jerry Van Baren wrote:
> Stefan Roese wrote:
>> Hi Jerry,
>>
>> On Monday 14 January 2008, Jerry Van Baren wrote:
>
> [snip]
Hi Stefan and Jerry,
I just sent a response to Jerry's original e-mail, before seeing these
comments.
>>> As you should have picked up by now, a sync (forcing all I/O to
Jerry Van Baren wrote:
> Larry Johnson wrote:
>> The ECC POST reported intermittent failures running after power-up on
>> the Korat PPC440EPx board. Even when the test passed, the debugging
>> output occasionally reported additional unexpected ECC errors.
>>
>> This refactoring had two main object
Description:
This patch extends the number of supported UECs to 4. Note that the
problem of QE thread resources exhaustion is resolved by setting the
correct number of QE threads according to Ethernet type (GBE or FE).
Signed-off-by: David Saada <[EMAIL PROTECTED]>
> diff -purN drivers/qe/uec.c
Stefan Roese wrote:
> Hi Jerry,
>
> On Monday 14 January 2008, Jerry Van Baren wrote:
[snip]
>> As you should have picked up by now, a sync (forcing all I/O to
>> complete) followed by eieio is silly - the eieio is superfluous. Seeing
>> syncs/isyncs/eieios sprinkled in code is an indication th
On Sunday 13 January 2008, Larry Johnson wrote:
> Signed-off-by: Larry Johnson <[EMAIL PROTECTED]>
Acked-by: Stefan Roese <[EMAIL PROTECTED]>
Wolfgang, will you pull this patch directly?
Best regards,
Stefan
=
DENX Software Eng
Has anyone had any success with or know of any resources
for booting VxWorks 6 using UBoot?
Please send replies to
[EMAIL PROTECTED]
--
This message was sent from a MailNull anti-spam account. You can get
your free account and take control over your email by visiting the
following URL.
Hi Jerry,
On Monday 14 January 2008, Jerry Van Baren wrote:
> Larry Johnson wrote:
> > The ECC POST reported intermittent failures running after power-up on
> > the Korat PPC440EPx board. Even when the test passed, the debugging
> > output occasionally reported additional unexpected ECC errors.
>
On Jan 11, 2008 4:45 AM, Dave Liu <[EMAIL PROTECTED]> wrote:
> Add the support of RealTek RTL8211B PHY, the RTL8211B
> PHY only supports RGMII and MII mode.
>
> Signed-off-by: Dave Liu <[EMAIL PROTECTED]>
Ok, Dave confirmed that this code is needed for this PHY.
Acked-by: Andy Fleming <[EMAIL PRO
Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
>
>> please put this into fsl_spi.h to reuse for different 8xxx family.
>>
>
> fsl_spi.h might be a bit too general? How about non-8xxx Freescale
> processors?
> f
>
The naming convention was modeled after 'fsl_i2c', which
On Monday 14 January 2008, Niklaus Giger wrote:
> Moved some code to nestal/common/nm_bsp.c.
> Added support for the vxWorks EDR.
> Enable trace for Lauterbach, if present.
> Added support for POST.
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> board/netstal/hcu5/Makefile |3 +
On Monday 14 January 2008, Niklaus Giger wrote:
> Added some routines used by all Netstal boards nm_show_print and
> common_misc_init_r and the very specific code to handle our SW installation
> procedure (set_params_for_sw_install).
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> bo
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
board/freescale/mpc8313erdb/Makefile |2 +-
board/freescale/mpc8349itx/Makefile |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/freescale/mpc8313erdb/Makefile
b/board/freescale/mpc8313erdb/Makefile
index a987e
On Monday 14 January 2008, Niklaus Giger wrote:
> Fixed an error in the Netstal specific code, where sometimes a flash was
> declared as not erased, even when it was.
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> board/netstal/common/hcu_flash.c | 10 +++---
> 1 files changed,
On Monday 14 January 2008, Niklaus Giger wrote:
> Various fixes. Reduced rom_size from 384 to 320 kB.
> Environment is now in flash.
> Added POST, support for OF.
I suggest to change this commit text into something like this:
- Various fixes
- Reduced rom_size from 384 to 320 kB
- Environment is
On Monday 14 January 2008, Niklaus Giger wrote:
> Various fixes. Reduced rom_size from 384 to 320 kB.
> Environment is now in flash.
> Added POST, support for OF.
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
> ---
> board/netstal/hcu4/config.mk |2 +-
> include/configs/hcu4.h |
On Monday 14 January 2008, Niklaus Giger wrote:
> post/cpu/ppc4xx/spr.c contained a few checks for registers only present
> for PPC440 and derivates processor.
>
> Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
After applying your patch via "git-am" I noticed the following log message
using "gi
Larry Johnson wrote:
> The ECC POST reported intermittent failures running after power-up on
> the Korat PPC440EPx board. Even when the test passed, the debugging
> output occasionally reported additional unexpected ECC errors.
>
> This refactoring had two main objectives: (1) minimize the code e
Moved some code to nestal/common/nm_bsp.c.
Added support for the vxWorks EDR.
Enable trace for Lauterbach, if present.
Added support for POST.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/hcu5/Makefile |3 +-
board/netstal/hcu5/README.txt |3 -
board/netstal/hcu5/h
Added some routines used by all Netstal boards nm_show_print and
common_misc_init_r and the very specific code to handle our SW installation
procedure (set_params_for_sw_install).
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/common/nm_bsp.c | 131 ++
Fixed an error in the Netstal specific code, where sometimes a flash was
declared as not erased, even when it was.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/common/hcu_flash.c | 10 +++---
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/board/netstal
Various fixes. Reduced rom_size from 384 to 320 kB.
Environment is now in flash.
Added POST, support for OF.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/hcu5/config.mk |2 +-
include/configs/hcu5.h | 61 +
2 files changed,
Various fixes. Reduced rom_size from 384 to 320 kB.
Environment is now in flash.
Added POST, support for OF.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
board/netstal/hcu4/config.mk |2 +-
include/configs/hcu4.h | 33 -
2 files changed, 21 inse
post/cpu/ppc4xx/spr.c contained a few checks for registers only present
for PPC440 and derivates processor.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
post/cpu/ppc4xx/spr.c |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/post/cpu/ppc4xx/spr.c b/post/cpu/pp
Am Montag 14 Januar 2008 13:20:24 schrieb Stefan Roese:
> Hi Niklaus,
>
> On Monday 14 January 2008, Niklaus Giger wrote:
> > I added POST (including POST_SPR) to my PPC440EPx based hcu5 board.
> >
> > After running I did see by executin "log show"
> > <..>
> > <4>POST spr The value of DVLIM speci
Hi Niklaus,
On Monday 14 January 2008, Niklaus Giger wrote:
> I added POST (including POST_SPR) to my PPC440EPx based hcu5 board.
>
> After running I did see by executin "log show"
> <..>
> <4>POST spr The value of DVLIM special register is incorrect: 0x
> <4>FAILED
>
> I close inspection
Hi
I added POST (including POST_SPR) to my PPC440EPx based hcu5 board.
After running I did see by executin "log show"
<..>
<4>POST spr The value of DVLIM special register is incorrect: 0x
<4>FAILED
I close inspection revealed that DVLIM is set to the correct value in
_start_440, but afte
> > David, I prefer to have two patch for this.
> > One is the CMD_MII support
> > The second is the extend UEC to 4.
> No problem. Will split the patch. Merging is on you though :)
> Regarding the MII support: This will include also a fix in the TSEC
> driver to enable it to address all MII addres
On Monday 14 January 2008, Matthias Fuchs wrote:
> I will update the DU440 patch tonight and also update the sequoia
> sources in the same manner. So Stefan can lean back :-)
/me leans back and keeps busy with other high priority stuff. :)
Thanks Matthias!
Best regards,
Stefan
=
> David, I prefer to have two patch for this.
> One is the CMD_MII support
> The second is the extend UEC to 4.
No problem. Will split the patch. Merging is on you though :)
Regarding the MII support: This will include also a fix in the TSEC
driver to enable it to address all MII addresses on the
On Mon, Jan 14, 2008 at 10:06:52AM +0100, Andreas Engel wrote:
> Move duplicated exception handling code into lib_arm.
Your patch is line wrapped, please fix it. Otherwise I'm happy with it.
(we probably do not need special do_fiq version for ixp)
ladis
--
I will update the DU440 patch tonight and also update the sequoia
sources in the same manner. So Stefan can lean back :-)
Matthias
On Monday 14 January 2008 10:45, Wolfgang Denk wrote:
> Dear Matthias,
>
> in message <[EMAIL PROTECTED]> you wrote:
> >
> > as you might have noticed the DU440 boa
In message <[EMAIL PROTECTED]> you wrote:
> The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad:
> Wolfgang Denk (1):
> ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
>
> are available in the git repository at:
>
> git://www.denx.de/git/u-boot-ppc4x
Move duplicated exception handling code into lib_arm.
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
cpu/arm1136/interrupts.c | 134 ---
cpu/arm720t/interrupts.c | 132 --
cpu/arm920t/interrupts.c | 134 -
Dear Matthias,
in message <[EMAIL PROTECTED]> you wrote:
>
> as you might have noticed the DU440 board is havily based on seuqoia code.
No, I wasn't aware of this.
> Nearly all of your comments apply to that board as well. I thought of the
> sequoia code as exemplary reference code. And I prefe
> Description: QE UEC: Add CMD_MII support, extend number of supported
> UECs to 4
David, I prefer to have two patch for this.
One is the CMD_MII support
The second is the extend UEC to 4.
> > diff -purN net/eth.c.orig net/eth.c
> --- net/eth.c.origWed Jan 2 13:39:04 2008
> +++ net/eth.c Thu
In message <[EMAIL PROTECTED]> you wrote:
> qe.c: In function 'qe_upload_firmware':
> qe.c:390: warning: pointer targets in passing argument 2
> uec.c: In function 'uec_initialize':
> uec.c:1236: warning: 'uec_info' may be used uninitialized
>
> Signed-off-by: Dave Liu <[EMAIL PROTECTED]>
Applied
On Mon, 03 Dec 2007 22:58:50 +0900
Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote:
> Add support for MS7720RP02 board.
>
> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
> CC: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> Makefile |8
> board/ms7720se/Makefile
On Mon, 03 Dec 2007 22:58:47 +0900
Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote:
> Add support for SH7720 in serial_sh driver.
>
> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
> CC: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> drivers/serial_sh.c | 26 --
> 1 fi
On Mon, 03 Dec 2007 22:58:45 +0900
Yoshihiro Shimoda <[EMAIL PROTECTED]> wrote:
> Add support Renesas SH3 and SH7720.
>
> Signed-off-by: Yoshihiro Shimoda <[EMAIL PROTECTED]>
> CC: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> cpu/sh3/Makefile| 49
> cpu/sh3/cache.c
The following changes since commit f43ad53908f1ea83a7c26c3505bbe84382e47aad:
Wolfgang Denk (1):
ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
are available in the git repository at:
git://www.denx.de/git/u-boot-ppc4xx.git master
Stefan Roese (1):
ppc4xx: Update Kil
Hi Wolfgang,
as you might have noticed the DU440 board is havily based on seuqoia code.
Nearly all of your comments apply to that board as well. I thought of the
sequoia code as exemplary reference code. And I prefer not to reformat comments
when copy and pasting from one board to another.
But if
This patch adds the AcTux-4 specific files.
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux4/Makefile b/board/actux4/Makefil
This patch adds the AcTux-3 specific files.
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux3/Makefile b/board/actux3/Makefil
Haavard Skinnemoen wrote:
> Hmm...I guess my compile tests didn't hit the CONFIG_CFI_FLASH_LEGACY
> case. Are there any boards that are actually using this in mainline?
>
Not yet. AcTux-4 will be, as soon as it is fit for inclusion.
cu
Michael
-
Hi,
2nd resend of the previous patch set with formatting fixed (hopefully).
The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
files that
contain changes for multiple boards, the board-specific files follow as
separate patches.
I have kept the small version of the mach
This patch adds the AcTux-1 specific files.
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux1/Makefile b/board/actux1/Makefile
new file mode 100644
index 000..a7e8322
--- /dev/null
+++ b/board/actux1/Makefile
@@ -0,0 +1,50 @@
+#
+# (C) Copyright 2000-2006
+# Wolf
This patch adds the AcTux-2 specific files.
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux2/Makefile b/board/actux2/Makefil
On Fri, 11 Jan 2008 22:06:30 +0100
[EMAIL PROTECTED] (Michael Schwingen) wrote:
> Not sure about the source of the problem, but the
> CONFIG_CFI_FLASH_LEGACY support seems to be broken - the code for
> flash_read_jedec_ids_intel and flash_read_jedec_ids_amd which are
> called in cfi_flash.c seems
u-boot user <[EMAIL PROTECTED]> writes:
> I have built the binary fw_printenv by using mtd-user.h from mtd-utils on
> the internet as it fw_printenv won't compile it without using that
> file. So
So you're obviously not using the newest version of U-Boot, what you
should. Make sure to read the up
100 matches
Mail list logo