[coreboot-gerrit] New patch to review for coreboot: 16f9818 exynos: Get rid of the unused reset.c.

Isaac Christensen (isaac.christensen@se-eng.com) gerrit at coreboot.org
Fri Aug 8 23:36:50 CEST 2014


Isaac Christensen (isaac.christensen at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6542

-gerrit

commit 16f9818a1d153c58848876c95b8794b1341259b1
Author: Gabe Black <gabeblack at google.com>
Date:   Tue Sep 24 02:36:36 2013 -0700

    exynos: Get rid of the unused reset.c.
    
    The source file reset.c, present in both the exynos5250 and 5420 directories,
    is not being built for either SOC. Let's get rid of the clutter.
    
    Change-Id: Iab4c7982a271d08cbaf3207b6f5431f0ef52697e
    Signed-off-by: Gabe Black <gabeblack at google.com>
    Reviewed-on: https://chromium-review.googlesource.com/170402
    Reviewed-by: Hung-Te Lin <hungte at chromium.org>
    Reviewed-by: David Hendrix <dhendrix at chromium.org>
    Commit-Queue: Gabe Black <gabeblack at chromium.org>
    Tested-by: Gabe Black <gabeblack at chromium.org>
    (cherry picked from commit 0ce3898276ff49d171a0d8a650806f0305c0576f)
    Signed-off-by: Isaac Christensen <isaac.christensen at se-eng.com>
---
 src/cpu/samsung/exynos5250/reset.c | 26 --------------------------
 src/cpu/samsung/exynos5420/reset.c | 26 --------------------------
 2 files changed, 52 deletions(-)

diff --git a/src/cpu/samsung/exynos5250/reset.c b/src/cpu/samsung/exynos5250/reset.c
deleted file mode 100644
index 78571ba..0000000
--- a/src/cpu/samsung/exynos5250/reset.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2013 Google Inc.
- *
- * 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
- */
-
-#include <reset.h>
-#include <arch/io.h>
-
-void soft_reset(void)
-{
-	writel(0x1, samsung_get_base_swreset());
-}
diff --git a/src/cpu/samsung/exynos5420/reset.c b/src/cpu/samsung/exynos5420/reset.c
deleted file mode 100644
index 78571ba..0000000
--- a/src/cpu/samsung/exynos5420/reset.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright 2013 Google Inc.
- *
- * 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
- */
-
-#include <reset.h>
-#include <arch/io.h>
-
-void soft_reset(void)
-{
-	writel(0x1, samsung_get_base_swreset());
-}



More information about the coreboot-gerrit mailing list