Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | armcm_boot: Support ARM cortex-m33 chips | Kevin O'Connor | 2024-11-13 | 1 | -1/+6 |
* | armcm_boot: Avoid invoking functions in reset_handler_stage_two() | Kevin O'Connor | 2024-01-25 | 1 | -4/+28 |
* | armc_boot: Support cortex-m7 chips | D4SK | 2021-10-06 | 1 | -0/+5 |
* | armcm_boot: Improve ARM Cortex-M control transfer from bootloaders (#4024) | Matt Baker | 2021-03-09 | 1 | -8/+39 |
* | armcm_boot: Additional code for broken bootloaders | clearchris | 2020-03-04 | 1 | -0/+9 |
* | armcm_boot: Use armcm_main() instead of main() to start board code | Kevin O'Connor | 2019-10-24 | 1 | -8/+4 |
* | armcm_boot: Export MCU definition from armcm_boot | Kevin O'Connor | 2019-09-18 | 1 | -0/+5 |
* | armcm_link: Rename armcm_boot.lds.S to armcm_link.lds.S | Kevin O'Connor | 2019-08-22 | 1 | -1/+1 |
* | armcm_boot: Add generic code for early board init on armcm machines | Kevin O'Connor | 2019-08-22 | 1 | -0/+73 |