Re: [U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

2013-01-18 Thread Lucas Stach
Am Donnerstag, den 01.11.2012, 16:42 -0700 schrieb Simon Glass: 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

Re: [U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

2013-01-18 Thread Simon Glass
Hi Lucas, On Fri, Jan 18, 2013 at 4:06 AM, Lucas Stach d...@lynxeye.de wrote: Am Donnerstag, den 01.11.2012, 16:42 -0700 schrieb Simon Glass: 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

Re: [U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

2012-11-06 Thread Simon Glass
Hi Wolfgang, On Sat, Nov 3, 2012 at 5:30 AM, Wolfgang Denk w...@denx.de wrote: Dear Simon Glass, In message 1351813330-23741-5-git-send-email-...@chromium.org you wrote: This option delays loading of the environment until later, so that only the default environment will be available to

Re: [U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

2012-11-03 Thread Wolfgang Denk
Dear Simon Glass, In message 1351813330-23741-5-git-send-email-...@chromium.org you wrote: 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.

[U-Boot] [PATCH 05/10] arm: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading

2012-11-01 Thread Simon Glass
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