mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This change turns on the code which allows u-boot to add timestamps to the timestamp table created by coreboot. Since u-boot does not use the tsc_t like structure to represent HW counter readings, this structure is being replaced by 64 bit integer. The timestamp_init() function is now initializing the base timer value used by u-boot to calculate the HW counter increments. Timestamp facility is initialized as soon as the timestamp table pointer is found in the coreboot table. The u-boot generated timer events' ID will start at 1000 to clearly separate u-boot events from coreboot events in the timer trace. Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| arch-coreboot | ||
| arch-sc520 | ||
| video | ||
| bitops.h | ||
| bootparam.h | ||
| byteorder.h | ||
| cache.h | ||
| config.h | ||
| e820.h | ||
| errno.h | ||
| global_data.h | ||
| gpio.h | ||
| i8254.h | ||
| i8259.h | ||
| ibmpc.h | ||
| init_helpers.h | ||
| init_wrappers.h | ||
| interrupt.h | ||
| io.h | ||
| ioctl.h | ||
| ist.h | ||
| pci.h | ||
| posix_types.h | ||
| processor-flags.h | ||
| processor.h | ||
| ptrace.h | ||
| realmode.h | ||
| relocate.h | ||
| string.h | ||
| types.h | ||
| u-boot-x86.h | ||
| u-boot.h | ||
| unaligned.h | ||
| zimage.h | ||