Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-06 | x86: Add CONFIG_DELAY_ENVIRONMENT to delay environment loading | Stefan Reinauer | |
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: Simon Glass <sjg@chromium.org> Signed-off-by: Stefan Reinauer <reinauer@chromium.org> | |||
2012-01-04 | x86: Split init functions out of board.c | Graeme Russ | |
This patch moves towards reducing board.c to simply a set of init cores for the three initialisation phases (Flash, Flash/RAM, and RAM), a set of three init function arrays and a init function array processing function |