The IPL library contains a set of routines for building a custom IPL.
Note: Your IPL source code may include functions with an _2 suffix, including
image_scan_2(), image_setup_2(), and
image_start_2(). These function names are deprecated. The
functions themselves are equivalent to the updated image_s*()
functions. Use the function name without the _2 suffix to
ensure that your code will be forward-compatible.
The IPL library includes the API in /hardware/ipl/lib/ directory and
its subdirectories. Source files for board-specific versions of the API are in the same
directory path inside the BSP source directory:
src/hardware/ipl/lib/ and its subdirectories.