You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, we assemble a skiboot.lid.xz as part of building skiboot - we build with xz -9 and CRC32. It turns out that update_images.pl in the pnor/ repo constructs its own compressed skiboot with the default xz compression level (6). So the skiboot build artifact is not being used.
Additionally, even though we produce the secure boot header with the imprint keys, the genPnorImages.pl script in the hostboot repository is what generates the secureboot header for the skiboot.lid that ends up in the PAYLOAD partition (via scripts in the pnor repo).
When building we end up with
skiboot.lid
andskiboot.lid.bin
.Ideally we would end up with
skiboot.elf
, andskiboot.lid.xz
for p8, orskiboot.lid.xz.stb
for p9.The text was updated successfully, but these errors were encountered: