
Hello Tom,
On 24.01.23 19:12, Tom Rini wrote:
On Tue, Jan 24, 2023 at 06:06:48PM +0100, Heiko Schocher wrote:
Patchseries is based on 53c47c59e6: ("Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm")
It brings back socrates board working with current mainline, and adds also some small updates:
newer U-Boot needs more space in Flash, so set new textbase. adapt default environment
remove Flash on CS1 as not used anymore
support MTDPARTS
add boot retry feature
add support for i2c eeprom
add autbootdelay string
enable protected environement
enable signed fit images boot see thread: https://lists.denx.de/pipermail/u-boot/2023-January/504249.html
commit bcc85b96b5ff: ("cmd: source: Support specifying config name")
fixes this problem for me!
patch 0002-powerpc-mpc85xx-socrates-rework-socrates-build-proce.patch is a combination of patches from Pali http://patchwork.ozlabs.org/project/uboot/patch/20221228200437.30971-1-pali@... http://patchwork.ozlabs.org/project/uboot/patch/20221228200437.30971-2-pali@...
which is a base for patch 0003-powerpc-mpc85xx-drop-socrates-specific-image-creatio.patch which drops socrates board specific image creation and uses standard mpc85xx way by enabling MPC85XX_HAVE_RESET_VECTOR, drop CONFIG_OF_BOARD and use common u-boot.dtsi, so no specials anymore for this board.
azure build: https://dev.azure.com/hs0298/hs/_build/results?buildId=99&view=results
I'm glad you were able to get the board updated and working again. Can
Me too!
you please add moving this over to plain text based environments (such as the keymile family are using now, for example) as part of this?
I can try ... if there are comments for a v2 I integrate it into v2, if v1 is fine, I send a follow up patch (if this is okay for you?).
Thanks!
bye, Heiko