Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HelloUefi: Add 30 second stall #120

Merged
merged 6 commits into from
Jul 14, 2023

Conversation

Flickdm
Copy link
Member

@Flickdm Flickdm commented Jul 14, 2023

Description

This application is the simplest UEFI application possible, with no dependencies. These changes add a 30 second stall such that a platform may boot directly to this application and see "Hello UEFI!" with no need for a shell to run it (Such as ShellPkg).

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?
    • Readme.md

How This Was Tested

Ran on a physical machine, QemuQ35,

built With GCC and VS2022

Integration Instructions

N/A

@Flickdm Flickdm requested a review from os-d July 14, 2023 00:21
@github-actions github-actions bot added impact:non-functional Does not have a functional impact type:documentation Improvements or additions to documentation labels Jul 14, 2023
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
Flickdm and others added 2 commits July 13, 2023 17:34
Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
OemPkg/HelloUefi/readme.md Outdated Show resolved Hide resolved
@makubacki makubacki changed the title Feature/hello uefi HelloUefi: Add 30 second stall Jul 14, 2023
@Flickdm Flickdm enabled auto-merge (squash) July 14, 2023 00:41
@Flickdm Flickdm merged commit d479c88 into microsoft:release/202302 Jul 14, 2023
12 of 16 checks passed
ProjectMuBot added a commit to microsoft/mu_tiano_platforms that referenced this pull request Jul 15, 2023
Introduces 7 new commits in [Common/MU_OEM_SAMPLE](https://github.com/microsoft/mu_oem_sample.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/747440cedf1eef6180c00cb83d66736ef3aa45d6">747440</a> pip: update edk2-pytool-extensions requirement from ~=0.23.6 to ~=0.23.8 (<a href="https://github.com/microsoft/mu_oem_sample/pull/114">#114</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/b27b72aba283ab8a9a64846530775f535a36e31a">b27b72</a> Repo File Sync: synced file(s) with microsoft/mu_devops (<a href="https://github.com/microsoft/mu_oem_sample/pull/115">#115</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/563c877f0750b52f5b05327fae6f48fe60b28083">563c87</a> HelloUefi init (<a href="https://github.com/microsoft/mu_oem_sample/pull/116">#116</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/54d70cdf064947df64890672c2da73413c46fbe3">54d70c</a> OemPkg/HelloUefi - CI fixes (<a href="https://github.com/microsoft/mu_oem_sample/pull/117">#117</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/bcd2bdcb4c2f66c29b1e0025b739b0383ee346c6">bcd2bd</a> adding stack cookie support (<a href="https://github.com/microsoft/mu_oem_sample/pull/119">#119</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/d479c883e15187f09138bc51bd604f7af250e0d8">d479c8</a> HelloUefi: Add 30 second stall (<a href="https://github.com/microsoft/mu_oem_sample/pull/120">#120</a>)</li>
<li><a href="https://github.com/microsoft/mu_oem_sample/commit/746b4426487c9f254657e0d1ee461e5e819ee81b">746b44</a> OemPkg: Fix build (<a href="https://github.com/microsoft/mu_oem_sample/pull/121">#121</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact:non-functional Does not have a functional impact type:documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants