2019-02-19 15:17:16 +08:00
|
|
|
U-Boot as a payload to OpenSBI
|
|
|
|
==============================
|
|
|
|
|
|
|
|
[U-Boot](https://www.denx.de/wiki/U-Boot) is an open-source primary boot loader.
|
|
|
|
It can be used as first and/or second stage boot loader in an embedded
|
2019-03-12 21:32:35 +08:00
|
|
|
environment. In the context of OpenSBI, U-Boot can be specified as a payload to
|
2019-05-05 18:33:25 +08:00
|
|
|
the OpenSBI firmware, becoming the boot stage following the OpenSBI firmware
|
2019-02-19 15:17:16 +08:00
|
|
|
execution.
|
|
|
|
|
|
|
|
Building and Generating U-Boot images
|
|
|
|
=====================================
|
2019-05-05 18:33:25 +08:00
|
|
|
Please refer to the U-Boot build documentation for detailed instructions on
|
2020-03-11 07:46:53 +08:00
|
|
|
how to build U-Boot image and boot high level operating systems from U-Boot
|
|
|
|
prompt.
|
2019-02-19 15:17:16 +08:00
|
|
|
|