From 5ccf3f257977e925c34031887d47f4279562d9c9 Mon Sep 17 00:00:00 2001 From: George Hung Date: Thu, 21 May 2020 18:59:15 +0800 Subject: 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 Change-Id: I47960d63b557f6de1c9d84b290094253f4ffba58 Signed-off-by: Andrew Geissler --- meta-quanta/meta-gbs/conf/machine/gbs.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'meta-quanta/meta-gbs/conf') 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 \ -- cgit v1.2.3