Re: [PATCH] starfive: visionfive2: switch to standard boot

2024-03-27 Thread E Shattow
Hi, does this standard boot no longer try to boot from the configured EFI list? I have a boot listing (for Debian's grub EFI loader) configured with u-boot eficonfig but it does not seem to be attempting EFI boot anymore, there is a message about card select error but I think that must be trying th

Re: [PATCH] starfive: visionfive2: switch to standard boot

2024-03-18 Thread Milan P . Stanić
On Thu, 2024-03-14 at 13:04, Nam Cao wrote: > On 13/Mar/2024 Milan P. Stanić wrote: > > On Wed, 2024-02-21 at 13:00, Nam Cao wrote: > > > Distro boot scripts are deprecated. Use standard boot instead. > > I had to enable 'CONFIG_CMD_SYSBOOT=y' in > > configs/starfive_visionfive2_defconfig because

Re: [PATCH] starfive: visionfive2: switch to standard boot

2024-03-14 Thread Nam Cao
On 13/Mar/2024 Milan P. Stanić wrote: > On Wed, 2024-02-21 at 13:00, Nam Cao wrote: > > Distro boot scripts are deprecated. Use standard boot instead. > I had to enable 'CONFIG_CMD_SYSBOOT=y' in > configs/starfive_visionfive2_defconfig because it doesn't boot without > it. With this option it boo

Re: [PATCH] starfive: visionfive2: switch to standard boot

2024-03-13 Thread Milan P . Stanić
On Wed, 2024-02-21 at 13:00, Nam Cao wrote: > Distro boot scripts are deprecated. Use standard boot instead. I had to enable 'CONFIG_CMD_SYSBOOT=y' in configs/starfive_visionfive2_defconfig because it doesn't boot without it. With this option it boots fine with this patch. Tested on u-boot version

Re: [PATCH] starfive: visionfive2: switch to standard boot

2024-03-11 Thread Leo Liang
On Wed, Feb 21, 2024 at 01:00:14PM +0100, Nam Cao wrote: > Distro boot scripts are deprecated. Use standard boot instead. > > Signed-off-by: Nam Cao > --- > configs/starfive_visionfive2_defconfig | 2 +- > include/configs/starfive-visionfive2.h | 14 +- > 2 files changed, 2 insertio

[PATCH] starfive: visionfive2: switch to standard boot

2024-02-21 Thread Nam Cao
Distro boot scripts are deprecated. Use standard boot instead. Signed-off-by: Nam Cao --- configs/starfive_visionfive2_defconfig | 2 +- include/configs/starfive-visionfive2.h | 14 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/configs/starfive_visionfive2_defco