| 33b4df9c | 20-Feb-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "feat(morello): add GPU DT node" into integration |
| acbae399 | 20-Feb-2023 |
Michal Simek <michal.simek@amd.com> |
fix(zynqmp): move EM SMC range to SIP range
EM SMC where out of SIP range which is 15:0 bits only. EM was used 19:17 bits which is wrong but no code was checking it. That's why vove EM SMC to SIP ra
fix(zynqmp): move EM SMC range to SIP range
EM SMC where out of SIP range which is 15:0 bits only. EM was used 19:17 bits which is wrong but no code was checking it. That's why vove EM SMC to SIP range.
Change-Id: I83f998a17a8b82b2c25ea8c9b247e42642c82178 Signed-off-by: Michal Simek <michal.simek@amd.com>
show more ...
|
| cd94c3d6 | 20-Feb-2023 |
Patrik Berglund <patrik.berglund@arm.com> |
feat(morello): add GPU DT node
Signed-off-by: Patrik Berglund <patrik.berglund@arm.com> Change-Id: Ie82158aeaaf9e4bc68bc4bb91e3a9cc572b40d23 |
| d2d71e2e | 20-Feb-2023 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
Merge "fix(docs): add few missed links for Security Advisories" into integration |
| e6af3c71 | 18-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge changes from topic "zynqmp-smc" into integration
* changes: fix(zynqmp): check smc_fid 23:16 bits fix(zynqmp): separate EM from PM SMCs |
| fda255c3 | 17-Feb-2023 |
Olivier Deprez <olivier.deprez@arm.com> |
Merge "feat(spmd): introduce FFA_PARTITION_INFO_GET_REGS" into integration |
| 9c571fb0 | 17-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge "feat(zynqmp): add support for custom sip service" into integration |
| a6bdf778 | 17-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge "fix(versal): check smc_fid 23:16 bits" into integration |
| aa3169a8 | 17-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge "docs(xilinx): correct function description" into integration |
| 9c692f91 | 16-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge "fix(zynqmp): update the conflicting EEMI API IDs" into integration |
| bd1ec38a | 16-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge changes from topic "xlnx_zynqmp_debug" into integration
* changes: fix(zynqmp): with DEBUG=1 move bl31 to DDR range fix(zynqmp): update MAX_XLAT_TABLES for DDR memory range |
| 8c56a6ba | 16-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge changes from topic "versal-ipi" into integration
* changes: fix(versal): fix incorrect regbase for PMC IPI fix(versal): sync location based on IPI_ID macros fix(xilinx): remove unused ma
Merge changes from topic "versal-ipi" into integration
* changes: fix(versal): fix incorrect regbase for PMC IPI fix(versal): sync location based on IPI_ID macros fix(xilinx): remove unused mailbox macros
show more ...
|
| c5a840ad | 16-Feb-2023 |
Joanna Farley <joanna.farley@arm.com> |
Merge "fix(zynqmp): fix bl31_zynqmp_setup.c coding style" into integration |
| 43f3a9c4 | 16-Feb-2023 |
Manish V Badarkhe <Manish.Badarkhe@arm.com> |
fix(docs): add few missed links for Security Advisories
Added few missed links for Security Advisories.
Change-Id: I9cab72b70a518273cbb1a291142f452198427127 Signed-off-by: Manish V Badarkhe <Manish
fix(docs): add few missed links for Security Advisories
Added few missed links for Security Advisories.
Change-Id: I9cab72b70a518273cbb1a291142f452198427127 Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
show more ...
|
| a84636ad | 16-Feb-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(docs): python version must be string" into integration |
| 3aa919eb | 16-Feb-2023 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix(docs): python version must be string
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: If5886f8adb391edf3771112cd8e20957a454eae0 |
| 26b22e6d | 16-Feb-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(docs): specify python version to 3.10" into integration |
| 496d7081 | 15-Feb-2023 |
Amit Nagal <amit.nagal@amd.com> |
feat(zynqmp): add support for custom sip service
Add support for custom sip service. Bare minimum implementation for custom_smc_handler is provided by platform. Actual definition for custom_smc_hand
feat(zynqmp): add support for custom sip service
Add support for custom sip service. Bare minimum implementation for custom_smc_handler is provided by platform. Actual definition for custom_smc_handler will be provided by custom pkg.
This feature is going to be used by external libraries. For example for checking it's status.
The similar approach is also used by qti/{sc7180,sc7280} platforms by providing a way to select QTISECLIB_PATH.
This code is providing a generic way how to wire any code via custom $(CUSTOM_PKG_PATH)/custom_pkg.mk makefile with also an option to wire custom SMC. SMC functionality depends on "package".
Change-Id: Icedffd582f76f89fc399b0bb2e05cdaee9b743a0 Signed-off-by: Amit Nagal <amit.nagal@amd.com>
show more ...
|
| a7773c59 | 16-Feb-2023 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix(docs): specify python version to 3.10
The docs say 3 is valid, but it is not. Jammy uses 3.10 so pin it to that.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I73530750065
fix(docs): specify python version to 3.10
The docs say 3 is valid, but it is not. Jammy uses 3.10 so pin it to that.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I73530750065294eb511d88318ba86a6c50c8aa7d
show more ...
|
| 84ce7a83 | 16-Feb-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(docs): add a build.tools.python entry" into integration |
| 4052d958 | 16-Feb-2023 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix(docs): add a build.tools.python entry
Specifying build.tools is mandatory. We use python, so use the latest one available. For ubuntu 22.04 that should be 3.10 or thereabouts.
Signed-off-by: Bo
fix(docs): add a build.tools.python entry
Specifying build.tools is mandatory. We use python, so use the latest one available. For ubuntu 22.04 that should be 3.10 or thereabouts.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: Ifd184b9f3b2d8e91182ccb73c47b148e4aeaff05
show more ...
|
| 2b8c608e | 16-Feb-2023 |
Manish V Badarkhe <manish.badarkhe@arm.com> |
Merge "fix(docs): add readthedocs configuration file" into integration |
| 8a847763 | 16-Feb-2023 |
Boyan Karatotev <boyan.karatotev@arm.com> |
fix(docs): add readthedocs configuration file
Readthedocs uses weird defaults and the web interface gives limited configuration options. Add the config file to allow them to be changed.
Bump build
fix(docs): add readthedocs configuration file
Readthedocs uses weird defaults and the web interface gives limited configuration options. Add the config file to allow them to be changed.
Bump build os image to Ubuntu 22.04 to be in line with the CI.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com> Change-Id: I1a620b15ab3924244f305056096024fe117c63dd
show more ...
|
| af4d8c6d | 13-Feb-2023 |
Elyes Haouas <ehaouas@noos.fr> |
fix: remove useless "return" at void functions
void functions() returns nothing. So remove useless "return".
found using checkpatch.pl[1]
[1]: https://review.coreboot.org/plugins/gitiles/coreboot/
fix: remove useless "return" at void functions
void functions() returns nothing. So remove useless "return".
found using checkpatch.pl[1]
[1]: https://review.coreboot.org/plugins/gitiles/coreboot/+/refs/heads/master/util/lint/checkpatch.pl
Change-Id: I3daab2abec225a657af48f7d8c215cc554713074 Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
show more ...
|
| 4a50363a | 15-Feb-2023 |
Michal Simek <michal.simek@amd.com> |
fix(versal): check smc_fid 23:16 bits
23:16 bits when they gets to SMC handler should be all zeros but be inside SIP Service Calls range which is defined as 0x82000000-0x8200ffff or 0xc2000000-0xc20
fix(versal): check smc_fid 23:16 bits
23:16 bits when they gets to SMC handler should be all zeros but be inside SIP Service Calls range which is defined as 0x82000000-0x8200ffff or 0xc2000000-0xc200ffff. That's why make sure that code won't handle any SMCs in SIP range out of predefined range.
Also fix MASK values to check the same range for PM/IPI calls to make sure that masking covers all required bits including 23:16. Bits 15:12 are used for different class of requests.
Change-Id: I9d3e91aa521d6bb90f6b15b71ff1e89fa77ee379 Signed-off-by: Michal Simek <michal.simek@amd.com>
show more ...
|