diff options
author | Keith Hui <buurin@gmail.com> | 2023-07-28 16:29:05 -0400 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-08-12 21:00:46 +0000 |
commit | 77c226ac9bad0ac53fd8d1b81dd38a5c4c924e52 (patch) | |
tree | cf63ee7011c2a26973ab63b18c21f5666a0e0da9 /util | |
parent | ea8313934548b4f41c8b27078cabb2b017074af7 (diff) |
Documentation: Bring back abuild documentation
Based on contents from coreboot wiki[1], this patch adds much needed
documentation for the very important abuild utility.
On top of what was there:
- Mainboard targets have been updated
- Added example for building one variant of one board
- Added example for building boards selectively and/or with custom
configurations using --skip_set/--skip_unset, -K, and config files
[1] https://www.coreboot.org/Abuild
Change-Id: I69701eaeef616828bc30736aba2f617e844a3148
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76775
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'util')
-rw-r--r-- | util/util_readme/post_util.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/util_readme/post_util.md b/util/util_readme/post_util.md index 9533cb192a..78519ad14c 100644 --- a/util/util_readme/post_util.md +++ b/util/util_readme/post_util.md @@ -1,5 +1,6 @@ ## In depth documentation +* [abuild](util/abuild/index.md) * [cbfstool](util/cbfstool/index.md) * [ifdtool](util/ifdtool/index.md) * [intelp2m](util/intelp2m/index.md) |