[rdkb][common][bsp][Add new marvell eth fw]
[Description]
Add new marvell eth fw
[Release-log]
Change-Id: I7acecb92e06029445b09845c91cf57469b343569
diff --git a/recipes-bsp/marvell-eth-firmware/files/AQR-G4_v5.7.0-AQR_EVB_Generic_X3410_StdCfg_MDISwap_USX_ID46316_VER2140.cld b/recipes-bsp/marvell-eth-firmware/files/AQR-G4_v5.7.0-AQR_EVB_Generic_X3410_StdCfg_MDISwap_USX_ID46316_VER2140.cld
new file mode 100644
index 0000000..1baac15
--- /dev/null
+++ b/recipes-bsp/marvell-eth-firmware/files/AQR-G4_v5.7.0-AQR_EVB_Generic_X3410_StdCfg_MDISwap_USX_ID46316_VER2140.cld
Binary files differ
diff --git a/recipes-bsp/marvell-eth-firmware/marvell-eth-firmware.bb b/recipes-bsp/marvell-eth-firmware/marvell-eth-firmware.bb
index dfb91c9..68919fe 100644
--- a/recipes-bsp/marvell-eth-firmware/marvell-eth-firmware.bb
+++ b/recipes-bsp/marvell-eth-firmware/marvell-eth-firmware.bb
@@ -3,7 +3,11 @@
LICENSE = "CLOSED"
-SRC_URI = "file://Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld"
+SRC_URI = " \
+ file://Rhe-05.06-Candidate7-AQR_Mediatek_23B_StartOff_ID45623_VER36657.cld \
+ file://Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld\
+ file://AQR-G4_v5.7.0-AQR_EVB_Generic_X3410_StdCfg_MDISwap_USX_ID46316_VER2140.cld \
+"
S = "${WORKDIR}"
@@ -12,9 +16,11 @@
do_install() {
install -d ${D}/${base_libdir}/firmware/
install -m 644 ${WORKDIR}/Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld ${D}${base_libdir}/firmware/
+ install -m 644 ${WORKDIR}/Rhe-05.06-Candidate7-AQR_Mediatek_23B_StartOff_ID45623_VER36657.cld ${D}${base_libdir}/firmware/
+ install -m 644 ${WORKDIR}/AQR-G4_v5.7.0-AQR_EVB_Generic_X3410_StdCfg_MDISwap_USX_ID46316_VER2140.cld ${D}${base_libdir}/firmware/
}
-FILES_${PN} += "${base_libdir}/firmware/Rhe-05.06-Candidate9-AQR_Mediatek_23B_P5_ID45824_LCLVER1.cld"
+FILES_${PN} += "${base_libdir}/firmware/"
# Make marvell-eth-firmware depend on all of the split-out packages.
python populate_packages_prepend () {