Merge pull request #1027 from sifive/dev/paulw/rv64-bare-metal

riscv64: samples: add rv64gc bare-metal sample configuration
This commit is contained in:
Alexey Neyman 2018-09-25 23:41:59 -07:00 committed by GitHub
commit ea1072c29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,7 @@
CT_EXPERIMENTAL=y
CT_ARCH_RISCV=y
# CT_DEMULTILIB is not set
CT_ARCH_USE_MMU=y
CT_ARCH_64=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set

View File

@ -0,0 +1,3 @@
reporter_name="Paul Walmsley <paul.walmsley@sifive.com>"
reporter_url="https://www.sifive.com/"
reporter_comment=""