LOL:
uh oh my touch driver works, this is a bad sign
One more U-Boot port done and fully working ๐Ÿฅณ Since SM8150 is supported upstream already, this was quite literally just writing a rather simple devicetree :) image
perfect time to grab my USB keyboard to finally set up my phone /hj image
TIL: Ever wanted to compress data or use cryptographic algorithms but you don't want to link to C libraries or you're just plain lazy? The Linux kernel has you covered! Create a socket of type AF_ALG, bind to your favorite algorithm, send() in your data and recv() it back! This seems to support deflate, SHA, RSA and some more on ppc64le and additionally even zstd, chacha, lzo, hmac and more on ARM!
@npub1w2v5...20de and me had some time today to continue our work on U-Boot + Mainline for the RK3588S2 Radxa CM5 IO - it now boots to system with EFI and the only proprietary component on the way there being the DRAM init. Way to go!