Uboot Launch Phase II

Source: Internet
Author: User

Introduction to Start_armboot Functions

(1) This function is very long, uboot/lib_arm/board.c from 444 lines to 908 lines end

(2) This function also calls other functions, why such a long function is not divided into multiple functions, because this function as a whole constitutes the second part of the Uboot start, from a structural point of view, not separate. This does not match the C language function, so it is not followed.

(3) Uboot The second stage will do what kind of things, the first phase of Uboot has initialized some parts of the SOC, and then initialize the DDR and to complete the relocation, then the second phase will initialize the hardware is not initialized, mainly external hardware, such as Inand, Nic Chip, And so on a series of things, there are some commands of uboot itself, environment variables and so on. After the final initialization of the necessary things, enter the Uboot command line to prepare to accept the command.

Uboot Launch Phase II

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.