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

Hi
I left Netstal Maschinen a couple of months ago and found a part time job at another company (www.solcept.ch) where some of its customers use U-Boot and linux for their products. Beside that I am working free-lance on a free software project (www.elexis.ch, An Eclipse RCP program for all aspects of a medical practice)
Netstal Maschinen is not interested anymore in maintaining these powerpc boards. The HCU5 board is part of a current production model. It uses the U- boot. Source code is included with all software releases.
Many thanks for the friendly help I received on this list 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 - MAINTAINERS | 6 - board/netstal/common/fixed_sdram.c | 105 --------- board/netstal/common/nm.h | 44 ---- board/netstal/common/nm_bsp.c | 117 ---------- board/netstal/hcu4/Makefile | 51 ----- board/netstal/hcu4/README.txt | 59 ----- board/netstal/hcu4/config.mk | 25 --- board/netstal/hcu4/hcu4.c | 198 ----------------- board/netstal/hcu5/Makefile | 55 ----- board/netstal/hcu5/README.txt | 171 --------------- board/netstal/hcu5/config.mk | 27 --- board/netstal/hcu5/hcu5.c | 414 ------------------------------------ board/netstal/hcu5/init.S | 106 --------- board/netstal/hcu5/sdram.c | 283 ------------------------ board/netstal/mcu25/Makefile | 51 ----- board/netstal/mcu25/README.txt | 59 ----- board/netstal/mcu25/config.mk | 25 --- board/netstal/mcu25/mcu25.c | 197 ----------------- boards.cfg | 3 - include/configs/hcu4.h | 275 ------------------------ include/configs/hcu5.h | 325 ---------------------------- include/configs/mcu25.h | 281 ------------------------ include/configs/netstal-common.h | 261 ----------------------- 24 files changed, 0 insertions(+), 3143 deletions(-) delete mode 100644 board/netstal/common/fixed_sdram.c delete mode 100644 board/netstal/common/nm.h delete mode 100644 board/netstal/common/nm_bsp.c delete mode 100644 board/netstal/hcu4/Makefile delete mode 100644 board/netstal/hcu4/README.txt delete mode 100644 board/netstal/hcu4/config.mk delete mode 100644 board/netstal/hcu4/hcu4.c delete mode 100644 board/netstal/hcu5/Makefile delete mode 100644 board/netstal/hcu5/README.txt delete mode 100644 board/netstal/hcu5/config.mk delete mode 100644 board/netstal/hcu5/hcu5.c delete mode 100644 board/netstal/hcu5/init.S delete mode 100644 board/netstal/hcu5/sdram.c delete mode 100644 board/netstal/mcu25/Makefile delete mode 100644 board/netstal/mcu25/README.txt delete mode 100644 board/netstal/mcu25/config.mk delete mode 100644 board/netstal/mcu25/mcu25.c delete mode 100644 include/configs/hcu4.h delete mode 100644 include/configs/hcu5.h delete mode 100644 include/configs/mcu25.h delete mode 100644 include/configs/netstal-common.h
participants (1)
-
Niklaus Giger