Skip to content

Commit

Permalink
Adds qemu_virt_norvc (no compressed)
Browse files Browse the repository at this point in the history
  • Loading branch information
HAKarlsson committed Nov 29, 2024
1 parent e2fe1b7 commit 606ee36
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common/inc/plat/config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#if defined(PLATFORM_qemu_virt)
#if defined(PLATFORM_qemu_virt) || defined(PLATFORM_qemu_virt_norvc)
#include "plat/qemu_virt.h"
#elif defined(PLATFORM_qemu_virt4)
#include "plat/qemu_virt4.h"
Expand Down
7 changes: 7 additions & 0 deletions common/plat/qemu_virt_norvc.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
export ARCH=rv64ima_zicsr_zifencei
export ABI=lp64
export CMODEL=medany
export COMMON_INC:=${ROOT}/common/inc
export COMMON_LIB:=${ROOT}/common/build/${PLATFORM}
export STARTFILES:=${ROOT}/common/build/${PLATFORM}/start
PLAT_SRCS=src/drivers/uart/ns16550a.c src/drivers/time.c

0 comments on commit 606ee36

Please sign in to comment.