Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-15 | x86: Adjust board_r.c for x86 | Simon Glass | |
For x86 the global_data is managed entirely by the start.S code so we do not need to touch it. However, we do have some more initcalls to add. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2013-03-15 | Adjust board_r.c for ppc | Simon Glass | |
This adds ppc features to the generic post-relocation board init. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2013-03-15 | Introduce generic post-relocation board_r.c | Simon Glass | |
This file handles common post-relocation init for boards which use the generic framework. Signed-off-by: Simon Glass <sjg@chromium.org> |