Context of the Build
1. What board are you trying to build?
T440p
2. What repository:branch are you using to build from?
3. What version of coreboot are you trying to build
4. In building the rom where did you get the blobs?
5. If using the automated tools to get the blobs did you run the relevant scripts in the blobs directory
6. What operating system are you using
Debian bookworm/12
Have tried building the t440p-maximized rom using my test install of Debian 12 (bookworm) which ships with GCC 12
Once I have built the toolchain without gnat support, the build of the 5.10.5 kernel fails due to finding a use after free (due to the new compiler being more aware than what shipped with Debian 11). The bug has already been fixed upstream last year - if I apply the following patch, heads builds as expected:
torvalds/linux@52a9dab
I don't know whether you want to cherry pick this into heads?
Context of the Build
1. What board are you trying to build?
T440p
2. What repository:branch are you using to build from?
3. What version of coreboot are you trying to build
4. In building the rom where did you get the blobs?
5. If using the automated tools to get the blobs did you run the relevant scripts in the blobs directory
6. What operating system are you using
Debian bookworm/12
Have tried building the t440p-maximized rom using my test install of Debian 12 (bookworm) which ships with GCC 12
Once I have built the toolchain without gnat support, the build of the 5.10.5 kernel fails due to finding a use after free (due to the new compiler being more aware than what shipped with Debian 11). The bug has already been fixed upstream last year - if I apply the following patch, heads builds as expected:
torvalds/linux@52a9dab
I don't know whether you want to cherry pick this into heads?