coreboot-kgpe-d16/src/arch
Xiang Wang d945621b5d riscv: fix issues (timestrap & PRIu64)
When I tried to compile the RISC-V code (202e7d4f3c), I found some errors:
    `PRIu64` is undefined
    src/arch/riscv/timestamp.c does not exist

Currently RISC-V does not have the implementation and use of timestamp,
so I temporarily delete the code related to timestamp in the Makefile.
And define PRIu64.

Change-Id: I7f1a0793113bce7c1411e39f102cf20dbadda5d6
Signed-off-by: Xiang Wang <wxjstz@126.com>
Reviewed-on: https://review.coreboot.org/27543
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
2018-07-31 10:07:57 +00:00
..
arm src: Get rid of unneeded whitespace 2018-07-02 07:39:51 +00:00
arm64 arch/arm64: Add Kconfig to include BL31 as blob 2018-07-26 00:44:33 +00:00
mips pci: Fix compilation on non x86 2018-05-14 13:53:30 +00:00
power8 Constify struct cpu_device_id instances 2017-11-23 05:00:17 +00:00
riscv riscv: fix issues (timestrap & PRIu64) 2018-07-31 10:07:57 +00:00
x86 security/tpm: Use unique CBMEM names for TCPA logs 2018-07-30 15:47:23 +00:00