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

Update aarch64 blobs #302

Merged
merged 4 commits into from
Sep 13, 2021
Merged

Update aarch64 blobs #302

merged 4 commits into from
Sep 13, 2021

Conversation

popegeo
Copy link
Contributor

@popegeo popegeo commented Sep 10, 2021

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

andraprs
andraprs previously approved these changes Sep 13, 2021
src/common/mod.rs Show resolved Hide resolved
src/lib.rs Outdated Show resolved Hide resolved
…lobs to respect the Image format

Use the ARCH environment varriable to determine the right name and to avoid duplicating code.
The aarch64 blobs are still the old ones, but with changed names

Signed-off-by: popegeo <popegeo@amazon.com>
On x86_64 *c_char is determined as i8 but on other architectures
like aarch64 *c_char is an u8, to avoid architecture conflicts use
c_char when trying to obtain a str pointer.

Signed-off-by: popegeo <popegeo@amazon.com>
The aarch64 was missing the jq package.

Signed-off-by: popegeo <popegeo@amazon.com>
Add blobs for the latest enclave kernel provided by AmazonLinux
The nsm.ko and init process are built alongside the kernel Image.

Signed-off-by: popegeo <popegeo@amazon.com>
@popegeo popegeo merged commit a3476c6 into aws:main Sep 13, 2021
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.

4 participants