Re: [PATCH 14/24] bootstd: Read the Operating System name for distro/scripts

2022-10-19 Thread Simon Glass
Hi Heinrich, On Mon, 17 Oct 2022 at 16:14, Heinrich Schuchardt wrote: > > On 10/17/22 22:29, Simon Glass wrote: > > Add the concept of an OS name to the bootflow. This typically includes the > > OS name, version and kernel version. > > > > Implement this for the distro and script bootmeths so tha

Re: [PATCH 14/24] bootstd: Read the Operating System name for distro/scripts

2022-10-17 Thread Heinrich Schuchardt
On 10/17/22 22:29, Simon Glass wrote: Add the concept of an OS name to the bootflow. This typically includes the OS name, version and kernel version. Implement this for the distro and script bootmeths so that it works with Armbian and older version of Fedora. How do you plan to detect the dist

[PATCH 14/24] bootstd: Read the Operating System name for distro/scripts

2022-10-17 Thread Simon Glass
Add the concept of an OS name to the bootflow. This typically includes the OS name, version and kernel version. Implement this for the distro and script bootmeths so that it works with Armbian and older version of Fedora. Signed-off-by: Simon Glass --- boot/bootflow.c| 1 + boot/bootm