board: ge: b1x5v2: Add GE B1x5v2 and B1x5Pv2
authorSebastian Reichel <sebastian.reichel@collabora.com>
Wed, 2 Sep 2020 17:31:46 +0000 (19:31 +0200)
committerStefano Babic <sbabic@denx.de>
Sun, 1 Nov 2020 15:01:40 +0000 (16:01 +0100)
commit64272efdaffc54171ddc9ef15119b2fc85fd58fa
treeb268636e8d589d7aaf2050ce1d276d71fd1725b2
parentdef6f53d21652e7c5339bfbf8b23e79c0c2560b2
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>
arch/arm/dts/Makefile
arch/arm/dts/imx6dl-b1x5v2.dts [new file with mode: 0644]
arch/arm/mach-imx/mx6/Kconfig
board/ge/b1x5v2/Kconfig [new file with mode: 0644]
board/ge/b1x5v2/Makefile [new file with mode: 0644]
board/ge/b1x5v2/b1x5v2.c [new file with mode: 0644]
board/ge/b1x5v2/spl.c [new file with mode: 0644]
configs/ge_b1x5v2_defconfig [new file with mode: 0644]
include/configs/ge_b1x5v2.h [new file with mode: 0644]