David Garske
d38de3b432
Update copyright year
2021-07-19 07:50:02 -07:00
Elms
529b138b7c
TMS570LC43xx: cleanup ISR and add build release project
2021-06-23 09:12:17 +02:00
Elms
a4d3173687
TMS570LC43xx: readme cleanup
2021-06-23 09:12:17 +02:00
Elms
8c1b3713d0
TMS570LC43xx: update `do_boot` and exception handling
2021-06-23 09:12:17 +02:00
Elms
f67fbbf273
TMS570LC43xx: README updates
2021-06-23 09:12:17 +02:00
Elms
b15a9a5b14
TMS570LC43xx: Add code to jump to app and links for ECC and RSA to IDE
2021-06-23 09:12:17 +02:00
Elms
f8685b195c
TMS570LC43xx: add project files for Hercules Code Composer Studio
2021-06-23 09:12:17 +02:00
David Garske
4706d2f126
Peer review fixes. Fixes for SHA3 and RSA4096 in makefiles. Fixes for Xilinx SDK excludes. Cleanup of the printf to use the built-in facilities (`wolfBoot_printf`).
2020-11-12 10:47:32 +01:00
David Garske
35531e2ec6
Fix the exclude items in wolfBoot Xilinx SDK project.
2020-11-12 10:47:32 +01:00
David Garske
9a4d1acfb3
Fixes for building spi_flash.c.
2020-11-12 10:47:32 +01: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
Daniele Lacamera
0beb3435e1
s/mv/move in .bat file
2020-04-07 18:35:35 +02:00
Daniele Lacamera
352a57735c
Removed absolute path in test-app linker script setting
2020-04-07 10:00:41 +02:00
Daniele Lacamera
8c6272df4a
Completed Windows/IAR example, removed extra files
2020-03-31 11:54:58 +02:00
David Garske
85b7c4d52f
Xilinx Zynq fixes and cleanups. Updated Xilinx SDK instructions for EL-1 / Hypervisor support. Updated the `zynq.ld` script to use 0x4000000 and only DDR0 region. Updated the example BIF files to use EL-1. Fix for cast warnings to `ext_flash_*` API's.
2020-03-30 07:52:07 -07:00
Daniele Lacamera
486e633069
Example workspace/project to build under IAR
2020-03-27 14:34:20 +01:00
David Garske
6b6d5611a7
Added support for initializting the GICv2 interrupt controller. This is required for QNX kernel boot.
2020-03-10 11:30:22 -07:00
David Garske
e7446c570f
Fixes for Device Tree (DTS) handling. Updated documentation.
2020-03-06 15:33:41 -08:00
David Garske
2867025ae5
Fixes for handling U-Boot image and DTS. Moved the Xilinx SDK project target settings into target.h.
2020-03-05 15:39:22 -08: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