Skip to content
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

x86_efi: fixes #450

Merged
merged 1 commit into from
May 20, 2024
Merged

x86_efi: fixes #450

merged 1 commit into from
May 20, 2024

Conversation

rizlik
Copy link
Contributor

@rizlik rizlik commented May 16, 2024

  • do not use a custom section for the keystore as it will not be loaded in the UEFI env.
  • remove and disable WOLFBOOT_LOAD_ADDRESS
  • copy .rodata from .elf to .efi as the new version of gnu-efi ld scripts do not merge .rodata into .data anymore

- do not use a custom section for the keystore as it will not be loaded in the
UEFI env
- remove and disable WOLFBOOT_LOAD_ADDRESS
- copy .rodata from .elf to .efi as the new version of gnu-efi ld scripts do
not merge .rodata into .data anymore
- fix typo in compile_efi_linux.sh
@danielinux danielinux merged commit bf55ac1 into wolfSSL:master May 20, 2024
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants