infamicstudios / MSRMAP

Model Specific Register Mapping and Architecture Parser
1 stars 0 forks source link

Integrate Display Model and Display Family Mapping to Relevant Tables #2

Closed infamicstudios closed 1 day ago

infamicstudios commented 1 day ago

We need to integrate a mapping between the CPU Display Model and Display Family and their relevant tables. This mapping will enable us to query the correct table(s) based on a Display Model or Display Family.

Expected Outcome: • Create a mapping that associates both Display Model and Display Family to specific table(s). • Ensure that lookups can be performed using either the Display Model or Display Family, with the appropriate table(s) being accessed.

Tasks:

  1. Define the mapping schema that links Display Model and Display Family to table(s).
  2. Manually load a mapping from a txt file
  3. Implement the mapping logic in the database as a table, ensuring it supports both Display Model and Display Family for lookups.