What's Changed
* Add get_bits() to library/bits.py by frinzell in https://github.com/chipsec/chipsec/pull/1932
* Fix the issue with the bus lists by npmitche in https://github.com/chipsec/chipsec/pull/1937
* fix misspelling of "Parameter" by WilliamLeara in https://github.com/chipsec/chipsec/pull/1938
* Update PCH 6xx* DIDs by npmitche in https://github.com/chipsec/chipsec/pull/1936
* Fix uefi_search cpuid.upper call as cpuid is an int by npmitche in https://github.com/chipsec/chipsec/pull/1939
* Update DMAR tables per specification by BrentHoltsclaw in https://github.com/chipsec/chipsec/pull/1935
* PEP632 URL typo by frinzell in https://github.com/chipsec/chipsec/pull/1941
* Add helper function for return codes integration by Sae86 in https://github.com/chipsec/chipsec/pull/1942
* Fix issue where platform cfgs would not overwrite common by npmitche in https://github.com/chipsec/chipsec/pull/1950
* Add return codes support to vmm.venom and wsmt in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1949
* Add return codes support to iofuzz, msr_fuzz, pcie_fuzz, pcie_overlap… by Sae86 in https://github.com/chipsec/chipsec/pull/1948
* Add return codes support to vbox and xen folders in tools by Sae86 in https://github.com/chipsec/chipsec/pull/1946
* Add check for setuptools >=62.0.0 by npmitche in https://github.com/chipsec/chipsec/pull/1943
* Add return codes support to cpuid_fuzz, ept_finder and hypercallfuzz … by Sae86 in https://github.com/chipsec/chipsec/pull/1947
* Add return codes support to sinkhole, te, rogue_mmio_bar and smm_ptr by Sae86 in https://github.com/chipsec/chipsec/pull/1940
* Add return codes support to tools/vmm/hv by Sae86 in https://github.com/chipsec/chipsec/pull/1945
* Add initial windows helper unit tests by npmitche in https://github.com/chipsec/chipsec/pull/1951
**Full Changelog**: https://github.com/chipsec/chipsec/compare/1.12.2...1.12.3
Additional Notes
* The way configurations are loaded has been modified in 1.12.0. If you have your own configurations that you are trying to load, please make sure they include an `<info></info>` block.
* Some modules under the `modules.tools` directory have not been fully validated to work with Python3. Please report any issues.