[coreboot] r871 - coreboot-v3/northbridge/amd/k8

svn at coreboot.org svn at coreboot.org
Mon Sep 29 07:14:55 CEST 2008


Author: rminnich
Date: 2008-09-29 07:14:55 +0200 (Mon, 29 Sep 2008)
New Revision: 871

Added:
   coreboot-v3/northbridge/amd/k8/domain
Log:
Forgot to add this one.
Signed-off-by: Ronald G. Minnich <rminnich at gmail.com>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>



Added: coreboot-v3/northbridge/amd/k8/domain
===================================================================
--- coreboot-v3/northbridge/amd/k8/domain	                        (rev 0)
+++ coreboot-v3/northbridge/amd/k8/domain	2008-09-29 05:14:55 UTC (rev 871)
@@ -0,0 +1,24 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2008 Ronald G. Minnich <rminnich at gmail.com>
+ *
+ * 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
+ */
+
+{
+	device_operations = "k8domain_ops";
+	bridge;
+};





More information about the coreboot mailing list