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

Test results and new patches from Dec19 2024 #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ TODO: KDE on Wayland
- [ ] Suspend (S0ix)
- Not supported yet by FreeBSD, see below
- [x] Framework 13 Touchpad
- [ ] Framework 16 Touchpad
- [x] Framework 16 Touchpad
- [ ] Needs [pending patch](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282592)

### Expansion Cards

Expand Down
4 changes: 4 additions & 0 deletions framework-related-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- https://reviews.freebsd.org/D44861
- RZ616
- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264300
- Framework 16
- https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282592
- AMD Ryzen 7040 Series (Phoenix, Zen 4)
- hwpstate: https://reviews.freebsd.org/D47985


## Building a custom kernel
Expand Down
1 change: 1 addition & 0 deletions roles/amd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
value: "{{ item }}"
state: value_present
with_items:
- amdtemp
- cpuctl

# TODO: Is there a custom driver for AMD?
Expand Down