coreboot-kgpe-d16/src/mainboard/siemens/mc_bdx1
Paul Menzel 98adaf5989 mainboards: Don’t select CONSOLE_POST
Currently, it’s impossible for the user to select `NO_POST`, for boards
selecting `CONSOLE_POST` in their config.

```
warning: (BOARD_SPECIFIC_OPTIONS) selects CONSOLE_POST which has unmet
direct dependencies (VENDOR_SIEMENS && BOARD_SIEMENS_MC_BDX1 || !NO_POST)
```

This is currently done for Intel Camelback Mountain and Siemens MC-BDX1.

Selecting the option `CONSOLE_POST` in board specific configuration is
not a good idea, as this should be user configurable over Kconfig, and
also the tree-wide defaults should be the same for these options.

Kconfig is different, as commit 97535558f1 (mainboard/{google,intel}:
Change config option selection) only touch the Intel board.

Change-Id: I91c1e0cb92ed218b6bbc7c33759b91f748cf6f51
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/18878
Tested-by: build bot (Jenkins)
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
2017-03-21 18:20:31 +01:00
..
acpi
acpi_tables.c
board_info.txt
cmos.layout mainboard: Clean up boot_option/reboot_bits in cmos.layout 2016-08-17 00:27:42 +02:00
devicetree.cb siemens/mc_bdx1: Add usage of external RTC PCF8523 2016-07-14 07:04:18 +02:00
dsdt.asl
fadt.c
irqroute.c
irqroute.h siemens/mc_bdx1: Move SCI to IRQ 10 2016-07-08 08:36:53 +02:00
Kconfig mainboards: Don’t select CONSOLE_POST 2017-03-21 18:20:31 +01:00
Kconfig.name
mainboard.c siemens/mc_bdx1: Enable decoding for COM 3 & COM 4 on LPC 2016-09-12 22:41:45 +02:00
Makefile.inc Add newlines at the end of all coreboot files 2016-08-01 21:43:56 +02:00
romstage.c