summaryrefslogtreecommitdiffstats
path: root/recipes-microblaze
Commit message (Collapse)AuthorAgeFilesLines
* gcc_5.2: Add patch to fix MicroBlaze 'adddi3' instruction issueNathan Rossi2015-11-122-0/+73
| | | | | | | | * This patch improves and fixes an issue with the MicroBlaze instruction definitions for 64-bit addition with immediate/constant operands. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Clean up bbappend, remove microblaze.incNathan Rossi2015-11-122-11/+11
| | | | | | | * Remove the microblaze.inc, this bbappend is already in the recipes-microblaze subdirectory Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* binutils: Update and drop patchesNathan Rossi2015-09-0211-482/+7
| | | | | | | | | | * Update recipe for minor 2.25 update in core * Drop any patches which are not upstream and are not required for a functional linux system * Use wildcard to make the recipe append to multiple versions of binutils Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
* gcc: Update patches for gcc 4.8.4Nathan Rossi2015-05-117-500/+0
| | | | | | * Remove patches that are available in gcc 4.8.4 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* qemu: Add 'microblaze' to QEMU_TARGETS for big endian QEMU machinesNathan Rossi2015-05-051-1/+1
| | | | Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* python: MicroBlaze override no longer requiredNathan Rossi2015-04-281-4/+0
| | | | | | | | * This override was added to the core-layer and is not required as a seperate bbappend. See the below commit id for more info: 4302cc20dbe0f0490a5e7b62baeb632322c40200 Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* binutils: Update MicroBlaze recipes to binutils 2.25Nathan Rossi2015-04-285-1/+1
| | | | | | * Patches for MicroBlaze functionality only Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* recipes-microblaze: Move all MicroBlaze appendsNathan Rossi2015-04-1747-0/+4102
| | | | | | | * Move recipes that are specifically for MicroBlaze support into the recipes-microblaze directory Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
* python: Add bbappend to fix issue with MicroBlazeNathan Rossi2015-04-091-0/+4
Python 2.7.9 introduces a change that causes issues with building the in tree libffi for MicroBlaze. To resolve this issue rely on the libffi built for the target instead of re-building an additional version just for Python. This change is only applied to MicroBlaze specifically. Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>