mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
parent
47559e1ebf
commit
a52f4544f7
@ -47,14 +47,13 @@ new file mode 100644
|
|||||||
index 000000000000..b3849b366e31
|
index 000000000000..b3849b366e31
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
|
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
|
||||||
@@ -0,0 +1,451 @@
|
@@ -0,0 +1,450 @@
|
||||||
+// SPDX-License-Identifier: GPL-2.0
|
+// SPDX-License-Identifier: GPL-2.0
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
|
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
|
||||||
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
|
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
|
||||||
+ */
|
+ */
|
||||||
+
|
+
|
||||||
+#include <common.h>
|
|
||||||
+#include <asm/arch/cpu.h>
|
+#include <asm/arch/cpu.h>
|
||||||
+#include <asm/arch/cpucfg.h>
|
+#include <asm/arch/cpucfg.h>
|
||||||
+#include <asm/armv7.h>
|
+#include <asm/armv7.h>
|
||||||
|
@ -50,14 +50,13 @@ new file mode 100644
|
|||||||
index 0000000000..fea51eb456
|
index 0000000000..fea51eb456
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
|
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
|
||||||
@@ -0,0 +1,463 @@
|
@@ -0,0 +1,462 @@
|
||||||
+// SPDX-License-Identifier: GPL-2.0
|
+// SPDX-License-Identifier: GPL-2.0
|
||||||
+/*
|
+/*
|
||||||
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
|
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
|
||||||
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
|
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
|
||||||
+ */
|
+ */
|
||||||
+
|
+
|
||||||
+#include <common.h>
|
|
||||||
+#include <asm/arch/cpu.h>
|
+#include <asm/arch/cpu.h>
|
||||||
+#include <asm/armv7.h>
|
+#include <asm/armv7.h>
|
||||||
+#include <asm/gic.h>
|
+#include <asm/gic.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user