Merge pull request #9385 from heitbaum/u-boot-2024.10

u-boot 2024.10
This commit is contained in:
CvH 2024-10-28 16:07:26 +01:00 committed by GitHub
commit 81a82b6bee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 8 additions and 6 deletions

View File

@ -3,8 +3,8 @@
# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="u-boot"
PKG_VERSION="2024.07"
PKG_SHA256="f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f"
PKG_VERSION="2024.10"
PKG_SHA256="b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0"
PKG_ARCH="arm aarch64"
PKG_LICENSE="GPL"
PKG_SITE="https://www.denx.de/wiki/U-Boot"

View File

@ -47,14 +47,13 @@ new file mode 100644
index 000000000000..b3849b366e31
--- /dev/null
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
@@ -0,0 +1,451 @@
@@ -0,0 +1,450 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
+ */
+
+#include <common.h>
+#include <asm/arch/cpu.h>
+#include <asm/arch/cpucfg.h>
+#include <asm/armv7.h>

View File

@ -50,14 +50,13 @@ new file mode 100644
index 0000000000..fea51eb456
--- /dev/null
+++ b/arch/arm/cpu/armv7/sunxi/psci-scpi.c
@@ -0,0 +1,463 @@
@@ -0,0 +1,462 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
+ * Copyright (C) 2018-2021 Samuel Holland <samuel@sholland.org>
+ */
+
+#include <common.h>
+#include <asm/arch/cpu.h>
+#include <asm/armv7.h>
+#include <asm/gic.h>

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -0,0 +1 @@
# CONFIG_EFI_LOADER is not set

View File

@ -1,3 +1,4 @@
# CONFIG_EFI_LOADER is not set
CONFIG_LZ4=y
CONFIG_LZO=y
CONFIG_LZMA=y