README.socfpga 693 B

123456789101112131415161718192021
  1. --------------------------------------------
  2. SOCFPGA Documentation for U-Boot and SPL
  3. --------------------------------------------
  4. This README is about U-Boot and SPL support for Altera's ARM Cortex-A9MPCore
  5. based SOCFPGA. To know more about the hardware itself, please refer to
  6. www.altera.com.
  7. --------------------------------------------
  8. socfpga_dw_mmc
  9. --------------------------------------------
  10. Here are macro and detailed configuration required to enable DesignWare SDMMC
  11. controller support within SOCFPGA
  12. #define CONFIG_GENERIC_MMC
  13. -> Enable the generic MMC driver
  14. #define CONFIG_SYS_MMC_MAX_BLK_COUNT 256
  15. -> Using smaller max blk cnt to avoid flooding the limited stack in OCRAM