Re: [PATCH 13/18] bootstd: Support automatically setting Linux parameters

2023-05-15 Thread Bin Meng
On Sat, Apr 29, 2023 at 3:26 AM Simon Glass wrote: > > Some Linux parameters can be set automatically by U-Boot, if it knows the > device being used. For example, since U-Boot knows the serial console > being used, it can add parameters for earlycon and console. > > Add support for this. > > Note

[PATCH 13/18] bootstd: Support automatically setting Linux parameters

2023-04-28 Thread Simon Glass
Some Linux parameters can be set automatically by U-Boot, if it knows the device being used. For example, since U-Boot knows the serial console being used, it can add parameters for earlycon and console. Add support for this. Note that this is an experimental feature and we will see how useful