-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
8,104 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# RK3588 | ||
|
||
This is a work-in-progress SoC device for RK3588 | ||
|
||
**Known Issues/Limitations** | ||
|
||
* no HDMI support | ||
* uses rkbin ddr init blob instead of u-boot tpl | ||
- u-boot does not have any ddr init code | ||
* uses rkbin atf blob | ||
- open source atf has not been tested | ||
* ram is limited to ~4gb with `mem=3838M` (memory range `0x00200000` - `0xefffffff`) | ||
|
||
**Build** | ||
|
||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=cm3588-nas make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=nanopc-t6 make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=nanopi-r6c make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=nanopi-r6s make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=orangepi-5 make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=orangepi-5-plus make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=rock-5a make image` | ||
* `PROJECT=Rockchip DEVICE=RK3588 ARCH=aarch64 UBOOT_SYSTEM=rock-5b make image` |
14 changes: 14 additions & 0 deletions
14
projects/Rockchip/devices/RK3588/config/kernel-firmware-any.dat
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,14 @@ | ||
rockchip/* | ||
arm/mali/* | ||
ath10k/QCA6174 | ||
ath10k/QCA9377 | ||
ath10k/QCA9887 | ||
ath10k/QCA9888 | ||
ath10k/QCA988X | ||
ath10k/QCA9984 | ||
ath10k/QCA99X0 | ||
iwlwifi-4965-2.ucode | ||
iwlwifi-5* | ||
iwlwifi-6* | ||
mwlwifi/ | ||
rtl_nic/rtl8125b-2.fw |
Oops, something went wrong.