coreboot/src/arch/riscv/include
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
..
arch riscv: add include/arch/smp/ directory 2018-07-12 11:53:30 +00:00
bits.h riscv-trap-handling: Add preliminary trap handling for riscv 2015-08-26 23:50:45 +00:00
mcall.h riscv: add include/arch/smp/ directory 2018-07-12 11:53:30 +00:00
stdint.h riscv: fix issues (timestrap & PRIu64) 2018-07-31 10:07:57 +00:00
vm.h arch/riscv: Store mprv bit in size_t 2018-04-26 11:50:20 +00:00