ReleaseMicrosoftMicrosoftpublished Mar 13, 2026seen 1d

microsoft/mu_tiano_platforms v12.0.1

microsoft/mu_tiano_platforms

Open original ↗

Captured source

source ↗
published Mar 13, 2026seen 1dcaptured 9hhttp 200method plain

v12.0.1

Repository: microsoft/mu_tiano_platforms

Tag: v12.0.1

Published: 2026-03-13T23:37:48Z

Prerelease: no

Release notes:

What's Changed

Do not checkout Hafnium submodule recursively @kuqin12 (#1352)

Change Details

Description

The current workflow will checkout the hafnium submodule recursively. This is not necessary unless a Hafnium build is explicitly requested.

This change moves the pipeline to not checkout all the nested submodules of Hafnium repo and only hydrate them when the Hafnium build from source is needed.

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

How This Was Tested

The pipeline builds properly.

Integration Instructions

N/A

Redirect Hafnium submodules to GitHub mirrors @makubacki (#1353)

Change Details

Description

Nested submodules in the Hafnium repository are pointing to unreliable hosts. This commit updates the submodule URLs to point to GitHub mirrors.

  • https://github.com/TF-Hafnium/hafnium-prebuilts
  • For: https://git.trustedfirmware.org/hafnium/prebuilts
  • https://github.com/TF-Hafnium/hafnium-project-reference
  • For: https://git.trustedfirmware.org/hafnium/project/reference
  • https://github.com/TF-Hafnium/hafnium-third_party-dtc
  • For: https://git.trustedfirmware.org/hafnium/third_party/dtc
  • https://github.com/TF-Hafnium/hafnium-third_party-googletest
  • For: https://git.trustedfirmware.org/hafnium/third_party/googletest
  • [ ] Impacts functionality?
  • [ ] Impacts security?
  • [ ] Breaking change?
  • [ ] Includes tests?
  • [ ] Includes documentation?

How This Was Tested

  • Run HAF TF build on fork

Integration Instructions

  • N/A - Stabilizes CI

Full Changelog: https://github.com/microsoft/mu_tiano_platforms/compare/v12.0.0...v12.0.1