Skip to content

Commit 816910c

Browse files
author
committed
Deployed 57c601f with MkDocs version: 1.6.1
1 parent 3861153 commit 816910c

320 files changed

Lines changed: 22867 additions & 990 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
<link rel="icon" href="/mu/assets/images/favicon.png">
17-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
17+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
1818

1919

2020

@@ -800,6 +800,29 @@
800800

801801

802802

803+
804+
805+
806+
807+
808+
809+
<li class="md-nav__item">
810+
<a href="/mu/DeveloperDocs/pulling_upstream_changes/" class="md-nav__link">
811+
812+
813+
814+
<span class="md-ellipsis">
815+
Cherry-Picking
816+
817+
</span>
818+
819+
820+
</a>
821+
</li>
822+
823+
824+
825+
803826
</ul>
804827
</nav>
805828

@@ -14391,7 +14414,7 @@ <h1>404 - Not found</h1>
1439114414
<script id="__config" type="application/json">{"base": "/mu/", "features": [], "search": "/mu/assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": "0.9.1"}</script>
1439214415

1439314416

14394-
<script src="/mu/assets/javascripts/bundle.13a4f30d.min.js"></script>
14417+
<script src="/mu/assets/javascripts/bundle.56ea9cef.min.js"></script>
1439514418

1439614419
<script src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
1439714420

CodeDevelopment/compile/index.html

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
<link rel="icon" href="../../assets/images/favicon.png">
23-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
23+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
2424

2525

2626

@@ -811,6 +811,29 @@
811811

812812

813813

814+
815+
816+
817+
818+
819+
820+
<li class="md-nav__item">
821+
<a href="../../DeveloperDocs/pulling_upstream_changes/" class="md-nav__link">
822+
823+
824+
825+
<span class="md-ellipsis">
826+
Cherry-Picking
827+
828+
</span>
829+
830+
831+
</a>
832+
</li>
833+
834+
835+
836+
814837
</ul>
815838
</nav>
816839

@@ -14597,8 +14620,8 @@ <h3 id="ci-build-process">CI Build Process<a class="headerlink" href="#ci-build-
1459714620
<summary>Info</summary>
1459814621
<ul>
1459914622
<li>In Project Mu repos the config file is generally at <code>.pytool/CISettings.py</code></li>
14600-
<li>Project Mu runs on Windows 10 using the following tags: VS2019 and VS2022</li>
14601-
<li>Project Mu runs on Ubuntu 18.04 using the tags: GCC5</li>
14623+
<li>Project Mu runs on Windows 11 using the following tags: VS2019 and VS2022</li>
14624+
<li>Project Mu runs on Ubuntu 24.04 using the tags: GCC5</li>
1460214625
<li>Each of the stuart commands can take in additional parameters. To see customized help run
1460314626
<code>&lt;stuart cmd&gt; -c .pytool/CISettings.py -h</code></li>
1460414627
<li>Some common optional parameters that <em>might</em> allow the stuart operation to optimize for expected usage.
@@ -14755,7 +14778,7 @@ <h3 id="example-buildconfigconf">Example BuildConfig.conf<a class="headerlink" h
1475514778
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": "0.9.1"}</script>
1475614779

1475714780

14758-
<script src="../../assets/javascripts/bundle.13a4f30d.min.js"></script>
14781+
<script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script>
1475914782

1476014783
<script src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
1476114784

CodeDevelopment/overview/index.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<link rel="canonical" href="https://microsoft.github.io/mu/CodeDevelopment/overview/">
1414

1515

16-
<link rel="prev" href="../../DeveloperDocs/requirements/">
16+
<link rel="prev" href="../../DeveloperDocs/pulling_upstream_changes/">
1717

1818

1919
<link rel="next" href="../prerequisites/">
2020

2121

2222
<link rel="icon" href="../../assets/images/favicon.png">
23-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
23+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
2424

2525

2626

@@ -811,6 +811,29 @@
811811

812812

813813

814+
815+
816+
817+
818+
819+
820+
<li class="md-nav__item">
821+
<a href="../../DeveloperDocs/pulling_upstream_changes/" class="md-nav__link">
822+
823+
824+
825+
<span class="md-ellipsis">
826+
Cherry-Picking
827+
828+
</span>
829+
830+
831+
</a>
832+
</li>
833+
834+
835+
836+
814837
</ul>
815838
</nav>
816839

@@ -14548,7 +14571,7 @@ <h2 id="tests">Tests<a class="headerlink" href="#tests" title="Permanent link">&
1454814571
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": "0.9.1"}</script>
1454914572

1455014573

14551-
<script src="../../assets/javascripts/bundle.13a4f30d.min.js"></script>
14574+
<script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script>
1455214575

1455314576
<script src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
1455414577

CodeDevelopment/prerequisites/index.html

Lines changed: 35 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
<link rel="icon" href="../../assets/images/favicon.png">
23-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
23+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
2424

2525

2626

@@ -811,6 +811,29 @@
811811

812812

813813

814+
815+
816+
817+
818+
819+
820+
<li class="md-nav__item">
821+
<a href="../../DeveloperDocs/pulling_upstream_changes/" class="md-nav__link">
822+
823+
824+
825+
<span class="md-ellipsis">
826+
Cherry-Picking
827+
828+
</span>
829+
830+
831+
</a>
832+
</li>
833+
834+
835+
836+
814837
</ul>
815838
</nav>
816839

@@ -938,13 +961,13 @@
938961
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
939962

940963
<li class="md-nav__item">
941-
<a href="#windows-10-x64" class="md-nav__link">
964+
<a href="#windows-11-x64" class="md-nav__link">
942965
<span class="md-ellipsis">
943-
Windows 10 x64
966+
Windows 11 x64
944967
</span>
945968
</a>
946969

947-
<nav class="md-nav" aria-label="Windows 10 x64">
970+
<nav class="md-nav" aria-label="Windows 11 x64">
948971
<ul class="md-nav__list">
949972

950973
<li class="md-nav__item">
@@ -14521,13 +14544,13 @@
1452114544
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
1452214545

1452314546
<li class="md-nav__item">
14524-
<a href="#windows-10-x64" class="md-nav__link">
14547+
<a href="#windows-11-x64" class="md-nav__link">
1452514548
<span class="md-ellipsis">
14526-
Windows 10 x64
14549+
Windows 11 x64
1452714550
</span>
1452814551
</a>
1452914552

14530-
<nav class="md-nav" aria-label="Windows 10 x64">
14553+
<nav class="md-nav" aria-label="Windows 11 x64">
1453114554
<ul class="md-nav__list">
1453214555

1453314556
<li class="md-nav__item">
@@ -14680,17 +14703,11 @@ <h1 id="prerequisites-for-building-code">Prerequisites for building Code<a class
1468014703
get you started. If the repo requires other tools those should be documented within the repo.
1468114704
The tools also vary by Operating System and Compiler choice. Project Mu will document what is currently supported but
1468214705
the expectation is that between Project Mu and TianoCore Edk2 you could use any of those tool sets.</p>
14683-
<h2 id="windows-10-x64">Windows 10 x64<a class="headerlink" href="#windows-10-x64" title="Permanent link">&para;</a></h2>
14706+
<h2 id="windows-11-x64">Windows 11 x64<a class="headerlink" href="#windows-11-x64" title="Permanent link">&para;</a></h2>
1468414707
<h3 id="python">Python<a class="headerlink" href="#python" title="Permanent link">&para;</a></h3>
1468514708
<ol>
14686-
<li>
14687-
<p>Download latest Python from <a href="https://www.python.org/downloads">https://www.python.org/downloads</a></p>
14688-
<div class="highlight"><pre><span></span><code>https://www.python.org/ftp/python/3.10.7/python-3.10.7-amd64.exe
14689-
</code></pre></div>
14690-
</li>
14691-
<li>
14692-
<p>It is recommended you use the following options when installing python:</p>
14693-
<ol>
14709+
<li>Install python. Recommended version can be viewed on <a href="https://github.com/microsoft/mu_devops/blob/main/.sync/Version.njk">mu_devops</a>.</li>
14710+
<li>It is recommended you use the following options when installing python:<ol>
1469414711
<li>include pip support</li>
1469514712
<li>include test support</li>
1469614713
<li>include venv virtual environment support</li>
@@ -14701,7 +14718,7 @@ <h3 id="git">Git<a class="headerlink" href="#git" title="Permanent link">&para;<
1470114718
<ol>
1470214719
<li>
1470314720
<p>Download latest Git For Windows from <a href="https://git-scm.com/download/win">https://git-scm.com/download/win</a></p>
14704-
<div class="highlight"><pre><span></span><code>https://github.com/git-for-windows/git/releases/download/v2.37.3.windows.1/Git-2.37.3-64-bit.exe
14721+
<div class="highlight"><pre><span></span><code>https://github.com/git-for-windows/git/releases/download/v2.50.0.windows.2/Git-2.50.0.2-64-bit.exe
1470514722
</code></pre></div>
1470614723
</li>
1470714724
<li>
@@ -14893,7 +14910,7 @@ <h3 id="activate-virtual-environment">Activate Virtual Environment<a class="head
1489314910
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": "0.9.1"}</script>
1489414911

1489514912

14896-
<script src="../../assets/javascripts/bundle.13a4f30d.min.js"></script>
14913+
<script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script>
1489714914

1489814915
<script src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
1489914916

CodeDevelopment/requirements/index.html

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
<link rel="icon" href="../../assets/images/favicon.png">
23-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.14">
23+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.6.15">
2424

2525

2626

@@ -811,6 +811,29 @@
811811

812812

813813

814+
815+
816+
817+
818+
819+
820+
<li class="md-nav__item">
821+
<a href="../../DeveloperDocs/pulling_upstream_changes/" class="md-nav__link">
822+
823+
824+
825+
<span class="md-ellipsis">
826+
Cherry-Picking
827+
828+
</span>
829+
830+
831+
</a>
832+
</li>
833+
834+
835+
836+
814837
</ul>
815838
</nav>
816839

@@ -14658,7 +14681,7 @@ <h2 id="more-info">More info<a class="headerlink" href="#more-info" title="Perma
1465814681
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.d50fe291.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": "0.9.1"}</script>
1465914682

1466014683

14661-
<script src="../../assets/javascripts/bundle.13a4f30d.min.js"></script>
14684+
<script src="../../assets/javascripts/bundle.56ea9cef.min.js"></script>
1466214685

1466314686
<script src="https://unpkg.com/mermaid@8.7.0/dist/mermaid.min.js"></script>
1466414687

0 commit comments

Comments
 (0)