summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-bsp/conf/machine/zc702-zynq7.conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/zc702-zynq7.conf36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
index 0d829669..e7d7faac 100644
--- a/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
+++ b/meta-xilinx-bsp/conf/machine/zc702-zynq7.conf
@@ -11,21 +11,6 @@
11 11
12require conf/machine/zynq-generic.conf 12require conf/machine/zynq-generic.conf
13 13
14MACHINE_FEATURES = "rtc ext2 ext3 vfat usbhost"
15
16# u-boot configuration
17UBOOT_MACHINE ?= "xilinx_zynq_virt_defconfig"
18SPL_BINARY ?= "spl/boot.bin"
19
20EXTRA_IMAGEDEPENDS += " \
21 u-boot-zynq-uenv \
22 virtual/boot-bin \
23 virtual/bootloader \
24 u-boot-zynq-scr \
25 "
26
27SERIAL_CONSOLES ?= "115200;ttyPS0"
28
29KERNEL_DEVICETREE = "zynq-zc702.dtb" 14KERNEL_DEVICETREE = "zynq-zc702.dtb"
30 15
31IMAGE_BOOT_FILES += " \ 16IMAGE_BOOT_FILES += " \
@@ -33,24 +18,3 @@ IMAGE_BOOT_FILES += " \
33 uEnv.txt \ 18 uEnv.txt \
34 boot.scr \ 19 boot.scr \
35 " 20 "
36
37QB_MEM = "-m 1024"
38QB_NETWORK_DEVICE = "-net nic,netdev=eth0 -netdev user,id=eth0,tftp=/tftpboot -net nic"
39QB_DEFAULT_KERNEL:qemuboot-xilinx = "zImage"
40
41QB_SYSTEM_NAME ?= "${@qemu_target_binary(d)}"
42QB_DEFAULT_FSTYPE = "cpio.gz.u-boot"
43QB_DTB = "system.dtb"
44QB_ROOTFS_OPT:qemuboot-xilinx = " -drive if=sd,index=1,file=@ROOTFS@,format=raw"
45
46# Replicate BootROM like behaviour, having loaded SPL and PMU(ROM+FW)
47QB_OPT_APPEND = " \
48 -nographic -serial null -serial mon:stdio \
49 -initrd ${DEPLOY_DIR_IMAGE}/petalinux-image-minimal-zc702-zynq7.cpio.gz.u-boot \
50 -gdb tcp::9000 \
51 -device loader,addr=0xf8000008,data=0xDF0D,data-len=4 \
52 -device loader,addr=0xf8000140,data=0x00500801,data-len=4 \
53 -device loader,addr=0xf800012c,data=0x1ed044d,data-len=4 \
54 -device loader,addr=0xf8000108,data=0x0001e008,data-len=4 \
55 -device loader,addr=0xF8000910,data=0xF,data-len=0x4 \
56 "