VIMs Ubuntu 18.04 V181030

Already updated. https://github.com/khadas/fenix/tree/master/packages/linux-mainline/patches/5.0.4

You can find the kernel code here: GitHub - numbqq/linux: Linux kernel for Khadas VIMs

Can I use the same kernel for manjaro arch linux?

I think it should be OK.

Wow thats a long list of patches.

I will compile it today.
Thanks for the quick reply.

Also want to ask what is the bootloader i need to make it boot to arch?

Maybe you can use this source code with all patches patched: GitHub - numbqq/linux: Linux kernel for Khadas VIMs

Do you have tar.xz of the kernel?

I tried compiling your kernel and got the below error.

    In file included from arch/arm64/boot/dts/allwinner/sun50i-a64-amarula-relic.dts:9:
    arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi:45:10: fatal error: dt- 
    bindings/clock/sun50i-a64-ccu.h: No such file or directory
 #include <dt-bindings/clock/sun50i-a64-ccu.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [scripts/Makefile.lib:297: arch/arm64/boot/dts/allwinner/sun50i-a64-amarula-relic.dtb] Error 1
make[1]: *** [scripts/Makefile.build:492: arch/arm64/boot/dts/allwinner] Error 2
make: *** [Makefile:1222: dtbs] Error 2
make: *** Waiting for unfinished jobs....
==> ERROR: A failure occurred in build().
    Aborting...
==> !!!!! Package failed to build !!!!!
  -> Cleaning build files from rootfs

Add a patch that eliminates the build of unnecessary DTBS.