From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Robert Schwebel <r.schwebel@pengutronix.de>
Cc: distrokit@pengutronix.de
Subject: Re: [DistroKit] [PATCH 0/8] v7a/v8a: update firmware, bootloader and kernel
Date: Mon, 9 Dec 2024 20:10:22 +0100 [thread overview]
Message-ID: <30ac9de4-a9de-46e7-a7b0-55e6efd1b125@pengutronix.de> (raw)
In-Reply-To: <Z1cxbyuKo-fAFd2f@pengutronix.de>
On 09.12.24 19:05, Robert Schwebel wrote:
> Are you sure this series fits on top of origin/master?
It was based off an older revision of origin/next
(7ac0256bc39121cfa869e6c493fcf1f344f9ae6a), which has since
been superseded..
I will rebase.
Cheers,
Ahmad
>
> On Mon, Dec 09, 2024 at 06:53:57PM +0100, Ahmad Fatoum wrote:
>> This series updates all of barebox, TF-A and Linux to more recent
>> versions.
>>
>> Missing from this update are updates to OP-TEE, which have been
>> submitted separately[1] to PTXdist as the version isn't configurible
>> via platformconfig.
>>
>> [1]: https://lore.ptxdist.org/ptxdist/20241209175317.2509381-1-a.fatoum@pengutronix.de/
>>
>> Ahmad Fatoum (8):
>> v8a: tf-a: update v2.10 -> v2.12
>> v8a: barebox: update v2024.07.0 -> v2024.12.0
>> v8a: kernel: update 6.11 -> v6.13-rc2
>> v7a: barebox: am335x-mlo: disable LZO decompress
>> v7a: barebox: update v2024.07.0 -> v2024.12.0
>> v7a: kernel: update 6.11 -> v6.13-rc2
>> v7a: tf-a: update v2.10 -> v2.12
>> v7a/v8a: barebox: enable some more useful commands
>>
>> .../platform-v7a/barebox-am335x-mlo.config | 12 +-
>> configs/platform-v7a/barebox-am335x.config | 17 ++-
>> .../platform-v7a/barebox-am335x.config.diff | 3 +-
>> configs/platform-v7a/barebox-at91.config | 16 ++-
>> configs/platform-v7a/barebox-at91.config.diff | 2 +-
>> configs/platform-v7a/barebox-mx6.config | 21 +++-
>> configs/platform-v7a/barebox-mx6.config.diff | 7 +-
>> configs/platform-v7a/barebox-rpi2.config | 17 ++-
>> configs/platform-v7a/barebox-rpi2.config.diff | 3 +-
>> configs/platform-v7a/barebox-stm32mp.config | 21 +++-
>> .../platform-v7a/barebox-stm32mp.config.diff | 7 +-
>> configs/platform-v7a/barebox-vexpress.config | 16 ++-
>> .../platform-v7a/barebox-vexpress.config.diff | 2 +-
>> configs/platform-v7a/barebox.config | 16 ++-
>> configs/platform-v7a/kernelconfig | 81 +++++++++----
>> configs/platform-v7a/platformconfig | 12 +-
>> .../platform-v7a/rules/tf-a-stm32mp13.make | 2 -
>> configs/platform-v8a/barebox.config | 28 ++++-
>> configs/platform-v8a/kernelconfig | 112 ++++++++++++++----
>> ...mq-fix-imx8mq-build-break-due-to-hab.patch | 83 +++++++++++++
>> ...002-fix-imx8m-fix-imx8mq-build-break.patch | 93 +++++++++++++++
>> .../platform-v8a/patches/tf-a-v2.12/series | 2 +
>> configs/platform-v8a/platformconfig | 12 +-
>> 23 files changed, 483 insertions(+), 102 deletions(-)
>> create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/0001-fix-imx8mq-fix-imx8mq-build-break-due-to-hab.patch
>> create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/0002-fix-imx8m-fix-imx8mq-build-break.patch
>> create mode 100644 configs/platform-v8a/patches/tf-a-v2.12/series
>>
>> --
>> 2.39.5
>>
>>
>>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
prev parent reply other threads:[~2024-12-09 19:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 17:53 Ahmad Fatoum
2024-12-09 17:53 ` [DistroKit] [PATCH 1/8] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 17:53 ` [DistroKit] [PATCH 2/8] v8a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 3/8] v8a: kernel: update 6.11 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 4/8] v7a: barebox: am335x-mlo: disable LZO decompress Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 5/8] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 6/8] v7a: kernel: update 6.11 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 7/8] v7a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 17:54 ` [DistroKit] [PATCH 8/8] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 18:05 ` [DistroKit] [PATCH 0/8] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel
2024-12-09 19:10 ` Ahmad Fatoum [this message]
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=30ac9de4-a9de-46e7-a7b0-55e6efd1b125@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=distrokit@pengutronix.de \
--cc=r.schwebel@pengutronix.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