Files
RedBear-OS/local
vasilito cf38cff205 intel: PCH detection module — platform configuration hub enumeration
pch.rs: PchType enum spanning 12 PCH generations
  from_generation(): maps IntelGeneration to PchType automatically
  display_well_base(): per-PCH power well register base
  has_separate_ddi_wells(): Gen9+ PCH feature flag
  gmbus_base(): 0x5100 (pre-PCH) vs 0xC5100 (PCH-based)
  ddi_port_count(): 2-6 ports per PCH generation

This gates correct DDI buffer, power well, and GMBUS configuration
per platform. Previously all platforms used Gen9 hardcoded defaults.
2026-06-02 05:46:53 +03:00
..