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

examples: add new qemu x86 FSP examples #8

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rizlik
Copy link

@rizlik rizlik commented Jan 18, 2023

adding the necessary script to create FSP binaries to boot qemu x86 q35 machine from the resect vector.
It uses the wolfBoot PR:
wolfSSL/wolfBoot#274

@@ -0,0 +1,84 @@
#!/bin/sh
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please change to #!/bin/bash


./build_qemu_fsp.sh
(cd linux-image && ./compile_linux.sh)
git clone "$WOLFBOOT_REPO" wolfBoot
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use the existing submodule in ../wolfboot instead

@rizlik
Copy link
Author

rizlik commented Jan 26, 2023

addressed comment + fixed error in edk2 build system .map file parser

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