Commit Graph

94 Commits

Author SHA1 Message Date
jinjhuli 9d2b16ef6e Add EHL Documentation
This patch added EHL section on "supported
hardware"

Signed-off-by: jinjhuli <jin.jhu.lim@intel.com>
2021-01-27 08:18:31 -07:00
jinjhuli 8235985509 Add TGL Documentation
This patch added TGL section on "supported
hardware"

Signed-off-by: jinjhuli <jin.jhu.lim@intel.com>
2021-01-21 21:00:47 -07:00
Subash Lakkimsetti 3ab68264c4 Update openssl to latest version (#100)
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>
2020-12-15 08:09:31 -08:00
James Gutbub 77457660fa Resolve some stale example outputs (#104)
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>
2020-12-10 10:49:00 -08:00
James Gutbub 6ff000428f Update the Ubuntu OS Loader boot steps
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>
2020-12-01 13:47:24 -07:00
James Gutbub a00918847c Ubuntu booting add note for BoardConfig.py setting
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>
2020-12-01 13:14:21 -07:00
Sindhura Grandhi 11764cc3bf Making some Configuration Edits. (#99)
Signed-off-by: Sindhura Grandhi <sindhura.grandhi@intel.com>
2020-10-21 15:56:25 -07:00
Ravi Rangarajan 559fb1c96c Added size attribute to value field in config spec (#98)
Signed-off-by: Ravi Rangarajan <ravi.p.rangarajan@intel.com>
2020-09-24 14:59:50 -07:00
Ravi Rangarajan f6b54e73c8 Updated FSP github links (#97) 2020-09-23 15:58:08 -07:00
Ravi Rangarajan c899492b68 Doc updates (#96)
* Added Debugging with Intel System Studio

* Changed IAS to Boot Image with Container info
2020-09-23 14:58:58 -07:00
jinjhuli a9c0047d60 Add CML Documentation (#90)
This patch added CML section on "supported
hardware"

Signed-off-by: jinjhuli <jin.jhu.lim@intel.com>
2020-09-18 06:46:15 -07:00
Ravi Rangarajan db1ba3380c fixed unicode chars and some other minor updates (#95)
* fixed unicode chars and some other minor updates

* Format update for consistency

* Format update for consistency
2020-09-15 15:05:44 -07:00
Ravi Rangarajan 8cb4a2e184 Updated Tools section (#93) 2020-09-15 14:21:55 -07:00
Maurice Ma 681e995965 Minor changes to SBL Configuration spec for accuracy (#94)
Addd some statements to make the description more accurate.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-09-15 14:15:14 -07:00
Ravi Rangarajan dfd5838732 Cleaned up config sections and added x-ref links (#92) 2020-09-15 09:39:54 -07:00
Ravi Rangarajan 1d42807158 Added SBL Configuration Specification version 0.5 (#91) 2020-09-14 11:56:35 -07:00
Ravi Rangarajan 4546f53696 Updated Configuration pics (#89) 2020-09-09 14:13:17 -07:00
Ravi Rangarajan 1060bc9f5f Updated Configuration information (#88)
* Updated Configuration information

* Updated Configuration information

* Updated Configuration information
2020-09-09 13:36:21 -07:00
Maurice Ma 3b0ba9dea4 Added enabling steps for MicroPython payload module (#87)
This patch added enabling steps for MicroPython payload module.

Signed-off-by: Maurice Ma <maurice.ma@intel.com>
2020-09-08 11:09:59 -07:00
Subash Lakkimsetti 378f7e3973 SVN configuration in container tools (#86)
This patch updates documentation for configuring
svn while container creation and for component update.

Signed-off-by: Subash Lakkimsetti <subash.lakkimsetti@intel.com>
2020-09-03 13:20:04 -07:00
naveenm18 84b90e20fa Updated .rst files information from dsc to yaml. (#84)
Also Images which mentioned about dsc also updated to yaml.

Signed-off-by: Mutha <naga.naveen.mutha@intel.com>

Co-authored-by: Mutha <naga.naveen.mutha@intel.com>
2020-09-03 13:19:00 -07:00
James Gutbub 7b7372d23e Add a note for container boot image requirements (#85)
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>
2020-08-18 14:38:36 -07:00
Matthias Klötter b65c6ee342 Update build-host-setup.rst (#83) 2020-07-22 07:55:47 -07:00
rcperni 9a5c12ef06 Updated Boot options with screenshots (#73)
This patch has bootoptions updated along with screenshots
    and necessary details

Signed-off-by: Perni <ramesh.chandra.perni@intel.com>
2020-07-15 08:32:15 -07:00
Maurice Ma 97c34329de Add linux payload support information (#81)
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>
2020-07-13 11:28:14 -07:00