mirror of
https://github.com/chipsec/chipsec
synced 2026-06-08 13:31:00 +00:00
db40bd72bf
FIX: get_objlist() with a single-component name like 'PCU_MMIO' does scope
resolution that searches at Platform level (vendors), not inside any vendor.
The range IP exists at Vendor('8086') -> IP('PCU_MMIO') but is unreachable
via single-component scope. Search MEMORY_RANGES dict directly as fallback.
Signed-off-by: brentholtsclaw <brent.holtsclaw@intel.com>