summaryrefslogtreecommitdiff
path: root/libs/bootutil
AgeCommit message (Expand)Author
2016-08-22Fix warnings reported by clang.Christopher Collins
2016-08-19bootutil; adjust unit tests to work with status upkeep outside sys/config.Marko Kiiskila
2016-08-19bootutil; was returning wrong image header in response whenMarko Kiiskila
2016-08-19boot/bootutil; remove debug console use from bootloader.Marko Kiiskila
2016-08-19bootutil/imgmgr; output of boot now shows the fallback image.Marko Kiiskila
2016-08-19bootutil; add 'confirm' step, telling that image was confirmed as good.Marko Kiiskila
2016-08-19bootutil; make status element size depend on flash alignment restrictions.Marko Kiiskila
2016-08-19boot, imgmgr; return the slot number for test image.Marko Kiiskila
2016-08-19bootutil; move routines reading boot-copy-status from loader.c toMarko Kiiskila
2016-08-19boot; return full flash location of status bytes, instead of just offset.Marko Kiiskila
2016-08-19boot; don't use NFFS or FCB for keeping status. Interim commit.Marko Kiiskila
2016-08-01bootutil; change the order in which image swap progress is recorded.Marko Kiiskila
2016-06-30bootutil; don't stop swapping images if writes to update statusMarko Kiiskila
2016-06-17bootutil; fix feature name for RSA key use in signed images documentation.Marko Kiiskila
2016-06-09config; remove conf_handler ptr argument from conf_save_XXX apis.Marko Kiiskila
2016-06-06imgmgr; reject image upload if image would not fit.Marko Kiiskila
2016-05-26bootutil; bug fix: if integrity check of an image fails, try the other one.Marko Kiiskila
2016-05-09bootutil; fix return status from boot_read_status().Marko Kiiskila
2016-05-09bootutil; test presence of status file in addition to checking config file.Marko Kiiskila
2016-05-09bootutil; with nffs use separate tmp file for status storage.Marko Kiiskila
2016-04-18bootutil; change the amount of status data we persist during upgrade.Marko Kiiskila
2016-04-18bootutil/imgmgr; switch to using sys/config to communicate with each other.Marko Kiiskila
2016-04-18fs; add 'cat' CLI command.Marko Kiiskila
2016-04-18bootutil; remove nffs dependency from loader.c;Marko Kiiskila
2016-04-18bootutil; call boot_clear_status() to clear state about ongoing update.Marko Kiiskila
2016-04-18bootutil; make boot_status persist write all data in single operation.Marko Kiiskila
2016-04-14bootutil; was not taking trailing TLVs into account when figuring outMarko Kiiskila
2016-04-11boot/bootutil; also move call to fs_mkdir() to boot/main.c:main().Marko Kiiskila
2016-04-11boot; Move nffs init from bootutil pkg to boot/main.c:main().Marko Kiiskila
2016-04-06Support image signatures as ECDSA224.Marko Kiiskila
2016-04-05signed_images.md; Better formatting for C snippet.Marko Kiiskila
2016-04-05Change image signing info to be .md file instead of .txt.Marko Kiiskila
2016-04-05Image signature validation expects keys to be exported by key package.Marko Kiiskila
2016-04-04Require hash TLV even when signature TLV is present;Marko Kiiskila
2016-04-02Support multiple keys for image signatures.Marko Kiiskila
2016-04-01Update regression test with flag name change.Marko Kiiskila
2016-04-01Start work on signed images. Use PKCS1.5 w/RSA 2048 and SHA256.Marko Kiiskila
2016-03-14remove empty readmes, fixup readmes with content. some of these may be re-ad...Sterling Hughes
2016-03-14Replace some common fields in pkg.yml.Christopher Collins
2016-03-09Capitalize unit test feature names.Christopher Collins
2016-03-09Reflect repository name change in yml files.Marko Kiiskila
2016-03-03Merge remote-tracking branch 'origin/develop'Christopher Collins
2016-02-26moved the NFFS_AREA_MAX to the bsp since it must match between a bootloader a...Paul Dietrich
2016-02-26fix arduino to run with a bootloader.Paul Dietrich
2016-02-24(MYNEWT-43) Update pkg.yml versions to 0.8.0.Christopher Collins
2016-02-24(MYNEWT-43) Add missing fields to egg.yml files.Christopher Collins
2016-02-22Delete redundant .gitignore files.Christopher Collins
2016-02-22Add missing Apache license to some files.Christopher Collins
2016-02-22Remove redundant LICENSE files in subdirs.Christopher Collins
2016-02-18update for a 0.8.0 releaseSterling Hughes