From c381d64eb91b0038222759459775742f205fa54c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:23:49 -0700 Subject: [PATCH 1/3] pip: bump regex from 2024.5.15 to 2024.7.24 (#239) Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.7.24. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index 54057b4..b89d9d4 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -15,5 +15,5 @@ edk2-pytool-library==0.21.8 edk2-pytool-extensions==0.27.10 antlr4-python3-runtime==4.13.1 -regex==2024.5.15 +regex==2024.7.24 pygount==1.8.0 From 0262f7d1ed8f74b817cb0c7655e2c2787f6980c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:55:22 -0700 Subject: [PATCH 2/3] pip: bump edk2-pytool-library from 0.21.8 to 0.21.9 (#238) Bumps [edk2-pytool-library](https://github.com/tianocore/edk2-pytool-library) from 0.21.8 to 0.21.9. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-requirements.txt b/pip-requirements.txt index b89d9d4..7f37073 100644 --- a/pip-requirements.txt +++ b/pip-requirements.txt @@ -12,7 +12,7 @@ # https://www.python.org/dev/peps/pep-0440/#version-specifiers ## -edk2-pytool-library==0.21.8 +edk2-pytool-library==0.21.9 edk2-pytool-extensions==0.27.10 antlr4-python3-runtime==4.13.1 regex==2024.7.24 From 2dd22c3b6f9777e911098c5fd2219b1d97eaea53 Mon Sep 17 00:00:00 2001 From: damonhunka <141082588+damonhunka@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:20:28 -0700 Subject: [PATCH 3/3] DfciPkg/DfciSettings.h: Add new DFCI settings (#240) ## Description Adding DFCI settings for two more power policies: After Power Loss, and Always on. - After Power Loss will boot the device back to the previous state before power loss. - Always on will always boot the device up to S0. The difference between the behaviors of the two modes is `Always On` will boot it up even if power was yanked in the shutdown state. - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? --- DfciPkg/Include/Settings/DfciSettings.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/DfciPkg/Include/Settings/DfciSettings.h b/DfciPkg/Include/Settings/DfciSettings.h index c553ee0..98dbcac 100644 --- a/DfciPkg/Include/Settings/DfciSettings.h +++ b/DfciPkg/Include/Settings/DfciSettings.h @@ -108,6 +108,16 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // #define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_ON_POWER "Dfci4.WakeOnPower.Enable" +// +// Enable or Disable Wake After Power Loss. +// +#define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_AFTER_POWER_LOSS "Dfci4.WakeAfterPowerLoss.Enable" + +// +// Enable or Disable Wake Always +// +#define DFCI_STD_SETTING_ID_V4_ENABLE_WAKE_ALWAYS "Dfci4.WakeAlways.Enable" + // // Enable or Disable the Front Camera(s). //