arm: zynq: Add support for Bitmain Antminer S9 control boardThis is control board on Bitmain Antminer S9.There are 3 board variables with 256MB, 512MB and 1024MB DDR.DDR memory is automatically d
arm: zynq: Add support for Bitmain Antminer S9 control boardThis is control board on Bitmain Antminer S9.There are 3 board variables with 256MB, 512MB and 1024MB DDR.DDR memory is automatically detected with using get_with usingget_ram_size().Bitmain is using 16MB space for FPGA which is handled viareserved-memory. Also U-Boot is allocating 16B for storing bootcounts.Watchdog is started but never service in U-Boot.SPL MMC is working. SPL NAND is not working because it is not supportedas of now.Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>Signed-off-by: Michal Simek <monstr@monstr.eu>Signed-off-by: Michal Simek <michal.simek@xilinx.com>
show more ...