Skip to content

Commit d41369e

Browse files
chipsec-bbciSae86
authored andcommitted
Update to release/1.13.8
Signed-off-by: ChipSec <[email protected]>
1 parent f628a02 commit d41369e

File tree

269 files changed

+545
-365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

269 files changed

+545
-365
lines changed

_sources/contribution/code-style-python.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ Python 3.12 will deprecate and remove the distutils module. In order for CHIPSE
415415

416416
The setuptools module has been updated to fully replace distutils but requires an up-to-date version.
417417

418-
- Minimum setuptools version: `62.0.0 <https://pypi.org/project/setuptools/62.0.0/>`_ (requires Python >= 3.7)
418+
- Minimum setuptools version: `62.0.0 <https://pypi.org/project/setuptools/62.0.0/>`_ (requires Python >= 3.8)
419419

420420
- Recommended setuptools version: latest
421421

_sources/index.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
.. CHIPSEC 1.13.7 documentation file, created by
1+
.. CHIPSEC 1.13.8 documentation file, created by
22
sphinx-quickstart on Wed Mar 25 13:24:44 2015.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
55
6-
CHIPSEC 1.13.7
6+
CHIPSEC 1.13.8
77
==============
88

99
CHIPSEC is a framework for analyzing platform level security of

_sources/installation/InstallLinux.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Installing Kali Linux
3131
Prerequisites
3232
-------------
3333

34-
Python 3.7 or higher (https://www.python.org/downloads/)
34+
Python 3.8 or higher (https://www.python.org/downloads/)
3535

3636
.. note::
3737

_sources/installation/InstallWinDAL.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DAL Windows Installation
44
Prerequisites
55
-------------
66

7-
Python 3.7 or higher (https://www.python.org/downloads/)
7+
Python 3.8 or higher (https://www.python.org/downloads/)
88

99
.. note::
1010

_sources/installation/InstallWindows.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Windows Installation
1212
Install CHIPSEC Dependencies
1313
----------------------------
1414

15-
Python 3.7 or higher (https://www.python.org/downloads/)
15+
Python 3.8 or higher (https://www.python.org/downloads/)
1616

1717
.. note::
1818

_sources/modules/chipsec.modules.common.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ chipsec.modules.common package
2525
chipsec.modules.common.rom_armor
2626
chipsec.modules.common.rtclock
2727
chipsec.modules.common.sgx_check
28+
chipsec.modules.common.sgx_check_sidekick
2829
chipsec.modules.common.smm
2930
chipsec.modules.common.smm_addr
3031
chipsec.modules.common.smm_close
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
chipsec.modules.common.sgx\_check\_sidekick module
2+
==================================================
3+
4+
.. automodule:: chipsec.modules.common.sgx_check_sidekick
5+
6+
7+

_sources/modules/chipsec.modules.tools.generate_test_id.rst.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

_sources/modules/chipsec.modules.tools.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ chipsec.modules.tools package
1313
.. toctree::
1414
:maxdepth: 10
1515

16-
chipsec.modules.tools.generate_test_id
1716
chipsec.modules.tools.wsmt
1817

1918
.. automodule:: chipsec.modules.tools
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
chipsec.utilcmd.module\_id\_cmd module
2+
======================================
3+
4+
.. automodule:: chipsec.utilcmd.module_id_cmd
5+
6+
7+

0 commit comments

Comments
 (0)