meta-quanta: gbs: add xml for igps and patch/dts for u-boot

1.XML:
  change the SPI speed to 19Mhz

2.U-boot:
  dts/pinctrl: add GBS dts/pinctrl support

Nuvoton u-boot srcrev bump adb4ac1af3...6870e66f6b:
https://gerrit.openbmc-project.xyz/c/openbmc/meta-nuvoton/+/34756

3.modify u-boot environment partiions offset for GBS

Signed-off-by: George Hung <george.hung@quantatw.com>
Change-Id: I87fbd7d65c2d1c002bdbb9242182e40c91c4ccbe
diff --git a/meta-gbs/conf/machine/gbs.conf b/meta-gbs/conf/machine/gbs.conf
index 32dae06..d5a6e78 100644
--- a/meta-gbs/conf/machine/gbs.conf
+++ b/meta-gbs/conf/machine/gbs.conf
@@ -1,17 +1,19 @@
 KMACHINE = "nuvoton"
 KERNEL_DEVICETREE = "${KMACHINE}-npcm730-gbs.dtb"
 
-UBOOT_MACHINE = "PolegSVB_config"
+UBOOT_MACHINE = "PolegSVB_spinor_minimal_config"
+UBOOT_DEVICETREE = "nuvoton-npcm730-gbs"
 IGPS_MACHINE = "GBS"
 
-FLASH_SIZE = "32768"
-
 MACHINEOVERRIDES .= ":npcm7xx"
 
 require conf/machine/include/npcm7xx.inc
 require conf/machine/include/obmc-bsp-common.inc
 
-SERIAL_CONSOLES = "115200;ttyS0"
+# Overwrite flash offsets
+FLASH_ROFS_OFFSET = "7296"
+FLASH_RWFS_OFFSET = "61440"
+FLASH_SIZE = "65536"
 
 OBMC_MACHINE_FEATURES += "\
         obmc-phosphor-fan-mgmt \