linux-postmarketos-exynos4: disable or convert options to modules
To make boot.img smaller. With changes in pmaports!5544 we get a boot.img larger than the boot partition (8 MB). With these changes we are down to around 7.8 MB, and hence have some margin again.
Noteable config changes:
- Disable max14577/max77836 stuff, is only used by some Exynos 3 devices
- Disable tps65090 driver and a few SND_SOC options that are only used by Exynos 5 devices
Tested on exynos4210-i9100 and exynos4412-m3, boots fine as long as rtc's and regulators are built-in. Still needs to be tested on exynos4412-odroid-u2 and one of the tablets and note devices, so draft for now.
This MR replaces the linux-postmarketos-exynos4 changes in https://gitlab.com/postmarketOS/pmaports/-/merge_requests/5544.
CC: @Newbyte, @knuxify
Merge request reports
Activity
- Resolved by Administrator
added 1 commit
- 6798d975 - linux-postmarketos-exynos4: add zstd to makedepends
By Henrik Grimler on 2024-09-08T07:24:50
While I would leave
CONFIG_DEBUG_FS
on, since it's useful for some utilities (I thinkpowertop
needs it iirc?), that's a fairly niche use case and we need all the space we can get. I'm fine with having it off.By knuxify on 2024-09-08T13:38:24
Edited by AdministratorWorks fine on odroid-u2 as well, so let's ship this. Thanks for testing&reviewing @Newbyte, @knuxify and @longnoserob !
By Henrik Grimler on 2024-09-09T20:26:39
added 10 commits
-
6798d975...bb7b69d4 - 8 commits from branch
postmarketOS:master
- 82c50b22 - linux-postmarketos-exynos4: disable or convert options to modules (MR 5569)
- 606d69fc - linux-postmarketos-exynos4: add zstd to makedepends (MR 5569)
By Henrik Grimler on 2024-09-09T20:28:43
-
6798d975...bb7b69d4 - 8 commits from branch
enabled an automatic merge when all merge checks for 606d69fc pass
By Henrik Grimler on 2024-09-09T20:33:08
added category::device type::fix labels
added device-category::community label
mentioned in issue #3232
By Newbyte on 2024-10-05T09:35:11