aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/xgi/common/vb_util.h
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-10-20 20:29:22 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-10-22 12:55:19 +0000
commiteffaf8fcb8af5f2a0a3355977de22f402c780da0 (patch)
tree9b8c02ad61c492d8b0ebfef841d05666ef922b93 /src/drivers/xgi/common/vb_util.h
parentcddd6008f9434c013efcd3a0533265e54b245d75 (diff)
AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file
As discussed on the mailing list and voted upon, the coreboot project is going to move the majority of copyrights out of the headers and into an AUTHORS file. This will happen a bit at a time, as we'll be unifying license headers at the same time. Updated Authors file is in a separate commit. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: Ia0a07df6ca1fdaa2837ce8839057057cbd44d157 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36181 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/drivers/xgi/common/vb_util.h')
-rw-r--r--src/drivers/xgi/common/vb_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/xgi/common/vb_util.h b/src/drivers/xgi/common/vb_util.h
index d5d30ed6c2..bdf08be456 100644
--- a/src/drivers/xgi/common/vb_util.h
+++ b/src/drivers/xgi/common/vb_util.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * File taken verbatim from the Linux xgifb driver (v3.18.5)
- *
* 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.
@@ -13,6 +11,8 @@
* GNU General Public License for more details.
*/
+/* File taken from the Linux xgifb driver (v3.18.5) */
+
#ifndef _VBUTIL_
#define _VBUTIL_
extern void xgifb_reg_set(unsigned long, u8, u8);