Martin Kojtal
e7e3cc0301
tools: update importer sha
2020-05-12 12:11:24 +01:00
Martin Kojtal
864a943070
importer: add CMSIS 5 repo link
2020-05-11 14:14:07 +01:00
Martin Kojtal
78b7a05426
importer: add a note about cherry pick continue for conflicts
2020-05-11 11:38:16 +01:00
Martin Kojtal
8859cb0dca
importer: update readme
2020-05-11 11:37:21 +01:00
Martin Kojtal
9977458393
cmsis importer: add sha for rtx changes after file moved
...
cherry pick otherwise fails because the sources were moved under rtos/source. I manually resolved these patches. For the future, lets use these newer sha that should work.
2020-05-11 10:43:45 +01:00
Martin Kojtal
74a640f028
importer: remove rtos changed files
...
As they were applied on the different code base (moved files), we remove them and
reapply locally manually and add new sha.
2020-05-11 09:47:33 +01:00
Martin Kojtal
7b066eb1ba
importer: fix rtos paths
2020-05-11 09:47:33 +01:00
Martin Kojtal
6d17a23421
importer: fix byte like objects
2020-05-11 09:47:33 +01:00
Devaraj Ranganna
fd74d678a7
psa: Remove PSA secure binary building tools
...
The PSA-implementing secure binary is not built using Mbed OS build
tools anymore. Instead, the TrustedFirmware-M (TF-M) build system is
used to produce the secure binary. As such, we remove PSA related hooks
from the build system, remove PSA related scripts from tools/test
folder, and also remove the psa-autogen job from travis which was
running the now unecessary and removed generate_partition_code.py.
Remove the ability to generate new PSA binaries in the old manner, where
Mbed OS implements PSA. We don't yet remove any PSA binaries or break
the currently checked-in Mbed-implemented PSA support. PSA targets
integrated in the old manner will continue working at this point.
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>
2020-04-27 09:51:14 +01:00
Devaraj Ranganna
98fa63aa1a
Update commit sha's
...
Signed-off-by: Devaraj Ranganna <devaraj.ranganna@arm.com>
2019-06-26 17:01:07 +01:00
Devaraj Ranganna
b0fe59df00
[trusted-firmware-m]: Updated to e7efdc6
2019-06-06 14:47:00 +01:00
Martin Kojtal
998d85f80b
Merge pull request #10505 from orenc17/imporve_importer
...
Improve importer.py
2019-05-13 14:15:21 +01:00
Oren Cohen
d1fa7bd277
Use a directory context to simplify git commands
2019-04-29 14:13:16 +03:00
Oren Cohen
be8a1e804f
Use argparse.FileType to parse config file
2019-04-29 14:10:59 +03:00
Oren Cohen
ca5dff69f5
Extract import logic to a separate method
2019-04-29 14:09:34 +03:00
Oren Cohen
b24f42f5ba
Move regex to the using function
2019-04-29 14:08:30 +03:00
Oren Cohen
bd5d059b13
Set log level during argument parsing
2019-04-29 00:37:16 +03:00
Oren Cohen
6f19ba093a
Proper documentation
2019-04-29 00:11:39 +03:00
Oren Cohen
8a2426d6da
Styling and annoyances
2019-04-28 23:53:00 +03:00
Oren Cohen
c0a1c45ae5
Use custom agrparse.Action to handle input parameters
2019-04-28 23:48:30 +03:00
Oren Cohen
09af58fad5
Use regex to find cherry-pick message
2019-04-28 23:44:18 +03:00
Oren Cohen
3273edba8d
Allow comments in commit SHA list
2019-04-28 20:05:41 +03:00
Oren Cohen
e15068d728
Refactor continuation logic
2019-04-28 20:03:08 +03:00
Oren Cohen
d26bca7be8
Make sure the script is run from within mbed-os directory
2019-04-28 20:02:19 +03:00
Oren Cohen
edcde5ebc0
Reformat and Improve
2019-04-28 20:01:06 +03:00
Oren Cohen
14ad60ae01
Update commit sha's
2019-04-28 15:48:18 +03:00
Cruz Monrreal
582edf503a
Merge pull request #10366 from kjbracey-arm/feature_CMSIS_5_ca812421
...
Update CMSIS to 5.5.1
2019-04-11 20:34:00 -05:00
Oren Cohen
904656ebc6
Update commit sha's
2019-04-10 14:26:10 +03:00
Oren Cohen
4e720fddd5
Remove outdated patch
2019-04-10 14:20:56 +03:00
Kevin Bracey
f967c8b3d7
cmsis_importer: take just Source/os_systick.c
2019-04-10 11:56:23 +03:00
Kevin Bracey
c5b5407dc8
cmsis_importer.json: adjust source paths
2019-04-09 17:34:51 +03:00
Alexander Zilberkant
0f5147c8b9
remove hidden tad
...
Co-Authored-By: netanelgonen <netanel.gonen@arm.com>
2019-03-11 19:30:51 +02:00
Netanel Gonen
24244b5a29
update crypto complience tests importer, fix include to mbedtls config
2019-03-11 19:06:29 +02:00
Michael Schwarcz
40bfa05797
Update tfm_importer.json
2019-03-11 11:57:50 +02:00
Cruz Monrreal
a87c7c82f3
Merge pull request #9312 from kfnta/psa_compliance
...
PSA compliance tests suite
2019-03-07 09:14:58 -06:00
Nir Sonnenschein
376e7ffe19
update importer hashes for latest changes
2019-03-06 10:58:03 +02:00
Nir Sonnenschein
7fa275c85f
update importer hashes for latest fixes
2019-03-05 17:34:47 +02:00
Martin Kojtal
5c24ffefa4
Merge pull request #9915 from kfnta/tfm_import_new
...
Update TF-M sources
2019-03-04 10:53:12 +01:00
Michael Schwarcz
f32f2ae0b0
Update tfm_importer.json with updated SHAs
2019-03-03 16:49:56 +02:00
Nir Sonnenschein
b64fb53d43
[api-tests]: Updated to cb58d2c
2019-03-03 15:51:26 +02:00
Michael Schwarcz
4eabce80b4
TF-M: Update tfm_importer.json
2019-03-03 10:55:47 +02:00
Michael Schwarcz
5f2cbaa18d
TFM Importer: Update SHAa of TFM patches
2019-02-25 14:36:52 +02:00
Michael Schwarcz
d2c433ccfe
TFM Importer: Update SHAa of TFM patches
2019-02-21 17:42:56 +02:00
Martin Kojtal
7f4475d924
Merge pull request #9736 from 0xc0170/fix_licenses_files
...
tools/test/cmsis: add license header
2019-02-20 09:38:55 +01:00
Michael Schwarcz
2198d5c008
Update tfm_importer.json with SHAs of patches
2019-02-19 15:19:00 +02:00
Michael Schwarcz
771cdaa3e7
Add TF-M importer json
2019-02-19 15:18:52 +02:00
Martin Kojtal
c8f698ca36
tools: add license headers
2019-02-15 13:32:45 +00:00
Deepika
3bd6bf111b
Update script to have single commit for CMSIS/RTX pre-processor changes
2019-01-18 18:25:51 -06:00
deepikabhavnani
347acd1459
Add SHA for "Move Idle and Timer thread stack to bss section" commit
2019-01-15 12:08:49 -06:00
Martin Kojtal
c5014f4e19
Merge pull request #9324 from kfnta/avoid_mbed_tz_context
...
Avoid building mbed_tz_context.c for TF-M targets
2019-01-14 08:56:25 +00:00