History log of /rk3399_rockchip-uboot/arch/x86/include/asm/cpu.h (Results 26 – 29 of 29)
Revision Date Author Comments
# 2c54cb55 29-Oct-2014 Tom Rini <trini@ti.com>

Merge git://git.denx.de/u-boot-x86


# 200182a7 10-Oct-2014 Simon Glass <sjg@chromium.org>

x86: Add support for starting 64-bit kernel

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.

S

x86: Add support for starting 64-bit kernel

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>

show more ...


# 92cc94a1 10-Oct-2014 Simon Glass <sjg@chromium.org>

x86: Display basic CPU information on boot

Display the type of CPU (x86 or x86_64) when starting up.

Signed-off-by: Simon Glass <sjg@chromium.org>


# 7bddac94 10-Oct-2014 Simon Glass <sjg@chromium.org>

x86: Move paging functions into cpu.c

These functions really don't belong in physmem as they relate to the
cpu. Move them.

Signed-off-by: Simon Glass <sjg@chromium.org>


12