This patch-set contain patches for the initvals tool. The first seven patches are fixing minor bugs, the next three imporves the code a bit and the last four patches are adding suport for AR9550. Changes since v1: - rebase against the current version - add four new patch to fix more issues Gabor Juhos (13): qca-swiss-army-knife: refresh checksums.txt qca-swiss-army-knife: fix ar9330_1p2_initvals.h qca-swiss-army-knife: print AR9565 initvals qca-swiss-army-knife: fix comment in ar9340_initvals.h qca-swiss-army-knife: add missing families to verify_checksums.sh qca-swiss-army-knife: fix string length for ar9340 qca-swiss-army-knife: add ar9462-2p0 to the usage text qca-swiss-army-knife: reformat INI_PRINT_* macros qca-swiss-army-knife: simplify initval family handling qca-swiss-army-knife: allow to print initvals with more than 5 columns qca-swiss-army-knife: add initval support for AR955X qca-swiss-army-knife: add checksums for AR955X initvals qca-swiss-army-knife: allow to verify AR955X initvals tools/initvals/Makefile | 2 + tools/initvals/ar9330_1p2_initvals.h | 132 +++- tools/initvals/ar9340_initvals.h | 2 +- tools/initvals/ar955x_1p0_initvals.h | 1284 ++++++++++++++++++++++++++++++++++ tools/initvals/checksums.txt | 89 ++- tools/initvals/initvals.c | 315 +++++---- tools/initvals/verify_checksums.sh | 2 +- 7 files changed, 1659 insertions(+), 167 deletions(-) create mode 100644 tools/initvals/ar955x_1p0_initvals.h -- 1.7.10 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html