sys_config.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*******************************************************************************
  2. * (c) Copyright 2012 Microsemi SoC Products Group. All rights reserved.
  3. *
  4. * Smartfusion2 system configuration. This file is automatically generated
  5. * by the Libero tools.
  6. *
  7. */
  8. #ifndef MSS_SYSTEM_CONFIGURATION
  9. #define MSS_SYSTEM_CONFIGURATION
  10. /*==============================================================================
  11. * Clock configuration
  12. */
  13. #include "sys_config_mss_clocks.h"
  14. /*==============================================================================
  15. * Memory remapping configuration
  16. */
  17. /* TBD */
  18. /*==============================================================================
  19. * FACC_INIT (Cortex-M3 runs the FACC INIT procedure)
  20. * Only set to 1 for design targeting the M2S050T_ES device
  21. */
  22. #define MSS_SYS_FACC_INIT_BY_CORTEX 0
  23. /*==============================================================================
  24. * MDDR configuration
  25. */
  26. #define MSS_SYS_MDDR_CONFIG_BY_CORTEX 0
  27. /*==============================================================================
  28. * FDDR configuration
  29. */
  30. #define MSS_SYS_FDDR_CONFIG_BY_CORTEX 0
  31. /*==============================================================================
  32. * SERDES Interface configuration
  33. */
  34. #define MSS_SYS_SERDES_0_CONFIG_BY_CORTEX 0
  35. #if MSS_SYS_SERDES_0_CONFIG_BY_CORTEX
  36. #include "sys_config_SERDESIF_0.h"
  37. #endif
  38. #define MSS_SYS_SERDES_1_CONFIG_BY_CORTEX 0
  39. #if MSS_SYS_SERDES_1_CONFIG_BY_CORTEX
  40. #include "sys_config_SERDESIF_1.h"
  41. #endif
  42. #define MSS_SYS_SERDES_2_CONFIG_BY_CORTEX 0
  43. #if MSS_SYS_SERDES_2_CONFIG_BY_CORTEX
  44. #include "sys_config_SERDESIF_2.h"
  45. #endif
  46. #define MSS_SYS_SERDES_3_CONFIG_BY_CORTEX 0
  47. #if MSS_SYS_SERDES_3_CONFIG_BY_CORTEX
  48. #include "sys_config_SERDESIF_3.h"
  49. #endif
  50. /*==============================================================================
  51. * Cache configuration
  52. */
  53. #define MSS_SYS_CACHE_CONFIG_BY_CORTEX 0
  54. #endif /* MSS_SYSTEM_CONFIGURATION */