<p>Philipp Deppenwiese <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/27656">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  build bot (Jenkins): Verified
  Paul Menzel: Looks good to me, but someone else must approve
  Philipp Deppenwiese: Looks good to me, approved
  Patrick Rudolph: Looks good to me, but someone else must approve

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Documentation: Add util.md summary<br><br>Add short explanation of Utility list<br><br>Change-Id: I5fc45ebe29cd42c1aa18c59dabc3ac3db3107bd7<br>Signed-off-by: Tom Hiller <thrilleratplay@gmail.com><br>Reviewed-on: https://review.coreboot.org/27656<br>Tested-by: build bot (Jenkins) <no-reply@coreboot.org><br>Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net><br>Reviewed-by: Patrick Rudolph <siro@das-labor.org><br>Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com><br>---<br>M Documentation/util.md<br>M util/util_readme/util_readme.sh<br>2 files changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/Documentation/util.md b/Documentation/util.md</span><br><span>index 9adb908..be7cc99 100644</span><br><span>--- a/Documentation/util.md</span><br><span>+++ b/Documentation/util.md</span><br><span>@@ -1,4 +1,5 @@</span><br><span> # Utilities</span><br><span style="color: hsl(120, 100%, 40%);">+_Scripts and programs found in the `./util` directory_</span><br><span> * __abuild__ - coreboot autobuild script builds coreboot images for all</span><br><span> available targets. `bash`</span><br><span> * __acpi__ - Walk through all ACPI tables with their addresses. `bash`</span><br><span>diff --git a/util/util_readme/util_readme.sh b/util/util_readme/util_readme.sh</span><br><span>index 2516614..420ffae 100755</span><br><span>--- a/util/util_readme/util_readme.sh</span><br><span>+++ b/util/util_readme/util_readme.sh</span><br><span>@@ -10,11 +10,13 @@</span><br><span> UTIL_DIR=$(dirname "$UTIL_README_DIR")</span><br><span> COREBOOT_ROOT_DIR=$(dirname "$UTIL_DIR")</span><br><span> DOCMENTATION_DIR="$COREBOOT_ROOT_DIR/Documentation"</span><br><span style="color: hsl(120, 100%, 40%);">+SUMMARY="_Scripts and programs found in the \`./util\` directory_"</span><br><span> </span><br><span> DESCRIPTION_FILES=$(find "$UTIL_DIR" -name "description.md" | sort)</span><br><span> </span><br><span> echo -n "" > "$UTIL_DIR/README.md"</span><br><span> echo "# Utilities" > "$DOCMENTATION_DIR/util.md"</span><br><span style="color: hsl(120, 100%, 40%);">+echo "$SUMMARY" >> "$DOCMENTATION_DIR/util.md"</span><br><span> </span><br><span> for DESC_FILE in $DESCRIPTION_FILES; do</span><br><span>   UTIL_NAME=$(echo "$DESC_FILE" | rev | cut -d '/' -f2 | rev)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27656">change 27656</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/27656"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I5fc45ebe29cd42c1aa18c59dabc3ac3db3107bd7 </div>
<div style="display:none"> Gerrit-Change-Number: 27656 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: Tom Hiller <thrilleratplay@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org> </div>
<div style="display:none"> Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Deppenwiese <zaolin.daisuki@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>