mirror of
https://gitlab.com/prpl-foundation/prplOS/feed-qca.git
synced 2025-12-20 01:21:55 +08:00
qca_ipq54xx: Add qca_ipq54x target support in prplos
marina base changes are available and this will add full ipq54xx support to build in prplos which passed sanity * ipq54xx/generic.mk Add Lzma fit image support for marina ipq54xx * ipq54xx/Makefile Remove ath-legacy-wifi-scripts which is no longer required * ipq54xx/config-6.6 Disable DEBUG_INFO_COMPRESSED_ZSTD References: PCF-2075 Signed-off-by: Nikhil Gurram <nikhgurr@qti.qualcomm.com>
This commit is contained in:
committed by
Nikhil Gurram
parent
ef5173cdbd
commit
54514fbdec
@@ -24,7 +24,7 @@ DEFAULT_PACKAGES += \
|
||||
iwinfo kmod-ath12k-qca \
|
||||
kmod-leds-gpio swconfig kmod-fs-ext4 losetup \
|
||||
libudebug libustream-mbedtls libubus-lua \
|
||||
wififw_mount_script qca-wifi-scripts ath-wifi-scripts ath-legacy-wifi-scripts \
|
||||
wififw_mount_script qca-wifi-scripts ath-wifi-scripts \
|
||||
kmod-bonding wpad-qca-mesh-openssl \
|
||||
kmod-qca-nss-drv kmod-qca-nss-drv-bridge-mgr kmod-qca-nss-drv-gre \
|
||||
kmod-qca-nss-drv-igs kmod-qca-nss-drv-l2tpv2 kmod-qca-nss-drv-lag-mgr kmod-qca-nss-drv-map-t \
|
||||
|
||||
@@ -1418,3 +1418,4 @@ CONFIG_PCP_BATCH_SCALE_MAX=5
|
||||
CONFIG_DAX=y
|
||||
CONFIG_BLK_DEV_DM=y
|
||||
CONFIG_DEFAULT_QDISC_DISABLE=y
|
||||
# CONFIG_DEBUG_INFO_COMPRESSED_ZSTD is not set
|
||||
|
||||
@@ -13,6 +13,12 @@ define Device/EmmcImage
|
||||
IMAGE/sysupgrade.bin/squashfs := append-rootfs | pad-to 64k | sysupgrade-tar rootfs=$$$$@ | append-metadata
|
||||
endef
|
||||
|
||||
define Device/FitImageLzma
|
||||
KERNEL_SUFFIX := -fit-uImage.itb
|
||||
KERNEL = kernel-bin | lzma | fit lzma $$(DTS_DIR)/$$(DEVICE_DTS).dtb
|
||||
KERNEL_NAME := Image
|
||||
endef
|
||||
|
||||
define Device/qcom_maxx
|
||||
$(call Device/MultiDTBFitImage)
|
||||
DEVICE_VENDOR := Qualcomm Technologies, Inc.
|
||||
@@ -27,12 +33,14 @@ define Device/qcom_maxx
|
||||
endef
|
||||
TARGET_DEVICES += qcom_maxx
|
||||
define Device/qcom_rdp466
|
||||
$(call Device/FitImage)
|
||||
$(call Device/FitImageLzma)
|
||||
$(call Device/EmmcImage)
|
||||
DEVICE_VENDOR := Qualcomm Technologies, Inc.
|
||||
DEVICE_MODEL := IPQ5424-RDP466
|
||||
DEVICE_DTS := ipq5424-rdp466
|
||||
DEVICE_DTS_CONFIG := config-rdp466
|
||||
SOC := ipq5424
|
||||
KERNEL_INSTALL := 1
|
||||
endef
|
||||
TARGET_DEVICES += qcom_rdp466
|
||||
|
||||
|
||||
Reference in New Issue
Block a user