Skip to content
Snippets Groups Projects
Commit 67e1ea26 authored by Doug Anderson's avatar Doug Anderson Committed by Gerald Van Baren
Browse files

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: default avatarGabe Black <gabeblack@google.com>
Signed-off-by: default avatarDoug Anderson <dianders@chromium.org>
Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 3b73459e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment