Commit Graph

116 Commits

Author SHA1 Message Date
Diaz de Grenu, Jose 094c1ea38c meta-digi: prepare for dey-2.0-r4.2
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-11-23 16:25:27 +01:00
Diaz de Grenu, Jose de5ea6493b Revert "README: add known limitation about MIPI and CSI1"
This has been fixed in kernel commit 9525be91790af93bbc9cb0d11ef8b5ece6c82fff

This reverts commit 26905d8cfb.

https://jira.digi.com/browse/DEL-3175
2016-11-21 18:54:53 +01:00
Diaz de Grenu, Jose f7d44badb6 meta-digi: prepare for dey-2.0-r4.1
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-11-18 11:57:45 +01:00
Diaz de Grenu, Jose 4b1f84e49b Merge branch 'dey-2.0/master' into dey-2.0/maint
Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-11-18 11:54:01 +01:00
Diaz de Grenu, Jose 26905d8cfb README: add known limitation about MIPI and CSI1
https://jira.digi.com/browse/DEL-3175

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-11-18 11:31:52 +01:00
Diaz de Grenu, Jose 2405428230 README: remove limitation
This was fixed in U-Boot:
4aad9fd041f11de66bf5eb0137c49dbd450c4388

Also move TrustFence (TM) limitation which affect all platforms to a common section.

https://jira.digi.com/browse/DEL-3134

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-10-31 17:03:26 +01:00
Diaz de Grenu, Jose 262ade8908 Revert "trustfence: disable SDCARD image generation when encryption is enabled"
When encryption is enabled, the signed U-Boot image will be used for the uSD.
This allows the uSD image to boot the device and recover it from the U-Boot
console, which is its main purpose. Nevertheless, the uSD image will not be
able to boot Linux.

https://jira.digi.com/browse/DEL-2877

This reverts commit 2e13e194d9.
2016-10-31 17:03:26 +01:00
Hector Palacios dd2eff6f01 README: wrongly reported CC6UL Starter Board version
U-Boot version dub-2015.04-r4.5 may report running on
Starter Board version 1 even when your Starter Board is
version 2. In that case Ethernet does not work in U-Boot.
More recent versions of U-Boot fix this issue.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
2016-09-14 12:36:29 +02:00
Javier Viguera a63030f4fd meta-digi-dey: bump distro version to 2.0-r4
Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2016-08-29 19:26:42 +02:00
Diaz de Grenu, Jose c59a5e6214 Revert "meta-digi-arm: Exclude u-boot-fw-utils if U-Boot environment encryption is"
This reverts commit b8f50680e5.

The support to read and write to an encrypted environment has been added, so
there is no need to exclude the u-boot-fw-utils anymore.

https://jira.digi.com/browse/DEL-2836

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-08-26 10:13:17 +02:00
Javier Viguera 443092a6b0 README.md: fix FTP links not rendered in GitHub's markdown
FTP links are not correctly rendered in GitHub, so just put them as
text.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2016-08-11 16:21:30 +02:00
Alex Gonzalez 59e805bdeb README.md: Update release notes.
* Add known issues for CC6UL.
* Refer to online documentation for interface and feature list.
* Add uSD encrypted image boot limitation.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2016-08-10 14:15:29 +02:00
Alex Gonzalez 0320e7734e README.md: Update release notes.
* Add trademark to TrustFence (TM) for consistency.
* Remove CC6UL non-wireless variant from supported products
* Added a note to check the online documentation for an updated known
issues and limitations list.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2016-08-10 10:59:30 +02:00
Alex Gonzalez b8f50680e5 meta-digi-arm: Exclude u-boot-fw-utils if U-Boot environment encryption is
enabled

There is currently no support on fw_printenv/fw_setenv to access an
encrypted environment.

This commit removes the package if U-Boot environment encryption is
enabled to avoid environment corruption on access.

It also documents the issue as a known issue.

https://jira.digi.com/browse/DEL-2625

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2016-08-10 10:59:30 +02:00
Diaz de Grenu, Jose 6746254558 meta-digi-dey: trustfence: add Yocto macro to unlock key revocation
By default, on closed devices you cannot revoke any key. To do so, it is
required to compile a U-Boot which instructs the HAB not to set the sticky
bit which write protects that field in the OCOTP controller.

This patch introduces a Yocto macro which allows to configure U-Boot in
that way.

In the ConnectCore 6, the value of this settings is ignored, because HAB never
sets the sticky bit which write protects that field.

https://jira.digi.com/browse/DUB-665

Signed-off-by: Diaz de Grenu, Jose <Jose.DiazdeGrenu@digi.com>
2016-08-09 20:01:59 +02:00
Alex Gonzalez fb2f7bd345 README: Merge Release Notes and Changelog in a single document.
The README.md file is rendered by github using github's markdown syntax:
https://help.github.com/articles/basic-writing-and-formatting-syntax/

https://jira.digi.com/browse/DEL-2854

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
2016-08-03 12:24:34 +02:00