Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-21 Thread Mike Frysinger
On Monday 21 November 2011 01:09:22 Marek Vasut wrote:
> > On Sunday 20 November 2011 03:41:49 Marek Vasut wrote:
> > > > no changelog as to why it's being dropped ?
> > > 
> > > Nope. It's unmaintained ... let's see if the author will speak to us or
> > > not.
> > 
> > does it fail to build ?  is it missing some critical update ?
> > 
> > a board that builds fine and probably works generally isn't considered
> > from removal just because no commits have been made to it in a long time
> 
> It doesn't build, exactly.

you should put that into the changelog ;)
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Marek Vasut
> On Sunday 20 November 2011 03:41:49 Marek Vasut wrote:
> > > no changelog as to why it's being dropped ?
> > 
> > Nope. It's unmaintained ... let's see if the author will speak to us or
> > not.
> 
> does it fail to build ?  is it missing some critical update ?
> 
> a board that builds fine and probably works generally isn't considered from
> removal just because no commits have been made to it in a long time ...
> -mike

It doesn't build, exactly. There was this machine-ID change and noone cares. 
Let's see what the author will tell us. If nothing, time to go.

M
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Mike Frysinger
On Sunday 20 November 2011 03:41:49 Marek Vasut wrote:
> > no changelog as to why it's being dropped ?
> 
> Nope. It's unmaintained ... let's see if the author will speak to us or
> not.

does it fail to build ?  is it missing some critical update ?

a board that builds fine and probably works generally isn't considered from 
removal just because no commits have been made to it in a long time ...
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Marek Vasut
> no changelog as to why it's being dropped ?
> -mike

Nope. It's unmaintained ... let's see if the author will speak to us or not.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-19 Thread Mike Frysinger
no changelog as to why it's being dropped ?
-mike


signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-19 Thread Simon Glass
On Sat, Nov 19, 2011 at 8:20 PM, Marek Vasut  wrote:
> Signed-off-by: Marek Vasut 
> Cc: Simon Glass 
> Cc: Anatolij Gustschin 
> Cc: Prakash Kumar 

+jtassit...@embedx.com who may wish to update the maintainer?

> ---
>  MAINTAINERS               |    4 -
>  board/cerf250/Makefile    |   43 -
>  board/cerf250/cerf250.c   |   85 -
>  board/cerf250/flash.c     |  429 
> -
>  boards.cfg                |    1 -
>  include/configs/cerf250.h |  229 
>  6 files changed, 0 insertions(+), 791 deletions(-)
>  delete mode 100644 board/cerf250/Makefile
>  delete mode 100644 board/cerf250/cerf250.c
>  delete mode 100644 board/cerf250/flash.c
>  delete mode 100644 include/configs/cerf250.h
>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-19 Thread Marek Vasut
Signed-off-by: Marek Vasut 
Cc: Simon Glass 
Cc: Anatolij Gustschin 
Cc: Prakash Kumar 
---
 MAINTAINERS   |4 -
 board/cerf250/Makefile|   43 -
 board/cerf250/cerf250.c   |   85 -
 board/cerf250/flash.c |  429 -
 boards.cfg|1 -
 include/configs/cerf250.h |  229 
 6 files changed, 0 insertions(+), 791 deletions(-)
 delete mode 100644 board/cerf250/Makefile
 delete mode 100644 board/cerf250/cerf250.c
 delete mode 100644 board/cerf250/flash.c
 delete mode 100644 include/configs/cerf250.h

diff --git a/MAINTAINERS b/MAINTAINERS
index 61a5336..c21a416 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -710,10 +710,6 @@ Sergey Kubushyn 
SONATA  ARM926EJS
SCHMOOGIE   ARM926EJS
 
-Prakash Kumar 
-
-   cerf250 xscale/pxa
-
 Vipin Kumar 
 
spear300ARM926EJS (spear300 Soc)
diff --git a/board/cerf250/Makefile b/board/cerf250/Makefile
deleted file mode 100644
index cf4742e..000
--- a/board/cerf250/Makefile
+++ /dev/null
@@ -1,43 +0,0 @@
-#
-# (C) Copyright 2000-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  := cerf250.o flash.o
-
-SRCS   := $(COBJS:.o=.c)
-OBJS   := $(addprefix $(obj),$(COBJS))
-
-$(LIB):$(obj).depend $(OBJS)
-   $(call cmd_link_o_target, $(OBJS))
-
-#
-
-# defines $(obj).depend target
-include $(SRCTREE)/rules.mk
-
-sinclude $(obj).depend
-
-#
diff --git a/board/cerf250/cerf250.c b/board/cerf250/cerf250.c
deleted file mode 100644
index 043afea..000
--- a/board/cerf250/cerf250.c
+++ /dev/null
@@ -1,85 +0,0 @@
-/*
- * (C) Copyright 2002
- * Kyle Harris, Nexus Technologies, Inc. khar...@nexus-tech.net
- *
- * (C) Copyright 2002
- * Sysgo Real-Time Solutions, GmbH 
- * Marius Groeger 
- *
- * 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 
-#include 
-
-DECLARE_GLOBAL_DATA_PTR;
-
-/* - */
-
-
-/*
- * Miscelaneous platform dependent initialisations
- */
-
-int board_init (void)
-{
-   /* We have RAM, disable cache */
-   dcache_disable();
-   icache_disable();
-
-   /* arch number of cerf PXA Board */
-   gd->bd->bi_arch_number = MACH_TYPE_PXA_CERF;
-
-   /* adress of boot parameters */
-   gd->bd->bi_boot_params = 0xa100;
-
-   return 0;
-}
-
-int board_late_init(void)
-{
-   setenv("stdout", "serial");
-   setenv("stderr", "serial");
-   return 0;
-}
-
-extern void pxa_dram_init(void);
-int dram_init(void)
-{
-   pxa_dram_init();
-   gd->ram_size = PHYS_SDRAM_1_SIZE;
-   return 0;
-}
-
-void dram_init_banksize(void)
-{
-   gd->bd->bi_dram[0].start = PHYS_SDRAM_1;
-   gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE;
-}
-
-#ifdef CONFIG_CMD_NET
-int board_eth_init(bd_t *bis)
-{
-   int rc = 0;
-#ifdef CONFIG_SMC9
-   rc = smc9_initialize(0, CONFIG_SMC9_BASE);
-#endif
-   return rc;
-}
-#endif
diff --git a/board/cerf250/flash.c b/board/cerf250/flash.c
deleted file mode 100644
index e1e7807..000
--- a/board/cerf250/flash.c
+++ /dev/null
@@ -1,429 +0,0 @@
-/*
- * (C) Copyright 2001
- *