commit | a4bea1fba8fcd8980ee8e815eef78ab820b288b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Nov 06 15:21:28 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Nov 20 19:14:22 2018 -0700 |
tree | 79a2c64d0af0e26223cee82e2446b14c791927ec | |
parent | e550155c531f303c118adae85e1ad1ee0acf8e49 [diff] |
spl: Support bootstage, log, hash and early malloc in TPL At present these features are supported in SPL but not TPL. Update the Kconfig and Makefile to allow this. Also add a few Makefile comments to make earier to track what is going on. Signed-off-by: Simon Glass <sjg@chromium.org>