Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-17 | sandbox: Add main program | Simon Glass | |
Add a main program so that we can run U-Boot. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2011-10-17 | sandbox: Add OS dependent layer | Simon Glass | |
We want to keep all OS-dependent code in once place, with a simple interface to U-Boot. For now, this is that place. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2011-10-17 | sandbox: Add cpu files | Simon Glass | |
This is an initial implementation with all functions defined but not working. The lds file is very simple since we can mostly rely on the linker defaults. Signed-off-by: Simon Glass <sjg@chromium.org> |