wolfBoot/include
Daniel Pouzzner 441200f469 fix: support DEBUG=0 build
* 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 <douzzer@wolfssl.com>
2024-06-19 09:47:06 +02:00
..
MPLAB Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
wolfboot Fix linker warnings when building with otp 2024-05-24 16:37:25 +02:00
x86 ata: support master password in ata_security_erase_unit() 2024-04-29 09:53:49 +02:00
delta.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
elf.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
encrypt.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
fdt.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
hal.h otp_keystore_primer: fixed provisioning + readonly 2024-05-20 10:58:43 +02:00
image.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
keystore.h Added OTP support for STM32H5 2024-05-15 10:55:47 +02:00
loader.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
multiboot.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
otp_keystore.h Fix building PKCS11 Trustzone with any auth algo 2024-05-29 15:05:56 +02:00
pci.h pci: move pcie_retraining_link in boot_x86_fsp 2024-04-29 10:27:42 +02:00
printf.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_drv.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
spi_flash.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
stage2_params.h pci: stage2: uniform parameter-less function prototype 2024-04-29 09:53:49 +02:00
target.h.in x86_efi: fixes 2024-05-20 17:03:16 +02:00
tpm.h tpm: include self test wrapper 2024-04-29 09:53:49 +02:00
uart_drv.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
uart_flash.h Update license GPL2 -> GPL3 2024-04-16 16:46:15 +02:00
user_settings.h fix: support DEBUG=0 build 2024-06-19 09:47:06 +02:00