最終更新:2014-05-27 (火) 12:07:11 (3619d)  

X-Loader
Top / X-Loader

First level bootloader for OMAP SoCs?

https://gitorious.org/x-loader/pages/Home

概要

  • X-Loader is a small first stage boot loader derived from the U-Boot base code to be loaded into the internal static ram by the OMAP ROM code. Because the internal static ram is very small (64k-32k), x-loader is stripped down to the essentials and is used to initialize memory and enough of the peripheral devices to access and load the second stage loader (U-Boot) into main memory.

MLO

  • the X-Loader binary with a header containing the memory location to load the file to and the size of the file.
  • x-load.bin の先頭に 8バイトのヘッダーを付加したもの
  • x-loaderディレクトリで
    make CROSS_COMPLE=arm-eabi-
    signGP ./x-load.bin
    mv x-load.bin.ifo MLO

Platforms Actively Supported:

OMAP3

OMAP4

その他

参考

関連