coreboot-kgpe-d16/src/vboot
Patrick Georgi 78a5f22994 build system: mark sub-make invocations as parallelizable
We rely on gnu make, so we can expect the jobserver to be around in
parallel builds, too. Avoids some make warnings and slightly speeds up
the build if those sub-makes are executed (eg for arm-trusted-firmware
and vboot).

Change-Id: I0e6a77f2813f7453d53e88e0214ad8c1b8689042
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/18263
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
2017-01-31 18:51:55 +01:00
..
Kconfig vboot: Add support for recovery hash space in TPM 2016-11-10 18:10:42 +01:00
Makefile.inc build system: mark sub-make invocations as parallelizable 2017-01-31 18:51:55 +01:00
bootmode.c lib/cbmem: allow anyone to use cbmem_possibly_online() 2016-12-15 23:11:13 +01:00
common.c src/vboot: Capitalize RAM and CPU 2016-07-31 19:31:41 +02:00
misc.h
secdata_mock.c vboot: Add mock functions for recovery space read/write 2017-01-30 17:45:36 +01:00
secdata_tpm.c vboot: make TPM factory init sequence more robust. 2016-11-16 02:16:11 +01:00
symbols.h
vbnv.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv.h vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_cmos.c vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vbnv_ec.c
vbnv_flash.c vboot/vbnv_flash: Binary search to find last used entry 2016-09-20 21:50:27 +02:00
vbnv_layout.h vboot: Clear battery cutoff flags when vbnv_cmos loads backup VBNV. 2017-01-03 22:14:42 +01:00
vboot_common.c vboot/vboot_common: actually provide a writable region_device 2016-08-24 00:09:16 +02:00
vboot_common.h vboot: Add support for recovery mode with forced memory retraining 2016-11-10 00:44:02 +01:00
vboot_handoff.c commonlib/include: remove NEED_VB20_INTERNALS 2016-11-19 16:57:27 +01:00
vboot_loader.c vboot: consolidate google_chromeec_early_init() calls 2016-08-25 22:50:17 +02:00
vboot_logic.c vboot: vb2ex_printf() ignores null function name 2017-01-24 09:34:58 +01:00
verstage.c