summaryrefslogtreecommitdiffstats
path: root/meta-vitis-tc/conf
Commit message (Collapse)AuthorAgeFilesLines
* meta-vitis-tc: aarch32-tc: Remove unused multilibsMark Hatle2025-03-301-138/+5
| | | | | | This should save a considerable amount of disk space. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: riscv-tc: Enable medany memory modelMark Hatle2025-03-301-0/+3
| | | | | | Per request, enable medany memory model with riscv 64-bit and newlib tclibc. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: riscv-tc: Enable 'b' extension multilibsMark Hatle2025-03-301-33/+92
| | | | | | | | | 'b' extensions require binutils 2.43 or newer. Update the generation script to correctly identify and set the TUNE_FEATURE for riscv 32-bit and 64-bit. This may be needed in the future. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Update RISCV baremetal multiconfigMark Hatle2024-08-081-95/+109
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-microblaze: binutils: Add local patches, including 64-bit supportMark Hatle2024-07-241-16/+16
| | | | Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: riscv-tc: _ is no longer permittedMark Hatle2024-07-171-20/+20
| | | | | | | | | | The multilib name will be promoted into package names. Package names no longer permit the use of a '_' in the name. So strip this from the multilib name, everything else remains the same. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit f452a4f639bf4e714df8f07d8c8ac85d88541794) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: microblaze-tc: Disable 64-bit multilibsMark Hatle2024-07-171-16/+16
| | | | | | | | | Currently binutils does not support m64 on microblaze. Disable 64-bit multilibs until this can be fixed. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 70efe2b8418776ccef7800ded53432332c7c5516) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Disable PACBTI for ilp32Mark Hatle2024-07-171-0/+5
| | | | | | | | | gcc on ilp32 doesn't support generating PAC/BTI components: cc1: sorry, unimplemented: return address signing is only supported for '-mabi=lp64' Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 71e895689e7daa0e9df83aebff4e56ae9cc6a9e4) Signed-off-by: Mark Hatle <mark.hatle@amd.com>
* meta-vitis-tc: Create new layer from meta-petalinux as of 2024.1Mark Hatle2024-07-177-0/+1409
These components are used to build SDKs that are often shipped with the AMD Vitis and Vivado products. Signed-off-by: Mark Hatle <mark.hatle@amd.com> (cherry picked from commit 5f481ae55aa646b334e15e16ef826b8d42792edf) Signed-off-by: Mark Hatle <mark.hatle@amd.com>