@claudiom cool article regarding #MNTReform!
https://arstechnica.com/gadgets/2022/01/review-mnt-reform-laptop-has-fully-open-hardware-and-software-for-better-or-worse/
I'm wondering what they mean with "simpler" when they talk about the #ARM based CPU/SoC #imx8mq.
I know #nxp as a good company, which supports the #opensource world and tries to make long lasting products. I think it's no coincidence that the same is used in #purism #librem5.
https://pad.hacc.space/green-hardware-ranking?view#Kodi--home-theater-pc-HTPC
Finally built a working #uboot package for the #mntreform using patches posted to u-boot a few days ago:
https://lists.denx.de/pipermail/u-boot/2021-December/469589.html
Unfortunately, it needs binary blobs for DDR initialization and for optional HDMI output from:
https://source.mnt.re/reform/reform-boundary-uboot
#atf (a.k.a. arm-trusted-firmware) for #iMX8MQ does not build successfully on #debian, so used a binary blob for that too.
Could be worse, could be better... it boots!
This is the jellyfish h264 demo on a #librem5 using the #imx8mq's #hantro VPU.
Using the CPU we take 300% of CPU time, using the VPU instead we take 10% (and even that can be optimized further). Using the VPU also saves ~1.5W of power. Thanks go to the #gstreamer and #linux kernel folks for making this possible!
@mntmn these NWL patches by Robert should make your DCSS hack to lower the input clock superfluous: https://lore.kernel.org/dri-devel/1598[email protected]/
The MIPI DSI host controller driver made it into linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=44cfc6233447cb2cf47aeb99457de35826a363f6 - more parts of the #librem5 's display stack are moving into place.