commit | e890e8c4cbeb6b8ed27d48be946ecec03ef267e2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jan 17 10:47:57 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 23 18:11:40 2023 -0500 |
tree | a037f339ecbb0c521fff56cf65f58690fed3df70 | |
parent | 7638c85190dccc2dfacb86fc3b70deb165337b4b [diff] |
bootstd: Support reading the device tree with EFI With EFI booting the device tree is required but is not actually specified in any way. The normal method is to use a fdtfile environment variable to get the filename, then look for that file on the media. Implement this in the bootmeth. Signed-off-by: Simon Glass <sjg@chromium.org>