summaryrefslogtreecommitdiff
path: root/Master/Tools/tpm2list.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/Tools/tpm2list.xsl')
-rw-r--r--Master/Tools/tpm2list.xsl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/Tools/tpm2list.xsl b/Master/Tools/tpm2list.xsl
index 816bd46db22..b632d496fcd 100644
--- a/Master/Tools/tpm2list.xsl
+++ b/Master/Tools/tpm2list.xsl
@@ -88,6 +88,7 @@
<xsl:template match="TPM:Requires">
<xsl:for-each select="TPM:Package|TPM:TLCore">
+<xsl:sort select="normalize-space(@name)"/>
<xsl:text>+</xsl:text>
<xsl:value-of select="translate(normalize-space(@name),' ','&#10;')"/>
<xsl:text>&#10;</xsl:text>