Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-10 | imx8: cleanup framebuffer code | cinap_lenrek | |
We can get rid of a bunch of stuff now that we'r using a softscreen. Get rid of the static Memimage and Memdata for the framebuffer; just allocate gscreen as a memimage from the image pool. Avoid exporting fbraw pointer, just have screeninit() return it. Remove fbmemalloc() function. it used to create a write-thru mapping but given that we are no more reading the framebuffer, we can use ucalloc() instead. | |||
2022-06-11 | imx8: mainscreen turn on! | cinap_lenrek | |
supports the lcd panel and adds alot of infrastructure like for the ccm clock module and the i2c controllers. |