| #
c0ef365b |
| 17-Sep-2025 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(debugfs): set debugfs smc start to vendor EL3" into integration
|
| #
4db17f4e |
| 09-Sep-2025 |
Slava Andrianov <slava.andrianov@arm.com> |
fix(debugfs): set debugfs smc start to vendor EL3
The smc calls for debugfs were moved from the sip service to the vendor specific EL3 service [1], so the debugfs smc call handler needs to be update
fix(debugfs): set debugfs smc start to vendor EL3
The smc calls for debugfs were moved from the sip service to the vendor specific EL3 service [1], so the debugfs smc call handler needs to be updated to reflect this change so that it does not view debugfs smc calls to be invalid.
[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/26917
Change-Id: Ic24e3b7ab4c8a37b888aaf11060da0bc8abe072d Signed-off-by: Slava Andrianov <slava.andrianov@arm.com>
show more ...
|
| #
3a9a7038 |
| 10-Sep-2025 |
Yann Gautier <yann.gautier@st.com> |
Merge "fix(smccc): resolve caller world confusion" into integration
|
| #
4e4a8c58 |
| 25-Aug-2025 |
Arvind Ram Prakash <arvind.ramprakash@arm.com> |
fix(smccc): resolve caller world confusion
TF-A checks the SMC caller world using is_caller_secure, is_caller_non_secure and is_caller_realm macros. Until realm world was introduced it was fine to u
fix(smccc): resolve caller world confusion
TF-A checks the SMC caller world using is_caller_secure, is_caller_non_secure and is_caller_realm macros. Until realm world was introduced it was fine to use a pattern like
if (is_caller_non_secure(flags)) return DENY;
// Handle secure call secure_operation();
is_caller_non_secure would be false for a realm caller, so this pattern treats this like a secure world caller. This patch fixes improper use of is_caller_non_secure and is_caller_secure to handle realm world caller properly.
Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com> Change-Id: I60b125853183ac2ac15277f06d2efb7f3a9d3977
show more ...
|
| #
72e8f245 |
| 08-Aug-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "chore: update to use Arm word across TF-A" into integration
|
| #
4c700c15 |
| 01-Aug-2023 |
Govindraj Raja <govindraj.raja@arm.com> |
chore: update to use Arm word across TF-A
Align entire TF-A to use Arm in copyright header.
Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244 Signed-off-by: Govindraj Raja <govindraj.raja@arm.co
chore: update to use Arm word across TF-A
Align entire TF-A to use Arm in copyright header.
Change-Id: Ief9992169efdab61d0da6bd8c5180de7a4bc2244 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
|
| #
4bd8c929 |
| 09-May-2023 |
Manish Pandey <manish.pandey2@arm.com> |
Merge changes I1bfa797e,I0ec7a70e into integration
* changes: fix(tree): correct some typos fix(rockchip): use semicolon instead of comma
|
| #
1b491eea |
| 13-Feb-2023 |
Elyes Haouas <ehaouas@noos.fr> |
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell).
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6
fix(tree): correct some typos
found using codespell (https://github.com/codespell-project/codespell).
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Change-Id: I1bfa797e3460adddeefa916bb68e22beddaf6373
show more ...
|
| #
86ed8953 |
| 20-Dec-2019 |
Mark Dykes <mardyk01@review.trustedfirmware.org> |
Merge "debugfs: add SMC channel" into integration
|
| #
992f091b |
| 12-Jul-2019 |
Ambroise Vincent <ambroise.vincent@arm.com> |
debugfs: add SMC channel
Provide an SMC interface to the 9p filesystem. This permits accessing firmware drivers through a common interface, using standardized read/write/control operations.
Signed-
debugfs: add SMC channel
Provide an SMC interface to the 9p filesystem. This permits accessing firmware drivers through a common interface, using standardized read/write/control operations.
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com> Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I9314662314bb060f6bc02714476574da158b2a7d
show more ...
|