aboutsummaryrefslogtreecommitdiff
path: root/packages/gnuprumcu
Commit message (Collapse)AuthorAgeFilesLines
* gnuprumcu: Obsolete versions 0.5.0-0.9.0Dimitar Dimitrov2024-03-063-0/+3
| | | | | | | These versions have an error in the AM572x header with I/O address definitions. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
* gnuprumcu: Add v0.9.5Dimitar Dimitrov2024-03-062-0/+4
| | | | | | | | | | | Changes since v.0.9.0: * Add I/O header for am62x. * Fix bit field length in AM572x's SPP register. * Add linker commands to align sections. * Do not use BIG_ENDIAN for a struct field name. * Minor build system cleanups. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
* gnuprumcu: Add release 0.9.0Dimitar Dimitrov2022-09-132-0/+4
| | | | Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
* Run patches thru `manage-packages -P`Alexey Neyman2022-02-111-11/+4
| | | | | | | | This refreshes the line numbers, removes any fuzz (which would make any future forward ports easier) and standardizes the patch/file headers (which makes them easier to read). Signed-off-by: Alexey Neyman <stilor@att.net>
* gnuprumcu: Bump to v0.6.0Dimitar Dimitrov2021-08-222-0/+4
| | | | | | | | | | | | Changes since v0.5.0: * Add spec files for am64x SoCs. * Require Binutils at least version 2.37. * Require pru-gcc to be installed. * Remove linker scripts. Instead set memory sizes from specs. * Activate --gc-sections linker option by default. * The "--host=pru" configure option must be used instead of "--target=pru. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>
* Add package with PRU linker scripts and headersDimitar Dimitrov2021-01-194-0/+51
Include the gnuprumcu package in PRU cross toolchain. Toolchain is somewhat useless without device specs and linker scripts for the various SoCs. Signed-off-by: Dimitar Dimitrov <dimitar@dinux.eu>