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

qemu x86 fsp: fix support for DEBUG=0 build; fix conditional OTP compilation in Makefile #456

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

rizlik
Copy link
Contributor

@rizlik rizlik commented Jun 18, 2024

No description provided.

douzzer and others added 4 commits June 19, 2024 09:47
* build lib/wolfssl/wolfcrypt/src/logging.o unconditionally,
* gate debug printing in do_tpm_selftest() appropriately,
* initialize top_address in src/boot_x86_fsp.c:start() to fix -Wmaybe-uninitialized,
* and add __attribute__((used)) to static src/x86/exceptions.c:common_exception_handler() and _timer_handler() implementations to accommodate asm-only calling;
* fix parallel make: add dependency of stage1/loader_stage1.bin on wolfboot.elf.
* add -ffreestanding -static flags to avoid gcc compiler optimize strings functions

Co-authored-by: Daniel Pouzzner <[email protected]>
fix various issues found by clangd-static-analyzer
@rizlik rizlik force-pushed the backport_debug0 branch from bac0a67 to a413cc1 Compare June 19, 2024 07:47
@rizlik rizlik requested a review from dgarske June 19, 2024 07:47
@rizlik rizlik assigned wolfSSL-Bot and unassigned danielinux Jun 19, 2024
@dgarske dgarske merged commit 6f83a79 into wolfSSL:master Jun 20, 2024
93 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.

5 participants