-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: edk2: Bump to 202308 #139
Conversation
Fixes canonical/lxd#12166 Signed-off-by: Alexander Mikhalitsyn <[email protected]>
Most likely size of the firmware increased after tianocore/edk2@ff3382a
We fail on 2MiB firmware which does not include CSM blob. This allows to build 2MiB image:
I don't think that we need to build iSCSI support in UEFI firmware (we don't use iSCSI as far as I understand). As an alternative we can build 4MB blob from the new version of edk2, and 2MB from the old one. |
IIRC the UEFI shell was sometimes mentioned in forum posts for debugging issues with booting Windows from an ISO. As for the iSCSI support, it sounds reasonable to drop and I'd vote to drop it from all build variants, not just the 2MiB one. |
Yeah let's drop iscsi from all variants |
Any other features we can drop? |
We might be able to reclaim some space by disabling TPM1 support ( |
Whilst replying to I noticed that we had some TPM disable flags in the past on edk2 as well: |
yes, at the same time, both As far as I can see |
@mihalicyn will you be able to pick this back up after we remove the CSM support as per canonical/lxd#12730 |
Fixes canonical/lxd#12166
Not ready yet as I need to solve a build issue: