Add support for Ariane FPGA SoC
authorPanagiotis Peristerakis <perister@ics.forth.gr>
Fri, 28 Jun 2019 13:51:52 +0000 (16:51 +0300)
committerAnup Patel <anup@brainfault.org>
Sat, 29 Jun 2019 11:34:06 +0000 (17:04 +0530)
commitb44e844880d05c14ea90604c8d2f4d07878a18b9
treea0746136362f4e28b189db7f811d6fc0f6eed3fa
parentc6d06a94486479bf36f5325d83847d478907195a
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>
platform/ariane-fpga/config.mk [new file with mode: 0644]
platform/ariane-fpga/objects.mk [new file with mode: 0644]
platform/ariane-fpga/platform.c [new file with mode: 0644]