Commit Graph

95 Commits

Author SHA1 Message Date
Nathaniel Mitchell 958a3196cf Add windows exception page to manual
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2026-01-30 14:12:54 -08:00
Chipsec 52f30d8139 Add better error handling to create_manual.py
Signed-off-by: Chipsec <chipsec@intel.com>
2025-09-02 23:17:43 -07:00
Sara Batllori 5ad2c49cb3 Add Windows server 2025 to supported versions in documentation
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2025-03-18 16:43:27 -07:00
Nathaniel Mitchell bea2860e8e Update device functions and port register.read*/write* functions
Updated the device.get_obj/objlist functions to match the other types e.g. "get_list_by_name" and "get_instance_by_name".

Updated register.read/read_field/write/write_field functions to first get the register objects, then read*/write* from there.

Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2025-03-18 16:29:21 -07:00
Nathaniel Mitchell e3522a6ccf Increase python's minimum requirement from 3.7 to 3.8
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2025-02-18 10:36:33 -08:00
Nathaniel Mitchell 82f711d73e Add try except for collections.abc in create_manual
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2024-10-30 12:52:08 -07:00
Jason Zhou ac864556c7 fix sequence import for py3.8, 3.9 compatible 2024-09-30 16:40:13 -07:00
Frinzell, Aaron 2181416bd9 Update type hints
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2024-09-10 16:38:28 -07:00
Nathaniel Mitchell 2d4f94cc88 Add RM_DIR as global to create_manual.py
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2024-08-28 16:42:06 -07:00
Sara Batllori 59b2ec6613 Add improvements to sphinx and fix some issues
Signed-off-by: Sara Batllori <sara.batllori@intel.com>
2024-08-28 13:56:12 -07:00
Frinzell, Aaron a42dd4ad6d Remove Mac OS text
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2024-08-26 16:40:43 -07:00
Frinzell, Aaron c71d7827f8 Clean up some manual pages
Signed-off-by: Frinzell, Aaron <aaron.frinzell@intel.com>
2024-08-26 16:39:07 -07:00
Nathaniel Mitchell 9c5e35d368 Change the json module docs url to fully qualified names
Signed-off-by: Nathaniel Mitchell <nathaniel.p.mitchell@intel.com>
2024-05-13 16:35:58 -07:00
Sae86 24bfe5ed4f Add documentation for Sphinx including min and max versions
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-04-15 16:36:24 -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 1d1ee9aecb Change python to python3 in RunScripts command
Signed-off-by: Sae86 <sara.batllori@intel.com>
2024-01-29 16:34:57 -08:00
jun2zhou 680c6e1a3e Add windows PCI filter driver doc (#2048)
* Add windows PCI filter driver doc

Signed-off-by: Jason Zhou <jun2.zhou@intel.com>
2024-01-16 16:39:57 -08: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
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