Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-18fex: add support for '-' and '/' charactersRavRabbit
2016-12-07common.h: Rename errf() to pr_error(), add pr_fatal()Bernhard Nortmann
2016-11-10fexc: Convert version[0] header field to filesizeBernhard Nortmann
2016-05-26fexc: Warn when decompiling a malformed section entry (key string)Bernhard Nortmann
2016-05-26fexc: More relaxed version data check in script_bin.cBernhard Nortmann
2016-05-25fexc: Fix thinko in script decompilerBernhard Nortmann
2016-04-20fexc: Regroup code in script_decompile_bin()Bernhard Nortmann
2016-04-20fexc: Improve script_decompile_bin() safeguardsBernhard Nortmann
2014-10-28Allow empty sections as found in the FEX files of Ippo q8h v1.2 and FSL S8Reinhard Max
2014-09-27Fix issue #25: - Omit SCRIPT_VALUE_TYPE_NULL entries with no key nameBartosz J
2014-08-15fexc: add some sanity checking to bin readingLuc Verhaegen
2013-01-19fexc: add support for pio banks up to NAlejandro Mery
2012-07-23fexc: add port:power supportAlejandro Mery
2012-06-16Relicensed as GPLv2+Alejandro Mery
2012-06-14script_bin: add pr_debug() helperAlejandro Mery
2012-05-11bin2fex: split across script_bin and script_fexAlejandro Mery
2012-05-11fexc: move bin2fex's main() inAlejandro Mery
2012-05-11fexc: use script_bin.oAlejandro Mery
2012-05-10renamed sunxi-tools.h to common.hAlejandro Mery
2012-05-07script_bin: and finally generate the binAlejandro Mery
2012-05-07script_bin: generate_bin: calculate base offsets and write headerAlejandro Mery
2012-05-07fex2bin: call generate_bin() and write data out on successAlejandro Mery
2012-05-07fex2bin: refactored generate_bin() as calculate_bin_size() into script_bin.cAlejandro Mery