Hello Julius Werner, build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34606
to look at the new patch set (#2).
Change subject: AUTHORS: Move src/arch/arm64 copyrights into AUTHORS file ......................................................................
AUTHORS: Move src/arch/arm64 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: - Make sure files say that they're part of the coreboot project - Move descriptions below the license header
Note that the file include/arch/acpi.h is a fantastic example of why moving to the authors file is needed. Excluding the guard statements, it has 8 lines of copyrights for 3 function declarations.
Signed-off-by: Martin Roth martin@coreboot.org Change-Id: I334baab2b4311eb1bd9ce3f67f49a68e8b73630c --- M AUTHORS M src/arch/arm64/Makefile.inc M src/arch/arm64/arch_timer.c M src/arch/arm64/arm_tf.c M src/arch/arm64/armv8/Makefile.inc M src/arch/arm64/armv8/bootblock.S M src/arch/arm64/armv8/cpu.S M src/arch/arm64/armv8/exception.c M src/arch/arm64/boot.c M src/arch/arm64/div0.c M src/arch/arm64/eabi_compat.c M src/arch/arm64/fit_payload.c M src/arch/arm64/include/arch/acpi.h M src/arch/arm64/include/arch/asm.h M src/arch/arm64/include/arch/cbconfig.h M src/arch/arm64/include/arch/early_variables.h M src/arch/arm64/include/arch/header.ld M src/arch/arm64/include/arch/memlayout.h M src/arch/arm64/include/arch/mpidr.h M src/arch/arm64/include/arch/pci_ops.h M src/arch/arm64/include/arch/stages.h M src/arch/arm64/include/arch/transition.h M src/arch/arm64/include/arm_tf.h M src/arch/arm64/include/arm_tf_temp.h M src/arch/arm64/include/armv8/arch/barrier.h M src/arch/arm64/include/armv8/arch/cpu.h M src/arch/arm64/include/armv8/arch/exception.h M src/arch/arm64/include/armv8/arch/lib_helpers.h M src/arch/arm64/include/armv8/arch/mmio.h M src/arch/arm64/include/armv8/arch/mmu.h M src/arch/arm64/include/clocks.h M src/arch/arm64/include/cpu/cortex_a57.h M src/arch/arm64/memcpy.S M src/arch/arm64/memmove.S M src/arch/arm64/memset.S M src/arch/arm64/romstage.c M src/arch/arm64/tables.c M src/arch/arm64/transition.c M src/arch/arm64/transition_asm.S 39 files changed, 34 insertions(+), 100 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/34606/2