-
Notifications
You must be signed in to change notification settings - Fork 126
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
fix: kexec on rpi4 #375
Merged
Merged
fix: kexec on rpi4 #375
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
Fixes kexec on RPI4 by enabling PSCI Ref: - http://infocenter.arm.com/help/topic/com.arm.doc.den0022d/Power_State_Coordination_Interface_PDD_v1_1_DEN0022D.pdf - https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/rpi4.rst Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
commented
Dec 27, 2021
@@ -52,7 +53,6 @@ steps: | |||
tar -xzf arm-trusted-firmware.tar.gz --strip-components=1 -C ${RK3399_ARM_TRUSTED_FIRMWARE} | |||
cd ${RK3399_ARM_TRUSTED_FIRMWARE} | |||
patch -p0 < /pkg/rockpi4/patches/platform.mk.patch | |||
patch -p1 < /pkg/rockpi4/patches/sram.patch |
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.
andrewrynhard
approved these changes
Dec 27, 2021
smira
approved these changes
Dec 27, 2021
Unix4ever
approved these changes
Dec 27, 2021
/m |
frezbo
added a commit
to frezbo/talos
that referenced
this pull request
Dec 27, 2021
Fixes kexec on RPI4 Since BL31 is now enabled `talosctl shutdown` puts the Pi in a low power state instead of rebooting Ref: siderolabs/pkgs#375 Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this pull request
Dec 27, 2021
Fixes kexec on RPI4 Since BL31 is now enabled `talosctl shutdown` puts the Pi in a low power state instead of rebooting Ref: siderolabs/pkgs#375 Signed-off-by: Noel Georgi <git@frezbo.dev>
frezbo
added a commit
to frezbo/talos
that referenced
this pull request
Dec 27, 2021
Fixes kexec on RPI4 Since BL31 is now enabled `talosctl shutdown` puts the Pi in a low power state instead of rebooting Ref: siderolabs/pkgs#375 Signed-off-by: Noel Georgi <git@frezbo.dev>
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.
Fixes kexec on RPI4 by enabling PSCI
Ref:
Signed-off-by: Noel Georgi git@frezbo.dev
Additional changes required in github.com/talos-systems/talos/