Hi bruce
meaning is described in the same part of text:
"
The execution flow can better be understood using Section 4.2,
“Sample boot descriptor file used for Linux kernel image.”
as example on can look at attached linux_ivt.db, from generated imx-bootlets
(prepare bootlets sources (in ltib/RPM/Build):
./ltib -m prep -p boot_stream.spec )
| //---------------------------------------------------------- |
// Prepare to boot Linux
//----------------------------------------------------------
load linux_prep;
load ivt (entry = linux_prep:_start) > 0x8000;
hab call 0x8000;
//----------------------------------------------------------
// Load ans start Linux kernel
//----------------------------------------------------------
load zImage > 0x40008000;
load ivt (entry = linux_prep:_start) > 0x8000;
hab jump 0x8000;
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------