Skip to content
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

dts: msm8974: hammerhead: fix msm-id overrides #284

Conversation

wonderfulShrineMaidenOfParadise
Copy link
Contributor

No description provided.

@stephan-gh
Copy link
Member

Can you explain what exactly you are fixing here? What is the problem with the current definitions? How do your changes help? Please extend the commit message. :)

@wonderfulShrineMaidenOfParadise
Copy link
Contributor Author

I am not sure how to describe the commit. The point is to improve the readability and reduce quirks.

@@ -7,9 +7,12 @@

/ {
// This is used by the bootloader to find the correct DTB
qcom,msm-id = <0x7e 0x96 0x20002 0x2b>;
qcom,msm-id = <126 150 0x20002>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the part I'm mainly confused about. If I remember correctly the original bootloader on hammerhead wants to have this msm-id with 4 elements since the 0x2b at the end encodes the board revision. Are you saying that it's not actually necessary to boot lk2nd?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"To boot lk2nd from original bootloader", no.
The original bootloader also boots qcom,msm-id = <126 150 0x20002>;/qcom,msm-id = <0x7e 0x96 0x20002>;.

However, "to boot lk2nd from lk2nd", it's currently not possible yet, since it gets confused with the dtbs.
#285

"To boot downstream boot/recovery image from lk2nd", aa6713e is still required. And proper msm-id/board-id are also required to find proper dtbs.

@TravMurav TravMurav deleted the branch msm8916-mainline:master May 27, 2024 13:33
@TravMurav TravMurav closed this May 27, 2024
@wonderfulShrineMaidenOfParadise wonderfulShrineMaidenOfParadise deleted the msm8974-lge-hammerhead branch June 21, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants