mbox series

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

Message ID TY3P286MB2611C04E3893A31204D9EFB598F5A@TY3P286MB2611.JPNP286.PROD.OUTLOOK.COM
Headers show
Series Fix memory size problem on Visionfive 2 | expand

Message

Shengyu Qu Sept. 16, 2023, 7:36 p.m. UTC
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(+)