From fa6f861b574f27d5eb8df5e67dd8e2548779ecfc Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Wed, 20 Apr 2016 10:08:17 +0200 Subject: siemens/mc_bdx1: Add new mainboard. Add new mainboard for MC BDX1 board which is based on Intel Camelback Mountain. This mainboard is an industry type board and has several Ethernet interfaces among with two USB3.0 connectors. It uses 24V DC power supply and has its own form factor which does not match any standard. This commit adds the new mainboard and prepares the Kconfig environment so that this board can be selected and generated. Although the generated image can boot into Linux and DOS, not all functions are implemented yet. Forthcoming commits will add more functionality. Change-Id: I29011cfd3b0d13bcf163223f657e02f69978e39a Signed-off-by: Werner Zeh Reviewed-on: https://review.coreboot.org/14516 Tested-by: build bot (Jenkins) Reviewed-by: York Yang --- src/mainboard/siemens/mc_bdx1/Kconfig.name | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/mainboard/siemens/mc_bdx1/Kconfig.name (limited to 'src/mainboard/siemens/mc_bdx1/Kconfig.name') diff --git a/src/mainboard/siemens/mc_bdx1/Kconfig.name b/src/mainboard/siemens/mc_bdx1/Kconfig.name new file mode 100644 index 0000000000..b37cee30fc --- /dev/null +++ b/src/mainboard/siemens/mc_bdx1/Kconfig.name @@ -0,0 +1,2 @@ +config BOARD_SIEMENS_MC_BDX1 + bool "MC BDX1" -- cgit v1.2.3