]> git.baikalelectronics.ru Git - uboot.git/commit
arm: socfpga: Add the terasic de10-standard board
authorHumberto Naves <hsnaves@gmail.com>
Mon, 23 May 2022 01:54:57 +0000 (21:54 -0400)
committerMarek Vasut <marex@denx.de>
Mon, 23 May 2022 19:28:07 +0000 (21:28 +0200)
commit2af43610a3386323cb74003b28e1d06d13841df4
tree37e64d0806d036b0098c2625e65836384fc20aa4
parenta86a12694f6e43ca8c403a3c80c64cdf6f17e0bd
arm: socfpga: Add the terasic de10-standard board

Use the de10-nano files as templates for the de10-standard board.
The files in qts directory are generated by quartus from the GHRD
design.

Signed-off-by: Humberto Naves <hsnaves@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
arch/arm/dts/socfpga_cyclone5_de10_standard.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/terasic/de10-standard/MAINTAINERS [new file with mode: 0644]
board/terasic/de10-standard/Makefile [new file with mode: 0644]
board/terasic/de10-standard/qts/iocsr_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/pinmux_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/pll_config.h [new file with mode: 0644]
board/terasic/de10-standard/qts/sdram_config.h [new file with mode: 0644]
board/terasic/de10-standard/socfpga.c [new file with mode: 0644]
configs/socfpga_de10_standard_defconfig [new file with mode: 0644]
include/configs/socfpga_de10_standard.h [new file with mode: 0644]