| /rk3399_ARM-atf/services/std_svc/lfa/ |
| H A D | lfa.mk | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| H A D | lfa_main.c | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/include/services/ |
| H A D | lfa_svc.h | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/services/std_svc/ |
| H A D | std_svc_setup.c | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/ |
| H A D | changelog.yaml | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| H A D | Makefile | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/bl31/ |
| H A D | bl31.mk | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | defaults.mk | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | cf48f49fd352b3c68635677c1564a449d3745930 Tue Apr 15 19:16:32 UTC 2025 Manish V Badarkhe <Manish.Badarkhe@arm.com> feat(lfa): create LFA SMC handler template
As per the specification v1.0[1], added all Live Firmware Activation (LFA) SMCs, including their Function IDs (FIDs) and associated error codes. A dummy handler function has been created as a template. Subsequent patches will implement the handling of these SMCs.
[1]: https://developer.arm.com/documentation/den0147/latest/
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I5d6500dcff35aa4a438cd5f97f349cd57406ddce
|