- Sep 13, 2022
-
-
Jonas Höppner authored
Adding new variable UBOOT_ADDITIONAL_DTB_NAMES to specify more then one devicetree, use it in the u-boot and the imx-boot recipe to integrate everything into one fit image. imx-boot needs a patch, to use the addional devicetrees in the makefile when writing the fit image.
-
- Sep 02, 2022
-
-
Jonas Höppner authored
Fix imx-boot dtb for tanaro. Set the uart address for imx-atf.
-
Jonas Höppner authored
-
Jonas Höppner authored
Kuk had a version of the bl31.bin add to the mkimage repo, but the yocto way to handle it, is to build it using the imx-atf recipe. Removing this overrides let imx-boot copy the files from the common deploy directory again.
-
- Aug 26, 2022
-
-
Jonas Höppner authored
meta-frescale now uses a newer version of u-boot. We keep the old recipe here until we also updated u-boot for our devices.
-
- Aug 05, 2022
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
- May 31, 2022
-
-
Tobias Kahlki authored
The tools recipes still use SSH as protocol for the checkout. Since we have opend our repository to the public, SSH isn't available anymore. Because of this, we switch to HTTPS as protocol.
-
- May 20, 2022
-
-
Jonas Höppner authored
The patch code was integrated into u-boot, so the patches didn't applied anymore.
-
- May 07, 2022
-
-
Tobias Kahlki authored
Added missing variable to machine config. Fixed wrong override and small clean-ups in u-boot-imx.
-
Tobias Kahlki authored
-
- May 06, 2022
-
-
Tobias Kahlki authored
The URL for the imx-mkimage was outdated. Updated the config to our new Git server (git.seco.com).
-
- May 04, 2022
-
-
Tobias Kahlki authored
The recipes in the dynamic layer haven't been updated by the conversion script.
-
Tobias Kahlki authored
* Conversion of the OVERRIDE syntax * New folder names for NXP specific folders For NXP changes see the new MACHINE_OVERRIDES mechanism
-
- Apr 12, 2022
-
-
Tim Jaacks authored
-
- Mar 03, 2022
-
-
Jonas Höppner authored
The file was called fw_env.conf which is not read by fw_printenv BCS 746-000600
-
- Feb 23, 2022
-
-
Marc-Oliver Westerburg authored
-
- Feb 22, 2022
-
-
Jonas Höppner authored
As the number of files needed to install imx-boot/u-boot grows, all files are packaged into a tar to be extracted during installation.
-
Jonas Höppner authored
Convert the u-boot-initial-env to an image in the u-boot env format that can be written to disk as is. Write the defconfig values for env size and offset to fw_env.conf If the environment size and offset cannot be found in the u-boot defconfig, use defaults. BCS 746-000600
-
- Jan 28, 2022
-
-
Jonas Höppner authored
BCS 746-000629
-
- Jan 19, 2022
-
-
Jonas Höppner authored
We disabled SSC for video pll because it leads to problems with the display signal over mipi and lvds. This is fixed now in the kernel with https://gitlab.com/garz-fricke/kernel/linux-imx-kuk/-/commit/897419f00f9913b9fe5d7aec5ac0a1284e7b130a This patch removes the patch the disabled SSC in u-boot and enables it again for the VIDEO_PLL1 BCS 746-000626
-
- Jan 06, 2022
-
-
Felix Gerking authored
The change is already merged in u-boot v2020.04 BCS 746-000495
-
Felix Gerking authored
Disabled SSC for video pll because it leads to problems when converting lcdif to mipi signals on imx8mp. An alternative SSC method will be required in the future. BCS 746-000495
-
- Dec 14, 2021
-
-
Tobias Kahlki authored
-
- Dec 03, 2021
-
-
Jonas Höppner authored
Add machine conf. Adapt u-boot branch for new machine. Adapt imxmkimage branch for new machine. Adapt kernel receipe.
-
- Dec 01, 2021
-
-
Felix Gerking authored
* Fixes sporadic freezes during the boot process on trizepsmini pconxs v3 * New guf branch: guf_imx_v2019.04_5.4.3_2021-11-29 * Rebased on 70d18dcbd4771e2eb325ce9b7cfb742e72877acd (kuk_imx_v2019.04_5.4.3_2.0.0) BCS 746-000604
-
- Jul 14, 2021
-
-
Jonas Höppner authored
BCS 746-000399
-
Jonas Höppner authored
BCS 746-000399
-
- May 17, 2021
-
-
Jonas Höppner authored
Do not rely on patches that have been available in poky to reduce the dependency between the layers.
-
- Apr 20, 2021
-
-
Jonas Höppner authored
-
- Dec 15, 2020
-
-
Norman Stetter authored
* for IMX8(M) the u-boot binary itself needs to be packed together with the u-boot SPL binary, DDR firmware, SCU firmware and ATF firmware. For this meta-freescale offers the imx-boot recipe. * the imx-mkimage from Keith und Koep already includes some of the firmwares pre-compiled, so these don't need to be built from source * add a dynamic-layers structure to allow appending files only when meta-freescale (freescale-layer) is present, so builds still work with IMX6, where meta-freescale is not used * use guf branch of u-boot-imx-kuk BCS 746-000141
-