aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/d510mo/cstates.c
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2015-12-02 14:03:02 +1100
committerMartin Roth <martinroth@google.com>2016-01-26 04:42:09 +0100
commit2950cd2de173f8a4f0ffac32823b23774dac4db5 (patch)
tree86e21d4f91f88fa36a3c351da2b0b6854452d37b /src/mainboard/intel/d510mo/cstates.c
parent546f29dbf1613d40b6b816a87aa3c144b1cd0b90 (diff)
mainboard/intel/d510mo: Licence fixes and azalia verb table
Azalia verb table replicated from vendor bios. Licence headers added where appropriate. Change-Id: I29e4fe433dee6c5f30fe36055fc9a8bf2062fef5 Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/12621 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/intel/d510mo/cstates.c')
-rw-r--r--src/mainboard/intel/d510mo/cstates.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/mainboard/intel/d510mo/cstates.c b/src/mainboard/intel/d510mo/cstates.c
index 2d543ff62e..b7eb6df341 100644
--- a/src/mainboard/intel/d510mo/cstates.c
+++ b/src/mainboard/intel/d510mo/cstates.c
@@ -1,3 +1,18 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2015 Damien Zammit <damien@zamaudio.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; 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.
+ */
+
#include <device/device.h>
#include <arch/x86/include/arch/acpigen.h>