Commit Graph

77 Commits

Author SHA1 Message Date
Sae86 4a8057d904 Update remaining SKIPPED results and references
Signed-off-by: Sae86 <sara.batllori@intel.com>
2023-10-17 16:36:31 -07:00
Frinzell, Aaron 23259999f4 PEP632 URL typo
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-09-25 16:40:28 -07:00
Frinzell, Aaron a498374f40 Add PEP 632 comments to manual
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-09-08 15:08:15 -07:00
Nathaniel Mitchell 810502ced8 Update docs to reflect recent cfg/helper changes
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-08-30 10:44:38 -07:00
Nathaniel Mitchell 96d5409688 Update BaseCommand, chipsec_util with new util structure
Additional changes to enhance utils usage

Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-07-27 11:39:28 -07:00
Nathaniel Mitchell dc3f78d38d Update useage help messages and help documentation
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-06-26 11:54:00 -07:00
Frinzell, Aaron 22314780a3 Add Python 3.12 PEP changes to Code Style document
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-06-12 16:53:28 -07:00
Nicolas Iooss b52eb902c5 Remove global variable chipsec.helper.oshelper.avail_helper
This global variable is no longer used after commit 4b9ab99839
("Change the way helper loading is done"). Update the documentation too.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
2023-06-07 16:36:54 -07:00
Frinzell, Aaron e1f8e20858 Update Running-Chipsec.rst to include .run()
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-05-23 16:38:56 -07:00
Nathaniel Mitchell c1cdac49b3 Remove osx helper and driver
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-05-10 16:38:26 -07:00
Frinzell, Aaron 2816f57556 Update UWBwithUEFIShell.rst manual page for code port
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-05-08 09:27:35 -07:00
Nathaniel Mitchell 814995e345 Rename win7 driver/helper to windows
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-04-26 16:52:26 -07:00
Sara Batllori 425de595b7 Remove not needed files from not wanted list
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-04-25 16:00:35 -07:00
Sara Batllori a61fa5cbb1 Add to the ignored files patterns
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-04-25 15:27:09 -07:00
Sara Batllori 5517ad198c Update/improve sphinx
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-04-25 08:33:08 -07:00
Sara Batllori a730c58c82 Change all double slashes in directories for os.join.path
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-03-30 14:20:43 -07:00
Sara Batllori 98c7535ff5 Consolidate create_manual scripts into one python script
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-03-30 13:06:32 -07:00
Sara Batllori a2fcfb742c Remove sphinx warnings and spaces in installation file names
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2023-03-24 08:57:25 -07:00
Nathaniel Mitchell 9b4ea46282 Update win install doc to include changes to compression changes
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2023-02-16 11:40:00 -08:00
Frinzell, Aaron 9c48913767 Add ref lables to contact.rst and code-style-python.rst
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-01-30 16:47:09 -08:00
Frinzell, Aaron 307f4ee075 Define PEP515 support
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2023-01-11 16:42:17 -08:00
Nathaniel Mitchell 0c9a50fa5e Update install documentation to reflect compression changes
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-12-14 13:06:03 -08:00
Nathaniel Mitchell 5d6c3d90ec Add chipsec_main flag for module_exclude
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-12-14 12:44:43 -08:00
Frinzell, Aaron 468f1893ec Define PEP572 and for-else while-else support
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-12-14 12:43:18 -08:00
Frinzell, Aaron 329112c73a Fix URL typo in style guide
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-11-30 13:46:01 -08:00
Nathaniel Mitchell 4b6a3c5948 Update mailing list and add discord link
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-10-27 15:32:12 -07:00
Nathaniel Mitchell bef18a75dc Update the wording around the -i flag
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2022-10-27 15:32:00 -07:00
Frinzell, Aaron bb67e32f38 Specify f-string support in contribution guide
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-10-26 10:39:58 -07:00
Frinzell, Aaron 8bf6676cac Specify Python version support in code style
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-10-26 10:39:58 -07:00
Frinzell, Aaron f9eaef712d Add applicable Type Hint PEPs to contribution guide
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-10-26 10:39:58 -07:00
Sara Batllori a71483db1b Add VS2022 support to driver and improve documentation
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-08-24 16:11:31 -07:00
Sara Batllori 344043b37d Remove sphinx warnings
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-07-25 17:05:19 -07:00
Sara Batllori 0a3a9a6a20 Consolidate Linux installation documentation
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-07-25 17:05:09 -07:00
Frinzell, Aaron c9145313ea Move command template to chipsec-manual
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-06-21 08:59:21 -07:00
Frinzell, Aaron 29217a5998 Move module template to chipsec-manual
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-06-21 08:59:21 -07:00
Sara Batllori ad35808679 Fix formatting issue in documentation
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-05-31 11:23:43 -07:00
Dan Scott 907009a1d0 Adding back missing lines 2022-05-25 14:28:39 -07:00
Dan Scott 06d2263fd6 Correct list numbering in manual 2022-05-25 14:28:39 -07:00
Frinzell, Aaron 95614d8d53 Add code-block line-feed
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-24 14:06:36 -07:00
Frinzell, Aaron eb33b595f3 Python code style guide
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-24 14:06:36 -07:00
Dan Scott 98fba99622 replace liveusb with rufus 2022-05-24 14:05:21 -07:00
Frinzell, Aaron 4a82a27d3d Add ref and clean up Interpreting-Results.rst
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-18 16:22:13 -07:00
Sara Batllori 1e528be6d1 Add changes to improve documentation
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2022-05-18 13:14:04 -07:00
Frinzell, Aaron 77c8fff116 Clean up Vulnerabilities-and-CHIPSEC-Modules.rst
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-18 10:08:41 -07:00
Frinzell, Aaron 907f8e4824 clean up
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-17 15:19:30 -07:00
Frinzell, Aaron a74806519e Update EFI manual section
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-05-17 15:19:30 -07:00
Sara Batllori 8ad4185bec Fix sphinx warnings and index version overwrite 2022-04-25 17:04:39 -05:00
Aaron Frinzell c8e7da29f6 Architecture document updates (#1405)
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2022-03-28 12:55:50 -07:00
Sae86 c468134d5d Fix version update for index.rst
Signed-off-by: Sae86 <sara.batllori@intel.com>
2022-02-01 11:29:13 -08:00
Sae86 68bf7653dc Add version to manual html pages
Signed-off-by: Sae86 <sara.batllori@intel.com>
2022-01-27 15:22:44 -08:00