From d9617006376d73e37f1db17857ee06c24e6b7c03 Mon Sep 17 00:00:00 2001 From: Nathan Rossi Date: Fri, 2 Aug 2013 12:41:14 +1000 Subject: meta-*: Remove deprecated sublayers * The machines supported in the sublayer BSPs are now supported in the base meta-xilinx layer, these sublayers are no longer required. * Relevant documentation has also been relocated into meta-xilinx/docs/*. Signed-off-by: Nathan Rossi --- meta-kc705/COPYING.MIT | 17 - meta-kc705/README | 65 -- meta-kc705/conf/layer.conf | 11 - meta-kc705/conf/machine/kc705-trd.conf | 11 - meta-kc705/recipes-bsp/u-boot/files/config.mk | 9 - meta-kc705/recipes-bsp/u-boot/files/xparameters.h | 48 - .../u-boot/u-boot-xlnx_2013.01.bbappend | 6 - meta-kc705/recipes-kernel/linux/linux-xlnx.inc | 9 - .../recipes-kernel/linux/linux-xlnx/defconfig | 1182 -------------------- .../recipes-kernel/linux/linux-xlnx/kc705-trd.dts | 502 --------- .../recipes-kernel/linux/linux-xlnx_3.8.bbappend | 1 - meta-zc702/COPYING.MIT | 17 - meta-zc702/README | 46 - meta-zc702/conf/layer.conf | 11 - meta-zc702/conf/machine/zc702.conf | 14 - meta-zc702/recipes-kernel/linux/linux-xlnx.inc | 14 - .../recipes-kernel/linux/linux-xlnx/rtc_3.6.cfg | 76 -- .../recipes-kernel/linux/linux-xlnx/rtc_3.8.cfg | 78 -- .../recipes-kernel/linux/linux-xlnx/zynq-zc702.dts | 135 --- .../recipes-kernel/linux/linux-xlnx_3.6.bbappend | 1 - .../recipes-kernel/linux/linux-xlnx_3.8.bbappend | 1 - meta-zedboard/COPYING.MIT | 17 - meta-zedboard/README | 44 - meta-zedboard/conf/layer.conf | 11 - meta-zedboard/conf/machine/zedboard.conf | 15 - meta-zedboard/recipes-kernel/linux/linux-xlnx.inc | 16 - .../recipes-kernel/linux/linux-xlnx/nortc.cfg | 78 -- .../linux/linux-xlnx/zynq-zed-mmcblk0p2.dts | 11 - .../linux/linux-xlnx/zynq-zed-ram.dts | 11 - .../recipes-kernel/linux/linux-xlnx/zynq-zed.dtsi | 63 -- .../recipes-kernel/linux/linux-xlnx_3.6.bbappend | 1 - .../recipes-kernel/linux/linux-xlnx_3.8.bbappend | 1 - 32 files changed, 2522 deletions(-) delete mode 100644 meta-kc705/COPYING.MIT delete mode 100644 meta-kc705/README delete mode 100644 meta-kc705/conf/layer.conf delete mode 100644 meta-kc705/conf/machine/kc705-trd.conf delete mode 100644 meta-kc705/recipes-bsp/u-boot/files/config.mk delete mode 100644 meta-kc705/recipes-bsp/u-boot/files/xparameters.h delete mode 100644 meta-kc705/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bbappend delete mode 100644 meta-kc705/recipes-kernel/linux/linux-xlnx.inc delete mode 100644 meta-kc705/recipes-kernel/linux/linux-xlnx/defconfig delete mode 100644 meta-kc705/recipes-kernel/linux/linux-xlnx/kc705-trd.dts delete mode 100644 meta-kc705/recipes-kernel/linux/linux-xlnx_3.8.bbappend delete mode 100644 meta-zc702/COPYING.MIT delete mode 100644 meta-zc702/README delete mode 100644 meta-zc702/conf/layer.conf delete mode 100644 meta-zc702/conf/machine/zc702.conf delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx.inc delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.6.cfg delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.8.cfg delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx/zynq-zc702.dts delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx_3.6.bbappend delete mode 100644 meta-zc702/recipes-kernel/linux/linux-xlnx_3.8.bbappend delete mode 100644 meta-zedboard/COPYING.MIT delete mode 100644 meta-zedboard/README delete mode 100644 meta-zedboard/conf/layer.conf delete mode 100644 meta-zedboard/conf/machine/zedboard.conf delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx.inc delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-mmcblk0p2.dts delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-ram.dts delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed.dtsi delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx_3.6.bbappend delete mode 100644 meta-zedboard/recipes-kernel/linux/linux-xlnx_3.8.bbappend diff --git a/meta-kc705/COPYING.MIT b/meta-kc705/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-kc705/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/meta-kc705/README b/meta-kc705/README deleted file mode 100644 index 538d2a2c..00000000 --- a/meta-kc705/README +++ /dev/null @@ -1,65 +0,0 @@ -meta-kc705 -========== - -This README file contains information on using the meta-kc705 BSP layer. - -The KC705 is an evaluation board by Xilinx for the MicroBlaze architecture: - http://www.xilinx.com/products/boards-and-kits/DK-K7-EMBD-G.htm - -Please refer to the meta-xilinx/README for details regarding patch submission, -layer dependencies, build process, etc. - -Supported Boards/Machines -========================= - -Xilinx KC705 Embedded TRD (MicroBlaze) - 'kc705-trd' - The 'KC705_System' or 'BIST system' as described in the documentation. - - Note: this design contains the 'Xylon logiSDHC' additional IP cores, this is - not supported by this BSP. - -Reference files and documents -============================= - -For details on the TRD and Evaluation board: - http://www.xilinx.com/products/boards-and-kits/DK-K7-EMBD-G.htm - -For documentation and design files for the TRD: - http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/kintex-7_boards_and_kits/kintex-7_fpga_embedded_kit.html - -Additional information on MicroBlaze architecture can be found at: - http://www.xilinx.com/support/index.htm - -RAMFS/INITRD Boot (via JTAG/TFTP) -================================= - -Note: This boot flow requires a TFTP server as well as access to Xilinx tools -(for JTAG programming). - -Place the following images into the root of the TFTP server directory: - * core-image-minimal-.ext2.gz.u-boot (RootFS) - * linux.bin.ub (Linux Kernel) - * linux.bin.ub-.dtb (DTB) - -Download the bitstream for the target machine using JTAG (The pre-built -bitstream provided in the reference design files should be used). - -Download the 'u-boot.elf' to the target CPU via the use of XMD. - $ xmd - XMD% connect mb mdm - XMD% rst - XMD% dow u-boot.elf - XMD% con - -The serial console of the KC705 board (the USB-UART interface) will display the -U-Boot console. Configure the 'ipaddr' and 'serverip' of the U-Boot environment. - U-Boot> set serverip - U-Boot> set ipaddr - -Using the U-Boot console; load the Kernel (at 0x86000000), RootFS -(at 0x85000000) and the DTB (at 0x84000000) into memory. And then boot Linux -using the 'bootm' command. - U-Boot> tftp 0x86000000 linux.bin.ub - U-Boot> tftp 0x85000000 core-image-minimal-.ext2.gz.u-boot - U-Boot> tftp 0x84000000 linux.bin.ub-.dtb - U-Boot> bootm 0x86000000 0x85000000 0x84000000 diff --git a/meta-kc705/conf/layer.conf b/meta-kc705/conf/layer.conf deleted file mode 100644 index 5a065067..00000000 --- a/meta-kc705/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" -BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "kc705" -BBFILE_PATTERN_kc705 := "^${LAYERDIR}/" -BBFILE_PRIORITY_kc705 = "8" - diff --git a/meta-kc705/conf/machine/kc705-trd.conf b/meta-kc705/conf/machine/kc705-trd.conf deleted file mode 100644 index d9a79969..00000000 --- a/meta-kc705/conf/machine/kc705-trd.conf +++ /dev/null @@ -1,11 +0,0 @@ -#@TYPE: Machine -#@NAME: kc705-trd -#@DESCRIPTION: Machine support for Xilinx KC705 TRD. - -TARGET_CPU = "microblazeel" -MACHINE_FEATURES := "" - -require conf/machine/include/tune-microblaze.inc -TUNE_FEATURES_tune-microblaze += "v8.50 little-endian barrel-shift pattern-compare reorder multiply-low" - -SERIAL_CONSOLE = "115200 ttyS0" diff --git a/meta-kc705/recipes-bsp/u-boot/files/config.mk b/meta-kc705/recipes-bsp/u-boot/files/config.mk deleted file mode 100644 index 50dafe00..00000000 --- a/meta-kc705/recipes-bsp/u-boot/files/config.mk +++ /dev/null @@ -1,9 +0,0 @@ -PLATFORM_CPPFLAGS += -mxl-pattern-compare -PLATFORM_CPPFLAGS += -mxl-barrel-shift -PLATFORM_CPPFLAGS += -mxl-soft-div -PLATFORM_CPPFLAGS += -mno-xl-multiply-high -PLATFORM_CPPFLAGS += -mno-xl-soft-mul -PLATFORM_CPPFLAGS += -mcpu=v8.50.a - -TEXT_BASE = 0xbfc00000 -CONFIG_SYS_TEXT_BASE = 0xbfc00000 diff --git a/meta-kc705/recipes-bsp/u-boot/files/xparameters.h b/meta-kc705/recipes-bsp/u-boot/files/xparameters.h deleted file mode 100644 index 994a26e6..00000000 --- a/meta-kc705/recipes-bsp/u-boot/files/xparameters.h +++ /dev/null @@ -1,48 +0,0 @@ -/* Microblaze is microblaze_0 */ -#define XILINX_USE_MSR_INSTR 1 -#define XILINX_PVR 2 -#define XILINX_FSL_NUMBER 0 -#define XILINX_USE_ICACHE 1 -#define XILINX_USE_DCACHE 1 -#define XILINX_DCACHE_BYTE_SIZE 8192 - -/* Interrupt controller is interrupt_cntlr */ -#define XILINX_INTC_BASEADDR 0x40100000 -#define XILINX_INTC_NUM_INTR_INPUTS 8 - -/* Timer pheriphery is dual_timer_counter */ -#define XILINX_TIMER_BASEADDR 0x40300000 -#define XILINX_TIMER_IRQ 3 - -/* System Timer Clock Frequency */ -#define XILINX_CLOCK_FREQ 100000000 - -/* Uart console is rs232_uart_1 */ -#define XILINX_UART16550 -#define XILINX_UART16550_BASEADDR 0x40400000 -#define XILINX_UART16550_CLOCK_HZ 100000000 -#define XILINX_UARTLITE_BASEADDR 0x40200000 -#define CONFIG_CONS_INDEX 1 - -/* IIC pheriphery is iic_eeprom */ -#define XILINX_IIC_0_BASEADDR 0x40a00000 -#define XILINX_IIC_0_FREQ 100000 -#define XILINX_IIC_0_BIT 0 - -/* GPIO doesn't exist */ - -/* SDIO doesn't exist */ - -/* Main Memory is ddr3_sdram */ -#define XILINX_RAM_START 0x80000000 -#define XILINX_RAM_SIZE 0x40000000 - -/* Flash Memory is linear_flash */ -#define XILINX_FLASH_START 0x48000000 -#define XILINX_FLASH_SIZE 0x08000000 - -/* Sysace doesn't exist */ - -/* Ethernet controller is soft_ethernet_mac */ -#define XILINX_AXIEMAC_BASEADDR 0x50100000 -#define XILINX_AXIDMA_BASEADDR 0x50000000 diff --git a/meta-kc705/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bbappend b/meta-kc705/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bbappend deleted file mode 100644 index 154793f8..00000000 --- a/meta-kc705/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bbappend +++ /dev/null @@ -1,6 +0,0 @@ - -FILESEXTRAPATHS_append_kc705-trd := "${THISDIR}/files:" -SRC_URI_append_kc705-trd = " \ - file://config.mk \ - file://xparameters.h \ - " diff --git a/meta-kc705/recipes-kernel/linux/linux-xlnx.inc b/meta-kc705/recipes-kernel/linux/linux-xlnx.inc deleted file mode 100644 index b93086a3..00000000 --- a/meta-kc705/recipes-kernel/linux/linux-xlnx.inc +++ /dev/null @@ -1,9 +0,0 @@ -# linux-xlnx specific modifications for Xilinx KC705 TRD - -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" -SRC_URI_append_kc705-trd += "file://defconfig" - -SRC_URI_append_kc705-trd += "file://kc705-trd.dts" -KERNEL_DEVICETREE_kc705-trd = "${WORKDIR}/kc705-trd.dts" - -COMPATIBLE_MACHINE_kc705-trd = "kc705-trd" diff --git a/meta-kc705/recipes-kernel/linux/linux-xlnx/defconfig b/meta-kc705/recipes-kernel/linux/linux-xlnx/defconfig deleted file mode 100644 index d01b8120..00000000 --- a/meta-kc705/recipes-kernel/linux/linux-xlnx/defconfig +++ /dev/null @@ -1,1182 +0,0 @@ -# -# Automatically generated file; DO NOT EDIT. -# Linux/microblaze 3.6.0 Kernel Configuration -# -CONFIG_MICROBLAZE=y -# CONFIG_SWAP is not set -CONFIG_RWSEM_GENERIC_SPINLOCK=y -CONFIG_ZONE_DMA=y -CONFIG_ARCH_POPULATES_NODE_MAP=y -# CONFIG_ARCH_HAS_ILOG2_U32 is not set -# CONFIG_ARCH_HAS_ILOG2_U64 is not set -CONFIG_GENERIC_HWEIGHT=y -CONFIG_GENERIC_CALIBRATE_DELAY=y -CONFIG_GENERIC_GPIO=y -CONFIG_GENERIC_CSUM=y -CONFIG_STACKTRACE_SUPPORT=y -CONFIG_LOCKDEP_SUPPORT=y -CONFIG_HAVE_LATENCYTOP_SUPPORT=y -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" - -# -# General setup -# -CONFIG_EXPERIMENTAL=y -CONFIG_BROKEN_ON_SMP=y -CONFIG_INIT_ENV_ARG_LIMIT=32 -CONFIG_CROSS_COMPILE="" -CONFIG_LOCALVERSION="" -CONFIG_LOCALVERSION_AUTO=y -CONFIG_DEFAULT_HOSTNAME="(none)" -CONFIG_SYSVIPC=y -CONFIG_SYSVIPC_SYSCTL=y -CONFIG_POSIX_MQUEUE=y -CONFIG_POSIX_MQUEUE_SYSCTL=y -# CONFIG_BSD_PROCESS_ACCT is not set -# CONFIG_FHANDLE is not set -# CONFIG_TASKSTATS is not set -# CONFIG_AUDIT is not set -CONFIG_HAVE_GENERIC_HARDIRQS=y - -# -# IRQ subsystem -# -CONFIG_GENERIC_HARDIRQS=y -CONFIG_GENERIC_IRQ_PROBE=y -CONFIG_GENERIC_IRQ_SHOW=y -CONFIG_IRQ_DOMAIN=y -CONFIG_GENERIC_CLOCKEVENTS=y -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y - -# -# Timers subsystem -# -CONFIG_TICK_ONESHOT=y -CONFIG_NO_HZ=y -CONFIG_HIGH_RES_TIMERS=y - -# -# RCU Subsystem -# -CONFIG_TINY_RCU=y -# CONFIG_PREEMPT_RCU is not set -# CONFIG_TREE_RCU_TRACE is not set -CONFIG_IKCONFIG=y -CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=14 -# CONFIG_CGROUPS is not set -# CONFIG_CHECKPOINT_RESTORE is not set -# CONFIG_NAMESPACES is not set -# CONFIG_SCHED_AUTOGROUP is not set -CONFIG_SYSFS_DEPRECATED=y -CONFIG_SYSFS_DEPRECATED_V2=y -# CONFIG_RELAY is not set -CONFIG_BLK_DEV_INITRD=y -CONFIG_INITRAMFS_SOURCE="" -CONFIG_INITRAMFS_ROOT_UID=0 -CONFIG_INITRAMFS_ROOT_GID=0 -CONFIG_RD_GZIP=y -# CONFIG_RD_BZIP2 is not set -# CONFIG_RD_LZMA is not set -# CONFIG_RD_XZ is not set -# CONFIG_RD_LZO is not set -CONFIG_INITRAMFS_COMPRESSION_NONE=y -# CONFIG_INITRAMFS_COMPRESSION_GZIP is not set -CONFIG_CC_OPTIMIZE_FOR_SIZE=y -CONFIG_SYSCTL=y -CONFIG_ANON_INODES=y -CONFIG_EXPERT=y -CONFIG_SYSCTL_SYSCALL=y -CONFIG_KALLSYMS=y -# CONFIG_KALLSYMS_ALL is not set -CONFIG_HOTPLUG=y -CONFIG_PRINTK=y -CONFIG_BUG=y -CONFIG_ELF_CORE=y -CONFIG_BASE_FULL=y -CONFIG_FUTEX=y -CONFIG_EPOLL=y -CONFIG_SIGNALFD=y -CONFIG_TIMERFD=y -CONFIG_EVENTFD=y -CONFIG_SHMEM=y -CONFIG_AIO=y -CONFIG_EMBEDDED=y - -# -# Kernel Performance Events And Counters -# -CONFIG_VM_EVENT_COUNTERS=y -CONFIG_COMPAT_BRK=y -CONFIG_SLAB=y -# CONFIG_SLUB is not set -# CONFIG_SLOB is not set -# CONFIG_PROFILING is not set -CONFIG_HAVE_OPROFILE=y -CONFIG_HAVE_DMA_ATTRS=y -CONFIG_HAVE_DMA_API_DEBUG=y -CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y - -# -# GCOV-based kernel profiling -# -# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set -CONFIG_SLABINFO=y -CONFIG_RT_MUTEXES=y -CONFIG_BASE_SMALL=0 -CONFIG_MODULES=y -# CONFIG_MODULE_FORCE_LOAD is not set -CONFIG_MODULE_UNLOAD=y -# CONFIG_MODULE_FORCE_UNLOAD is not set -# CONFIG_MODVERSIONS is not set -# CONFIG_MODULE_SRCVERSION_ALL is not set -CONFIG_BLOCK=y -CONFIG_LBDAF=y -CONFIG_BLK_DEV_BSG=y -# CONFIG_BLK_DEV_BSGLIB is not set -# CONFIG_BLK_DEV_INTEGRITY is not set - -# -# Partition Types -# -# CONFIG_PARTITION_ADVANCED is not set -CONFIG_MSDOS_PARTITION=y - -# -# IO Schedulers -# -CONFIG_IOSCHED_NOOP=y -CONFIG_IOSCHED_DEADLINE=y -CONFIG_IOSCHED_CFQ=y -# CONFIG_DEFAULT_DEADLINE is not set -CONFIG_DEFAULT_CFQ=y -# CONFIG_DEFAULT_NOOP is not set -CONFIG_DEFAULT_IOSCHED="cfq" -# CONFIG_INLINE_SPIN_TRYLOCK is not set -# CONFIG_INLINE_SPIN_TRYLOCK_BH is not set -# CONFIG_INLINE_SPIN_LOCK is not set -# CONFIG_INLINE_SPIN_LOCK_BH is not set -# CONFIG_INLINE_SPIN_LOCK_IRQ is not set -# CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set -# CONFIG_INLINE_SPIN_UNLOCK_BH is not set -CONFIG_INLINE_SPIN_UNLOCK_IRQ=y -# CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_READ_TRYLOCK is not set -# CONFIG_INLINE_READ_LOCK is not set -# CONFIG_INLINE_READ_LOCK_BH is not set -# CONFIG_INLINE_READ_LOCK_IRQ is not set -# CONFIG_INLINE_READ_LOCK_IRQSAVE is not set -CONFIG_INLINE_READ_UNLOCK=y -# CONFIG_INLINE_READ_UNLOCK_BH is not set -CONFIG_INLINE_READ_UNLOCK_IRQ=y -# CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set -# CONFIG_INLINE_WRITE_TRYLOCK is not set -# CONFIG_INLINE_WRITE_LOCK is not set -# CONFIG_INLINE_WRITE_LOCK_BH is not set -# CONFIG_INLINE_WRITE_LOCK_IRQ is not set -# CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set -CONFIG_INLINE_WRITE_UNLOCK=y -# CONFIG_INLINE_WRITE_UNLOCK_BH is not set -CONFIG_INLINE_WRITE_UNLOCK_IRQ=y -# CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set -# CONFIG_MUTEX_SPIN_ON_OWNER is not set -# CONFIG_FREEZER is not set - -# -# Platform options -# -CONFIG_PLATFORM_GENERIC=y -# CONFIG_OPT_LIB_FUNCTION is not set - -# -# Definitions for MICROBLAZE0 -# -CONFIG_KERNEL_BASE_ADDR=0x80000000 -CONFIG_XILINX_MICROBLAZE0_FAMILY="kintex7" -CONFIG_XILINX_MICROBLAZE0_USE_MSR_INSTR=1 -CONFIG_XILINX_MICROBLAZE0_USE_PCMP_INSTR=1 -CONFIG_XILINX_MICROBLAZE0_USE_BARREL=1 -CONFIG_XILINX_MICROBLAZE0_USE_DIV=0 -CONFIG_XILINX_MICROBLAZE0_USE_HW_MUL=1 -CONFIG_XILINX_MICROBLAZE0_USE_FPU=0 -CONFIG_XILINX_MICROBLAZE0_HW_VER="8.50.a" - -# -# Processor type and features -# -CONFIG_PREEMPT_NONE=y -# CONFIG_PREEMPT_VOLUNTARY is not set -# CONFIG_PREEMPT is not set -# CONFIG_HZ_100 is not set -CONFIG_HZ_250=y -# CONFIG_HZ_300 is not set -# CONFIG_HZ_1000 is not set -CONFIG_HZ=250 -CONFIG_SCHED_HRTICK=y -CONFIG_MMU=y - -# -# Boot options -# -# CONFIG_CMDLINE_BOOL is not set -CONFIG_SECCOMP=y - -# -# Advanced setup -# -CONFIG_ADVANCED_OPTIONS=y -# CONFIG_HIGHMEM is not set -CONFIG_LOWMEM_SIZE_BOOL=y -CONFIG_LOWMEM_SIZE=0x30000000 -CONFIG_MANUAL_RESET_VECTOR=0x0 -CONFIG_KERNEL_START_BOOL=y -CONFIG_KERNEL_START=0xc0000000 -CONFIG_TASK_SIZE_BOOL=y -CONFIG_TASK_SIZE=0x80000000 -CONFIG_KERNEL_PAD=0x80000 -CONFIG_SELECT_MEMORY_MODEL=y -CONFIG_FLATMEM_MANUAL=y -CONFIG_FLATMEM=y -CONFIG_FLAT_NODE_MEM_MAP=y -CONFIG_HAVE_MEMBLOCK=y -CONFIG_HAVE_MEMBLOCK_NODE_MAP=y -CONFIG_PAGEFLAGS_EXTENDED=y -CONFIG_SPLIT_PTLOCK_CPUS=4 -# CONFIG_COMPACTION is not set -# CONFIG_PHYS_ADDR_T_64BIT is not set -CONFIG_ZONE_DMA_FLAG=1 -CONFIG_BOUNCE=y -CONFIG_VIRT_TO_BUS=y -# CONFIG_KSM is not set -CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 -CONFIG_CROSS_MEMORY_ATTACH=y -CONFIG_NEED_PER_CPU_KM=y -# CONFIG_CLEANCACHE is not set - -# -# Executable file formats -# -CONFIG_BINFMT_ELF=y -# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set -# CONFIG_HAVE_AOUT is not set -CONFIG_BINFMT_MISC=y - -# -# Bus Options -# -# CONFIG_PCI is not set -# CONFIG_PCI_DOMAINS is not set -# CONFIG_PCI_SYSCALL is not set -# CONFIG_ARCH_SUPPORTS_MSI is not set -CONFIG_NET=y - -# -# Networking options -# -CONFIG_PACKET=y -CONFIG_UNIX=y -# CONFIG_UNIX_DIAG is not set -CONFIG_XFRM=y -# CONFIG_XFRM_USER is not set -# CONFIG_XFRM_SUB_POLICY is not set -# CONFIG_XFRM_MIGRATE is not set -# CONFIG_XFRM_STATISTICS is not set -# CONFIG_NET_KEY is not set -CONFIG_INET=y -# CONFIG_IP_MULTICAST is not set -# CONFIG_IP_ADVANCED_ROUTER is not set -# CONFIG_IP_PNP is not set -# CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE_DEMUX is not set -# CONFIG_ARPD is not set -# CONFIG_SYN_COOKIES is not set -# CONFIG_NET_IPVTI is not set -# CONFIG_INET_AH is not set -# CONFIG_INET_ESP is not set -# CONFIG_INET_IPCOMP is not set -# CONFIG_INET_XFRM_TUNNEL is not set -# CONFIG_INET_TUNNEL is not set -CONFIG_INET_XFRM_MODE_TRANSPORT=y -CONFIG_INET_XFRM_MODE_TUNNEL=y -CONFIG_INET_XFRM_MODE_BEET=y -CONFIG_INET_LRO=y -CONFIG_INET_DIAG=y -CONFIG_INET_TCP_DIAG=y -# CONFIG_INET_UDP_DIAG is not set -# CONFIG_TCP_CONG_ADVANCED is not set -CONFIG_TCP_CONG_CUBIC=y -CONFIG_DEFAULT_TCP_CONG="cubic" -# CONFIG_TCP_MD5SIG is not set -# CONFIG_IPV6 is not set -# CONFIG_NETWORK_SECMARK is not set -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set -# CONFIG_NETFILTER is not set -# CONFIG_IP_DCCP is not set -# CONFIG_IP_SCTP is not set -# CONFIG_RDS is not set -# CONFIG_TIPC is not set -# CONFIG_ATM is not set -# CONFIG_L2TP is not set -# CONFIG_BRIDGE is not set -# CONFIG_NET_DSA is not set -# CONFIG_VLAN_8021Q is not set -# CONFIG_DECNET is not set -# CONFIG_LLC2 is not set -# CONFIG_IPX is not set -# CONFIG_ATALK is not set -# CONFIG_X25 is not set -# CONFIG_LAPB is not set -# CONFIG_WAN_ROUTER is not set -# CONFIG_PHONET is not set -# CONFIG_IEEE802154 is not set -# CONFIG_NET_SCHED is not set -# CONFIG_DCB is not set -# CONFIG_BATMAN_ADV is not set -# CONFIG_OPENVSWITCH is not set -CONFIG_BQL=y - -# -# Network testing -# -# CONFIG_NET_PKTGEN is not set -# CONFIG_HAMRADIO is not set -# CONFIG_CAN is not set -# CONFIG_IRDA is not set -# CONFIG_BT is not set -# CONFIG_AF_RXRPC is not set -CONFIG_WIRELESS=y -# CONFIG_CFG80211 is not set -# CONFIG_LIB80211 is not set - -# -# CFG80211 needs to be enabled for MAC80211 -# -# CONFIG_WIMAX is not set -# CONFIG_RFKILL is not set -# CONFIG_NET_9P is not set -# CONFIG_CAIF is not set -# CONFIG_CEPH_LIB is not set -# CONFIG_NFC is not set - -# -# Device Drivers -# - -# -# Generic Driver Options -# -CONFIG_UEVENT_HELPER_PATH="" -CONFIG_DEVTMPFS=y -CONFIG_DEVTMPFS_MOUNT=y -CONFIG_STANDALONE=y -CONFIG_PREVENT_FIRMWARE_BUILD=y -CONFIG_FW_LOADER=y -CONFIG_FIRMWARE_IN_KERNEL=y -CONFIG_EXTRA_FIRMWARE="" -# CONFIG_DEBUG_DRIVER is not set -# CONFIG_DEBUG_DEVRES is not set -# CONFIG_SYS_HYPERVISOR is not set -CONFIG_GENERIC_CPU_DEVICES=y -# CONFIG_DMA_SHARED_BUFFER is not set -# CONFIG_CONNECTOR is not set -CONFIG_MTD=y -# CONFIG_MTD_TESTS is not set -# CONFIG_MTD_REDBOOT_PARTS is not set -CONFIG_MTD_CMDLINE_PARTS=y -CONFIG_MTD_OF_PARTS=y -# CONFIG_MTD_AR7_PARTS is not set - -# -# User Modules And Translation Layers -# -CONFIG_MTD_CHAR=y -# CONFIG_MTD_BLKDEVS is not set -# CONFIG_MTD_BLOCK is not set -# CONFIG_MTD_BLOCK_RO is not set -# CONFIG_FTL is not set -# CONFIG_NFTL is not set -# CONFIG_INFTL is not set -# CONFIG_RFD_FTL is not set -# CONFIG_SSFDC is not set -# CONFIG_SM_FTL is not set -# CONFIG_MTD_OOPS is not set - -# -# RAM/ROM/Flash chip drivers -# -CONFIG_MTD_CFI=y -CONFIG_MTD_JEDECPROBE=y -CONFIG_MTD_GEN_PROBE=y -CONFIG_MTD_CFI_ADV_OPTIONS=y -CONFIG_MTD_CFI_NOSWAP=y -# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set -# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set -# CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_MAP_BANK_WIDTH_1=y -CONFIG_MTD_MAP_BANK_WIDTH_2=y -CONFIG_MTD_MAP_BANK_WIDTH_4=y -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set -CONFIG_MTD_CFI_I1=y -CONFIG_MTD_CFI_I2=y -# CONFIG_MTD_CFI_I4 is not set -# CONFIG_MTD_CFI_I8 is not set -# CONFIG_MTD_OTP is not set -CONFIG_MTD_CFI_INTELEXT=y -CONFIG_MTD_CFI_AMDSTD=y -CONFIG_MTD_CFI_STAA=y -CONFIG_MTD_CFI_UTIL=y -CONFIG_MTD_RAM=y -# CONFIG_MTD_ROM is not set -# CONFIG_MTD_ABSENT is not set - -# -# Mapping drivers for chip access -# -CONFIG_MTD_COMPLEX_MAPPINGS=y -CONFIG_MTD_PHYSMAP=y -# CONFIG_MTD_PHYSMAP_COMPAT is not set -CONFIG_MTD_PHYSMAP_OF=y -# CONFIG_MTD_GPIO_ADDR is not set -# CONFIG_MTD_PLATRAM is not set -# CONFIG_MTD_LATCH_ADDR is not set - -# -# Self-contained MTD device drivers -# -# CONFIG_MTD_DATAFLASH is not set -# CONFIG_MTD_M25P80 is not set -# CONFIG_MTD_SST25L is not set -# CONFIG_MTD_SLRAM is not set -# CONFIG_MTD_PHRAM is not set -# CONFIG_MTD_MTDRAM is not set -# CONFIG_MTD_BLOCK2MTD is not set - -# -# Disk-On-Chip Device Drivers -# -# CONFIG_MTD_DOCG3 is not set -# CONFIG_MTD_NAND is not set -# CONFIG_MTD_ONENAND is not set - -# -# LPDDR flash memory drivers -# -# CONFIG_MTD_LPDDR is not set -# CONFIG_MTD_UBI is not set -CONFIG_DTC=y -CONFIG_OF=y - -# -# Device Tree and Open Firmware support -# -CONFIG_PROC_DEVICETREE=y -# CONFIG_OF_SELFTEST is not set -CONFIG_OF_FLATTREE=y -CONFIG_OF_EARLY_FLATTREE=y -CONFIG_OF_ADDRESS=y -CONFIG_OF_IRQ=y -CONFIG_OF_DEVICE=y -CONFIG_OF_NET=y -CONFIG_OF_MDIO=y -CONFIG_OF_MTD=y -# CONFIG_PARPORT is not set -CONFIG_BLK_DEV=y -# CONFIG_BLK_DEV_COW_COMMON is not set -# CONFIG_BLK_DEV_LOOP is not set - -# -# DRBD disabled because PROC_FS, INET or CONNECTOR not selected -# -# CONFIG_BLK_DEV_NBD is not set -CONFIG_BLK_DEV_RAM=y -CONFIG_BLK_DEV_RAM_COUNT=16 -CONFIG_BLK_DEV_RAM_SIZE=16384 -# CONFIG_BLK_DEV_XIP is not set -# CONFIG_CDROM_PKTCDVD is not set -# CONFIG_ATA_OVER_ETH is not set -CONFIG_XILINX_SYSACE=y -# CONFIG_BLK_DEV_RBD is not set - -# -# Misc devices -# -# CONFIG_AD525X_DPOT is not set -# CONFIG_ENCLOSURE_SERVICES is not set -# CONFIG_TI_DAC7512 is not set -# CONFIG_BMP085_SPI is not set -# CONFIG_C2PORT is not set - -# -# EEPROM support -# -# CONFIG_EEPROM_AT25 is not set -# CONFIG_EEPROM_93CX6 is not set -# CONFIG_EEPROM_93XX46 is not set - -# -# Texas Instruments shared transport line discipline -# -# CONFIG_TI_ST is not set - -# -# Altera FPGA firmware download module -# - -# -# SCSI device support -# -CONFIG_SCSI_MOD=y -# CONFIG_RAID_ATTRS is not set -# CONFIG_SCSI is not set -# CONFIG_SCSI_DMA is not set -# CONFIG_SCSI_NETLINK is not set -# CONFIG_ATA is not set -# CONFIG_MD is not set -CONFIG_NETDEVICES=y -CONFIG_NET_CORE=y -# CONFIG_BONDING is not set -# CONFIG_DUMMY is not set -# CONFIG_EQUALIZER is not set -# CONFIG_MII is not set -# CONFIG_NET_TEAM is not set -# CONFIG_MACVLAN is not set -# CONFIG_NETCONSOLE is not set -# CONFIG_NETPOLL is not set -# CONFIG_NET_POLL_CONTROLLER is not set -# CONFIG_TUN is not set -# CONFIG_VETH is not set - -# -# CAIF transport drivers -# -CONFIG_ETHERNET=y -CONFIG_NET_VENDOR_BROADCOM=y -# CONFIG_B44 is not set -# CONFIG_NET_CALXEDA_XGMAC is not set -CONFIG_NET_VENDOR_CHELSIO=y -# CONFIG_DNET is not set -CONFIG_NET_VENDOR_INTEL=y -CONFIG_NET_VENDOR_I825XX=y -CONFIG_NET_VENDOR_MARVELL=y -CONFIG_NET_VENDOR_MICREL=y -# CONFIG_KS8851 is not set -# CONFIG_KS8851_MLL is not set -CONFIG_NET_VENDOR_MICROCHIP=y -# CONFIG_ENC28J60 is not set -CONFIG_NET_VENDOR_NATSEMI=y -CONFIG_NET_VENDOR_8390=y -# CONFIG_ETHOC is not set -CONFIG_NET_VENDOR_SEEQ=y -# CONFIG_SEEQ8005 is not set -CONFIG_NET_VENDOR_STMICRO=y -# CONFIG_STMMAC_ETH is not set -CONFIG_NET_VENDOR_WIZNET=y -# CONFIG_WIZNET_W5100 is not set -# CONFIG_WIZNET_W5300 is not set -CONFIG_NET_VENDOR_XILINX=y -CONFIG_XILINX_EMACLITE=y -CONFIG_XILINX_AXI_EMAC=y -CONFIG_XILINX_LLTEMAC=y -# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_RGMII is not set -CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_GMII=y -# CONFIG_XILINX_LLTEMAC_MARVELL_88E1111_MII is not set -# CONFIG_XILINX_LLTEMAC_XILINX_1000BASEX is not set -CONFIG_PHYLIB=y - -# -# MII PHY device drivers -# -# CONFIG_AMD_PHY is not set -# CONFIG_MARVELL_PHY is not set -# CONFIG_DAVICOM_PHY is not set -# CONFIG_QSEMI_PHY is not set -# CONFIG_LXT_PHY is not set -# CONFIG_CICADA_PHY is not set -# CONFIG_VITESSE_PHY is not set -# CONFIG_SMSC_PHY is not set -# CONFIG_BROADCOM_PHY is not set -# CONFIG_BCM87XX_PHY is not set -# CONFIG_ICPLUS_PHY is not set -# CONFIG_REALTEK_PHY is not set -# CONFIG_NATIONAL_PHY is not set -# CONFIG_STE10XP is not set -# CONFIG_LSI_ET1011C_PHY is not set -# CONFIG_MICREL_PHY is not set -# CONFIG_FIXED_PHY is not set -# CONFIG_MDIO_BITBANG is not set -# CONFIG_MDIO_BUS_MUX_GPIO is not set -# CONFIG_MICREL_KS8995MA is not set -# CONFIG_PPP is not set -# CONFIG_SLIP is not set -CONFIG_WLAN=y -# CONFIG_HOSTAP is not set -# CONFIG_WL_TI is not set - -# -# Enable WiMAX (Networking options) to see the WiMAX drivers -# -# CONFIG_WAN is not set -# CONFIG_ISDN is not set - -# -# Input device support -# -# CONFIG_INPUT is not set - -# -# Hardware I/O ports -# -# CONFIG_SERIO is not set -# CONFIG_GAMEPORT is not set - -# -# Character devices -# -# CONFIG_VT is not set -CONFIG_UNIX98_PTYS=y -# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set -# CONFIG_LEGACY_PTYS is not set -# CONFIG_SERIAL_NONSTANDARD is not set -# CONFIG_N_GSM is not set -# CONFIG_TRACE_SINK is not set -CONFIG_DEVKMEM=y - -# -# Serial drivers -# -CONFIG_SERIAL_8250=y -CONFIG_SERIAL_8250_CONSOLE=y -CONFIG_SERIAL_8250_NR_UARTS=4 -CONFIG_SERIAL_8250_RUNTIME_UARTS=4 -# CONFIG_SERIAL_8250_EXTENDED is not set -# CONFIG_SERIAL_8250_DW is not set - -# -# Non-8250 serial port support -# -# CONFIG_SERIAL_MAX3100 is not set -# CONFIG_SERIAL_MAX3107 is not set -CONFIG_SERIAL_UARTLITE=y -CONFIG_SERIAL_UARTLITE_CONSOLE=y -CONFIG_SERIAL_CORE=y -CONFIG_SERIAL_CORE_CONSOLE=y -CONFIG_SERIAL_OF_PLATFORM=y -# CONFIG_SERIAL_TIMBERDALE is not set -# CONFIG_SERIAL_ALTERA_JTAGUART is not set -# CONFIG_SERIAL_ALTERA_UART is not set -# CONFIG_SERIAL_IFX6X60 is not set -# CONFIG_TTY_PRINTK is not set -# CONFIG_IPMI_HANDLER is not set -# CONFIG_HW_RANDOM is not set -# CONFIG_RTC is not set -# CONFIG_GEN_RTC is not set -# CONFIG_XILINX_HWICAP is not set -# CONFIG_R3964 is not set - -# -# PCMCIA character devices -# -# CONFIG_RAW_DRIVER is not set -# CONFIG_TCG_TPM is not set -# CONFIG_I2C is not set -CONFIG_SPI=y -# CONFIG_SPI_DEBUG is not set -CONFIG_SPI_MASTER=y - -# -# SPI Master Controller Drivers -# -# CONFIG_SPI_ALTERA is not set -CONFIG_SPI_BITBANG=y -# CONFIG_SPI_GPIO is not set -# CONFIG_SPI_OC_TINY is not set -# CONFIG_SPI_PXA2XX_PCI is not set -CONFIG_SPI_XILINX=y -# CONFIG_SPI_DESIGNWARE is not set - -# -# SPI Protocol Masters -# -# CONFIG_SPI_SPIDEV is not set -# CONFIG_SPI_TLE62X0 is not set -# CONFIG_HSI is not set - -# -# PPS support -# -# CONFIG_PPS is not set - -# -# PPS generators support -# - -# -# PTP clock support -# - -# -# Enable Device Drivers -> PPS to see the PTP clock options. -# -CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y -CONFIG_GPIOLIB=y -CONFIG_OF_GPIO=y -# CONFIG_DEBUG_GPIO is not set -CONFIG_GPIO_SYSFS=y - -# -# Memory mapped GPIO drivers: -# -# CONFIG_GPIO_GENERIC_PLATFORM is not set -CONFIG_GPIO_XILINX=y - -# -# I2C GPIO expanders: -# - -# -# PCI GPIO expanders: -# - -# -# SPI GPIO expanders: -# -# CONFIG_GPIO_MAX7301 is not set -# CONFIG_GPIO_MCP23S08 is not set -# CONFIG_GPIO_MC33880 is not set -# CONFIG_GPIO_74X164 is not set - -# -# AC97 GPIO expanders: -# - -# -# MODULbus GPIO expanders: -# -# CONFIG_W1 is not set -# CONFIG_POWER_SUPPLY is not set -# CONFIG_POWER_AVS is not set -# CONFIG_HWMON is not set -# CONFIG_THERMAL is not set -# CONFIG_WATCHDOG is not set -CONFIG_SSB_POSSIBLE=y - -# -# Sonics Silicon Backplane -# -# CONFIG_SSB is not set -CONFIG_BCMA_POSSIBLE=y - -# -# Broadcom specific AMBA -# -# CONFIG_BCMA is not set - -# -# Multifunction device drivers -# -# CONFIG_MFD_CORE is not set -# CONFIG_MFD_SM501 is not set -# CONFIG_HTC_PASIC3 is not set -# CONFIG_MFD_TPS65912_SPI is not set -# CONFIG_MFD_STMPE is not set -# CONFIG_MFD_TMIO is not set -# CONFIG_MFD_DA9052_SPI is not set -# CONFIG_MFD_ARIZONA_SPI is not set -# CONFIG_MFD_WM831X_SPI is not set -# CONFIG_MFD_MC13XXX_SPI is not set -# CONFIG_ABX500_CORE is not set -# CONFIG_EZX_PCAP is not set -# CONFIG_REGULATOR is not set -# CONFIG_MEDIA_SUPPORT is not set - -# -# Graphics support -# -# CONFIG_DRM is not set -# CONFIG_VGASTATE is not set -# CONFIG_VIDEO_OUTPUT_CONTROL is not set -# CONFIG_FB is not set -# CONFIG_EXYNOS_VIDEO is not set -# CONFIG_BACKLIGHT_LCD_SUPPORT is not set -# CONFIG_SOUND is not set -# CONFIG_USB_ARCH_HAS_OHCI is not set -CONFIG_USB_ARCH_HAS_EHCI=y -# CONFIG_USB_ARCH_HAS_XHCI is not set -# CONFIG_USB_SUPPORT is not set -# CONFIG_MMC is not set -# CONFIG_MEMSTICK is not set -# CONFIG_NEW_LEDS is not set -# CONFIG_ACCESSIBILITY is not set -# CONFIG_RTC_CLASS is not set -# CONFIG_DMADEVICES is not set -# CONFIG_AUXDISPLAY is not set -CONFIG_XILINX_EDK=y -# CONFIG_XILINX_LLDMA_USE_DCR is not set -CONFIG_XILINX_DRIVERS=y -CONFIG_NEED_XILINX_LLDMA=y -CONFIG_UIO=y -CONFIG_UIO_PDRV_GENIRQ=y - -# -# Virtio drivers -# -# CONFIG_VIRTIO_BALLOON is not set -# CONFIG_VIRTIO_MMIO is not set - -# -# Microsoft Hyper-V guest support -# -# CONFIG_STAGING is not set - -# -# Hardware Spinlock drivers -# -CONFIG_IOMMU_SUPPORT=y -CONFIG_OF_IOMMU=y - -# -# Remoteproc drivers (EXPERIMENTAL) -# - -# -# Rpmsg drivers (EXPERIMENTAL) -# -# CONFIG_VIRT_DRIVERS is not set -# CONFIG_PM_DEVFREQ is not set -# CONFIG_EXTCON is not set -# CONFIG_MEMORY is not set -# CONFIG_IIO is not set -# CONFIG_PWM is not set -# CONFIG_PMODS is not set - -# -# File systems -# -CONFIG_EXT2_FS=y -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT2_FS_XIP=y -CONFIG_EXT3_FS=y -CONFIG_EXT3_DEFAULTS_TO_ORDERED=y -CONFIG_EXT3_FS_XATTR=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y -# CONFIG_EXT4_FS is not set -CONFIG_FS_XIP=y -CONFIG_JBD=y -CONFIG_FS_MBCACHE=y -# CONFIG_REISERFS_FS is not set -# CONFIG_JFS_FS is not set -# CONFIG_XFS_FS is not set -# CONFIG_GFS2_FS is not set -# CONFIG_BTRFS_FS is not set -# CONFIG_NILFS2_FS is not set -CONFIG_FS_POSIX_ACL=y -CONFIG_FILE_LOCKING=y -CONFIG_FSNOTIFY=y -# CONFIG_DNOTIFY is not set -CONFIG_INOTIFY_USER=y -# CONFIG_FANOTIFY is not set -# CONFIG_QUOTA is not set -# CONFIG_QUOTACTL is not set -# CONFIG_AUTOFS4_FS is not set -# CONFIG_FUSE_FS is not set - -# -# Caches -# -# CONFIG_FSCACHE is not set - -# -# CD-ROM/DVD Filesystems -# -# CONFIG_ISO9660_FS is not set -# CONFIG_UDF_FS is not set - -# -# DOS/FAT/NT Filesystems -# -# CONFIG_MSDOS_FS is not set -# CONFIG_VFAT_FS is not set -# CONFIG_NTFS_FS is not set - -# -# Pseudo filesystems -# -CONFIG_PROC_FS=y -# CONFIG_PROC_KCORE is not set -CONFIG_PROC_SYSCTL=y -CONFIG_PROC_PAGE_MONITOR=y -CONFIG_SYSFS=y -CONFIG_TMPFS=y -# CONFIG_TMPFS_POSIX_ACL is not set -# CONFIG_TMPFS_XATTR is not set -# CONFIG_HUGETLB_PAGE is not set -# CONFIG_CONFIGFS_FS is not set -CONFIG_MISC_FILESYSTEMS=y -# CONFIG_ADFS_FS is not set -# CONFIG_AFFS_FS is not set -# CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set -# CONFIG_BEFS_FS is not set -# CONFIG_BFS_FS is not set -# CONFIG_EFS_FS is not set -CONFIG_JFFS2_FS=y -CONFIG_JFFS2_FS_DEBUG=0 -CONFIG_JFFS2_FS_WRITEBUFFER=y -# CONFIG_JFFS2_FS_WBUF_VERIFY is not set -CONFIG_JFFS2_SUMMARY=y -# CONFIG_JFFS2_FS_XATTR is not set -# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set -CONFIG_JFFS2_ZLIB=y -# CONFIG_JFFS2_LZO is not set -CONFIG_JFFS2_RTIME=y -# CONFIG_JFFS2_RUBIN is not set -# CONFIG_LOGFS is not set -# CONFIG_CRAMFS is not set -# CONFIG_SQUASHFS is not set -# CONFIG_VXFS_FS is not set -# CONFIG_MINIX_FS is not set -# CONFIG_MINIX_FS_NATIVE_ENDIAN is not set -# CONFIG_OMFS_FS is not set -# CONFIG_HPFS_FS is not set -# CONFIG_QNX4FS_FS is not set -# CONFIG_QNX6FS_FS is not set -# CONFIG_ROMFS_FS is not set -# CONFIG_PSTORE is not set -# CONFIG_SYSV_FS is not set -# CONFIG_UFS_FS is not set -CONFIG_NETWORK_FILESYSTEMS=y -CONFIG_NFS_FS=y -CONFIG_NFS_V2=y -CONFIG_NFS_V3=y -# CONFIG_NFS_V3_ACL is not set -# CONFIG_NFS_V4 is not set -# CONFIG_NFS_SWAP is not set -# CONFIG_NFSD is not set -CONFIG_LOCKD=y -CONFIG_LOCKD_V4=y -CONFIG_NFS_COMMON=y -CONFIG_SUNRPC=y -# CONFIG_SUNRPC_DEBUG is not set -# CONFIG_CEPH_FS is not set -# CONFIG_CIFS is not set -# CONFIG_NCP_FS is not set -# CONFIG_CODA_FS is not set -# CONFIG_AFS_FS is not set -# CONFIG_NLS is not set - -# -# Kernel hacking -# -CONFIG_TRACE_IRQFLAGS_SUPPORT=y -# CONFIG_PRINTK_TIME is not set -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 -CONFIG_ENABLE_WARN_DEPRECATED=y -CONFIG_ENABLE_MUST_CHECK=y -CONFIG_FRAME_WARN=1024 -# CONFIG_MAGIC_SYSRQ is not set -# CONFIG_STRIP_ASM_SYMS is not set -# CONFIG_READABLE_ASM is not set -# CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_DEBUG_FS is not set -# CONFIG_HEADERS_CHECK is not set -# CONFIG_DEBUG_SECTION_MISMATCH is not set -CONFIG_DEBUG_KERNEL=y -# CONFIG_DEBUG_SHIRQ is not set -# CONFIG_LOCKUP_DETECTOR is not set -# CONFIG_HARDLOCKUP_DETECTOR is not set -# CONFIG_PANIC_ON_OOPS is not set -CONFIG_PANIC_ON_OOPS_VALUE=0 -# CONFIG_DETECT_HUNG_TASK is not set -CONFIG_SCHED_DEBUG=y -# CONFIG_SCHEDSTATS is not set -# CONFIG_TIMER_STATS is not set -# CONFIG_DEBUG_OBJECTS is not set -# CONFIG_DEBUG_SLAB is not set -# CONFIG_DEBUG_KMEMLEAK is not set -# CONFIG_DEBUG_RT_MUTEXES is not set -# CONFIG_RT_MUTEX_TESTER is not set -# CONFIG_DEBUG_SPINLOCK is not set -# CONFIG_DEBUG_MUTEXES is not set -# CONFIG_DEBUG_LOCK_ALLOC is not set -# CONFIG_PROVE_LOCKING is not set -# CONFIG_SPARSE_RCU_POINTER is not set -# CONFIG_LOCK_STAT is not set -# CONFIG_DEBUG_ATOMIC_SLEEP is not set -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set -# CONFIG_DEBUG_STACK_USAGE is not set -# CONFIG_DEBUG_KOBJECT is not set -# CONFIG_DEBUG_INFO is not set -# CONFIG_DEBUG_VM is not set -# CONFIG_DEBUG_WRITECOUNT is not set -# CONFIG_DEBUG_MEMORY_INIT is not set -# CONFIG_DEBUG_LIST is not set -# CONFIG_TEST_LIST_SORT is not set -# CONFIG_DEBUG_SG is not set -# CONFIG_DEBUG_NOTIFIERS is not set -# CONFIG_DEBUG_CREDENTIALS is not set -# CONFIG_BOOT_PRINTK_DELAY is not set -# CONFIG_RCU_TORTURE_TEST is not set -# CONFIG_RCU_TRACE is not set -# CONFIG_BACKTRACE_SELF_TEST is not set -# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set -# CONFIG_NOTIFIER_ERROR_INJECTION is not set -# CONFIG_FAULT_INJECTION is not set -# CONFIG_LATENCYTOP is not set -# CONFIG_DEBUG_PAGEALLOC is not set -CONFIG_HAVE_FUNCTION_TRACER=y -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y -CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y -CONFIG_HAVE_DYNAMIC_FTRACE=y -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y -CONFIG_TRACING_SUPPORT=y -# CONFIG_FTRACE is not set -# CONFIG_DMA_API_DEBUG is not set -# CONFIG_ATOMIC64_SELFTEST is not set -# CONFIG_SAMPLES is not set -CONFIG_HAVE_ARCH_KGDB=y -# CONFIG_KGDB is not set -# CONFIG_TEST_KSTRTOX is not set -CONFIG_EARLY_PRINTK=y -# CONFIG_HEART_BEAT is not set - -# -# Security options -# -# CONFIG_KEYS is not set -# CONFIG_SECURITY_DMESG_RESTRICT is not set -# CONFIG_SECURITY is not set -# CONFIG_SECURITYFS is not set -CONFIG_DEFAULT_SECURITY_DAC=y -CONFIG_DEFAULT_SECURITY="" -CONFIG_CRYPTO=y - -# -# Crypto core or helper -# -# CONFIG_CRYPTO_MANAGER is not set -# CONFIG_CRYPTO_MANAGER2 is not set -# CONFIG_CRYPTO_USER is not set -# CONFIG_CRYPTO_GF128MUL is not set -# CONFIG_CRYPTO_NULL is not set -# CONFIG_CRYPTO_CRYPTD is not set -# CONFIG_CRYPTO_AUTHENC is not set -# CONFIG_CRYPTO_TEST is not set - -# -# Authenticated Encryption with Associated Data -# -# CONFIG_CRYPTO_CCM is not set -# CONFIG_CRYPTO_GCM is not set -# CONFIG_CRYPTO_SEQIV is not set - -# -# Block modes -# -# CONFIG_CRYPTO_CBC is not set -# CONFIG_CRYPTO_CTR is not set -# CONFIG_CRYPTO_CTS is not set -# CONFIG_CRYPTO_ECB is not set -# CONFIG_CRYPTO_LRW is not set -# CONFIG_CRYPTO_PCBC is not set -# CONFIG_CRYPTO_XTS is not set - -# -# Hash modes -# -# CONFIG_CRYPTO_HMAC is not set -# CONFIG_CRYPTO_XCBC is not set -# CONFIG_CRYPTO_VMAC is not set - -# -# Digest -# -# CONFIG_CRYPTO_CRC32C is not set -# CONFIG_CRYPTO_GHASH is not set -# CONFIG_CRYPTO_MD4 is not set -# CONFIG_CRYPTO_MD5 is not set -# CONFIG_CRYPTO_MICHAEL_MIC is not set -# CONFIG_CRYPTO_RMD128 is not set -# CONFIG_CRYPTO_RMD160 is not set -# CONFIG_CRYPTO_RMD256 is not set -# CONFIG_CRYPTO_RMD320 is not set -# CONFIG_CRYPTO_SHA1 is not set -# CONFIG_CRYPTO_SHA256 is not set -# CONFIG_CRYPTO_SHA512 is not set -# CONFIG_CRYPTO_TGR192 is not set -# CONFIG_CRYPTO_WP512 is not set - -# -# Ciphers -# -# CONFIG_CRYPTO_AES is not set -# CONFIG_CRYPTO_ANUBIS is not set -# CONFIG_CRYPTO_ARC4 is not set -# CONFIG_CRYPTO_BLOWFISH is not set -# CONFIG_CRYPTO_CAMELLIA is not set -# CONFIG_CRYPTO_CAST5 is not set -# CONFIG_CRYPTO_CAST6 is not set -# CONFIG_CRYPTO_DES is not set -# CONFIG_CRYPTO_FCRYPT is not set -# CONFIG_CRYPTO_KHAZAD is not set -# CONFIG_CRYPTO_SALSA20 is not set -# CONFIG_CRYPTO_SEED is not set -# CONFIG_CRYPTO_SERPENT is not set -# CONFIG_CRYPTO_TEA is not set -# CONFIG_CRYPTO_TWOFISH is not set - -# -# Compression -# -# CONFIG_CRYPTO_DEFLATE is not set -# CONFIG_CRYPTO_ZLIB is not set -# CONFIG_CRYPTO_LZO is not set - -# -# Random Number Generation -# -# CONFIG_CRYPTO_ANSI_CPRNG is not set -# CONFIG_CRYPTO_USER_API_HASH is not set -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set -CONFIG_CRYPTO_HW=y -# CONFIG_BINARY_PRINTF is not set - -# -# Library routines -# -CONFIG_BITREVERSE=y -CONFIG_GENERIC_PCI_IOMAP=y -CONFIG_GENERIC_IO=y -# CONFIG_CRC_CCITT is not set -# CONFIG_CRC16 is not set -# CONFIG_CRC_T10DIF is not set -# CONFIG_CRC_ITU_T is not set -CONFIG_CRC32=y -# CONFIG_CRC32_SELFTEST is not set -CONFIG_CRC32_SLICEBY8=y -# CONFIG_CRC32_SLICEBY4 is not set -# CONFIG_CRC32_SARWATE is not set -# CONFIG_CRC32_BIT is not set -# CONFIG_CRC7 is not set -# CONFIG_LIBCRC32C is not set -# CONFIG_CRC8 is not set -CONFIG_ZLIB_INFLATE=y -CONFIG_ZLIB_DEFLATE=y -# CONFIG_XZ_DEC is not set -# CONFIG_XZ_DEC_BCJ is not set -CONFIG_DECOMPRESS_GZIP=y -CONFIG_HAS_IOMEM=y -CONFIG_HAS_IOPORT=y -CONFIG_HAS_DMA=y -CONFIG_DQL=y -CONFIG_NLATTR=y -CONFIG_GENERIC_ATOMIC64=y -CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y -# CONFIG_AVERAGE is not set -# CONFIG_CORDIC is not set -# CONFIG_DDR is not set diff --git a/meta-kc705/recipes-kernel/linux/linux-xlnx/kc705-trd.dts b/meta-kc705/recipes-kernel/linux/linux-xlnx/kc705-trd.dts deleted file mode 100644 index 00ae72a0..00000000 --- a/meta-kc705/recipes-kernel/linux/linux-xlnx/kc705-trd.dts +++ /dev/null @@ -1,502 +0,0 @@ -/dts-v1/; -/ { - #address-cells = <1>; - #size-cells = <1>; - compatible = "xlnx,microblaze"; - model = "Xilinx-KC705-TRD"; - aliases { - ethernet0 = &soft_ethernet_mac; - serial0 = &rs232_uart_1; - } ; - chosen { - bootargs = "console=ttyS0,115200 root=/dev/ram rw"; - linux,stdout-path = "/axi@2/serial@40400000"; - } ; - cpus { - #address-cells = <1>; - #cpus = <0x1>; - #size-cells = <0>; - microblaze_0: cpu@0 { - clock-frequency = <150000000>; - compatible = "xlnx,microblaze-8.50.a"; - d-cache-baseaddr = <0x80000000>; - d-cache-highaddr = <0xffffffff>; - d-cache-line-size = <0x20>; - d-cache-size = <0x2000>; - device_type = "cpu"; - i-cache-baseaddr = <0x80000000>; - i-cache-highaddr = <0xffffffff>; - i-cache-line-size = <0x20>; - i-cache-size = <0x2000>; - model = "microblaze,8.50.a"; - reg = <0>; - timebase-frequency = <150000000>; - xlnx,addr-tag-bits = <0x12>; - xlnx,allow-dcache-wr = <0x1>; - xlnx,allow-icache-wr = <0x1>; - xlnx,area-optimized = <0x0>; - xlnx,avoid-primitives = <0x0>; - xlnx,base-vectors = <0x0>; - xlnx,branch-target-cache-size = <0x0>; - xlnx,cache-byte-size = <0x2000>; - xlnx,d-axi = <0x1>; - xlnx,d-lmb = <0x1>; - xlnx,d-plb = <0x0>; - xlnx,data-size = <0x20>; - xlnx,dcache-addr-tag = <0x12>; - xlnx,dcache-always-used = <0x1>; - xlnx,dcache-byte-size = <0x2000>; - xlnx,dcache-data-width = <0x0>; - xlnx,dcache-force-tag-lutram = <0x1>; - xlnx,dcache-interface = <0x0>; - xlnx,dcache-line-len = <0x8>; - xlnx,dcache-use-fsl = <0x0>; - xlnx,dcache-use-writeback = <0x0>; - xlnx,dcache-victims = <0x0>; - xlnx,debug-enabled = <0x1>; - xlnx,div-zero-exception = <0x0>; - xlnx,dynamic-bus-sizing = <0x1>; - xlnx,ecc-use-ce-exception = <0x0>; - xlnx,edge-is-positive = <0x1>; - xlnx,endianness = <0x1>; - xlnx,family = "kintex7"; - xlnx,fault-tolerant = <0x0>; - xlnx,fpu-exception = <0x0>; - xlnx,freq = <0x8f0d180>; - xlnx,fsl-data-size = <0x20>; - xlnx,fsl-exception = <0x0>; - xlnx,fsl-links = <0x0>; - xlnx,i-axi = <0x0>; - xlnx,i-lmb = <0x1>; - xlnx,i-plb = <0x0>; - xlnx,icache-always-used = <0x1>; - xlnx,icache-data-width = <0x0>; - xlnx,icache-force-tag-lutram = <0x1>; - xlnx,icache-interface = <0x0>; - xlnx,icache-line-len = <0x8>; - xlnx,icache-streams = <0x0>; - xlnx,icache-use-fsl = <0x0>; - xlnx,icache-victims = <0x0>; - xlnx,ill-opcode-exception = <0x1>; - xlnx,instance = "microblaze_0"; - xlnx,interconnect = <0x2>; - xlnx,interrupt-is-edge = <0x0>; - xlnx,lockstep-slave = <0x0>; - xlnx,mmu-dtlb-size = <0x2>; - xlnx,mmu-itlb-size = <0x2>; - xlnx,mmu-privileged-instr = <0x0>; - xlnx,mmu-tlb-access = <0x3>; - xlnx,mmu-zones = <0x2>; - xlnx,number-of-pc-brk = <0x1>; - xlnx,number-of-rd-addr-brk = <0x0>; - xlnx,number-of-wr-addr-brk = <0x0>; - xlnx,opcode-0x0-illegal = <0x1>; - xlnx,optimization = <0x0>; - xlnx,pc-width = <0x20>; - xlnx,pvr = <0x2>; - xlnx,pvr-user1 = <0x0>; - xlnx,pvr-user2 = <0x0>; - xlnx,reset-msr = <0x0>; - xlnx,sco = <0x0>; - xlnx,stream-interconnect = <0x0>; - xlnx,unaligned-exceptions = <0x1>; - xlnx,use-barrel = <0x1>; - xlnx,use-branch-target-cache = <0x0>; - xlnx,use-dcache = <0x1>; - xlnx,use-div = <0x0>; - xlnx,use-ext-brk = <0x1>; - xlnx,use-ext-nm-brk = <0x1>; - xlnx,use-extended-fsl-instr = <0x0>; - xlnx,use-fpu = <0x0>; - xlnx,use-hw-mul = <0x1>; - xlnx,use-icache = <0x1>; - xlnx,use-interrupt = <0x1>; - xlnx,use-mmu = <0x3>; - xlnx,use-msr-instr = <0x1>; - xlnx,use-pcmp-instr = <0x1>; - xlnx,use-reorder-instr = <0x1>; - xlnx,use-stack-protection = <0x0>; - } ; - } ; - ddr3_sdram: memory@80000000 { - device_type = "memory"; - reg = < 0x80000000 0x40000000 >; - } ; - axi4lite_0: axi@2 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus"; - ranges ; - axi_dma_ethernet: axi-dma@50000000 { - axistream-connected = <&soft_ethernet_mac>; - axistream-control-connected = <&soft_ethernet_mac>; - compatible = "xlnx,axi-dma-6.03.a", "xlnx,axi-dma-1.00.a"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 0 2 1 2 >; - reg = < 0x50000000 0x10000 >; - xlnx,dlytmr-resolution = <0x4e2>; - xlnx,enable-multi-channel = <0x0>; - xlnx,family = "kintex7"; - xlnx,generic = <0x0>; - xlnx,include-mm2s = <0x1>; - xlnx,include-mm2s-dre = <0x1>; - xlnx,include-mm2s-sf = <0x1>; - xlnx,include-s2mm = <0x1>; - xlnx,include-s2mm-dre = <0x1>; - xlnx,include-s2mm-sf = <0x1>; - xlnx,include-sg = <0x1>; - xlnx,instance = "AXI_DMA_Ethernet"; - xlnx,mm2s-burst-size = <0x10>; - xlnx,num-mm2s-channels = <0x1>; - xlnx,num-s2mm-channels = <0x1>; - xlnx,prmry-is-aclk-async = <0x1>; - xlnx,s2mm-burst-size = <0x10>; - xlnx,sg-include-desc-queue = <0x1>; - xlnx,sg-include-stscntrl-strm = <0x1>; - xlnx,sg-length-width = <0x10>; - xlnx,sg-use-stsapp-length = <0x1>; - } ; - axi_xadc_0: axi-xadc@40d00000 { - compatible = "xlnx,axi-xadc-1.00.a"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 7 2 >; - reg = < 0x40d00000 0x10000 >; - xlnx,family = "kintex7"; - xlnx,has-temp-bus = <0x1>; - xlnx,include-intr = <0x1>; - xlnx,instance = "axi_xadc_0"; - xlnx,sim-monitor-file = "Sysmon_Design.txt"; - } ; - debug_module: serial@40200000 { - compatible = "xlnx,mdm-2.10.a", "xlnx,xps-uartlite-1.00.a"; - reg = < 0x40200000 0x10000 >; - xlnx,family = "kintex7"; - xlnx,interconnect = <0x2>; - xlnx,jtag-chain = <0x2>; - xlnx,mb-dbg-ports = <0x1>; - xlnx,use-bscan = <0x0>; - xlnx,use-uart = <0x1>; - } ; - dip_switches_4bits: gpio@40700000 { - #gpio-cells = <2>; - compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a"; - gpio-controller ; - reg = < 0x40700000 0x10000 >; - xlnx,all-inputs = <0x1>; - xlnx,all-inputs-2 = <0x0>; - xlnx,dout-default = <0x0>; - xlnx,dout-default-2 = <0x0>; - xlnx,family = "kintex7"; - xlnx,gpio-width = <0x4>; - xlnx,gpio2-width = <0x20>; - xlnx,instance = "DIP_Switches_4Bits"; - xlnx,interrupt-present = <0x1>; - xlnx,is-dual = <0x0>; - xlnx,tri-default = <0xffffffff>; - xlnx,tri-default-2 = <0xffffffff>; - } ; - dual_timer_counter: system-timer@40300000 { - clock-frequency = <100000000>; - compatible = "xlnx,axi-timer-1.03.a", "xlnx,xps-timer-1.00.a"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 3 2 >; - reg = < 0x40300000 0x10000 >; - xlnx,count-width = <0x20>; - xlnx,family = "kintex7"; - xlnx,gen0-assert = <0x1>; - xlnx,gen1-assert = <0x1>; - xlnx,instance = "Dual_Timer_Counter"; - xlnx,one-timer-only = <0x0>; - xlnx,trig0-assert = <0x1>; - xlnx,trig1-assert = <0x1>; - } ; - iic_eeprom: i2c@40a00000 { - compatible = "xlnx,axi-iic-1.02.a", "xlnx,xps-iic-2.00.a"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 4 2 >; - reg = < 0x40a00000 0x10000 >; - xlnx,family = "kintex7"; - xlnx,gpo-width = <0x1>; - xlnx,iic-freq = <0x186a0>; - xlnx,instance = "IIC_EEPROM"; - xlnx,scl-inertial-delay = <0x0>; - xlnx,sda-inertial-delay = <0x0>; - xlnx,sda-level = <0x1>; - xlnx,ten-bit-adr = <0x0>; - } ; - interrupt_cntlr: interrupt-controller@40100000 { - #interrupt-cells = <0x2>; - compatible = "xlnx,axi-intc-1.03.a", "xlnx,xps-intc-1.00.a"; - interrupt-controller ; - reg = < 0x40100000 0x10000 >; - xlnx,kind-of-intr = <0x0>; - xlnx,num-intr-inputs = <0x8>; - } ; - lcd_gpio: gpio@40800000 { - #gpio-cells = <2>; - compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a"; - gpio-controller ; - reg = < 0x40800000 0x10000 >; - xlnx,all-inputs = <0x0>; - xlnx,all-inputs-2 = <0x0>; - xlnx,dout-default = <0x0>; - xlnx,dout-default-2 = <0x0>; - xlnx,family = "kintex7"; - xlnx,gpio-width = <0x7>; - xlnx,gpio2-width = <0x20>; - xlnx,instance = "LCD_GPIO"; - xlnx,interrupt-present = <0x0>; - xlnx,is-dual = <0x0>; - xlnx,tri-default = <0xffffffff>; - xlnx,tri-default-2 = <0xffffffff>; - } ; - leds_8bits: gpio@40600000 { - #gpio-cells = <2>; - compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a"; - gpio-controller ; - reg = < 0x40600000 0x10000 >; - xlnx,all-inputs = <0x0>; - xlnx,all-inputs-2 = <0x0>; - xlnx,dout-default = <0x0>; - xlnx,dout-default-2 = <0x0>; - xlnx,family = "kintex7"; - xlnx,gpio-width = <0x8>; - xlnx,gpio2-width = <0x20>; - xlnx,instance = "LEDs_8Bits"; - xlnx,interrupt-present = <0x1>; - xlnx,is-dual = <0x0>; - xlnx,tri-default = <0xffffffff>; - xlnx,tri-default-2 = <0xffffffff>; - } ; - logisdhc_0: logisdhc@40b00000 { - compatible = "xlnx,logisdhc-1.06.c"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 6 2 >; - reg = < 0x40b00000 0x10000 >; - xlnx,byte-per-pixel = <0x4>; - xlnx,convert-endianess = <0x0>; - xlnx,dma-type = <0x1>; - xlnx,family = "kintex7"; - xlnx,ip-license-type = <0x1>; - xlnx,ip-major-revision = <0x1>; - xlnx,ip-minor-revision = <0x6>; - xlnx,ip-patch-level = <0x2>; - xlnx,mem-burst = <0x4>; - xlnx,mem-data-bus-width = <0x20>; - xlnx,mem-interface = <0x1>; - xlnx,regs-interface = <0x2>; - xlnx,row-stride = <0x400>; - xlnx,sd-base-clock-freq = <0x64>; - xlnx,use-dma = <0x0>; - } ; - primary_flash: flash@48000000 { - #address-cells = <1>; - #size-cells = <1>; - bank-width = <2>; - compatible = "xlnx,axi-emc-1.03.b", "cfi-flash"; - reg = < 0x48000000 0x8000000 >; - xlnx,axi-clk-period-ps = <0x2710>; - xlnx,family = "kintex7"; - xlnx,include-datawidth-matching-0 = <0x1>; - xlnx,include-datawidth-matching-1 = <0x0>; - xlnx,include-datawidth-matching-2 = <0x0>; - xlnx,include-datawidth-matching-3 = <0x0>; - xlnx,include-negedge-ioregs = <0x0>; - xlnx,instance = "Linear_Flash"; - xlnx,lflash-period-ps = <0x4e20>; - xlnx,linear-flash-sync-burst = <0x0>; - xlnx,max-mem-width = <0x10>; - xlnx,mem0-type = <0x2>; - xlnx,mem0-width = <0x10>; - xlnx,mem1-type = <0x0>; - xlnx,mem1-width = <0x20>; - xlnx,mem2-type = <0x0>; - xlnx,mem2-width = <0x20>; - xlnx,mem3-type = <0x0>; - xlnx,mem3-width = <0x20>; - xlnx,num-banks-mem = <0x1>; - xlnx,parity-type-mem-0 = <0x0>; - xlnx,parity-type-mem-1 = <0x0>; - xlnx,parity-type-mem-2 = <0x0>; - xlnx,parity-type-mem-3 = <0x0>; - xlnx,s-axi-en-reg = <0x0>; - xlnx,s-axi-mem-addr-width = <0x20>; - xlnx,s-axi-mem-data-width = <0x20>; - xlnx,s-axi-mem-id-width = <0x1>; - xlnx,s-axi-mem-protocol = "AXI4LITE"; - xlnx,s-axi-reg-addr-width = <0x5>; - xlnx,s-axi-reg-data-width = <0x20>; - xlnx,s-axi-reg-protocol = "axi4"; - xlnx,synch-pipedelay-0 = <0x2>; - xlnx,synch-pipedelay-1 = <0x2>; - xlnx,synch-pipedelay-2 = <0x2>; - xlnx,synch-pipedelay-3 = <0x2>; - xlnx,tavdv-ps-mem-0 = <0x1fbd0>; - xlnx,tavdv-ps-mem-1 = <0x3a98>; - xlnx,tavdv-ps-mem-2 = <0x3a98>; - xlnx,tavdv-ps-mem-3 = <0x3a98>; - xlnx,tcedv-ps-mem-0 = <0x1fbd0>; - xlnx,tcedv-ps-mem-1 = <0x3a98>; - xlnx,tcedv-ps-mem-2 = <0x3a98>; - xlnx,tcedv-ps-mem-3 = <0x3a98>; - xlnx,thzce-ps-mem-0 = <0x88b8>; - xlnx,thzce-ps-mem-1 = <0x1b58>; - xlnx,thzce-ps-mem-2 = <0x1b58>; - xlnx,thzce-ps-mem-3 = <0x1b58>; - xlnx,thzoe-ps-mem-0 = <0x1b58>; - xlnx,thzoe-ps-mem-1 = <0x1b58>; - xlnx,thzoe-ps-mem-2 = <0x1b58>; - xlnx,thzoe-ps-mem-3 = <0x1b58>; - xlnx,tlzwe-ps-mem-0 = <0x88b8>; - xlnx,tlzwe-ps-mem-1 = <0x0>; - xlnx,tlzwe-ps-mem-2 = <0x0>; - xlnx,tlzwe-ps-mem-3 = <0x0>; - xlnx,tpacc-ps-flash-0 = <0x61a8>; - xlnx,tpacc-ps-flash-1 = <0x61a8>; - xlnx,tpacc-ps-flash-2 = <0x61a8>; - xlnx,tpacc-ps-flash-3 = <0x61a8>; - xlnx,twc-ps-mem-0 = <0x11170>; - xlnx,twc-ps-mem-1 = <0x3a98>; - xlnx,twc-ps-mem-2 = <0x3a98>; - xlnx,twc-ps-mem-3 = <0x3a98>; - xlnx,twp-ps-mem-0 = <0x11170>; - xlnx,twp-ps-mem-1 = <0x2ee0>; - xlnx,twp-ps-mem-2 = <0x2ee0>; - xlnx,twp-ps-mem-3 = <0x2ee0>; - xlnx,twph-ps-mem-0 = <0x2ee0>; - xlnx,twph-ps-mem-1 = <0x2ee0>; - xlnx,twph-ps-mem-2 = <0x2ee0>; - xlnx,twph-ps-mem-3 = <0x2ee0>; - xlnx,wr-rec-time-mem-0 = <0x186a0>; - xlnx,wr-rec-time-mem-1 = <0x186a0>; - xlnx,wr-rec-time-mem-2 = <0x186a0>; - xlnx,wr-rec-time-mem-3 = <0x186a0>; - partition@0x00000000 { - label = "fpga"; - reg = <0x00000000 0x00200000>; - }; - partition@0x00200000 { - label = "boot"; - reg = <0x00200000 0x00040000>; - }; - partition@0x00240000 { - label = "bootenv"; - reg = <0x00240000 0x00020000>; - }; - partition@0x00260000 { - label = "image"; - reg = <0x00260000 0x00c00000>; - }; - partition@0x00e60000 { - label = "spare"; - reg = <0x00e60000 0x00000000>; - }; - } ; - push_buttons_5bits: gpio@40500000 { - #gpio-cells = <2>; - compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a"; - gpio-controller ; - reg = < 0x40500000 0x10000 >; - xlnx,all-inputs = <0x1>; - xlnx,all-inputs-2 = <0x0>; - xlnx,dout-default = <0x0>; - xlnx,dout-default-2 = <0x0>; - xlnx,family = "kintex7"; - xlnx,gpio-width = <0x5>; - xlnx,gpio2-width = <0x20>; - xlnx,instance = "Push_Buttons_5Bits"; - xlnx,interrupt-present = <0x1>; - xlnx,is-dual = <0x0>; - xlnx,tri-default = <0xffffffff>; - xlnx,tri-default-2 = <0xffffffff>; - } ; - rotary_gpio: gpio@40900000 { - #gpio-cells = <2>; - compatible = "xlnx,axi-gpio-1.01.b", "xlnx,xps-gpio-1.00.a"; - gpio-controller ; - reg = < 0x40900000 0x10000 >; - xlnx,all-inputs = <0x1>; - xlnx,all-inputs-2 = <0x0>; - xlnx,dout-default = <0x0>; - xlnx,dout-default-2 = <0x0>; - xlnx,family = "kintex7"; - xlnx,gpio-width = <0x3>; - xlnx,gpio2-width = <0x20>; - xlnx,instance = "ROTARY_GPIO"; - xlnx,interrupt-present = <0x0>; - xlnx,is-dual = <0x0>; - xlnx,tri-default = <0xffffffff>; - xlnx,tri-default-2 = <0xffffffff>; - } ; - rs232_uart_1: serial@40400000 { - clock-frequency = <100000000>; - compatible = "xlnx,axi-uart16550-1.01.a", "xlnx,xps-uart16550-2.00.a", "ns16550a"; - current-speed = <115200>; - device_type = "serial"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 5 2 >; - reg = < 0x40400000 0x10000 >; - reg-offset = <0x1000>; - reg-shift = <2>; - xlnx,external-xin-clk-hz = <0x17d7840>; - xlnx,family = "kintex7"; - xlnx,has-external-rclk = <0x0>; - xlnx,has-external-xin = <0x0>; - xlnx,instance = "RS232_Uart_1"; - xlnx,is-a-16550 = <0x1>; - xlnx,use-modem-ports = <0x0>; - xlnx,use-user-ports = <0x0>; - } ; - soft_ethernet_mac: axi-ethernet@50100000 { - axistream-connected = <&axi_dma_ethernet>; - axistream-control-connected = <&axi_dma_ethernet>; - clock-frequency = <100000000>; - compatible = "xlnx,axi-ethernet-3.01.a", "xlnx,axi-ethernet-1.00.a"; - device_type = "network"; - interrupt-parent = <&interrupt_cntlr>; - interrupts = < 2 2 >; - local-mac-address = [ 00 0a 35 00 d9 4e ]; - phy-handle = <&phy0>; - reg = < 0x50100000 0x40000 >; - xlnx,avb = <0x0>; - xlnx,halfdup = <0x0>; - xlnx,include-io = <0x1>; - xlnx,mcast-extend = <0x0>; - xlnx,phy-type = <0x1>; - xlnx,phyaddr = <0x1>; - xlnx,rxcsum = <0x0>; - xlnx,rxmem = <0x1000>; - xlnx,rxvlan-strp = <0x0>; - xlnx,rxvlan-tag = <0x0>; - xlnx,rxvlan-tran = <0x0>; - xlnx,stats = <0x0>; - xlnx,txcsum = <0x0>; - xlnx,txmem = <0x1000>; - xlnx,txvlan-strp = <0x0>; - xlnx,txvlan-tag = <0x0>; - xlnx,txvlan-tran = <0x0>; - xlnx,type = <0x1>; - mdio { - #address-cells = <1>; - #size-cells = <0>; - phy0: phy@7 { - compatible = "marvell,88e1111"; - device_type = "ethernet-phy"; - reg = <7>; - } ; - } ; - } ; - } ; - axi_mm_mb: axi@1 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus"; - ranges ; - axi4_0: axi@0 { - #address-cells = <1>; - #size-cells = <1>; - compatible = "xlnx,axi-interconnect-1.06.a", "simple-bus"; - ranges = < 0x80000000 0x80000000 0x40000000 >; - } ; - } ; -} ; diff --git a/meta-kc705/recipes-kernel/linux/linux-xlnx_3.8.bbappend b/meta-kc705/recipes-kernel/linux/linux-xlnx_3.8.bbappend deleted file mode 100644 index e8064272..00000000 --- a/meta-kc705/recipes-kernel/linux/linux-xlnx_3.8.bbappend +++ /dev/null @@ -1 +0,0 @@ -include linux-xlnx.inc diff --git a/meta-zc702/COPYING.MIT b/meta-zc702/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-zc702/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/meta-zc702/README b/meta-zc702/README deleted file mode 100644 index cf3b57d8..00000000 --- a/meta-zc702/README +++ /dev/null @@ -1,46 +0,0 @@ -meta-zc702 -========== - -This README file contains information on using the meta-zc702 BSP layer. - -The zc702 is an evaluation board by Xilinx for Zynq architecture: - http://www.xilinx.com/ - -Please refer to the meta-xilinx/README for details regarding patch submission, -layer dependencies, build process, etc. - -Supported Boards/Machines -========================= - -Xilinx ZC702 (Zynq) - 'zc702' - -Reference files and documents -============================= - -For details on the Evaluation board: - http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm - -For documentation and design files for the ZC702: - http://www.xilinx.com/support/index.html/content/xilinx/en/supportNav/boards_and_kits/zynq-7000_soc_boards_and_kits/zynq-7000_soc_zc702_evaluation_kit.html - -For the FSBL 'zynq_fsbl_0.elf' refer to UG873 and the associated design files. - -Additional information on Zynq architecture can be found at: - http://www.xilinx.com/support/index.htm - -SD Card Boot -============ - -Note: This boot flow requires access to Xilinx tools (for BOOT.BIN generation). - -Copy the following to the SD card (ensure to rename the files where appropriate): - Kernel: uImage - RootFS: uramdisk.image.gz (core-image-minimal-.ext2.gz.u-boot) - DTB: devicetree.dtb (uImage-.dtb) - -Using the Xilinx tools, package 'zynq_fsbl_0.elf' and 'u-boot.elf' into a -'BOOT.BIN' (See http://www.wiki.xilinx.com/Prepare+Boot+Image for details). Once -created copy 'BOOT.BIN' onto the SD Card. - -Insert SD Card, connect UART to Terminal program and boot board (Ensure the -board is configured for SD Boot). diff --git a/meta-zc702/conf/layer.conf b/meta-zc702/conf/layer.conf deleted file mode 100644 index 2fc3d660..00000000 --- a/meta-zc702/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" -BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "zc702" -BBFILE_PATTERN_zc702 := "^${LAYERDIR}/" -BBFILE_PRIORITY_zc702 = "8" - diff --git a/meta-zc702/conf/machine/zc702.conf b/meta-zc702/conf/machine/zc702.conf deleted file mode 100644 index cf9811f0..00000000 --- a/meta-zc702/conf/machine/zc702.conf +++ /dev/null @@ -1,14 +0,0 @@ -#@TYPE: Machine -#@NAME: zc702 -#@DESCRIPTION: Machine support for zc702. -# - -PREFERRED_VERSION_linux-xlnx ?= "3.8%" -PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" - -require conf/machine/include/tune-zynq.inc - -# ZC70x machine definition known by Xilinx UBOOT -UBOOT_MACHINE = "zynq_zc70x_config" - -SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx.inc b/meta-zc702/recipes-kernel/linux/linux-xlnx.inc deleted file mode 100644 index d0d7d857..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx.inc +++ /dev/null @@ -1,14 +0,0 @@ -# linux-xlnx specific modifications for zc702 - -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" - -# Config fragments are either under -# meta-xilinx/kernel-recipes for common fragments, or -# meta-xilinx/meta-/kernel-recipes for board specific fragments -SRC_URI_append_zc702 += "file://xilinx_zynq_defconfig_${LINUX_VERSION}.cfg" -SRC_URI_append_zc702 += "file://rtc_${LINUX_VERSION}.cfg" -SRC_URI_append_zc702 += "file://zynq-zc702.dts" - -KERNEL_DEVICETREE_zc702 = "${WORKDIR}/zynq-zc702.dts" - -COMPATIBLE_MACHINE_zc702 = "zc702" diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.6.cfg b/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.6.cfg deleted file mode 100644 index 78dfaf17..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.6.cfg +++ /dev/null @@ -1,76 +0,0 @@ -# Enable the RTC - -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# I2C RTC drivers -# -# CONFIG_RTC_DRV_DS1307 is not set -# CONFIG_RTC_DRV_DS1374 is not set -# CONFIG_RTC_DRV_DS1672 is not set -# CONFIG_RTC_DRV_DS3232 is not set -# CONFIG_RTC_DRV_MAX6900 is not set -# CONFIG_RTC_DRV_RS5C372 is not set -# CONFIG_RTC_DRV_ISL1208 is not set -# CONFIG_RTC_DRV_ISL12022 is not set -# CONFIG_RTC_DRV_X1205 is not set -CONFIG_RTC_DRV_PCF8563=y -# CONFIG_RTC_DRV_PCF8583 is not set -# CONFIG_RTC_DRV_M41T80 is not set -# CONFIG_RTC_DRV_BQ32K is not set -# CONFIG_RTC_DRV_S35390A is not set -# CONFIG_RTC_DRV_FM3130 is not set -# CONFIG_RTC_DRV_RX8581 is not set -# CONFIG_RTC_DRV_RX8025 is not set -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set - -# -# SPI RTC drivers -# -# CONFIG_RTC_DRV_M41T93 is not set -# CONFIG_RTC_DRV_M41T94 is not set -# CONFIG_RTC_DRV_DS1305 is not set -# CONFIG_RTC_DRV_DS1390 is not set -# CONFIG_RTC_DRV_MAX6902 is not set -# CONFIG_RTC_DRV_R9701 is not set -# CONFIG_RTC_DRV_RS5C348 is not set -# CONFIG_RTC_DRV_DS3234 is not set -# CONFIG_RTC_DRV_PCF2123 is not set - -# -# Platform RTC drivers -# -# CONFIG_RTC_DRV_CMOS is not set -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set - -# -# on-CPU RTC drivers -# -# CONFIG_RTC_DRV_PL030 is not set -# CONFIG_RTC_DRV_PL031 is not set - diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.8.cfg b/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.8.cfg deleted file mode 100644 index f584f793..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx/rtc_3.8.cfg +++ /dev/null @@ -1,78 +0,0 @@ -# Enable the RTC - -CONFIG_RTC_LIB=y -CONFIG_RTC_CLASS=y -CONFIG_RTC_HCTOSYS=y -CONFIG_RTC_HCTOSYS_DEVICE="rtc0" -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -CONFIG_RTC_INTF_SYSFS=y -CONFIG_RTC_INTF_PROC=y -CONFIG_RTC_INTF_DEV=y -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# I2C RTC drivers -# -# CONFIG_RTC_DRV_DS1307 is not set -# CONFIG_RTC_DRV_DS1374 is not set -# CONFIG_RTC_DRV_DS1672 is not set -# CONFIG_RTC_DRV_DS3232 is not set -# CONFIG_RTC_DRV_MAX6900 is not set -# CONFIG_RTC_DRV_RS5C372 is not set -# CONFIG_RTC_DRV_ISL1208 is not set -# CONFIG_RTC_DRV_ISL12022 is not set -# CONFIG_RTC_DRV_X1205 is not set -# CONFIG_RTC_DRV_PCF8523 is not set -CONFIG_RTC_DRV_PCF8563=y -# CONFIG_RTC_DRV_PCF8583 is not set -# CONFIG_RTC_DRV_M41T80 is not set -# CONFIG_RTC_DRV_BQ32K is not set -# CONFIG_RTC_DRV_S35390A is not set -# CONFIG_RTC_DRV_FM3130 is not set -# CONFIG_RTC_DRV_RX8581 is not set -# CONFIG_RTC_DRV_RX8025 is not set -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set - -# -# SPI RTC drivers -# -# CONFIG_RTC_DRV_M41T93 is not set -# CONFIG_RTC_DRV_M41T94 is not set -# CONFIG_RTC_DRV_DS1305 is not set -# CONFIG_RTC_DRV_DS1390 is not set -# CONFIG_RTC_DRV_MAX6902 is not set -# CONFIG_RTC_DRV_R9701 is not set -# CONFIG_RTC_DRV_RS5C348 is not set -# CONFIG_RTC_DRV_DS3234 is not set -# CONFIG_RTC_DRV_PCF2123 is not set - -# -# Platform RTC drivers -# -# CONFIG_RTC_DRV_CMOS is not set -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set -# CONFIG_RTC_DRV_DS2404 is not set - -# -# on-CPU RTC drivers -# -# CONFIG_RTC_DRV_PL030 is not set -# CONFIG_RTC_DRV_PL031 is not set -# CONFIG_RTC_DRV_SNVS is not set \ No newline at end of file diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx/zynq-zc702.dts b/meta-zc702/recipes-kernel/linux/linux-xlnx/zynq-zc702.dts deleted file mode 100644 index 8a65860c..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx/zynq-zc702.dts +++ /dev/null @@ -1,135 +0,0 @@ -/dts-v1/; -/include/ "zynq-7-base.dtsi" -/ { - model = "Xilinx ZC702"; - chosen { - bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk"; - linux,stdout-path = "/amba@0/serial@e0001000"; - } ; - ps7_ddr_0: memory@0 { - device_type = "memory"; - reg = < 0x0 0x40000000 >; - } ; - ps7_axi_interconnect_0: amba@0 { - ps7_ethernet_0: ps7-ethernet@e000b000 { - phy-handle = <&phy0>; - phy-mode = "gmii"; - mdio { - phy0: phy@7 { - compatible = "marvell,88e1116r"; - device_type = "ethernet-phy"; - reg = <7>; - } ; - } ; - } ; - ps7_qspi_0: ps7-qspi@e000d000 { - flash@0 { - compatible = "n25q128"; - reg = <0x0>; - spi-max-frequency = <50000000>; - #address-cells = <1>; - #size-cells = <1>; - partition@qspi-fsbl-uboot { - label = "qspi-fsbl-uboot"; - reg = <0x0 0x100000>; - }; - partition@qspi-linux { - label = "qspi-linux"; - reg = <0x100000 0x500000>; - }; - partition@qspi-device-tree { - label = "qspi-device-tree"; - reg = <0x600000 0x20000>; - }; - partition@qspi-rootfs { - label = "qspi-rootfs"; - reg = <0x620000 0x5E0000>; - }; - partition@qspi-bitstream { - label = "qspi-bitstream"; - reg = <0xC00000 0x400000>; - }; - }; - } ; - ps7_i2c_0: ps7-i2c@e0004000 { - /* I2C Switch */ - i2cswitch@74 { - compatible = "nxp,pca9548"; - #address-cells = <1>; - #size-cells = <0>; - reg = <0x74>; - - i2c@0 { - #address-cells = <1>; - #size-cells = <0>; - reg = <0>; - osc@5d { - compatible = "si570"; - reg = <0x5d>; - factory-fout = <156250000>; - initial-fout = <148500000>; - }; - }; - - i2c@2 { - #address-cells = <1>; - #size-cells = <0>; - reg = <2>; - eeprom@54 { - compatible = "at,24c08"; - reg = <0x54>; - }; - }; - - i2c@3 { - #address-cells = <1>; - #size-cells = <0>; - reg = <3>; - gpio@21 { - compatible = "ti,tca6416"; - reg = <0x21>; - gpio-controller; - #gpio-cells = <2>; - }; - }; - - i2c@4 { - #address-cells = <1>; - #size-cells = <0>; - reg = <4>; - rtc@54 { - compatible = "nxp,pcf8563"; - reg = <0x51>; - }; - }; - - i2c@7 { - #address-cells = <1>; - #size-cells = <0>; - reg = <7>; - hwmon@52 { - compatible = "pmbus,ucd9248"; - reg = <52>; - }; - hwmon@53 { - compatible = "pmbus,ucd9248"; - reg = <53>; - }; - hwmon@54 { - compatible = "pmbus,ucd9248"; - reg = <54>; - }; - }; - }; - }; - - /* Disabled Devices */ - ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; - ps7_uart_0: serial@e0000000 { compatible = "invalid"; }; - ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; }; - ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; }; - ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; }; - ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; }; - ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; }; - } ; -} ; diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx_3.6.bbappend b/meta-zc702/recipes-kernel/linux/linux-xlnx_3.6.bbappend deleted file mode 100644 index e8064272..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx_3.6.bbappend +++ /dev/null @@ -1 +0,0 @@ -include linux-xlnx.inc diff --git a/meta-zc702/recipes-kernel/linux/linux-xlnx_3.8.bbappend b/meta-zc702/recipes-kernel/linux/linux-xlnx_3.8.bbappend deleted file mode 100644 index e8064272..00000000 --- a/meta-zc702/recipes-kernel/linux/linux-xlnx_3.8.bbappend +++ /dev/null @@ -1 +0,0 @@ -include linux-xlnx.inc diff --git a/meta-zedboard/COPYING.MIT b/meta-zedboard/COPYING.MIT deleted file mode 100644 index fb950dc6..00000000 --- a/meta-zedboard/COPYING.MIT +++ /dev/null @@ -1,17 +0,0 @@ -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/meta-zedboard/README b/meta-zedboard/README deleted file mode 100644 index 20771eb9..00000000 --- a/meta-zedboard/README +++ /dev/null @@ -1,44 +0,0 @@ -meta-zedboard -========== - -This README file contains information on using the meta-zedboard BSP layer. - -The ZedBoard is an evaluation board by Avnet/Digilent for the Zynq architecture: - http://www.zedboard.org/ - -Please refer to the meta-xilinx/README for details regarding patch submission, -layer dependencies, build process, etc. - -Supported Boards/Machines -========================= - -Avnet/Digilent ZedBoard (Zynq) - 'zedboard' - -Reference files and documents -============================= - -For details on the Evaluation board: - http://www.zedboard.org/content/overview - -For design files (including 'zynq_fsbl_0.elf') for the ZedBoard: - http://www.zedboard.org/reference-designs-categories/zynq-concepts-tools-and-techniques-zedboard - -Additional information on Zynq architecture can be found at: - http://www.xilinx.com/support/index.htm - -SD Card Boot -============ - -Note: This boot flow requires access to Xilinx tools (for BOOT.BIN generation). - -Copy the following to the SD card (ensure to rename the files where appropriate): - Kernel: uImage - RootFS: uramdisk.image.gz (core-image-minimal-.ext2.gz.u-boot) - DTB: devicetree.dtb (uImage-.dtb) - -Using the Xilinx tools, package 'zynq_fsbl_0.elf' and 'u-boot.elf' into a -'BOOT.BIN' (See http://www.wiki.xilinx.com/Prepare+Boot+Image for details). Once -created copy 'BOOT.BIN' onto the SD Card. - -Insert SD Card, connect UART to Terminal program and boot board (Ensure the -board is configured for SD Boot). diff --git a/meta-zedboard/conf/layer.conf b/meta-zedboard/conf/layer.conf deleted file mode 100644 index d749fd6e..00000000 --- a/meta-zedboard/conf/layer.conf +++ /dev/null @@ -1,11 +0,0 @@ -# We have a conf and classes directory, add to BBPATH -BBPATH := "${BBPATH}:${LAYERDIR}" - -# We have a packages directory, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" -BBFILES += " ${LAYERDIR}/recipes-*/*/*.bbappend" - -BBFILE_COLLECTIONS += "zedboard" -BBFILE_PATTERN_zedboard := "^${LAYERDIR}/" -BBFILE_PRIORITY_zedboard = "8" - diff --git a/meta-zedboard/conf/machine/zedboard.conf b/meta-zedboard/conf/machine/zedboard.conf deleted file mode 100644 index 1dd631d1..00000000 --- a/meta-zedboard/conf/machine/zedboard.conf +++ /dev/null @@ -1,15 +0,0 @@ -#@TYPE: Machine -#@NAME: zedboard -#@DESCRIPTION: Machine support for zedboard. -# http://www.zedboard.org/ - -# Versions corresponding to zedboard documentation -PREFERRED_VERSION_linux-xlnx ?= "3.8%" -PREFERRED_VERSION_u-boot-xlnx ?= "v2013.01%" - -require conf/machine/include/tune-zynq.inc - -# Zedboard machine definition known by Xilinx UBOOT -UBOOT_MACHINE = "zynq_zed_config" - -SERIAL_CONSOLE = "115200 ttyPS0" diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc b/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc deleted file mode 100644 index 8f20a49a..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx.inc +++ /dev/null @@ -1,16 +0,0 @@ -# linux-xlnx specific modifications for zedboard - -FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" - -# Config fragments are either under -# meta-xilinx/kernel-recipes for common fragments, or -# meta-xilinx/meta-/kernel-recipes for board specific fragments -SRC_URI_append_zedboard += "file://xilinx_zynq_defconfig_${LINUX_VERSION}.cfg" -SRC_URI_append_zedboard += "file://nortc.cfg" -SRC_URI_append_zedboard += "file://zynq-zed-mmcblk0p2.dts" -SRC_URI_append_zedboard += "file://zynq-zed-ram.dts" -SRC_URI_append_zedboard += "file://zynq-zed.dtsi" - -KERNEL_DEVICETREE_zedboard = "${WORKDIR}/zynq-zed-mmcblk0p2.dts ${WORKDIR}/zynq-zed-ram.dts" - -COMPATIBLE_MACHINE_zedboard = "zedboard" diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg b/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg deleted file mode 100644 index b67c7a43..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/nortc.cfg +++ /dev/null @@ -1,78 +0,0 @@ -# Disable the RTC - -# CONFIG_RTC_LIB is not set -# CONFIG_RTC_CLASS is not set -# CONFIG_RTC_HCTOSYS is not set -# CONFIG_RTC_HCTOSYS_DEVICE is not set -# CONFIG_RTC_DEBUG is not set - -# -# RTC interfaces -# -# CONFIG_RTC_INTF_SYSFS is not set -# CONFIG_RTC_INTF_PROC is not set -# CONFIG_RTC_INTF_DEV is not set -# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set -# CONFIG_RTC_DRV_TEST is not set - -# -# I2C RTC drivers -# -# CONFIG_RTC_DRV_DS1307 is not set -# CONFIG_RTC_DRV_DS1374 is not set -# CONFIG_RTC_DRV_DS1672 is not set -# CONFIG_RTC_DRV_DS3232 is not set -# CONFIG_RTC_DRV_MAX6900 is not set -# CONFIG_RTC_DRV_RS5C372 is not set -# CONFIG_RTC_DRV_ISL1208 is not set -# CONFIG_RTC_DRV_ISL12022 is not set -# CONFIG_RTC_DRV_X1205 is not set -# CONFIG_RTC_DRV_PCF8523 is not set -# CONFIG_RTC_DRV_PCF8563 is not set -# CONFIG_RTC_DRV_PCF8583 is not set -# CONFIG_RTC_DRV_M41T80 is not set -# CONFIG_RTC_DRV_BQ32K is not set -# CONFIG_RTC_DRV_S35390A is not set -# CONFIG_RTC_DRV_FM3130 is not set -# CONFIG_RTC_DRV_RX8581 is not set -# CONFIG_RTC_DRV_RX8025 is not set -# CONFIG_RTC_DRV_EM3027 is not set -# CONFIG_RTC_DRV_RV3029C2 is not set - -# -# SPI RTC drivers -# -# CONFIG_RTC_DRV_M41T93 is not set -# CONFIG_RTC_DRV_M41T94 is not set -# CONFIG_RTC_DRV_DS1305 is not set -# CONFIG_RTC_DRV_DS1390 is not set -# CONFIG_RTC_DRV_MAX6902 is not set -# CONFIG_RTC_DRV_R9701 is not set -# CONFIG_RTC_DRV_RS5C348 is not set -# CONFIG_RTC_DRV_DS3234 is not set -# CONFIG_RTC_DRV_PCF2123 is not set - -# -# Platform RTC drivers -# -# CONFIG_RTC_DRV_CMOS is not set -# CONFIG_RTC_DRV_DS1286 is not set -# CONFIG_RTC_DRV_DS1511 is not set -# CONFIG_RTC_DRV_DS1553 is not set -# CONFIG_RTC_DRV_DS1742 is not set -# CONFIG_RTC_DRV_STK17TA8 is not set -# CONFIG_RTC_DRV_M48T86 is not set -# CONFIG_RTC_DRV_M48T35 is not set -# CONFIG_RTC_DRV_M48T59 is not set -# CONFIG_RTC_DRV_MSM6242 is not set -# CONFIG_RTC_DRV_BQ4802 is not set -# CONFIG_RTC_DRV_RP5C01 is not set -# CONFIG_RTC_DRV_V3020 is not set -# CONFIG_RTC_DRV_DS2404 is not set - -# -# on-CPU RTC drivers -# -# CONFIG_RTC_DRV_PL030 is not set -# CONFIG_RTC_DRV_PL031 is not set -# CONFIG_RTC_DRV_SNVS is not set diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-mmcblk0p2.dts b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-mmcblk0p2.dts deleted file mode 100644 index d3e24501..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-mmcblk0p2.dts +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Zedboard DTS file header for sdcard/mmc partition 2 boot. - */ - -/dts-v1/; -/include/ "zynq-zed.dtsi" -/ { - chosen { - bootargs = "console=ttyPS0,115200 root=/dev/mmcblk0p2 ro earlyprintk"; - } ; -} ; diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-ram.dts b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-ram.dts deleted file mode 100644 index adf60fa2..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed-ram.dts +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Zedboard DTS file header for ramdisk boot. - */ - -/dts-v1/; -/include/ "zynq-zed.dtsi" -/ { - chosen { - bootargs = "console=ttyPS0,115200 root=/dev/ram rw earlyprintk"; - } ; -} ; diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed.dtsi b/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed.dtsi deleted file mode 100644 index 3f3d67ac..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx/zynq-zed.dtsi +++ /dev/null @@ -1,63 +0,0 @@ -/include/ "zynq-7-base.dtsi" -/ { - model = "ZedBoard"; - chosen { - bootargs = "console=ttyPS0,115200 earlyprintk"; - linux,stdout-path = "/axi@0/serial@e0001000"; - } ; - ps7_ddr_0: memory@0 { - device_type = "memory"; - reg = < 0x0 0x20000000 >; - } ; - ps7_axi_interconnect_0: amba@0 { - ps7_ethernet_0: ps7-ethernet@e000b000 { - mdio { - phy0: phy@7 { - compatible = "marvell,88e1510"; - device_type = "ethernet-phy"; - reg = <7>; - } ; - } ; - } ; - ps7_qspi_0: ps7-qspi@e000d000 { - flash@0 { - compatible = "n25q128"; - reg = <0x0>; - spi-max-frequency = <50000000>; - #address-cells = <1>; - #size-cells = <1>; - partition@qspi-fsbl-uboot { - label = "qspi-fsbl-uboot"; - reg = <0x0 0x100000>; - }; - partition@qspi-linux { - label = "qspi-linux"; - reg = <0x100000 0x500000>; - }; - partition@qspi-device-tree { - label = "qspi-device-tree"; - reg = <0x600000 0x20000>; - }; - partition@qspi-rootfs { - label = "qspi-rootfs"; - reg = <0x620000 0x5E0000>; - }; - partition@qspi-bitstream { - label = "qspi-bitstream"; - reg = <0xC00000 0x400000>; - }; - }; - } ; - - /* Disabled Devices */ - ps7_sd_1: ps7-sdio@e0101000 { compatible = "invalid"; }; - ps7_uart_0: serial@e0000000 { compatible = "invalid"; }; - ps7_ethernet_1: ps7-ethernet@e000c000 { compatible = "invalid"; }; - ps7_i2c_0: ps7-i2c@e0004000 { compatible = "invalid"; }; - ps7_i2c_1: ps7-i2c@e0005000 { compatible = "invalid"; }; - ps7_wdt_0: ps7-wdt@f8005000 { compatible = "invalid"; }; - ps7_can_0: ps7-can@e0008000 { compatible = "invalid"; }; - ps7_can_1: ps7-can@e0009000 { compatible = "invalid"; }; - ps7_usb_1: ps7-usb@e0003000 { compatible = "invalid"; }; - } ; -} ; diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.6.bbappend b/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.6.bbappend deleted file mode 100644 index e8064272..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.6.bbappend +++ /dev/null @@ -1 +0,0 @@ -include linux-xlnx.inc diff --git a/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.8.bbappend b/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.8.bbappend deleted file mode 100644 index e8064272..00000000 --- a/meta-zedboard/recipes-kernel/linux/linux-xlnx_3.8.bbappend +++ /dev/null @@ -1 +0,0 @@ -include linux-xlnx.inc -- cgit v1.2.3-54-g00ecf