blob: 9008e39363755e433b663f8bd7508ca46ca570da [file] [log] [blame]
Alessandro Rubinid5254f12009-01-24 18:10:37 +01001
2The Nomadik 8815 CPU has a "secure" boot mode where no external access
3(not even JTAG) is allowed. The "remap" bits in the evaluation board
4are configured in order to boot from the internal ROM memory (in
5secure mode).
6
7The boot process as defined by the manufacturer executes external code
8(loaded from NAND or OneNAND) that that disables such "security" in
9order to run u-boot and later the kernel without constraints. Such
10code is a proprietary initial boot loader, called "X-Loader" (in case
11anyone wonders, it has no relations with other loaders with the same
12name and there is no GPL code inside the ST X-Loader).
13
14SDRAM configuration, PLL setup and initial loading from NAND is
15implemented in the X-Loader, so U-Boot is already running in SDRAM
16when control is handed over to it.
17
Alessandro Rubinif7aa59b2009-06-22 09:18:57 +020018The Makefile offers two different configurations to be used if you
19boot from Nand or OneNand.
20
21 make nhk8815_config
22 make nhk8815_onenand_config
23
24Both support OneNand and Nand. Since U-Boot, running in RAM, can't know
25where it was loaded from, the configurations differ in where the filesystem
26is looked for by default.
27
Alessandro Rubinid5254f12009-01-24 18:10:37 +010028
29On www.st.com/nomadik and on www.stnwireless.com there are documents,
30summary data and white papers on Nomadik. The full datasheet for
31STn8815 is not currently available on line but under specific request
32to the local ST sales offices.