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
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
On 03/12/2014 01:52 PM, Tom Rini wrote:
On Tue, Mar 11, 2014 at 03:14:26PM -0700, Kameron Larsen wrote:
Hello,
I'm bringing up a board based on the board/gaisler/gr_xc3s_1500/ design. To
keep things simple, we can use this design exactly as is.
My problem starts in the relocation section of a
Hello,
I was recently informed about the problem by Tom. As I mentioned to him I'm
very busy at the moment. I haven't looked into it yet, but my plan remains to
do so in a few weeks time.
Thanks,
Daniel Hellstrom
On 03/31/2014 04:27 AM, Masahiro Yamada wrote:
Hi Daniel,
All Sp
Hi,
Detlev Zundel wrote:
>Hi Balaji,
>
>
>
>>I am having the following boot requirements:
>>
>>Boot software will be flashed in to PROM, which should start from PROM
>>and copy the application software which is flahsed in other flash
>>device in different address space. The processor is LEON3F
Hi,
Detlev Zundel wrote:
>Hi Balaji,
>
>
>
>>I am having the following boot requirements:
>>
>>Boot software will be flashed in to PROM, which should start from PROM
>>and copy the application software which is flahsed in other flash
>>device in different address space. The processor is LEON3F
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 69 +++---
1 files changed, 43 insertions(+), 26 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 79bc4d9..833915d 100644
--- a/drivers/net/greth.c
+++ b/drivers/net
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 833915d..383b25c 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -146,13 +146,23 @@ int
Signed-off-by: Daniel Hellstrom
---
include/asm-sparc/unaligned.h | 17 +
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 include/asm-sparc/unaligned.h
diff --git a/include/asm-sparc/unaligned.h b/include/asm-sparc/unaligned.h
new file mode 100644
index
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/Makefile |5 +-
cpu/leon3/memcfg.c | 276 ++
cpu/leon3/memcfg.h | 106 +++
cpu/leon3/memcfg_low.S | 270
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/serial.c | 17 ++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/cpu/leon3/serial.c b/cpu/leon3/serial.c
index 8964310..1f17ede 100644
--- a/cpu/leon3/serial.c
+++ b/cpu/leon3/serial.c
@@ -47,11 +47,18
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/cpu_init.c| 10 ++--
cpu/leon3/interrupts.c |7 ++-
cpu/leon3/memcfg.h |1 -
cpu/leon3/prom.c|7 ++-
cpu/leon3/serial.c | 16 +++---
drivers/net/greth.c |2 +-
include/ambapp.h| 137
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/cpu_init.c | 30 --
1 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/cpu/leon3/cpu_init.c b/cpu/leon3/cpu_init.c
index e2e1181..d2f47e1 100644
--- a/cpu/leon3/cpu_init.c
+++ b/cpu/leon3/cpu_init.c
Signed-off-by: Daniel Hellstrom
---
include/asm-sparc/irq.h |3 +++
lib_sparc/interrupts.c |7 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/include/asm-sparc/irq.h b/include/asm-sparc/irq.h
index c5538c0..ce78169 100644
--- a/include/asm-sparc/irq.h
+++ b
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/cpu.c | 42 +-
include/asm-sparc/leon3.h | 13 +
2 files changed, 54 insertions(+), 1 deletions(-)
diff --git a/cpu/leon3/cpu.c b/cpu/leon3/cpu.c
index 976f311..5cc9513 100644
--- a
Signed-off-by: Daniel Hellstrom
---
lib_sparc/board.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/lib_sparc/board.c b/lib_sparc/board.c
index 11eea60..d829af0 100644
--- a/lib_sparc/board.c
+++ b/lib_sparc/board.c
@@ -65,6 +65,7 @@ extern void
Signed-off-by: Daniel Hellstrom
---
lib_sparc/bootm.c |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/lib_sparc/bootm.c b/lib_sparc/bootm.c
index c62cf57..f517325 100644
--- a/lib_sparc/bootm.c
+++ b/lib_sparc/bootm.c
@@ -35,10 +35,6 @@ extern image_header_t
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/prom.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/cpu/leon3/prom.c b/cpu/leon3/prom.c
index 86376bb..6cd2281 100644
--- a/cpu/leon3/prom.c
+++ b/cpu/leon3/prom.c
@@ -1059,6 +1059,22 @@ void srmmu_init_cpu
Signed-off-by: Daniel Hellstrom
---
cpu/leon3/cpu_init.c | 14 +
cpu/leon3/greth.c| 152 ++
2 files changed, 166 insertions(+), 0 deletions(-)
create mode 100644 cpu/leon3/greth.c
diff --git a/cpu/leon3/cpu_init.c b/cpu/leon3
Signed-off-by: Daniel Hellstrom
---
common/cmd_bootm.c |8
cpu/mpc85xx/cpu_init.c |2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_bootm.c
index 94ddac3..f795857 100644
--- a/common/cmd_bootm.c
+++ b/common/cmd_bootm.c
Signed-off-by: Daniel Hellstrom
---
drivers/spi/Makefile |1 +
drivers/spi/spimctrl_spi.c | 261
include/grlib/spimctrl.h | 69
lib_sparc/board.c | 14 +++
4 files changed, 345 insertions(+), 0 deletions
Signed-off-by: Daniel Hellstrom
---
board/gaisler/gr_cpci_ax2000/u-boot.lds |7 ++
board/gaisler/gr_ep2s60/u-boot.lds |7 ++
board/gaisler/gr_xc3s_1500/u-boot.lds |7 ++
board/gaisler/grsim/u-boot.lds |7 ++
cpu/leon3/Makefile |2 +-
cpu
fail in usb_control_msg(), changing back to the old code the
LEON3 UHCI driver (cpu/leon3/usb_uhci.c) works again.
I believe this is also the case for board/MAI/AmigaOneG3SE/usb_uhci.c
and board/mpl/common/usb_uhci.c, they are also modifying the flag from
the interrupt handler.
Best regards,
Daniel
This patch changes usb_control_msg back to the state prior to commit
48867208444cb2a82e2af9c3249e90b7ed4a1751.
The USB driver ISR routine may update the status.
Signed-off-by: Daniel Hellstrom
---
common/usb.c | 21 -
1 files changed, 12 insertions(+), 9 deletions
Hi,
Remy Bohmer wrote:
>Hi,
>
>2010/1/29 Daniel Hellstrom :
>
>
>>Hello,
>>
>>Please see my comment on commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
>>below.
>>
>>
>>Remy Bohmer wrote:
>>
>>
>>
>>>The ma
, usb branch:
http://git.denx.de/?p=u-boot/u-boot-sparc.git;a=commit;h=5b6bc53e4c3eadd04f2ecb94bbb596dca306236a
What do you think?
Best Regards,
Daniel Hellstrom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Mike Frysinger wrote:
>On Thursday 28 January 2010 07:16:20 Daniel Hellstrom wrote:
>
>
>>Signed-off-by: Daniel Hellstrom
>>---
>> include/asm-sparc/unaligned.h | 17 +
>> 1 files changed, 17 insertions(+), 0 deletions(-)
>> create mo
Hi Sergey,
Thank you for your work. I have updated the sparc repository with your
patch. And, yes, you are probably the first one to use the standalone
app feature :)
Please CC me next time.
Thanks,
Daniel
Сергей Миронов wrote:
>Hi! Thanks for the beautiful project! Ive tried to launch stand
ot;
argv[2] = ""
Hit any key to exit ...
## Application terminated, rc = 0x0
=>
-----
Best Regards,
Daniel Hellstrom
Signed-off-by: Daniel Hellstrom
---
examples/standalone/stubs.c |4 ++--
1 files changed, 2 insertions(+), 2 deletio
ot;
argv[2] = ""
Hit any key to exit ...
## Application terminated, rc = 0x0
=>
-----
Best Regards,
Daniel Hellstrom
Signed-off-by: Daniel Hellstrom
---
examples/standalone/stubs.c |4 ++--
1 files changed, 2 insertions(+),
Wolfgang Denk wrote:
>Dear Daniel Hellstrom,
>
>In message <1253270387-15741-1-git-send-email-dan...@gaisler.com> you wrote:
>
>
>>Hello Wolfgang,
>>
>>Please pull the u-boot-sparc.git master branch.
>>
>>This patch fixes the SPARC support for
Hi Sergey,
Can you resend your patch, this time signed off (the -s options to
git-commit) so that your name will propagate correctly through the git
repos.
Thanks,
Daniel Hellstrom
Daniel Hellstrom wrote:
>Hi Sergey,
>
>Thank you for your work. I have updated the sparc repository
From: Sergey Mironov
Hello Wolfgang,
Sergey has resent the patch with a sign-off and I have updated the
u-boot-sparc.git repository with the new patch, for SPARC standalone
application support.
Thank you,
Daniel Hellstrom
Signed-off-by: Sergey Mironov
Signed-off-by: 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 av
://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(-)
Wolfgang Denk wrote:
>Dear Daniel Hellstrom,
>
>In message <4ae6f49e.8080...@gais
, now that they are so delayed?
Thank you for your interest, that really helps,
Daniel Hellstrom
Wolfgang Denk wrote:
>Dear Daniel Hellstrom,
>
>In message <1264680996-13804-1-git-send-email-dan...@gaisler.com> you wrote:
>
>
>>Signed-off-by: Daniel Hellstrom
: zynq: Fix typo in suffix function name
are available in the git repository at:
git://git.denx.de/u-boot-sparc.git master
Daniel Hellstrom (2):
leon: use CONFIG_SYS_HZ to config timer prescaler
leon: implement missing get_tbclk()
arch/sparc/cpu/leon2/cpu_init.c | 22 ++
arch/sparc
ever.
You are right, I forgot about that. I will do that next time.
Regards,
Daniel Hellstrom
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 10/13/2011 07:47 AM, Mike Frysinger wrote:
> I don't know what exactly the code was going for, but the object code
> is the same before/after my change, and in looking at the env strings,
> this seems to be OK.
>
> Otherwise gcc warns:
> cc1: warning: unknown escape sequence: '\$'
> cc1: warnin
On 10/13/2011 07:33 AM, Mike Frysinger wrote:
> it seems that these symbols are usually implemented in the C library on sparc
> systems, but under u-boot, we don't have that luxury. Linux itself simply
> imports the relevant asm files from glibc into their lib subdir. without
> these, building u-
On 10/13/2011 05:44 PM, Mike Frysinger wrote:
> On Thursday 13 October 2011 04:45:27 Daniel Hellstrom wrote:
>> On 10/13/2011 07:33 AM, Mike Frysinger wrote:
>>> it seems that these symbols are usually implemented in the C library on
>>> sparc systems, but under u-boot
Mike Frysinger wrote:
>It isn't possible to build any sparc boards without this ...
>
>
I'm working on a new patch set with some of the patches going through
the net repo instead, according to Wolfgangs comments. It is probably
easier for me to make fewer commits every time submitting, and
s
Wolfgang Denk wrote:
>Dear Daniel Hellstrom,
>
>In message <4cc54d00.6040...@gaisler.com> you wrote:
>
>
>>Mike Frysinger wrote:
>>
>>
>>
>>>It isn't possible to build any sparc boards without this ...
>>>
>>>
Dear Wolfgang,
Please pull the master branch of the sparc repository.
Thanks,
Daniel
The following changes since commit 11c8dd36edcc82564a19dbd0103302df66d66db0:
Stefano Babic (1):
FAT: buffer overflow with FAT12/16
are available in the git repository at:
git://www.denx.de/git/u-
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c |4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 79bc4d9..4f1973c 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -45,7 +45,7 @@
/* ByPass Cache when
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 10 ++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index cb68d45..f081855 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -152,6 +152,16 @@ int
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index f081855..0566e68 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -168,7 +168,7 @@ int greth_init
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 78 ---
1 files changed, 55 insertions(+), 23 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 788aac8..cb68d45 100644
--- a/drivers/net/greth.c
+++ b/drivers/net
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 66 +++---
1 files changed, 25 insertions(+), 41 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 4f1973c..788aac8 100644
--- a/drivers/net/greth.c
+++ b/drivers/net
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 0566e68..6c32226 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -644,9 +644,9 @@ int greth_initialize
Wolfgang Denk wrote:
> For now, I would like to ask all CUSTODIANS to register as users at
> patchwork.ozlabs.org, so we can arrange that the appropriate
> privileges will be granted to you.
>
>
Registered as "daniel"
Dear Wolfgang,
Please pull the net branch of the Sparc repository. The patches include
some bug fixes and debug printout cleanups of the GRETH network driver.
Thanks,
Daniel Hellstrom
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
Kumar Gala (1):
malloc
Signed-off-by: Daniel Hellstrom
---
arch/sparc/include/asm/byteorder.h |1 +
arch/sparc/include/asm/unaligned.h | 10 ++
2 files changed, 11 insertions(+), 0 deletions(-)
create mode 100644 arch/sparc/include/asm/unaligned.h
diff --git a/arch/sparc/include/asm/byteorder.h
b/arch
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 69 +++---
1 files changed, 43 insertions(+), 26 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index 79bc4d9..a1a88f9 100644
--- a/drivers/net/greth.c
+++ b/drivers/net
Signed-off-by: Daniel Hellstrom
---
drivers/net/greth.c | 14 --
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/net/greth.c b/drivers/net/greth.c
index a1a88f9..143c773 100644
--- a/drivers/net/greth.c
+++ b/drivers/net/greth.c
@@ -146,13 +146,23 @@ int
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/Makefile |5 +-
arch/sparc/cpu/leon3/memcfg.c | 276 +
arch/sparc/cpu/leon3/memcfg.h | 106 ++
arch/sparc/cpu/leon3/memcfg_low.S | 270
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/cpu_init.c | 10 +--
arch/sparc/cpu/leon3/interrupts.c |7 +-
arch/sparc/cpu/leon3/memcfg.h |1 -
arch/sparc/cpu/leon3/prom.c |7 ++-
arch/sparc/cpu/leon3/serial.c | 16 ++--
drivers/net/greth.c
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/serial.c | 17 ++---
1 files changed, 14 insertions(+), 3 deletions(-)
diff --git a/arch/sparc/cpu/leon3/serial.c b/arch/sparc/cpu/leon3/serial.c
index 8964310..1f17ede 100644
--- a/arch/sparc/cpu/leon3/serial.c
+++ b/arch
Signed-off-by: Daniel Hellstrom
---
arch/sparc/include/asm/irq.h |3 +++
arch/sparc/lib/interrupts.c |7 +++
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/include/asm/irq.h b/arch/sparc/include/asm/irq.h
index c5538c0..ce78169 100644
--- a/arch/sparc
Signed-off-by: Daniel Hellstrom
---
arch/sparc/lib/bootm.c |8
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/sparc/lib/bootm.c b/arch/sparc/lib/bootm.c
index c62cf57..f517325 100644
--- a/arch/sparc/lib/bootm.c
+++ b/arch/sparc/lib/bootm.c
@@ -35,10 +35,6
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/cpu_init.c | 30 --
1 files changed, 28 insertions(+), 2 deletions(-)
diff --git a/arch/sparc/cpu/leon3/cpu_init.c b/arch/sparc/cpu/leon3/cpu_init.c
index fd3e757..1829a08 100644
--- a/arch/sparc/cpu/leon3
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/cpu.c | 42 +++-
arch/sparc/include/asm/leon3.h | 13
2 files changed, 54 insertions(+), 1 deletions(-)
diff --git a/arch/sparc/cpu/leon3/cpu.c b/arch/sparc/cpu/leon3/cpu.c
index
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/cpu_init.c | 14
arch/sparc/cpu/leon3/greth.c| 152 +++
2 files changed, 166 insertions(+), 0 deletions(-)
create mode 100644 arch/sparc/cpu/leon3/greth.c
diff --git a/arch/sparc/cpu/leon3
Signed-off-by: Daniel Hellstrom
---
arch/sparc/lib/board.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/lib/board.c b/arch/sparc/lib/board.c
index 11eea60..d829af0 100644
--- a/arch/sparc/lib/board.c
+++ b/arch/sparc/lib/board.c
@@ -65,6 +65,7 @@ extern
Signed-off-by: Daniel Hellstrom
---
arch/sparc/lib/board.c | 14 +++
drivers/spi/Makefile |1 +
drivers/spi/spimctrl_spi.c | 263
include/grlib/spimctrl.h | 69
4 files changed, 347 insertions(+), 0 deletions
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/prom.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/arch/sparc/cpu/leon3/prom.c b/arch/sparc/cpu/leon3/prom.c
index 86376bb..e0a69af 100644
--- a/arch/sparc/cpu/leon3/prom.c
+++ b/arch/sparc/cpu
Signed-off-by: Daniel Hellstrom
---
arch/powerpc/cpu/mpc85xx/cpu_init.c |2 +-
common/cmd_bootm.c |8
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/powerpc/cpu/mpc85xx/cpu_init.c
b/arch/powerpc/cpu/mpc85xx/cpu_init.c
index e578b29..61dd7ad
Signed-off-by: Daniel Hellstrom
---
arch/sparc/cpu/leon3/Makefile |2 +-
arch/sparc/cpu/leon3/cpu.c | 10 ++-
arch/sparc/cpu/leon3/cpu_mp.c | 87 +++
arch/sparc/cpu/leon3/prom.c | 32 +++---
arch/sparc/cpu/leon3/start.S
Hi,
Thank you for the input, I will resend the patch with Magnus as author.
Daniel
Mike Frysinger wrote:
>the subject line is incorrect. you dont credit people via summary/changelogs,
>you do it via the tags. so if Magnus wrote this patch, he should be credited
>with authorship (so use --a
From: Magnus Sjalander
Signed-off-by: Daniel Hellstrom
---
arch/sparc/include/asm/byteorder.h |1 +
arch/sparc/include/asm/unaligned.h | 10 ++
2 files changed, 11 insertions(+), 0 deletions(-)
create mode 100644 arch/sparc/include/asm/unaligned.h
diff --git a/arch/sparc
Sjalander (1):
SPARC: added unaligned definitions
are available in the git repository at:
git://www.denx.de/git/u-boot-sparc.git master
Daniel Hellstrom (16):
GRETH: Added support for selecting PHY address from config, PHY
address was always set to zero before.
GRETH: Added
ot and I hope and believe
that my efforts will be resumed in the future. Francois, if you feel it
is too much a temporary replacement could also be an option if the
u-boot project allows it.
Best Regards,
Daniel Hellstrom
___
U-Boot mailing list
On 10/19/2015 04:54 PM, Francois Retief wrote:
Hallo Daniel,
-Original Message-
From: Daniel Hellstrom [mailto:dan...@gaisler.com]
Sent: 18 October 2015 11:30 PM
To: Masahiro Yamada
Subject: Re: [U-Boot] Remove sparc archiecture?
On 10/18/2015 05:20 PM, Masahiro Yamada wrote:
(+CC
73 matches
Mail list logo