On Tuesday 15 January 2008, Matthias Fuchs wrote:
> Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
Thanks.
One thing I don't like (anymore) though: You patch adds 2 newlines between the
functions. I prefer 1 empty line now. Could you please resend the patch with
only 1 newline between the fu
Move the initialization of the LAWs into C code and provide an API
to allow modification of LAWs after init.
Board code is responsible to provide a law_table and num_law_entries.
We should be able to use the same code on 86xx as well.
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
In my git
On 22:19 Tue 15 Jan , Ben Warren wrote:
> Jean-Christophe PLAGNIOL-VILLARD wrote:
>> allow to use a different server as set in serverip
>>
>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
>>
>> diff --git a/common/cmd_net.c b/common/cmd_net.c
>> index 21682c0..b86ca86 1006
rx_status on the memory is basically in LE, but needs to be handled in CPU
endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
it'll work fine.
Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]>
Cc: Masami Komiya <[EMAIL PROTECTED]>
Cc: Lucas Jin <[EMAIL PROTECTED]>
---
Current driver is meant for cache coherent systems. This patch adds
flush_cache() routines to support cache non-coherent systems.
Signed-off-by: Shinya Kuribayashi <[EMAIL PROTECTED]>
Cc: Masami Komiya <[EMAIL PROTECTED]>
Cc: Lucas Jin <[EMAIL PROTECTED]>
---
drivers/net/rtl8139.c |6 +-
"to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
does, the condition "(currticks() < to)" becomes invalid and immediately
leads to tx timeout error. This patch introduces the fine-graded udely(10)
loops to ease the impact of wrapping around.
Signed-off-by: Shinya Kuribaya
These patches fixes a tx timeout problem, and adds two improvements.
Lucas posted the similar patch around Oct 2007, but that was not checked
in at that time. This is the try #2. Please review, and if possible give
it a try.
Thanks,
Shinya
-
On Jan 15, 2008, at 7:13 AM, Joe Hamman wrote:
> Update sbc8641d reference board to use CONFIG_OF_LIBFDT.
>
> Signed-off by: Joe Hamman <[EMAIL PROTECTED]>
I tried to apply this and had some issues.. seems like the diff got
malformatted.
- k
-
System registers that are modified are the Arbiter Configuration
Register (ACR), the System Priority Control Register (SPCR), and the
System Clock Configuration Register (SCCR).
Signed-off by: Michael F. Reiss <[EMAIL PROTECTED]>
Signed-off by: Joe D'Abbraccio <[EMAIL PROTECTED]>
Signed-off-by: Ki
MPC837xERDB board support includes:
* DDR2 330MHz hardcoded (soldered on the board)
* Local Bus NOR Flash
* I2C, UART and RTC
* eTSEC RGMII (TSEC0 - RTL8211B with MII;
* TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
* load)
Signed-off-by: Kevin
hce wrote:
> On Jan 16, 2008 9:30 AM, Ben Warren <[EMAIL PROTECTED]> wrote:
>
>> hce wrote:
>>
>>> Hi,
>>>
>>> I am currently using a fixed tftp server and client IP address for
>>> booting from tftp, it works fine. I am wondering if the DHCP can be
>>> used or not for tftp booting, either
David Saada wrote:
>>> We have another source code repository (Synergy), and managing the
>>> source code with git is just not possible. I have posted many
>>> patches in
>>> the past using diff -purN, and there was never any problem.
>>>
>> Ok, maybe problem occur in my site.
>>
>> If Kim o
On Jan 16, 2008 9:30 AM, Ben Warren <[EMAIL PROTECTED]> wrote:
>
> hce wrote:
> > Hi,
> >
> > I am currently using a fixed tftp server and client IP address for
> > booting from tftp, it works fine. I am wondering if the DHCP can be
> > used or not for tftp booting, either for both TFTP server and
Hi Michael,
[EMAIL PROTECTED] wrote:
>> -Original Message-
>> From: Andy Fleming [mailto:[EMAIL PROTECTED]
>> Sent: 15 January 2008 16:56
>> To: Firth,MJC,Michael,DMJ R
>> Cc: [EMAIL PROTECTED]; u-boot-users@lists.sourceforge.net
>> Subject: Re: [U-Boot-Users] TSEC Ethernet driver patch -
Jean-Christophe PLAGNIOL-VILLARD wrote:
> allow to use a different server as set in serverip
>
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>
>
> diff --git a/common/cmd_net.c b/common/cmd_net.c
> index 21682c0..b86ca86 100644
> --- a/common/cmd_net.c
> +++ b/common/cmd_net.c
Tsi-Chung Liew wrote:
> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
> ---
> drivers/net/Makefile |1 +
> drivers/net/fsl_mcdmafec.c | 582
>
> net/eth.c |4 +
> 3 files changed, 587 insertions(+), 0 deletions(-)
> c
Timur,
Could you also remove it in the MPC8315ERDB.h in 83xx tree?
Thanks,
Dave
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf
> Of Tabi Timur
> Sent: 2008?1?16? 7:10 AM
> To: Phillips Kim; u-boot-users@lists.sourceforge.net
> Cc: Tabi Timur
> Subj
On 20:12 Tue 15 Jan , Michael Schwingen wrote:
>
> Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
>
> diff --git a/board/actux3/Makefile b/board/actux3/Makefile
> new file mode 100644
> index 000..f6168c3
> --- /dev/null
> +++ b/board/actux3/Makefile
> @@ -0,0 +1,50 @@
> +#
> +int d
On Tue, 2008-01-15 at 11:46, Nobuhiro Iwamatsu wrote:
> Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
> ---
> drivers/pcmcia/marubun_pcmcia.c |6 --
> 1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c
On Tue, 15 Jan 2008 10:59:35 -0600
Timur Tabi <[EMAIL PROTECTED]> wrote:
> Update 83xx platforms to create the 'firmware' node in the device tree if
> QE firmware was uploaded.
>
> Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
> ---
>
Again, I'd like to see the freescale QE firmware team distrib
Wolfgang,
>You probably want to rebase your poatches against current top of
>tree anyway, and for reviewing it would be easier, too, if
>youreposted the whole batch.
Done and resubmitted the patches. It is based on top of commit
5dd372a23d12003276dddf7f9604154fd522ae73
Thanks.
Regards,
TsiCh
On Tue, 15 Jan 2008 17:09:41 -0600
Timur Tabi <[EMAIL PROTECTED]> wrote:
> Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
> The inclusion of this line makes it impossible to enable debug code in
> other source files, because "#define DEBUG" typically needs to be defined
Ben,
> If your driver is in /drivers/net, its header shouldn't be in
> architecture-specific land. I'm not crazy about putting it in
> /drivers/net either, but that seems to be the norm so let's do
> that for now and maybe move it somewhere else later.
I prefer fec.h to stay in asm-m68k, and
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
CREDITS|2 +-
MAINTAINERS|2 +
MAKEALL|2 +
Makefile | 71 ++
README |1 +
doc/README.m5475evb| 279 +
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
board/freescale/m547xevb/Makefile | 44 +
board/freescale/m547xevb/config.mk | 25 +++
board/freescale/m547xevb/m547xevb.c | 115 +
board/freescale/m547xevb/mii.c | 322 +++
board/free
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/net/Makefile |1 +
drivers/net/fsl_mcdmafec.c | 582
net/eth.c |4 +
3 files changed, 587 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/fsl_mcdma
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_tasksInit.c | 247 +++
drivers/dma/Makefile| 46 +
include/MCD_dma.h | 386 +++
include/MCD_progCheck.h | 27 +++
include/MCD_tasksIni
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_dmaApi.c | 1026 ++
1 files changed, 1026 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/MCD_dmaApi.c
diff --git a/drivers/dma/MCD_dmaApi.c b/drivers/dma/MCD_dmaApi.c
new
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_tasks.c | 2428 +++
1 files changed, 2428 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/MCD_tasks.c
diff --git a/drivers/dma/MCD_tasks.c b/drivers/dma/MCD_tasks.c
new fi
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/m5227x.h | 796 +
1 files changed, 796 insertions(+), 0 deletions(-)
create mode 100644 include/asm-m68k/m5227x.h
diff --git a/include/asm-m68k/m5227x.h b/include/asm-m68k/m5227x.h
n
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
cpu/mcf547x_8x/Makefile | 48 ++
cpu/mcf547x_8x/config.mk| 31
cpu/mcf547x_8x/cpu.c| 143 +
cpu/mcf547x_8x/cpu_init.c | 132
cpu/mcf547x_8x/interrupts.c | 50 ++
cpu/mcf547x_
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
cpu/mcf5227x/Makefile | 48 ++
cpu/mcf5227x/config.mk | 31
cpu/mcf5227x/cpu.c | 75 +
cpu/mcf5227x/cpu_init.c| 146
cpu/mcf5227x/interrupts.c | 52 ++
cpu/m
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile |3 +
README|1 +
board/freescale/m52277evb/Makefile| 44 ++
b
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |3 +-
Makefile | 10 ++
cpu/mcf532x/cpu.c | 20 +++-
doc/README.m5373evb | 333 +
i
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
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_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
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
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
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
Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
The inclusion of this line makes it impossible to enable debug code in
other source files, because "#define DEBUG" typically needs to be defined
before any header files are included.
Signed-off-by: Timur Tabi <[EMAIL PROTEC
On 1/15/08, Kim Phillips <[EMAIL PROTECTED]> wrote:
> On Tue, 15 Jan 2008 15:21:09 -0600
> Jon Loeliger <[EMAIL PROTECTED]> wrote:
>
>
> > -COBJS:= sys_eeprom.o \
> > -pixis.o \
> > -pq-mds-pib.o \
> > -fsl_logo_bmp.o \
> > -fsl_diu_fb.o
> > +COBJS
Update 83xx platforms to create the 'firmware' node in the device tree if
QE firmware was uploaded.
Signed-off-by: Timur Tabi <[EMAIL PROTECTED]>
---
This patch provides parity between 83xx and 85xx (which already has this
feature).
cpu/mpc83xx/fdt.c |1 +
1 files changed, 1 insertions(+),
In message <[EMAIL PROTECTED]> you wrote:
>
> I am currently using a fixed tftp server and client IP address for
> booting from tftp, it works fine. I am wondering if the DHCP can be
> used or not for tftp booting, either for both TFTP server and client
> IP address or just for client IP address?
On Tue, 15 Jan 2008 15:21:09 -0600
Jon Loeliger <[EMAIL PROTECTED]> wrote:
> -COBJS:= sys_eeprom.o \
> -pixis.o \
> -pq-mds-pib.o \
> -fsl_logo_bmp.o \
> -fsl_diu_fb.o
> +COBJS:= pq-mds-pib.o
> +
> +COBJS-${CONFIG_ID_EEPROM}+= sys_eeprom.o
hce wrote:
> Hi,
>
> I am currently using a fixed tftp server and client IP address for
> booting from tftp, it works fine. I am wondering if the DHCP can be
> used or not for tftp booting, either for both TFTP server and client
> IP address or just for client IP address? If so, could you please gi
Signed-off-by: Matthias Fuchs <[EMAIL PROTECTED]>
---
board/amcc/sequoia/init.S|7 +-
board/amcc/sequoia/sequoia.c | 256 --
2 files changed, 124 insertions(+), 139 deletions(-)
diff --git a/board/amcc/sequoia/init.S b/board/amcc/sequoia/init.S
ind
Hi,
I am currently using a fixed tftp server and client IP address for
booting from tftp, it works fine. I am wondering if the DHCP can be
used or not for tftp booting, either for both TFTP server and client
IP address or just for client IP address? If so, could you please give
an example of how t
From: Andreas Engel <[EMAIL PROTECTED]>
Signed-off-by: Andreas Engel <[EMAIL PROTECTED]>
---
cpu/arm1136/interrupts.c | 134 --
cpu/arm720t/interrupts.c | 132 +--
cpu/arm920t/interrupts.c | 134 +--
cpu
In message <[EMAIL PROTECTED]> you wrote:
> Wolfgang Denk wrote:
> > Dear Dave,
> >
> > the QE UEC driver (in the top-of-tree version as of now) produces a
> > few compiler warnings:
> >
> > qe.c: In function 'qe_upload_firmware':
> > qe.c:390: warning: pointer targets in passing argument 2 of 's
In message <[EMAIL PROTECTED]> you wrote:
>
> The baseline was "Release v1.3.1" commit, I'll rebase to current HEAD
> as there are some conflicts with the latest commits.
thanks.
> But from the above it seems that you were attempting to apply patch
> 02/13 for which patch body was not posted to t
In message <[EMAIL PROTECTED]> you wrote:
>
> 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?
You probably want to
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
include/configs/ads5121.h | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/configs/ads5121.h b/include/configs/ads5121.h
index a4de552..ce458ae 100644
--- a/include/configs/ads5121.h
+++ b/include/confi
Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
---
include/commproc.h |2 ++
include/configs/TK885D.h |7 +--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/include/commproc.h b/include/commproc.h
index 6b1b4e8..32a3e1c 100644
--- a/include/commproc.h
+++ b/incl
dear all,
is there any one who has already worked on supporting AT49BV642DT
flash with at91rm9200dk.
i am going to work on that,as i need it for my project.
thanks & regards
vibi sreenivasan
-
This SF.net email is s
Tsi-Chung Liew wrote:
> Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
> ---
> include/asm-m68k/fec.h |7 +-
> include/asm-m68k/fsl_mcdmafec.h | 167 +
> include/asm-m68k/immap.h | 93 +++
> include/asm-m68k/immap_547x_8x.h | 297 ++
>
On Tue, 2008-01-15 at 15:19, Jon Loeliger wrote:
> Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
> Remove unused ethernet CONFIG_ options.
>
> Signed-off-by: Roy Zang <[EMAIL PROTECTED]>
> Acked-by: Jon Loeliger <[EMAIL PROTECTED]>
> ---
Bah. This patch is really
From: Ro
Convert the board/freescale/common/Makefile to use
CONFIG_* options to select which files to conditionally
compile into the board/freescale/common library rather
than conditionally compiling entire files.
Supports CONFIG_FSL_PIXIS and CONFIG_FSL_DIU_FB.
CONFIG_ID_EEPROM is introduced until CFG_ID
Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
Remove unused ethernet CONFIG_ options.
Signed-off-by: Roy Zang <[EMAIL PROTECTED]>
Acked-by: Jon Loeliger <[EMAIL PROTECTED]>
---
include/configs/MPC8610HPCD.h |7 ++-
1 files changed, 2 insertions(+), 5 deletions(-)
diff
> -Original Message-
> From: Andy Fleming [mailto:[EMAIL PROTECTED]
> Sent: 15 January 2008 16:56
> To: Firth,MJC,Michael,DMJ R
> Cc: [EMAIL PROTECTED]; u-boot-users@lists.sourceforge.net
> Subject: Re: [U-Boot-Users] TSEC Ethernet driver patch - RFC
>
> On Jan 9, 2008 2:26 PM, <[EMAIL P
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
board/freescale/m547xevb/Makefile | 44 +
board/freescale/m547xevb/config.mk | 25 +++
board/freescale/m547xevb/m547xevb.c | 115 +
board/freescale/m547xevb/mii.c | 322 +++
board/free
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
CREDITS|2 +-
MAINTAINERS|2 +
MAKEALL|2 +
Makefile | 71 ++
README |1 +
doc/README.m5475evb| 279 +
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_tasks.c | 2428 +++
1 files changed, 2428 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/MCD_tasks.c
diff --git a/drivers/dma/MCD_tasks.c b/drivers/dma/MCD_tasks.c
new fi
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_dmaApi.c | 1026 ++
1 files changed, 1026 insertions(+), 0 deletions(-)
create mode 100644 drivers/dma/MCD_dmaApi.c
diff --git a/drivers/dma/MCD_dmaApi.c b/drivers/dma/MCD_dmaApi.c
new
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/net/Makefile |1 +
drivers/net/fsl_mcdmafec.c | 582
net/eth.c |4 +
3 files changed, 587 insertions(+), 0 deletions(-)
create mode 100644 drivers/net/fsl_mcdma
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/fec.h |7 +-
include/asm-m68k/fsl_mcdmafec.h | 167 +
include/asm-m68k/immap.h | 93 +++
include/asm-m68k/immap_547x_8x.h | 297 ++
include/asm-m68k/m547x_8x.h |
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
drivers/dma/MCD_tasksInit.c | 247 +++
drivers/dma/Makefile| 46 +
include/MCD_dma.h | 386 +++
include/MCD_progCheck.h | 27 +++
include/MCD_tasksIni
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
cpu/mcf547x_8x/Makefile | 48 ++
cpu/mcf547x_8x/config.mk| 31
cpu/mcf547x_8x/cpu.c| 143 +
cpu/mcf547x_8x/cpu_init.c | 132
cpu/mcf547x_8x/interrupts.c | 50 ++
cpu/mcf547x_
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
cpu/mcf5227x/Makefile | 48 ++
cpu/mcf5227x/config.mk | 31
cpu/mcf5227x/cpu.c | 75 +
cpu/mcf5227x/cpu_init.c| 146
cpu/mcf5227
actually polling for PHY autonegotiation to finish enables us to remove the
5 second boot prompt latency present on QE based boards.
call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
code shamelessly stolen fro
continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
Signed-off-by: Kim Phillips <[EMAIL PROTECTED]>
---
include/configs/MPC8323ERDB.h |2 +-
include/configs/MPC832XEMDS.h |2 +-
include/configs/MPC8360EMDS.h |2 +-
include/configs/MPC8360ERDK.h |2 +-
4 files changed,
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 has three main objectives: (1) minimize the code
executed with ECC enabled duri
Fixed it. It is in drivers/rtc/mcfrtc.c
Thanks.
Regards,
TsiChung
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux4/Makefile b/board/actux4/Makefile
new file mode 100644
index 000..845af93
--- /dev/null
+++ b/board/actux4/Makefile
@@ -0,0 +1,50 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, [EMAIL
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux1/Makefile b/board/actux1/Makefile
new file mode 100644
index 000..83611e7
--- /dev/null
+++ b/board/actux1/Makefile
@@ -0,0 +1,50 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, [EMAIL
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux3/Makefile b/board/actux3/Makefile
new file mode 100644
index 000..f6168c3
--- /dev/null
+++ b/board/actux3/Makefile
@@ -0,0 +1,50 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, [EMAIL
Signed-off-by: Michael Schwingen <[EMAIL PROTECTED]>
diff --git a/board/actux2/Makefile b/board/actux2/Makefile
new file mode 100644
index 000..37fd262
--- /dev/null
+++ b/board/actux2/Makefile
@@ -0,0 +1,50 @@
+#
+# (C) Copyright 2000-2006
+# Wolfgang Denk, DENX Software Engineering, [EMAIL
Hi,
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.
cu
Michael
Signed-off-by: Michael Schwingen <[
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |3 +-
Makefile | 10 ++
cpu/mcf532x/cpu.c | 20 +++-
doc/README.m5373evb | 333
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
MAINTAINERS |1 +
MAKEALL |1 +
Makefile |3 +
README|1 +
board/freescal
From: TsiChungLiew <[EMAIL PROTECTED]>
Signed-off-by: TsiChungLiew <[EMAIL PROTECTED]>
---
include/asm-m68k/m5227x.h | 796 +
1 files changed, 796 insertions(+), 0 deletions(-)
create mode 100644 include/asm-m68k/m5227x.h
diff --git a/include/asm-m68
On Tue, 15 Jan 2008, Stefan Roese wrote:
I totally agree. All those problems should be addressed first and all the
functionality must be restored before propagating it into the main branch.
> Hi All,
>
> On Saturday 05 January 2008, Stefan Roese wrote:
>> I just updated the master branch of the N
The following changes since commit 5dd372a23d12003276dddf7f9604154fd522ae73:
Wolfgang Denk (1):
Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx
are available in the git repository at:
git://www.denx.de/git/u-boot-sh.git/ master
Nobuhiro Iwamatsu (6):
sh: Add MS7720
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
drivers/pcmcia/marubun_pcmcia.c |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/drivers/pcmcia/marubun_pcmcia.c b/drivers/pcmcia/marubun_pcmcia.c
index 7b112af..2479a66 100644
--- a/drivers/pcmcia/marubun_pcmci
SH7710/SH7712 of SH3 CPU are supported.
SH771X is called SH-Ether, and has the Ether controller in CPU.
The driver of Ether is not included in this patch.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
drivers/serial/serial_sh.c | 31 ++---
include/asm-sh/cpu_sh3.h
This patch add the support of map_physmem() and unmap_physmem()
used with Common Flash Interface(CFI) driver.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
include/asm-sh/io.h | 27 +++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/include/a
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
MAINTAINERS |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 40b2b51..239f5c3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -676,6 +676,10 @@ Nobuhiro Iwmaatsu <[EMAIL PROTECTED]>
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
board/ms7720se/config.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/ms7720se/config.mk b/board/ms7720se/config.mk
index 843cdfb..cad8d3a 100644
--- a/board/ms7720se/config.mk
+++ b/board/ms7720se/config.
Signed-off-by: Nobuhiro Iwamatsu <[EMAIL PROTECTED]>
---
MAKEALL |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index bec3541..180bc44 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -683,8 +683,9 @@ LIST_sh4=" \
ms7722se\
"
-LIST_
On Jan 9, 2008 2:26 PM, <[EMAIL PROTECTED]> wrote:
>
> > [EMAIL PROTECTED] wrote:
> > > While debugging a board recently I found that the MDIO
> > (mii) command
> > > support in the TSEC Ethernet driver is somewhat unhelpful.
> > >
> > > Currently, even though there is a comment in the code that
Wolfgang Denk wrote:
> Dear Dave,
>
> the QE UEC driver (in the top-of-tree version as of now) produces a
> few compiler warnings:
>
> qe.c: In function 'qe_upload_firmware':
> qe.c:390: warning: pointer targets in passing argument 2 of 'strcpy' differ
> in signedness
That's odd, I've never see
On Jan 15, 2008 1:49 AM, Pierre Savary <[EMAIL PROTECTED]> wrote:
> 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
On Wed, 09 Jan 2008 22:36:14 +0100
Wolfgang Denk <[EMAIL PROTECTED]> wrote:
> 11928 12/03 Yoshihiro Shimoda [PATCH] serial_sh: Add support for SH7720
> 11929 12/03 Yoshihiro Shimoda [PATCH] sh: Add support SH3 and SH7720
> 11930 12/03 Yoshihiro Shimoda [PATCH] Add support for MS7720RP02 boar
On Tue, 15 Jan 2008 00:21:34 -0700
"Liu Dave" <[EMAIL PROTECTED]> wrote:
> 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
> mp
[EMAIL PROTECTED] wrote:
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf
>> Of [EMAIL PROTECTED]
>> Sent: 09 January 2008 20:26
>> To: [EMAIL PROTECTED]
>> Cc: u-boot-users@lists.sourceforge.net
>> Subject: Re: [U-Boot-Users] TSEC Ethernet driver pa
Hi Kumar,
On Tuesday 15 January 2008, Kumar Gala wrote:
> Is there a way to boot an old kernel with a LIBFDT enabled u-boot?
Sure, I'm doing it all the time. Just use the "old" bootm syntax.
> I'm not seeing the equivalent of the disable_of env variable we had
> with the older code.
Why would y
Jerry,
Is there a way to boot an old kernel with a LIBFDT enabled u-boot?
I'm not seeing the equivalent of the disable_of env variable we had
with the older code.
- k
-
This SF.net email is sponsored by: Microsoft
Defy al
Hi,
Wolfgang Denk wrote:
> 9969 09/25 Shinya Kuribayash Re: [U-Boot-Users] [MIPS] Make
> mips_io_port_base more generic
> 10081 09/29 Shinya Kuribayash [MIPS] Make mips_io_port_base more generic
> 10686 10/23 Shinya Kuribayash Re: [U-Boot-Users] [PATCH 1/1] Fix
> mips_io_port_base multipl
On Jan 15, 2008, at 5:20 AM, Rafal Jaworowski wrote:
> Hi Kumar,
>
> Kumar Gala wrote:
>>> The e500 don't have classic FPU. So don't support these FP inst.
>>>
>>> Could you keep the ppcDWstore/ppcDWload in start.S?
>>
>> also some of the e300 variants dont have FPUs. (832x).
>>
>
> OK, although
1 - 100 of 129 matches
Mail list logo