From 6d1d12046c0109b5be682ad515a23ddd9af6351a Mon Sep 17 00:00:00 2001 From: gitbot <gitbot@garz-fricke.com> Date: Fri, 17 Mar 2023 20:07:52 +0000 Subject: [PATCH] Integrate uboot-imx-kuk/merge_edgehog -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/7477fa0a389942cee3d2e275096989a69f0382f9 config:tr8m: Added Edgehog boot mode -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/e69e22ff18160a16728adab23dd9b8904056b05a sysdata: Moved update of current slot to correct position -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/6264db01c0f3cf05dd6bdd8bbe9087ff55ee5a54 sysdata: Re-added export of slot_partition The changes were overwritten by the backport in commit 22379fa5. BCS 746-001150 -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/2e96669b9d87619765c3688bd04835978e6268b1 env: Fixed edgehog boot function -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/5cc2ea0be78bf908cc2fc939413e0219bdc1626c sysdata: Set fixed part for environment location Loading the part doesn't work at the moment. Use a fixed part of 0. -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/dbb19b8711534e8743ba840cea468940ca4b594b sysdata: Updated to current version Pulled the changes to sysdata from https://git.seco.com/arm/nxp/imx/develop/ yocto/5.x/u-boot-seco-imx/-/commit/c2d100148f4f50dc977891a580fe5980b399ecce BCS 746-001143 -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/23d5a499b2f87aeac9c05282b3ed710bbddf5712 sysdata: Disable the sysdata cmd by default -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/30e42b75f528c86e1b780e7e85fda823fbefb022 sysdata: Write current slot to the environment -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/bebff0ace4ad280007b5f9691ab0c4c7522a11d3 submodule:mkimage: Fixed mkimage submodule The mkimage submodule is used to bundle the U-Boot image with the firmware for various hardware components (e.g. ram). -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/81950919a9438bba643d1a34fa368c33a8111cc6 sysdata: Added SECO sysdata to U-Boot The Sysdata Environment is an additional environment for storing system related data. Currently, it is mainly used for setting the boot partition and keeping track of boot failures. It is developed by SECO S.p.A. -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/116cf6dab26f728ea12686dd44d82c79e69c7a7f env: Added function to load and run scripts from ext4 -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/2ce4b46cf183d5bd6f3f1f6e488bb6f1247f2157 cmd: Activated the boot mode command for TANARO The boot mode command (bmode) can change the start-up path (USB, SD-Card, etc.) from within U-Boot. -- Commit: https://git.seco.com/seco-ne/3rd-party/kuk/uboot-imx-kuk/-/commit/300b72aa3938f6aecf77f2ed1dd092d54e509083 format: Added clang-format and tidy configurations --- SRCREV.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SRCREV.conf b/SRCREV.conf index 250603ff..7ea89949 100644 --- a/SRCREV.conf +++ b/SRCREV.conf @@ -10,5 +10,5 @@ SRCREV_pn-gfplatdetect = "bd0859846268b97e266b04409c7d347e9e6d08ab" SRCREV_pn-xconfig = "c76be9c9df24a68233be68bcb26233f2789a7ef8" SRCREV_pn-linux-guf = "3e89dcf83376fd0f7f75f28337848838233b4a70" SRCREV_pn-linux-imx-kuk = "46e60a81b680b710a83741814d580379feb42b13" -SRCREV_pn-u-boot-imx = "de581a6ec507faf7f5c01a23195d20cdb71d9df8" +SRCREV_pn-u-boot-imx = "7477fa0a389942cee3d2e275096989a69f0382f9" SRCREV_pn-qt-multi-screen-compositor = "c56d7a54e940f174abafdb99787049bbe9801802" -- GitLab