From 0e3520f74d25bc43572a1afeaa4439bfedcc0d78 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 27 Jun 2015 21:20:19 -0400 Subject: s/machine/system It was annoying me. --- (limited to 'resources') diff --git a/resources/scripts/helpers/build/release/tobuild b/resources/scripts/helpers/build/release/tobuild index c3e8ddc..7360fb1 100755 --- a/resources/scripts/helpers/build/release/tobuild +++ b/resources/scripts/helpers/build/release/tobuild @@ -2,7 +2,7 @@ # helper: prepare a small source archive for those utils # that don't easily cross-compile. Then the tarball can be extracted -# on those machines with the target architecture, and compiled. +# on those systems with the target architecture, and compiled. # # Copyright (C) 2014, 2015 Francis Rowe # diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom index fd71af5..a44dd45 100755 --- a/resources/scripts/helpers/download/flashrom +++ b/resources/scripts/helpers/download/flashrom @@ -50,8 +50,8 @@ printf "Enabling whitelist for Libiquity Taurinus X200\n" patch "board_enable.c" < "../resources/flashrom/patch/0001-Add-board-enable-for-Libiquity-Taurinus-X200.patch" # Remove redundant definitions for the flash chips that -# supported libreboot machines use. This removes the need -# for the user to run with the "-c" argument on these machines +# supported libreboot systems use. This removes the need +# for the user to run with the "-c" argument on these systems printf "Patching flashchips.c to remove the redundant entries\n" patch "flashchips.c" < "../resources/flashrom/patch/purged_chips.diff" diff --git a/resources/utilities/ich9deblob/src/descriptor/descriptor.h b/resources/utilities/ich9deblob/src/descriptor/descriptor.h index 263d542..47a619c 100644 --- a/resources/utilities/ich9deblob/src/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/src/descriptor/descriptor.h @@ -66,7 +66,7 @@ struct FLVALSIG /* * 4 bytes. * descriptor mode = 0FF0A55A (hex, big endian). Note: stored in ROM in little endian order. - * Anything else is considered invalid and will put the machine in non-descriptor mode. + * Anything else is considered invalid and will put the system in non-descriptor mode. */ uint32_t signature; /* Put 0x0FF0A55A here. confirmed in deblobbed_descriptor.bin */ }; diff --git a/resources/utilities/ich9deblob/src/ich9deblob.c b/resources/utilities/ich9deblob/src/ich9deblob.c index 18b5c81..72ade04 100644 --- a/resources/utilities/ich9deblob/src/ich9deblob.c +++ b/resources/utilities/ich9deblob/src/ich9deblob.c @@ -2,7 +2,7 @@ * ich9deblob.c * This file is part of the ich9deblob utility from the libreboot project * - * Purpose: disable and remove the ME from ich9m/gm45 machines in coreboot. + * Purpose: disable and remove the ME from ich9m/gm45 systems in coreboot. * * Copyright (C) 2014 Steve Shenton * Francis Rowe @@ -25,7 +25,7 @@ /* Original utility can be found at https://gitorious.org/ich9descriptortool */ /* - * Read a factory.rom dump (ich9m/gm45 machines) and + * Read a factory.rom dump (ich9m/gm45 systems) and * modify the flash descriptor to remove all regions except descriptor, * Gbe and BIOS. Set BIOS region to full size of the ROM image (after * the flash descriptor and gbe). Basically, deblob the descriptor. -- cgit v0.9.1