[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 l

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

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 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 U-Boot. >

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 CONFIG_DELAY_E

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 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 security ri