Skip to content
Snippets Groups Projects
Commit 05b71646 authored by Stefan Reinauer's avatar Stefan Reinauer Committed by Simon Glass
Browse files

x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

This option delays loading of the environment until later, so that only the
default environment will be available to U-Boot.

This can address the security risk of untrusted data being used during boot.

When CONFIG_DELAY_ENVIRONMENT is defined, it is convenient to have a
run-time way of enabling loadinlg of the environment. Add this to the
fdt as /config/delay-environment.

Note: This patch depends on http://patchwork.ozlabs.org/patch/194342/



Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarStefan Reinauer <reinauer@chromium.org>
parent 91d82a29
No related branches found
No related tags found
No related merge requests found
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