Hi All,
I think the boot problem is in u-boot-xlnx_v2019.2.
Using:
* poky in zeus (+cherry pick of MB v11.0 tuning features,
3be6b045afabfb4d5cf137b3e93cb004067b71bb),
* meta-xilinx in zeus (with my patches waiting for few weeks in a pull
request <https://github.com/Xilinx/meta-xilinx/pull/19> already),
* oe in zeus-next
* and using u-boot-xlnx_2019.1.bb in my layer
I managed to boot my custom board properly (U-Boot SPL flow, the config
object loaded by pmufw). It would indicate ATF and pmufw in 2019_2 are fine.
Regards,
Adrian
On 21.01.2020 20:07, Mark Hatle wrote:
>
> On 1/21/20 11:52 AM, Adrian wrote:
>> Hi All,
>>
>> As I haven't received any reply yet, I would like to address the Xilinx
>> maintainers again: What is the progress of the upgrade and when can we
>> expect a
>> release of the zeus version?
> We are working on getting a zeus update ready to be published. At this point
> we're getting closer, but don't yet have it working.
>
>> I need to use mali and apparently, it works only with the latest patches (in
>> master-next) compatible with zeus version of other layers.
>>
>> Waiting for a reply, I tried to use the latest master-next with zeus version
>> of
>> poky and OE. I confirm it compiles without issue. The problem is a broken
>> U-boot
>> SPL flow: my custom board doesn't boot anymore.
> This is a big reason why it hasn't been updated yet. I'm trying to come up to
> speed on what is required for us to upgrade, and just saying "use PetaLinux to
> boot" isn't going to cover it.
>
> Unfortunately I do not have the knowledge to help with the below, but I can
> say
> that we are actively working on Zeus. Our rough schedule right now is we're
> trying to get a first version of it by the end of January, with something full
> featured by March.. with everything working on testing in parallel with the
> regularly scheduled PetaLinux release in the April-ish timeframe.
>
> As for Warrior, we don't currently have plans to go back and make warrior
> work,
> but I expect it is close enough to Zeus, that a backport shouldn't be too
> bad..
> once that works.
>
> --Mark
>
>> With the warrior configuration (CONFIG_PMUFW_INIT_FILE), the booting stops at
>> the level:
>>
>> U-Boot SPL 2019.01 (Jan 21 2020 - 17:08:27 +0000)
>> EL Level: EL3
>> Trying to boot from MMC2
>> NOTICE: ATF running on XCZU6EG/silicon v4/RTL5.1 at 0xfffea000
>> NOTICE: BL31: Secure code at 0x0
>> NOTICE: BL31: Non secure code at 0x8000000
>> NOTICE: BL31: v2.0(release):xilinx-v2019.2
>> NOTICE: BL31: Built : 16:14:42, Jan 21 2020
>> PMUFW: v1.1
>> zynqmp_clk_get_peripheral_rate mio read fail
>> failed to get rate
>> zynqmp_clk_get_peripheral_rate mio read fail
>> failed to get rate
>> zynqmp_clk_get_peripheral_rate mio read fail
>> failed to get rate
>>
>> If I try to use the new U-boot feature of loading the PM_CFG_OBJ
>> (CONFIG_ZYNQMP_SPL_PM_CFG_OBJ_FILE) the booting stops even earlier:
>>
>> U-Boot SPL 2019.01 (Jan 21 2020 - 17:28:22 +0000)
>> EL Level: EL3
>> Trying to boot from MMC2
>>
>> Has anybody else experienced a similar issue and know how to fix it?
>>
>> Regards,
>>
>> Adrian
>>
>>
>> On 15.01.2020 14:53, Adrian via Lists.Yoctoproject.Org wrote:
>>> Hi All,
>>>
>>> What is the progress of the upgrade and when can we expect a release of the
>>> zeus version?
>>>
>>> Regards,
>>>
>>> Adrian
>>>
>>> On 24.12.2019 03:22, Manjukumar Harthikote Matha wrote:
>>>> Hi Philip,
>>>>
>>>>> -----Original Message-----
>>>>> From: [email protected]
>>>>> <[email protected]>
>>>>> On Behalf Of Philip Balister via Lists.Yoctoproject.Org
>>>>> Sent: Friday, December 13, 2019 10:40 AM
>>>>> To: Chandana Kalluri <[email protected]>;
>>>>> [email protected]
>>>>> Cc: [email protected]
>>>>> Subject: Re: [meta-xilinx][master][PATCH] meta-xilinx zeus upgrade
>>>>>
>>>>> Any tips on getting zedboard to boot from this? I need to get some stuff
>>>>> together to test some ideas and am trying to get my zeboard up to date
>>>>> beore I
>>>>> start.
>>>>>
>>>> We have build tested the flow, the hardware testing has been done using
>>>> PetaLinux BSP (based on Yocto flow)
>>>> https://www.xilinx.com/member/forms/download/xef.html?filename=avnet-digilent-zedboard-v2019.2-final.bsp
>>>>
>>>> Thanks,
>>>> Manju
>>>>
>>>>> Philip
>>>>>
>>>>> On 12/12/19 2:15 PM, Chandana kalluri wrote:
>>>>>> Hi all,
>>>>>>
>>>>>> We are in the process of upgrading meta-xilinx layer to zeus branch.
>>>>>> Zeus upgrade specific tree is pushed to master-next branch in github
>>>>>> https://github.com/Xilinx/meta-xilinx/tree/master-next
>>>>>>
>>>>>> Issues found and currently being resolved:
>>>>>> 1. Multiple shlib providers for libmali-xlnx (v2 patches will be sent)
>>>>>> 2. u-boot-spl flow Once the issues are resolved the zeus branch will
>>>>>> be cut for meta-xilinx.
>>>>>>
>>>>>> The patch in this series:
>>>>>> 1. Upgrade meta-xilinx-bsp recipes to 2019.2 release version and
>>>>>> compatible with zeus.
>>>>>>
>>>>>> Jaewon Lee (1):
>>>>>> Update recipes for 2019.2 release
>>>>>>
>>>>>> meta-xilinx-bsp/conf/layer.conf | 3 +-
>>>>>> .../arm-trusted-firmware/arm-trusted-firmware.inc | 5 +-
>>>>>> .../arm-trusted-firmware_2019.1.bb | 7 -
>>>>>> .../arm-trusted-firmware_2019.2.bb | 6 +
>>>>>> .../reference-design/kc705-bitstream_2019.1.bb | 48 -
>>>>>> .../reference-design/kc705-bitstream_2019.2.bb | 48 +
>>>>>> meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx.inc | 1 +
>>>>>> ...aze-kc705-Convert-microblaze-generic-to-k.patch | 1133 ---------
>>>>>> ...aze-kc705-Convert-microblaze-generic-to-k.patch | 1133 +++++++++
>>>>>> .../recipes-bsp/u-boot/u-boot-xlnx_2019.1.bb | 32 -
>>>>>> .../recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb | 31 +
>>>>>> ....29.9000-6.fc31.x86_64-package-finally-in.patch | 105 +
>>>>>> .../qemu/qemu-devicetrees_2019.1.bb | 6 -
>>>>>> .../qemu/qemu-devicetrees_2019.2.bb | 4 +
>>>>>> .../recipes-devtools/qemu/qemu-xilinx-native.inc | 4 +-
>>>>>> .../qemu/qemu-xilinx-native_2019.1.bb | 7 -
>>>>>> .../qemu/qemu-xilinx-native_2019.2.bb | 6 +
>>>>>> .../qemu/qemu-xilinx-system-native_2019.1.bb | 16 -
>>>>>> .../qemu/qemu-xilinx-system-native_2019.2.bb | 17 +
>>>>>> .../recipes-devtools/qemu/qemu-xilinx.inc | 21 +-
>>>>>> ...ure-Add-pkg-config-handling-for-libgcrypt.patch | 93 +
>>>>>> .../recipes-devtools/qemu/qemu-xilinx_2019.1.bb | 13 -
>>>>>> .../recipes-devtools/qemu/qemu-xilinx_2019.2.bb | 14 +
>>>>>> .../recipes-kernel/linux/linux-xlnx_2019.1.bb | 7 -
>>>>>> .../recipes-kernel/linux/linux-xlnx_2019.2.bb | 6 +
>>>>>> ...CAL-Testsuite-builtins-tests-require-fpic.patch | 35 -
>>>>>> ...0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch | 31 -
>>>>>> ...uite-explicitly-add-fivopts-for-tests-tha.patch | 116 -
>>>>>> ...ejagnu-static-testing-on-qemu-suppress-wa.patch | 35 -
>>>>>> ...uite-Add-MicroBlaze-to-target-supports-fo.patch | 35 -
>>>>>> ...xplicitly-add-fivopts-for-tests-that-depe.patch | 118 -
>>>>>> ...-testsuite-Update-MicroBlaze-strings-test.patch | 43 -
>>>>>> ...uite-Allow-MicroBlaze-.weakext-pattern-in.patch | 67 -
>>>>>> ...uite-Add-MicroBlaze-to-check_profiling_av.patch | 28 -
>>>>>> ...-Patch-microblaze-Fix-atomic-side-effects.patch | 65 -
>>>>>> ...icroblaze-Fix-atomic-boolean-return-value.patch | 40 -
>>>>>> ...blaze-Fix-the-Microblaze-crash-with-msmal.patch | 33 -
>>>>>> ...ch-microblaze-Added-ashrsi3_with_size_opt.patch | 48 -
>>>>>> ...blaze-Fixed-missing-save-of-r18-in-fast_i.patch | 41 -
>>>>>> ...-microblaze-Use-bralid-for-profiler-calls.patch | 26 -
>>>>>> ...tch-microblaze-Disable-fivopts-by-default.patch | 42 -
>>>>>> ...-Patch-microblaze-Removed-moddi3-routinue.patch | 157 --
>>>>>> ...atch-microblaze-Add-INIT_PRIORITY-support.patch | 101 -
>>>>>> ...18-Patch-microblaze-Add-optimized-lshrsi3.patch | 81 -
>>>>>> ...atch-microblaze-Modified-trap-instruction.patch | 29 -
>>>>>> ...oblaze-Reducing-Stack-space-for-arguments.patch | 206 --
>>>>>> .../0021-Patch-microblaze-Add-cbranchsi4_reg.patch | 159 --
>>>>>> ...roblaze-Inline-Expansion-of-fsqrt-builtin.patch | 58 -
>>>>>> ...pdate-heuristics-for-loop-invariant-for-a.patch | 47 -
>>>>>> ...blaze.md-Improve-adddi3-and-subdi3-insn-d.patch | 63 -
>>>>>> ...-microblaze-Update-ashlsi3-movsf-patterns.patch | 72 -
>>>>>> ...icroblaze-8-stage-pipeline-for-microblaze.patch | 193 --
>>>>>> ...ptimization-Better-register-pressure-esti.patch | 142 --
>>>>>> ...blaze-Correct-the-const-high-double-immed.patch | 69 -
>>>>>> ...aze-Fix-internal-compiler-error-with-msma.patch | 36 -
>>>>>> ...blaze-Fix-the-calculation-of-high-word-in.patch | 45 -
>>>>>> ...microblaze-Add-new-bit-field-instructions.patch | 120 -
>>>>>> ...roblaze-Fix-bug-in-MB-version-calculation.patch | 247 --
>>>>>> ...xing-the-bug-in-the-bit-field-instruction.patch | 48 -
>>>>>> ...blaze-Macros-used-in-Xilinx-internal-patc.patch | 32 -
>>>>>> ...5-Fixing-the-issue-with-the-builtin_alloc.patch | 44 -
>>>>>> ...blaze-reverting-the-cost-check-before-pro.patch | 49 -
>>>>>> ...blaze-update-in-constraints-for-bitfield-.patch | 80 -
>>>>>> ...blaze-Removed-fsqrt-generation-for-double.patch | 38 -
>>>>>> .../0039-Intial-commit-of-64-bit-Microblaze.patch | 810 -------
>>>>>> ...store-pattern-movdi-and-also-adding-missi.patch | 83 -
>>>>>> .../0041-Intial-commit-for-64bit-MB-sources.patch | 2463
>>>>>> -------------------- ...42-re-arrangement-of-the-compare-branches.patch
>>>>>> | 268
>>>>> ---
>>>>>> ...blaze-previous-commit-broke-the-handling-.patch | 28 -
>>>>>> ...-Microblaze-Support-of-multilibs-with-m64.patch | 73 -
>>>>>> .../gcc/gcc-8/0045-Fixed-issues-like.patch | 70 -
>>>>>> .../gcc/gcc-8/0046-Fixed-below-issues.patch | 306 ---
>>>>>> .../0047-Added-double-arith-instructions.patch | 135 --
>>>>>> ...ssue-in-the-delay-slot-with-swap-instruct.patch | 37 -
>>>>>> ...oad-store-issue-with-the-32bit-arith-libr.patch | 256 --
>>>>>> ...ing-the-Dwarf-support-to-64bit-Microblaze.patch | 25 -
>>>>>> ...51-fixing-the-typo-errors-in-umodsi3-file.patch | 29 -
>>>>>> ...xing-the-32bit-LTO-related-issue9-1014024.patch | 68 -
>>>>>> ...issing-stack-adjustment-in-prologue-of-mo.patch | 25 -
>>>>>> ...blaze-corrected-SPN-for-dlong-instruction.patch | 29 -
>>>>>> ...-the-long-long-long-mingw-toolchain-issue.patch | 59 -
>>>>>> .../0055-microblaze_linker_script_xilinx_ld.patch | 16 -
>>>>>> ...-Fix-the-MB-64-bug-of-handling-QI-objects.patch | 47 -
>>>>>> ...blaze-We-will-check-the-possibility-of-pe.patch | 87 -
>>>>>> ...he-patch-as-kernel-boot-is-not-working-wi.patch | 51 -
>>>>>> ...Blaze-fixed-typos-in-mul-div-and-mod-asse.patch | 466 ----
>>>>>> .../0061-Author-Nagaraju-nmekala-xilinx.com.patch | 479 ----
>>>>>> ...blaze-Add-TARGET_OPTION_OPTIMIZATION-and-.patch | 41 -
>>>>>> ...CAL-Testsuite-builtins-tests-require-fpic.patch | 35 +
>>>>>> ...0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch | 31 +
>>>>>> ...uite-explicitly-add-fivopts-for-tests-tha.patch | 119 +
>>>>>> ...ejagnu-static-testing-on-qemu-suppress-wa.patch | 35 +
>>>>>> ...uite-Add-MicroBlaze-to-target-supports-fo.patch | 35 +
>>>>>> ...xplicitly-add-fivopts-for-tests-that-depe.patch | 118 +
>>>>>> ...-testsuite-Update-MicroBlaze-strings-test.patch | 43 +
>>>>>> ...uite-Allow-MicroBlaze-.weakext-pattern-in.patch | 67 +
>>>>>> ...uite-Add-MicroBlaze-to-check_profiling_av.patch | 28 +
>>>>>> ...-Patch-microblaze-Fix-atomic-side-effects.patch | 68 +
>>>>>> ...icroblaze-Fix-atomic-boolean-return-value.patch | 40 +
>>>>>> ...blaze-Fix-the-Microblaze-crash-with-msmal.patch | 33 +
>>>>>> ...ch-microblaze-Added-ashrsi3_with_size_opt.patch | 48 +
>>>>>> ...blaze-Fixed-missing-save-of-r18-in-fast_i.patch | 41 +
>>>>>> ...-microblaze-Use-bralid-for-profiler-calls.patch | 26 +
>>>>>> ...tch-microblaze-Disable-fivopts-by-default.patch | 42 +
>>>>>> ...-Patch-microblaze-Removed-moddi3-routinue.patch | 160 ++
>>>>>> ...atch-microblaze-Add-INIT_PRIORITY-support.patch | 101 +
>>>>>> ...18-Patch-microblaze-Add-optimized-lshrsi3.patch | 81 +
>>>>>> ...atch-microblaze-Modified-trap-instruction.patch | 29 +
>>>>>> ...oblaze-Reducing-Stack-space-for-arguments.patch | 206 ++
>>>>>> .../0021-Patch-microblaze-Add-cbranchsi4_reg.patch | 159 ++
>>>>>> ...roblaze-Inline-Expansion-of-fsqrt-builtin.patch | 58 +
>>>>>> ...pdate-heuristics-for-loop-invariant-for-a.patch | 47 +
>>>>>> ...blaze.md-Improve-adddi3-and-subdi3-insn-d.patch | 63 +
>>>>>> ...-microblaze-Update-ashlsi3-movsf-patterns.patch | 72 +
>>>>>> ...icroblaze-8-stage-pipeline-for-microblaze.patch | 193 ++
>>>>>> ...ptimization-Better-register-pressure-esti.patch | 142 ++
>>>>>> ...blaze-Correct-the-const-high-double-immed.patch | 69 +
>>>>>> ...aze-Fix-internal-compiler-error-with-msma.patch | 36 +
>>>>>> ...blaze-Fix-the-calculation-of-high-word-in.patch | 45 +
>>>>>> ...microblaze-Add-new-bit-field-instructions.patch | 120 +
>>>>>> ...roblaze-Fix-bug-in-MB-version-calculation.patch | 247 ++
>>>>>> ...xing-the-bug-in-the-bit-field-instruction.patch | 48 +
>>>>>> ...blaze-Macros-used-in-Xilinx-internal-patc.patch | 32 +
>>>>>> ...5-Fixing-the-issue-with-the-builtin_alloc.patch | 44 +
>>>>>> ...blaze-reverting-the-cost-check-before-pro.patch | 49 +
>>>>>> ...blaze-update-in-constraints-for-bitfield-.patch | 80 +
>>>>>> ...blaze-Removed-fsqrt-generation-for-double.patch | 38 +
>>>>>> .../0039-Intial-commit-of-64-bit-Microblaze.patch | 804 +++++++
>>>>>> ...store-pattern-movdi-and-also-adding-missi.patch | 83 +
>>>>>> .../0041-Intial-commit-for-64bit-MB-sources.patch | 2463
>>>>>> ++++++++++++++++++++ ...42-re-arrangement-of-the-compare-
>>>>> branches.patch | 268 +++
>>>>>> ...blaze-previous-commit-broke-the-handling-.patch | 28 +
>>>>>> ...-Microblaze-Support-of-multilibs-with-m64.patch | 73 +
>>>>>> .../gcc/gcc-9/0045-Fixed-issues-like.patch | 70 +
>>>>>> .../gcc/gcc-9/0046-Fixed-below-issues.patch | 307 +++
>>>>>> .../0047-Added-double-arith-instructions.patch | 135 ++
>>>>>> ...ssue-in-the-delay-slot-with-swap-instruct.patch | 37 +
>>>>>> ...oad-store-issue-with-the-32bit-arith-libr.patch | 256 ++
>>>>>> ...ing-the-Dwarf-support-to-64bit-Microblaze.patch | 25 +
>>>>>> ...51-fixing-the-typo-errors-in-umodsi3-file.patch | 29 +
>>>>>> ...xing-the-32bit-LTO-related-issue9-1014024.patch | 68 +
>>>>>> ...issing-stack-adjustment-in-prologue-of-mo.patch | 25 +
>>>>>> ...blaze-corrected-SPN-for-dlong-instruction.patch | 29 +
>>>>>> ...-the-long-long-long-mingw-toolchain-issue.patch | 59 +
>>>>>> .../0055-microblaze_linker_script_xilinx_ld.patch | 16 +
>>>>>> ...-Fix-the-MB-64-bug-of-handling-QI-objects.patch | 47 +
>>>>>> ...0056-fix-the-lto-wrapper-issue-on-windows.patch | 36 +
>>>>>> ...-Fix-the-MB-64-bug-of-handling-QI-objects.patch | 47 +
>>>>>> ...blaze-We-will-check-the-possibility-of-pe.patch | 87 +
>>>>>> ...blaze-We-will-check-the-possibility-of-pe.patch | 87 +
>>>>>> ...he-patch-as-kernel-boot-is-not-working-wi.patch | 51 +
>>>>>> ...Blaze-fixed-typos-in-mul-div-and-mod-asse.patch | 466 ++++
>>>>>> ...he-patch-as-kernel-boot-is-not-working-wi.patch | 51 +
>>>>>> .../0060-Author-Nagaraju-nmekala-xilinx.com.patch | 479 ++++
>>>>>> ...Blaze-fixed-typos-in-mul-div-and-mod-asse.patch | 466 ++++
>>>>>> .../0061-Author-Nagaraju-nmekala-xilinx.com.patch | 479 ++++
>>>>>> ...blaze-Add-TARGET_OPTION_OPTIMIZATION-and-.patch | 41 +
>>>>>> ...B-64-single-register-arithmetic-instructi.patch | 107 +
>>>>>> ...blaze-Add-TARGET_OPTION_OPTIMIZATION-and-.patch | 41 +
>>>>>> ...Blaze-Added-support-for-64-bit-Immediate-.patch | 44 +
>>>>>> .../recipes-microblaze/gcc/gcc-source_8.%.bbappend | 65 -
>>>>>> .../recipes-microblaze/gcc/gcc-source_9.%.bbappend | 67 +
>>>>>> .../recipes-multimedia/vcu/kernel-module-vcu.bb | 5 +-
>>>>>> .../recipes-multimedia/vcu/libomxil-xlnx.bb | 5 +-
>>>>>> .../recipes-multimedia/vcu/libvcu-xlnx.bb | 5 +-
>>>>>> .../recipes-multimedia/vcu/vcu-firmware.bb | 5 +-
>>>>>> meta-xilinx-bsp/recipes-xrt/xrt/xrt_git.bb | 14 +-
>>>>>> meta-xilinx-bsp/recipes-xrt/zocl/zocl_git.bb | 7 +-
>>>>>> meta-xilinx-contrib/conf/layer.conf | 3 +-
>>>>>> ...rm-xilinx-Add-encoder-for-Digilent-boards.patch | 305 ---
>>>>>> ...002-clk-Add-driver-for-axi_dynclk-IP-Core.patch | 607 -----
>>>>>> ...0003-drm-xilinx-Fix-DPMS-transition-to-on.patch | 54 -
>>>>>> .../v2019.1/0004-minized-wifi-bluetooth.cfg | 33 -
>>>>>> ...rm-xilinx-Add-encoder-for-Digilent-boards.patch | 305 +++
>>>>>> ...002-clk-Add-driver-for-axi_dynclk-IP-Core.patch | 607 +++++
>>>>>> ...0003-drm-xilinx-Fix-DPMS-transition-to-on.patch | 54 +
>>>>>> .../v2019.2/0004-minized-wifi-bluetooth.cfg | 33 +
>>>>>> .../linux/linux-xlnx_2019.1.bbappend | 9 -
>>>>>> .../linux/linux-xlnx_2019.2.bbappend | 9 +
>>>>>> meta-xilinx-standalone/conf/layer.conf | 3 +-
>>>>>> .../newlib/libgloss_3.0.0.bbappend | 10 -
>>>>>> .../newlib/libgloss_3.1.0.bbappend | 10 +
>>>>>> .../newlib/newlib_3.0.0.bbappend | 4 -
>>>>>> .../newlib/newlib_3.1.0.bbappend | 4 +
>>>>>> .../pmu-firmware/pmu-firmware_2019.1.bb | 71 -
>>>>>> .../pmu-firmware/pmu-firmware_2019.2.bb | 71 +
>>>>>> 186 files changed, 12903 insertions(+), 11330 deletions(-) delete
>>>>>> mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_
>>>>>> 2019.1.bb create mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_
>>>>>> 2019.2.bb delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/reference-design/kc705-bitstream_2019.2.bb
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.1/microblaze-kc70
>>>>>> 5-Convert-microblaze-generic-to-k.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx/v2019.2/microblaze-kc70
>>>>>> 5-Convert-microblaze-generic-to-k.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-bsp/u-boot/u-boot-xlnx_2019.2.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/files/0001-The-glibc-2.29.9000-6
>>>>>> .fc31.x86_64-package-finally-in.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-devicetrees_2019.2.bb
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-native_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-native_2019.2.bb
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-system-native_2019.1
>>>>>> .bb create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx-system-native_2019.2
>>>>>> .bb create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx/0010-configure-Add-p
>>>>>> kg-config-handling-for-libgcrypt.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-devtools/qemu/qemu-xilinx_2019.2.bb
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2019.1.bb
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-kernel/linux/linux-xlnx_2019.2.bb
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0001-LOCAL-Testsuite-buil
>>>>>> tins-tests-require-fpic.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0002-LOCAL-Quick-fail-g-.
>>>>>> dg-opt-memcpy1.C.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0003-LOCAL-Testsuite-expl
>>>>>> icitly-add-fivopts-for-tests-tha.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0004-LOCAL-For-dejagnu-st
>>>>>> atic-testing-on-qemu-suppress-wa.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0005-Patch-testsuite-Add-
>>>>>> MicroBlaze-to-target-supports-fo.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0005-Testsuite-explicitly
>>>>>> -add-fivopts-for-tests-that-depe.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0006-Patch-testsuite-Upda
>>>>>> te-MicroBlaze-strings-test.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0007-Patch-testsuite-Allo
>>>>>> w-MicroBlaze-.weakext-pattern-in.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0008-Patch-testsuite-Add-
>>>>>> MicroBlaze-to-check_profiling_av.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0009-Patch-microblaze-Fix
>>>>>> -atomic-side-effects.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0010-Patch-microblaze-Fix
>>>>>> -atomic-boolean-return-value.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0011-Patch-microblaze-Fix
>>>>>> -the-Microblaze-crash-with-msmal.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0012-Patch-microblaze-Add
>>>>>> ed-ashrsi3_with_size_opt.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0013-Patch-microblaze-Fix
>>>>>> ed-missing-save-of-r18-in-fast_i.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0014-Patch-microblaze-Use
>>>>>> -bralid-for-profiler-calls.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0015-Patch-microblaze-Dis
>>>>>> able-fivopts-by-default.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0016-Patch-microblaze-Rem
>>>>>> oved-moddi3-routinue.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0017-Patch-microblaze-Add
>>>>>> -INIT_PRIORITY-support.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0018-Patch-microblaze-Add
>>>>>> -optimized-lshrsi3.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0019-Patch-microblaze-Mod
>>>>>> ified-trap-instruction.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0020-Patch-microblaze-Red
>>>>>> ucing-Stack-space-for-arguments.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0021-Patch-microblaze-Add
>>>>>> -cbranchsi4_reg.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0022-Patch-microblaze-Inl
>>>>>> ine-Expansion-of-fsqrt-builtin.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0023-Patch-OPT-Update-heu
>>>>>> ristics-for-loop-invariant-for-a.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0024-PATCH-microblaze.md-
>>>>>> Improve-adddi3-and-subdi3-insn-d.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0025-Patch-microblaze-Upd
>>>>>> ate-ashlsi3-movsf-patterns.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0026-Patch-microblaze-8-s
>>>>>> tage-pipeline-for-microblaze.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0027-Patch-rtl-Optimizati
>>>>>> on-Better-register-pressure-esti.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0028-Patch-microblaze-Cor
>>>>>> rect-the-const-high-double-immed.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0029-Fix-microblaze-Fix-i
>>>>>> nternal-compiler-error-with-msma.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0030-patch-microblaze-Fix
>>>>>> -the-calculation-of-high-word-in.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0031-Patch-microblaze-Add
>>>>>> -new-bit-field-instructions.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0032-Patch-microblaze-Fix
>>>>>> -bug-in-MB-version-calculation.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0033-Fixing-the-bug-in-th
>>>>>> e-bit-field-instruction.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0034-Patch-microblaze-Mac
>>>>>> ros-used-in-Xilinx-internal-patc.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0035-Fixing-the-issue-wit
>>>>>> h-the-builtin_alloc.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0036-Patch-Microblaze-rev
>>>>>> erting-the-cost-check-before-pro.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0037-Patch-Microblaze-upd
>>>>>> ate-in-constraints-for-bitfield-.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0038-Patch-Microblaze-Rem
>>>>>> oved-fsqrt-generation-for-double.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0039-Intial-commit-of-64-
>>>>>> bit-Microblaze.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0040-Added-load-store-pat
>>>>>> tern-movdi-and-also-adding-missi.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0041-Intial-commit-for-64
>>>>>> bit-MB-sources.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0042-re-arrangement-of-th
>>>>>> e-compare-branches.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0043-Patch-Microblaze-pre
>>>>>> vious-commit-broke-the-handling-.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0044-Patch-Microblaze-Sup
>>>>>> port-of-multilibs-with-m64.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0045-Fixed-issues-like.pa
>>>>>> tch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0046-Fixed-below-issues.p
>>>>>> atch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0047-Added-double-arith-i
>>>>>> nstructions.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0048-Fixed-the-issue-in-t
>>>>>> he-delay-slot-with-swap-instruct.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0049-Fixed-the-load-store
>>>>>> -issue-with-the-32bit-arith-libr.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0050-extending-the-Dwarf-
>>>>>> support-to-64bit-Microblaze.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0051-fixing-the-typo-erro
>>>>>> rs-in-umodsi3-file.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0052-fixing-the-32bit-LTO
>>>>>> -related-issue9-1014024.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0053-Fixed-the-missing-st
>>>>>> ack-adjustment-in-prologue-of-mo.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0054-Patch-Microblaze-cor
>>>>>> rected-SPN-for-dlong-instruction.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0055-fixing-the-long-long
>>>>>> -long-mingw-toolchain-issue.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0055-microblaze_linker_sc
>>>>>> ript_xilinx_ld.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0057-Fix-the-MB-64-bug-of
>>>>>> -handling-QI-objects.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0058-Patch-Microblaze-We-
>>>>>> will-check-the-possibility-of-pe.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0059-Reverting-the-patch-
>>>>>> as-kernel-boot-is-not-working-wi.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0060-Patch-MicroBlaze-fix
>>>>>> ed-typos-in-mul-div-and-mod-asse.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0061-Author-Nagaraju-nmek
>>>>>> ala-xilinx.com.patch delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-8/0062-Patch-microblaze-Add
>>>>>> -TARGET_OPTION_OPTIMIZATION-and-.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0001-LOCAL-Testsuite-buil
>>>>>> tins-tests-require-fpic.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0002-LOCAL-Quick-fail-g-.
>>>>>> dg-opt-memcpy1.C.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0003-LOCAL-Testsuite-expl
>>>>>> icitly-add-fivopts-for-tests-tha.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0004-LOCAL-For-dejagnu-st
>>>>>> atic-testing-on-qemu-suppress-wa.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0005-Patch-testsuite-Add-
>>>>>> MicroBlaze-to-target-supports-fo.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0005-Testsuite-explicitly
>>>>>> -add-fivopts-for-tests-that-depe.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0006-Patch-testsuite-Upda
>>>>>> te-MicroBlaze-strings-test.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0007-Patch-testsuite-Allo
>>>>>> w-MicroBlaze-.weakext-pattern-in.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0008-Patch-testsuite-Add-
>>>>>> MicroBlaze-to-check_profiling_av.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0009-Patch-microblaze-Fix
>>>>>> -atomic-side-effects.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0010-Patch-microblaze-Fix
>>>>>> -atomic-boolean-return-value.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0011-Patch-microblaze-Fix
>>>>>> -the-Microblaze-crash-with-msmal.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0012-Patch-microblaze-Add
>>>>>> ed-ashrsi3_with_size_opt.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0013-Patch-microblaze-Fix
>>>>>> ed-missing-save-of-r18-in-fast_i.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0014-Patch-microblaze-Use
>>>>>> -bralid-for-profiler-calls.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0015-Patch-microblaze-Dis
>>>>>> able-fivopts-by-default.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0016-Patch-microblaze-Rem
>>>>>> oved-moddi3-routinue.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0017-Patch-microblaze-Add
>>>>>> -INIT_PRIORITY-support.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0018-Patch-microblaze-Add
>>>>>> -optimized-lshrsi3.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0019-Patch-microblaze-Mod
>>>>>> ified-trap-instruction.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0020-Patch-microblaze-Red
>>>>>> ucing-Stack-space-for-arguments.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0021-Patch-microblaze-Add
>>>>>> -cbranchsi4_reg.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0022-Patch-microblaze-Inl
>>>>>> ine-Expansion-of-fsqrt-builtin.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0023-Patch-OPT-Update-heu
>>>>>> ristics-for-loop-invariant-for-a.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0024-PATCH-microblaze.md-
>>>>>> Improve-adddi3-and-subdi3-insn-d.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0025-Patch-microblaze-Upd
>>>>>> ate-ashlsi3-movsf-patterns.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0026-Patch-microblaze-8-s
>>>>>> tage-pipeline-for-microblaze.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0027-Patch-rtl-Optimizati
>>>>>> on-Better-register-pressure-esti.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0028-Patch-microblaze-Cor
>>>>>> rect-the-const-high-double-immed.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0029-Fix-microblaze-Fix-i
>>>>>> nternal-compiler-error-with-msma.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0030-patch-microblaze-Fix
>>>>>> -the-calculation-of-high-word-in.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0031-Patch-microblaze-Add
>>>>>> -new-bit-field-instructions.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0032-Patch-microblaze-Fix
>>>>>> -bug-in-MB-version-calculation.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0033-Fixing-the-bug-in-th
>>>>>> e-bit-field-instruction.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0034-Patch-microblaze-Mac
>>>>>> ros-used-in-Xilinx-internal-patc.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0035-Fixing-the-issue-wit
>>>>>> h-the-builtin_alloc.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0036-Patch-Microblaze-rev
>>>>>> erting-the-cost-check-before-pro.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0037-Patch-Microblaze-upd
>>>>>> ate-in-constraints-for-bitfield-.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0038-Patch-Microblaze-Rem
>>>>>> oved-fsqrt-generation-for-double.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0039-Intial-commit-of-64-
>>>>>> bit-Microblaze.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0040-Added-load-store-pat
>>>>>> tern-movdi-and-also-adding-missi.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0041-Intial-commit-for-64
>>>>>> bit-MB-sources.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0042-re-arrangement-of-th
>>>>>> e-compare-branches.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0043-Patch-Microblaze-pre
>>>>>> vious-commit-broke-the-handling-.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0044-Patch-Microblaze-Sup
>>>>>> port-of-multilibs-with-m64.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0045-Fixed-issues-like.pa
>>>>>> tch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0046-Fixed-below-issues.p
>>>>>> atch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0047-Added-double-arith-i
>>>>>> nstructions.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0048-Fixed-the-issue-in-t
>>>>>> he-delay-slot-with-swap-instruct.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0049-Fixed-the-load-store
>>>>>> -issue-with-the-32bit-arith-libr.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0050-extending-the-Dwarf-
>>>>>> support-to-64bit-Microblaze.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0051-fixing-the-typo-erro
>>>>>> rs-in-umodsi3-file.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0052-fixing-the-32bit-LTO
>>>>>> -related-issue9-1014024.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0053-Fixed-the-missing-st
>>>>>> ack-adjustment-in-prologue-of-mo.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0054-Patch-Microblaze-cor
>>>>>> rected-SPN-for-dlong-instruction.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0055-fixing-the-long-long
>>>>>> -long-mingw-toolchain-issue.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0055-microblaze_linker_sc
>>>>>> ript_xilinx_ld.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0056-Fix-the-MB-64-bug-of
>>>>>> -handling-QI-objects.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0056-fix-the-lto-wrapper-
>>>>>> issue-on-windows.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0057-Fix-the-MB-64-bug-of
>>>>>> -handling-QI-objects.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0057-Patch-Microblaze-We-
>>>>>> will-check-the-possibility-of-pe.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0058-Patch-Microblaze-We-
>>>>>> will-check-the-possibility-of-pe.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0058-Reverting-the-patch-
>>>>>> as-kernel-boot-is-not-working-wi.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0059-Patch-MicroBlaze-fix
>>>>>> ed-typos-in-mul-div-and-mod-asse.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0059-Reverting-the-patch-
>>>>>> as-kernel-boot-is-not-working-wi.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0060-Author-Nagaraju-nmek
>>>>>> ala-xilinx.com.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0060-Patch-MicroBlaze-fix
>>>>>> ed-typos-in-mul-div-and-mod-asse.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0061-Author-Nagaraju-nmek
>>>>>> ala-xilinx.com.patch create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0061-Patch-microblaze-Add
>>>>>> -TARGET_OPTION_OPTIMIZATION-and-.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0062-Added-new-MB-64-sing
>>>>>> le-register-arithmetic-instructi.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0062-Patch-microblaze-Add
>>>>>> -TARGET_OPTION_OPTIMIZATION-and-.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-9/0063-Patch-MicroBlaze-Add
>>>>>> ed-support-for-64-bit-Immediate-.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-source_8.%.bbappend
>>>>>> create mode 100644
>>>>>> meta-xilinx-bsp/recipes-microblaze/gcc/gcc-source_9.%.bbappend
>>>>>> delete mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.1/0001-drm-x
>>>>>> ilinx-Add-encoder-for-Digilent-boards.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.1/0002-clk-A
>>>>>> dd-driver-for-axi_dynclk-IP-Core.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.1/0003-drm-x
>>>>>> ilinx-Fix-DPMS-transition-to-on.patch
>>>>>> delete mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.1/0004-miniz
>>>>>> ed-wifi-bluetooth.cfg create mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.2/0001-drm-x
>>>>>> ilinx-Add-encoder-for-Digilent-boards.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.2/0002-clk-A
>>>>>> dd-driver-for-axi_dynclk-IP-Core.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.2/0003-drm-x
>>>>>> ilinx-Fix-DPMS-transition-to-on.patch
>>>>>> create mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx/v2019.2/0004-miniz
>>>>>> ed-wifi-bluetooth.cfg delete mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2019.1.bbappend
>>>>>> create mode 100644
>>>>>> meta-xilinx-contrib/recipes-kernel/linux/linux-xlnx_2019.2.bbappend
>>>>>> delete mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/newlib/libgloss_3.0.0.bbappe
>>>>>> nd create mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/newlib/libgloss_3.1.0.bbappe
>>>>>> nd delete mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/newlib/newlib_3.0.0.bbappend
>>>>>> create mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/newlib/newlib_3.1.0.bbappend
>>>>>> delete mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_20
>>>>>> 19.1.bb create mode 100644
>>>>>> meta-xilinx-standalone/recipes-standalone/pmu-firmware/pmu-firmware_20
>>>>>> 19.2.bb
>>>>>>
>>>>>>
>>>>>>
>>
>>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4630):
https://lists.yoctoproject.org/g/meta-xilinx/message/4630
Mute This Topic: https://lists.yoctoproject.org/mt/68284398/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-