[U-Boot-Users] [PATCH] SPARC: Fixed compiler error introduced by commit c160a9544743e80e8889edb2275538e7764ce334

2008-11-10 Thread Daniel Hellstrom
Hi Wolfgang, This patch fix a build error for the SPARC platform. It was introduced by commit c160a9544743e80e8889edb2275538e7764ce334. I have updated u-boot-sparc.git testing branch. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- lib_sparc/b

[U-Boot-Users] [PATCH] SPARC: Build error fix, introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378

2008-07-09 Thread Daniel Hellstrom
This patch makes SPARC targets build again. It is caused by phys_addr_t and phys_size_t being defined in the wrong header file. include/lmb.h need those typedefs to build. However, I will be away for holidays starting tomorrow... Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom

Re: [U-Boot-Users] [PATCH 0/1] Moved initialization of GRETH Ethernet driver to CPU directory

2008-07-09 Thread Daniel Hellstrom
Hello Ben, I have tried the testing branch of the net repo (99b85ffa8ef0b07904be1db335825d4d83424eaa) on a GR-XC3S-1500 LEON3 board successfully. LEON2 U-Boot support is limited to the LEON2 simmulator TSIM, TSIM-LEON2 does not support the GRETH so at this stage it is not neccessary for LEON2

[U-Boot-Users] Pull request: u-boot-sparc

2008-04-08 Thread Daniel Hellstrom
Dear Wolfgang, Please pull from the master branch at git://www.denx.de/git/u-boot-sparc.git I have rebased it agains the mainline this morning. Best regards, Daniel Hellstrom The following changes since commit aeff6d503b6006573d5c6b04fc658a64bebee5fa: Wolfgang Denk (1): Merge branch

Re: [U-Boot-Users] [PATCH 08/13] SPARC: added SMC91111 driver in and out macros for LEON processors.

2008-03-31 Thread Daniel Hellstrom
Ben Warren wrote: > Daniel Hellstrom wrote: > >> Ben Warren wrote: >> >> >>> I haven't looked at how all the funky macros in this patch are >>> called, but it's generally considered good form to wrap multi-line >>> macros with do {.

Re: [U-Boot-Users] [PATCH 08/13] SPARC: added SMC91111 driver in and out macros for LEON processors.

2008-03-31 Thread Daniel Hellstrom
patch 8 and my repository: Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- drivers/net/smc9.h | 73 ++- 1 files changed, 71 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc9.h b/drivers/net/smc9.h index 8dcbb3e.

[U-Boot-Users] [PATCH] SPARC: CFI flash_read64 is defined a weak function.

2008-03-28 Thread Daniel Hellstrom
tive space number (ASI) is processor implementation spcific and can be found by including . This patch is also available at ftp://ftp.gaisler.com/gaisler.com/uboot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- drivers/mtd/cfi_flash.c |

[U-Boot-Users] [PATCH 12/13] SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board.

2008-03-28 Thread Daniel Hellstrom
Play system... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --

[U-Boot-Users] [PATCH 13/13] SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets.

2008-03-28 Thread Daniel Hellstrom
://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- MAKEALL |2 +- Makefile|4 + board/gaisler/grsim_leon2/Makefile | 50 +

[U-Boot-Users] [PATCH 10/13] SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn.

2008-03-28 Thread Daniel Hellstrom
without FLASH support should run in the simulator. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- MAKEALL|2 +- Makefile

[U-Boot-Users] [PATCH 11/13] SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design.

2008-03-28 Thread Daniel Hellstrom
Play system... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --

[U-Boot-Users] [PATCH 09/13] SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design.

2008-03-28 Thread Daniel Hellstrom
Play system... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --

[U-Boot-Users] [PATCH 07/13] SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.

2008-03-28 Thread Daniel Hellstrom
register. The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- drivers/net/Makefile |1 + drive

[U-Boot-Users] [PATCH 08/13] SPARC: added SMC91111 driver in and out macros for LEON processors.

2008-03-28 Thread Daniel Hellstrom
Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- drivers/net/smc9.h | 74 +++- 1 files changed, 73 insertions(+), 1 deletions(-) diff --git a/drivers/net/smc9.h b/drivers/net/smc9.h index 8dcbb3e..6c4af64 100644 --- a/d

[U-Boot-Users] [PATCH 05/13] SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp).

2008-03-28 Thread Daniel Hellstrom
irq: 12 (ver: 0 ) => ## This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- common/Makefile |1 + commo

[U-Boot-Users] [PATCH 06/13] SPARC: Added support for SPARC LEON2 SOC Processor.

2008-03-28 Thread Daniel Hellstrom
Hello Wolfgang, This patch adds support for SPARC/LEON2 to U-Boot. Currently only the LEON2 TSIM and GRSIM simulators are supported, they are added in a separate patch. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off

[U-Boot-Users] [PATCH 04/13] SPARC: Added support for SPARC LEON3 SOC processor.

2008-03-28 Thread Daniel Hellstrom
FT-SRAM - UART, IRQ, Timer This patch is available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches/4_leon3.patch. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- Makefile |3 + README |

[U-Boot-Users] [PATCH 02/13] SPARC: added SPARC board information to the command bdinfo.

2008-03-28 Thread Daniel Hellstrom
:00:7A:CC:00:12 IP addr= 192.168.0.80 baudrate = 38400 bps => ## This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]>

[U-Boot-Users] [PATCH 03/13] SPARC: added SPARC support for new uimage in common code.

2008-03-28 Thread Daniel Hellstrom
. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- common/image.c |2 +- include/image.h |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/common/image.c b/common/image.c index f04826a..ce49bb2 100644 --- a/common/image.c

[U-Boot-Users] [PATCH 01/13] SPARC: Added generic support for SPARC architecture.

2008-03-28 Thread Daniel Hellstrom
/patches/1_sparc.patch. Best Regards, Daniel Hellstrom Signed-off-by: Daniel Hellstrom <[EMAIL PROTECTED]> --- MAKEALL |7 + Makefile|9 +- README |1 + examples/Makefile |3 + examples/spa

[U-Boot-Users] [PATCH] SPARC: CFI flash_read64 defined weak function.

2008-03-28 Thread Daniel Hellstrom
instruction "lda" - load alternative space, the alternative space number (ASI) is processor implementation specific and can be found in . This patch is also available at ftp://ftp.gaisler.com/gaisler.com/uboot/patches. Best Regards, Daniel Hellstrom drivers/mtd/cfi_flash.c |4 +++- 1 fil

[U-Boot-Users] [PATCH 4/13] SPARC: Added support for SPARC/LEON3

2008-03-28 Thread Daniel Hellstrom
ART, IRQ, Timer This patch is available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches/4_leon3.patch due the patchsize. Best Regards, Daniel Hellstrom Makefile |3 + README |1 + cpu/leon3/Makefile | 54 ++ c

[U-Boot-Users] [PATCH 1/13] SPARC: Added support for generic SPARC architecture.

2008-03-28 Thread Daniel Hellstrom
by changing board/gaisler/xxx/config.mk - DDR, DDR2, SRAM, FT-SRAM - UART, IRQ, Timer This patch is available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches/1_sparc.patch. Best Regards, Daniel Hellstrom MAKEALL |7 + Makefile|9

[U-Boot-Users] [PATCH 13/13] SPARC: Added support for LEON2 TSIM/GRSIM simulator.

2008-03-28 Thread Daniel Hellstrom
://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom MAKEALL |2 +- Makefile|4 + board/gaisler/grsim_leon2/Makefile | 50 + board/gaisler/grsim_leon2/config.mk | 34 +++ board/gaisler

[U-Boot-Users] [PATCH 12/13] SPARC: Added LEON3 AX board GR-CPCI-AX2000.

2008-03-28 Thread Daniel Hellstrom
Play system... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom MAKEALL |2 +- Make

[U-Boot-Users] [PATCH 11/13] SPARC: Added LEON3 board ALTERA NIOS Development board, Stratix II edition

2008-03-28 Thread Daniel Hellstrom
stem... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom MAKEALL |2 +- Make

[U-Boot-Users] [PATCH 10/13] SPARC: Added support for LEON3 TSIM/GRSIM simulator.

2008-03-28 Thread Daniel Hellstrom
without FLASH support should run in the simulator. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom MAKEALL|2 +- Makefile |4 + board/gaisler/grsim/Makefile | 50 ++ board

[U-Boot-Users] [PATCH 9/13] SPARC: Added LEON3 board GR-XC3S-1500.

2008-03-28 Thread Daniel Hellstrom
stem... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom MAKEALL |2 +- Make

[U-Boot-Users] [PATCH 8/13] SPARC: Added SMC91111 support for LEON2 and LEON3 processors

2008-03-28 Thread Daniel Hellstrom
controller (MCTRL or FTMCTRL) correctly. It is assumed that the user sets up this correctly when the other MCTRL parameters are set up. It can be set up from the board configuration header file. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel

[U-Boot-Users] [PATCH 7/13] SPARC: Added GRETH Ethernet 10/100/1000 support for LEON3

2008-03-28 Thread Daniel Hellstrom
register. The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom drivers/net/Makefile |1 + drivers/net/greth.c | 661

[U-Boot-Users] [PATCH 5/13] SPARC: Added AMBA PnP Information listing command for LEON3

2008-03-28 Thread Daniel Hellstrom
## This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom common/Makefile |1 + common/cmd_ambapp.c | 278 ++ cpu/leon3/ambapp.c | 20 include/amb

[U-Boot-Users] [PATCH 3/13] SPARC: bootm SPARC support

2008-03-28 Thread Daniel Hellstrom
//ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom common/image.c |2 +- include/image.h |4 2 files changed, 5 insertions(+), 1 deletions(-) diff --git a/common/image.c b/common/image.c index f04826a..ce49bb2 100644 --- a/common/image.c +++ b/comm

[U-Boot-Users] [PATCH 2/13] SPARC: Added SPARC board information to bdinfo command

2008-03-28 Thread Daniel Hellstrom
:00:7A:CC:00:12 IP addr= 192.168.0.80 baudrate = 38400 bps => ## This patch is also available at ftp://ftp.gaisler.com/gaisler.com/u-boot/patches. Best Regards, Daniel Hellstrom common/cmd_bdinfo.c | 39 ++

Re: [U-Boot-Users] please pull u-boot-sparc.git master

2008-03-25 Thread Daniel Hellstrom
elieve cleaning up the mess (coding style), splitting up the patches and make the fixes mentioned on the list will go quite quick we I start working with it. Best regards, Daniel Hellstrom Wolfgang Denk wrote: >Dear Daniel, > >in message <[EMAIL PROTECTED]> you wrote: >

Re: [U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support

2008-03-13 Thread Daniel Hellstrom
Bartlomiej Sieka wrote: > Daniel Hellstrom wrote: > >> This patch adds support for SPARC u-boot images to bootm. The >> IH_CPU_SPARC >> indentifier in the image header is recognized. The IH_CPU_SPARC >> indentifier >> has already been implemented in mkimag

Re: [U-Boot-Users] [PATCH 5/8] SPARC: Added AMBA PnP Information listing command for LEON3

2008-03-13 Thread Daniel Hellstrom
has been cleared (cpu/leon3/ambapp.c:74 called from cpu/leon3/cpu_init.c:92 used to find the IRQ contoller). This is the case only because the ambapp command extends the standard leon3 scanning functions with a callback that is responsible to print what is found during scanning. The ambapp_apb_p

[U-Boot-Users] [PATCH 8/8] SPARC: Added LEON2 and LEON3 boards and simulators

2008-03-13 Thread Daniel Hellstrom
any configuration is not possible but almost, due to the Plug & Play system... The FPGA can be programmed with the template design by: $ cd grlib/designs/BOARD $ make ise-prog-prom-ref Best Regards, Daniel Hellstrom MAKEALL |2 +- Make

[U-Boot-Users] [PATCH 7/8] SPARC: Added GRETH Ethernet 10/100/1000 support for LEON3

2008-03-13 Thread Daniel Hellstrom
GBIT MAC is supported by operating in GRTEH 10/100 legacy mode. Best Regards, Daniel Hellstrom drivers/net/Makefile |1 + drivers/net/greth.c | 644 ++ drivers/net/greth.h | 97 net/eth.c|4 + 4 files changed, 746

[U-Boot-Users] [PATCH 6/8] SPARC: Added SMC91111 support for LEON2 and LEON3 processors

2008-03-13 Thread Daniel Hellstrom
FTMCTRL) correctly. It is assumed that the user sets up this correctly when the other MCTRL parameters are set up. It can be set up from the board configuration header file. Best Regards, Daniel Hellstrom drivers/net/smc9.h | 74 +++- 1 files

[U-Boot-Users] [PATCH 5/8] SPARC: Added AMBA PnP Information listing command for LEON3

2008-03-13 Thread Daniel Hellstrom
irq: 12 (ver: 0 ) => ## Best Regards, Daniel Hellstrom commit 8e2783598c9270a17140930c99b3eb76f892de51 Author: Daniel Hellstrom <[EMAIL PROTECTED]> Date: Wed Mar 12 21:26:31 2008 +0100 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print availab

[U-Boot-Users] [PATCH 4/8] SPARC: Added SPARC board information to bdinfo command

2008-03-13 Thread Daniel Hellstrom
= 192.168.0.80 baudrate = 38400 bps => ###### Best Regards, Daniel Hellstrom commit 6bc2ec61fd40610461266f6a7f21a01a4a47016c Author: Daniel Hellstrom <[EMAIL PROTECTED]> Date: Wed Mar 12 21:16:14 2008 +0100 SPARC: added SPARC board i

[U-Boot-Users] [PATCH 3/8] SPARC: Added support for SPARC/LEON2 and SPARC/LEON3 processors

2008-03-13 Thread Daniel Hellstrom
nd RTEMS booting - booting UBOOT from RAM and FLASH by changing board/gaisler/xxx/config.mk - DDR, DDR2, SRAM, FT-SRAM - UART, IRQ, Timer Best Regards, Daniel Hellstrom MAKEALL |7 + Makefile| 16 +- README |3 + c

[U-Boot-Users] [PATCH 2/8] SPARC: SPARC cfi-flash support for 64-bit reads

2008-03-13 Thread Daniel Hellstrom
ess. Best Regards, Daniel Hellstrom drivers/mtd/cfi_flash.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/cfi_flash.c b/drivers/mtd/cfi_flash.c index 439c950..6fc6bc4 100644 --- a/drivers/mtd/cfi_flash.c +++ b/drivers/mtd/cfi_flash.c @@ -241,8 +241,12 @@

[U-Boot-Users] [PATCH 1/8] SPARC: bootm SPARC support

2008-03-13 Thread Daniel Hellstrom
This patch adds support for SPARC u-boot images to bootm. The IH_CPU_SPARC indentifier in the image header is recognized. The IH_CPU_SPARC indentifier has already been implemented in mkimage. Best Regards, Daniel Hellstrom common/cmd_bootm.c |2 ++ 1 files changed, 2 insertions(+), 0

[U-Boot-Users] please pull u-boot-sparc.git master

2008-03-11 Thread Daniel Hellstrom
11.h | 74 +++- 1 files changed, 73 insertions(+), 1 deletions(-) Thanks, Daniel Hellstrom - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual St