Hi,
Am 14.06.2018 um 04:32 schrieb Michael Mrozek EvilDragon@openpandora.org:
This question is probably mostly aimed at aTc:
Right now, you only provide precompiled U-Boot binaries in the OS. Nowhere on gitlab have I found where the sources for those are.
I know we've got at least one developer experienced with U-Boot now at this mailing list.
Could you please point us to the sources of the U-Boot we use?
I also think we should put the Pyra-U-Boot sources to our gitlab so we can start adding Pyra-Specific stuff (bootlogo, mini charger, menu, etc.) to it.
Well, you can't add this to U-Boot. U-Boot can't drive a MIPI display (unless you back-port a lot of thing from kernel to u-boot).
So this should all go to the inird where you can load the panel driver kernel module.
The task of U-Boot is to get the inird up and running as fast as possible.
This means that there should be a project (incl. git repo) to build such an initrd.
BR, Nikolaus