commit | 5689ff1d3d3e03e52958cc8ec24442d80b730f3a | [log] [tgz] |
---|---|---|
author | Tien Fong Chee <tien.fong.chee@intel.com> | Thu Jan 31 19:34:13 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Mon Apr 22 18:12:58 2019 -0400 |
tree | e2351a2fca5d56fbb34d97e57f94bbb25329cf60 | |
parent | f7d6b07fa1aea1023da982eb4239704e3bf22274 [diff] |
misc: fs_loader: Add support for initializing block device Firmware loader would encounter problem if the block device is accessed before initializing it. This patch would adding the support of probing block device and initializing block before the block device is accessed by firmware loader. Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>