-
Notifications
You must be signed in to change notification settings - Fork 181
Description
The PNOR partition layout hasn't changed significantly since the exciting days of Palmetto. However on POWER9 platforms we've dropped "golden side" and have 64MB - 128MB of flash; in fact as far as I know all P9 platforms have 128MB flash chips but only use the defaultPnorLayout_64.xml
layout - which itself only uses about 42MB of space!
BOOTKERNEL is definitely reaching the limits of its 16MB - a number of parties are asking for new items to be included and right now the answer is "No, it doesn't fit". This includes a number of things including RAID utilities, SED support, and a particular pain point - extra font files to support not-English on VGA.
I'm sure other projects are running into similar issues, but I'm obviously biased :)
So I'd like to get the discussion rolling on
- updating the PNOR layout to take advantage of the full space available
- considering adding a new partition to hold larger things such as vendor utilities, pb-plugins etc.