Andy Fleming | 87e2987 | 2015-11-04 15:48:32 -0600 | [diff] [blame^] | 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 | |
| 10 | #PBI commands |
| 11 | #Initialize CPC1 as 1MB SRAM |
| 12 | 09010000 00200400 |
| 13 | 09138000 00000000 |
| 14 | 091380c0 00000100 |
| 15 | 09010100 00000000 |
| 16 | 09010104 fff0000b |
| 17 | 09010f00 08000000 |
| 18 | 09010000 80000000 |
| 19 | #Configure LAW for CPC1 |
| 20 | 09000d00 00000000 |
| 21 | 09000d04 fff00000 |
| 22 | 09000d08 81000013 |
| 23 | 09000010 00000000 |
| 24 | 09000014 ff000000 |
| 25 | 09000018 81000000 |
| 26 | #Initialize eSPI controller, default configuration is slow for eSPI to |
| 27 | #load data, this configuration comes from u-boot eSPI driver. |
| 28 | 09110000 80000403 |
| 29 | 09110020 2d170008 |
| 30 | 09110024 00100008 |
| 31 | 09110028 00100008 |
| 32 | 0911002c 00100008 |
| 33 | #Flush PBL data |
| 34 | 09138000 00000000 |
| 35 | 091380c0 00000000 |