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

Reset ConIn on ConfApp entrypoint #317

Merged
merged 5 commits into from
Feb 21, 2024
Merged

Conversation

kuqin12
Copy link
Contributor

@kuqin12 kuqin12 commented Feb 21, 2024

Description

This change added a reset call to reset the simple text input protocol installed on the gST->ConInHandle. This is needed to offset any potential dangling voltage on the serial lines after a reset, etc.

  • Impacts functionality?
    • Functionality - Does the change ultimately impact how firmware functions?
    • Examples: Add a new library, publish a new PPI, update an algorithm, ...
  • Impacts security?
    • Security - Does the change have a direct security impact on an application,
      flow, or firmware?
    • Examples: Crypto algorithm change, buffer overflow fix, parameter
      validation improvement, ...
  • Breaking change?
    • Breaking change - Will anyone consuming this change experience a break
      in build or boot behavior?
    • Examples: Add a new library class, move a module to a different repo, call
      a function in a new library class in a pre-existing module, ...
  • Includes tests?
    • Tests - Does the change include any explicit test code?
    • Examples: Unit tests, integration tests, robot tests, ...
  • Includes documentation?
    • Documentation - Does the change contain explicit documentation additions
      outside direct code modifications (and comments)?
    • Examples: Update readme file, add feature readme file, link to documentation
      on an a separate Web page, ...

How This Was Tested

This was tested on a proprietary hardware platform.

Integration Instructions

N/A

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b673c31) 36.10% compared to head (c004be5) 36.10%.

❗ Current head c004be5 differs from pull request most recent head e2d0674. Consider uploading reports for the commit e2d0674 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #317   +/-   ##
=======================================
  Coverage   36.10%   36.10%           
=======================================
  Files          31       31           
  Lines        6226     6226           
  Branches      447      447           
=======================================
  Hits         2248     2248           
  Misses       3976     3976           
  Partials        2        2           
Flag Coverage Δ
Linux 27.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kuqin12 kuqin12 enabled auto-merge (squash) February 21, 2024 01:43
@kuqin12 kuqin12 merged commit cca9d2d into microsoft:main Feb 21, 2024
13 checks passed
@kuqin12 kuqin12 deleted the reset_conin branch February 21, 2024 01:46
ProjectMuBot added a commit to microsoft/mu_tiano_platforms that referenced this pull request Feb 22, 2024
Introduces 7 new commits in [Features/CONFIG](https://github.com/microsoft/mu_feature_config.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/3aee7af0d5c4d29dfd9a20f3cba72882c7306e4c">3aee7a</a> Repo File Sync: synced file(s) with microsoft/mu_devops (<a href="https://github.com/microsoft/mu_feature_config/pull/311">#311</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/10bbb1950fbe041c02ea69c3ea049122216466ab">10bbb1</a> pip: bump edk2-pytool-extensions from 0.27.0 to 0.27.2 (<a href="https://github.com/microsoft/mu_feature_config/pull/313">#313</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/c60f58cb804d0cc408e9018602f768a7ed21dcc2">c60f58</a> pip: bump edk2-pytool-library from 0.20.0 to 0.21.2 (<a href="https://github.com/microsoft/mu_feature_config/pull/312">#312</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/8415b164aa707faa9e123386c8620343e2a2b7c3">8415b1</a> Repo File Sync: Improve inline documentation in CodeQL workflow (<a href="https://github.com/microsoft/mu_feature_config/pull/314">#314</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/e0c8db0c5079a90efaeb6dc61ef133c09a5487f4">e0c8db</a> remove edk2-basetools (<a href="https://github.com/microsoft/mu_feature_config/pull/315">#315</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/b673c319c770f23449164c94f7899b940dbf87cf">b673c3</a> pip: bump edk2-pytool-library from 0.21.2 to 0.21.3 (<a href="https://github.com/microsoft/mu_feature_config/pull/316">#316</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_config/commit/cca9d2d80aa3f120f0573a2c498528b66bd4a653">cca9d2</a> Reset ConIn on ConfApp entrypoint (<a href="https://github.com/microsoft/mu_feature_config/pull/317">#317</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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants