diff options
author | Ezequiel Garcia <ezequiel@vanguardiasur.com.ar> | 2018-01-12 12:33:50 -0300 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-05-31 13:50:39 +0200 |
commit | c66f5620e6a63b1912c017781c7eec6400dde292 (patch) | |
tree | c4518dca9dbc111466d436bddaca765b9f812651 /board/bitmain/antminer_s9/MAINTAINERS | |
parent | 5dd84a3fbd18bb16520d8ce35183b7fa2fe10d37 (diff) | |
download | u-boot-c66f5620e6a63b1912c017781c7eec6400dde292.tar.gz u-boot-c66f5620e6a63b1912c017781c7eec6400dde292.tar.bz2 u-boot-c66f5620e6a63b1912c017781c7eec6400dde292.zip |
arm: zynq: Add support for Bitmain Antminer S9 control board
This 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 using
get_ram_size().
Bitmain is using 16MB space for FPGA which is handled via
reserved-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 supported
as 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>
Diffstat (limited to 'board/bitmain/antminer_s9/MAINTAINERS')
-rw-r--r-- | board/bitmain/antminer_s9/MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/board/bitmain/antminer_s9/MAINTAINERS b/board/bitmain/antminer_s9/MAINTAINERS new file mode 100644 index 0000000000..302dd4807f --- /dev/null +++ b/board/bitmain/antminer_s9/MAINTAINERS @@ -0,0 +1,6 @@ +Bitmain Antminer S9 +M: Michal Simek <monstr@monstr.eu> +S: Maintained +F: board/bitmain/antminer_s9 +F: include/configs/bitmain_antminer_s9.h +F: configs/bitmain_antminer_s9_defconfig |