[U-Boot] [PATCH] arm: socfpga: Re-add support for Aries MCV SoM and MCVEVK board
Wolfgang Grandegger
wg at aries-embedded.de
Tue May 7 07:41:30 UTC 2019
Am 06.05.19 um 22:16 schrieb Simon Goldschmidt:
> Am 06.05.2019 um 17:45 schrieb Wolfgang Grandegger:
>> Re-add support for Aries Embedded MCV SoM, which is CycloneV based
>> and the associated MCVEVK baseboard. The board can boot from eMMC.
>> Ethernet and USB is supported.
>>
>> The Aries Embedded boards have been removed with commit 03b54997d568
>> ("board/aries: Remove"). I will now take care of them.
>>
>> Signed-off-by: Wolfgang Grandegger <wg at aries-embedded.de>
>> CC: Marek Vasut <marex at denx.de>
>> CC: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
>> ---
>> .travis.yml | 2 +-
>> arch/arm/dts/Makefile | 1 +
>> arch/arm/dts/socfpga_cyclone5_mcv.dtsi | 22 +
>> arch/arm/dts/socfpga_cyclone5_mcvevk-u-boot.dtsi | 38 ++
>> arch/arm/dts/socfpga_cyclone5_mcvevk.dts | 81 +++
>> arch/arm/mach-socfpga/Kconfig | 7 +
>> board/aries/mcvevk/MAINTAINERS | 6 +
>> board/aries/mcvevk/Makefile | 7 +
>> board/aries/mcvevk/qts/iocsr_config.h | 659
>> +++++++++++++++++++++++
>> board/aries/mcvevk/qts/pinmux_config.h | 218 ++++++++
>> board/aries/mcvevk/qts/pll_config.h | 84 +++
>> board/aries/mcvevk/qts/sdram_config.h | 343 ++++++++++++
>
> These files are always a mystery. Would you be able to provide
> (long-lived) link to a simplistic quartus project so that everyone can
> regenerate these?
>
> I'll try to provide such a quartus project for the socrates board, and
> I'd be very happy if the original Intel dev boards could do so as well!
There is a Quartus example project for that module/board here:
https://github.com/ARIES-Embedded/mcv
Wolfgang
More information about the U-Boot
mailing list