]> git.dujemihanovic.xyz Git - u-boot.git/commit
cros: Add information about booting Chrome OS on x86
authorSimon Glass <sjg@chromium.org>
Sat, 5 Sep 2020 20:50:53 +0000 (14:50 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:11 +0000 (11:27 +0800)
commitd9778ff0d3e827ff6c0fba390e01dc7045b9dabe
treeb1b34121088b1735c9e6ae9741956067bdd9b0fc
parentdc8e7a91f4ac65b6fcf6a5b5a914929b47e753a3
cros: Add information about booting Chrome OS on x86

Recent versions of Chrome OS do not have a kernel in the root disk, to
save space.

With the improvements to the 'zboot' command it is fairly easy to load
the kernel from the raw partition. Add instructions on how to do this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/README.chromium