pbi.cfg 768 B

1234567891011121314151617181920212223242526272829303132333435
  1. #
  2. # Copyright 2012 Freescale Semiconductor, Inc.
  3. #
  4. # Refer docs/README.pblimage for more details about how-to configure
  5. # and create PBL boot image
  6. #
  7. # SPDX-License-Identifier: GPL-2.0+
  8. #
  9. #PBI commands
  10. #Initialize CPC1 as 1MB SRAM
  11. 09010000 00200400
  12. 09138000 00000000
  13. 091380c0 00000100
  14. 09010100 00000000
  15. 09010104 fff0000b
  16. 09010f00 08000000
  17. 09010000 80000000
  18. #Configure LAW for CPC1
  19. 09000d00 00000000
  20. 09000d04 fff00000
  21. 09000d08 81000013
  22. 09000010 00000000
  23. 09000014 ff000000
  24. 09000018 81000000
  25. #Initialize eSPI controller, default configuration is slow for eSPI to
  26. #load data, this configuration comes from u-boot eSPI driver.
  27. 09110000 80000403
  28. 09110020 2d170008
  29. 09110024 00100008
  30. 09110028 00100008
  31. 0911002c 00100008
  32. #Flush PBL data
  33. 09138000 00000000
  34. 091380c0 00000000