<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-freescale.git/recipes-bsp/u-boot, branch topic/fix-spl-binary</title>
<subtitle>Mirror of github.com/Freescale/meta-freescale</subtitle>
<id>https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-spl-binary</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-freescale.git/atom?h=topic%2Ffix-spl-binary'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/'/>
<updated>2021-04-13T20:29:25+00:00</updated>
<entry>
<title>libubootenv.inc: Allow build after bootloader rework</title>
<updated>2021-04-13T20:29:25+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2021-04-13T00:29:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=a1952664603583e82025a00f5f0335d899c5b1c9'/>
<id>urn:sha1:a1952664603583e82025a00f5f0335d899c5b1c9</id>
<content type='text'>
The libubootenv requires the UBOOT_MACHINE or UBOOT_CONFIG to allow
libubootenv to build. This is caused by the commit below:

,----[ libubootenv change ]
| commit 10aa1291979fb90bed1beb49be4d406ed0e1e4d5 ┃
| ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━
| Author: Ming Liu &lt;liu.ming50@gmail.com&gt;
| Date:   Tue Aug 25 20:08:01 2020 +0200
|
|     libubootenv: inherit uboot-config
|
|     This mainly aims to involve in the sanity check of UBOOT_CONFIG and
|     UBOOT_MACHINE, it will throw a error message at recipe parsing time if
|     neither of them is set, and libubootenv would be skipped.
|
|     Signed-off-by: Ming Liu &lt;liu.ming50@gmail.com&gt;
|     Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
`----

This an error on libubootenv recipe, in my point of view, either way we
can override it based on the selected bootloader thus fixing the build
failure.

Fixes: 776932e1 ("Rework the u-boot-fslc and u-boot-imx settings logic")
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
</content>
</entry>
<entry>
<title>u-boot-imx: Enable building for mainline BSP</title>
<updated>2021-04-07T16:19:38+00:00</updated>
<author>
<name>Tom Hochstein</name>
<email>tom.hochstein@nxp.com</email>
</author>
<published>2021-04-07T14:33:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=578023ff0ee38738e594785e271857ab80609982'/>
<id>urn:sha1:578023ff0ee38738e594785e271857ab80609982</id>
<content type='text'>
Building u-boot-imx for mainline BSP results in the following error:

```
u-boot-imx PROVIDES u-boot but was skipped: incompatible with machine imx8mp-ddr4-evk (not in COMPATIBLE_MACHINE)
```

Add use-mainline-bsp to COMPATIBLE_MACHINE to fix this.

Signed-off-by: Tom Hochstein &lt;tom.hochstein@nxp.com&gt;
</content>
</entry>
<entry>
<title>u-boot-fslc: add support to build boot container for mx8m</title>
<updated>2021-03-17T13:53:42+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2020-12-28T22:44:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=ad48c133fa19aad480a27b7d3000f5e6401c8db0'/>
<id>urn:sha1:ad48c133fa19aad480a27b7d3000f5e6401c8db0</id>
<content type='text'>
U-Boot provides a possibility to build a boot container for i.MX8M
derivaties, this is done via invoking a make target "flash.bin".

Add this support to the recipe via inheriting the imx-boot-container
class which extends U-Boot build system to construct flash.bin boot
container.

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-fslc: update revision to include mx8mn sd card fixes</title>
<updated>2021-03-04T21:45:09+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2021-03-04T21:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=f91cd3ffe446529f0f1bba9756f884a69b5cfa43'/>
<id>urn:sha1:f91cd3ffe446529f0f1bba9756f884a69b5cfa43</id>
<content type='text'>
Upstream repository has been updated with following commit:
- 80c23498b4 imx8mn_ddr4_evk: Allow booting the kernel by default

Bump up revision in recipe to pick up patch applied.

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>Provide u-boot-mfgtool and linux-mfgtool for fslc distros</title>
<updated>2021-02-01T20:21:01+00:00</updated>
<author>
<name>Maxim De Clercq</name>
<email>maximdeclercq00@gmail.com</email>
</author>
<published>2021-01-31T18:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=10dd8c2dff0aa1f3a3cf9a426379909760455cbd'/>
<id>urn:sha1:10dd8c2dff0aa1f3a3cf9a426379909760455cbd</id>
<content type='text'>
This makes u-boot-fslc and linux-fslc support the nxp mfgtool.

Signed-off-by: Maxim De Clercq &lt;maximdeclercq00@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-imx: upgrade to imx_v2020.04_5.4.70_2.3.0</title>
<updated>2021-02-01T14:24:43+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2021-01-12T23:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=8c3a82ba6049dd94b22cc169ed5e99da90d0b561'/>
<id>urn:sha1:8c3a82ba6049dd94b22cc169ed5e99da90d0b561</id>
<content type='text'>
Following upstream commits are included in this version:
----
e42dee801e MA-18342 Sync misc partition ID with GPT
16de6daf3d MLK-25046 imx: bee: Fix build warning of flush_dcache_range
5f5e55e5bd MA-18325 Pad keyslot_package struct to one block size
ae442f7456 MA-18304 pass ramdisk address when boot up evk_7ulp
65fcba7f10 LFU-18 fix coverity issue
d65fed26a3 MA-18299 Fix imx8mn flash panic
13b39d7b5e LF-2769-3 mx7ulp_evk: Reserve top 1MB DDR for RPMSG usage
f26fb27be9 LF-2769-2 mx6sxsabresd: Reserve top 1MB DDR for RPMSG usage
ce4ac958be LF-2769-1 mx7dsabresd: Reserve top 1MB DDR for RPMSG usage
f8b6a0ea93 MLK-25010 iMX8MN: Update low_drive_gpu_freq for new GPU node path
010173028e MA-18292 Sync configs for Android 10 release
5434603dc8 MLK-25003-2 iMX8M: Update thermal and PMU kernel nodes for dual/single cores
05af9ac080 MLK-25003-1 iMX8MN: Add support for 11x11 UltraLite part number
6df53e2727 MLK-25009 mmc: fsl_esdhc_imx: fix the DTOCV to 0xE
96d1791189 MLK-25002 imx8mn_evk: Fix mtest address issue
90cf964cb4 MLK-24978 imx8dxl_evk: Fix pad settings for LCD color issue
38bcdd0bf7 MLK-24975 arch: mach-imx: imx8m: fix unique_id read error for imx8mp
ba50b01b74 MLK-24971-2 imx8mp_evk: Set GIC clock to 500Mhz on LPDDR4 EVK only
5d556b8e21 MLK-24971-1 imx8mp_evk: Change to nominal voltage on DDR4 EVK
501690cb93 MA-18214-1 Hard code the BT mac address for imx8mp
2062183df0 MA-18221 Fix build break for imx7ulp
b414e6dfc2 MLK-24968 imx8m: soc: update fuse path
51ee59aa02 LF-2637 mx6: fuse: update node path
b6ddbcb9dc MLK-24907 imx8mp: configure GIC clk to 500M
b561b31da6 MLK-24958-5 imx8dxl_evk: Enable LCDIF splash screen
39840421d4 MLK-24958-4 DTS: imx8dxl-evk: Add dedicated DTS for LCD enablemennt
6f02d68945 MLK-24958-3 video: mxsfb: Add iMX8DXL support to LCDIF driver
c5fddad29b MLK-24958-2 DTS: imx8qxp/dxl: Update LCDIF clock names
c189dad007 MLK-24958-1 clk: imx8qxp/dxl: Add clock support for LCDIF
ea48b54458 MA-18192 Only bump the rollback index when avb verify ok
6db6c8bf1a MLK-24941 arm: dts: set sensor regulator always on for imx6q/qp/dl
077b448679 MA-18166 Android: Fix mmc multi blk load issue
0cdc937f7b MA-18168 add dynamic partiton support for evk ddr4 board
3074fbf88b MA-18087-3 Add snapshot-update command
28c6cbec7f MA-18087-2 Support snapshot-update-status variable
a522c2245c MA-18087-1 Enhance virtual A/B slot check
972ccff867 MA-17519-4 boot up car2 with recovery ramdisk
f0f496abb5 MLK-24902 imx8mp_evk: Update LPDDR4 refresh time
f090591688 MLK-24900 imx8mp ddr4: Align ddr4 QoS to lpddr4
c4e9be08d9 MA-18051 avoid overflow of in partition size calculation
c8f5dbeecd MLK-24887 iMX8MM: Add new LPDDR4 EVK support
66637530cd MLK-24877-2: imx_env: i.MX8MP/8MN need nandfit partition
5327488950 MLK-24877-1: nandbcb: nand support for i.MX8MP
5be6af1ccd MLK-24876: spi:fsl_fspi: fix build warnning
138594ca0e MLK-24868: dts: arm: imx8mn ab2 fix regulator settings
9b47aaef96 MLK-24860-2 imx8mp_evk: Add DDR4 EVK board support
777c5efdc0 MLK-24860-1 ddr: imx8m: Move selfref_en after DDR scrub
206feea0ce MLK-24869: spi: fsl_fspi: disable read via ahb on imx8dxl
4275fb7ca7 MA-17916-2 Disable dual bootloader feature for car2
2c2363e47b MA-17916-1 Clean Up: Guard codes with correct configs
601eda6006 MA-17910-2 Enable CONFIG_LOAD_KEY_FROM_RPMB for some platforms
5a7973e8f4 MA-17910-1 Add config to guard avb public key load
f48504db7c MLK-23089 crypto: fsl_caam: add rng prediction resistance support
ff4a84084a LF-2228 crypto: caam: fix TRNG max freq. count value for i.MX8M
752ab54b9c MLK-24817 iMX8MN: Add iMX8MN 11x11 DDR3L EVK support
7639204f00 MLK-24786 imx8dxl_ddr3_evk: Add UUU support to second USB port
21d157e63c MLK-24755: gis: fix Coverity issues
99d9bcc959 MLK-24792 imx8dxl: Rename iMX8DXL DDR3 VAL to EVK board
0a9cb2f349 MLK-24788 imx8mp_evk: Update LPDDR4 timing for new FW 202006
1fecb78886 MLK-24766-10 mtd: spi_dataflash: fix the build warnings
44c9f17f90 MLK-24766-9 configs: imx8qxp_val: enable LPSPI support
fe9e371b0f MLK-24766-8 configs: imx8dxl_evk: enable LPSPI support
765c2c1acf MLK-24766-7 configs: mx7ulp_evk: enable LPSPI support
45a2bee231 MLK-24766-6 arm64: dts: imx8qxp-val: enable lpspi0 support
66429f49e5 MLK-24766-5 arm64: dts: imx8dxl: enable lpspi3 support
2421f9c774 MLK-24766-4 arm: dts: imx7ulp: enable lpspi3 support
132ea95f15 MLK-24766-3 imx7ulp-clk: add lpspi clk enable function
dd6a4a23ac MLK-24766-2 clk-imx8: add the lpspi clock for imx8qxp/8dxl
01a03144cf MLK-24766-1 spi: fsl_lpspi: add lpspi driver for uboot
6e0dec768a MA-16457-4 fix issue of evk_7ulp using boot-debug.img
3dea9fb836 MA-17851 boota: fix dereference before null check
e6db58b5e0 MLK-24750-2 iMX8DXL: Implement the spl_board_boot_device for EVK and VAL
5775dd8575 MLK-24750-1 spl: Allow iMX7/8/8M to overwrite spl_board_boot_device
99767e137a MLK-24720 imx8mq_ddr4_val: Change to use iMX8M DDR driver
59bcdda539 MLK-24616 imx8: misc: Fix hardcoded LPUART0 for LPCG
4e45d2e2f3 MLK-24582 mmc: fsl_esdhc_imx: check the clock stable status after config the clock rate.
4d9b8d694e MA-17142-3 erase metadata partition as user generated data
d25c0c7b9d MA-17788 Boot time refine for automotive
65571cbbea MA-17462 Don't trigger board reset for xen
6a57b4db8e MLK-24580 imx8mp_evk: Change default start address of mtest
fd4c93e806 MLK-24578 usb: ehci-mx6: Fix USB QTD data buffer error
38cb91a509 MLK-24510: board: freescale: imx8mm ddr4 audio board 2.0
55fdabbc35 MLK-24509-2: configs: imx8mn ab2: cortex-m7 auxboot support
df6478b541 MLK-24509-1: configs: imx8mm ab2: cortex-m4 auxboot support
768b3bd23b MLK-24508: board: freescale: imx8mm ab2: fix regulators build warning
----

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-qoriq: update to LSDK-20.12 release (2020.04)</title>
<updated>2020-12-16T11:38:13+00:00</updated>
<author>
<name>Ting Liu</name>
<email>ting.liu@nxp.com</email>
</author>
<published>2020-12-15T03:55:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=bd61523a08419322b5bb71bd84b5f719ec1eab71'/>
<id>urn:sha1:bd61523a08419322b5bb71bd84b5f719ec1eab71</id>
<content type='text'>
Key changes:
* Upgrade to 2020.04
* Support of LX2162A QDS
* GPIO on LX2160A
* SDHC: HS200 and HS400 on LX2162A
* Watchdog: SBSA on LX2160A

Backported patches are removed.

Signed-off-by: Ting Liu &lt;ting.liu@nxp.com&gt;
</content>
</entry>
<entry>
<title>u-boot-imx-tools: Rework the COMPATIBLE_MACHINE strategy</title>
<updated>2020-12-11T22:37:54+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2020-12-11T22:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=720555512011bd000eae284b187108d11aad76ae'/>
<id>urn:sha1:720555512011bd000eae284b187108d11aad76ae</id>
<content type='text'>
We need to avoid setting the COMPATIBLE_MACHINE when not using an i.MX
based machine, otherwise we end with multiple provides and cause
problems for outside machines.

To support both use-cases, and allow the use of u-boot-imx-tools, we set
the recipe as invalid for all use, except for 'use-mainline-bsp' and
'use-nxp-bsp' based machines.

Refs: #573.
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Change-Id: I3b60828ce93c087a4774c71dbe62bab62bb6863d
</content>
</entry>
<entry>
<title>u-boot-fslc: deploy dtb files for mx8m machines</title>
<updated>2020-12-11T22:37:54+00:00</updated>
<author>
<name>Andrey Zhizhikin</name>
<email>andrey.z@gmail.com</email>
</author>
<published>2020-12-10T14:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=3ccc0a5055dd30b3e3fd263c166efd0ab7390bdc'/>
<id>urn:sha1:3ccc0a5055dd30b3e3fd263c166efd0ab7390bdc</id>
<content type='text'>
U-Boot DTB files need to be additionally deployed in order to be picked
up later by imx-boot component to produce boot container.

As the boot container is required to be provided as a boot binary file
for mx8m derivatives, deploy DTB files to a known location within
deployment folder in addition to u-boot binary files.

Signed-off-by: Andrey Zhizhikin &lt;andrey.z@gmail.com&gt;
</content>
</entry>
<entry>
<title>u-boot-fslc: Update to version 2020.10</title>
<updated>2020-12-11T22:37:54+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2020-12-09T14:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-freescale.git/commit/?id=5264a3a3d2f04f15fab13fa086a0149493636401'/>
<id>urn:sha1:5264a3a3d2f04f15fab13fa086a0149493636401</id>
<content type='text'>
The following commit:

commit 824ed85b77da741a77fa34c8887c37c5151a15a3
Author: Anastasiia Lukianenko &lt;anastasiia_lukianenko@epam.com&gt;
Date:   Thu Aug 6 12:42:44 2020 +0300

    Add MIT License

Signed-off-by: Anastasiia Lukianenko &lt;anastasiia_lukianenko@epam.com&gt;

changed license file, update md5 checksum to match the new value.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
</content>
</entry>
</feed>
