~ondrak/+git/u-boot:rel_imx_5.4.70_2.3.0-uc

Last commit made on 2021-08-18
Get this branch:
git clone -b rel_imx_5.4.70_2.3.0-uc https://git.launchpad.net/~ondrak/+git/u-boot
Only Ondrej Kubik can upload to this branch. If you are Ondrej Kubik please log in for upload directions.

Branch merges

Branch information

Name:
rel_imx_5.4.70_2.3.0-uc
Repository:
lp:~ondrak/+git/u-boot

Recent commits

1abf824... by Ondrej Kubik

drivers/fastboot/fb_fsl: force reload partition table before flashing partition

Signed-off-by: Ondrej Kubik <email address hidden>

5ec29e9... by Alfonso Sanchez-Beato

Re-enable networking

We need networking so u-boot does some initialization of the ethernet
interface. Otherwise Linux will not be able to enable it.

e8bddae... by Arnaud Ferraris <email address hidden>

fs: ext4: skip journal state if fs has metadata_csum

As u-boot doesn't support the metadata_csum feature, writing to a
filesystem with this feature enabled will fail, as expected. However,
during the process, a journal state check is performed, which could
result in:
  - a fs recovery if the fs wasn't umounted properly
  - the fs being marked dirty

Both these cases result in a superblock change, leading to a mismatch
between the superblock checksum and its contents. Therefore, Linux will
consider the filesystem heavily corrupted and will require e2fsck to be
run manually to boot.

By bypassing the journal state check, this patch ensures the superblock
won't be corrupted if the filesystem has metadata_csum feature enabled.

Signed-off-by: Arnaud Ferraris <email address hidden>

b887c61... by Ondrej Kubik

arch: arm: dts: imx8mp-evk.dts add signature block

Signed-off-by: Ondrej Kubik <email address hidden>

80203fa... by Ondrej Kubik

include: configs: imx8mp_evk: boot fit image

Signed-off-by: Ondrej Kubik <email address hidden>

b8a8cf4... by Ondrej Kubik

include: configs: imx8mp_evk: increase fit img size

Signed-off-by: Ondrej Kubik <email address hidden>

b0fe648... by Ondrej Kubik

include: configs: imx8mp_evk: update env with Ubuntu Core support

Signed-off-by: Ondrej Kubik <email address hidden>

30f78a2... by Ondrej Kubik

configs: imx8mp_evk: enable FIT boot support

Signed-off-by: Ondrej Kubik <email address hidden>

4ac6bab... by Ondrej Kubik

configs: imx8mp_evk: make Ubuntu Core changes to the config

Signed-off-by: Ondrej Kubik <email address hidden>

b901912... by Ondrej Kubik

include: configs: imx8mm_evk: force imediate auto reboot if anything fails

Signed-off-by: Ondrej Kubik <email address hidden>