forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
289 changed files
with
20,958 additions
and
2,659 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
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=https://github.com/mtk-openwrt/arm-trusted-firmware.git | ||
PKG_SOURCE_DATE:=2023-10-13 | ||
PKG_SOURCE_VERSION:=0ea67d76ae8be127c91caa3fcdf449b1fe533175 | ||
PKG_MIRROR_HASH:=b102f6ffaa7cd2202161c44cab4d27f426d9d74c311ea9eb4d2f371ea2af4a2e | ||
PKG_MIRROR_HASH:=ad538e7304f8fae280491104b2128d9b7626c5da49216149a25921905590cb62 | ||
|
||
PKG_MAINTAINER:=Daniel Golle <[email protected]> | ||
|
||
|
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ PKG_SOURCE_PROTO:=git | |
PKG_SOURCE_URL=https://github.com/rockchip-linux/rkbin.git | ||
PKG_SOURCE_DATE:=2023-07-26 | ||
PKG_SOURCE_VERSION:=b4558da0860ca48bf1a571dd33ccba580b9abe23 | ||
PKG_MIRROR_HASH:=5842fbcb7e217c336235573e431e427f2f745390d989f6765a6c258a5bdf1b6e | ||
PKG_MIRROR_HASH:=8c6259c64ee53f596ac15dbedd0541ca9af40cdf3951d40f030ea00b94379009 | ||
|
||
PKG_LICENSE_FILES:=LICENSE | ||
PKG_MAINTAINER:=Tianling Shen <[email protected]> | ||
|
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 |
---|---|---|
|
@@ -783,7 +783,7 @@ Signed-off-by: Weijie Gao <[email protected]> | |
+} | ||
--- /dev/null | ||
+++ b/drivers/mtd/mtk-snand/mtk-snand-ids.c | ||
@@ -0,0 +1,515 @@ | ||
@@ -0,0 +1,519 @@ | ||
+// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause | ||
+/* | ||
+ * Copyright (C) 2020 MediaTek Inc. All Rights Reserved. | ||
|
@@ -901,6 +901,10 @@ Signed-off-by: Weijie Gao <[email protected]> | |
+ SNAND_MEMORG_1G_2K_64, | ||
+ &snand_cap_read_from_cache_quad_q2d, | ||
+ &snand_cap_program_load_x4), | ||
+ SNAND_INFO("GD5F1GQ5UExxG", SNAND_ID(SNAND_ID_ADDR, 0xc8, 0x51), | ||
+ SNAND_MEMORG_1G_2K_128, | ||
+ &snand_cap_read_from_cache_quad, | ||
+ &snand_cap_program_load_x4), | ||
+ SNAND_INFO("GD5F2GQ4UExIG", SNAND_ID(SNAND_ID_ADDR, 0xc8, 0xd2), | ||
+ SNAND_MEMORG_2G_2K_128, | ||
+ &snand_cap_read_from_cache_quad_q2d, | ||
|
Oops, something went wrong.