pbi.cfg 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. #
  2. # Copyright 2012 Freescale Semiconductor, Inc.
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. # Refer docs/README.pblimage for more details about how-to configure
  7. # and create PBL boot image
  8. #
  9. #PBI commands
  10. #Configure ALTCBAR for DCSR -> DCSR@89000000
  11. 091380c0 000009C4
  12. 09000010 00000000
  13. 091380c0 000009C4
  14. 09000014 00000000
  15. 091380c0 000009C4
  16. 09000018 81d00000
  17. #Workaround for A-004849
  18. 091380c0 000009C4
  19. 890B0050 00000002
  20. 091380c0 000009C4
  21. 890B0054 00000002
  22. 091380c0 000009C4
  23. 890B0058 00000002
  24. 091380c0 000009C4
  25. 890B005C 00000002
  26. 091380c0 000009C4
  27. 890B0090 00000002
  28. 091380c0 000009C4
  29. 890B0094 00000002
  30. 091380c0 000009C4
  31. 890B0098 00000002
  32. 091380c0 000009C4
  33. 890B009C 00000002
  34. 091380c0 000009C4
  35. 890B0108 00000012
  36. 091380c0 000009C4
  37. #Workaround for A-006559 needed for rev 2.0 of P2041 silicon
  38. 89021008 0000f000
  39. 091380c0 000009C4
  40. 89021028 0000f000
  41. 091380c0 000009C4
  42. 89021048 0000f000
  43. 091380c0 000009C4
  44. 89021068 0000f000
  45. 091380c0 000009C4
  46. #Flush PBL data
  47. 09138000 00000000
  48. #Disable ALTCBAR
  49. 09000018 00000000
  50. 091380c0 000009C4
  51. #Initialize CPC1 as 1MB SRAM
  52. 09010000 00200400
  53. 09138000 00000000
  54. 091380c0 00000100
  55. 09010100 00000000
  56. 09010104 fff0000b
  57. 09010f00 08000000
  58. 09010000 80000000
  59. #Configure LAW for CPC1
  60. 09000d00 00000000
  61. 09000d04 fff00000
  62. 09000d08 81000013
  63. 09000010 00000000
  64. 09000014 ff000000
  65. 09000018 81000000
  66. #Initialize eSPI controller, default configuration is slow for eSPI to
  67. #load data, this configuration comes from u-boot eSPI driver.
  68. 09110000 80000403
  69. 09110020 27170008
  70. 09110024 00100008
  71. 09110028 00100008
  72. 0911002c 00100008
  73. #Flush PBL data
  74. 09138000 00000000
  75. 091380c0 00000000