uboot SPL Overview

来源:互联网 发布:水逆退散网络语啥意思 编辑:程序博客网 时间:2024/04/30 08:03
Introduction:

=====

The idea is to build a mini u-boot(same as UBL in Davinci?)out of the u-boot tree that fits into SoC's internal SRAM(<=64K) and bootloads the real u-boot into the SDRAM, then thereal u-boot will load the kernel into the SDRAM and boot it.:-).

Such a mini  u-boot is typically calledSPL(Second Program Loader) in u-boot terminology.

Duty of SPL:

=====

1> Basic ARM initialization

2> UART console initialization

3> Clocks and DPLL locking (minimal)

4> SDRAM initialization

5> Mux (minimal)

6> BootDevice initialization(based on where we are bootingfrom.MMC1/MMC2/Nand/Onenand)

7> Bootloading real u-boot from the BootDevice and passingcontrol to it.

BTW:

TI's X-loader is just one implemention of SPL out of theu-boot tree, And it depends on the u-boot source tree. sameframework with u-boot. The u-boot guys will implement their own SPLin the tree. and then our system will boot without x-loader's help.:-)

Reference:

http://lists.denx.de/pipermail/u-boot/
0 0
原创粉丝点击