forked from coolsnowwolf/lede
-
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.
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: arm-trusted-firmware-rockchip-vendor: rk3568 atf revert to v1.28 rockchip: add kmod-ata-ahci-platform for Firefly Station P2 kernel: bump 5.19 to 5.19.1 rockchip: disable UHS modes for R66S rockchip: fix NanoPi R4S soft-reboot on some SD card rockchip: set initial signal voltage on power off mac80211: fix compile error (coolsnowwolf#9917) rockchip: station-p2: reorder eth rockchip: add support for firefly station-p2 board mac80211: broadcom: set default y to sdio for rockchip soc mac80211: broadcom: add kmod-mac80211 supported mac80211: fix set wifi macaddr to zero linux-firmware: add ap6275s sdio firmware for rockchip target mac80211: brcm: backport APIs to support kernel 5.18+ target: add Amlogic S805 and S9xxx SoCs init support
- Loading branch information
Showing
36 changed files
with
2,792 additions
and
12 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.19 = | ||
LINUX_KERNEL_HASH-5.19 = ff240c579b9ee1affc318917de07394fc1c3bb49dac25ec1287370c2e15005a8 | ||
LINUX_VERSION-5.19 = .1 | ||
LINUX_KERNEL_HASH-5.19.1 = f4e27b926ea2c66b808db1f5706254cf92a8899e2108eedb0c3a7d12499aea55 |
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
Binary file added
BIN
+328 KB
package/boot/arm-trusted-firmware-rockchip-vendor/src/bin/rk35/rk3568_bl31_v1.28.elf
Binary file not shown.
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
78 changes: 78 additions & 0 deletions
78
package/boot/uboot-rockchip/patches/017-rockchip-rk3568-Add-support-for-Station-P2.patch
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,78 @@ | ||
From 18e3719c5d5b1573c29d137c1244ca23277750b2 Mon Sep 17 00:00:00 2001 | ||
From: huangjf <[email protected]> | ||
Date: Thu, 7 Apr 2022 16:22:56 +0800 | ||
Subject: [PATCH] rockchip: rk3568: Add support for Station P2 | ||
|
||
--- | ||
configs/station-p2-rk3568_defconfig | 59 +++++++++++++++++++++++++++++ | ||
1 file changed, 59 insertions(+) | ||
create mode 100644 configs/station-p2-rk3568_defconfig | ||
|
||
diff --git a/configs/station-p2-rk3568_defconfig b/configs/station-p2-rk3568_defconfig | ||
new file mode 100644 | ||
index 0000000000..435be99edf | ||
--- /dev/null | ||
+++ b/configs/station-p2-rk3568_defconfig | ||
@@ -0,0 +1,59 @@ | ||
+CONFIG_ARM=y | ||
+CONFIG_SKIP_LOWLEVEL_INIT=y | ||
+CONFIG_ARCH_ROCKCHIP=y | ||
+CONFIG_SYS_TEXT_BASE=0x00a00000 | ||
+CONFIG_SPL_LIBCOMMON_SUPPORT=y | ||
+CONFIG_SPL_LIBGENERIC_SUPPORT=y | ||
+CONFIG_NR_DRAM_BANKS=2 | ||
+CONFIG_DEFAULT_DEVICE_TREE="rk3568-evb" | ||
+CONFIG_ROCKCHIP_RK3568=y | ||
+CONFIG_SPL_ROCKCHIP_BACK_TO_BROM=y | ||
+CONFIG_SPL_ROCKCHIP_COMMON_BOARD=y | ||
+CONFIG_SPL_MMC=y | ||
+CONFIG_SPL_SERIAL=y | ||
+CONFIG_SPL_STACK_R_ADDR=0x600000 | ||
+CONFIG_TARGET_EVB_RK3568=y | ||
+CONFIG_DEBUG_UART_BASE=0xFE660000 | ||
+CONFIG_DEBUG_UART_CLOCK=24000000 | ||
+CONFIG_DEBUG_UART=y | ||
+CONFIG_SYS_LOAD_ADDR=0xc00800 | ||
+CONFIG_FIT=y | ||
+CONFIG_FIT_VERBOSE=y | ||
+CONFIG_SPL_LOAD_FIT=y | ||
+CONFIG_DEFAULT_FDT_FILE="rockchip/rk3568-evb.dtb" | ||
+# CONFIG_DISPLAY_CPUINFO is not set | ||
+CONFIG_DISPLAY_BOARDINFO_LATE=y | ||
+# CONFIG_SPL_RAW_IMAGE_SUPPORT is not set | ||
+CONFIG_SPL_STACK_R=y | ||
+CONFIG_SPL_SEPARATE_BSS=y | ||
+CONFIG_SPL_ATF=y | ||
+CONFIG_CMD_GPT=y | ||
+CONFIG_CMD_MMC=y | ||
+# CONFIG_CMD_SETEXPR is not set | ||
+# CONFIG_SPL_DOS_PARTITION is not set | ||
+CONFIG_SPL_OF_CONTROL=y | ||
+CONFIG_OF_LIVE=y | ||
+CONFIG_NET_RANDOM_ETHADDR=y | ||
+CONFIG_SPL_REGMAP=y | ||
+CONFIG_SPL_SYSCON=y | ||
+CONFIG_SPL_CLK=y | ||
+CONFIG_ROCKCHIP_GPIO=y | ||
+CONFIG_SYS_I2C_ROCKCHIP=y | ||
+CONFIG_MISC=y | ||
+CONFIG_SUPPORT_EMMC_RPMB=y | ||
+CONFIG_MMC_DW=y | ||
+CONFIG_MMC_DW_ROCKCHIP=y | ||
+CONFIG_MMC_SDHCI=y | ||
+CONFIG_MMC_SDHCI_SDMA=y | ||
+CONFIG_MMC_SDHCI_ROCKCHIP=y | ||
+CONFIG_DM_ETH=y | ||
+CONFIG_ETH_DESIGNWARE=y | ||
+CONFIG_GMAC_ROCKCHIP=y | ||
+CONFIG_REGULATOR_PWM=y | ||
+CONFIG_PWM_ROCKCHIP=y | ||
+CONFIG_SPL_RAM=y | ||
+CONFIG_DM_RESET=y | ||
+CONFIG_BAUDRATE=1500000 | ||
+CONFIG_DEBUG_UART_SHIFT=2 | ||
+CONFIG_SYSRESET=y | ||
+CONFIG_ERRNO_STR=y | ||
-- | ||
2.20.1 | ||
|
Binary file not shown.
Binary file added
BIN
+28.2 KB
package/firmware/linux-firmware/brcm_firmware/ap6275s/clm_bcm43752a2_ag.blob
Binary file not shown.
Binary file added
BIN
+726 KB
package/firmware/linux-firmware/brcm_firmware/ap6275s/fw_bcm43752a2_ag_apsta.bin
Binary file not shown.
Oops, something went wrong.