summaryrefslogtreecommitdiffstats
path: root/utils/elf2ape/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* build: Fix a number of compiler issues when building utils with gcc. (#208)Evan Lojewski2021-02-061-1/+6
|
* elf2ape: Cleanup elf2ape source. (#116)Evan Lojewski2020-09-251-184/+2
| | | | - Remove commented out example code. - Fix help text.
* ape: Fix ape on-disk format to match NVM endianness. (#115)Evan Lojewski2020-09-251-1/+35
| | | This closes GH-113
* clang-format: Enable additional projects and re-format. (#61)Evan Lojewski2020-03-211-45/+22
|
* utils: Fix ape version handling. (#60)Evan Lojewski2020-03-211-2/+4
| | | | - Match the version format used in the original firmware. - Add a human-readable printout for the version number.
* build: Add version information to output files. (#52)Evan Lojewski2020-03-011-3/+11
|
* elf2ape: Embed the target name in the ape header. (#7)Evan Lojewski2019-11-291-0/+12
|
* Cleanup a few clang-analyzer issues.Evan Lojewski2019-06-101-8/+9
|
* Run ape utilities through clang-format.Evan Lojewski2019-05-051-120/+106
|
* Add missing compressed flag when generating the APE image.Evan Lojewski2019-04-021-2/+6
|
* elf2ape: Add initial utitliy for converting an elf file to the ape binary.Evan Lojewski2019-03-301-0/+483
OpenPOWER on IntegriCloud