]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add a CBMEM timestamp generated right before the kernel startup.
authorVadim Bendebury <vbendeb@chromium.org>
Tue, 23 Oct 2012 18:04:34 +0000 (18:04 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 6 Dec 2012 22:30:39 +0000 (14:30 -0800)
commit3cdc18a8de1b67af0ef7357f9c07bc77a935045c
treeadde6128bd87b8c98abe461dcfd360d34459aacf
parent6dbe0cce3ffce8db8cffad7a16487ef9e3c95021
x86: Add a CBMEM timestamp generated right before the kernel startup.

To maintain the initialization state of the timestamp facility, thesq
pointer to the CBMEM section containing the timestamp table should be
kept in the .data section (so that it is maintained across u-boot
relocation).

Signed-off-by: Vadim Bendebury <vbendeb@chromium.org>
Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/include/asm/arch-coreboot/timestamp.h
arch/x86/lib/zimage.c