-
Notifications
You must be signed in to change notification settings - Fork 54
NVIDIA: VR: SAUCE: [Config] Add NVIDIA kernel configuration fragment #302
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
base: linux-nvidia-6.18
Are you sure you want to change the base?
NVIDIA: VR: SAUCE: [Config] Add NVIDIA kernel configuration fragment #302
Conversation
Add arch/arm64/configs/nvidia.config containing NVIDIA-specific kernel
configurations for Grace and Vera CPU enablement.
This fragment should be merged with defconfig using:
./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig \
arch/arm64/configs/nvidia.config
Signed-off-by: Jamie Nguyen <jamien@nvidia.com>
|
Would we also want to include the IOMMU defaults we have set for linux-nvidia? |
That was the intent, but I do see some diffs between this PR and 6.17(-devel): A few of these aren't relevant to us, but should I get these ones to match? And then I think |
|
|
||
| # Enable panic on oops for debugging | ||
| CONFIG_PANIC_ON_OOPS=y | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should remove the debug configs to keep this clean.
I should have been more specific, I actually meant these specific IOMMU settings: As for the others that you shared... I'm not following what you are comparing against here when you say changed from "enabled to disabled" or "disabled to enabled". Are you referring to the upstream defconfig changing between 6.17 and 6.18? Probably easier to discuss in person next week. =) |
|
For Vera we'd also want these: FYI, this one was already in defconfig via Besar's patch and can be removed from nvidia.config: |
Create config fragment for NVIDIA platforms, meant to be used in conjunction with defconfig:
The configs are meant to enable Grace and Vera platforms. They are largely based on what we've documented in: https://docs.nvidia.com/dccpu/patches-config-guide/index.html.
Testing done:
./scripts/kconfig/merge_config.sh arch/arm64/configs/defconfig arch/arm64/configs/nvidia.config.nvidia.configare present.TODO: