aboutsummaryrefslogtreecommitdiff
path: root/src/arch/ppc64/bootblock.S
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-07-29 20:08:18 -0600
committerPatrick Georgi <pgeorgi@google.com>2019-08-28 09:21:05 +0000
commitcf5312b17bc696927ba1db2bd646cb589ba069a7 (patch)
tree8639acda6a014cd09559affa875a54391ed4290f /src/arch/ppc64/bootblock.S
parent7cb4f4edbf6b04f80afb6369fb49182c2f6cb058 (diff)
AUTHORS: Move src/arch/ppc64 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. Additional changes in this patch: - Move descriptions below the license header Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I51d5b1f01ff47ed752761116e3f32cb9e168584f Reviewed-on: https://review.coreboot.org/c/coreboot/+/34637 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Werner Zeh <werner.zeh@siemens.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/ppc64/bootblock.S')
-rw-r--r--src/arch/ppc64/bootblock.S7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/arch/ppc64/bootblock.S b/src/arch/ppc64/bootblock.S
index 77289a1246..2628e0dabe 100644
--- a/src/arch/ppc64/bootblock.S
+++ b/src/arch/ppc64/bootblock.S
@@ -1,8 +1,5 @@
/*
- * Early initialization code for POWER8.
- *
- * Copyright 2016 Raptor Engineering, LLC
- * Copyright 2013 Google Inc.
+ * This file is part of the coreboot project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -13,6 +10,8 @@
* 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.
+ *
+ * Early initialization code for POWER8.
*/
.section ".text._start", "ax", %progbits