sequencer_auto_ac_init.h 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. /*
  2. * Copyright Altera Corporation (C) 2012-2015
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. const uint32_t ac_rom_init[] = {
  7. #ifdef CONFIG_SOCFPGA_ARRIA5
  8. /* The if..else... is not required if generated by tools */
  9. 0x20700000,
  10. 0x20780000,
  11. 0x10080831,
  12. 0x10080930,
  13. 0x10090004,
  14. 0x100a0008,
  15. 0x100b0000,
  16. 0x10380400,
  17. 0x10080849,
  18. 0x100808c8,
  19. 0x100a0004,
  20. 0x10090010,
  21. 0x100b0000,
  22. 0x30780000,
  23. 0x38780000,
  24. 0x30780000,
  25. 0x10680000,
  26. 0x106b0000,
  27. 0x10280400,
  28. 0x10480000,
  29. 0x1c980000,
  30. 0x1c9b0000,
  31. 0x1c980008,
  32. 0x1c9b0008,
  33. 0x38f80000,
  34. 0x3cf80000,
  35. 0x38780000,
  36. 0x18180000,
  37. 0x18980000,
  38. 0x13580000,
  39. 0x135b0000,
  40. 0x13580008,
  41. 0x135b0008,
  42. 0x33780000,
  43. 0x10580008,
  44. 0x10780000
  45. #else
  46. 0x20700000,
  47. 0x20780000,
  48. 0x10080431,
  49. 0x10080530,
  50. 0x10090004,
  51. 0x100a0008,
  52. 0x100b0000,
  53. 0x10380400,
  54. 0x10080449,
  55. 0x100804c8,
  56. 0x100a0004,
  57. 0x10090010,
  58. 0x100b0000,
  59. 0x30780000,
  60. 0x38780000,
  61. 0x30780000,
  62. 0x10680000,
  63. 0x106b0000,
  64. 0x10280400,
  65. 0x10480000,
  66. 0x1c980000,
  67. 0x1c9b0000,
  68. 0x1c980008,
  69. 0x1c9b0008,
  70. 0x38f80000,
  71. 0x3cf80000,
  72. 0x38780000,
  73. 0x18180000,
  74. 0x18980000,
  75. 0x13580000,
  76. 0x135b0000,
  77. 0x13580008,
  78. 0x135b0008,
  79. 0x33780000,
  80. 0x10580008,
  81. 0x10780000
  82. #endif /* CONFIG_SOCFPGA_ARRIA5 */
  83. };