Lines Matching refs:in
26 - Allow sim tests to skip slow tests. By setting `MCUBOOT_SKIP_SLOW_TESTS` in
29 slow tests are useful, in that they test bad powerdown recovery, but are
38 - Zephyr: Add estimated image footer size to cache in sysbuild.
40 allows for a single application slot and firmware loader image in
42 (loading it in any way it sees fit e.g. via Bluetooth).
54 - fix a memory leak in the HKDF implementation.
63 change in the interface between mcuboot and the platform. All platforms
65 will have to be adjusted. The following commit makes the API change, in the
80 - Fixes issue with serial recovery in single slot mode wrongly
83 calls, this now allows the parameters to be supplied in any order.
102 wrongly including the buffer address in the size which caused
110 - Zephyr no longer builds in optimize for debug mode, this saves a
113 are no longer in the code, a pem file must be supplied to extract
145 target, that replaces `flash_area_sector_from_off`. This is a step in cleaning
151 release. There have been several updates to the dependencies in the Ruby code
164 this value can be increased, which will result in a different magic
165 number value. These targets were previously unsupported in MCUboot,
173 - Increase coverage of large images in the simulator
180 - Remove zephyr example test running in shell. The Go version is
182 - imgtool: make `--max-align` default reasonable in most cases.
183 - Implement the mcumgr echo command in serial boot mode
201 brought in for another reason.
204 - Enable direct-xip mode in Mbed-OS port.
222 the development keys in the repo are never used in a production
242 - Allow larger primary slot in swap-move
243 - Fixed boostrapping in swap-move mode.
278 - CBOR decoding in serial recovery replaced by code generated from a
284 - Add an optional boot record in shared memory to communicate boot
291 - CVE-2020-7595 "xmlStringLenDecodeEntities in parser.c in libxml2
292 2.9.10 has an infinite loop in a certain end-of-file situation." Fix
293 by updating a dependency in documentation generation.
321 - Encrypted image TLVs can be saved in swap metadata during a swap
323 - imgtool can dump private keys in C format (getpriv command), which
349 dependencies used in the generation of the documentation on github.
356 - Added some additional overflow and bound checks to data in the image
366 There are no breaking changes in functionality. This release should work with
377 should land in 1.4.0. This includes a simulator update for testing
384 The 1.3.0 release of MCUboot brings in many fixes and updates. There
385 are no breaking changes in functionality. Many of the changes are
393 - Add a `ptest` utility to help run the simulator in different
400 - Abstract logging in MCUboot. This was needed to support the new
401 logging system used in Zephyr.
402 - Add multiple flash support. Allows slot1/scratch to be stored in an
413 - imgtool: saves in intel-hex format when output filename has `.hex`
414 extension; otherwise saves in binary format.
420 no breaking changes in MCUboot functionality, but some of the CLI parameters
421 in imgtool were changed (either removed or added or updated).
428 - Build system accepts .pem files in build system to autogenerate required
430 - Zephyr build switched to using built-in flash_map and TinyCBOR modules
431 - Serial boot has substantially decreased in space usage after refactorings
460 - simulator: lots of refactors were applied, which result in the
479 pass the `-2` to recent versions of the `newt` tool in order to
495 - Allow new types of signatures in the future.
499 - The source for Tinycrypt has been placed in the MCUboot tree. A
512 RAM loading in the bootloader.
539 - An overwrite only which upgrades slot 0 with the image in slot 1.