coreboot-kgpe-d16/src/soc/qualcomm/ipq806x
Nico Huber 1d748c5346 console: Change BOOTBLOCK_CONSOLE default to y
Invert the default instead of selecting it everywhere. Restores the
ability to use its Kconfig prompt.

Beside Qemu targets, the only platforms that didn't select it seem
to be samsung/exynos5420, intel/cannonlake, and intel/icelake. The
latter two were about to be patched anyway.

Change-Id: I7c5b671b7dddb5c6535c97c2cbb5f5053909dc64
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/30891
Reviewed-by: Lijian Zhao <lijian.zhao@intel.com>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-01-14 12:13:55 +00:00
..
include/soc src: Add missing include <stdint.h> 2018-11-01 11:25:07 +00:00
blobs_init.c src/soc: Fix various typos 2018-02-20 23:17:39 +00:00
cbmem.c ipq806x/storm: Return NULL for cbmem_top if DRAM is not initialized 2016-03-29 22:37:01 +02:00
clock.c src/soc: Add and update license headers 2018-05-29 22:36:10 +00:00
gpio.c src: Use tabs for indentation 2018-10-08 09:46:16 +00:00
gsbi.c arm(64): Globally replace writel(v, a) with write32(a, v) 2015-04-21 08:22:28 +02:00
i2c.c include/device: Split i2c.h into three 2017-08-18 15:33:29 +00:00
Kconfig console: Change BOOTBLOCK_CONSOLE default to y 2019-01-14 12:13:55 +00:00
lcc.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
Makefile.inc (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
mbn_header.h tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
qup.c arm(64): Manually clean up the mess left by write32() transition 2015-04-21 08:22:40 +02:00
soc.c soc/qualcomm: Get rid of device_t 2018-05-28 16:07:31 +00:00
spi.c src/soc: Add and update license headers 2018-05-29 22:36:10 +00:00
timer.c ipq806x: Change all SoC headers to <soc/headername.h> system 2015-04-08 09:34:44 +02:00
tz_wrapper.S ipq806x: Load TZBSP blob from coreboot ramstage 2015-04-15 21:56:56 +02:00
uart.c (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
usb.c src/soc: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:31:10 +00:00