arch/arm64: migrate to SPDX identifier

Most tools used for compliance and SBOM generation use SPDX identifiers
This change brings us a step closer to an easy SBOM generation.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2024-12-02 13:15:59 +01:00
committed by Xiang Xiao
parent 7428644711
commit 879d38d511
270 changed files with 563 additions and 46 deletions
+2
View File
@@ -1,6 +1,8 @@
# ############################################################################## # ##############################################################################
# arch/arm64/CMakeLists.txt # arch/arm64/CMakeLists.txt
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor # Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for # license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this # additional information regarding copyright ownership. The ASF licenses this
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/a64/chip.h * arch/arm64/include/a64/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/a64/irq.h * arch/arm64/include/a64/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/arch.h * arch/arm64/include/arch.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/elf.h * arch/arm64/include/elf.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/fvp-v8r/chip.h * arch/arm64/include/fvp-v8r/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/fvp-v8r/irq.h * arch/arm64/include/fvp-v8r/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/goldfish/chip.h * arch/arm64/include/goldfish/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/goldfish/irq.h * arch/arm64/include/goldfish/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/imx8/chip.h * arch/arm64/include/imx8/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/imx8/irq.h * arch/arm64/include/imx8/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/imx9/chip.h * arch/arm64/include/imx9/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/imx9/imx93_irq.h * arch/arm64/include/imx9/imx93_irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/imx9/irq.h * arch/arm64/include/imx9/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/inttypes.h * arch/arm64/include/inttypes.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/irq.h * arch/arm64/include/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/limits.h * arch/arm64/include/limits.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/qemu/chip.h * arch/arm64/include/qemu/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/qemu/irq.h * arch/arm64/include/qemu/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/rk3399/chip.h * arch/arm64/include/rk3399/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/rk3399/irq.h * arch/arm64/include/rk3399/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/setjmp.h * arch/arm64/include/setjmp.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/spinlock.h * arch/arm64/include/spinlock.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/stdarg.h * arch/arm64/include/stdarg.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/syscall.h * arch/arm64/include/syscall.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/types.h * arch/arm64/include/types.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/zynq-mpsoc/chip.h * arch/arm64/include/zynq-mpsoc/chip.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/include/zynq-mpsoc/irq.h * arch/arm64/include/zynq-mpsoc/irq.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
# ############################################################################## # ##############################################################################
# arch/arm64/src/CMakeLists.txt # arch/arm64/src/CMakeLists.txt
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more contributor # Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements. See the NOTICE file distributed with this work for # license agreements. See the NOTICE file distributed with this work for
# additional information regarding copyright ownership. The ASF licenses this # additional information regarding copyright ownership. The ASF licenses this
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# arch/arm64/src/Toolchain.defs # arch/arm64/src/Toolchain.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
############################################################################ ############################################################################
# arch/arm64/src/a64/Make.defs # arch/arm64/src/a64/Make.defs
# #
# SPDX-License-Identifier: Apache-2.0
#
# Licensed to the Apache Software Foundation (ASF) under one or more # Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with # contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership. The # this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_boot.c * arch/arm64/src/a64/a64_boot.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_boot.h * arch/arm64/src/a64/a64_boot.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_de.c * arch/arm64/src/a64/a64_de.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_de.h * arch/arm64/src/a64/a64_de.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_lowputc.S * arch/arm64/src/a64/a64_lowputc.S
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_mipi_dphy.c * arch/arm64/src/a64/a64_mipi_dphy.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_mipi_dphy.h * arch/arm64/src/a64/a64_mipi_dphy.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_mipi_dsi.c * arch/arm64/src/a64/a64_mipi_dsi.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_mipi_dsi.h * arch/arm64/src/a64/a64_mipi_dsi.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_pinmux.h * arch/arm64/src/a64/a64_pinmux.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_pio.c * arch/arm64/src/a64/a64_pio.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_pio.h * arch/arm64/src/a64/a64_pio.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_rsb.c * arch/arm64/src/a64/a64_rsb.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_rsb.h * arch/arm64/src/a64/a64_rsb.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/*************************************************************************** /***************************************************************************
* arch/arm64/src/a64/a64_serial.c * arch/arm64/src/a64/a64_serial.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_serial.h * arch/arm64/src/a64/a64_serial.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_tcon0.c * arch/arm64/src/a64/a64_tcon0.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_tcon0.h * arch/arm64/src/a64/a64_tcon0.h
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The
+2
View File
@@ -1,6 +1,8 @@
/**************************************************************************** /****************************************************************************
* arch/arm64/src/a64/a64_timer.c * arch/arm64/src/a64/a64_timer.c
* *
* SPDX-License-Identifier: Apache-2.0
*
* Licensed to the Apache Software Foundation (ASF) under one or more * Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with * contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership. The * this work for additional information regarding copyright ownership. The

Some files were not shown because too many files have changed in this diff Show More