summaryrefslogtreecommitdiffstats
path: root/meta-quanta/meta-f0b/conf/machine/f0b.conf
diff options
context:
space:
mode:
authorPKLee-Quanta <p.k.lee@quantatw.com>2018-12-22 09:28:33 +0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-01-31 17:13:08 -0500
commit0227ac31282a225da365faea499cd7a57cd34579 (patch)
tree0fad0a26159548aa03ce607769ffc49614927004 /meta-quanta/meta-f0b/conf/machine/f0b.conf
parent30c49fae75795bd459464e7dbc4cad0ae5d387a1 (diff)
downloadtalos-openbmc-0227ac31282a225da365faea499cd7a57cd34579.tar.gz
talos-openbmc-0227ac31282a225da365faea499cd7a57cd34579.zip
meta-quanta: Add meta-f0b machine
Initial introduction of Quanta F0B family equipped with Aspeed 2500 BMC SoC. Tested: Build Quanta F0B board and load on the target hardware. Ensure that BMC boots to console. (From meta-quanta rev: b0d87650a1f20510596881a37c6a4424c6c5781a) Change-Id: Ieb5aad2f897dc8fb1840e0db2929b9350e3fa063 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-quanta/meta-f0b/conf/machine/f0b.conf')
-rw-r--r--meta-quanta/meta-f0b/conf/machine/f0b.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-quanta/meta-f0b/conf/machine/f0b.conf b/meta-quanta/meta-f0b/conf/machine/f0b.conf
new file mode 100644
index 000000000..7ffc266c8
--- /dev/null
+++ b/meta-quanta/meta-f0b/conf/machine/f0b.conf
@@ -0,0 +1,23 @@
+KMACHINE = "aspeed"
+
+# The device tree of F0B is not ready yet, temporarily replace it with aspeed-ast2500-evb.dtb
+KERNEL_DEVICETREE = "${KMACHINE}-ast2500-evb.dtb"
+
+UBOOT_MACHINE = "ast_g5_phy_config"
+
+MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
+
+# Overwrite flash offsets
+FLASH_UBOOT_OFFSET = "0"
+FLASH_KERNEL_OFFSET = "512"
+FLASH_UBI_OFFSET = "${FLASH_KERNEL_OFFSET}"
+FLASH_ROFS_OFFSET = "4864"
+FLASH_RWFS_OFFSET = "49152"
+FLASH_SIZE = "65536"
+
+require conf/machine/include/ast2500.inc
+require conf/machine/include/obmc-bsp-common.inc
+
+PREFERRED_PROVIDER_virtual/obmc-host-ipmi-hw = "phosphor-ipmi-kcs"
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-inventory = "f0b-ipmi-inventory-map-native"
+PREFERRED_PROVIDER_virtual/phosphor-ipmi-fru-read-inventory = "f0b-ipmi-fru-read-inventory-native"
OpenPOWER on IntegriCloud