summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libmali: Fetch mali binaries from rel-v2020.1 branchMadhurkiran Harikrishnan2020-04-291-2/+2
| | | | | | | | Update the mali userspace receipe to fetch the updated binary from rel-v2020.1 branch. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* xilinx-kmeta: Upstream xen and ocicontainer configs to YP kernel-cacheSai Hari Chandana Kalluri2020-04-2714-130/+4
| | | | | | | | Upstream xen and ocicontainer configs to YP kernel-cache. Update the commit id to pull from HEAD of kernel-cache tree. Clean up xilinx-kmeta post upstreaming. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* xrt_git: added veral flags and dependenciesHimanshu Choudhary2020-04-231-0/+5
| | | | | Signed-off-by: Himanshu Choudhary <hchoudha@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* zynq-generic.conf: Remove the qemu overrides, not neededMark Hatle2020-04-211-4/+0
| | | | | | Issue: CR-1061420 Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* init-ifupdown: Fix BSPs that were setting partial overridesMark Hatle2020-04-213-0/+3
| | | | | | | | | | | | | | | Issue: CR-1061420 The init-ifupdown will choose alternative network interface configuration files based on the FILESOVERRIDE setting, which usually includes a machine name. If an alternative is selected, then the package should become machine specific. The BSPs were setting the files override, but were NOT settings the required machine override. Fix this by setting the necessary machine override, ensuring the init-ifupdown IS now machine specific. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* binutils: Microblaze integrate fix from upstreamMark Hatle2020-04-162-0/+39
| | | | | | | | | | Issue: CR-1016400 [Patch,MicroBlaze m64] : This patch will remove imml 0 and imml -1 instructions when the offset is less than 16 bit for Type A branch EA instructions. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* xf86-video-armsoc: Bypass the exa layer to free the root pixmapMadhurkiran Harikrishnan2020-04-152-1/+36
| | | | | | | | | Since the root pixmap was allocated through miCreateScreenResources, the exa layer is not aware of the pixmap resulting in the assertion to fail. This patch fixes this. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* kernel-module-hdmi: Update LICENSE_CHECKSUM for kenrel-module-hdmiSai Hari Chandana Kalluri2020-04-141-1/+1
| | | | | | Update LICENSE_CHECKSUM for kernel-module-hdmi Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* libcma: Fix SRC_URI definitionMark Hatle2020-04-091-1/+1
| | | | | | | | | | Issue: CR-1061547 The SRC_URI must be specified in each recipe with '=' or a similar. ?= won't work, as a default (empty) value is defined in bitbake.conf Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipes-bsp: device-tree: Install psu_init* files ↵Appana Durga Kedareswara rao2020-04-081-1/+1
| | | | | | | | | | only for standalone configuration psu_init* files installation is valid only for standalone configuration update the do_install for the same. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipes-applications: zynqmp-fsbl: Correct cflags ↵Appana Durga Kedareswara rao2020-04-071-1/+2
| | | | | | | | | based on the machine type This patch adjusts the cflags variables based on the selected machine. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* device-tree: Install psu_init files as well for zynqmp machinesAppana Durga Kedareswara rao2020-04-071-1/+1
| | | | | | | | Install psu_init files for zynqmp machines these files are needed for building fsbl for corter5 processor use case as well. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* kernel-module-mali: WIPMark Hatle2020-04-062-4/+3
| | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* removing kc705 patchVaralaxmi Bingi2020-04-041-1137/+0
| | | | | | | | | | The original patch is intended for kc705-trd designs. Now xilinx is not supporting any kc705-trd designs and yocto/petalinux is not using this patch so, removing this patch from this layer. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* u-boot-xlnx.inc:u-boot-xlnx_2020.1.bb: kc705 patchVaralaxmi Bingi2020-04-042-4/+0
| | | | | | | | This patch will remove the functionality which is adding kc705-trd patch. Signed-off-by: Varalaxmi Bingi <varalaxmi.bingi@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling sysmon ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the sysmon driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling xadcps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the xadcps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling qspips ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the qspips driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling spips ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the spips driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling gpio driver ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | examples This recipe compiles the gpio driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling uartps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the uartps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling uartlite ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the uartlite driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling mutex ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the mutex driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling mbox driver ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | examples This recipe compiles the mbox driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling devcfg ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the devcfg driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling nandpsu ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the nandpsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling ipipsu ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the ipipsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling sdps driver ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | examples This recipe compiles the sdps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling gpiops ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the gpiops driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling rtcpsu ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the rtcpsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling wdtps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the wdtps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling can driver ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | examples This recipe compiles the can driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling canps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the canps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling canfd ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the canfd driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling clockps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the clockps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling resetps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the resetps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling ospipsv ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the ospipsv driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling qspipsu ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the qspipsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling tmrctr ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the tmrctr driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling ttcps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the ttcps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling scugic ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the scugic driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling xxvethernet ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the xxvethernet driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling emaclite ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the emaclite driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling axivdma ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the axivdma driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling usbpsu ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the usbpsu driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: recipe-drivers: Add recipe for compiling dmaps ↵Appana Durga Kedareswara rao2020-04-041-0/+3
| | | | | | | | | driver examples This recipe compiles the dmaps driver examples. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* meta-xilinx-standalone: classes: esw: Remove unneeded DISTRO checkAppana Durga Kedareswara rao2020-04-041-3/+0
| | | | | | | This patch removes the unneeded DISTRO check from the class. Signed-off-by: Appana Durga Kedareswara rao <appana.durga.rao@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* microblaze machines: Set LINKER_HASH_STYLE defaultsMark Hatle2020-04-035-4/+6
| | | | | | | | | | | For Linux based builds, it should be set to sysv. This will result in the system using a supported hash type. (GNU hash is not supported on Microblaze., so sysv will be used instead.) For baremetal, set the value to "". This will result in no value set, and the system will use the compiler and linker default. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* machines: Allow user to override SERIAL_CONSOLEMark Hatle2020-04-031-2/+1
| | | | | | Also remove the default SERIAL_CONSOLE_CHECK. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* machines: Remove default SERIAL_CONSOLES_CHECKMark Hatle2020-04-0317-17/+0
| | | | | | | | | | | | | | | | | | By default the machines should not check and remove declared consoles that are not available on first boot. It's up to the user to add this to their build configuration. The recommended user behavior is: SERIAL_CONSOLES_CHECK = ${SERIAL_CONSOLES} but the side effect of this is that if the device configuration changes after the first boot, the additional devices will not be available. (Note, this may result in warning messages with getty unable to connect to certain devices.) Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>