From 9d77b207479ee6f60f5961ecaf6a7d8d27d84a8d Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Mon, 17 Jul 2023 15:20:26 +0000 Subject: [PATCH] Integrate uboot-imx-kuk/imx8_temp_grade_detection -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/5b7e1241f280d33ce70ae22485c0285262c16b0e board:common: Temp grade detection Add a common function to export the current temperature grade as environment var. The var should later be evaluated by bootscript to set the appropriate temperature limits in the devicetree. Enabled the temp grade export for imx8m platforms. BCS 746-001385 --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index ff2cdc00..8b4203ee 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -10,5 +10,5 @@ SRCREV_pn-gfplatdetect = "f0d261863760fed80be31acf893609c9cac41986" SRCREV_pn-xconfig = "49fafe8c15174bdf8e43180a24583a5d2fb57fe6" SRCREV_pn-linux-guf = "6c0146cf13675c7b702c5f1827b183873333d2af" SRCREV_pn-linux-imx-kuk = "c57812f5da80f12a99e130f8e77c83f1c238aaff" -SRCREV_pn-u-boot-imx = "83809706fd61bdae7f7bbc5b2a8d9511d606034d" +SRCREV_pn-u-boot-imx = "5b7e1241f280d33ce70ae22485c0285262c16b0e" SRCREV_pn-qt-multi-screen-compositor = "ce8ad67d1603ae8242ba1222dce5ba0d8486d899" -- GitLab