Marco Oliverio
a187442455
support booting EFI application on x86_64 architecture
...
Co-authored-by: Daniele Lacamera <daniele@wolfssl.com>
2021-11-30 18:43:50 +01:00
Daniele Lacamera
012bba3ce3
Fixed after review comments
2021-08-20 10:10:51 +02:00
David Garske
9c1daee6b5
Change `make keytools` to force rebuild the tools.
2021-08-19 09:29:11 -07:00
Daniele Lacamera
301bc3e0b6
Test through 'test-delta' target
...
- changed syntax for test-expect-version to accept a UART_DEV
2021-08-16 12:00:39 +02:00
Daniele Lacamera
38e9cd17f6
Fixed diff/patch.
...
- Added test
- Removed debug printfs
2021-08-16 11:59:46 +02:00
Daniele Lacamera
68bd170b6c
Added delta tool
2021-08-16 11:59:46 +02:00
Daniele Lacamera
572414fba6
Use library version as default WOLFBOOT_VERSION
2021-07-19 17:02:40 +02:00
Daniele Lacamera
6aa5ee96ca
Updated submodules, added -Werror
2021-07-15 17:38:12 +02:00
Elms
b4f68d0c6b
TMS570LC43xx: fix default compiler programs and options
2021-06-23 09:12:17 +02:00
Elms
ee0f93fee0
TMS570LC43xx: Add flash from RAM and test-app and cleanup
...
* add flash demo from RAM
* clean up linker script and flags
* Add hercules test-app: link script and minimal c file
`make CCS_ROOT=/c/ti/ccs1031/ccs/tools/compiler/ti-cgt-arm_20.2.4.LTS F021_DIR=/c/ti/Hercules/F021\ Flash\ API/02.01.01`
2021-06-23 09:12:17 +02:00
David Garske
31b785fe7e
Progress with cross-compiling wolfBoot. Will also be creating CCS project.
2021-06-23 09:12:17 +02:00
Elms
b988cd3748
PPC-t2080: Add minimal test app
...
With debug it will spin for a while and print a count
Also improce config example
2021-06-08 18:14:41 +02:00
Elms
c1e000faa0
make: clean up and check_config update
...
Also add emacs backup files to ignore
2021-06-08 18:14:41 +02:00
Elms
7766613532
test: self-update cleanup
...
remove clean and distclean from test 34 and 44
remove wolfboot-align
2021-05-14 09:38:31 +02:00
Elms
4c63cfd974
cleanup makefiles
2021-05-14 09:38:31 +02:00
Elms
4d20c34332
distclean cleans tools subdirs
2021-05-14 09:38:31 +02:00
Elms
36c50a7e4a
tools: Add bin-assemble for pasting together binary blobs
2021-05-14 09:38:31 +02:00
Elms
dd8b35207f
make: allow extra config `CFLAGS`
2021-05-14 09:38:31 +02:00
Elms
9d724b3ced
make: Permit different bootloader/image order
...
use objdump more when possible
2021-05-14 09:38:31 +02:00
Elms
08e9796822
make: Add PPC arch and refactor some of Makefile
2021-05-14 09:38:31 +02:00
Daniele Lacamera
6ad218de28
Fix distclean target
2021-02-01 18:31:06 +01:00
David Garske
ecfc4b5008
Support for overriding the wolfBoot root (`WOLFBOOT_ROOT`) to allow proper detection of the signing/keygen tools.
2021-02-01 12:44:17 +01:00
Dimitar Tomov
f57008ff7f
Enable WOLFTPM_USER_SETTINGS to use custom(non-POSIX) options
...
Signed-off-by: Dimitar Tomov <dimi@wolfssl.com>
2021-01-26 08:13:26 +01:00
Daniele Lacamera
cbe002fad7
Merge branch 'update-flags-in-boot-partition' into stm32l5
2020-09-28 17:10:28 +02:00
Daniele Lacamera
75898806eb
Added option FLAGS_HOME to store UPDATE flags in the BOOT partition
2020-09-11 11:25:51 +02:00
Daniele Lacamera
61890b0bdb
Fixed stm32l5 artifacts
2020-09-09 14:26:30 -07:00
Daniele Lacamera
f8d1f1d28a
Don't create contiguous factory.bin on STM32L5
2020-09-09 14:26:30 -07:00
David Garske
c473a53ebe
Improvements to the key tools documentation.
2020-06-24 09:04:24 -07:00
David Garske
0c5b66c39e
Fixes for TPM with RSA.
...
* Requires PR https://github.com/wolfSSL/wolfTPM/pull/101
* Cleanup of software vs. TPM code `wolfBoot_verify_signature` functions (ECC and RSA)
* Adjusted the stack size checks with TPM.
* Added STM32F4 programming/debugging instructions.
* In V=1 mode show the keygen command.
2020-06-23 11:57:09 -07:00
Daniele Lacamera
2f5f2970b2
Removed unused makefile targets
2020-06-18 11:19:15 +02:00
Daniele Lacamera
861259316f
include test-enc.mk in main Makefile
2020-06-17 10:39:40 +02:00
Daniele Lacamera
845eef7db0
Encryption: address alignment fixes, stm32wb fixes
2020-06-16 17:52:50 +02:00
Daniele Lacamera
53bf4d04db
Encrypt: API design
2020-06-16 17:50:55 +02:00
Daniele Lacamera
1d24d326b1
Experimental: chacha20 encryption for external partitions
2020-06-16 17:50:55 +02:00
Daniele Lacamera
c4c786d254
Merge pull request #49 from dgarske/winfixes
...
Fixes for building C signing tools on Windows (Cygwin/MinGW).
2020-06-01 21:54:14 +02:00
David Garske
93d62112e9
Merge pull request #52 from danielinux/mpu
...
Added support for memory protection on ARM using MPU
2020-05-26 06:42:01 -07:00
David Garske
2560bdc6d7
Added TPM RSA verify support. Added support for using software SHA-256 hasing with TPM because its much faster. (Note: to use TPM for hashing define `WOLFBOOT_HASH_TPM`).
2020-05-25 08:28:02 -07:00
Daniele Lacamera
7ade0ee2c0
Added support for memory protection on ARM using MPU
2020-05-25 15:14:41 +02:00
David Garske
5a8032d619
Add detection for `tools/keytools/sign.exe` and `tools/keytools/keygen.exe`. Show more commands with `make V=1`.
2020-05-23 11:08:30 -07:00
Daniele Lacamera
ed94f79fd9
Using WOLFBOOT_ROOT instead of relative paths in configs
2020-05-22 19:14:38 +02:00
Daniele Lacamera
f3d0d8fc83
PSoC6 support: updated configuration, docs added to Targets.md, revert
...
custom NVM_CACHE_SIZE
2020-05-20 06:53:00 -07:00
Daniele Lacamera
3db37a6b5c
Updated NVM_CACHE_SIZE to match different configurations.
...
Progress on psoc6 HAL, fixed memory mapping and test app
2020-05-20 06:53:00 -07:00
Daniele Lacamera
75638394b1
Initial draft for psoc6 support
2020-05-20 06:53:00 -07:00
David Garske
c6f6ce83c2
Merge pull request #40 from wolfSSL/iar
...
Example workspace/project to build under IAR
2020-04-07 10:53:35 -07:00
David Garske
3f1a18f8a9
Fixed unused warning fixes and missing errno.h in keygen.c. Update tools/keytools Makefile to build keygen. Cleanup to support using C version of "sign" and "keygen" after "make keytools".
2020-04-07 18:27:05 +02:00
Daniele Lacamera
48405e0dcd
Make clean: remove temporary file
2020-04-07 10:56:08 +02:00
Daniele Lacamera
7ffcdca098
External, emulated non-volatile memory over UART
2020-04-03 14:27:42 +02:00
Daniele Lacamera
988258099e
Fixed regression in ed25519 mode
2020-03-19 13:28:31 +01:00
David Garske
c0b534edd7
wolfBoot Aarch64 support (Xilinx Zynq and Raspberry Pi):
...
* Added Aarch64 boot/startup support
* Added configuration templates for Raspberry Pi 3 and Xilinx ZynqMP UltraScale+
* Added Xilinx Zynq QSPI bare-metal Driver
* Added `NO_XIP` option for full `ext_flash_*` API on all partitions
* Added Xilinx SDK Project Template
* Added support for DTS image partitions
* Added wolfBoot signing tool in Native C (`tools/keytools/sign.c`).
* Added libwolfboot functions `int wolfBoot_fallback_is_possible(void);` and `int wolfBoot_dualboot_candidate(void);`
* Performance improvement to only hash application firmware image once
2020-03-04 12:04:46 -08:00
Daniele Lacamera
c32c5da6a1
Renamed KINETIS to MCUXPRESSO, added initial support for LPC family
2020-03-04 08:01:05 +01:00