[PATCH v3 4/6] board: starfive: support Milk-V Mars board
Leo Liang
ycliang at andestech.com
Mon Apr 8 12:44:28 CEST 2024
On Tue, Apr 02, 2024 at 10:49:10AM +0200, Heinrich Schuchardt wrote:
> The differences between the Milk-V Mars board and the VisionFive 2 board
> are small enough that we can support both using the same U-Boot build.
>
> * The model and compatible property are taken from proposed Linux patches.
> * The EEPROM is atmel,24c02 according to the vendor U-Boot.
> * The second Ethernet port is not available.
>
> usb at 10100000 does not exist in U-Boot yet. So we don't have to reflect
> differences in usage here.
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
> ---
> For the mmc card-detect a separate patch has been created:
> https://lore.kernel.org/u-boot/20240328214615.21501-1-heinrich.schuchardt@canonical.com/
>
> v3:
> Replace misplaced starfive_verb[i] by milk_v_mars[i].
> v2:
> do not overwrite /soc/i2c at 12050000/eeprom at 50/compatible
> ---
> board/starfive/visionfive2/spl.c | 99 ++++++++++++++++++++++++++++----
> 1 file changed, 87 insertions(+), 12 deletions(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list