Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PAC/BTI enablement in TS #771

Merged
merged 1 commit into from
Sep 24, 2024
Merged

PAC/BTI enablement in TS #771

merged 1 commit into from
Sep 24, 2024

Conversation

gabor-toth-arm
Copy link
Contributor

@gabor-toth-arm gabor-toth-arm commented Jul 12, 2024

Copy link

This pull request has been marked as stale because it has been open (more than) 30 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 5 days. Note, that you can always re-open a closed pull request at any time.

fvp-psa-sp.mk Outdated
@@ -13,12 +13,15 @@ TS_UEFI_INTERNAL_CRYPTO ?= n
SP_PACKAGING_METHOD ?= embedded
SPMC_TESTS ?= n
SPMC_AT_EL ?= 1
TS_BTI_ENABLED ?= unset
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't make much sense to introduce TS_BTI_ENABLED in the parent commit only to remove it in this one. Please squash the two commits into "fvp: add PAC and BTI support".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you are right. Squashed them into a single commit.

fvp-psa-sp.mk Outdated Show resolved Hide resolved
fvp-psa-sp.mk Show resolved Hide resolved
@gabor-toth-arm
Copy link
Contributor Author

Hi @jforissier @etienne-lms !

Could we merge this commit if there are no more findings or is there anything else I should correct?

@jforissier
Copy link
Contributor

Acked-by: Jerome Forissier <[email protected]>

Copy link
Contributor

@etienne-lms etienne-lms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Acked-by: Etienne Carriere <[email protected]> with s/BRANCH_PROTECTION/TS_BRANCH_PROTECTION/ in commit message.

PAC and BTI are enabled by the same compiler option,
so instead of having separate variables, they are
both controlled by TS_BRANCH_PROTECTION variable,
similar way as in TF-A.

Signed-off-by: Gabor Toth <[email protected]>
Acked-by: Jerome Forissier <[email protected]>
Acked-by: Etienne Carriere <[email protected]>
@gabor-toth-arm
Copy link
Contributor Author

gabor-toth-arm commented Sep 23, 2024

Hi @jenswi-linaro !

Could you take a look at this change and merge it?

@jenswi-linaro
Copy link
Contributor

Acked-by: Jens Wiklander <[email protected]>

@jenswi-linaro
Copy link
Contributor

This is ready to be merged.

@jforissier jforissier merged commit 0c249c7 into OP-TEE:master Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants