This patch adds config ARCH_RISCV_RV64 to support build of riscv64 payloads. New files under arch/riscv contain: - Basic ldscript and payload entry point. - Functions for riscv64 io and cache operations. - Default timer code based on mtime delegation. - Default cb_header_ptr passing with device tree to payload. Change-Id: Ieb3d456d5edda87a3a4886ccfc17a7824c630427 Signed-off-by: Ziang Wang <wangziang.ok@bytedance.com> Signed-off-by: Dong Wei <weidong.wd@bytedance.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/89646 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> |
||
|---|---|---|
| .. | ||
| arm/arch | ||
| arm64/arch | ||
| arpa | ||
| mock/arch | ||
| pci | ||
| riscv/arch | ||
| storage | ||
| sys | ||
| udc | ||
| usb | ||
| x86/arch | ||
| archive.h | ||
| assert.h | ||
| boot_device.h | ||
| cbfs.h | ||
| cbfs_glue.h | ||
| cbgfx.h | ||
| coreboot_tables.h | ||
| ctype.h | ||
| delay.h | ||
| die.h | ||
| endian.h | ||
| errno.h | ||
| exception.h | ||
| fmap.h | ||
| fpmath.h | ||
| gdb.h | ||
| getopt.h | ||
| inttypes.h | ||
| kconfig.h | ||
| keycodes.h | ||
| libpayload.h | ||
| limits.h | ||
| lp_vboot.h | ||
| lz4.h | ||
| lzma.h | ||
| malloc.h | ||
| multiboot_tables.h | ||
| panel.h | ||
| pci.h | ||
| queue.h | ||
| stdarg.h | ||
| stdbool.h | ||
| stddef.h | ||
| stdint.h | ||
| stdio.h | ||
| stdlib.h | ||
| string.h | ||
| strings.h | ||
| sysinfo.h | ||
| term.h | ||
| time.h | ||
| unistd.h | ||
| video_console.h | ||
| wchar.h | ||