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