-
Notifications
You must be signed in to change notification settings - Fork 25
Decode additional Framework16 and AMD related memmap items#39
Draft
JohnAZoidberg wants to merge 1 commit intomain from
Draft
Decode additional Framework16 and AMD related memmap items #39JohnAZoidberg wants to merge 1 commit intomain from
JohnAZoidberg wants to merge 1 commit intomain from
Conversation
@JohnAZoidberg
JohnAZoidberg
force-pushed
the
lotus.decode-memmap
branch
from
May 26, 2024 04:25
a889601 to
53c15fa
Compare
@JohnAZoidberg
JohnAZoidberg
changed the title
(削除) Decode additional Frameowork16 and AMD related memmap items (削除ここまで)
(追記) Decode additional Framework16 and AMD related memmap items (追記ここまで)
Aug 1, 2024
@JohnAZoidberg
JohnAZoidberg
force-pushed
the
lotus.decode-memmap
branch
from
October 21, 2024 06:03
53c15fa to
4421678
Compare
7 tasks
@JohnAZoidberg
JohnAZoidberg
force-pushed
the
lotus.decode-memmap
branch
from
February 13, 2025 05:45
4421678 to
f87d5d5
Compare
TODO: - [ ] Handle it better than just increasing EC_MEMMAP_SIZE*2 - [ ] Figure out all items and whether they apply to Lotus and also Azalea - [ ] Figure out Lotus and Azalea fan names Example: ``` cargo build && sudo ./target/debug/framework_tool --driver portio --expansion-bay AMD Power Slider: DC, Battery Saver (0b0001000) STT Table: 7 CBP: true ([0, 0]) DTT Temp: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] Expansion Bay Serial Struct: [0, 0, 0, 0] PD Version: [0, 0, 0, 0] GPU CTRL: 0x8 MUX Status: GPU Board Status: Present PCIe Config: 8x1 Display On: false GPU Type: AMD R23M (2) ``` Reference data: ``` Fan Module Serial Struct: [0, 0, 0, 0] Batt Manuf 2023-22-7 PD Version: [0, 0, 0, 0] GPU CTRL: 0x0 Power Slider: AC, Best Power Efficiency (0b1000000) Display On: false STT Table: 13 CBP: true ([0, 0]) GPU Type: Initializing (0) DTT Temp: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] dGPU Module Serial Struct: [0, 0, 0, 0] Batt Manuf 2023年7月22日 PD Version: [0, 0, 0, 0] GPU CTRL: 0x8 Power Slider: DC, Battery Saver (0b0001000) Display On: false STT Table: 7 CBP: true ([0, 0]) GPU Type: AMD R23M (2) DTT Temp: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] ``` Signed-off-by: Daniel Schaefer <dhs@frame.work>
@JohnAZoidberg
JohnAZoidberg
force-pushed
the
lotus.decode-memmap
branch
from
April 27, 2025 07:06
f87d5d5 to
3a47334
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TODO:
Example:
Reference data: