Commit Graph

12 Commits

Author SHA1 Message Date
Fabio Utzig 41d18853d7 Fix remaining initial porting guide's issues 2017-07-10 17:44:15 -06:00
Fabio Utzig e2d99f8630 Fix review issues 2017-07-10 17:44:15 -06:00
Fabio Utzig 01ccb1997e Initial porting guide 2017-07-10 17:44:15 -06:00
aditihilbert ba5d3a7de8 Create RN1.0 2017-06-30 18:51:50 -07:00
David Brown e601417c17 Merge pull request #68 from d3zd3z/pr/dco
Add docs about DCO
2017-06-26 09:35:41 -06:00
David Brown f1a78fc1c6 Add docs about DCO
Create a SubmittingPatches.md file similar to the one in Linux.  This
includes the Developer Certificate of Origin which clarifies the meaning
of the Signed-off-by trailer in the message.

Patches merged after this, should have Signed-off-by lines.

Signed-off-by: David Brown <david.brown@linaro.org>
2017-06-20 12:57:27 -06:00
David Brown 6998fd5b9a doc: Fix 'pip' example
The imgtool script explicitly calls out python3.  Adjust 'pip' to
'pip3' to reflect this explicit version call as well.
2017-06-14 11:27:45 -04:00
David Brown 2c21f7101b imgtool: Make "included header" optional
The imgtool.py program has been assuming that the input image for
signing has a zero padded place for the header at the beginning of the
image.  This is only true for some platforms.

Instead, make this included header space optional.  By default, prepend
the header to the image.  If `--included-header` is specified to the
sign command, consider the bytes at the beginning of the image to be
padded space for the header.  This option is required for Zephyr builds.
2017-06-13 15:54:45 -04:00
David Brown e369fecbf1 doc: Add documentation for imgtool.py 2017-06-07 09:35:48 -06:00
Fabio Utzig 19356bf45f Make mcuboot less mynewt style
Remove most of mynewt specific stuff to a separate port package. This
should make mcuboot less "mynewt'y" and slightly easier to port to.

- Mynewt specific stuff moved to boot/mynewt.
- Sample app moved from apps/boot to boot/mynewt.
- Use MYNEWT_VAL macro only on mynewt port.
- BOOTUTIL_* and MYNEWT_VAL() usage moved to MCUBOOT_ defines.
2017-06-02 10:55:27 -07:00
Fabio Utzig afc517e4b8 Move signed image doc to docs dir 2017-05-17 19:37:41 -04:00
Fabio Utzig 9d6ee9de31 Move design doc to doc dir 2017-05-01 07:41:59 -03:00