summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/conf
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-05-21 13:59:15 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-05 02:40:38 +0300
commit5ccf3f257977e925c34031887d47f4279562d9c9 (patch)
tree46ba5d9d57892581633988510e4357392d83c176 /meta-quanta/meta-gbs/conf
parent32567be1f1213d62d69cc735f0b9a355c350040c (diff)
downloadopenbmc-5ccf3f257977e925c34031887d47f4279562d9c9.tar.xz
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 (From meta-quanta rev: 705d71a8a0ee00f89f06c95601aa1375a440611a) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I47960d63b557f6de1c9d84b290094253f4ffba58 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/conf')
-rw-r--r--meta-quanta/meta-gbs/conf/machine/gbs.conf10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-quanta/meta-gbs/conf/machine/gbs.conf b/meta-quanta/meta-gbs/conf/machine/gbs.conf
index 32dae060f..d5a6e7859 100644
--- a/meta-quanta/meta-gbs/conf/machine/gbs.conf
+++ b/meta-quanta/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 \