Skip to content

Commit

Permalink
rockchip: fix sata support for rk3568
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsnowwolf committed Jul 11, 2024
1 parent 8a8bf45 commit 54ad1c5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions target/linux/rockchip/image/armv8.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ define Device/advantech_rsb4810
SOC := rk3568
UBOOT_DEVICE_NAME := advantech-rsb4810-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-ata-ahci kmod-ata-ahci-platform -urngd
DEVICE_PACKAGES := kmod-ata-ahci-dwc -urngd
endef
TARGET_DEVICES += advantech_rsb4810

Expand Down Expand Up @@ -48,7 +48,7 @@ define Device/ezpro_mrkaio-m68s
SOC := rk3568
UBOOT_DEVICE_NAME := mrkaio-m68s-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script vop | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-ata-ahci kmod-ata-ahci-platform kmod-drm-rockchip
DEVICE_PACKAGES := kmod-ata-ahci-dwc kmod-drm-rockchip
endef
TARGET_DEVICES += ezpro_mrkaio-m68s

Expand All @@ -58,7 +58,7 @@ define Device/ezpro_mrkaio-m68s-plus
SOC := rk3568
UBOOT_DEVICE_NAME := mrkaio-m68s-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script vop | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-r8125 kmod-ata-ahci kmod-ata-ahci-platform kmod-drm-rockchip
DEVICE_PACKAGES := kmod-ata-ahci-dwc kmod-drm-rockchip kmod-r8125
endef
TARGET_DEVICES += ezpro_mrkaio-m68s-plus

Expand Down Expand Up @@ -157,15 +157,15 @@ define Device/firefly_station-p2
DEVICE_DTS := rockchip/rk3568-roc-pc
UBOOT_DEVICE_NAME := station-p2-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-brcmfmac kmod-ikconfig kmod-ata-ahci-platform station-p2-firmware wpad-openssl
DEVICE_PACKAGES := kmod-ata-ahci-dwc kmod-brcmfmac kmod-ikconfig wpad-openssl
endef
TARGET_DEVICES += firefly_station-p2

define Device/hinlink_common
DEVICE_VENDOR := HINLINK
UBOOT_DEVICE_NAME := opc-h68k-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script vop | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-drm-rockchip kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
DEVICE_PACKAGES := kmod-ata-ahci-dwc kmod-drm-rockchip kmod-hwmon-pwmfan kmod-mt7921e kmod-r8125 wpad-openssl
endef

define Device/hinlink_opc-h66k
Expand Down Expand Up @@ -206,7 +206,7 @@ define Device/panther_x2
DEVICE_DTS := rockchip/rk3566-panther-x2
UBOOT_DEVICE_NAME := panther-x2-rk3566
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-brcmfmac kmod-ikconfig panther-x2-firmware wpad-openssl
DEVICE_PACKAGES := kmod-brcmfmac kmod-ikconfig brcmfmac-nvram-43430-sdio wpad-openssl
endef
TARGET_DEVICES += panther_x2

Expand All @@ -226,7 +226,7 @@ define Device/radxa_e25
DEVICE_DTS := rockchip/rk3568-radxa-e25
UBOOT_DEVICE_NAME := radxa-e25-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-ata-ahci-platform kmod-r8125
DEVICE_PACKAGES := kmod-ata-ahci-dwc kmod-r8125
endef
TARGET_DEVICES += radxa_e25

Expand Down Expand Up @@ -257,7 +257,7 @@ define Device/rongpin_king3399
SOC := rk3399
UBOOT_DEVICE_NAME := rongpin-king3399-rk3399
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-bin | gzip | append-metadata
DEVICE_PACKAGES := kmod-r8168 -urngd kmod-brcmfmac cypress-firmware-4356-sdio rongpin-king3399-firmware wpad-openssl
DEVICE_PACKAGES := kmod-r8168 -urngd kmod-brcmfmac cypress-firmware-4356-sdio wpad-openssl
endef
TARGET_DEVICES += rongpin_king3399

Expand All @@ -278,7 +278,7 @@ define Device/seewo_sv21-rk3568
DEVICE_DTS := rockchip/rk3568-seewo-sv21
UBOOT_DEVICE_NAME := seewo-sv21-rk3568
IMAGE/sysupgrade.img.gz := boot-common | boot-script | pine64-img | gzip | append-metadata
DEVICE_PACKAGES := kmod-usb-net-rtl8152 kmod-ata-ahci kmod-ata-ahci-platform
DEVICE_PACKAGES := kmod-usb-net-rtl8152 kmod-ata-ahci-dwc
endef
TARGET_DEVICES += seewo_sv21-rk3568

Expand Down

0 comments on commit 54ad1c5

Please sign in to comment.