diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-10-07 20:19:20 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-10-21 07:46:26 -0600 |
commit | 3619e94ad7e6cd0552755608183afe0331e0a8c4 (patch) | |
tree | d98ee74d951c8349d5a6638ea542e2050104ef6d /doc/README.x86 | |
parent | 9aa1280a5644a1d05859b862ebc7b60a862e0ef3 (diff) | |
download | u-boot-imx-3619e94ad7e6cd0552755608183afe0331e0a8c4.zip u-boot-imx-3619e94ad7e6cd0552755608183afe0331e0a8c4.tar.gz u-boot-imx-3619e94ad7e6cd0552755608183afe0331e0a8c4.tar.bz2 |
doc: Complement document about booting VxWorks
Current document about how to boot VxWorks is limited.
Add several chapters in README.vxworks to document this.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'doc/README.x86')
-rw-r--r-- | doc/README.x86 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.x86 b/doc/README.x86 index 6cf293b..a4f5321 100644 --- a/doc/README.x86 +++ b/doc/README.x86 @@ -25,6 +25,8 @@ targets and all Intel boards support running U-Boot 'bare metal'. As for loading an OS, U-Boot supports directly booting a 32-bit or 64-bit Linux kernel as part of a FIT image. It also supports a compressed zImage. +U-Boot supports loading an x86 VxWorks kernel. Please check README.vxworks +for more details. Build Instructions for U-Boot as coreboot payload ------------------------------------------------- |