]> git.ipfire.org Git - people/ms/u-boot.git/blame - doc/README.nhk8815
Fix compile warning in uli526x driver
[people/ms/u-boot.git] / doc / README.nhk8815
CommitLineData
d5254f14
AR
1
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
f7aa59b2
AR
18The 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
d5254f14
AR
28
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.