[coreboot] New patch to review for coreboot: 384c255 Remove no-op Makefiles under mainboard directory

Kyösti Mälkki (kyosti.malkki@gmail.com) gerrit at coreboot.org
Tue Feb 7 22:59:32 CET 2012


Kyösti Mälkki (kyosti.malkki at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/612

-gerrit

commit 384c255400a042a075692c71e33e3de5718ec6c0
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Tue Feb 7 23:50:17 2012 +0200

    Remove no-op Makefiles under mainboard directory
    
    Patch removes following files:
    
        src/mainboard/amd/serengeti_cheetah/Makefile.inc
        src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc
        src/mainboard/broadcom/blast/Makefile.inc
        src/mainboard/hp/dl145_g1/Makefile.inc
        src/mainboard/msi/ms9282/Makefile.inc
        src/mainboard/supermicro/h8dme/Makefile.inc
        src/mainboard/tyan/s2881/Makefile.inc
        src/mainboard/tyan/s2892/Makefile.inc
        src/mainboard/via/epia-m700/Makefile.inc
    
    Change-Id: I020776313abff1772be38afc896af51ca5ab6453
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>
---
 src/mainboard/amd/serengeti_cheetah/Makefile.inc   |   19 --------------
 .../amd/serengeti_cheetah_fam10/Makefile.inc       |   19 --------------
 src/mainboard/broadcom/blast/Makefile.inc          |    3 --
 src/mainboard/msi/ms9282/Makefile.inc              |   19 --------------
 src/mainboard/supermicro/h8dme/Makefile.inc        |   20 ---------------
 src/mainboard/via/epia-m700/Makefile.inc           |   26 --------------------
 6 files changed, 0 insertions(+), 106 deletions(-)

diff --git a/src/mainboard/amd/serengeti_cheetah/Makefile.inc b/src/mainboard/amd/serengeti_cheetah/Makefile.inc
deleted file mode 100644
index 1ba662e..0000000
--- a/src/mainboard/amd/serengeti_cheetah/Makefile.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007-2008 coresystems GmbH
-##
-## 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; version 2 of the License.
-##
-## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
diff --git a/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc b/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc
deleted file mode 100644
index 1ba662e..0000000
--- a/src/mainboard/amd/serengeti_cheetah_fam10/Makefile.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007-2008 coresystems GmbH
-##
-## 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; version 2 of the License.
-##
-## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
diff --git a/src/mainboard/broadcom/blast/Makefile.inc b/src/mainboard/broadcom/blast/Makefile.inc
deleted file mode 100644
index 77fa6eb..0000000
--- a/src/mainboard/broadcom/blast/Makefile.inc
+++ /dev/null
@@ -1,3 +0,0 @@
-
-# Needed by irq_tables and mptable and acpi_tables.
-
diff --git a/src/mainboard/hp/dl145_g1/Makefile.inc b/src/mainboard/hp/dl145_g1/Makefile.inc
deleted file mode 100644
index e69de29..0000000
diff --git a/src/mainboard/msi/ms9282/Makefile.inc b/src/mainboard/msi/ms9282/Makefile.inc
deleted file mode 100644
index 1ba662e..0000000
--- a/src/mainboard/msi/ms9282/Makefile.inc
+++ /dev/null
@@ -1,19 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007-2008 coresystems GmbH
-##
-## 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; version 2 of the License.
-##
-## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
diff --git a/src/mainboard/supermicro/h8dme/Makefile.inc b/src/mainboard/supermicro/h8dme/Makefile.inc
deleted file mode 100644
index 71baa03..0000000
--- a/src/mainboard/supermicro/h8dme/Makefile.inc
+++ /dev/null
@@ -1,20 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2007-2008 coresystems GmbH
-##
-## 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; version 2 of the License.
-##
-## 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-##
-
-# Needed by irq_tables and mptable and acpi_tables.
diff --git a/src/mainboard/tyan/s2881/Makefile.inc b/src/mainboard/tyan/s2881/Makefile.inc
deleted file mode 100644
index e69de29..0000000
diff --git a/src/mainboard/tyan/s2892/Makefile.inc b/src/mainboard/tyan/s2892/Makefile.inc
deleted file mode 100644
index e69de29..0000000
diff --git a/src/mainboard/via/epia-m700/Makefile.inc b/src/mainboard/via/epia-m700/Makefile.inc
deleted file mode 100644
index 0308491..0000000
--- a/src/mainboard/via/epia-m700/Makefile.inc
+++ /dev/null
@@ -1,26 +0,0 @@
-##
-## This file is part of the coreboot project.
-##
-## Copyright (C) 2008 VIA Technologies, Inc.
-## (Written by Aaron Lwe <aaron.lwe at gmail.com> for VIA)
-##
-## 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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
-##
-
-# This code is unused and should be replaced by the generic resume code
-# completely. If anyone works on wakeup for this chipset/board, delete
-# wakeup.c when you are done.
-# ramstage-y += wakeup.c
-




More information about the coreboot mailing list