]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fdt: Allow device tree to specify secure booting
authorDoug Anderson <dianders@chromium.org>
Thu, 25 Oct 2012 16:31:09 +0000 (16:31 +0000)
committerGerald Van Baren <gvb@unssw.com>
Tue, 13 Nov 2012 04:14:57 +0000 (23:14 -0500)
commit67e1ea26e89e19a550d86d6408f39d815eedaa7f
treefca9c04ffdf30b650a13a0c8528fdcc7b54f771f
parent3b73459ea3421e9f8c6c8c62e1d3fe458ca5bc56
fdt: Allow device tree to specify secure booting

When secure booting is chosen:
* The u-boot shell is never invoked during boot--we just do a simple
  table lookup to find the command.  This means we could even remove
  the shell parsing from u-boot and still be able to boot.
* The boot command can't be interruped.
* Failure doesn't cause us to fall back to the shell.

Signed-off-by: Gabe Black <gabeblack@google.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
common/main.c