mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
commit
81a82b6bee
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
1
projects/NXP/devices/iMX6/bootloader/config
Normal file
1
projects/NXP/devices/iMX6/bootloader/config
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_EFI_LOADER is not set
|
1
projects/NXP/devices/iMX8/bootloader/config
Normal file
1
projects/NXP/devices/iMX8/bootloader/config
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_EFI_LOADER is not set
|
1
projects/Qualcomm/devices/Dragonboard/bootloader/config
Normal file
1
projects/Qualcomm/devices/Dragonboard/bootloader/config
Normal file
@ -0,0 +1 @@
|
||||
# CONFIG_EFI_LOADER is not set
|
@ -1,3 +1,4 @@
|
||||
# CONFIG_EFI_LOADER is not set
|
||||
CONFIG_LZ4=y
|
||||
CONFIG_LZO=y
|
||||
CONFIG_LZMA=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user