[coreboot] [v2] r4123 - trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se

svn at coreboot.org svn at coreboot.org
Thu Apr 16 18:42:06 CEST 2009


Author: myles
Date: 2009-04-16 18:42:05 +0200 (Thu, 16 Apr 2009)
New Revision: 4123

Removed:
   trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/mptable.c
Log:
I deleted mptable.c in my patch, but forgot to svn rm it.

Signed-off-by: Myles Watson <mylesgw at gmail.com>
Acked-by: Myles Watson <mylesgw at gmail.com>


Deleted: trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/mptable.c	2009-04-15 22:40:43 UTC (rev 4122)
+++ trunk/coreboot-v2/src/mainboard/asus/m2v-mx_se/mptable.c	2009-04-16 16:42:05 UTC (rev 4123)
@@ -1,32 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2008 Rudolf Marek <r.marek at assembler.cz>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License v2 as published by
- * the Free Software Foundation.
- *
- * 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 <string.h>
-#include <stdint.h>
-#include <arch/smp/mpspec.h>
-#include <../../../southbridge/via/vt8237r/vt8237r.h>
-#include <../../../southbridge/via/k8t890/k8t890.h>
-
-unsigned long write_smp_table(unsigned long addr)
-{
-	/* place holder for a table, need to have it defined because
-	of MP_ used by ACPI */
-
-	return addr;
-}





More information about the coreboot mailing list