wolfBoot/test-app
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
..
AARCH64.ld wolfBoot Aarch64 support (Xilinx Zynq and Raspberry Pi): 2020-03-04 12:04:46 -08:00
ARM-stm32f7.ld Configuration (via .config), single entry point for options 2019-10-10 20:39:25 +02:00
ARM.ld Configuration (via .config), single entry point for options 2019-10-10 20:39:25 +02:00
Makefile Renamed KINETIS to MCUXPRESSO, added initial support for LPC family 2020-03-04 08:01:05 +01:00
RISCV.ld Configuration (via .config), single entry point for options 2019-10-10 20:39:25 +02:00
app_hifive1.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_kinetis.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_lpc.c Added support for LPC (tested on LPC54606) 2020-03-04 08:53:13 +01:00
app_nrf32.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_raspi3.c wolfBoot Aarch64 support (Xilinx Zynq and Raspberry Pi): 2020-03-04 12:04:46 -08:00
app_samr21.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_stm32f4.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_stm32f7.c Fixes for build targets. 2019-11-11 14:00:17 -08:00
app_stm32g0.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_stm32h7.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_stm32l0.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_stm32wb.c update copyright to 2020 2020-01-03 15:36:00 -08:00
app_zynq.c wolfBoot Aarch64 support (Xilinx Zynq and Raspberry Pi): 2020-03-04 12:04:46 -08:00
hifive1_write_page.c app_hifive1: improved debug (app RAM moved ahead to help debugging RAM 2019-07-08 19:04:20 +02:00
led.c update copyright to 2020 2020-01-03 15:36:00 -08:00
led.h update copyright to 2020 2020-01-03 15:36:00 -08:00
standalone.ld Configuration (via .config), single entry point for options 2019-10-10 20:39:25 +02:00
startup_arm.c update copyright to 2020 2020-01-03 15:36:00 -08:00
startup_riscv.c update copyright to 2020 2020-01-03 15:36:00 -08:00
system.c update copyright to 2020 2020-01-03 15:36:00 -08:00
system.h update copyright to 2020 2020-01-03 15:36:00 -08:00
timer.c update copyright to 2020 2020-01-03 15:36:00 -08:00
timer.h update copyright to 2020 2020-01-03 15:36:00 -08:00
vector_riscv.S update copyright to 2020 2020-01-03 15:36:00 -08:00