From 2beecb6908d22edba1661fdebe8d9439ecac0ff2 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Mon, 19 Dec 2022 17:45:18 +0800 Subject: uefi: Update to commit d887e52 New Changes: d887e52 update uefi binaries for lf-5.15.71-2.2.0 (2022 Q4 release) 1d52091 update uefi binaries for lf-5.15.52-2.1.0 (2022 Q3 release) 6792163 update uefi binaries for lf-5.15.32-2.0.0 (2022 Q2 release) 54b23d5 Fix for BSA-UEFI test 402 a92e8b4 lf-5.15.5-1.0.0-rc1: update uefi binaries 58f2b57 lx2: acpi: add node for the Inphi retimer c8f702f update binaries for lf-5.10.72-2.2.0 Signed-off-by: Jun Zhu --- recipes-bsp/uefi/uefi_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb index d7ef0b72..51a8be63 100644 --- a/recipes-bsp/uefi/uefi_git.bb +++ b/recipes-bsp/uefi/uefi_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=343ec8f06efc37467a6de53686fa6315" inherit deploy SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1;protocol=https" -SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa" +SRCREV = "d887e52b7a50c7d20fd8200cd741ac61309e0af2" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From e4bc201234b1ea2c1d6206f93c2520f2f65bf425 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Mon, 19 Dec 2022 17:48:28 +0800 Subject: fm-ucode: Update to commit 83e8467 Signed-off-by: Jun Zhu --- recipes-dpaa/fm-ucode/fm-ucode_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index f79122c6..c7eb7319 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb @@ -1,14 +1,14 @@ DESCRIPTION = "Fman microcode binary" SECTION = "fm-ucode" -LICENSE = "Freescale-Binary-EULA" -LIC_FILES_CHKSUM = "file://Freescale-Binary-EULA;md5=b784c031868ba1bd5ebc5de372c823fa" +LICENSE = "NXP-Binary-EULA" +LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69" PR = "r1" inherit deploy SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" -SRCREV = "c275e91392e2adab1ed22f3867b8269ca3c54014" +SRCREV = "83e8467a356316265c7695bdc7741f23066795aa" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf From 164e32093692d72a56c348f3e91a3a7b48152189 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Mon, 19 Dec 2022 18:46:29 +0800 Subject: weston-init: Correct override of INI_UNCOMMENT_ASSIGNMENTS current implement only includes INI_UNCOMMENT_USE_G2D to INI_UNCOMMENT_ASSIGNMENTS on the platforms with VIV G2D hardware. Signed-off-by: Jun Zhu --- recipes-graphics/wayland/weston-init.bbappend | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes-graphics/wayland/weston-init.bbappend b/recipes-graphics/wayland/weston-init.bbappend index ffc26456..478c7cd6 100644 --- a/recipes-graphics/wayland/weston-init.bbappend +++ b/recipes-graphics/wayland/weston-init.bbappend @@ -24,11 +24,12 @@ INI_UNCOMMENT_ASSIGNMENTS:append:mx8mq-nxp-bsp = " \ # FIXME: The 8QM and 8QXP SoCs have better performance without G2D so don't enable it # Ideally, this should be seamless and Vivante ought to handle it internally and take the fastest # rendering code. +INI_UNCOMMENT_USE_G2D ?= "" INI_UNCOMMENT_USE_G2D:imxgpu2d ?= "use-g2d=1" -INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp = "" -INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp = "" -INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp = "" -INI_UNCOMMENT_ASSIGNMENTS:append:imxgpu2d = " \ +INI_UNCOMMENT_USE_G2D:mx8qm-nxp-bsp ?= "" +INI_UNCOMMENT_USE_G2D:mx8qxp-nxp-bsp ?= "" +INI_UNCOMMENT_USE_G2D:mx8dx-nxp-bsp ?= "" +INI_UNCOMMENT_ASSIGNMENTS:append = " \ ${INI_UNCOMMENT_USE_G2D} \ " -- cgit v1.2.3-54-g00ecf