[PATCH v2 0/4] LoongArch: Bootloader interface fixes

Jiaxun Yang posted 4 patches 1 year, 8 months ago
There is a newer version of this series
arch/loongarch/include/asm/stackframe.h  | 2 +-
arch/loongarch/kernel/head.S             | 2 +-
arch/loongarch/kernel/setup.c            | 6 ++++--
arch/loongarch/kernel/smp.c              | 5 ++++-
drivers/firmware/efi/libstub/loongarch.c | 2 +-
5 files changed, 11 insertions(+), 6 deletions(-)
[PATCH v2 0/4] LoongArch: Bootloader interface fixes
Posted by Jiaxun Yang 1 year, 8 months ago
Hi all,

This series fixed some issues on bootloader - kernel
interface.

The first two fixed booting with devicetree, the last two
enhanced kernel's tolerance on different bootloader implementation.

Please review.

Thanks

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
Changes in v2:
- Enhance PATCH 3-4 based on off list discussions with Huacai & co.
- Link to v1: https://lore.kernel.org/r/20240521-loongarch-booting-fixes-v1-0-659c201c0370@flygoat.com

---
Jiaxun Yang (4):
      LoongArch: Fix built-in DTB detection
      LoongArch: smp: Add all CPUs enabled by fdt to NUMA node 0
      LoongArch: Fix entry point in image header
      LoongArch: Override higher address bits in JUMP_VIRT_ADDR

 arch/loongarch/include/asm/stackframe.h  | 2 +-
 arch/loongarch/kernel/head.S             | 2 +-
 arch/loongarch/kernel/setup.c            | 6 ++++--
 arch/loongarch/kernel/smp.c              | 5 ++++-
 drivers/firmware/efi/libstub/loongarch.c | 2 +-
 5 files changed, 11 insertions(+), 6 deletions(-)
---
base-commit: 124cfbcd6d185d4f50be02d5f5afe61578916773
change-id: 20240521-loongarch-booting-fixes-366e13e7ca55

Best regards,
-- 
Jiaxun Yang <jiaxun.yang@flygoat.com>