Hi
10 days ago one of first https://www.crowdsupply.com/gnubee/personal-cloud-1
systems arrived at my home and is now running happily my preferred Linux
distribution Debian. I put on a small web page for it under http://gnubee.org/
index.html.
I am however not satisfied with the situation on ho
when I submitted
patches for these boards!
Patch is based on git://git.denx.de/u-boot.git
Compiling was tested using ELDK 4.2 using the following command line:
CROSS_COMPILE=ppc_4xx- ./MAKEALL 4xx
Niklaus Giger (1):
Removed obsolete Netstal boards
CREDITS|5
Hi Stefan
Thanks for your work. I tested in on two of my three boards and both compile
and start up fine.
Best regards
Niklaus
Am Dienstag 27 Oktober 2009 16:41:35 schrieb Stefan Roese:
> This patchset will consolidate the linker scripts for PPC4xx.
> My plan is to push this in the next merge
Hi Agostino
Original-Nachricht
> Datum: Wed, 14 Oct 2009 13:11:17 +0200
> Von: Stefan Roese
> An: u-boot@lists.denx.de
> CC: Niklaus Giger , SETTE AGOSTINO - technolabs
>
> Betreff: Re: [U-Boot] Question on EON EN29LV160B Flash Memory
> On Wednesday 14
tries for points 1 - 3 ?
Best regards
Niklaus
--
Niklaus Giger
Wieshoschet 6
CH-8753 Mollis
+41 (0)55 612 20 54 P
+41 (0)55 618 64 68 G
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
: Niklaus Giger
---
include/4xx_i2c.h |2 +-
include/ppc405.h |4 +-
include/ppc440.h | 179 ++--
include/ppc4xx_enet.h | 220 +
4 files changed, 216 insertions(+), 189 deletions(-)
diff --git a
The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
relevant HW configuration registers (address, symbolic name, content).
This allows to easily detect errors in *.h files and changes in the HW
configuration.
Signed-off-by: Niklaus Giger
---
common/cmd_reginf
*** BLURB HERE ***
Niklaus Giger (4):
ppc4xx: Cleanup some HW register names
ppc_4xx: Apply new HW register names
ppc4xx: Rework cmd reginfo
ppc4xx: respect 80-chars per line in ppc*.h files
board/amcc/bamboo/bamboo.c| 32 +-
board/amcc/canyonlands/canyonlands.c | 22
y to bring the lines in all 4xx board
specific code to fit into 80 chars. But I think I will have soon a look at
all the common 4xx files to bring them in shape as I would really like that
a tool like checkstyle.pl from the Linux kernel only reports my errors.
Niklaus Giger (4):
ppc4xx: Clean
Hi Stefan
Am Sonntag 04 Oktober 2009 13:36:25 schrieb Stefan Roese:
> Hi Niklaus,
>
> as mentioned in my review comment to patch 0/4, please put the patch
> description into this commit text as well.
Will come.
> On Friday 02 October 2009 20:12:08 Niklaus Giger wrote:
> > S
The command "reginfo" got an overhaul for the ppc4xx. It dumps all the
relevant HW configuration registers (address, symbolic name, content).
This allows to easily detect errors in *.h files and changes in the HW
configuration.
Signed-off-by: Niklaus Giger
---
common/cmd_reginf
Signed-off-by: Niklaus Giger
---
include/4xx_i2c.h |2 +-
include/ppc405.h |4 +-
include/ppc440.h | 179 ++--
include/ppc4xx_enet.h | 220 +
4 files changed, 216 insertions(+), 189
y to bring the lines in all 4xx board
specific code to fit into 80 chars. But I think I will have soon a look at
all the common 4xx files to bring them in shape as I would really like that
a tool like checkstyle.pl from the Linux kernel only reports my errors.
Niklaus Giger (4):
ppc4xx: Clean
only many hours but weeks to cleanup all the
PPC4xx register naming conventions.
Niklaus Giger (4):
ppc4xx: Cleanup some HW register names
ppc_4xx: Apply new HW register names
ppc4xx: Rework cmd reginfo
ppc4xx: respect 80-chars per line in ppc*.h files
board/amcc/bamboo/bamboo.c
_
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
--
Niklaus Giger
Netstal Maschinen AG
CH-8752 Naefels
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Adds a command 440epx_r to dump over 140 internal register which
define the HW configuration. Command name shortened from
440epx_regdump to 440epx_r to align nicely with the help command.
Handy for documentation and verifying changes.
Signed-off-by: Niklaus Giger
---
cpu/ppc4xx
's help message won't be printed correctly.
>
> Best,
> Peter
All the rest will show up in the coming next patch.
Best regards
--
Niklaus Giger
Netstal Maschinen AG
CH-8752 Naefels
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Am Mittwoch 23 September 2009 18:49:34 schrieb Stefan Roese:
> Hi Niklaus,
>
> On Wednesday 23 September 2009 17:22:47 Niklaus Giger wrote:
> > Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal
> > register which define the HW configuration. Needed for docum
PIPELINING OFF
- HCU5: no pci_init if board has no PCI
- MCU25: corrected address to read slot id
- Lindent -pcs for hcu5.c
Signed-off-by: Niklaus Giger
---
board/netstal/common/nm.h |3 +
board/netstal/common/nm_bsp.c | 14
board/netstal/hcu4/hcu4.c |9 +++
board/netstal
- CONFIG_SYS_BOOTMAPSZ for 16 instead of 8 MB, moved to common
- baudrate back to 9600 for backward compatibility
- HCU4: CONFIG_SYS_ICACHE_SACR_VALUE defined
- CONFIG_VXWORKS_PREBOOT for HCU4 and MCU25
- HCU5: Add CPU and OCM POST
Signed-off-by: Niklaus Giger
---
include/configs/hcu4.h
Adds a HCU5 board specific cmd reghcu5 to dump about 140 internal
register which define the HW configuration. Needed for documentation
purposes and to compare different settings.
Signed-off-by: Niklaus Giger
---
board/netstal/hcu5/Makefile |2 +-
board/netstal/hcu5/cmd_reghcu5.c | 283
version. vxworks_preboot should return 0 to indicated
that everything worked fine. The error code is checked and the
vxWorks image will not be loaded in case of errors.
Signed-off-by: Niklaus Giger
---
board/netstal/mcu25/mcu25.c |8
common/cmd_elf.c| 11
Am Mittwoch 23 September 2009 13:39:55 schrieb Tom:
> Niklaus Giger wrote:
> > The option CONFIG_VXWORKS_PREBOOT allows a board specific
> > vxworks_preboot to be run just before jumping into the
> > vxWorks images. This can be used to alter a register
> > which is use
Please ignore this patch. Came in by mistake. Functionality already
merged by commit 3c972849f2becbf19c13a24f090d293f37ecf616.
Sorry for the noise.
Best regards
Niklaus
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/
The option CONFIG_VXWORKS_PREBOOT allows a board specific
vxworks_preboot to be run just before jumping into the
vxWorks images. This can be used to alter a register
which is used differently by U-boot and vxWorks.
Signed-off-by: Niklaus Giger
---
common/cmd_elf.c |4
include
Newer vxWorks 6.x images have over 20 different C++ segments.
This fills up the output with rarely used information.
Signed-off-by: Niklaus Giger
---
common/cmd_elf.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/common/cmd_elf.c b/common/cmd_elf.c
index 63f6fe7
Signed-off-by: Niklaus Giger
---
common/miiphyutil.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/miiphyutil.c b/common/miiphyutil.c
index 66fd9ca..196ef4a 100644
--- a/common/miiphyutil.c
+++ b/common/miiphyutil.c
@@ -299,7 +299,7 @@ int miiphy_reset (char
>DUTS: method '_device_connect_host' found, OK
>Selected config: ngiger
>List of selected test cases:
>UBootVersion
>
>confirm to start execution? [y]
>
>####
># running test case: UBootVersion
>
hod '_device_power_off' found, OK
>DUTS: method '_device_connect_target' found, OK
>DUTS: method '_device_connect_host' found, OK
>Selected config: ngiger
>List of selected test cases:
>UBootVersion
>
>confirm to start execut
g output
>
>Testcases directory: ./testsystems/dulg
>Selected config: _default
>List of selected test cases:
>UBootBaseHelp
>
>
>
>#
># running test case: UBootBaseHelp
>#
>
>ERROR: couldn't spawn 'connect'?!
I would appreciate any hints. As the section "I"ntroducing suppport for a new
VL " is just a little be too small for me. E.g. how can I add a new VL. Is
there an example I just can copy and adjust it? Where do I specify the tty
device for the sequoia?
Best regards
--
Niklaus Giger
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
With vxWorks 6.x and the new GCC it emits about 30 lines, which is
far too noisy in my opinion.
Signed-off-by: Niklaus Giger
---
common/cmd_elf.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a
Loading vxWorks 5.x images resulted just into 3 or 4 lines of output.
With vxWorks 6.x and the new GCC it emits about 30 lines, which is
far too noisy in my opinion.
Signed-off-by: Niklaus Giger
---
common/cmd_elf.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a
see http://www.jedec.org/download/search/jep106Z.pdf
Add some second source legacy flash chips 256x8.
Signed-off-by: Niklaus Giger
---
drivers/mtd/cfi_flash.c | 15 +-
drivers/mtd/jedec_flash.c | 67 +
include/flash.h | 10
see http://www.jedec.org/download/search/jep106Z.pdf
Add some second source legacy flash chips 256x8.
Signed-off-by: Niklaus Giger
---
drivers/mtd/cfi_flash.c | 15 +-
drivers/mtd/jedec_flash.c | 67 +
include/flash.h | 10
Signed-off-by: Niklaus Giger
---
drivers/mtd/cfi_flash.c | 15 +-
drivers/mtd/jedec_flash.c | 67 +
include/flash.h | 10 ++-
3 files changed, 89 insertions(+), 3 deletions(-)
diff --git a/drivers/mtd/cfi_flash.c b
Signed-off-by: Niklaus Giger
---
We tested some boot flashes as possible second source.
As some had ids above 0x7f, we had to implement JEDEC JEP106Z in cfi_flash.c.
I now that I just missed the merge window, but the patches are not urgent
and I was away for a three week
drivers/mtd
Signed-off-by: Niklaus Giger
---
We tested some boot flashes as possible second source.
As some had ids above 0x7f, we had to implement JEDEC JEP106Z in cfi_flash.c.
I now that I just missed the merge window, but the patches are not urgent
and I was away for a three week
drivers/mtd
Hi Wolfgang
<...>
>
> [1] See http://www.denx.de/wiki/UBoot/UbootStat_2009_01 for full
> statistics, and http://www.denx.de/wiki/UBoot/ReleaseCycle
> for links to statistics for earlier releases.
>
>>> Wolfgang Denk schrieb am 23.01.09 um 13:42 in Nachricht
<20090123124232.cca72832e...
Hi Wolfgang
Thanks for fixing my mistake. Forgot compiled all boards.Will try do do better
next time.
Best regards
Nioklaus
Am Dienstag 09 Dezember 2008 00.28:48 schrieb Wolfgang Denk:
> Signed-off-by: Wolfgang Denk <[EMAIL PROTECTED]>
> ---
> include/vxworks.h |2 +-
> 1 files changed, 1
---
drivers/mtd/jedec_flash.c | 14 ++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/jedec_flash.c b/drivers/mtd/jedec_flash.c
index 226e1e4..2d99d4d 100644
--- a/drivers/mtd/jedec_flash.c
+++ b/drivers/mtd/jedec_flash.c
@@ -215,6 +215,20 @@ static const
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
include/configs/netstal-common.h | 29 ++---
1 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/include/configs/netstal-common.h b/include/configs/netstal-common.h
index 1fa4b00..7f2b015 100644
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
common/cmd_elf.c | 81 --
1 files changed, 30 insertions(+), 51 deletions(-)
diff --git a/common/cmd_elf.c b/common/cmd_elf.c
index 3ebb6d9..27a4b73 100644
--- a/common/cmd_elf.c
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
include/vxworks.h | 53
+
1 files changed, 53 insertions(+), 0 deletions(-)
create mode 100644 include/vxworks.h
diff --git a/include/vxworks.h b/include/vxworks.h
new file mode
device may be overriden in board config
- servername may be defined in board config
- additional parameters may be defined in board config
- fixed some line wrappings
- replaced redundant MAX define by max
netstal-common.h
use new CONFIG_SYS_VXWORKS parameters
Signed-off-by: Niklaus Giger <[EM
Jean-Christophe PLAGNIOL-VILLARD wrote:
> On 10:54 Mon 03 Nov , Niklaus Giger wrote:
>> The following improvements are made:
>> - document bootvx in README
>> - fix size too small by one in sprintf
>> - changed old (pre 2004) device name ibmEmac to emac
>>
The following improvements are made:
- document bootvx in README
- fix size too small by one in sprintf
- changed old (pre 2004) device name ibmEmac to emac
- boot device may be overriden in board config
- servername may be defined in board config
- additional parameters may be defined in board con
Stefan Roese wrote:
> On Friday 31 October 2008, Kumar Gala wrote:
>> So when I build a 4xx config I see:
>>
>> cmd_elf.c: In function 'do_bootvx':
>> cmd_elf.c:173: warning: array subscript is below array bounds
>> cmd_elf.c:176: warning: array subscript is below array bounds
>> cmd_elf.c:181: wa
Am Freitag 31 Oktober 2008 00.23:32 schrieb Wolfgang Denk:
> Dear Niklaus Giger,
>
> In message <[EMAIL PROTECTED]> you wrote:
> > This time I took a closer look at img2brec.sh. My conclusions are
> > img2brec.sh was done for development under Windows (probably cygwin
under
cygwin (not tested).
I modified the script to git also rid of extra \M (LF) caracters in the output.
Now
the outputfile on my Debian system after calling
tools/img2brec.sh u-boot.bin [u-boot.brec]
looks fine.
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
tools/img2brec.sh
I reorganized my config files, putting the common stuff into netstal-common.h
(got the idea by looking a amcc-common.h from Stefan).
Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
include/configs/
Signed-off-by: Niklaus Giger <[EMAIL PROTECTED]>
---
tools/img2brec.sh | 598 ++--
1 files changed, 299 insertions(+), 299 deletions(-)
diff --git a/tools/img2brec.sh b/tools/img2brec.sh
index 0fcdba2..b0d7f44 100755
--- a/tools/img2brec.sh
51 matches
Mail list logo