[U-Boot] How to bring in support for GnuBee on MediaTek MT7621A

2017-09-22 Thread Niklaus Giger
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

[U-Boot] [PATCH 0/1] Removed obsolete Netstal boards

2011-07-22 Thread Niklaus Giger
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

Re: [U-Boot] [PATCH 0/6] ppc4xx: Linker script consolidation

2009-10-28 Thread Niklaus Giger
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

Re: [U-Boot] Question on EON EN29LV160B Flash Memory

2009-10-15 Thread Niklaus Giger
Hi Agostino Original-Nachricht Datum: Wed, 14 Oct 2009 13:11:17 +0200 Von: Stefan Roese s...@denx.de An: u-boot@lists.denx.de CC: Niklaus Giger niklaus.gi...@netstal.com, SETTE AGOSTINO - technolabs agostino.se...@technolabs.it Betreff: Re: [U-Boot] Question on EON

[U-Boot] [RFC] Continuos integration with DUTS v2

2009-10-06 Thread Niklaus Giger
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

Re: [U-Boot] [PATCH 1/4] ppc4xx: Cleanup some HW register names

2009-10-04 Thread Niklaus Giger
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: Signed-off-by: Niklaus Giger

[U-Boot] [PATCH v2 0/4] ppc4xx: Overhaul for cmd reginfo

2009-10-04 Thread Niklaus Giger
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: Cleanup some HW

[U-Boot] [PATCH v2 0/4] *** SUBJECT HERE ***

2009-10-04 Thread Niklaus Giger
*** 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

[U-Boot] [PATCH v2 3/4] ppc4xx: Rework cmd reginfo

2009-10-04 Thread Niklaus Giger
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 niklaus.gi...@member.fsf.org --- common

[U-Boot] [PATCH v2 1/4] ppc4xx: Cleanup some HW register names

2009-10-04 Thread Niklaus Giger
-by: Niklaus Giger niklaus.gi...@member.fsf.org --- include/4xx_i2c.h |2 +- include/ppc405.h |4 +- include/ppc440.h | 179 ++-- include/ppc4xx_enet.h | 220 + 4 files changed, 216 insertions(+), 189

[U-Boot] [PATCH 0/4] ppc4xx: Overhaul for cmd reginfo

2009-10-02 Thread Niklaus Giger
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| 32

[U-Boot] [PATCH 0/4] ppc4xx: Overhaul for cmd reginfo

2009-10-02 Thread Niklaus Giger
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: Cleanup some HW

[U-Boot] [PATCH 1/4] ppc4xx: Cleanup some HW register names

2009-10-02 Thread Niklaus Giger
Signed-off-by: Niklaus Giger niklaus.gi...@member.fsf.org --- include/4xx_i2c.h |2 +- include/ppc405.h |4 +- include/ppc440.h | 179 ++-- include/ppc4xx_enet.h | 220 + 4 files changed

[U-Boot] [PATCH 3/4] ppc4xx: Rework cmd reginfo

2009-10-02 Thread Niklaus Giger
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 niklaus.gi...@member.fsf.org --- common

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-24 Thread Niklaus Giger
+ +/* define do_reghcu5 as u-boot command */ +U_BOOT_CMD(reghcu5, 2, 1, do_reghcu5, + reghcu5 - print register information for HCU5\n,); This command'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

[U-Boot] [PATCH] ppc4xx: Add command 440epx_r

2009-09-24 Thread Niklaus Giger
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 niklaus.gi...@netstal.com

Re: [U-Boot] ppc4xx: Convert PPC4xx UIC defines from lower case to upper case

2009-09-24 Thread Niklaus Giger
://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

[U-Boot] [PATCH] Cleanup: use constant

2009-09-23 Thread Niklaus Giger
Signed-off-by: Niklaus Giger niklaus.gi...@netstal.com --- 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

[U-Boot] [PATCH] vxworks: Make loading vxworks less verbose

2009-09-23 Thread Niklaus Giger
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 niklaus.gi...@netstal.com --- common/cmd_elf.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/cmd_elf.c b/common

[U-Boot] [PATCH] vxworks: Add CONFIG_VXWORKS_PREBOOT

2009-09-23 Thread Niklaus Giger
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 niklaus.gi...@netstal.com --- common/cmd_elf.c

Re: [U-Boot] [PATCH] vxworks: Make loading vxworks less verbose

2009-09-23 Thread Niklaus Giger
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

[U-Boot] [Patch v2] vxworks: Add CONFIG_VXWORKS_PREBOOT

2009-09-23 Thread Niklaus Giger
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 niklaus.gi...@netstal.com --- board/netstal/mcu25/mcu25.c |8 common/cmd_elf.c

[U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-23 Thread Niklaus Giger
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 niklaus.gi...@netstal.com --- board/netstal/hcu5/Makefile |2 +- board/netstal

[U-Boot] [PATCH] ppc4xx: Update Netstal configs

2009-09-23 Thread Niklaus Giger
- 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 niklaus.gi...@netstal.com

Re: [U-Boot] [PATCH] ppc4xx: HCU5 board: add register dump

2009-09-23 Thread Niklaus Giger
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 documentation purposes

Re: [U-Boot] DUTS: missing pieces for a beginner

2009-07-31 Thread Niklaus Giger
procedure is_powered_on in ngiger_ops.tcl never gets called. Thanks again for your help. Best regards --- Niklaus Giger ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] DUTS: missing pieces for a beginner

2009-07-30 Thread Niklaus Giger
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

Re: [U-Boot] DUTS: missing pieces for a beginner

2009-07-30 Thread Niklaus Giger
as it is one of the few languages I have a chance to read my old code and still understand it. Is this a easy fix for you? Best regards Niklaus Cheers Detlev -- Niklaus Giger connect Description: application/ruby ___ U-Boot mailing list U

[U-Boot] [PATCH v2] Less verbose output when loading vxworks 6.x images

2009-07-23 Thread Niklaus Giger
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 niklaus.gi...@member.fsf.org --- common/cmd_elf.c |2 +- 1 files changed, 1 insertions(+), 1

[U-Boot] [PATCH] Support up to 7 banks for ids as specified in JEDEC JEP106Z. see http://www.jedec.org/download/search/jep106Z.pdf Add some second source legacy flash chips 256x8.

2009-07-22 Thread Niklaus Giger
Signed-off-by: Niklaus Giger niklaus.gi...@member.fsf.org --- 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

[U-Boot] [PATCH:v2] Support up to 7 banks for ids as specified in JEDEC JEP106Z

2009-07-22 Thread Niklaus Giger
see http://www.jedec.org/download/search/jep106Z.pdf Add some second source legacy flash chips 256x8. Signed-off-by: Niklaus Giger niklaus.gi...@member.fsf.org --- drivers/mtd/cfi_flash.c | 15 +- drivers/mtd/jedec_flash.c | 67 + include

[U-Boot] [PATCH] Less verbose output when loading vxworks 6.x images

2009-07-22 Thread Niklaus Giger
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 niklaus.gi...@member.fsf.org --- common/cmd_elf.c |2 ++ 1 files changed, 2 insertions(+), 0

[U-Boot] [PATCH] Add some second source legacy flash chips 256x8

2009-07-22 Thread Niklaus Giger
Signed-off-by: Niklaus Giger niklaus.gi...@member.fsf.org --- 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

[U-Boot] [PATCH] Add some second source legacy flash chips 256x8

2009-07-21 Thread Niklaus Giger
Signed-off-by: Niklaus Giger niklaus.gi...@member.fsf.org --- 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

[U-Boot] Antw: U-Boot 2009.01 Release

2009-01-23 Thread Niklaus Giger
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 Denkw...@denx.de schrieb am 23.01.09 um 13:42 in Nachricht

Re: [U-Boot] [PATCH] vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23

2008-12-09 Thread Niklaus Giger
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

[U-Boot] [PATCH] Added legacy flash ST Micro M29W040B

2008-12-08 Thread Niklaus Giger
--- 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

[U-Boot] [PATCH] bootvx: Cleanup improvements

2008-11-03 Thread Niklaus Giger
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

Re: [U-Boot] [PATCH] bootvx: Cleanup improvements

2008-11-03 Thread Niklaus Giger
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 - boot device may be overriden in board config

[U-Boot] [PATCH 1/4]v2: Document CONFIG_SYS parameters for vxworks

2008-11-03 Thread Niklaus Giger
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 [EMAIL

[U-Boot] [PATCH 2/4]v2: Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters

2008-11-03 Thread Niklaus Giger
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 100644

[U-Boot] [PATCH 3/4]v2: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters

2008-11-03 Thread Niklaus Giger
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 +++ b/common

Re: [U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-11-01 Thread Niklaus Giger
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), as it uses a command filesize

Re: [U-Boot] 4xx warnings on cmd_elf.c

2008-11-01 Thread Niklaus Giger
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: warning: array

[U-Boot] [PATCH]v2: Fixed lineendings in tools/img2brec.sh

2008-10-23 Thread Niklaus Giger
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 | 580

[U-Boot] [PATCH] ppc4xx: Update configs for Netstal boards

2008-10-01 Thread Niklaus Giger
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/hcu4.h