coreboot-kgpe-d16/src/mainboard/google/gru
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
..
sdram_params google/gru: update RAMID table 2017-12-05 19:47:14 +00:00
board.h google/gru: correct backlight gpio 2017-11-28 19:16:17 +00:00
board_info.txt
boardid.c src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
bootblock.c (console,drivers/uart)/Kconfig: Fix dependencies 2018-11-21 22:49:48 +00:00
chromeos.c google/gru: Fix GPIO_WP pull and polarity for Scarlet 2018-02-16 00:08:00 +00:00
chromeos.fmd google/gru: Add another 512KB to the COREBOOT FMAP region 2018-02-06 19:47:21 +00:00
devicetree.cb rockchip/rk3399: display: Do not allocate framebuffer in coreboot 2016-11-02 17:31:21 +01:00
devicetree.scarlet.cb rockchip/rk3399: support dual mipi dsi 2017-11-28 19:16:09 +00:00
Kconfig mb/*/*/Kconfig: Don't specify devicetree path if default val used 2018-11-16 09:45:45 +00:00
Kconfig.name mainboard/google: Comment variant names in Kconfig 2018-05-04 01:03:49 +00:00
mainboard.c mb/google: Get rid of device_t 2018-05-08 18:31:26 +00:00
Makefile.inc rk3399: Enable bootblock compression 2018-05-22 02:44:33 +00:00
memlayout.ld
pwm_regulator.c google/gru: Add config for scarlet-derived boards 2017-11-20 18:56:45 +00:00
pwm_regulator.h rockchip/rk3399: Add pwm_regulator.c for pwm then ramp boot up cpu 2016-08-31 20:32:43 +02:00
reset.c soc/rockchip/rk3399: Convert to board_reset() 2018-10-22 08:34:27 +00:00
romstage.c arm64: Factor out common parts of romstage execution flow 2018-08-17 21:29:46 +00:00
sdram_configs.c cbfs: Add cbfs_boot_load_file() 2018-04-17 10:46:13 +00:00