linux_riscv: Move patches to my Linux fork.

All patches there are also submitted upstream and will be removed if
rejected.

Also includes some fixes to get module loading working.
This commit is contained in:
Shea Levy
2018-02-23 05:53:31 -05:00
parent 0b0b5a5e28
commit cb025f2285
8 changed files with 7 additions and 229 deletions
-29
View File
@@ -73,33 +73,4 @@ rec {
};
};
riscv_modules = {
name = "riscv-modules";
patch = ./riscv-modules.patch;
};
# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000054.html
riscv_irq_busy = {
name = "riscv-irq-busy";
patch = ./riscv-irq-busy.patch;
};
# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000059.html
riscv_install = {
name = "riscv-install";
patch = ./riscv-install.patch;
};
# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000056.html
riscv_initrd = {
name = "riscv-initrd";
patch = ./riscv-initrd.patch;
};
# http://lists.infradead.org/pipermail/linux-riscv/2018-February/000058.html
riscv_initrd_free = {
name = "riscv-initrd-free";
patch = ./riscv-initrd-free.patch;
};
}