Hi, This series contains a collection of cleanups and fixes for the GE boards. They are mostly independent patches, but all of them just touch the GE boards so I grouped them together:
PATCH 1-3: Update/Create MAINTAINERS files for all GE boards PATCH 4: Fix regression due to recent device tree change PATCH 5: Fix NFS config bug for Bx50v3 PATCH 6-7: simple cleanups without functional change PATCH 8: slightly reduce the valid VPD size in the EEPROM PATCH 9: support b850v3 watchdog reboot detection Thanks, -- Sebastian Ian Ray (3): board: ge: bx50v3: correct CONFIG_CMD_NFS board: ge: reduce VPD EEPROM partition size board: ge: bx50v3: check b850v3 power management watchdog Sebastian Reichel (6): board: ge: bx50v3: Update MAINTAINERS board: ge: ppd: Update MAINTAINERS board: ge: b1x5v2: Add MAINTAINERS board: ge: common: vpd: fix name board: ge: bx50v3: drop unused pinmux defines board: ge: bx50v3: reduce magic numbers arch/arm/dts/imx53-ppd-uboot.dtsi | 2 +- arch/arm/dts/imx6q-bx50v3-uboot.dtsi | 2 +- board/ge/b1x5v2/MAINTAINERS | 9 +++++ board/ge/bx50v3/MAINTAINERS | 11 +++-- board/ge/bx50v3/bx50v3.c | 60 +++++++++++----------------- board/ge/common/vpd_reader.c | 2 +- board/ge/mx53ppd/MAINTAINERS | 10 +++-- include/configs/ge_bx50v3.h | 8 ++-- 8 files changed, 53 insertions(+), 51 deletions(-) create mode 100644 board/ge/b1x5v2/MAINTAINERS -- 2.28.0