Commit Graph

79 Commits

Author SHA1 Message Date
Michał Kopeć 1bca558ff1 Add bat thresholds to default callback
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-10-06 12:16:44 +02:00
Michał Żygowski 1cc5274225 Library/DasharoSystemFeaturesUiLib: add defaults for BAT thresholds
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2023-10-05 12:22:28 +02:00
Michał Żygowski 2ef013e30b Add switches to hid Camera and WiFi/BT options
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2023-09-29 16:03:46 +02:00
Michał Żygowski 2f444a8d6f Add serial port console redirection option
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2023-09-29 16:03:26 +02:00
Sergii Dmytruk d40e4828f4 Library/DasharoSystemFeaturesUiLib: add memory profile option
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-09-25 15:00:53 +03:00
Sergii Dmytruk 0c4e3be396 Library/DasharoSystemFeaturesUiLib: add empty memory submenu
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-09-25 15:00:53 +03:00
Maciej Pijanowski bbbbb7d07a tree-wide: pre-commit autofixes
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2023-09-25 10:46:39 +02:00
Krystian Hebel 9153b8a4d2 Library/DasharoSystemFeaturesUiLib: fix grammar errors
Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
2023-09-20 12:35:23 +02:00
Michał Kopeć 0559f5c52d Library/DasharoSystemFeaturesUiLib/DasharoSystemFeatures.c: fix error after rebase
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 16:20:08 +02:00
Michał Kopeć fd3a3d0ac7 Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni: align threshold opt name with docs
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 16:11:49 +02:00
Michał Kopeć 78c72842b3 Library/DasharoSystemFeaturesUiLib/DasharoSystemFeatures.c: remove redundant bat thresh check
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 16:11:22 +02:00
Michał Kopeć 00d93a9ce2 Store both bat thresholds in single efivar
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 16:11:21 +02:00
Michał Kopeć 68859601ec DasharoModulePkg: add option for battery thresholds
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 16:10:34 +02:00
Mixss 30749ad3a6 Library/DasharoSystemFeaturesUiLib: added Enable WiFi + BT radios setting
Signed-off-by: Mixss <michal.ziemiec@3mdeb.com>
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2023-09-18 14:28:04 +02:00
Krystian Hebel 0642fc3c2a Library/DasharoSystemFeaturesUiLib/DasharoSystemFeatures.c: warn about network use
DTS will be automatically started after FUM is enabled. Inform user that
Ethernet cable must be plugged in for seamless update process.

Signed-off-by: Krystian Hebel <krystian.hebel@3mdeb.com>
2023-09-15 15:21:28 +02:00
Mixss 09b7cbf946 Library/DasharoSystemFeaturesUiLib: added menu entry 'Enable Camera' 2023-09-12 08:23:44 +02:00
Husni Faiz 9217b023c9 DasharoSystemFeatures: add OptionROM loading control
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-09-03 00:13:34 +03:00
Husni Faiz e4d1cf7913 DasharoSytemFeatures: define OptionROM strings for menu 2023-09-03 00:13:34 +03:00
Husni Faiz ad3c998b1c DasharoSytemFeatures: add PCI OptionROM execution option 2023-09-03 00:13:28 +03:00
Sergii Dmytruk 77f5032dee Add PCI/PCIe option to enable Resizeable BARs
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-08-31 14:49:45 +03:00
Sergii Dmytruk 219eb9dc5d Add empty PCI/PCIe Configuration submenu
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-08-30 19:46:29 +03:00
Sergii Dmytruk 42c46b4a13 DasharoSystemFeaturesUiLib: use *_QUESTION_ID constants
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-08-30 16:20:09 +03:00
Sergii Dmytruk 46b21e865b Add PcdPowerMenuShowSleepType PCD
It controls visibility of sleep type inside Power Management Options
submenu.

The PCD is on by default for compatibility.

Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-08-30 16:20:09 +03:00
Sergii Dmytruk 2f20ce2864 Add Power Management Option for power failure state
Selects state the system gets into when power supply is restored after
power failure.

Adds gDasharoSystemFeaturesTokenSpaceGuid.PcdDefaultPowerFailureState
PCD which sets its default value.

Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2023-08-30 16:20:04 +03:00
Michał Żygowski b9d29f4253 Library/DasharoSystemFeaturesUiLib/DasharoSystemFeaturesStrings.uni: add prompt-like sign to FUM string
Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
2023-08-29 09:49:59 +02:00