commit | 2d424eb0cd6fc5c0060756e41feec3ec7e483678 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 15 18:43:55 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Nov 26 08:25:33 2018 -0500 |
tree | de325221d4d93c4cb9883cc60047fdf004ac8f44 | |
parent | cff887013147851e2199be7d31bfda034add7717 [diff] |
spl: Support hash, input, pch, pci, rtc, tpm in SPL At present these subsystems are only supported in U-Boot proper but it is sometimes necessary to support them in SPL, or even TPL. Update the Kconfig and Makefile to support this. Also adjust GPIO so that it can be used in TPL if required. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>