]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: socfpga: Repair SoCrates board
authorMarek Vasut <marex@denx.de>
Mon, 23 Nov 2015 16:06:27 +0000 (17:06 +0100)
committerMarek Vasut <marex@denx.de>
Mon, 30 Nov 2015 12:30:19 +0000 (13:30 +0100)
commit856b30dae54a9fa76a7457b6c891b3efd9a8a397
treedb4398d8d5499aa62fa09d3124653a7e730fe05f
parent871c24bc501b035604123e5f6754b0b457678edb
arm: socfpga: Repair SoCrates board

This board was constantly parasiting on the CV SoCDK, so split it
into it's own separate directory. Moreover, the board config was
missing important bits, like simple-bus support in SPL, the DRAM
configuration was incorrect and the DTS was also missing the pre
reloc bits.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefan Roese <sr@denx.de>
Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
Cc: Dinh Nguyen <dinh.linux@gmail.com>
Cc: Jan Viktorin <viktorin@rehivetech.com>
arch/arm/dts/socfpga_cyclone5_socrates.dts
arch/arm/mach-socfpga/Kconfig
board/ebv/socrates/MAINTAINERS [new file with mode: 0644]
board/ebv/socrates/Makefile [new file with mode: 0644]
board/ebv/socrates/qts/iocsr_config.h [new file with mode: 0644]
board/ebv/socrates/qts/pinmux_config.h [new file with mode: 0644]
board/ebv/socrates/qts/pll_config.h [new file with mode: 0644]
board/ebv/socrates/qts/sdram_config.h [new file with mode: 0644]
board/ebv/socrates/socfpga.c [new file with mode: 0644]
configs/socfpga_socrates_defconfig
include/configs/socfpga_socrates.h [new file with mode: 0644]