Re: [PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets

2023-09-25 Thread Leo Liang
On Sat, Sep 23, 2023 at 01:53:30PM -0600, Simon Glass wrote: > Hi Leo, > > On Wed, 20 Sept 2023 at 06:46, Leo Liang wrote: > > > > On Mon, Sep 18, 2023 at 10:32:29AM +0200, Milan P. Stanić wrote: > > > boot from SDIO3.0 (mmc sdcard) first if it is plugged. > > > If mmc is not plugged try to boot

Re: [PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets

2023-09-23 Thread Simon Glass
Hi Leo, On Wed, 20 Sept 2023 at 06:46, Leo Liang wrote: > > On Mon, Sep 18, 2023 at 10:32:29AM +0200, Milan P. Stanić wrote: > > boot from SDIO3.0 (mmc sdcard) first if it is plugged. > > If mmc is not plugged try to boot from emmc if it is plugged. > > If emmc is not plugged then try to boot fro

Re: [PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets

2023-09-20 Thread Leo Liang
On Mon, Sep 18, 2023 at 10:32:29AM +0200, Milan P. Stanić wrote: > boot from SDIO3.0 (mmc sdcard) first if it is plugged. > If mmc is not plugged try to boot from emmc if it is plugged. > If emmc is not plugged then try to boot from nvme. > > Signed-off-by: Milan P. Stanić > --- > include/config

[PATCH 1/1] starfive: visionfive2: add mmc0 and nvme boot targets

2023-09-18 Thread Milan P . Stanić
boot from SDIO3.0 (mmc sdcard) first if it is plugged. If mmc is not plugged try to boot from emmc if it is plugged. If emmc is not plugged then try to boot from nvme. Signed-off-by: Milan P. Stanić --- include/configs/starfive-visionfive2.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/