commit | 2175e76a51e53798ee4e19903b368a7e6c98356a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jan 06 08:52:33 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 16 18:26:50 2023 -0500 |
tree | 4a21d37ed1f38bd596a8e2a7c6a112b4d23f4bae | |
parent | 0e38bd848d41bcfc7a113603ee37805016a09a42 [diff] |
bootstd: Read the Operating System name for distro/scripts 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 <sjg@chromium.org>