Borromini
Borromini
> CRYPTO_SM4_ARM64_CE_CCM CONFIG_CRYPTO_SM4_ARM64_CE_GCM I will add them to the A53 config, thanks. @robimarko Would you mind reviewing this? I'm curious about your take on the DTS vendor subdir issue as...
> @Borromini For the DTS path change, see how mediatek solved it [7d1145e](https://github.com/openwrt/openwrt/commit/7d1145ecb97b9c7f852714c7938771d80b2df4e8) @robimarko Thanks for the hint. I have added the if clause, which works for the upstream DTSes,...
I compile-tested both 6.1 and 6.6 and it won't. I can link the patch this evening for testing. A DTS dir seems cleaner to me than files-6.1 and files-6.6, IMHO?
Got it. Will do the files-6.1/6.6 split then.
@anomeome As per https://github.com/openwrt/openwrt/issues/14860, can you try compiling without `CONFIG_STRIP_KERNEL_EXPORTS`?
Thanks, tree did show indeed lots of other ARM targets already manipulated those symbols in their config files. PR is refreshed, using files-6.{1,6} as requested. @anomeome Not sure how to...
I've come to realise all changes thrown together in [one single commit](https://github.com/openwrt/openwrt/pull/14912/commits/35598b3486d4abf922562ec07de204e9e41ca636) is a bit annoying if troubleshooting is needed, any objections if I refresh this PR with the changes...
Done. Retested on my devices (WRT1200AC, RB5009UG+S+IN), all good.
> Regarding the dmesg output I sent, do you think we have to worry about the error messages related to phylink, if I am correct? Can you be more specific?...
> > not linked to eth0 > > it has separate SoC SerDes. Are you referring to the `&gmac1` entry in the DTS? You might be right about that, I...