1. 18 1月, 2020 1 次提交
  2. 01 11月, 2019 1 次提交
  3. 04 9月, 2019 1 次提交
  4. 03 12月, 2018 3 次提交
  5. 02 11月, 2018 1 次提交
  6. 12 10月, 2018 1 次提交
    • A
      axs10x/emdk/hsdk/iot_dk: Implement board_mmc_getcd() · 9f87d470
      Alexey Brodkin 提交于
      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: NAlexey Brodkin <abrodkin@synopsys.com>
      9f87d470
  7. 01 6月, 2018 1 次提交
    • A
      ARC: Add support for EM Development Kit board · 2c3f9261
      Alexey Brodkin 提交于
      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: NAlexey Brodkin <abrodkin@synopsys.com>
      2c3f9261