device/device-lg-bullhead: disable 2 cpu's to prevent bootlooping
Quite a few Nexus 5X devices have the tendency to bootloop after a while of being on, iirc because it overheats. This has been a known issue for quite some time, and most Android ROM's for it have measures in place to prevent this, in the form of disabling some CPU cores (iirc "Big cores" or something like that). My Nexus 5X is also subject to this issue.
According to @craftyguy, resolving this is as easy as changing the boot command to not use those CPU cores. This PR does exactly that. It should probably be made optional for people with this device without that issue, but since I have no clue how to do that atm, this is the safest for now.
Merge request reports
Activity
added 1 commit
- 9d46b664 - device/device-lg-bullhead: disable 2 cpu's to prevent bootlooping
By Bart Ribbers on 2019-01-09T19:38:19
Change looks good to me. @PureTryOut: just to make sure, have you tested, that it still boots?
By Oliver Smith on 2019-01-10T08:58:42
Huh, it seems I can't actually create a device image anymore to test this. Made #166 (closed) for it.
By Bart Ribbers on 2019-01-11T00:00:39
mentioned in commit 0746e147
By Bart Ribbers on 2019-01-23T08:55:53
added 48 commits
-
9d46b664...dca30e4e - 47 commits from branch
master
- 0746e147 - device/device-lg-bullhead: disable 2 cpu's to prevent bootlooping (!139 (merged))
By Oliver Smith on 2019-01-23T08:55:53
-
9d46b664...dca30e4e - 47 commits from branch
enabled an automatic merge when the pipeline for 0746e147 succeeds
By Oliver Smith on 2019-01-23T08:56:19
mentioned in commit 0d0fc75f
By Bart Ribbers on 2019-02-14T19:42:55