| 26bd5f82 | 18-Dec-2017 |
Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
SPM: Move initialization flag to context struct
Whether a Secure Partition is being initialized or not is something related to that specific partition, so it should be saved with the rest of the inf
SPM: Move initialization flag to context struct
Whether a Secure Partition is being initialized or not is something related to that specific partition, so it should be saved with the rest of the information related to it.
Change-Id: Ie8a780f70df83fb03ef9c01ba37960208d9b5319 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
show more ...
|
| ff565310 | 04-Jan-2018 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
uniphier: simplify GZIP compress rule
It is not necessary to read data from stdin. The input file name is ripped off by -n option, anyway. I still use the redirect for the output to specify the ou
uniphier: simplify GZIP compress rule
It is not necessary to read data from stdin. The input file name is ripped off by -n option, anyway. I still use the redirect for the output to specify the output file name.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| 6ef96ab4 | 03-Jan-2018 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1204 from davidcunado-arm/rv/fip_tool
Add padding at the end of the last entry |
| 86188567 | 03-Jan-2018 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1206 from davidcunado-arm/dc/update_userguide
Update dependencies for ARM TF |
| 4069fb5f | 24-Nov-2017 |
Jett Zhou <jett.zhou@arm.com> |
docs: Update the ToC end marker description in the document
Change-Id: I2e29a63f08aed3b8ea0bb10170a3d55b8d033e62 Signed-off-by: Jett Zhou <jett.zhou@arm.com> Signed-off-by: David Cunado <david.cunad
docs: Update the ToC end marker description in the document
Change-Id: I2e29a63f08aed3b8ea0bb10170a3d55b8d033e62 Signed-off-by: Jett Zhou <jett.zhou@arm.com> Signed-off-by: David Cunado <david.cunado@arm.com>
show more ...
|
| 880b9e8b | 19-Dec-2017 |
Roberto Vargas <roberto.vargas@arm.com> |
Add padding at the end of the last entry
This patch adds padding bytes at the end of the last image in the fip to be able to transfer by DMA the last image.
Change-Id: I8c6f07dee389cb3d1dc919936d9d
Add padding at the end of the last entry
This patch adds padding bytes at the end of the last image in the fip to be able to transfer by DMA the last image.
Change-Id: I8c6f07dee389cb3d1dc919936d9d52841d7e5723 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com> Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com> Signed-off-by: David Cunado <david.cunado@arm.com>
show more ...
|
| 34c2b9c2 | 03-Jan-2018 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1212 from dp-arm/dp/tsp_dram
Move TSP to TZC secured DRAM |
| 66db10ca | 02-Jan-2018 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Move TSP to TZC secured DRAM
To allow BL31 to grow in SRAM, move TSP in TZC secured DRAM by default.
Increase the BL31 max limit by one page.
Change-Id: Idd3479be02f0f9bafac2f275376d7db0c2015431 S
Move TSP to TZC secured DRAM
To allow BL31 to grow in SRAM, move TSP in TZC secured DRAM by default.
Increase the BL31 max limit by one page.
Change-Id: Idd3479be02f0f9bafac2f275376d7db0c2015431 Signed-off-by: Dimitris Papastamos <dimitris.papastamos@arm.com>
show more ...
|
| 9a2a38a2 | 24-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1203 from masahir0y/uniphier
uniphier: a bundle of fixes |
| 87ebd20d | 24-Dec-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
Build: specify check_* targets as .PHONY
check_* targets just check necessary command line argument, not build any images. They should be specified as .PHONY.
Signed-off-by: Masahiro Yamada <yamad
Build: specify check_* targets as .PHONY
check_* targets just check necessary command line argument, not build any images. They should be specified as .PHONY.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| ac4626dc | 24-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1201 from jeenu-arm/sdei-plat-events
ARM platforms: Allow platforms to define SDEI events |
| 1e0c0784 | 23-Dec-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
Build: update comment lines for macros
Commit 8f0617ef9e46 ("Apply TBBR naming convention to the fip_create options") changed fiptool command options. We often forget to update documentation.
Sign
Build: update comment lines for macros
Commit 8f0617ef9e46 ("Apply TBBR naming convention to the fip_create options") changed fiptool command options. We often forget to update documentation.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| fa05efb3 | 19-Dec-2017 |
David Cunado <david.cunado@arm.com> |
Update dependencies for ARM TF
ARM TF has been tested as part of its CI system with the following dependencies updated:
- Linaro binaries: 17.04 --> 17.10 - mbed TLS library: 2.4.2 --> 2.6.0
Update dependencies for ARM TF
ARM TF has been tested as part of its CI system with the following dependencies updated:
- Linaro binaries: 17.04 --> 17.10 - mbed TLS library: 2.4.2 --> 2.6.0
The version of AEM, Cortex-A and Foundation models that ARM TF is tested on has also been updated:
- v11.1 build 11.1:22 --> v11.2 build 11.2:33 - v8.9 build 0.8:8805 --> v9.0 build 0.8:9005
This patch updates the user guide documentation to reflect these changes to the dependencies.
Additionally, links to Linaro resources have been updated.
Change-Id: I9ea5cb76e7443c9dbb0c9525069f450a02f59e58 Signed-off-by: David Cunado <david.cunado@arm.com>
show more ...
|
| 3c95ea01 | 20-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1198 from antonio-nino-diaz-arm/an/spm-doc
Add Secure Partition Manager (SPM) design document |
| 9d32b55c | 19-Dec-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
uniphier: fix alignment of build log
The build log should be indented with two spaces for correct alignment.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |
| fe458325 | 19-Dec-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
uniphier: fix base address of IO block buffer
The current IO block buffer overlaps with BL2 image location. So, BL2 may corrupt itself.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |
| 58b6fccf | 19-Dec-2017 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
doc: uniphier: reformat reStructuredText manually
Commit 6f6257476754 ("Convert documentation to reStructuredText") automatically converted all documents by a tool. I see some parts were converted
doc: uniphier: reformat reStructuredText manually
Commit 6f6257476754 ("Convert documentation to reStructuredText") automatically converted all documents by a tool. I see some parts were converted in an ugly way (or, at least, it is not my intention). Also, the footnote is apparently broken.
I checked this document by my eyes, and reformated it so that it looks nicer both in plain text and reST form.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| 1e49e906 | 19-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1196 from antonio-nino-diaz-arm/an/zero-pad
Add support to left-pad with zeroes in tf_printf |
| 9f36f4c4 | 19-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1195 from davidcunado-arm/dc/fix_pie
Disable PIE compilation option |
| dced20e1 | 19-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1194 from robertovargas-arm/io-fix
io: block: fix block_read/write may read/write overlap buffer |
| 468c5577 | 19-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1192 from sandrine-bailleux-arm/sb/fix-mm-communicate
SPM: Fix MM_COMMUNICATE_AARCH32/64 parameters |
| 7bdf0c1f | 08-Dec-2017 |
Jeenu Viswambharan <jeenu.viswambharan@arm.com> |
ARM platforms: Allow platforms to define SDEI events
With this patch, ARM platforms are expected to define the macros PLAT_ARM_SDEI_PRIVATE_EVENTS and PLAT_ARM_SDEI_SHARED_EVENTS as a list of privat
ARM platforms: Allow platforms to define SDEI events
With this patch, ARM platforms are expected to define the macros PLAT_ARM_SDEI_PRIVATE_EVENTS and PLAT_ARM_SDEI_SHARED_EVENTS as a list of private and shared events, respectively. This allows for individual platforms to define their own events.
Change-Id: I66851fdcbff83fd9568c2777ade9eb12df284b49 Signed-off-by: Jeenu Viswambharan <jeenu.viswambharan@arm.com>
show more ...
|
| 725912d8 | 18-Dec-2017 |
davidcunado-arm <david.cunado@arm.com> |
Merge pull request #1190 from vchong/poplar_hisi_review2
poplar: Add BL32 (OP-TEE) support and misc updates |
| f7ff1084 | 18-Dec-2017 |
Haojian Zhuang <haojian.zhuang@linaro.org> |
hikey960: set isp clks as unsecure mode
Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org> |
| 84816dcd | 15-Dec-2017 |
Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
Add support to left-pad with zeroes in tf_printf
Add support to formats %i, %d, %p, %x and %u for left-padding numbers with zeroes (e.g. `%08x`).
Change-Id: Ifd4795a82a8d83da2c00b44b9e482a2d9be797e
Add support to left-pad with zeroes in tf_printf
Add support to formats %i, %d, %p, %x and %u for left-padding numbers with zeroes (e.g. `%08x`).
Change-Id: Ifd4795a82a8d83da2c00b44b9e482a2d9be797e3 Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
show more ...
|