forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openwrt:master' into master
- Loading branch information
Showing
279 changed files
with
13,905 additions
and
1,328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.10 = .138 | ||
LINUX_KERNEL_HASH-5.10.138 = 29a003bb8e0e3a45942f703370fb0b3460e6fdcbbad37424423c9cf831ab5ba8 | ||
LINUX_VERSION-5.10 = .139 | ||
LINUX_KERNEL_HASH-5.10.139 = 1c002ac275a44934a280a158a136735bf6665b26a42d344023b4648a7898bef1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
LINUX_VERSION-5.15 = .63 | ||
LINUX_KERNEL_HASH-5.15.63 = 6dd3cd1e5a629d0002bc6c6ec7e8ea96710104f38664122dd56c83dfd4eb7341 | ||
LINUX_VERSION-5.15 = .64 | ||
LINUX_KERNEL_HASH-5.15.64 = c6a1d38c6fa3798341372d5cf0088ae806ccdc827e31ecbff8988e097ba5de50 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,9 +13,9 @@ PKG_RELEASE:=$(AUTORELEASE) | |
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL=https://github.com/mtk-openwrt/arm-trusted-firmware.git | ||
PKG_SOURCE_DATE:=2022-08-18 | ||
PKG_SOURCE_VERSION:=9c9c49945c24634e4ae6cd924dbb88cf85c7926d | ||
PKG_MIRROR_HASH:=26b474f40c02da12b7bed56597aeef209757ad1b40a4f0a652794954018b2198 | ||
PKG_SOURCE_DATE:=2022-08-31 | ||
PKG_SOURCE_VERSION:=7539348480af57c6d0db95aba6381f3ee7483779 | ||
PKG_MIRROR_HASH:=125090124d77753acc379b3b124100978c1ecb3da37c4983ba9644b433b7eb08 | ||
|
||
PKG_MAINTAINER:=Daniel Golle <[email protected]> | ||
|
||
|
32 changes: 0 additions & 32 deletions
32
...boot/arm-trusted-firmware-mediatek/patches/0001-spi-nor-add-more-Winbond-device-IDs.patch
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
...d-firmware-mediatek/patches/0002-mediatek-mt7622-initialize-watchdog-after-DDR-init.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=arm-trusted-firmware-tools | ||
PKG_VERSION:=2.4 | ||
PKG_VERSION:=2.7 | ||
PKG_RELEASE:=1 | ||
PKG_HASH:=bf3eb3617a74cddd7fb0e0eacbfe38c3258ee07d4c8ed730deef7a175cc3d55b | ||
PKG_HASH:=53422dc649153838e03820330ba17cb10afe3e330ecde0db11e4d5f1361a33e6 | ||
|
||
PKG_MAINTAINER:=Daniel Golle <[email protected]> | ||
PKG_HOST_ONLY:=1 | ||
|
@@ -34,23 +34,17 @@ define Host/Compile | |
$(HOST_BUILD_DIR)/tools/fiptool \ | ||
CPPFLAGS="$(HOST_CFLAGS)" \ | ||
LDFLAGS="$(HOST_LDFLAGS)" | ||
$(MAKE) -C \ | ||
$(HOST_BUILD_DIR)/tools/sptool \ | ||
CPPFLAGS="$(HOST_CFLAGS)" \ | ||
LDFLAGS="$(HOST_LDFLAGS)" | ||
endef | ||
|
||
define Host/Install | ||
$(INSTALL_DIR) $(STAGING_DIR_HOST)/bin/ | ||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/fiptool/fiptool $(STAGING_DIR_HOST)/bin/ | ||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/sptool/sptool $(STAGING_DIR_HOST)/bin/ | ||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/sptool/sp_mk_generator.py $(STAGING_DIR_HOST)/bin/ | ||
$(INSTALL_BIN) $(HOST_BUILD_DIR)/tools/sptool/sptool.py $(STAGING_DIR_HOST)/bin/ | ||
endef | ||
|
||
define Host/Clean | ||
rm -f $(STAGING_DIR_HOST)/bin/fiptool | ||
rm -f $(STAGING_DIR_HOST)/bin/sptool | ||
rm -f $(STAGING_DIR_HOST)/bin/sp_mk_generator.py | ||
rm -f $(STAGING_DIR_HOST)/bin/sptool.py $(STAGING_DIR_HOST)/bin/sptool | ||
endef | ||
|
||
$(eval $(call BuildPackage,arm-trusted-firmware-tools)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# | ||
# Copyright (C) 2021 OpenWrt.org | ||
# | ||
|
||
[ -e /etc/config/ubootenv ] && exit 0 | ||
|
||
touch /etc/config/ubootenv | ||
|
||
. /lib/uboot-envtools.sh | ||
. /lib/functions.sh | ||
|
||
board=$(board_name) | ||
|
||
case "$board" in | ||
bananapi,bpi-r3) | ||
. /lib/upgrade/common.sh | ||
export_bootdevice | ||
export_partdevice rootdev 0 | ||
case "$rootdev" in | ||
mmc*) | ||
local envdev=$(find_mmc_part "ubootenv" $rootdev) | ||
ubootenv_add_uci_config "$envdev" "0x0" "0x40000" "0x40000" "1" | ||
ubootenv_add_uci_config "$envdev" "0x40000" "0x40000" "0x40000" "1" | ||
;; | ||
mtd*) | ||
local envdev=/dev/mtd$(find_mtd_index "u-boot-env") | ||
ubootenv_add_uci_config "$envdev" "0x0" "0x20000" "0x20000" "1" | ||
ubootenv_add_uci_config "$envdev" "0x20000" "0x20000" "0x20000" "1" | ||
;; | ||
*) | ||
. /lib/upgrade/nand.sh | ||
local envubi=$(nand_find_ubi ubi) | ||
local envdev=/dev/$(nand_find_volume $envubi ubootenv) | ||
local envdev2=/dev/$(nand_find_volume $envubi ubootenv2) | ||
ubootenv_add_uci_config "$envdev" "0x0" "0x1f000" "0x1f000" "1" | ||
ubootenv_add_uci_config "$envdev2" "0x0" "0x1f000" "0x1f000" "1" | ||
;; | ||
esac | ||
;; | ||
esac | ||
|
||
config_load ubootenv | ||
config_foreach ubootenv_add_app_config ubootenv | ||
|
||
exit 0 |
Oops, something went wrong.