]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Permit bootstage and timer data to be used prior to relocation
authorSimon Glass <sjg@chromium.org>
Thu, 28 Feb 2013 19:26:12 +0000 (19:26 +0000)
committerSimon Glass <sjg@chromium.org>
Mon, 4 Mar 2013 23:57:36 +0000 (15:57 -0800)
commitbc2df1afb92435da6fb16310dac6b722bfaade9f
treecd10c393aba37399a0e80a3045a0543e44176003
parent8937140957eb91060b766781bb3a9e2b191529a5
x86: Permit bootstage and timer data to be used prior to relocation

It is useful to be able to access the timer before U-Boot has relocated
so that we can fully support bootstage.

Add new global_data members to support this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/coreboot/coreboot.c
arch/x86/cpu/interrupts.c
arch/x86/include/asm/global_data.h
arch/x86/lib/timer.c