summaryrefslogtreecommitdiff
path: root/libs/bootutil/include/bootutil
AgeCommit message (Expand)Author
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-19boot, imgmgr; return the slot number for test image.Marko Kiiskila
2016-08-19boot; don't use NFFS or FCB for keeping status. Interim commit.Marko Kiiskila
2016-06-06imgmgr; reject image upload if image would not fit.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-06Support image signatures as ECDSA224.Marko Kiiskila
2016-04-05Image signature validation expects keys to be exported by key package.Marko Kiiskila
2016-04-02Support multiple keys for image signatures.Marko Kiiskila
2016-04-01Start work on signed images. Use PKCS1.5 w/RSA 2048 and SHA256.Marko Kiiskila
2016-02-26moved the NFFS_AREA_MAX to the bsp since it must match between a bootloader a...Paul Dietrich
2016-02-16Get rid of CRC in image header. Replace that with SHA256 TLV at theMarko Kiiskila
2016-02-06update license header files, continued.Sterling Hughes
2016-02-06replace license headers with ASF license. first pass.Sterling Hughes
2015-11-10Increase image header size to 32 bytes. objcopy does not produceMarko Kiiskila
2015-11-05Switch flash users to pass flash ID to API.Marko Kiiskila
2015-09-28Rename ffs library to nffs.Christopher Collins
2015-09-21update header files to Runtime. rename to mynewtsterling
2015-09-15update license headerssterling
2015-08-31Move bootutil tests from test project to packageChristopher Collins
2015-08-13Update boot code to account for ffs changes.Christopher Collins
2015-08-05Add some size and endianness checks for image header.Christopher Collins
2015-08-05Remove some obsolete code and add some comments.Christopher Collins
2015-08-04Fix up some comments.Christopher Collins
2015-07-29ffs: rename 'sector' to 'area'Christopher Collins
2015-07-28Move most functionality out of boot-project and into bootutil to allow for te...Christopher Collins
2015-07-28Misc. fixes and document some code.Christopher Collins
2015-07-27Reverse meaning of boot vector files (is: test and main; was: cur and next).Christopher Collins
2015-07-27Fixed-address boot loader.Christopher Collins
2015-07-24bootutil updatesChristopher Collins
2015-07-21* Move public header from bootutil/src to bootutil/includeChristopher Collins
2015-07-13move package to libssterling