t208x_pbi.cfg 888 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # Copyright 2013 Freescale Semiconductor, Inc.
  3. #
  4. # SPDX-License-Identifier: GPL-2.0+
  5. #
  6. # Refer doc/README.pblimage for more details about how-to configure
  7. # and create PBL boot image
  8. #
  9. #PBI commands
  10. #Initialize CPC1
  11. 09010000 00200400
  12. 09138000 00000000
  13. 091380c0 00000100
  14. #512KB SRAM
  15. 09010100 00000000
  16. 09010104 fff80009
  17. 09010f00 08000000
  18. #enable CPC1
  19. 09010000 80000000
  20. #Configure LAW for CPC1
  21. 09000d00 00000000
  22. 09000d04 fff80000
  23. 09000d08 81000012
  24. #Initialize eSPI controller, default configuration is slow for eSPI to
  25. #load data, this configuration comes from u-boot eSPI driver.
  26. 09110000 80000403
  27. 09110020 2d170008
  28. 09110024 00100008
  29. 09110028 00100008
  30. 0911002c 00100008
  31. #Errata for slowing down the MDC clock to make it <= 2.5 MHZ
  32. 094fc030 00008148
  33. 094fd030 00008148
  34. #Configure alternate space
  35. 09000010 00000000
  36. 09000014 ff000000
  37. 09000018 81000000
  38. #Flush PBL data
  39. 091380c0 00100000