[PATCH v1 0/2] Fix memory size problem on Visionfive 2

Shengyu Qu wiagn233 at outlook.com
Sat Sep 16 21:36:31 CEST 2023


Currently, we pass u-boot device tree to kernel on Starfive Visionfive 2
, and this is wrong since u-boot dts is not sync with Linux for this
board. Jami's patch[1] fixes this problem, but we are still sending
unmodified version to kernel that doesn't have a correct memory size
info. This series are based on Jami's work and provide a fix for that.

[1] https://patchwork.ozlabs.org/project/uboot/cover/20230911153253.20701-1-jamipkettunen@gmail.com/

Shengyu Qu (2):
  configs: visionfive2: Enable CONFIG_OF_BOARD_SETUP
  board: visionfive2: Fixup memory size passed to kernel

 board/starfive/visionfive2/starfive_visionfive2.c | 7 +++++++
 configs/starfive_visionfive2_defconfig            | 1 +
 2 files changed, 8 insertions(+)

-- 
2.42.0



More information about the U-Boot mailing list