mbox series

[bug#64149,v4,0/5] Update U-boot to 2023.07.02.

Message ID 20230720014459.242139-1-vagrant@debian.org
Headers show
Series Update U-boot to 2023.07.02. | expand

Message

Vagrant Cascadian July 20, 2023, 1:44 a.m. UTC
From: Vagrant Cascadian <vagrant@debian.org>

I *think* I have resolved all mentioned issues so far.

This series keeps arm-trusted-firmware-imx8mq at 2.8, as it no longer builds.

It turns out using the #:config to disable CONFIG_SPL_FIT_SIGNATURE is working
after all, so only used that one.

Maxim Cournoyer (2):
  gnu: Add python-u-boot-pylib.
  gnu: patman: Add python-u-boot-pylib to inputs.

Vagrant Cascadian (3):
  gnu: arm-trusted-firmware: Update to 2.9.
  gnu: u-boot: Update to 2023.07.02.
  gnu: u-boot: Add crust firmware to pinebook, pine64_plus and
    pine64-lts.

 gnu/local.mk                                  |    3 +-
 gnu/packages/bootloaders.scm                  |   91 +-
 gnu/packages/firmware.scm                     |   20 +-
 .../u-boot-allow-disabling-openssl.patch      |   13 +-
 .../patches/u-boot-fix-u-boot-lib-build.patch |   24 +
 .../patches/u-boot-infodocs-target.patch      |   84 --
 .../u-boot-patman-guix-integration.patch      | 1244 -----------------
 ...boot-sifive-prevent-reloc-initrd-fdt.patch |    8 +-
 8 files changed, 129 insertions(+), 1358 deletions(-)
 create mode 100644 gnu/packages/patches/u-boot-fix-u-boot-lib-build.patch
 delete mode 100644 gnu/packages/patches/u-boot-infodocs-target.patch
 delete mode 100644 gnu/packages/patches/u-boot-patman-guix-integration.patch


base-commit: 283969d0c527aa41e65bb4f5c2a7fa3baf86c49a

Comments

Maxim Cournoyer July 20, 2023, 3:37 a.m. UTC | #1
Hello,

vagrant@debian.org writes:

> From: Vagrant Cascadian <vagrant@debian.org>
>
> I *think* I have resolved all mentioned issues so far.
>
> This series keeps arm-trusted-firmware-imx8mq at 2.8, as it no longer builds.
>
> It turns out using the #:config to disable CONFIG_SPL_FIT_SIGNATURE is working
> after all, so only used that one.

Great!

I haven't been able to apply this series locally, but I've had a glimpse
and it LGTM.  Feel free to push it!
Vagrant Cascadian July 20, 2023, 6:01 a.m. UTC | #2
On 2023-07-19, Maxim Cournoyer wrote:
> vagrant@debian.org writes:
>> From: Vagrant Cascadian <vagrant@debian.org>
>>
>> I *think* I have resolved all mentioned issues so far.
>>
>> This series keeps arm-trusted-firmware-imx8mq at 2.8, as it no longer builds.
>>
>> It turns out using the #:config to disable CONFIG_SPL_FIT_SIGNATURE is working
>> after all, so only used that one.
>
> Great!
>
> I haven't been able to apply this series locally, but I've had a glimpse
> and it LGTM.  Feel free to push it!

Thanks for the review!

Pushed as:

cf1216d8763adf3c5e9d79d7abd2c5ecc8861d60 gnu: patman: Add python-u-boot-pylib to inputs.
ffbcc113df02293e1676310dbf3bfb23df8cae10 gnu: Add python-u-boot-pylib.
ed5dc3a25d858a394bb7db937a51d866c3cdc6ed gnu: u-boot: Add crust firmware to pinebook, pine64_plus and pine64-lts.
b0d47d9e18e52ff7935aebe6ab37e702f58101be gnu: u-boot: Update to 2023.07.02.
d6a53849935f8584e1df57faa79c18c23fbb2aa1 gnu: arm-trusted-firmware: Update to 2.9.


live well,
  vagrant