Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd

2021-10-28 Thread Tom Rini
On Thu, Oct 28, 2021 at 11:16:31AM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 28 Oct 2021 at 10:43, Tom Rini wrote: > > > > On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > > > > > Switch this over, for testing purposes. > > > > > > Signed-off-by: Simon Glass > > [snip] > > >

Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd

2021-10-28 Thread Simon Glass
Hi Tom, On Thu, 28 Oct 2021 at 10:43, Tom Rini wrote: > > On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > > > Switch this over, for testing purposes. > > > > Signed-off-by: Simon Glass > [snip] > > #define CONFIG_EXTRA_ENV_SETTINGS \ > > "dhcpuboot=usb start; dhcp u-boot.ui

Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd

2021-10-28 Thread Tom Rini
On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > Switch this over, for testing purposes. > > Signed-off-by: Simon Glass [snip] > #define CONFIG_EXTRA_ENV_SETTINGS \ > "dhcpuboot=usb start; dhcp u-boot.uimg; bootm\0" \ > + "boot_targets=mmc0 mmc1 usb0 pxe dhcp\0" \ So, b

Re: [PATCH v2 41/41] RFC: Switch rpi over to use bootstd

2021-10-28 Thread Tom Rini
On Sat, Oct 23, 2021 at 05:26:35PM -0600, Simon Glass wrote: > Switch this over, for testing purposes. > > Signed-off-by: Simon Glass [snip] > + "ramdisk_addr_r=0x0270\0" \ > + "ethaddr=b8:27:eb:a6:61:e1\0" I know this is just testing, but, you cannot hard-code the ethaddr to the en

[PATCH v2 41/41] RFC: Switch rpi over to use bootstd

2021-10-23 Thread Simon Glass
Switch this over, for testing purposes. Signed-off-by: Simon Glass --- (no changes since v1) boot/Kconfig | 3 ++- include/configs/rpi.h | 41 - 2 files changed, 6 insertions(+), 38 deletions(-) diff --git a/boot/Kconfig b/boot/Kconfig index 2