__New or Updated Modules:__
* smbios support
* `hal.smbios` - print entry point, print raw or decoded strutures
* `utilcmd.smbios_cmd` - Identify entry point, Print raw structures, partial print decoded type 0 structure
* `remap` - modified is_supported to not run on atom processors
* `common.spi_access` - add support to use Flash Descriptor Observability registers to OR in the settings from the flash descriptor to the existing FRAP register fields
__New Updated Configuration:__
* `cml` - lp Y/U support added
* `pch_4xxlp` - support added
* `pch_495` - support added
* `glk` - support added
__Removed Modules:__
__Additional fixes:__
* `linux_helper` - fixed errors when using DEBUG flag
* `common.cpu.cpu_info` - fixed imports, string conversion
* `hal.uefi` and hal.uefi_common - fixed string issues
* `hal.uefi_platform` - fixed opcode function return
* `linux.chipsec_km.c` - add support for __HAVE_ARXH_PAX_OPEN_USERLAND upstream kernel change
* `chipset` - fix 0 padding when printing chipset dictionary
* `logger` - restore log file handler when log is flushed
* `chipset` - add duplicate DID support for CPU and PCH
* unittests - updated to support new helper model
* `hals.pi_uefi` - fixed FwFile parsing error
* `hal.uefi_common` - fix error when cannot decode EFI_SECTION_USER_INTERFACE
* `chipsec_util` - fix issue where help was not being displayed when no arguments are passed
* Add ability to have pch configuration file loaded
* Add req_pch="True" to xml configuration attribute
* Add helper/driver information to chipsec_main and chipsec_util
* `setup.py` - do not build driver when installed from sdist-built package
* Error handling when driver is missing
__Additional Notes:__
* python2 support will be deprecated June 2020
* Any modules under the `modules.tools` directory have not yet been fully validated to work with python3
* When filing an issue with python3 if possible also include the results of running the same command with python2
__New Module Details:__
Module Name | Supported Platforms | Flags
None