William Leara
|
79f81bbb7e
|
fix for flake8 rules related to whitespace
This commit fixes whitespace errors from checkers W291,W292,W293,W391. They were found by running "flake8 ." from the root directory. These are errors defined by "pycodestyle", and have no functional impact to the source. This is simply fixing whitespace as defined by CHIPSEC's .flake8 configuration.
background:
https://www.flake8rules.com/rules/W291.html
https://www.flake8rules.com/rules/W292.html
https://www.flake8rules.com/rules/W293.html
https://www.flake8rules.com/rules/W391.html
tool versions: flake8 v7.3.0, python v3.13.11
Signed-off-by: William Leara <william.leara@dell.com>
|
2026-03-10 14:20:23 -07:00 |
|
Nathaniel Mitchell
|
1259e568de
|
Change all HAL objects in cs.hals to be lowercase
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2025-12-09 13:49:37 -08:00 |
|
Nathaniel Mitchell
|
088a2ca69c
|
Fixup spi HAL and additional unit tests
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2025-03-11 20:45:54 -07:00 |
|
Nathaniel Mitchell
|
a032f04630
|
Update haldata and msr hal/cmd/tests
Change haldata to use cpuid mfgstr
Update MSR hal/cmd/tests
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2025-02-18 12:53:25 -08:00 |
|
Nathaniel Mitchell
|
b53f1d86b0
|
Update portio HAL to import halbase and simplify api
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2024-12-16 14:40:15 -08:00 |
|
Nathaniel Mitchell
|
36b07f5f23
|
Add haldata to most HALs
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2024-12-03 12:50:37 -08:00 |
|
Nathaniel Mitchell
|
f7409804b4
|
HAL Update - Enable multitenant HALs
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
|
2024-12-03 12:50:36 -08:00 |
|