summaryrefslogtreecommitdiffstats
path: root/board/synopsys/emdk
Commit message (Collapse)AuthorAgeFilesLines
* emdk->emsdp: Rename boardAlexey Brodkin2018-11-015-205/+0
| | | | | | | | Real marketing name of the board was recently updated so to accommodate that change renaming the board and all related to it. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd()Alexey Brodkin2018-10-121-0/+7
| | | | | | | | | | | | | | | So now we may detect MMC/SD-card existence and instead of completely misleading message on missing card: ------------------------>8----------------------- Loading Environment from FAT... Card did not respond to voltage select! ------------------------>8----------------------- we now get very clear one: ------------------------>8----------------------- Loading Environment from FAT... MMC: no card present ------------------------>8----------------------- Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* ARC: EMDK: Add readmeAlexey Brodkin2018-06-211-0/+82
| | | | Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
* ARC: Add support for EM Development Kit boardAlexey Brodkin2018-05-314-0/+116
Synopsys DesignWare ARC EM Development Kit (ARC EMDK) is an FPGA-based development platform from Synopsys aimed to speed-up development of software for ARC EM cores and entire subsystems based on ARC EM like Data Fusion, Secure and Sensor & Control subsystems. U-Boot is supposed to be used as a primary bootloader on EMDK allowing users to easily load and start their application from micro-SD card. Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>