angler: support Wi-Fi and graphics
Compare changes
Created by: zhuowei
With these patches, the Nexus 6P supports Wi-Fi and almost actually supports Weston.
Issues/questions:
while [ ! ]; do cat /sys/class/graphics/fb0/modes > /sys/class/graphics/fb0/mode; done
. Not sure how the Nexus 5 fixed this; I guess I can add a patch in Weston to automatically run this (or the equivalent ioctl) every frame. (With that command running, graphics work well.)Tested over an NFS mounted root, but it should work on regular devices.