Documentation: Spell "blob" in lowercase

It's not an acronym (outside of database software).

Change-Id: I529561e4fc9889be7f9d6bd6d5f9a876e2007671
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28827
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Jonathan Neuschäfer 2018-09-30 21:18:33 +02:00 committed by Patrick Georgi
parent da6ad0bc50
commit 2fd4907a4d
4 changed files with 6 additions and 6 deletions

View File

@ -144,7 +144,7 @@ hybrid configuration which may or may not work as expected.
### Step 6 summary - Build coreboot ### Step 6 summary - Build coreboot
You may notice that a number of other pieces are downloaded at the beginning of You may notice that a number of other pieces are downloaded at the beginning of
the build process. These are the git submodules used in various coreboot builds. the build process. These are the git submodules used in various coreboot builds.
By default, the BLOBS submodule is not downloaded. This git submodule may be By default, the _blobs_ submodule is not downloaded. This git submodule may be
required for other builds for microcode or other binaries. To enable downloading required for other builds for microcode or other binaries. To enable downloading
this submodule, select the option "Allow use of binary-only repository" in the this submodule, select the option "Allow use of binary-only repository" in the
"General Setup" menu of Kconfig "General Setup" menu of Kconfig

View File

@ -26,8 +26,8 @@
* Do **NOT** accidently swap pins or power on the board while a SPI flasher * Do **NOT** accidently swap pins or power on the board while a SPI flasher
is connected. It will destroy your device. is connected. It will destroy your device.
* It's recommended to only flash the BIOS region. In that case you don't * It's recommended to only flash the BIOS region. In that case you don't
need to extract BLOBs from vendor firmware. need to extract blobs from vendor firmware.
If you want to flash the whole chip, you need BLOBs when building If you want to flash the whole chip, you need blobs when building
coreboot. coreboot.
* The shipped *Flash layout* allocates 3MiB to the BIOS region, which is the space * The shipped *Flash layout* allocates 3MiB to the BIOS region, which is the space
usable by coreboot. usable by coreboot.

View File

@ -26,8 +26,8 @@
* Do **NOT** accidently swap pins or power on the board while a SPI flasher * Do **NOT** accidently swap pins or power on the board while a SPI flasher
is connected. It will permanently brick your device. is connected. It will permanently brick your device.
* It's recommended to only flash the BIOS region. In that case you don't * It's recommended to only flash the BIOS region. In that case you don't
need to extract BLOBs from vendor firmware. need to extract blobs from vendor firmware.
If you want to flash the whole chip, you need BLOBs when building If you want to flash the whole chip, you need blobs when building
coreboot. coreboot.
* The *Flash layout* shows that by default 7MiB of space are available for * The *Flash layout* shows that by default 7MiB of space are available for
the use with coreboot. the use with coreboot.

View File

@ -8,7 +8,7 @@
* There might be errors to fix. * There might be errors to fix.
* Position in romstage doesn't matter. * Position in romstage doesn't matter.
2. mrc.bin raminit 2. mrc.bin raminit
* Closed Source (aka BLOB) * Closed Source (aka blob)
* No known errors. * No known errors.
* Needs to be placed at fixed offset in romstage. * Needs to be placed at fixed offset in romstage.