pbi.cfg 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. #
  2. # Copyright 2012 Freescale Semiconductor, Inc.
  3. #
  4. # See file CREDITS for list of people who contributed to this
  5. # project.
  6. #
  7. # This program is free software; you can redistribute it and/or
  8. # modify it under the terms of the GNU General Public License as
  9. # published by the Free Software Foundation; either version 2 of
  10. # the License, or (at your option) any later version.
  11. #
  12. # This program is distributed in the hope that it will be useful,
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. # GNU General Public License for more details.
  16. #
  17. # You should have received a copy of the GNU General Public License
  18. # along with this program; if not, write to the Free Software
  19. # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  20. # MA 02110-1301 USA
  21. #
  22. # Refer doc/README.pblimage for more details about how-to configure
  23. # and create PBL boot image
  24. #
  25. #PBI commands
  26. #Initialize CPC1 as 1MB SRAM
  27. 09010000 00200400
  28. 09138000 00000000
  29. 091380c0 00000100
  30. 09010100 00000000
  31. 09010104 fff0000b
  32. 09010f00 08000000
  33. 09010000 80000000
  34. #Configure LAW for CPC1
  35. 09000d00 00000000
  36. 09000d04 fff00000
  37. 09000d08 81000013
  38. 09000010 00000000
  39. 09000014 ff000000
  40. 09000018 81000000
  41. #Initialize eSPI controller, default configuration is slow for eSPI to
  42. #load data, this configuration comes from u-boot eSPI driver.
  43. 09110000 80000403
  44. 09110020 2d170008
  45. 09110024 00100008
  46. 09110028 00100008
  47. 0911002c 00100008
  48. #Flush PBL data
  49. 09138000 00000000
  50. 091380c0 00000000