On 2022-12-31, Diederik de Haas wrote: > Grepping through the source of u-boot (upstream), I found the following: > arch/arm/include/asm/mach-types.h:#define MACH_TYPE_TF101 3640 > > Does this mean that u-boot upstream supports the Asus TF101? > If so, what is needed to get it enabled in Debian?
It does not look like it is supported upstream... > I haven't tried it yet, but apparently postmarketos supports it: > https://wiki.postmarketos.org/wiki/ASUS_Eee_Pad_Transformer_(asus-tf101) I would guess postmarketos is more willing to support vendor forks to get specific boards enabled... Reading some of the links referenced, sounds like the closest board supported in upstream u-boot might be configs/ventana_defconfig: https://github.com/grate-driver/linux/pull/23 The post was a little old (~2021), but referenced some things that might be useful in an upstream porting effort... So, in short, get it supported in upstream u-boot and then we can enable it in Debian. :) live well, vagrant