doc: create ACRN config tool/board inspector docs

- Create ACRN config tool doc based on info in existing "Intro to ACRN Configuration" doc, add clarifications
- Create board inspector tool doc based on info in existing "Intro to ACRN Configuration" doc, add clarifications
- Create launch config options doc based on info in existing "Intro to ACRN Configuration" doc, similar to existing scenario config options doc
- Update refs that no longer exist
- Create hypervisor makefile options doc, combining makefile info from "Intro to ACRN Configuration" doc and "Build ACRN from Source" doc
- Clarify why you need config files, difference between scenario vs. launch VM settings
- Updates are intended to reflect v2.6 code

Signed-off-by: Amy Reyes <amy.reyes@intel.com>
This commit is contained in:
Amy Reyes
2021-09-22 19:12:07 -07:00
committed by David Kinder
parent 6700a510be
commit 0ac609b5d8
15 changed files with 762 additions and 482 deletions

View File

@@ -172,6 +172,8 @@ To set up the ACRN build environment on the development computer:
cd acrn-kernel
git checkout release_2.6
.. _gsg-board-setup:
.. rst-class:: numbered-step
Prepare the Target and Generate a Board Configuration File
@@ -382,6 +384,8 @@ Generate a Board Configuration File
cp $disk/my_board.xml ~/acrn-work
sudo umount $disk
.. _gsg-dev-setup:
.. rst-class:: numbered-step
Generate a Scenario Configuration File and Launch Script