Commit Graph

20 Commits (131df548e676b6924b33cb05549d555ec6dc3bdb)

Author SHA1 Message Date
David Garske 6ea1a1e4a5 Added GitHub action build tests for NXP parts (iMX RT, Kinetis and LPC). 2023-08-21 11:08:48 +02:00
David Garske 802ebdce1d Fix for iMX RT1050 program. Disable optimized XIP for now, since it causes page program issue. 2023-08-21 11:08:48 +02:00
David Garske 7b454ab898 Added flash test case for iMX RT. Fixed CRLF. Fixed test app LED IO configuration. 2023-08-21 11:08:48 +02:00
David Garske 5c63d75890 Add support for iMX RT1050 and RT1060 wolfBoot_printf using DEBUG_UART=1. 2023-08-21 11:08:48 +02:00
David Garske d223b34319 Add support for the RT1050 HyperFlash configuration (default on EVKB). 2023-08-21 11:08:48 +02:00
David Garske 7073bf33b4 Fix RT1050 example app LED. Fix documentation for test-app location. Peer review feedback to clarify RT1050 flash chip configuration. 2023-08-21 11:08:48 +02:00
David Garske 415ee7d44d Fixes to get RT1050 QSPI working. Use boot flash config (not get_config/init). Support to enable/disable QUAD mode. Add SFDP. Enable support for using RAM_CODE by fixing linker script. 2023-08-21 11:08:48 +02:00
David Garske 5aa63ceb72 Further refine RT1050 QSPI configuration. Working Quad Read with XIP. Fix to ensure hal_flash_init() is called for hal_flash_write/hal_flash_erase. 2023-08-21 11:08:48 +02:00
David Garske c76d4e0b24 Fixes for i.MX RT1050 to support QSPI with IS25WP064A or W25Q64JV. Use `CONFIG_FLASH_IS25WP064A` or `CONFIG_FLASH_W25Q64JV` to select. 2023-08-21 11:08:48 +02:00
David Garske 48aaa01e93 Fixes for the RT1050 QSPI flash configuration used by the boot ROM. 2023-08-21 11:08:48 +02:00
Brett Nicholas 6dacae2945 removed imx_rt10xx_nor files from codebase and replaced with SDK reference 2023-03-06 17:31:48 +01:00
Brett Nicholas 680ce5f8e8 first commit - test app boots on MIMXRT1064-EVK 2023-03-06 17:31:48 +01:00
Daniele Lacamera ee2e250376 [RT1050] Fix flash geometry configuration 2022-04-27 14:26:22 +02:00
Daniele Lacamera 51de556e1b Added support for NXP i.MX-RT105x 2022-04-21 18:53:24 +02:00
David Garske d38de3b432 Update copyright year 2021-07-19 07:50:02 -07:00
Daniele Lacamera f533c7c654 Cleanup test application + removed unused components 2020-10-09 16:53:07 +02:00
Daniele Lacamera d6257fb62d RT1060: Added support for HW SHA acceleration via DCP 2020-10-09 13:44:06 +02:00
Daniele Lacamera 9186c263a2 Fixed IMX-RT-1060 flash driver, working update 2020-10-09 13:26:28 +02:00
Daniele Lacamera c26d2c0517 Fixed bootloader link step; added stub for nor flash driver 2020-10-07 18:41:02 +02:00
Daniele Lacamera 4e5517d0d9 Added makefile options + test application for i.mx-RT1060
(work in progress)
2020-09-28 14:45:15 +02:00