| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Use the latest released version of u-boot-imx from NXP's release.
For a full log of changes run this command in the repo uboot-imx:
$ git log 185bdaaaf5644319284566e5c340927d28954a1a..3463140881c523e248d2fcb6bfc9ed25c0db93bd
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
|
|
|
|
|
|
|
| |
Follow the naming scheme of u-boot-fslc and add the version
number to the common file.
Signed-off-by: Peter Bergin <peter@berginkonsult.se>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Includes following commits:
185bdaaaf5 MA-18534 imx8mp: Enable trusty for powersave config
30549fb526 MA-18346-11 Android refine power on imx8mp board
42ed8fa287 MA-18422 Locate the misc partition by name
35ab562a3b LFU-15 Fix using uninitialized value
5b339f5614 MA-18352-6 Enable device IDs provision
c3acd3ca3a MA-18352-5 Support device IDs provision
970305d9f1 MA-18458 Sync configs for Android 11 release
933b8ef869 MA-18406 Fix panic when provision keys on boards without rpmb key
0fffe00758 MA-16954 set partition type to efi after flash gpt partition
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 83c582f3ae6803f46ef76074d8a19bd4a6c6fb17)
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 <tom.hochstein@nxp.com>
|
|
Drop patch appplied upstream, remove additional install step which is
handled by imx-boot recipe.
Update u-boot dtb names in machine description files, upstream U-Boot
from NXP has DTB files renamed.
Upgrade u-boot-imx-tools and u-boot-imx-mfgtool to 2020.04 as well to
match u-boot-imx recipe.
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
|