jun2zhou
|
59f9144750
|
Add TE test download prompt (#2183)
* Add TE test Poe version Shell.efi download prompt
Signed-off-by: Jason Zhou <jun2.zhou@intel.com>
---------
Signed-off-by: Jason Zhou <jun2.zhou@intel.com>
Co-authored-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
Co-authored-by: dscott90 <dan.scott@intel.com>
|
2024-06-03 16:37:40 -07:00 |
|
Jason Zhou
|
976565e63d
|
Remove bins from pub repo addessing the security scan warnning
Signed-off-by: Jason Zhou <jun2.zhou@intel.com>
|
2024-06-03 16:34:34 -07:00 |
|
Sae86
|
efccddd739
|
WIP: Add feature to automatically generate url for return codes
Signed-off-by: Sae86 <sara.batllori@intel.com>
|
2024-05-29 10:44:04 -07:00 |
|
Sae86
|
2bc5b22216
|
Add feature to auto-generate/save return code IDs
Signed-off-by: Sae86 <sara.batllori@intel.com>
|
2024-04-22 16:36:02 -07:00 |
|
Dan Scott
|
0e8192cfd0
|
Move files to library folder
|
2024-03-22 14:26:59 -07:00 |
|
Dan Scott
|
a933b1337d
|
Update references to functions in new library files
|
2024-03-22 14:26:59 -07:00 |
|
Sae86
|
4a8057d904
|
Update remaining SKIPPED results and references
Signed-off-by: Sae86 <sara.batllori@intel.com>
|
2023-10-17 16:36:31 -07:00 |
|
Sae86
|
2358adfd51
|
Add module that generates test IDs for return codes
Signed-off-by: Sae86 <sara.batllori@intel.com>
|
2023-10-09 16:37:28 -07:00 |
|
Sae86
|
78834bd04b
|
Add return codes support to cpuid_fuzz, ept_finder and hypercallfuzz (tools/vmm)
Signed-off-by: Sae86 <sara.batllori@intel.com>
|
2023-09-29 08:28:03 -07:00 |
|
Nathaniel Mitchell
|
0016b0c14c
|
Clean up oshelper
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2023-05-26 18:32:51 -07:00 |
|
Sara Batllori
|
86ecd5f087
|
f-string updates for cpu, secureboot and smm folders in tools
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
|
2023-04-12 09:09:58 -07:00 |
|
Frinzell, Aaron
|
c4f8aa95c2
|
Removed deprecated logger functions
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
|
2022-12-05 17:41:00 -06:00 |
|
Nathaniel Mitchell
|
291632c0ee
|
Apply flake8 code formatting rules against repo
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2022-07-28 09:17:10 -07:00 |
|
Sara Batllori
|
89cc29a194
|
Improve skipped messaging
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
|
2022-07-25 17:05:29 -07:00 |
|
Dan Scott
|
c804996978
|
code cleanup
|
2022-05-18 16:26:45 -07:00 |
|
Dan Scott
|
abd75bd474
|
replace error() with log_error()
|
2022-05-18 16:26:45 -07:00 |
|
Dan Scott
|
2d56c7fe5f
|
update confirmation input logic
|
2022-05-18 16:26:45 -07:00 |
|
Dan Scott
|
bc723962b1
|
remove import statements
|
2022-05-18 16:26:45 -07:00 |
|
Dan Scott
|
460fb6c4e0
|
replace cs_input() with input(), code cleanup
|
2022-05-18 16:26:45 -07:00 |
|
brentholtsclaw
|
f7fe1be074
|
More whitespace cleanup
E231, E201, E226
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
|
2020-07-31 13:46:13 -07:00 |
|
brentholtsclaw
|
a00b2838e5
|
Cleanup trailing whitespace
W291,W293,W391
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>
|
2020-07-01 15:44:21 -07:00 |
|
Assaf Carlsbad
|
10bc5d1f2b
|
Try to replace other bootloaders as well.
|
2020-02-28 15:48:18 -08:00 |
|
Assaf Carlsbad
|
6117d46b43
|
Add Shell.efi
|
2020-02-28 15:48:18 -08:00 |
|
Assaf Carlsbad
|
5e16e89765
|
Warn if boot loader can't be found on ESP.
|
2020-02-28 15:48:18 -08:00 |
|
Assaf Carlsbad
|
16bf089251
|
Tabs to spaces.
|
2020-02-28 15:48:18 -08:00 |
|
Assaf Carlsbad
|
666d075213
|
Always un-mount the ESP, even in the face of exceptions.
|
2020-01-21 14:44:13 -08:00 |
|
BrentHoltsclaw
|
b38d1e02f0
|
Fix import error and cleanup imports for tools.secureboot.te
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
|
2019-09-24 12:23:01 -07:00 |
|
BrentHoltsclaw
|
eb7d40e23c
|
Remove dumpstr from tools.secureboot.te
Function is unused and causing build/install errors within py2
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
|
2019-09-17 15:26:30 -07:00 |
|
BrentHoltsclaw
|
4ce1127743
|
Add cs_input to fix compatability issues with input/raw_input
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
|
2019-09-03 10:06:46 -07:00 |
|
BrentHoltsclaw
|
3827ec6b7e
|
Fix setup.py install errors
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
|
2019-09-03 10:06:46 -07:00 |
|
BrentHoltsclaw
|
18827a8574
|
Cleanup use is for None type compare
Signed-off-by: BrentHoltsclaw <brent.holtsclaw@intel.com>
|
2019-08-16 14:18:47 -07:00 |
|
BrentHoltsclaw
|
2efeda4345
|
Merge python3-rc2 branch into master (#656)
|
2019-08-15 14:11:20 -07:00 |
|
abazhaniuk
|
94fe7f02f1
|
change setup.py build driver by default. change root directory of chipsec. move WARNING.txt to chipsec. remove PKG-INFO (#107)
|
2016-10-18 18:19:42 -07:00 |
|