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

16 Sep
2023
16 Sep
'23
9:36 p.m.
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-jami...
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
606
Age (days ago)
606
Last active (days ago)
0 comments
1 participants
participants (1)
-
Shengyu Qu