mbox series

[fixes,0/3] MIPS: Loongson64: Fix some long-term issues

Message ID 20231101-loongson64_fixes-v1-0-2a2582a4bfa9@flygoat.com (mailing list archive)
Headers show
Series MIPS: Loongson64: Fix some long-term issues | expand

Message

Jiaxun Yang Nov. 1, 2023, 11:39 a.m. UTC
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>
---
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                         |  9 ++++-
 arch/mips/loongson64/init.c                        | 47 ++++++++++++++--------
 4 files changed, 48 insertions(+), 19 deletions(-)
---
base-commit: 9c2d379d63450ae464eeab45462e0cb573cd97d0
change-id: 20231101-loongson64_fixes-0afb1b503d1e

Best regards,