[coreboot-gerrit] Patch set updated for coreboot: 8a41a2e hp/dl145_g1: Add missing copyright notes

Oskar Enoksson (enok@lysator.liu.se) gerrit at coreboot.org
Tue Feb 11 23:22:07 CET 2014


Oskar Enoksson (enok at lysator.liu.se) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5188

-gerrit

commit 8a41a2e28ff0f94fdc0fd20d3f1a483b78bb9138
Author: Oskar Enoksson <enok at lysator.liu.se>
Date:   Tue Feb 11 22:19:35 2014 +0100

    hp/dl145_g1: Add missing copyright notes
    
    Missing copyright notes added.
    
    Change-Id: I55b320a169b1125017c63b7a2384078465e7ce6e
    Signed-off-by: Oskar Enoksson <enok at lysator.liu.se>
---
 src/mainboard/hp/dl145_g1/get_bus_conf.c | 4 ++++
 src/mainboard/hp/dl145_g1/mb_sysconf.h   | 4 ++++
 src/mainboard/hp/dl145_g1/mptable.c      | 4 ++++
 src/mainboard/hp/dl145_g1/resourcemap.c  | 5 ++++-
 src/mainboard/hp/dl145_g1/romstage.c     | 4 ++++
 5 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/src/mainboard/hp/dl145_g1/get_bus_conf.c b/src/mainboard/hp/dl145_g1/get_bus_conf.c
index 9ca5792..acfa023 100644
--- a/src/mainboard/hp/dl145_g1/get_bus_conf.c
+++ b/src/mainboard/hp/dl145_g1/get_bus_conf.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2011,2014 Oskar Enoksson <enok at lysator.liu.se>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
 #include <console/console.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
diff --git a/src/mainboard/hp/dl145_g1/mb_sysconf.h b/src/mainboard/hp/dl145_g1/mb_sysconf.h
index 2b16791..9d373b3 100644
--- a/src/mainboard/hp/dl145_g1/mb_sysconf.h
+++ b/src/mainboard/hp/dl145_g1/mb_sysconf.h
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2011,2014 Oskar Enoksson <enok at lysator.liu.se>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
 #ifndef MB_SYSCONF_H
 
 #define MB_SYSCONF_H
diff --git a/src/mainboard/hp/dl145_g1/mptable.c b/src/mainboard/hp/dl145_g1/mptable.c
index 725220e..b9af38b 100644
--- a/src/mainboard/hp/dl145_g1/mptable.c
+++ b/src/mainboard/hp/dl145_g1/mptable.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2011,2014 Oskar Enoksson <enok at lysator.liu.se>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
 #include <console/console.h>
 #include <arch/smp/mpspec.h>
 #include <arch/ioapic.h>
diff --git a/src/mainboard/hp/dl145_g1/resourcemap.c b/src/mainboard/hp/dl145_g1/resourcemap.c
index 9a9fb10..4cc08f5 100644
--- a/src/mainboard/hp/dl145_g1/resourcemap.c
+++ b/src/mainboard/hp/dl145_g1/resourcemap.c
@@ -1,6 +1,9 @@
 /*
  * DL145G1 needs a different resource map
- * This file may need more tweaking, it is copied from the Tyan S2881 mainboard
+ * This file was originally copied from the tyan/s2881 coreboot mainboard.
+ *
+ * Copyright (c) 2011,2014 Oskar Enoksson <enok at lysator.liu.se>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
  */
 
 static void setup_dl145g1_resource_map(void)
diff --git a/src/mainboard/hp/dl145_g1/romstage.c b/src/mainboard/hp/dl145_g1/romstage.c
index 67ce9c1..3cb6761 100644
--- a/src/mainboard/hp/dl145_g1/romstage.c
+++ b/src/mainboard/hp/dl145_g1/romstage.c
@@ -1,3 +1,7 @@
+/*
+ * Copyright (c) 2011,2014 Oskar Enoksson <enok at lysator.liu.se>
+ * Subject to the GNU GPL v2, or (at your option) any later version.
+ */
 #include <stdint.h>
 #include <string.h>
 #include <device/pci_def.h>



More information about the coreboot-gerrit mailing list