Andrej Butok
2fa42bface
doc: readme-zephyr: fix the scratch partition example
...
It tells about adding the 24KB scratch partition,
not about storage partition.
Updates the used path to HWMv2.
Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
(cherry picked from commit 50f35144e4
)
2024-11-04 14:23:47 +00:00
Jamie McCrae
fb2cf0ec3d
docs: release-notes: Add note on fixed nordic boards
...
Adds a note that building for these boards has been fixed
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-07-10 07:37:43 +01:00
David Vincze
8be24f87e3
docs: Replace Slack channel links with Discord
...
Replace Slack channel links with MCUboot Discord channel
as the discussions have moved there.
Signed-off-by: David Vincze <david.vincze@arm.com>
Change-Id: I132279574e674408dffc9ed377d216775a54fd56
2024-06-14 15:31:51 +02:00
Dinesh Kumar K
03171ffdc1
docs: Add release note snippet on MCUBOOT_HW_KEY for image encryption
...
Signed-off-by: Dinesh Kumar K <dinesh@linumiz.com>
2024-06-12 15:17:54 -06:00
David Vincze
92ad926ecc
docs: Add release note snippet for imgtool testing
...
Signed-off-by: David Vincze <david.vincze@arm.com>
Change-Id: I69ee2da7637363f5a50b9ef3aa3f0aaf5301714a
2024-06-04 09:51:43 +02:00
dependabot[bot]
2dcbabcb2c
build(deps): bump rexml from 3.2.6 to 3.2.8 in /docs
...
Bumps [rexml](https://github.com/ruby/rexml ) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases )
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md )
- [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8 )
---
updated-dependencies:
- dependency-name: rexml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 19:59:45 +02:00
dependabot[bot]
f08ace635a
build(deps): bump nokogiri from 1.16.2 to 1.16.5 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.16.2...v1.16.5 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-23 18:08:32 +02:00
David Brown
78bfe750cd
docs: Fold additional release notes
...
Add in a few additional release notes for the 2.1 release.
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-24 09:18:54 -06:00
David Brown
9bbe0a0462
Preps for 2.1.0-rc1 release
...
Update release notes and version numbers for 2.1.0-rc1 release.
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-24 09:18:54 -06:00
David Brown
36eeeef8c4
docs: Update release notes for HKDF fix
...
Add missing release notes from merged fix.
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-24 09:18:54 -06:00
David Brown
8b1d5f0629
docs: add release notes for reset vector update
...
Add missing release notes for this change.
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-24 09:18:54 -06:00
Jamie McCrae
02267cfdb5
docs: release-notes: Add note on Zephyr boot banner
...
Adds a note about the new Zephyr MCUboot boot banner feature
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-04-23 11:28:48 +01:00
David Brown
d2e69bf720
docs: Release notes for ptest updates
...
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-19 11:50:52 -06:00
David Brown
69858eb50e
doc: Release notes for TLV check
...
Add a release not stub for the TLV check.
Signed-off-by: David Brown <david.brown@linaro.org>
2024-04-18 11:27:15 +02:00
David Vincze
93c3f78b85
docs: Add release note snippet on builtin key support
...
Signed-off-by: David Vincze <david.vincze@arm.com>
Change-Id: I730a02067c0c51c46189e86fa5ddd0f325311874
2024-04-10 12:05:08 -06:00
David Vincze
e369784ba4
bootutil: Allow the usage of builtin keys in verification
...
Introduce a new MCUBOOT_BUILTIN_KEY option to enable the usage of
builtin keys for signature verification. This way the details of the key
handling mechanism are abstracted away from the boot code and this
responsibility is delegated to the given crypto library.
This is an alternative option to the existing MCUBOOT_HW_KEY feature,
however in this case we can entirely rely on key IDs and not only the
code, but also the image metadata does not contain any public key data.
Change-Id: Id01b67951310549b2734730c58bfa7210a2d5236
Signed-off-by: David Vincze <david.vincze@arm.com>
2024-04-10 12:05:08 -06:00
Jamie McCrae
8dab2b975e
docs: release-notes: Add note on zephyr cache fix
...
Adds a note on the fix for zephyr cache support
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-20 07:47:28 +00:00
dependabot[bot]
70b029770d
build(deps): bump nokogiri from 1.15.4 to 1.16.2 in /docs
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.15.4 to 1.16.2.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.15.4...v1.16.2 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 14:38:43 +01:00
Jamie McCrae
b994ba2ce2
docs: release: Add release notes on changes
...
Adds release notes on bootutil changes
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-01-08 15:35:53 +00:00
Jamie McCrae
12e2b6398b
docs: release: Add release notes
...
Adds release notes for various recent changes
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-12-14 08:31:07 -07:00
Jamie McCrae
05d1194277
docs: release: Add note on firmware loader mode
...
Adds a note on the new firmware loader operation type
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-11-28 13:59:00 +00:00
Jamie McCrae
0c0470e294
docs: release: Add notes on Zephyr USB fixes and boot serial echo
...
Adds 3 notes, 2 for zephyr USB CDC ACM fixes and 1 for a boot
serial echo fix
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-11-07 10:25:14 +00:00
Andrej Butok
6c4f7b4c63
doc: imgtool: update align description
...
Update the --align option values.
Add its description.
Delete [required], as it is optional now.
Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
2023-11-07 10:22:14 +00:00
David Brown
e0bdcdecec
Update version files for 2.0.0
...
Update documentation and version tags for final 2.0.0 release.
Signed-off-by: David Brown <david.brown@linaro.org>
2023-10-23 17:36:54 -06:00
Almir Okato
d3819c90b4
espressif: allow the use of a different toolchain for building
...
TOOLCHAIN_BIN_DIR can be defined for a different toolchain use.
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-10-17 04:41:37 -03:00
David Brown
62e2b4dead
docs: Update release notes for 2.0.0-rc1
...
Collect release notes, and add a bit about the API change.
Signed-off-by: David Brown <david.brown@linaro.org>
2023-09-29 08:19:05 -06:00
Jamie McCrae
bf8cf46b34
docs: release: Add note on panicking if flash device open fails
...
Adds a note that flash open failing will cause the bootloader to
panic and now prints a verbose error out when this happens
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-09-28 15:10:46 +01:00
Jamie McCrae
ae2aeedfe8
docs: release: Add note on boot serial extension rework
...
Adds a note on the reworked boot serial extensions features which
now allows modules to add handlers
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-09-28 07:35:31 +01:00
Jamie McCrae
6c8c76fc37
docs: Add note on addition of zephyr retention shared boot info
...
Adds a note that Zephyr can now use the retention subsystem to
share information with applications about MCUboot's configuration.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-09-27 07:49:25 +01:00
Almir Okato
db2024eb20
espressif: update secure boot and flash encryption
...
Adjust secure boot and flash encryption after IDF v5.x updates.
It also allows to enable secure boot on ESP32-C2.
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-09-20 09:46:27 -03:00
Jamie McCrae
736234caa5
docs: release: Add note on bs image list fixes
...
Adds a note on fixes with boot serial image listing
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-09-20 10:55:24 +01:00
Jamie McCrae
5f30562e0c
docs: release: Add note on boot_serial duplicate command fix
...
Adds a note about a fix for boot_serial duplicate commands
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-09-20 09:58:09 +02:00
Fabio Utzig
f0ad026fa7
docs: add webrick dependency
...
webrick needs to be installed for ruby versions >3, which should ease
local testing for someone running newer versions. This is compatible
with running on ruby 2.7.4, the version used on github pages.
Signed-off-by: Fabio Utzig <utzig@apache.org>
2023-09-05 20:06:14 -03:00
Fabio Utzig
b688ef77cc
docs: add jemoji plugin
...
This plugin enables jekyll to display emojis; the version added matches
current on github-pages (https://pages.github.com/versions/ )
Signed-off-by: Fabio Utzig <utzig@apache.org>
2023-09-05 20:06:14 -03:00
Fabio Utzig
54fd52d914
docs: update github-pages and deps versions
...
Update to versions matching: https://pages.github.com/versions/
Signed-off-by: Fabio Utzig <utzig@apache.org>
2023-09-05 20:06:14 -03:00
Fabio Utzig
b58962fad9
docs: espressif: fix formatting of markdown
...
Fix documentation issues for the rendering of the Espressif README
page. No content is changed with this commit, but formatting and
line breaks are set to approximately 100 columns.
Signed-off-by: Fabio Utzig <utzig@apache.org>
2023-09-04 16:50:11 -03:00
Jamie McCrae
d9a0074d4c
docs: release: Add note on zephyr debug mode
...
Adds a note that zephyr builds no longer build in debug mode
by default
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-08-18 09:05:13 +01:00
Almir Okato
8647964e64
espressif: add release notes
...
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-08-10 10:59:33 -07:00
Almir Okato
4a051181c4
espressif: esp32xx: adjust memory map on linker script
...
Reorganize memory mapping and document the address ranges that
the OS must avoid overlapping.
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-08-10 10:59:33 -07:00
Almir Okato
c1efa00b8d
espressif: update documentation regarding ESP32-C2, ESP32-C6 and ESP32-H2
...
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-08-10 10:59:33 -07:00
Almir Okato
68a2980f97
espressif: esp32c2: remove unsupported configs
...
Remove unsupported USB JTAG configuration
Remove unsupported Secure Boot V2 configuration
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-08-10 10:59:33 -07:00
Jamie McCrae
fc658eb5a2
docs: release: Add note on encryption changes
...
Adds notes on fixes and changes related to encrypted image handling
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-08-09 07:45:22 +01:00
Jamie McCrae
c9fa60886b
boot: boot_serial: Fix issue with encrypted second slot images
...
Fixes issues whereby encrypted images were not properly listed due
to not treating them as encrypted, also removes a piece of wrong
hack code that would never run as the primary slot cannot be
encrypted.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-08-09 07:45:22 +01:00
Bence Balogh
70acc4146e
release-notes: Add imgtool changes
...
Signed-off-by: Bence Balogh <bence.balogh@arm.com>
Change-Id: I48eabb1dc9696ef50d12fc8782616169ba8acc45
2023-08-08 18:09:07 +02:00
Jamie McCrae
88b2865730
doc: design: Add updated information on data sharing
...
Adds additional information on the new BOOTINFO data sharing
functionality
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-08-08 08:02:25 +01:00
Jamie McCrae
97d18797a1
docs: Add note on addition of new shared boot info
...
Adds a note that there is now additional information that can
(optionally) be provided via shared boot information.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-08-08 08:02:25 +01:00
Daniel Mangum
fefc398cc1
fix: update zephyr CONFIG_BOOTLOADER_MCUBOOT
...
Updates the zephyr CONFIG_BOOTLOADER_MCUBOOT documentation link to
target the new location.
Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2023-08-03 07:46:53 +01:00
Almir Okato
879348be07
docs: espressif: update documentation after ESP-IDF submodule removal
...
Signed-off-by: Almir Okato <almir.okato@espressif.com>
2023-07-24 10:03:18 -03:00
David Brown
2c1c5d145a
docs: Update security to use github reporting
...
Hackerone hasn't turned out to be particularly useful. Fortunately, github now
has a mechanism to directly report security vulnerabilities within the project's
pages. Update the docs to show this as the preferred vulnerability reporting
mechanism.
Signed-off-by: David Brown <david.brown@linaro.org>
2023-06-15 08:29:08 -06:00
Jamie McCrae
a6aef32619
docs: release: Add note on zephyr release
...
Adds details on updating the zephyr version file for releases.
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2023-05-25 14:20:28 -06:00