Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | meta-microblaze: YP now requires Upstream-Status in patches | Mark Hatle | 2023-07-21 | 1 | -0/+6 |
| | | | | | | Signed-off-By line is also required and added where missing. Signed-off-by: Mark Hatle <mark.hatle@amd.com> | ||||
* | microblaze m4/diffutils/grep: Add stack direction info to m4 macros | Mark Hatle | 2022-01-14 | 1 | -0/+11 |
These tools require knowledge of the stack direction, since we are cross compiling they are unable to detect the stack growth direction so it must be defined in the m4 macro. It turns out the direction was already set, but defined as 'microblaze' instead of 'microblaze*' which caused problems on little endian. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> |