
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hello Tom,
I am sending some fixes for mpc85xx v2022.10-rc5. The other patches from Pali require some more work, I am working on them.
The following changes since commit 4f2c559b9a2ad86e03dffeef720257ea680707d0:
Merge tag 'u-boot-stm32-20220915' of https://source.denx.de/u-boot/custodians/u-boot-stm (2022-09-15 12:17:49 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git mpc85xx-for-v2022.10-rc5
for you to fetch changes up to 5a428e751044525f95d15f180188cc7433648b82:
mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS (2022-09-16 18:46:14 +0200)
- ---------------------------------------------------------------- Marek Behún (1): powerpc: mpc85xx: Fix check for CONFIG_SDCARD
Pali Rohár (7): Makefile: Fix dependency for u-boot-with-dtb.bin Makefile: Build final mpc85xx non-SPL image in standard file u-boot.bin Makefile: Reduce usage of custom mpc85xx u-boot.bin target Makefile: Unify condition for mpc85xx reset vector mmc: fsl_esdhc_spl: Add support for loading proper U-Boot from unaligned location powerpc: mpc85xx: Fix loading U-Boot proper from SD card in SPL mmc: fsl_esdhc_spl: Add support for builds without CONFIG_SYS_MMC_U_BOOT_OFFS
Makefile | 26 +++++++------------------- arch/powerpc/Kconfig | 2 +- arch/powerpc/cpu/mpc85xx/Kconfig | 2 +- arch/powerpc/cpu/mpc85xx/u-boot-spl.lds | 12 +++++++++++- arch/powerpc/dts/kmcent2-u-boot.dtsi | 2 +- arch/powerpc/dts/u-boot.dtsi | 10 +++++----- board/freescale/p1_p2_rdb_pc/README | 2 +- board/freescale/p2041rdb/README | 3 --- board/freescale/t102xrdb/README | 2 +- board/freescale/t104xrdb/README | 2 +- board/freescale/t208xqds/README | 2 +- board/freescale/t208xrdb/README | 2 +- drivers/mmc/fsl_esdhc_spl.c | 43 ++++++++++++++++++++++++++++++++++--------- 13 files changed, 65 insertions(+), 45 deletions(-)