summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2021-10-14 16:11:33 +0800
committerTing Liu <ting.liu@nxp.com>2021-10-15 22:11:36 +0800
commit8e9fa4f83f5ba32821f7c1fb4d952f7c61d1cf82 (patch)
tree00e531e201516f56676f29bfc7732576be9b4ac8
parent7193f2f28e8352123d2c6b168cdbb14b4c14d973 (diff)
downloadmeta-freescale-8e9fa4f83f5ba32821f7c1fb4d952f7c61d1cf82.tar.gz
uefi: update to 1b28cad
New commits: 1b28cad Platform: NXP: Add function to retrieve board revision 84bafbb build image with final LSDK-21.08 tag a26a4ae Update copyright for set_firmware_ver.sh 958ff19 Fix firmware version information invalid in boot log 61c6380 Fix for ACPI BIOS Errors 9eddad6 lx2: acpi: add compatible string for usxgmii 6574766 lf-5.10.35-2.0.0-rc1: update binaries Signed-off-by: Ting Liu <ting.liu@nxp.com>
-rw-r--r--recipes-bsp/uefi/uefi_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/uefi/uefi_git.bb b/recipes-bsp/uefi/uefi_git.bb
index df77b420..6174e258 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"
6inherit deploy 6inherit deploy
7 7
8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1" 8SRC_URI = "git://github.com/NXP/qoriq-uefi-binary.git;nobranch=1"
9SRCREV= "06e960829ba204f35979440364b9ac7e51ed996b" 9SRCREV= "1b28cad962a3f7b61baae2229cb3b84926941cfa"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12