Skip to content

Commit

Permalink
Rockchip: new RK3588 device
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwiboo committed Nov 17, 2024
1 parent f858395 commit 6843881
Show file tree
Hide file tree
Showing 6 changed files with 8,104 additions and 1 deletion.
23 changes: 23 additions & 0 deletions projects/Rockchip/devices/RK3588/README.md
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 projects/Rockchip/devices/RK3588/config/kernel-firmware-any.dat
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
Loading

0 comments on commit 6843881

Please sign in to comment.