Re: [U-Boot] [PATCH] MIPS: remove broken tb0229 board

2011-12-12 Thread Wolfgang Denk
Dear Wolfgang Denk,

In message 1323676699-31614-1-git-send-email...@denx.de you wrote:
 The tb0229 board has long been unmaintained, and is broken.
 Remove it.
 
 Signed-off-by: Wolfgang Denk w...@denx.de
 ---
  board/tb0229/Makefile|   47 --
  board/tb0229/config.mk   |   30 -
  board/tb0229/flash.c | 1197 
 --
  board/tb0229/lowlevel_init.S |   70 ---
  board/tb0229/tb0229.c|   54 --
  board/tb0229/u-boot.lds  |   70 ---
  board/tb0229/vr4131-pci.c|  254 -
  boards.cfg   |1 -
  doc/README.scrapyard |7 +-
  9 files changed, 4 insertions(+), 1726 deletions(-)
  delete mode 100644 board/tb0229/Makefile
  delete mode 100644 board/tb0229/config.mk
  delete mode 100644 board/tb0229/flash.c
  delete mode 100644 board/tb0229/lowlevel_init.S
  delete mode 100644 board/tb0229/tb0229.c
  delete mode 100644 board/tb0229/u-boot.lds
  delete mode 100644 board/tb0229/vr4131-pci.c

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
A direct quote from the Boss: We passed over a lot of good people to
get the ones we hired.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] MIPS: remove broken tb0229 board

2011-12-11 Thread Wolfgang Denk
The tb0229 board has long been unmaintained, and is broken.
Remove it.

Signed-off-by: Wolfgang Denk w...@denx.de
---
 board/tb0229/Makefile|   47 --
 board/tb0229/config.mk   |   30 -
 board/tb0229/flash.c | 1197 --
 board/tb0229/lowlevel_init.S |   70 ---
 board/tb0229/tb0229.c|   54 --
 board/tb0229/u-boot.lds  |   70 ---
 board/tb0229/vr4131-pci.c|  254 -
 boards.cfg   |1 -
 doc/README.scrapyard |7 +-
 9 files changed, 4 insertions(+), 1726 deletions(-)
 delete mode 100644 board/tb0229/Makefile
 delete mode 100644 board/tb0229/config.mk
 delete mode 100644 board/tb0229/flash.c
 delete mode 100644 board/tb0229/lowlevel_init.S
 delete mode 100644 board/tb0229/tb0229.c
 delete mode 100644 board/tb0229/u-boot.lds
 delete mode 100644 board/tb0229/vr4131-pci.c

diff --git a/board/tb0229/Makefile b/board/tb0229/Makefile
deleted file mode 100644
index 76f1664..000
--- a/board/tb0229/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# (C) Masami Komiya mkom...@sonare.it 2004
-#
-# (C) Copyright 2003-2006
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-include $(TOPDIR)/config.mk
-
-LIB= $(obj)lib$(BOARD).o
-
-COBJS  = $(BOARD).o flash.o vr4131-pci.o
-SOBJS  = lowlevel_init.o
-
-SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-SOBJS  := $(addprefix $(obj),$(SOBJS))
-
-$(LIB):$(obj).depend $(OBJS) $(SOBJS)
-   $(call cmd_link_o_target, $(OBJS) $(SOBJS))
-
-#
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#
diff --git a/board/tb0229/config.mk b/board/tb0229/config.mk
deleted file mode 100644
index 017511d..000
--- a/board/tb0229/config.mk
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# (C) Masami Komiya mkom...@sonare.it 2004
-#
-# (C) Copyright 2003
-# Wolfgang Denk, DENX Software Engineering, w...@denx.de.
-#
-# See file CREDITS for list of people who contributed to this
-# project.
-#
-# This program is free software; you can redistribute it and/or
-# modify it under the terms of the GNU General Public License as
-# published by the Free Software Foundation; either version 2 of
-# the License, or (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-# MA 02111-1307 USA
-#
-
-# ROM version
-CONFIG_SYS_TEXT_BASE = 0xBFC0
-
-# RAM version
-#CONFIG_SYS_TEXT_BASE = 0x8040
diff --git a/board/tb0229/flash.c b/board/tb0229/flash.c
deleted file mode 100644
index 4cb5968..000
--- a/board/tb0229/flash.c
+++ /dev/null
@@ -1,1197 +0,0 @@
-/*
- * (C) Masami Komiya mkom...@sonare.it 2004
- *
- * (C) Copyright 2001-2004
- * Wolfgang Denk, DENX Software Engineering, w...@denx.de.
- *
- * See file CREDITS for list of people who contributed to this
- * project.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of
- * the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
-
-#include common.h
-#include asm/processor.h
-
-flash_info_t