From trini at konsulko.com Mon Jul 1 20:08:57 2024 From: trini at konsulko.com (Tom Rini) Date: Mon, 1 Jul 2024 12:08:57 -0600 Subject: [ANN] U-Boot v2024.07 released Message-ID: <20240701180857.GN38804@bill-the-cat> Hey all, It's release day and so here is v2024.07. Due to some last minute testing, a problem was found with the zlib update and the safest path (given how long we've been behind) was to revert and fix it for v2024.10. Once again I want to thank everyone that's contributed to this release, not just in terms of code, but documentation, testing and otherwise ensuring things go as smoothly as they can. In terms of a changelog, git log --merges v2024.07-rc5..v2024.07 contains what I've pulled since the last RC or: git log --merges v2024.04..v2024.07 for changes since the last full release. As always, more details in pull requests (or the tags referenced by them) will result in more details here. The merge window is formally open again, and I'll be merging in next shortly. v2024.10 is scheduled for Monday, October 7th, 2024 and the merge window will close and -rc1 will be released on the 22nd of July, and then the next window will open with -rc2, two weeks later. Thanks all! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: From trini at konsulko.com Tue Jul 23 03:55:55 2024 From: trini at konsulko.com (Tom Rini) Date: Mon, 22 Jul 2024 19:55:55 -0600 Subject: [ANN] U-Boot v2024.10-rc1 released Message-ID: <20240723015555.GE989285@bill-the-cat> Hey all, It's release day and here is -rc1. Looking at my own queue, I think it's in OK shape, but there's a few things I want to take still, and I need to check some other areas for mature changes to pull in as well. In terms of a changelog, git log --merges v2024.07..v2024.10-rc1 contains what I've pulled but as always, better PR messages and tags will provide better results here. I hope to remain on schedule and that means the rest of the rcs every other Monday, and with final release on Monday, October 7th, 2024. Thanks all! -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 659 bytes Desc: not available URL: From frank-w at public-files.de Tue Jul 23 15:44:06 2024 From: frank-w at public-files.de (Frank Wunderlich) Date: Tue, 23 Jul 2024 15:44:06 +0200 Subject: Aw: [ANN] U-Boot v2024.10-rc1 released In-Reply-To: <20240723015555.GE989285@bill-the-cat> References: <20240723015555.GE989285@bill-the-cat> Message-ID: Hi, i notice build-error because of CONFIG_TOOLS_MKEFICAPSULE is set automaticly and does not find an include https://github.com/frank-w/u-boot/actions/runs/10059612312/job/27805232284 tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~ solved it temporary by adding CONFIG_TOOLS_MKEFICAPSULE=n to my configs/mt7622_bpi-r64_defconfig commit: https://github.com/frank-w/u-boot/commit/2640a8881d3c6a232575f46b0f2b8a0217b6d639 fixed pipeline: https://github.com/frank-w/u-boot/actions/runs/10059965071 breaking commit seems to be b7a625b1ce49 tools: Build mkeficapsule tool by default if EFI_LOADER is set i have EFI_LOADER set to y,but it is unclear where the header-file should be...i do not find any gnutls.h in my tree regards Frank > Gesendet: Dienstag, 23. Juli 2024 um 03:55 Uhr > Von: "Tom Rini" > An: u-boot at lists.denx.de > Cc: u-boot-custodians at lists.denx.de, u-boot-board-maintainers at lists.denx.de > Betreff: [ANN] U-Boot v2024.10-rc1 released > > Hey all, > > It's release day and here is -rc1. Looking at my own queue, I think > it's in OK shape, but there's a few things I want to take still, and I > need to check some other areas for mature changes to pull in as well. > > In terms of a changelog, > git log --merges v2024.07..v2024.10-rc1 > contains what I've pulled but as always, better PR messages and tags > will provide better results here. > > I hope to remain on schedule and that means the rest of the rcs every > other Monday, and with final release on Monday, October 7th, 2024. > Thanks all! > > -- > Tom > From sjg at chromium.org Wed Jul 24 16:37:15 2024 From: sjg at chromium.org (Simon Glass) Date: Wed, 24 Jul 2024 08:37:15 -0600 Subject: [ANN] U-Boot v2024.10-rc1 released In-Reply-To: References: <20240723015555.GE989285@bill-the-cat> Message-ID: Hi, On Tue, 23 Jul 2024 at 07:44, Frank Wunderlich wrote: > > Hi, > > i notice build-error because of CONFIG_TOOLS_MKEFICAPSULE is set automaticly and does not find an include > > https://github.com/frank-w/u-boot/actions/runs/10059612312/job/27805232284 > > tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory > 20 | #include > | ^~~~~~~~~~~~~~~~~ > > solved it temporary by adding CONFIG_TOOLS_MKEFICAPSULE=n to my configs/mt7622_bpi-r64_defconfig > > commit: https://github.com/frank-w/u-boot/commit/2640a8881d3c6a232575f46b0f2b8a0217b6d639 > fixed pipeline: https://github.com/frank-w/u-boot/actions/runs/10059965071 > > breaking commit seems to be > > b7a625b1ce49 tools: Build mkeficapsule tool by default if EFI_LOADER is set > > i have EFI_LOADER set to y,but it is unclear where the header-file should be...i do not find any gnutls.h in my tree We should really build all tools always, where possible. > > regards Frank > > > > Gesendet: Dienstag, 23. Juli 2024 um 03:55 Uhr > > Von: "Tom Rini" > > An: u-boot at lists.denx.de > > Cc: u-boot-custodians at lists.denx.de, u-boot-board-maintainers at lists.denx.de > > Betreff: [ANN] U-Boot v2024.10-rc1 released > > > > Hey all, > > > > It's release day and here is -rc1. Looking at my own queue, I think > > it's in OK shape, but there's a few things I want to take still, and I > > need to check some other areas for mature changes to pull in as well. > > > > In terms of a changelog, > > git log --merges v2024.07..v2024.10-rc1 > > contains what I've pulled but as always, better PR messages and tags > > will provide better results here. > > > > I hope to remain on schedule and that means the rest of the rcs every > > other Monday, and with final release on Monday, October 7th, 2024. > > Thanks all! > > > > -- > > Tom > > Regards, Simon From sjg at chromium.org Thu Jul 25 00:17:31 2024 From: sjg at chromium.org (Simon Glass) Date: Wed, 24 Jul 2024 16:17:31 -0600 Subject: [ANN] U-Boot v2024.10-rc1 released In-Reply-To: References: <20240723015555.GE989285@bill-the-cat> Message-ID: Hi Frank, On Wed, 24 Jul 2024 at 11:10, Frank Wunderlich wrote: > > Hi > > > Gesendet: Mittwoch, 24. Juli 2024 um 16:37 Uhr > > Von: "Simon Glass" > > An: "Frank Wunderlich" > > Cc: "Tom Rini" , u-boot at lists.denx.de, u-boot-custodians at lists.denx.de, u-boot-board-maintainers at lists.denx.de > > Betreff: Re: [ANN] U-Boot v2024.10-rc1 released > > > > Hi, > > > > On Tue, 23 Jul 2024 at 07:44, Frank Wunderlich wrote: > > > > > > Hi, > > > > > > i notice build-error because of CONFIG_TOOLS_MKEFICAPSULE is set automaticly and does not find an include > > > > > > https://github.com/frank-w/u-boot/actions/runs/10059612312/job/27805232284 > > > > > > tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory > > > 20 | #include > > > | ^~~~~~~~~~~~~~~~~ > > > > > > solved it temporary by adding CONFIG_TOOLS_MKEFICAPSULE=n to my configs/mt7622_bpi-r64_defconfig > > > > > > commit: https://github.com/frank-w/u-boot/commit/2640a8881d3c6a232575f46b0f2b8a0217b6d639 > > > fixed pipeline: https://github.com/frank-w/u-boot/actions/runs/10059965071 > > > > > > breaking commit seems to be > > > > > > b7a625b1ce49 tools: Build mkeficapsule tool by default if EFI_LOADER is set > > > > > > i have EFI_LOADER set to y,but it is unclear where the header-file should be...i do not find any gnutls.h in my tree > > > > We should really build all tools always, where possible. > > why require more depencies for tools which are most likely not used by users...in my case i do not need the mkeficapsule ;) > > the gnutls error i get only in pipeline...maybe on my host i have the required lib somewhere in the common includes of gcc crosscompiler. > > on my laptop i get a different error but also on mkeficapsule tool > > tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or directory > 18 | #include > | ^~~~~~~~~~~~~ > > i guess this can be installed with "apt-get install uuid-dev" but why should i fix the depency if i do not need the tool? Because it is confusing for packagers to deal with adding special config options in order to build all the tools. So we try to build them all, always. Regards, Simon From frank-w at public-files.de Wed Jul 24 19:10:47 2024 From: frank-w at public-files.de (Frank Wunderlich) Date: Wed, 24 Jul 2024 19:10:47 +0200 Subject: Aw: Re: [ANN] U-Boot v2024.10-rc1 released In-Reply-To: References: <20240723015555.GE989285@bill-the-cat> Message-ID: Hi > Gesendet: Mittwoch, 24. Juli 2024 um 16:37 Uhr > Von: "Simon Glass" > An: "Frank Wunderlich" > Cc: "Tom Rini" , u-boot at lists.denx.de, u-boot-custodians at lists.denx.de, u-boot-board-maintainers at lists.denx.de > Betreff: Re: [ANN] U-Boot v2024.10-rc1 released > > Hi, > > On Tue, 23 Jul 2024 at 07:44, Frank Wunderlich wrote: > > > > Hi, > > > > i notice build-error because of CONFIG_TOOLS_MKEFICAPSULE is set automaticly and does not find an include > > > > https://github.com/frank-w/u-boot/actions/runs/10059612312/job/27805232284 > > > > tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory > > 20 | #include > > | ^~~~~~~~~~~~~~~~~ > > > > solved it temporary by adding CONFIG_TOOLS_MKEFICAPSULE=n to my configs/mt7622_bpi-r64_defconfig > > > > commit: https://github.com/frank-w/u-boot/commit/2640a8881d3c6a232575f46b0f2b8a0217b6d639 > > fixed pipeline: https://github.com/frank-w/u-boot/actions/runs/10059965071 > > > > breaking commit seems to be > > > > b7a625b1ce49 tools: Build mkeficapsule tool by default if EFI_LOADER is set > > > > i have EFI_LOADER set to y,but it is unclear where the header-file should be...i do not find any gnutls.h in my tree > > We should really build all tools always, where possible. why require more depencies for tools which are most likely not used by users...in my case i do not need the mkeficapsule ;) the gnutls error i get only in pipeline...maybe on my host i have the required lib somewhere in the common includes of gcc crosscompiler. on my laptop i get a different error but also on mkeficapsule tool tools/mkeficapsule.c:18:10: fatal error: uuid/uuid.h: No such file or directory 18 | #include | ^~~~~~~~~~~~~ i guess this can be installed with "apt-get install uuid-dev" but why should i fix the depency if i do not need the tool? regards Frank > > regards Frank > > > > > > > Gesendet: Dienstag, 23. Juli 2024 um 03:55 Uhr > > > Von: "Tom Rini" > > > An: u-boot at lists.denx.de > > > Cc: u-boot-custodians at lists.denx.de, u-boot-board-maintainers at lists.denx.de > > > Betreff: [ANN] U-Boot v2024.10-rc1 released > > > > > > Hey all, > > > > > > It's release day and here is -rc1. Looking at my own queue, I think > > > it's in OK shape, but there's a few things I want to take still, and I > > > need to check some other areas for mature changes to pull in as well. > > > > > > In terms of a changelog, > > > git log --merges v2024.07..v2024.10-rc1 > > > contains what I've pulled but as always, better PR messages and tags > > > will provide better results here. > > > > > > I hope to remain on schedule and that means the rest of the rcs every > > > other Monday, and with final release on Monday, October 7th, 2024. > > > Thanks all! > > > > > > -- > > > Tom > > > > > Regards, > Simon >