coreboot/src
Brian Norris 6d301c8724 security/vboot: Don't build with flashrom support
We don't need flashrom support just for vboot payloads. The current
default (USE_FLASHROM=1) is mostly harmless, especially if libflashrom
is not present (the autodetection in vboot_reference just spits out a
pkg-config error but doesn't actually fail the build), but it's better
to be clear we don't need it.

BUG=b:172225709
TEST=build

Change-Id: I53bcc2d1e7666646ddad58ba3717cfdd321014e8
Signed-off-by: Brian Norris <briannorris@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72716
Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2023-02-05 01:11:21 +00:00
..
acpi acpi/acpigen: introduce acpigen_write_processor_device 2023-01-31 17:35:42 +00:00
arch treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
commonlib commonlib: Add ELOG_TYPE_FW_EARLY_SOL eventLog type 2023-02-02 21:43:52 +00:00
console console: Print architecture 2023-01-31 15:26:16 +00:00
cpu treewide: Remove unused <cpu/amd/msr.h> 2023-01-09 21:17:08 +00:00
device treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
drivers drv/i2c/ptn3460: Use PTN_EDID_LEN instead of constant 2023-02-02 15:53:37 +00:00
ec ec/google/wilco/acpi: Add DPTF RCDP() method 2023-02-01 14:59:44 +00:00
include include/bootstate.h: Fail compilation on invalid bootstate hooks 2023-02-04 01:42:31 +00:00
lib treewide: stop calling custom TPM log "TCPA" 2023-01-11 16:00:55 +00:00
mainboard mb/google/brya/var/omnigul: Enable Cnvi BT Audio Offload feature 2023-02-05 01:07:04 +00:00
northbridge mb/*: Replace SNB PCI devices with references from chipset.cb 2023-02-04 01:42:39 +00:00
sbom src/sbom: Add code documentation + fix misspelling 2023-01-31 15:20:51 +00:00
security security/vboot: Don't build with flashrom support 2023-02-05 01:11:21 +00:00
soc soc/amd/phoenix/chipset.cb: update USB ports 2023-02-04 20:27:16 +00:00
southbridge treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
superio {superio,ec}/acpi: Replace constant "Zero" with actual number 2022-12-27 09:06:29 +00:00
vendorcode vc/amd/pi: Fix "No such file or directory" 2023-02-05 00:57:27 +00:00
Kconfig Kconfig: Add option to compress ramstage with LZ4 2023-01-08 01:20:15 +00:00