On Tue, Nov 07, 2023 at 11:15:17AM +0000, Jiaxun Yang wrote:
Hi all,
This series fixes some long-term issues in kernel that preventing some machine from work properly.
Hopefully that will rescue some system in wild :-)
Thanks
Signed-off-by: Jiaxun Yang jiaxun.yang@flygoat.com
Changes in v2:
- Typo and style fixes
- Link to v1: https://lore.kernel.org/r/20231101-loongson64_fixes-v1-0-2a2582a4bfa9@flygoa...
Jiaxun Yang (3): MIPS: Loongson64: Reserve vgabios memory on boot MIPS: Loongson64: Enable DMA noncoherent support MIPS: Loongson64: Handle more memory types passed from firmware
arch/mips/Kconfig | 2 + arch/mips/include/asm/mach-loongson64/boot_param.h | 9 ++++- arch/mips/loongson64/env.c | 10 ++++- arch/mips/loongson64/init.c | 47 ++++++++++++++-------- 4 files changed, 49 insertions(+), 19 deletions(-)
series applied to mips-fixes.
Thomas.