Skip to content

image: include /driver/cpu/amd/zen in cpio for dramtest #190

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
5 changes: 5 additions & 0 deletions image/mkcpio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ kernel/crypto/amd64/sha2
kernel/crypto/amd64/skein
kernel/crypto/amd64/swrand
kernel/dacf/amd64/net_dacf
kernel/drv/amd64/amdzen
kernel/drv/amd64/amdzen_stub
kernel/drv/amd64/bl
kernel/drv/amd64/blkdev
kernel/drv/amd64/clone
Expand Down Expand Up @@ -87,7 +89,9 @@ kernel/drv/amd64/t4nex
kernel/drv/amd64/ucode
kernel/drv/amd64/ufm
kernel/drv/amd64/vnic
kernel/drv/amd64/zen_umc
kernel/drv/amd64/zfs
kernel/drv/amdzen.conf
kernel/drv/bl.conf
kernel/drv/bridge.conf
kernel/drv/clone.conf
Expand Down Expand Up @@ -206,6 +210,7 @@ kernel/misc/amd64/sha2
kernel/misc/amd64/skein
kernel/misc/amd64/strplumb
kernel/misc/amd64/tlimod
kernel/misc/amd64/zen_data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need zen_data? As far as I know this just provides pin data for zen_gpio

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea! I just included everything that isn't a manual page haha. I will investigate though.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this isn't required.

kernel/sched/amd64/SDC
kernel/sched/amd64/TS
kernel/sched/amd64/TS_DPTBL
Expand Down