Browse Source

d1: Add the d1.conf for d1-miniapp

Signed-off-by: Ma Jun <majun258@linux.alibaba.com>
Ma Jun 3 years ago
parent
commit
8ecb0c89e2
1 changed files with 15 additions and 0 deletions
  1. 15 0
      conf/machine/d1.conf

+ 15 - 0
conf/machine/d1.conf

@@ -0,0 +1,15 @@
+#@TYPE: Machine
+#@NAME: xuantie
+#@SOC: XuanTie Light
+#@DESCRIPTION: Machine configuration for the HiFive Unleashed development board
+
+require conf/machine/include/thead-base.inc
+
+SERIAL_CONSOLES = "115200;ttySIF0"
+MACHINE_EXTRA_RRECOMMENDS += "kernel-modules"
+
+IMAGE_FSTYPES += "ext4"
+KERNEL_DEVICETREE ?= "thead/ice.dtb"
+UBOOT_MACHINE = "ice_evb_c910_defconfig"
+UBOOT_ENTRYPOINT = "0x80200000"
+UBOOT_DTB_LOADADDRESS = "0x82200000"