coreboot-kgpe-d16/src/console
Nico Huber 755db95d1a (console,drivers/uart)/Kconfig: Fix dependencies
The dependencies of CONSOLE_SERIAL and DRIVERS_UART were somehow
backwards. Fix that. Now, CONSOLE_SERIAL depends on DRIVERS_UART,
because it's using its interface. The individual UART drivers
select DRIVERS_UART, because they implement the interface and
depend on the common UART code.

Some guards had to be fixed (using CONSOLE_SERIAL now instead of
DRIVERS_UART). Some other guards that were only about compilation
of units were removed. We want to build test as much as possible,
right?

Change-Id: I0ea73a8909f07202b23c88db93df74cf9dc8abf9
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/29572
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2018-11-21 22:49:48 +00:00
..
Kconfig (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
Makefile.inc Introduce bootblock self-decompression 2018-05-22 02:44:14 +00:00
console.c src/console: add IS_ENABLED() around Kconfig symbol references 2017-06-12 04:08:55 +02:00
die.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
hw-debug_sink.adb console/hw-debug_sink: Do not cache state of log level 2018-06-07 16:35:20 +00:00
hw-debug_sink.ads Hook up libhwbase in ramstage 2016-11-29 23:45:40 +01:00
init.c console: Fix regression on LATE_CBMEM_INIT 2018-06-01 18:18:11 +00:00
post.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
printk.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00
vsprintf.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00
vtxprintf.c src/console: Fix coding style 2018-06-04 08:48:33 +00:00