coreboot/payloads/libpayload/include
Gabe Black 4dd549e18d libpayload: Add a timer_us() function.
This function returns the number of microseconds scaled from the number of raw
timer ticks. It accepts a base parameter which is subtracted from the current
time, which makes it easy to keep track of relative times.

BUG=None
TEST=With a corresponding change in depthcharge, built and booted on link.
BRANCH=None

Change-Id: I55f2f9e90c0e12cda430bbe88b044f12b0b563c8
Signed-off-by: Gabe Black <gabeblack@google.com>
Reviewed-on: https://chromium-review.googlesource.com/179600
Reviewed-by: Ronald Minnich <rminnich@chromium.org>
Commit-Queue: Gabe Black <gabeblack@chromium.org>
Tested-by: Gabe Black <gabeblack@chromium.org>
2013-12-17 04:26:45 +00:00
..
arm/arch libpayload: expose dcache_line_bytes() in ARM cache API 2013-10-23 05:21:24 +00:00
arpa
pci
storage
sys
usb libpayload: usb: Refactor USB enumeration to fix SuperSpeed devices 2013-10-10 00:32:40 +00:00
x86/arch libpayload: Use the same type for 32 bit data in readl as in uint32_t. 2013-09-14 18:30:17 +00:00
assert.h
cbfs.h
cbfs_core.h ARM: Generalize armv7 as arm. 2013-10-02 09:18:44 +00:00
cbfs_ram.h
coreboot_tables.h libpayload: Parse CBMEM ACPI GNVS pointer 2013-12-13 03:55:53 +00:00
ctype.h
die.h libpayload: Add a new "die" function to fatally signal programming errors. 2013-11-27 01:46:00 +00:00
endian.h
errno.h
getopt.h
inttypes.h
ipchksum.h
kconfig.h
keycodes.h
lar.h
libpayload.h libpayload: Add a timer_us() function. 2013-12-17 04:26:45 +00:00
limits.h
lzma.h
malloc.h
multiboot_tables.h
panel.h
pci.h
stdarg.h
stddef.h
stdint.h
stdio.h
stdlib.h libpayload: malloc: Fix xmalloc() for zero byte allocations 2013-12-04 22:52:44 +00:00
string.h
strings.h
sysinfo.h libpayload: Parse CBMEM ACPI GNVS pointer 2013-12-13 03:55:53 +00:00
term.h
unistd.h
video_console.h