User has to set OPENSSL_PATH to Openssl directort
where openssl.exe is present.
Updated documentation error in verified boot.
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
There are a few places in the documentation where
some older output is being displayed which is
causing some confusion for readers. Update it to
reflect current code.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
Specify the installed kernel/initrd versions instead
of using the kernel/initrd that is coming from the
Ubuntu live USB.
Also add a note about needing to increase the PLD
heap size if any issues are encountered with loading
the kernel or initrd files.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
If attempting to boot Ubuntu using the GRUB config
details it is necessary to add the BoardConfig.py
setting self.ENABLE_GRUB_CONFIG = 1. This setting
may not always be enabled by default.
Also add an important note about how traditional Linux
boot is only enabled with debug build of SBL or if
you have verified boot disabled. This is because there
is no means of confirming the vmlinuz, initrd, or
config.cfg as trusted files unless you have packaged
them as a signed container image.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
This patch updates documentation for configuring
svn while container creation and for component update.
Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
Remind readers that if their boot image they want to
format as a container boot image is not able to launch
as a stand-alone boot image due to some other
requirements or dependencies their OS has (e.g. partition
labels/layout, files or file paths, etc.) that they
still need to ensure those requirements are met.
Signed-off-by: James Gutbub <james.gutbub@intel.com>
This patch added steps to enable linux payload for QEMU and APL
platforms.
It also corrected some information in other pages.
Signed-off-by: Maurice Ma <maurice.ma@intel.com>