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

[experimental-tmp] Add Nokia Lumia msm8x26 range of devices #222

Open
wants to merge 1 commit into
base: experimental-tmp
Choose a base branch
from

Conversation

FieryFlames
Copy link
Contributor

New version of #157

This PR adds a proper device tree with all Nokia msm8x26 devices. Some of these have variants that come with msm8926 instead of msm8226 (and I think the 830 only comes with msm8926) but I don't think it's worth adding a msm8926-v1-mtp.dts that would be identical.

These devices boot lk2nd differently to other devices, as they use a UEFI bootloader which we break out of using a shim. They need the device tree bundling in with LK2ND_BUNDLE_DTB=msm8226-v1-mtp.dtb and the compatible setting with LK2ND_COMPATIBLE=<device compatible>. They also need a different MEMBASE, 0x01D00000 or 0x07300000 is what have worked for me.

Last PR was talking about putting some build instructions in README and having a comment about these devices in the dts. Not super sure what to put in the dts, what I put previously apparently had weird format?

@wonderfulShrineMaidenOfParadise
Copy link
Contributor

When LK2ND_COMPATIBLE=<device compatible> is required, it might need some documentations or comments in the files.

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.

2 participants