-
Notifications
You must be signed in to change notification settings - Fork 71
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
Integration of mainline kernel to jetpack-nixos #224
Open
vadika
wants to merge
74
commits into
anduril:master
Choose a base branch
from
tiiuae:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
* Jetpack 5.1.2 -> 5.2.3 * l4t 35.4.1 -> 35.5.0 * kernel: 5.10.120(-rt70) -> 5.10.192(-rt96) * * OE4T: oe4t-patches-l4t-r35.4.ga (2023-09-27) -> oe4t-patches-l4t-35.5.0 (2024-03-08) * * Remove BTF patches fixed in OE4T/linux-tegra-5.10@c5006ab * nvidia-display-driver: fix sourceRoot * board-automation: remove python 2-> 3 patch (upstream uses python3 now) * flash-tools: update flash-tools.patch * jetson-benchmarks: 43892b9 -> c029c7d * multimedia-samples: enable separateDebugInfo * edk2: update to match l4tVersion * edk2-(platforms,non-osi,nvidia-non-osi): update to match l4tVersion * edk2-nvidia: r35.4.1-updates (2023-08-07) -> r35.5.0-updates (2024-03-08) * * remove obsolete fix-disabled-serial.patch (Upstream PR#68 merged) * * vendor Eqos TX clock name patch (Upstream PR#76 still open) * * remove obsolete edk2-uefi-dtb.patch (upstream fix in e81614999) * edk2-jetson: update to match l4tVersion * * Switch to nixpkgs OpenSSL (1.1.1t -> 3.0.x) * * remove obsolete edk2 openssl patches
Re-enable DMI so DMI_SYSFS is also re-enabled so firmware version can be checked from userspace sysfs.
* Allow configuring EKB and SSK FV values. * Allow enable/disable of test keys via CFG_TEGRA_SE_USE_TEST_KEYS.
* Remove 0009-Revert-random-use-static-branch-for-crng_ready.patch * * Patch is already present in upstream src now.
Signed-off-by: juliuskoskela <[email protected]>
Changed kernel input to kernel.org ref 6.8.10
main -> master merge
Since we aren't always using flash-tools on x86_64-linux, using pre-built dtc and fdtoverlay for x86_64-linux doesn't always work. We should prefer the dtc package that we provide with nix over the pre-built ones nvidia provides.
Signed-off-by: Tanel Dettenborn <[email protected]>
Signed-off-by: Tanel Dettenborn <[email protected]>
Signed-off-by: vadik likholetov <[email protected]>
Signed-off-by: Tanel Dettenborn <[email protected]>
Signed-off-by: juliuskoskela <[email protected]>
…ssage Signed-off-by: juliuskoskela <[email protected]>
Signed-off-by: juliuskoskela <[email protected]>
Signed-off-by: juliuskoskela <[email protected]>
…m evaluating Signed-off-by: juliuskoskela <[email protected]>
Signed-off-by: Tanel Dettenborn <[email protected]>
Signed-off-by: Tanel Dettenborn <[email protected]>
TODO: Is this patch still needed? Signed-off-by: Tanel Dettenborn <[email protected]>
Signed-off-by: Tanel Dettenborn <[email protected]>
ready to pull from Draft stage, testing is appreciated ) |
Use git insteadOf to change subhook url from https://github.com/Zeex/subhook to https://github.com/tianocore/edk2-subhook because old url is no longer available. Signed-off-by: Juan Pablo Ruiz <[email protected]>
UnitTestFrameworkPkg: Use TianoCore mirror of subhook submodule
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.
Description of changes
Testing