Andrew Geissler | 84ad7c5 | 2020-06-27 00:00:16 -0500 | [diff] [blame] | 1 | # MicroBlaze does not support LTTng UST |
| 2 | LTTNGUST_microblaze = "" |
| 3 | |
| 4 | # Add MicroBlaze patches |
| 5 | FILESEXTRAPATHS_append := ":${THISDIR}/gdb" |
| 6 | |
| 7 | SRC_URI_append_microblaze = " \ |
| 8 | file://0001-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch \ |
| 9 | file://0003-Disable-the-warning-message-for-eh_frame_hdr.patch \ |
| 10 | file://0004-Fix-relaxation-of-assembler-resolved-references.patch \ |
| 11 | file://0005-LOCAL-Fixup-debug_loc-sections-after-linker-relaxati.patch \ |
| 12 | file://0006-upstream-change-to-garbage-collection-sweep-causes-m.patch \ |
| 13 | file://0007-Fix-bug-in-TLSTPREL-Relocation.patch \ |
| 14 | file://0008-Added-Address-extension-instructions.patch \ |
| 15 | file://0009-fixing-the-MAX_OPCODES-to-correct-value.patch \ |
| 16 | file://0010-Add-new-bit-field-instructions.patch \ |
| 17 | file://0011-fixing-the-imm-bug.patch \ |
| 18 | file://0015-intial-commit-of-MB-64-bit.patch \ |
| 19 | file://0016-MB-X-initial-commit.patch \ |
| 20 | file://0017-Patch-Microblaze-negl-instruction-is-overriding-rsub.patch \ |
| 21 | file://0018-Added-relocations-for-MB-X.patch \ |
| 22 | file://0019-Fixed-MB-x-relocation-issues.patch \ |
| 23 | file://0020-Fixing-the-branch-related-issues.patch \ |
| 24 | file://0021-Fixed-address-computation-issues-with-64bit-address.patch \ |
| 25 | file://0022-Adding-new-relocation-to-support-64bit-rodata.patch \ |
| 26 | file://0023-fixing-the-.bss-relocation-issue.patch \ |
| 27 | file://0024-Fixed-the-bug-in-the-R_MICROBLAZE_64_NONE-relocation.patch \ |
| 28 | file://0025-Patch-MicroBlaze-fixed-Build-issue-which-are-due-to-.patch \ |
| 29 | file://0026-Patch-Microblaze-changes-of-PR22458-failure-to-choos.patch \ |
| 30 | file://0028-Patch-Microblaze-Binutils-security-check-is-causing-.patch \ |
| 31 | file://0029-fixing-the-long-long-long-mingw-toolchain-issue.patch \ |
| 32 | file://0030-Added-support-to-new-arithmetic-single-register-inst.patch \ |
| 33 | file://0031-Patch-MicroBlaze-double-imml-generation-for-64-bit-v.patch \ |
| 34 | file://0032-Add-initial-port-of-linux-gdbserver.patch \ |
| 35 | file://0033-Initial-port-of-core-reading-support.patch \ |
| 36 | file://0034-Fix-debug-message-when-register-is-unavailable.patch \ |
| 37 | file://0035-revert-master-rebase-changes-to-gdbserver.patch \ |
| 38 | file://0036-revert-master-rebase-changes-to-gdbserver-previous-c.patch \ |
| 39 | file://0037-microblaze-Add-build_gdbserver-yes-to-top-level-conf.patch \ |
| 40 | file://0038-Initial-support-for-native-gdb.patch \ |
| 41 | file://0039-Fixing-the-issues-related-to-GDB-7.12.patch \ |
| 42 | file://0040-Patch-microblaze-Adding-64-bit-MB-support.patch \ |
| 43 | file://0041-patch-MicroBlaze-porting-GDB-for-linux.patch \ |
| 44 | file://0042-Correcting-the-register-names-from-slr-shr-to-rslr-r.patch \ |
| 45 | file://0043-Removing-the-header-gdb_assert.h-from-MB-target-file.patch \ |
| 46 | file://0044-gdb-microblaze-linux-nat.c-Fix-target-compilation-of.patch \ |
| 47 | " |