-
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
arm32 support for UFIs #329
base: msm8916/6.5.2
Are you sure you want to change the base?
arm32 support for UFIs #329
Conversation
4e0222a
to
7ab90fa
Compare
Would appreciate if you send this upstream after testing. |
ARM32 dts commit style is |
Sure.
Will fix later. |
All of them already have arm64 support in mainline. But for the following reasons, it might be appropriate to add arm32 aupport: 1. arm64 is only supoorted with an updated tz. It's quite dangerous to flash tz, and it will break the downstream Android system. 2. arm64 consumes more RAM than arm32, which can not be ignored due to only 512 MiB of RAM (~320MiB available) for these devices. So add arm32 support for them, even when arm64 is available. Signed-off-by: Yang Xiwen <[email protected]>
7ab90fa
to
6f1cddf
Compare
Read the relevant pmos wiki page pls. https://wiki.postmarketos.org/wiki/Zhihe_series_LTE_dongles_(generic-zhihe)
I have no idea actually. I've never booted a 32bit kernel and userspace yet. But most RAM are reserved for modem so you can try disable the modem if you don't need a cellular network. It'll free up ~80MB of RAM. |
All of them already have arm64 support in mainline. But for the following reasons, it might be appropriate to add arm32 aupport:
So add arm32 support for them, even when arm64 is available.
Not tested yet.