Re: [PATCH v2 6/9] ixp4xx: Add a ixp4xx hardware crypto kernel module

2023-10-04 Thread Robert Marko
On Thu, 28 Sept 2023 at 15:29, Linus Walleij wrote: > > The IXP4xx crypto module must be loaded after the rootfs is > up as it depends on loading some NPE microcode from the file > system. > > Signed-off-by: Linus Walleij > --- > package/kernel/linux/modules/crypto.mk | 13 + >

[PATCH v2 6/9] ixp4xx: Add a ixp4xx hardware crypto kernel module

2023-09-28 Thread Linus Walleij
The IXP4xx crypto module must be loaded after the rootfs is up as it depends on loading some NPE microcode from the file system. Signed-off-by: Linus Walleij --- package/kernel/linux/modules/crypto.mk | 13 + target/linux/ixp4xx/Makefile | 1 + 2 files changed, 14