98dc2601 | 27-Mar-2019 |
Heinrich Schuchardt <xypron.glpk@gmx.de> |
efi_loader: update TODOs in doc/README.uefi
The following TODOs are closed:
- GetNextVariableName is not implemented - event groups - manage events in a linked list
Signed-off-by: Heinrich Schucha
efi_loader: update TODOs in doc/README.uefi
The following TODOs are closed:
- GetNextVariableName is not implemented - event groups - manage events in a linked list
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
show more ...
|
f9811e85 | 16-Feb-2019 |
Simon Glass <sjg@chromium.org> |
log: Allow #define LOG_DEBUG to enable logging in a file
At present it is possible to '#define DEBUG' at the top of a file which causes all debug() statements in that file to become active. There is
log: Allow #define LOG_DEBUG to enable logging in a file
At present it is possible to '#define DEBUG' at the top of a file which causes all debug() statements in that file to become active. There is currently no equivalent with logging, but this is a useful function.
Add a LOG_DEBUG define along with documentation.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
show more ...
|
2dd652e6 | 23-Jan-2019 |
Breno Matheus Lima <breno.lima@nxp.com> |
doc: imx: habv4: Remove secure_boot.txt guide
The secure_boot.txt guide was replaced by mx6_mx7_secure_boot.txt and mx6_mx7_spl_secure_boot.txt documents.
Both documents covers all steps needed for
doc: imx: habv4: Remove secure_boot.txt guide
The secure_boot.txt guide was replaced by mx6_mx7_secure_boot.txt and mx6_mx7_spl_secure_boot.txt documents.
Both documents covers all steps needed for SPL and non-SPL tagets, so remove secure_boot.txt file to avoid duplicated content.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
show more ...
|
364c0a89 | 23-Jan-2019 |
Breno Matheus Lima <breno.lima@nxp.com> |
doc: imx: habv4: Move encrypted boot guide
All guides are currently located at doc/imx/habv4/guides/ directory.
Move encrypted_boot.txt document to guides directory.
Signed-off-by: Breno Lima <bre
doc: imx: habv4: Move encrypted boot guide
All guides are currently located at doc/imx/habv4/guides/ directory.
Move encrypted_boot.txt document to guides directory.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
show more ...
|
cfb50207 | 23-Jan-2019 |
Breno Matheus Lima <breno.lima@nxp.com> |
doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 SPL targets
The current U-Boot implementation includes SPL targets for some NXP development boards:
- mx6sabreauto_defconfig - mx6sabresd_
doc: imx: habv4: Add Secure Boot guide for i.MX6 and i.MX7 SPL targets
The current U-Boot implementation includes SPL targets for some NXP development boards:
- mx6sabreauto_defconfig - mx6sabresd_defconfig - mx6ul_14x14_evk_defconfig - mx6ul_9x9_evk_defconfig
Add additional steps needed to completly secure the bootloader image.
Signed-off-by: Breno Lima <breno.lima@nxp.com>
show more ...
|
cbc4b041 | 23-Jan-2019 |
Breno Matheus Lima <breno.lima@nxp.com> |
doc: imx: habv4: Add HABv4 introduction
The HABv4 is supported in i.MX50, i.MX53, i.MX6, i.MX7, series and i.MX 8M, i.MX8MM devices.
Add an introductory document containing the following topics:
-
doc: imx: habv4: Add HABv4 introduction
The HABv4 is supported in i.MX50, i.MX53, i.MX6, i.MX7, series and i.MX 8M, i.MX8MM devices.
Add an introductory document containing the following topics:
- HABv4 Introduction - HABv4 Secure Boot - HABv4 Encrypted Boot - HAB PKI tree generation - HAB Fast Authentication PKI tree generation - SRK Table and SRK Hash generation
Reviewed-by: Ye Li <ye.li@nxp.com> Reviewed-by: Utkarsh Gupta <utkarsh.gupta@nxp.com> Signed-off-by: Breno Lima <breno.lima@nxp.com>
show more ...
|