[coreboot-gerrit] Patch set updated for coreboot: 32f7881 macbook21: Kill empty smi.h

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Fri Oct 17 13:21:22 CEST 2014


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/7083

-gerrit

commit 32f7881f9c7276913783576324a183928dc0db84
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Wed Oct 15 22:56:12 2014 +0200

    macbook21: Kill empty smi.h
    
    Change-Id: I387bb6154fe432ef2fc5f92faca69e67d7a6370a
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/mainboard/apple/macbook21/acpi/video.asl |  2 --
 src/mainboard/apple/macbook21/smi.h          | 23 -----------------------
 src/mainboard/apple/macbook21/smihandler.c   |  1 -
 3 files changed, 26 deletions(-)

diff --git a/src/mainboard/apple/macbook21/acpi/video.asl b/src/mainboard/apple/macbook21/acpi/video.asl
index 50a0947..c2f9dfb 100644
--- a/src/mainboard/apple/macbook21/acpi/video.asl
+++ b/src/mainboard/apple/macbook21/acpi/video.asl
@@ -19,8 +19,6 @@
  * MA 02110-1301 USA
  */
 
-#include "smi.h"
-
 Device (DSPC)
 {
 	Name (_ADR, 0x00020001)
diff --git a/src/mainboard/apple/macbook21/smi.h b/src/mainboard/apple/macbook21/smi.h
deleted file mode 100644
index 92186bf..0000000
--- a/src/mainboard/apple/macbook21/smi.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2011 Sven Schnelle <svens at stackframe.org>
- *
- * 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
- */
-
-#ifndef MAINBOARD_APPLE_MACBOOK21_SMI_H
-#define MAINBOARD_APPLE_MACBOOK21_SMI_H
-
-#endif
diff --git a/src/mainboard/apple/macbook21/smihandler.c b/src/mainboard/apple/macbook21/smihandler.c
index 0b3d615..ab039dd 100644
--- a/src/mainboard/apple/macbook21/smihandler.c
+++ b/src/mainboard/apple/macbook21/smihandler.c
@@ -26,7 +26,6 @@
 #include "southbridge/intel/i82801gx/i82801gx.h"
 #include <pc80/mc146818rtc.h>
 #include <delay.h>
-#include "smi.h"
 
 /* The southbridge SMI handler checks whether gnvs has a
  * valid pointer before calling the trap handler



More information about the coreboot-gerrit mailing list