summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-241-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-231-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * linux-xlnx: Move default branch to latest LTSMark Hatle2022-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | New default branch is xlnx_rebase_5.15_LTS. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-212-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-181-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * meta-microblaze: Move to glibc backportMark Hatle2022-02-163-51/+35
| | | | | | | | | | | | | | | | | | | | | | | | Move to a backport of the official fix for glibc BZ #28883. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Update to bootgen SRCREV to point to latest commit.RamyaSree2022-02-161-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-173-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * Updated SRCREV for 2022.2Sivaprasad Addepalli2022-02-161-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * meta-microblaze: Set OLDEST_KERNEL version is 3.15Mark Hatle2022-02-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 3.15 is required to enable pselect instead of (new)select syscall when using the select function. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * meta-microblaze: Fix glibc issues related to select/pselectMark Hatle2022-02-124-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *) Select syscall is not implemented on microblaze, newselect should be used instead, but commit 4c3df0eba5e8fe98f0de917ade9b2ebba6951c5f from glibc removed this behavior. Presumably by accident. *) When the code path that doesn't use select, but instead uses pselect32 is used, microblaze provides it's own implementation but this implementation is only available when ASSUME_PSELECT is disabled. We need to fallback to the default Linux implementation. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * gcc standalone: Add workaround for microblaze -Os bugMark Hatle2022-02-102-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove -enable-target-optspace, which forces -Os when building various internal libraries. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * libvcu-xlnx: Update SRCREVMark Hatle2022-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: fix(dec): check vui timing info present before using them Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * Updated SRCREV for 2022Sivaprasad Addepalli2022-02-081-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Siva Addepalli <sivaprasad.addepalli@xilinx.com>
| | | * kernel-module-dp: Update to latest SRCREVMark Hatle2022-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: xfmc: Correct the mcdp6000_reset_cr_path function xfmc: Fix mcdp6000_read_reg and mcdp6000_modify_reg functions xfmc: Add support for different MCDP6000 revisions xfmc: Fix retimer function pointer sequence xfmc: implement mcdp6000 functions xfmc: Implement retimer configuration functions vphy: Implement prbs mode enable/disable function xvphy: update the direction flag of RX/TX instances xfmc: Add changes to Make xilinx-vfmc driver xfmc: remove fmc calls from video phy driver Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * various: Move from 2022.1 to 2022.2Mark Hatle2022-02-0523-6/+65
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| | | * xlnx-embeddedsw: Add 2022.2 branchMark Hatle2022-02-051-1/+3
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
* | | | arm-trusted-firmware: Workaround for latest binutilsMark Hatle2022-09-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current binutils adds a warning: bl31.elf has a LOAD segment with RWX permissions --fatal-warnings is enabled when linking, so this triggers a link failure. Workaround this with --no-warn-rwx-segments. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | binutils: update to current oe-core 2.39 versionMark Hatle2022-09-0139-694/+794
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: elfutils: Moved to OE-CoreMark Hatle2022-09-011-2/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | machine-xilinx-default.inc: Remove reference to x86-input-keyboard, obsoleteMark Hatle2022-09-011-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In Poky, commit e0a76cfdd46522fc4788ac72fc16d28a9cceec6e this package has been removed as it has been superseded by libinput/evdev. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | gcc: Update patches for Langdale gccMark Hatle2022-09-0121-331/+297
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | gcc-source: Move to gcc 12Mark Hatle2022-09-012-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: openssl: Change now in OE-CoreMark Hatle2022-09-012-93/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: disable of seccomp moved to oe-coreMark Hatle2022-09-011-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: Move to gcc-12 to match OE-CoreMark Hatle2022-09-0155-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-vendor: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-microblaze: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-bsp: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-standalone: Switch layer to support langdaleMark Hatle2022-09-011-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | | meta-xilinx-core: Switch layer to support langdaleMark Hatle2022-09-012-13/+1
|/ / / | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | README.kirkstone: Make it clear this is a "best effort" branchMark Hatle2022-08-312-0/+12
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | various: Switch remaining layers to kirkstoneMark Hatle2022-08-313-3/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: elfutils: Symvers is not supported on microblazeMark Hatle2022-08-311-0/+2
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: openssl: Use -latomic for microblazeMark Hatle2022-08-312-0/+93
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: layer.conf: seccomp is not supported with microblazeMark Hatle2022-08-311-0/+3
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: gdb: Temporarily disable GDBMark Hatle2022-08-313-0/+9
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | binutils: Update patches for Langdale binutilsMark Hatle2022-08-3114-705/+372
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: newlib: match OE versionMark Hatle2022-08-312-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: libxcrypt: Workaround no longer requiredMark Hatle2022-08-312-19/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: zstd: Move bbappend to apply to all 1.5.x versionsMark Hatle2022-08-311-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: glibc: Workaround now upstreamMark Hatle2022-08-314-106/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-microblaze: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | python3-anytree: Sometimes /usr/license is produced, remove thisMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | | | | | | | Remove invalid (and unpackaged) LICENSE file. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | various: Update license to match supported valuesMark Hatle2022-08-317-7/+7
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | weston-init: Rename to remove the % to match oe-coreMark Hatle2022-08-311-0/+0
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | arm-trusted-firmware, device-tree, qemu-devicetrees: Update license to match ↵Mark Hatle2022-08-313-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | supported values GPLv2 and BSD are no longer valid. Choose an appropriate replacement. Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-vendor: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
* | | meta-xilinx-bsp: Switch layer to kirkstoneMark Hatle2022-08-311-1/+1
| | | | | | | | | | | | Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>