Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: 16d9ba7275d438362c89623ebb25701d87aee566
https://github.com/tianocore/edk2/commit/16d9ba7275d438362c89623ebb25701d87aee566
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.h
Log Message:
-----------
MdeModulePkg: Add helper to check if FF-A is supported
Added ArmFfaLibIsFfaSupported to ArmFfaCommon to allow for
queries of FF-A support outside of ArmFfaCommonInit.
Signed-off-by: Raymond Diaz <[email protected]>
Commit: 7416ebda09de01092c9dec0bdf078a64e93dc69f
https://github.com/tianocore/edk2/commit/7416ebda09de01092c9dec0bdf078a64e93dc69f
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.h
M MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaRxTxMap.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmRxTxMap.c
Log Message:
-----------
MdeModulePkg: Remove global usage in ArmFfaCommon
Removed global variables in ArmFfaCommon. Moved the globals to
locals in each phase's ArmFfaLib implementation. SEC and PEI
will query when necessary to avoid setting globals when memory
is unavailable.
Signed-off-by: Raymond Diaz <[email protected]>
Commit: ea8447eec78c77dfb9d120f57d70b8d267317cc4
https://github.com/tianocore/edk2/commit/ea8447eec78c77dfb9d120f57d70b8d267317cc4
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
Log Message:
-----------
MdeModulePkg: Remove global usage from ArmFfaSecRxTxMap
Removed the global variables in ArmFfaSecRxTxMap. Rx/Tx
buffer HOB is now created within the Map function rather
than in the constructor of ArmFfaSecLib. This allows for
the use of the HOB to find the Rx/Tx buffer information.
Signed-off-by: Raymond Diaz <[email protected]>
Commit: 3457388b7cec770cc6599c85e50ec81030f3cc9f
https://github.com/tianocore/edk2/commit/3457388b7cec770cc6599c85e50ec81030f3cc9f
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
Log Message:
-----------
MdeModulePkg: Use EFI_PAGES_TO_SIZE macro in ArmFfaSecRxTxMap
Replaced all instances of PcdGet64 (PcdFfaTxRxPageCount) *
EFI_PAGE_SIZE, with EFI_PAGES_TO_SIZE macro.
Signed-off-by: Raymond Diaz <[email protected]>
Commit: 0e8dc1693d4e419093e9aca57175b4120905e357
https://github.com/tianocore/edk2/commit/0e8dc1693d4e419093e9aca57175b4120905e357
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaCommon.h
M MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.c
Log Message:
-----------
MdeModulePkg: Code/Comment cleanup
Cleaned various comments and debug messages as well as
headers to either fix typos or for readability.
Signed-off-by: Raymond Diaz <[email protected]>
Commit: b7a715f7c03c45c6b4575bf88596bfd79658b8ce
https://github.com/tianocore/edk2/commit/b7a715f7c03c45c6b4575bf88596bfd79658b8ce
Author: rdiaz <[email protected]>
Date: 2026-02-13 (Fri, 13 Feb 2026)
Changed paths:
M MdeModulePkg/Library/ArmFfaLib/ArmFfaDxeLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaPeiLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaRxTxMap.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaRxTxMap.h
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecLib.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaSecRxTxMap.c
M MdeModulePkg/Library/ArmFfaLib/ArmFfaStandaloneMmLib.c
Log Message:
-----------
MdeModulePkg: Add Unmap Callback
Add Unmap callback for when PEI and SEC need to invalidate the
Rx/Tx buffer HOB on a call to Unmap.
Signed-off-by: Raymond Diaz <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/7baa358e2cdd...b7a715f7c03c
To unsubscribe from these emails, change your notification settings at
https://github.com/tianocore/edk2/settings/notifications
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits