Skip to content

Commit

Permalink
config/coreboot-qemu-tpm*.config: save back to oldconfig format
Browse files Browse the repository at this point in the history
- make BOARD=qemu-coreboot-whiptail-tpm1 coreboot.modify_and_save_oldconfig_in_place
- make BOARD=qemu-coreboot-whiptail-tpm2 coreboot.modify_and_save_oldconfig_in_place

Now we see errors in coreboot happening at boot related to referred bootsplash images:

[ERROR]  memalign(boundary=8, size=1179648): failed: Tried to round up free_mem_ptr 0x7fece968 to 0x7ffee968
[ERROR]  but free_mem_end_ptr is 0x7ffcca70
[ERROR]  Error! memalign: Out of memory (free_mem_ptr >= free_mem_end_ptr)Bootsplash could not be decoded. jpeg_decode returned 1.
[INFO ]  CBFS: Found 'fallback/payload' @0x38000 size 0x7a0780 in mcache @0x7fffeb78

with branding/Heads/bootsplash.jpg -> d-wid-ThePlexus_coreboot-linuxboot-heads_background-plain_DonateQrCode.jpg

----
This regression is cause by coreboot/coreboot@1d029b4

Signed-off-by: Thierry Laurion <[email protected]>
  • Loading branch information
tlaurion committed Jul 15, 2024
1 parent 2a3cffc commit 4161917
Show file tree
Hide file tree
Showing 2 changed files with 1,127 additions and 0 deletions.
Loading

0 comments on commit 4161917

Please sign in to comment.