forked from Mirrors/opensbi
Add support for Ariane FPGA SoC
This patch adds support for Ariane platform. We needed to enable PLIC interrupts early(like on BBL) due to some issue of the design. Otherwise, Linux would not get any external interrupts. Signed-off-by: Panagiotis Peristerakis <perister@ics.forth.gr>
This commit is contained in:

committed by
Anup Patel

parent
c6d06a9448
commit
b44e844880
8
platform/ariane-fpga/objects.mk
Normal file
8
platform/ariane-fpga/objects.mk
Normal file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# Copyright (C) 2019 FORTH-ICS/CARV
|
||||
# Panagiotis Peristerakis <perister@ics.forth.gr>
|
||||
#
|
||||
|
||||
platform-objs-y += platform.o
|
Reference in New Issue
Block a user