
Philips Semiconductors
PNX15xx Series
Volume 1 of 1
Chapter 6: Boot Module
PNX15XX_SER_3
Koninklijke Philips Electronics N.V. 2006. All rights reserved.
Product data sheet
Rev. 3 — 17 March 2006
6-6
The following
Table 2 documents the coding of the four commands.
3.
PNX15xx Series Boot Scripts Content
Unlike PNX1300 Series systems [1], PNX15xx Series uses internal boot scripts to
provide some cost savings at board level by allowing the building of products without
the need of an external EEPROM. The following sections describes the content of
these scripts. If the content of these internal boot scripts is not suitable for the
PNX15xx Series based product, then an EEPROM should be used to override the
3.1 The Common Behavior
The three scripts have a common section which is the initial conguration sequence
of the PNX15xx Series system. The differences between the boot scripts is detailed
in the next sections. The common behavior is described bellow in the order in which it
happens:
1. Enable the clocks for the TM3260, 100 MHz, and the MMI, 125 MHz, modules.
2. Enable the clocks for the MMIO bus (a.k.a. the DCS Bus), 102 MHz, and the
PCI_SYS_CLK, 33.23 MHz, clocks.
Table 2: The Boot Commands
Command
Encoding (32 bits each)
Description
write(address,value)
Address:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa00
Value:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Write a single 32-bit value, ‘V’ at address ‘A’ (32-bit
word aligned) MMIO bus or memory address.
‘A’ is the 30-bit value composed by the <a...a> bits
concatenated with two 0s (makes it a 32-bit word
address).
‘V’ is the 32-bit value composed by the <v...v> bits.
writelist(a,lenght,valarray)
Address:
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa01
length<n>:
nnnnnnnnnnnnnnnnnnnnnnnnnnnnn
value<1>:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
value<2>:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
.
value<n>:
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
Write an arbitrary length list of 32-bit values,
value<1>,..., value<n>, starting at address ‘A’ (32-
bit aligned) MMIO bus or memory address.
value<1> is written at address ‘A’ + 0, value<n> is
written at the 32-bit word address ‘A+n-1’.
‘A’ is the 30-bit value composed by the <a...a> bits
concatenated with two 0s (makes it a 32-bit word
address).
delay(ncycles)
nnnnnnnnnnnnnnnnnnnnnnnnnnnn0010
Delay by N 27 MHz cycle periods.
Where N is the 28-bit value composed by the
<n...n> bits.
Terminate Boot
nnnnnnnnnnnnnnnnnnnnnnnnnnnn0110
End boot process. The Boot module releases I2C
bus and becomes non-active until a hardware reset
or software reset occurs.
xxxxxxxxxxxxxxxxxxxxxxxxxxxx1x1x
Reserved for future use.