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.
ATF update
This updates nanopi-r5s to ATF 2.12.0 as it was just released
and the first table version after LTS ( 2.10).
2.12 is needed for the Turing RK1 as it is the first version
that will not need any additional patches.
RKBIN update
This also updates the rkbin commit, which means nano-r5s is forced to have a new version.
Turing RK1
U-Boot has a patch for generating SPI images (needed for the eMMC
when booting from NVMe).
U-Boot has a KASLR patch, which enables passing thru seed to EFI
so the kernel has enough seed at boot to enable KASLR.
The RKBIN for RK3588 DDR initialisation is patched as it needs
a different baudrate for the internal comport to the Turing Pi.
Without it,
tpi uart
will not work. (reading console fromthe turing pi channel with the RK1)
The UART id is changed to 9 to prevent dev name problems.
Still to be done:
Fixes siderolabs/talos#8187