Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GA510v2 #1074

Merged
merged 4 commits into from
Jun 25, 2024
Merged

Add support for GA510v2 #1074

merged 4 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    55fabd5 View commit details
    Browse the repository at this point in the history
  2. uv17: Refactor memory into definitions and layout

    Also fix incorrect definition of get_raw_memory() as returning a
    bitwise structure instead of a string.
    kk7ds committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a845e81 View commit details
    Browse the repository at this point in the history
  3. uv17: Refactor to handle ga510v2

    - Allows skipping ident if we are a detected model
    - Assumes memsize is fixed if the magics are empty
    - Logs missing blocks with more detail
    kk7ds committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b14b1da View commit details
    Browse the repository at this point in the history
  4. ga510: Add support for "v2" variant

    This variant was released in 2024 and looks identical to the original,
    but is totally different inside and is based on the uv17. This uses
    the detection framework to basically hide the difference from the
    user.
    
    Fixes: #10600
    kk7ds committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    de2122e View commit details
    Browse the repository at this point in the history