Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-13 | x86: Declare global_data pointer when it is used | Simon Glass | |
Several files use the global_data pointer without declaring it. This works because the declaration is currently a NOP. But still it is better to fix this so that x86 lines up with other archs. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2012-01-04 | x86: Move do_go_exec() out of board.c | Graeme Russ | |
-- Changes for v2: - None |