Re: [U-Boot] pull-request: u-boot-sparc/series1_v2

2015-11-16 Thread Tom Rini
On Fri, Nov 13, 2015 at 02:22:39PM +, Francois Retief wrote:

> Hi Tom,
> 
> Here is that pull request I promised, while I sort out the issues with the 
> email server.
> 
> The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:
> 
>   board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sparc.git
> 
> for you to fetch changes up to e43ce3fca755d79635899b658a97f3c4a7dbf220:
> 
>   sparc: leon3: Add debug_uart support to LEON3 serial driver. (2015-11-13 
> 10:23:33 +0200)

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] pull-request: u-boot-sparc/series1_v2

2015-11-13 Thread Tom Rini
On Fri, Nov 13, 2015 at 02:22:39PM +, Francois Retief wrote:

> Hi Tom,
> 
> Here is that pull request I promised, while I sort out the issues with the 
> email server.
> 
> The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:
> 
>   board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 
> -0500)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sparc.git
> 
> for you to fetch changes up to e43ce3fca755d79635899b658a97f3c4a7dbf220:
> 
>   sparc: leon3: Add debug_uart support to LEON3 serial driver. (2015-11-13 
> 10:23:33 +0200)

OK, with /opt/sparc-elf-4.4.2/bin/sparc-elf- for a toolchain, I see:
arch/sparc/cpu/leon2/start.o: In function `cpu_init_unreloc':
/home/trini/u-boot/u-boot/arch/sparc/cpu/leon2/start.S:331: undefined
reference to `__sparc_get_pc_thunk.l7'
Makefile:1193: recipe for target 'u-boot' failed

for grsim_leon2

And for gr_cpci_ax2000 for example:
cc1: error: bad value (leon3) for -mcpu= switch

What toolchain should I be using now?  Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] pull-request: u-boot-sparc/series1_v2

2015-11-13 Thread Francois Retief
Hi Tom,

Here is that pull request I promised, while I sort out the issues with the 
email server.

The following changes since commit 9ac4fc82071ce346e3885118242ff45d22f69b82:

  board_init: Change the logic to setup malloc_base (2015-11-12 20:34:07 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-sparc.git

for you to fetch changes up to e43ce3fca755d79635899b658a97f3c4a7dbf220:

  sparc: leon3: Add debug_uart support to LEON3 serial driver. (2015-11-13 
10:23:33 +0200)


Daniel Hellstrom (4):
  sparc: leon3: Reimplemented AMBA Plug scanning routines.
  sparc: leon3: Added memory controller initialization using new AMBA PnP 
routines.
  sparc: leon3: Moved GRLIB core header files to common include/grlib 
directory
  sparc: ambapp: Removed warning and unnecessary printout.

Francois Retief (8):
  sparc: Fix broken files during license changes
  sparc: Update the maintainer for SPARC architecture
  sparc: Add -mcpu= compiler flags for LEON2/LEON3
  sparc: Update LEON serial drivers to use readl/writel macros
  sparc: Update GRSIM board with memory settings for TSIM eval
  sparc: Update startup code to take PIC mode into account
  sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
  sparc: leon3: Add debug_uart support to LEON3 serial driver.

 MAINTAINERS  |   2 +-
 arch/sparc/config.mk |  14 +-
 arch/sparc/cpu/leon2/serial.c| 125 +++---
 arch/sparc/cpu/leon2/start.S |  60 ++-
 arch/sparc/cpu/leon3/Makefile|   3 +-
 arch/sparc/cpu/leon3/ambapp.c| 545 
 arch/sparc/cpu/leon3/ambapp_low.S| 784 +++
 arch/sparc/cpu/leon3/ambapp_low_c.S  | 113 +
 arch/sparc/cpu/leon3/cpu_init.c  | 199 +++--
 arch/sparc/cpu/leon3/interrupts.c|   7 +-
 arch/sparc/cpu/leon3/memcfg.c| 237 +++
 arch/sparc/cpu/leon3/memcfg.h|  90 
 arch/sparc/cpu/leon3/memcfg_low.S| 253 +++
 arch/sparc/cpu/leon3/prom.c  |  12 +-
 arch/sparc/cpu/leon3/serial.c| 130 --
 arch/sparc/cpu/leon3/start.S | 102 -
 arch/sparc/cpu/leon3/usb_uhci.c  |   4 +-
 arch/sparc/include/asm/global_data.h |   1 +
 arch/sparc/include/asm/io.h  |  64 +--
 arch/sparc/include/asm/winmacro.h| 127 --
 common/Kconfig   |  14 +
 common/board_r.c |  21 +
 common/cmd_ambapp.c  | 559 +++--
 configs/grsim_defconfig  |   6 +
 doc/git-mailrc   |   2 +-
 drivers/net/greth.c  |  17 +-
 drivers/serial/Kconfig   |   8 +
 include/ambapp.h | 488 --
 include/ambapp_ids.h | 250 +++
 include/config_cmd_all.h |   1 -
 include/configs/gr_cpci_ax2000.h |  35 +-
 include/configs/gr_ep2s60.h  |  40 +-
 include/configs/gr_xc3s_1500.h   |  31 +-
 include/configs/grsim.h  |  88 ++--
 include/configs/grsim_leon2.h|   5 -
 include/grlib/apbuart.h  |  47 +++
 include/grlib/gptimer.h  |  34 ++
 include/grlib/greth.h|  87 
 include/grlib/irqmp.h|  23 +
 39 files changed, 3355 insertions(+), 1273 deletions(-)
 create mode 100644 arch/sparc/cpu/leon3/ambapp_low.S
 create mode 100644 arch/sparc/cpu/leon3/ambapp_low_c.S
 create mode 100644 arch/sparc/cpu/leon3/memcfg.c
 create mode 100644 arch/sparc/cpu/leon3/memcfg.h
 create mode 100644 arch/sparc/cpu/leon3/memcfg_low.S
 create mode 100644 include/ambapp_ids.h
 create mode 100644 include/grlib/apbuart.h
 create mode 100644 include/grlib/gptimer.h
 create mode 100644 include/grlib/greth.h
 create mode 100644 include/grlib/irqmp.h


Disclaimer and confidentiality note – refer to our website for further details: 
www.spaceteq.co.za 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-10-28 Thread Wolfgang Denk
Dear Daniel Hellstrom,

In message 4ae80a59.9090...@gaisler.com you wrote:
 Sorry, please pull from the master branch.

Understood.

 The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f:
   Matthias Fuchs (1):
 License cleanup: Fix license header for some esd display 
 configurations
 
 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-sparc.git master
 
 Sergey Mironov (1):
   Fix bug in jumptable call stubs for SPARC.
 
  examples/standalone/stubs.c |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 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
In the strict scientific sense we all feed on death -- even
vegetarians.
-- Spock, Wolf in the Fold, stardate 3615.4
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-10-27 Thread Daniel Hellstrom
Dear Wolfgang,

Please pull from the master branch at git://www.denx.de/git/u-boot-sparc.git

Thanks,
Daniel



The following changes since commit f3ee25859e3920ee7c7cc519a3e6f60d70d7a53f:
  Matthias Fuchs (1):
License cleanup: Fix license header for some esd display 
configurations

are available in the git repository at:

  git://www.denx.de/git/u-boot-sparc.git testing

Sergey Mironov (1):
  Fix bug in jumptable call stubs for SPARC.

 examples/standalone/stubs.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2009-10-27 Thread Wolfgang Denk
Dear Daniel Hellstrom,

In message 4ae6f49e.8080...@gaisler.com you wrote:
 
 Please pull from the master branch at git://www.denx.de/git/u-boot-sparc.git
--^^

 are available in the git repository at:
 
   git://www.denx.de/git/u-boot-sparc.git testing
--

Where shall I pull from? Master or testing?

[I strongly prefer to always pull from master.]

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
Where shall I begin, please your Majesty? he asked. Begin  at  the
beginning,  the  King said, gravely, and go on till you come to the
end: then stop.- Alice's Adventures in Wonderland, Lewis Carroll
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2008-11-19 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 against the mainline today.

Best regards,
Daniel Hellstrom



The following changes since commit 9b827cf1720acda2473afa516956eab6f7cca9a1:
  Selvamuthukumar (1):
Align end of bss by 4 bytes

are available in the git repository at:

  git://www.denx.de/git/u-boot-sparc.git master

Daniel Hellstrom (1):
  SPARC: Fixed compiler error introduced by commit 
c160a9544743e80e8889edb2275538e7764ce334

 lib_sparc/bootm.c |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot