README.nmdk8815 1.0 KB

12345678910111213141516171819202122
  1. The Nomadik 8815 CPU has a "secure" boot mode where no external access
  2. (not even JTAG) is allowed. The "remap" bits in the evaluation board
  3. are configured in order to boot from the internal ROM memory (in
  4. secure mode).
  5. The boot process as defined by the manufacturer executes external code
  6. (loaded from NAND or OneNAND) that that disables such "security" in
  7. order to run u-boot and later the kernel without constraints. Such
  8. code is a proprietary initial boot loader, called "X-Loader" (in case
  9. anyone wonders, it has no relations with other loaders with the same
  10. name and there is no GPL code inside the ST X-Loader).
  11. SDRAM configuration, PLL setup and initial loading from NAND is
  12. implemented in the X-Loader, so U-Boot is already running in SDRAM
  13. when control is handed over to it.
  14. On www.st.com/nomadik and on www.stnwireless.com there are documents,
  15. summary data and white papers on Nomadik. The full datasheet for
  16. STn8815 is not currently available on line but under specific request
  17. to the local ST sales offices.