aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/aspeed/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/aspeed/common')
-rw-r--r--src/drivers/aspeed/common/aspeed_coreboot.h2
-rw-r--r--src/drivers/aspeed/common/ast_dp501.c10
-rw-r--r--src/drivers/aspeed/common/ast_dram_tables.h9
-rw-r--r--src/drivers/aspeed/common/ast_drv.h2
-rw-r--r--src/drivers/aspeed/common/ast_main.c2
-rw-r--r--src/drivers/aspeed/common/ast_post.c5
-rw-r--r--src/drivers/aspeed/common/ast_tables.h2
7 files changed, 19 insertions, 13 deletions
diff --git a/src/drivers/aspeed/common/aspeed_coreboot.h b/src/drivers/aspeed/common/aspeed_coreboot.h
index d1dff330a0..d3b6981708 100644
--- a/src/drivers/aspeed/common/aspeed_coreboot.h
+++ b/src/drivers/aspeed/common/aspeed_coreboot.h
@@ -1,8 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
- *
* 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
diff --git a/src/drivers/aspeed/common/ast_dp501.c b/src/drivers/aspeed/common/ast_dp501.c
index 2e8b897464..99b087550f 100644
--- a/src/drivers/aspeed/common/ast_dp501.c
+++ b/src/drivers/aspeed/common/ast_dp501.c
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * File taken from the Linux ast driver (v3.18.5)
- * coreboot-specific includes added at top and/or contents modified
- * as needed to function within the coreboot environment.
- *
* 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.
@@ -15,6 +11,12 @@
* GNU General Public License for more details.
*/
+/*
+ * File taken from the Linux ast driver (v3.18.5)
+ * coreboot-specific includes added at top and/or contents modified
+ * as needed to function within the coreboot environment.
+ */
+
#include <delay.h>
#include "ast_drv.h"
diff --git a/src/drivers/aspeed/common/ast_dram_tables.h b/src/drivers/aspeed/common/ast_dram_tables.h
index 1d46ca6378..39495d3d18 100644
--- a/src/drivers/aspeed/common/ast_dram_tables.h
+++ b/src/drivers/aspeed/common/ast_dram_tables.h
@@ -1,10 +1,6 @@
/*
* This file is part of the coreboot project.
*
- * File taken from the Linux ast driver (v3.18.5)
- * coreboot-specific includes added at top and/or contents modified
- * as needed to function within the coreboot environment.
- *
* 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.
@@ -15,6 +11,11 @@
* GNU General Public License for more details.
*/
+/*
+ * File taken from the Linux ast driver (v3.18.5)
+ * coreboot-specific includes added at top and/or contents modified
+ * as needed to function within the coreboot environment.
+ */
#ifndef AST_DRAM_TABLES_H
#define AST_DRAM_TABLES_H
diff --git a/src/drivers/aspeed/common/ast_drv.h b/src/drivers/aspeed/common/ast_drv.h
index 53640f11e5..c1794694e0 100644
--- a/src/drivers/aspeed/common/ast_drv.h
+++ b/src/drivers/aspeed/common/ast_drv.h
@@ -1,4 +1,6 @@
/*
+ * This file is part of the coreboot project.
+ *
* Copyright 2012 Red Hat Inc.
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
*
diff --git a/src/drivers/aspeed/common/ast_main.c b/src/drivers/aspeed/common/ast_main.c
index 086b0a4f10..f9fb5e2361 100644
--- a/src/drivers/aspeed/common/ast_main.c
+++ b/src/drivers/aspeed/common/ast_main.c
@@ -1,4 +1,6 @@
/*
+ * This file is part of the coreboot project.
+ *
* Copyright 2012 Red Hat Inc.
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
*
diff --git a/src/drivers/aspeed/common/ast_post.c b/src/drivers/aspeed/common/ast_post.c
index 5f935b9976..d14082e0ca 100644
--- a/src/drivers/aspeed/common/ast_post.c
+++ b/src/drivers/aspeed/common/ast_post.c
@@ -1,4 +1,6 @@
/*
+ * This file is part of the coreboot project.
+ *
* Copyright 2012 Red Hat Inc.
* Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
*
@@ -23,9 +25,6 @@
* of the Software.
*
*/
-/*
- * Authors: Dave Airlie <airlied@redhat.com>
- */
#define COREBOOT_AST_FAILOVER_TIMEOUT 10000000
diff --git a/src/drivers/aspeed/common/ast_tables.h b/src/drivers/aspeed/common/ast_tables.h
index 6c20f362ff..ae3c6d078a 100644
--- a/src/drivers/aspeed/common/ast_tables.h
+++ b/src/drivers/aspeed/common/ast_tables.h
@@ -1,4 +1,6 @@
/*
+ * This file is part of the coreboot project.
+ *
* Copyright (c) 2005 ASPEED Technology Inc.
*
* Permission to use, copy, modify, distribute, and sell this software and its