Update from unstable
v.2020.04 from upstream.
- ported patches from Apertis
- supported boot on Sabrelite only
This is the first MR from series.
Merge request reports
Activity
added 30 commits
-
2de15880...4101826c - 2 commits from branch
apertis/v2021dev3
- 92708d9d - Merge updates from debian/bullseye
- 739af0fb - Remove outdated Apertis patches
- b69be54f - Backport patches from Apertis U-Boot
- 5f8e74c2 - RPi: use alternative boot for rollback
- 104d8b7a - RPi: enable bootcount
- ee1852a5 - RPi: enable pstore command
- 52be5547 - RPi: enable FIT images support
- b5cd74cb - Switch SabreLite to storing ENV in SPI
- 7cc9381c - mx6sabrelite: Enable gigadevice nor flashes
- 41d8d64b - mx6sabrelite: enable bootcount
- 7e619ded - nitrogen6x: use alternative boot for rollback
- 6ad546f4 - mx6sabrelite: enable pstore command
- 7a982c0d - mx6sabrelite: enable FIT images support
- 60e15267 - mx6sabrelite: configure environment on SPI
- d032231b - mx6sabrelite: enable 'sf' command
- df78e587 - mx6sabrelite: enable trusted boot feature
- bfaab1ce - mx6sabrelite: Fix support for MMC
- 507be24f - Add RPi target rpi_arm64
- ad331cb3 - Add override_dh_dwz due failures in Apertis
- d2f58e04 - Drop build dependencies for u-boot-qemu targets
- 79caf9af - Disable build of qemu targets
- 0e1c0b3a - Release u-boot version 2020.04+dfsg-2co1
- 345d8dcc - renesas: sync with rcar-4.0.0
- ff9110b4 - renesas: enable Apertis patches and configuration
- 75762bfc - renesas: add Apertis configuration for the rest of R-Car boards
- d176519e - Add package for R-Car boards
- bfa9f92d - rockchip: add support of ROCKpro64 board
- d8227be3 - Release u-boot version 2020.04+dfsg-2co2
Toggle commit list-
2de15880...4101826c - 2 commits from branch
added 30 commits
-
d8227be3...40734857 - 2 commits from branch
apertis/v2021dev3
- 71b2a347 - Merge updates from debian/bullseye
- 2f83ad3f - Remove outdated Apertis patches
- 74336bc4 - Backport patches from Apertis U-Boot
- 077b76ff - RPi: use alternative boot for rollback
- fb975275 - RPi: enable bootcount
- b4b1c64d - RPi: enable pstore command
- 4558cdea - RPi: enable FIT images support
- 886609bb - Switch SabreLite to storing ENV in SPI
- bc1ef04e - mx6sabrelite: Enable gigadevice nor flashes
- 1fbfaa21 - mx6sabrelite: enable bootcount
- ee277dc3 - nitrogen6x: use alternative boot for rollback
- 1f0e5e2c - mx6sabrelite: enable pstore command
- 692b5106 - mx6sabrelite: enable FIT images support
- 8b773679 - mx6sabrelite: configure environment on SPI
- c0a8234c - mx6sabrelite: enable 'sf' command
- f8348669 - mx6sabrelite: enable trusted boot feature
- d5d79db0 - mx6sabrelite: Fix support for MMC
- b8dac04b - Add RPi target rpi_arm64
- a07496d8 - Add override_dh_dwz due failures in Apertis
- b84bc1eb - Drop build dependencies for u-boot-qemu targets
- b6cd97fe - Disable build of qemu targets
- 2c75146a - Release u-boot version 2020.04+dfsg-2co1
- b80674ae - renesas: sync with rcar-4.0.0
- 3c9962e5 - renesas: enable Apertis patches and configuration
- 23faf468 - renesas: add Apertis configuration for the rest of R-Car boards
- a80e028d - Add package for R-Car boards
- 0b4afc06 - rockchip: add support of ROCKpro64 board
- f18f3177 - Release u-boot version 2020.04+dfsg-2co2
Toggle commit list-
d8227be3...40734857 - 2 commits from branch
I don't like the way the first patch removes all the Apertis patches and then latter ones add them back. It's time consuming to work out which ones have been removed and what if anything has changed in each patch.
Edited by Martyn WelchThis series doesn't seem well structured to me. As this is updating the existing U-Boot package, the series should be re-instating the existing support before adding RPi support.
I'd strongly suggest this should be split into 4 merge requests:
- Updating U-Boot to the Bullseye version
- Merging in Renasas support
- Adding RPi support
- Adding RockPro64 support
Edited by Martyn Welchadded 9 commits
- 23fe39cd - Merge branch 'debian/unstable' into apertis/v2021dev3
- 67eec154 - Remove guardian patches
- cede00ae - Rearrange patches for Apertis
- 438e6995 - mx6sabrelite: enable 'sf' command
- b048f496 - mx6sabrelite: Fix support for MMC
- 71f5c98a - Add override_dh_dwz due failures in Apertis
- 91868d07 - Drop build dependencies for u-boot-qemu targets
- 0b016547 - Disable build of qemu targets
- 7843c555 - Release u-boot version 2020.04+dfsg-2co1
Toggle commit list@martyn fixed branches. Using
debian/unstable
instead ofbullseye
to align with documentation.Reworked patches fixup/rearranging from previous version. Unfortunately it can't be done 1-to-1 since some patches should be dropped and some reworked.
Fix the current MR to propose the update from v.2019.01 and allow to work properly for SabreLite only (I mean in terms of Apertis compatibility).
- Resolved by Denis Pynkin
@d4s Please can you push
debian/unstable
? It's currently sitting onImport Debian changes 2019.01+dfsg-7
, whilst this MR pulls inImport Upstream version 2020.04+dfsg
...