public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Marek Behún" <kabel@kernel.org>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>
Subject: [GIT PULL] mpc85xx changes for v2022.10-rc5
Date: Sun, 18 Sep 2022 15:38:52 +0200	[thread overview]
Message-ID: <20220918153838.0ae50db0@thinkpad> (raw)

-----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(-)
-----BEGIN PGP SIGNATURE-----

iQIvBAEBCAAdFiEElcYtIkjuDYpEw9O0Jrz6Bfz2DkwFAmMnH2wACgkQJrz6Bfz2
DkwV0Q/fecVxL8R3agViB3gayu6sYKCkKVKQ2pLrjoqISBmKi5sLkvOREtbTGybn
bugpvdVD+ngN77h59ySoG0zoVVgMC4nDveqdCy96PNl4a7VUOMOBdae5pJLnjm8t
eAa3VV+7EFQvuih35jZDn0j85+aqU0bz4GBZUdlBPghrh88X+ph3z778aWgHZ9LT
YK4RXovkAuJN7nrhdXU0MLO377aYJCzTMawCSE638YET1Frk87bEe22d7TWV1QoS
pSvMVJdlWvMwKlmJumNf5LXliffSYtOFfaPlutLpdX/eB5RmZ1wyKbYC+TLbTL98
XDpc6LvZaGF3+x5t1OE5a3McSXLYnl5USyMaWaGYcNMKcG4AUXOKPTTK4nKx+COu
Htjvqj7U6uPFfzzPCQzBv50GyfUUyVW1orZHSCigiFs5Ub53tcy8v17i5vsMMjpT
nXCAlGE90ERLjXli4fmncc34WmZBGE1/7auypzC6Ke1Q0gFdZztVYbhVQfukzXex
yPZ0SsUfDr+3JjM/FiJQriT5NOJT3qui3EAxBBgUaWLjKEmLAwWKqc7t1bO/izRh
JlH+f6pqPQFbMvJNf+bDSYZeReThPab4ILlxROcXcamogzlGcAdmeYyhRQUyTvoF
aiiZHATS3JTrZKwuXFEtVWdiAT/8Xv1UptFtUPszsh+i5g==
=VECb
-----END PGP SIGNATURE-----

             reply	other threads:[~2022-09-18 13:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-18 13:38 Marek Behún [this message]
2022-09-18 19:12 ` [GIT PULL] mpc85xx changes for v2022.10-rc5 Tom Rini
2022-09-19  7:53 ` Pali Rohár
2022-09-19  9:32   ` [PATCH] powerpc: mpc85xx: Fix incorrect application of patch Marek Behún
2022-09-19  9:33     ` Pali Rohár
2022-09-19 12:31     ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220918153838.0ae50db0@thinkpad \
    --to=kabel@kernel.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox