coreboot-kgpe-d16/util/intelmetool
Paul Menzel 7f5a1eeb24 Spell *Boot Guard* with a space for official spelling
See for example Intel document *Secure the Network Infrastructure –
Secure Boot Methodologies* [1].

Change all occurrences with the command below:

    $ git grep -l BootGuard | xargs sed -i 's/BootGuard/Boot Guard/g'

[1]: https://builders.intel.com/docs/networkbuilders/secure-the-network-infrastructure-secure-boot-methodologies.pdf

Change-Id: I69fb64b525fb4799bcb9d75624003c0d59b885b5
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60136
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2021-12-16 14:17:36 +00:00
..
.gitignore .gitignore: Ignore .test/.dependencies globally 2020-10-31 18:21:36 +00:00
Makefile treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
description.md util: Add description.md to each util 2018-07-26 13:26:50 +00:00
intelmetool.c Spell *Boot Guard* with a space for official spelling 2021-12-16 14:17:36 +00:00
intelmetool.h intelmetool: Add PCI ID for Cometlake-U 2020-10-12 08:41:29 +00:00
me.c util/intelmetool: Fix the BootGuard dump feature 2020-09-23 20:58:28 +00:00
me.h treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
me_status.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
mmap.c treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00
mmap.h treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00
msr.c util/intelmetool: Fix the BootGuard dump feature 2020-09-23 20:58:28 +00:00
msr.h util/intelmetool: Fix the BootGuard dump feature 2020-09-23 20:58:28 +00:00
rcba.c treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00
rcba.h treewide: replace GPLv2 long form headers with SPDX header 2020-05-06 22:20:57 +00:00