ReleaseMicrosoftMicrosoftpublished Oct 17, 2025seen Jun 26

microsoft/mu_silicon_arm_tiano v2025020002.0.0

microsoft/mu_silicon_arm_tiano

Open original ↗

Captured source

source ↗
published Oct 17, 2025seen Jun 26captured 2whttp 200method plain

v2025020002.0.0

Repository: microsoft/mu_silicon_arm_tiano

Tag: v2025020002.0.0

Published: 2025-10-17T21:08:23Z

Prerelease: no

Release notes:

What's Changed

[Squash on Rebase] CISettings.py: Clean up submodules. @apop5 (#422)

Change Details

Description

After the last integration, where berkeley-softfloat was removed by EDK2, the CISettings file was missed when removing the dependency. This was causing a benign warning message when populating submodules through cisetup. This removal will prevent the warning message.

  • [ ] Impacts functionality?
  • [ ] Impacts security?
  • [ ] Breaking change?
  • [ ] Includes tests?
  • [ ] Includes documentation?

How This Was Tested

mu_tiano_platforms was showing a warning message about not finding the softfloat (because there was no associated .gitmodules). After the change, the warning message no longer is displayed.

Integration Instructions

No integration necessary.

⚠️ Breaking Changes

Update FFA run interface from latest MU\_BASECORE @kuqin12 (#425)

Change Details

Description

Recent change from MU_BASECORE updated the FFA_RUN function interface to intake the context pointer.

The usage here does not require input context, thus passing in NULL for these usages.

For details on how to complete these options and their meaning refer to CONTRIBUTING.md.

  • [x] Impacts functionality?
  • [ ] Impacts security?
  • [x] Breaking change?
  • [ ] Includes tests?
  • [ ] Includes documentation?

How This Was Tested

This is tested on QEMU SBSA and booted to UEFI shell.

Integration Instructions

Needs to update to the latest basecore.

Full Changelog: https://github.com/microsoft/mu_silicon_arm_tiano/compare/v2025020001.0.0...v2025020002.0.0