commit | a774eb5e4ebe40c1887b4b701c2d01a301cf7556 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Sep 28 08:56:38 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Wed Oct 03 00:52:40 2012 +0200 |
tree | 4f84a1a64b40859d58f1a47755e2e69339f94790 | |
parent | 0fa36a43bb26f97bb7b421878f4c9dbe435c0efa [diff] |
bootstage: Add feature to stash/unstash bootstage info It is useful to be able to write the bootstage information to memory for use by a later utility, or the Linux kernel. Provide a function to do this as well as a function to read bootstage information back and incorporate it into the current table. This also makes it possible for U-Boot to chain to another U-Boot and pass on its bootstage information. Signed-off-by: Simon Glass <sjg@chromium.org>