- 07 Jul, 2022 14 commits
-
-
Signed-off-by:
Gergely Nagy <gergely.nagy@arm.com>
-
- implement MLIA build and run steps - update ats, build and run scripts to support MLIA Signed-off-by:
Dmitrii Agibov <dmitrii.agibov@arm.com>
-
Bring documentation up to date to the recent AWS portal changes. Improve the section layout along the way. Signed-off-by:
John Penn <john.penn@arm.com>
-
Vincent Coubard authored
Move VHT paths to /opt/VHT to align with AMI. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
The initial vector table of Corstone-310 (FVP, AVH and FPGA) is located in SRAM (0x01000000) rather than ITCM (0x00000000) as on Corstone-300, but our Corstone-310 BSP was initially derived from Corstone-300 and force overrides the vector table location to match the latter. Remove this workaround and use the correct memory address for BL2 (which is the initial application to boot), in order to avoid problems when we add FPGA support and reduce unnecessary maintenance effort. When code runs on SRAM instead of ITCM, the RAM needs to be located in ISRAM0 and DTCM is not accessible. Signed-off-by:
Lingkai Dong <lingkai.dong@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Linked to Security.md in sdk repo Signed-off-by:
Evelyne Donnaes <evelyne.donnaes@arm.com> Signed-off-by:
Evelyne Donnaes <evelyne.donnaes@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
getopt requires options (short or long) to be separated by a comma. Colon are used to indicate if a required parameter is expected. They do not replace a comma! To exercise the script further, the CI scripts builds is updated to build with long and short options. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
- 25 May, 2022 26 commits
-
-
Vincent Coubard authored
Some files from FreeRTOS had missing copyright updates when updated to support CMSIS RTOS. This change adds proper copyright for ARM. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Paul Szczepanek <paul.szczepanek@arm.com> Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
The application was using RC3 of TF-M 1.6.0. Use release version as it is available now. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Adds limitation of timers needing to have same periodicity as first timeout Signed-off-by:
Paul Szczepanek <paul.szczepanek@arm.com> Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Paul Szczepanek <paul.szczepanek@arm.com> Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Update CI to build all flavor of the example. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
- The OS can be selected by setting the variable RTOS to either RTX or FREERTOS. - A new library has been added to expose FreeRTOS memory allocation functions on CMSIS RTOS. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
- Extract base types definitions into basetypes.h - move configurations around to avoid making FreeRTOS dependant config visible from RTOS_config.h Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Allows to use more heap as allocation with CMSIS RTOS will be dynamic Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
- lwip remnant - FreeRTOS+TCP remnant - FreeRTOS Demo remnant - Update task leftover Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-
Vincent Coubard authored
This is controlled by the option "-t" or "--target" that can be passed to ats commands provided by ats.sh. The value of the options can be Corstone-300 or Corstone-310 conftest.py has also been updated to support multiple AVH. Use the option --avh followed by the path to the avh to use to select an avh. Signed-off-by:
Vincent Coubard <vincent.coubard@arm.com>
-