Documentation/tutorial: Improve clarity of Part 1
commitd4a7dceaa589d2be44a13fc5e188ec523b1618a7
authorNicholas Chin <nic.c3.14@gmail.com>
Sun, 19 Mar 2023 22:32:15 +0000 (19 16:32 -0600)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Thu, 11 May 2023 05:28:12 +0000 (11 05:28 +0000)
tree2fe569a06b4b7f1d87ff54538bf6038a66e099e7
parent85556ac1dc9472a7624cdc3c82aa890407ecceda
Documentation/tutorial: Improve clarity of Part 1

Based on feedback and experiences from new coreboot users, it isn't
clear that Tutorial 1 is mainly intended to set up the toolchain and
will not produce a bootable ROM for their board. Thus, add a note
explicitly mentioning this with a short explanation.

The process of manually building and adding the payload is also unusual,
since payloads are usually handled automatically by the build system.
This adds a note in the summary to provide an explanation of this.

The savedefconfig output is also outdated, as Kconfig now outputs
additional lines (even though many of those are the same as the
defaults). This has caused confusion, leading users to think that they
may have configured coreboot incorrectly. Update this to the current
defconfig contents and add a note that this may change depending on the
coreboot version.

Change-Id: I13206aa05a425ddfe33ee35feff0db490585a59f
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73816
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Documentation/tutorial/part1.md