Commit 646bbcb
authored
Removal of SecureBoot options from ConfApp (#432)
## Description
ConfApp's secure boot menu allows the user the illusion of being able to
configure the setup boot options.
The reality is that secure boot is configured by the system prior to
ConfApp, and that changes made in ConfApp are not honored on the next
boot.
Removing the Secure Boot menu, associated tests and reduce the libraries
needed.
- [ ] Impacts functionality?
- [ ] Impacts security?
- [x] Breaking change?
- [ ] Includes tests?
- [ ] Includes documentation?
## How This Was Tested
CI Build.
Boot on Qemu to verify functionality.
## Integration Instructions
No Changes required.1 parent 2add84a commit 646bbcb
7 files changed
Lines changed: 8 additions & 1275 deletions
File tree
- SetupDataPkg
- ConfApp
- UnitTest
- Test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
28 | | - | |
| 26 | + | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 41 | | |
53 | 42 | | |
54 | | - | |
| 43 | + | |
55 | 44 | | |
56 | 45 | | |
57 | 46 | | |
58 | 47 | | |
59 | | - | |
| 48 | + | |
60 | 49 | | |
61 | 50 | | |
62 | 51 | | |
63 | | - | |
| 52 | + | |
64 | 53 | | |
65 | 54 | | |
66 | 55 | | |
| |||
86 | 75 | | |
87 | 76 | | |
88 | 77 | | |
89 | | - | |
90 | | - | |
91 | 78 | | |
92 | 79 | | |
93 | 80 | | |
| |||
363 | 350 | | |
364 | 351 | | |
365 | 352 | | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | 353 | | |
373 | 354 | | |
374 | 355 | | |
| |||
413 | 394 | | |
414 | 395 | | |
415 | 396 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | 397 | | |
420 | 398 | | |
421 | 399 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
44 | 43 | | |
45 | 44 | | |
46 | 45 | | |
47 | | - | |
48 | | - | |
49 | 46 | | |
50 | 47 | | |
51 | 48 | | |
| |||
This file was deleted.
0 commit comments