All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Tom Rini <trini@konsulko.com>,
	u-boot@lists.denx.de, u-boot-amlogic@groups.io
Cc: Lukasz Majewski <lukma@denx.de>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Guillaume La Roque <glaroque@baylibre.com>,
	Julien Masson <jmasson@baylibre.com>
Subject: [GIT PULL] Please pull u-boot-dfu-next-20241126
Date: Tue, 26 Nov 2024 14:26:41 +0100	[thread overview]
Message-ID: <87plmip1m6.fsf@baylibre.com> (raw)

Hi Tom,

Please find some new developments for next:

Android:
- bootstd: Implement bootimage v2 support
- bootstd: Support non-A/B in bootmeth_android
- Migrate VIM3 and VIM3L to use bootmeth_android
- bootstd: Additional test for bootimage v2
- bootstd: Optimize load time when reading partitions

CI job:
- https://source.denx.de/u-boot/custodians/u-boot-dfu/-/pipelines/23573

Thanks,
Mattijs

The following changes since commit 48380f9b2a12e3fc6339d6af5a154bded769d911:

  Merge tag 'v2025.01-rc3' into next (2024-11-25 17:34:08 -0600)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-dfu.git tags/u-boot-dfu-next-20241126

for you to fetch changes up to abadcda24b100b8eb0f138085cca6595518cec85:

  bootstd: android: don't read whole partition sizes (2024-11-26 10:04:40 +0100)

----------------------------------------------------------------
u-boot-dfu-next-20241126

Android:
- bootstd: Implement bootimage v2 support
- bootstd: Support non-A/B in bootmeth_android
- Migrate VIM3 and VIM3L to use bootmeth_android
- bootstd: Additional test for bootimage v2
- bootstd: Optimize load time when reading partitions

----------------------------------------------------------------
Guillaume La Roque (5):
      bootstd: android: add support of bootimage v2
      bootstd: android: add non-A/B image support
      configs: khadas-vim3l_android{_ab}: move on bootmeth android
      configs: khadas-vim3_android{_ab}: move on bootmeth android
      bootstd: Add test for Android boot image v2

Julien Masson (1):
      bootstd: android: don't read whole partition sizes

 arch/sandbox/dts/test.dts                 |  10 ++-
 boot/Kconfig                              |   1 -
 boot/bootmeth_android.c                   | 104 ++++++++++++++++++++++--------
 boot/image-android.c                      |  45 +++++++++++++
 configs/am62x_a53_android.config          |   1 +
 configs/khadas-vim3_android_ab_defconfig  |   7 +-
 configs/khadas-vim3_android_defconfig     |   7 +-
 configs/khadas-vim3l_android_ab_defconfig |   7 +-
 configs/khadas-vim3l_android_defconfig    |   7 +-
 configs/sandbox_defconfig                 |   1 +
 include/configs/khadas-vim3_android.h     |  25 +++++--
 include/configs/khadas-vim3l_android.h    |  25 +++++--
 include/configs/meson64_android.h         |   6 --
 include/image.h                           |  24 +++++++
 test/boot/bootflow.c                      |  29 ++++++++-
 test/py/tests/test_ut.py                  |  49 ++++++++++++++
 16 files changed, 297 insertions(+), 51 deletions(-)


             reply	other threads:[~2024-11-26 13:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-26 13:26 Mattijs Korpershoek [this message]
2024-11-27  0:14 ` [GIT PULL] Please pull u-boot-dfu-next-20241126 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=87plmip1m6.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=glaroque@baylibre.com \
    --cc=jmasson@baylibre.com \
    --cc=lukma@denx.de \
    --cc=neil.armstrong@linaro.org \
    --cc=trini@konsulko.com \
    --cc=u-boot-amlogic@groups.io \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.