summaryrefslogtreecommitdiff
path: root/board/ge/b1x5v2/Kconfig
diff options
context:
space:
mode:
authorSebastian Reichel <sebastian.reichel@collabora.com>2020-09-02 20:31:46 +0300
committerStefano Babic <sbabic@denx.de>2020-11-01 18:01:40 +0300
commit64272efdaffc54171ddc9ef15119b2fc85fd58fa (patch)
treeb268636e8d589d7aaf2050ce1d276d71fd1725b2 /board/ge/b1x5v2/Kconfig
parentdef6f53d21652e7c5339bfbf8b23e79c0c2560b2 (diff)
downloadu-boot-64272efdaffc54171ddc9ef15119b2fc85fd58fa.tar.xz
board: ge: b1x5v2: Add GE B1x5v2 and B1x5Pv2
GE B1x5v2 patient monitor series is similar to the CARESCAPE Monitor series (GE Bx50). It consists of a carrier PCB used in combination with a Congatec QMX6 SoM. This adds U-Boot support using device model everywhere and SPL for memory initialization. Proper configuration is provided as 'ge_b1x5v2_defconfig' and the combined image u-boot-with-spi.imx can be flashed directly to 1024 byte offset to /dev/mtdblock0. Alternatively SPL and u-boot.imx can be loaded separately via USB-OTG using e.g. imx_usb. Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ge/b1x5v2/Kconfig')
-rw-r--r--board/ge/b1x5v2/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/ge/b1x5v2/Kconfig b/board/ge/b1x5v2/Kconfig
new file mode 100644
index 0000000000..80a5bcae7d
--- /dev/null
+++ b/board/ge/b1x5v2/Kconfig
@@ -0,0 +1,14 @@
+if TARGET_GE_B1X5V2
+
+config SYS_BOARD
+ default "b1x5v2"
+
+config SYS_VENDOR
+ default "ge"
+
+config SYS_CONFIG_NAME
+ default "ge_b1x5v2"
+
+source "board/ge/common/Kconfig"
+
+endif