Draft: Add support for ST-Ericsson NovaThor U8500
See individual commits for more information.
Draft because this is untested and I'm not sure the implementation is right. This path probably only works on Samsung devices, and yet it assumes that all devices with the st-ericsson,u8500 compatible have it.
Related: https://gitlab.com/postmarketOS/pmaports/-/issues/2173
Merge request reports
Activity
added type::feature label
added 1 commit
- bbcc9f44 - bootmac: Only set up MAC if respective variable is set
By Newbyte on 2023-06-28T14:08:27
added 1 commit
- b898b8f9 - bootmac: Only set up MAC if respective variable is set
By Newbyte on 2023-06-28T14:10:46
If U-Boot can read those partitions it might be nicer to read them from there and then patch the device tree. That way it works on all distributions by default and it's also Samsung-specific (since the U-Boot port covers all the Samsung U8500 devices only).
By Minecrell on 2023-07-11T19:58:06
Yeah makes perfect sense, we probably should add some template default 00:00:00... MAC to the DTS with the comment that it shall be overwritten by the boot loader. Look at my commit for the display detection for how we augment the device tree i U-Boot: https://github.com/u-boot/u-boot/blob/master/board/ste/stemmy/stemmy.c
By Linus Walleij on 2023-07-12T20:54:30