| Commit message (Collapse) | Author | Age |
|
|
|
| |
The dependency on these was removed in commit 8340d234.
|
|
|
|
|
| |
Also add instructions for updating `include/`. These files are now
only needed to build on Linux 4.9-based Tegra platforms.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Works around change in parameters to proc initialization functions
via a hacky function which rewrites the layout. This also required
making all the struct file_operations writable.
Also start reducing dependency on nvgpu headers.
Known issues:
- Incorrect message printed in log after module is loaded. Unclear
if this is because the register detection logic is broken, or if
the layout of the data at NV_MC_BOOT_0 has changed.
- Not tested
|
|
These are needed to build on NVIDIA's Jetson boards for the time
being. Only a couple structs are required, so it should be fairly
easy to remove this dependency at some point in the future.
|