Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-28 | x86: Add support for starting 64-bit kernel | Simon Glass | |
Add code to jump to a 64-bit Linux kernel. We need to set up a flat page table structure, a new GDT and then go through a few hoops in the right order. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-10-28 | x86: Display basic CPU information on boot | Simon Glass | |
Display the type of CPU (x86 or x86_64) when starting up. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
2014-10-28 | x86: Move paging functions into cpu.c | Simon Glass | |
These functions really don't belong in physmem as they relate to the cpu. Move them. Signed-off-by: Simon Glass <sjg@chromium.org> |