Browse Source

Add comment information

bigmagic 5 năm trước cách đây
mục cha
commit
f922bf2e31

+ 3 - 3
libcpu/aarch64/cortex-a53/armv8.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2019, RT-Thread Development Team
+ * Copyright (c) 2006-2020, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *
@@ -8,8 +8,8 @@
  * 2011-09-15     Bernard      first version
  */
 
-#ifndef __ARMV7_H__
-#define __ARMV7_H__
+#ifndef __ARMV8_H__
+#define __ARMV8_H__
 
 /* the exception stack without VFP registers */
 struct rt_hw_exp_stack

+ 5 - 0
libcpu/aarch64/cortex-a53/context_gcc.S

@@ -1,4 +1,9 @@
 /*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
  * Date           Author       Notes
  * 2018-10-06     ZhaoXiaowei    the first version
  */

+ 1 - 1
libcpu/aarch64/cortex-a53/cp15.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2019, RT-Thread Development Team
+ * Copyright (c) 2006-2020, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 4 - 0
libcpu/aarch64/cortex-a53/cpu_gcc.S

@@ -1,4 +1,8 @@
 /*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
  * Date           Author       Notes
  * 2018-10-06     ZhaoXiaowei    the first version
  */

+ 9 - 0
libcpu/aarch64/cortex-a53/entry_point.S

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Date           Author       Notes
+ * 2020-01-15     bigmagic    the first version
+ */
+
 .section ".text.entrypoint"
 
 .set EL1_stack,         __el1_stack

+ 9 - 0
libcpu/aarch64/cortex-a53/interrupt.h

@@ -1,4 +1,13 @@
 
+/*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ */
+
 #ifndef __INTERRUPT_H__
 #define __INTERRUPT_H__
 

+ 1 - 1
libcpu/aarch64/cortex-a53/mmu.c

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006-2019, RT-Thread Development Team
+ * Copyright (c) 2006-2020, RT-Thread Development Team
  *
  * SPDX-License-Identifier: Apache-2.0
  *

+ 9 - 0
libcpu/aarch64/cortex-a53/mmu.h

@@ -1,3 +1,12 @@
+/*
+ * Copyright (c) 2006-2018, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
+ * Change Logs:
+ * Date           Author       Notes
+ * 2020-01-15     bigmagic     the first version
+ */
 #ifndef MMU_H__
 #define MMU_H__
 #include <rtthread.h>

+ 4 - 0
libcpu/aarch64/cortex-a53/trap.c

@@ -1,4 +1,8 @@
 /*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ * 
  * Date           Author       Notes
  * 2018-10-06     ZhaoXiaowei    the first version
  */

+ 4 - 0
libcpu/aarch64/cortex-a53/vector_gcc.S

@@ -1,4 +1,8 @@
 /*
+ * Copyright (c) 2006-2020, RT-Thread Development Team
+ *
+ * SPDX-License-Identifier: Apache-2.0
+ *
  * Date           Author       Notes
  * 2018-10-06     ZhaoXiaowei    the first version
  */