Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: FrameworkComputer/framework-system
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FrameworkComputer/framework-system
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: prochot-msr
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 30, 2026

  1. prochot msr

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    c60f352 View commit details
    Browse the repository at this point in the history
  2. fixup! prochot msr

    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    b5de3b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6650b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b95c04a View commit details
    Browse the repository at this point in the history
  5. print pl limits

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    2b288df View commit details
    Browse the repository at this point in the history
  6. foo

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    0c0f568 View commit details
    Browse the repository at this point in the history
  7. pl4 scaling

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    fe525fb View commit details
    Browse the repository at this point in the history
  8. prochot

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 30, 2026
    Configuration menu
    Copy the full SHA
    0f48478 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2026

  1. thermal: Print current CPU frequency

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Jul 31, 2026
    Configuration menu
    Copy the full SHA
    f24fe72 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. --thermal: Show psys max value

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    d93adff View commit details
    Browse the repository at this point in the history
  2. --thermal: Print some more limits

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    6ef9ee3 View commit details
    Browse the repository at this point in the history
  3. --thermal: Don't report a failed PSys correction read as zero

    The PMON offset and slope come from a separate mailbox command than the
    full scale, so a rejected read was collapsed into unwrap_or(0) and then
    printed as a genuine zero offset and unity-less slope. Make it an Option
    so we print nothing when pcode wouldn't tell us.
    
    While here, drop the claim that these read back as unprogrammed. sakura
    reports a 1.00x slope with no offset, because coreboot leaves both at
    Auto and the FSP then skips SET_PMON_CONFIG entirely, leaving pcode's own
    defaults in place. Print the two together, they're one calibration:
    
          PSys Pmax:            218.0 W  Full scale of the PSys readings
          PSys Correction:       1.00 x  Offset 0.00 W
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg and claude committed Aug 3, 2026
    Configuration menu
    Copy the full SHA
    88bd1be View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2026

  1. dump more thermal registers

    Signed-off-by: Daniel Schaefer <dhs@frame.work>
    JohnAZoidberg committed Aug 13, 2026
    Configuration menu
    Copy the full SHA
    17b7528 View commit details
    Browse the repository at this point in the history
Loading