| 5debac49 | 28-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1910 from soby-mathew/sm/mb_ver_doc
docs: List MB version dependancy for Juno FWU as known issue |
| 97fc1968 | 28-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
docs: List MB version dependency for Juno FWU as known issue
Change-Id: Ib37215ca4c9b515e54054290952eed5034582ba4 Signed-off-by: Soby Mathew <soby.mathew@arm.com> |
| 8f7b793e | 28-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1909 from ambroise-arm/av/doc-update
Documentation: update tested platforms |
| 6192448a | 28-Mar-2019 |
Ambroise Vincent <ambroise.vincent@arm.com> |
Documentation: update tested platforms
Update both the readme and user guide on their shared "platform" section.
Change-Id: Ia1f30acda45ac8facdcb7d540800191cdf6cdacf Signed-off-by: Ambroise Vincent
Documentation: update tested platforms
Update both the readme and user guide on their shared "platform" section.
Change-Id: Ia1f30acda45ac8facdcb7d540800191cdf6cdacf Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
show more ...
|
| cc429178 | 27-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1906 from pbeesley-arm/pb/readme
doc: Prepare readme for 2.1 release |
| 512650c3 | 27-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1907 from pbeesley-arm/pb/changelog
doc: Update change log for v2.1 |
| 2a3178b7 | 27-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1905 from ambroise-arm/av/2.1-docs
Update user guide for 2.1 release |
| 9e437f29 | 25-Mar-2019 |
Paul Beesley <paul.beesley@arm.com> |
doc: Update change log for v2.1
Change-Id: Ib6a20ffdddad11b9629d7dca7f841182299bf860 Signed-off-by: Paul Beesley <paul.beesley@arm.com> |
| ca7145c5 | 25-Mar-2019 |
Paul Beesley <paul.beesley@arm.com> |
doc: Update readme.rst for v2.1 release
Change-Id: Id3ae11a401a2e5290bb1980f1f349fc3cf49c7d6 Signed-off-by: Paul Beesley <paul.beesley@arm.com> |
| 5a21f313 | 09-Mar-2019 |
Marek Vasut <marek.vasut+renesas@gmail.com> |
rcar_gen3: plat: Set M3W ULCB DRAM size to 2 GiB
The M3W ULCB board has 2 GiB of DRAM, set it so.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> |
| 6f8261b0 | 26-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Update TF-A version to 2.1
Change-Id: I6d8a6419df4d4924214115facbce90715a1a0371 Signed-off-by: Soby Mathew <soby.mathew@arm.com> |
| 68126051 | 14-Mar-2019 |
Ambroise Vincent <ambroise.vincent@arm.com> |
docs: Update user guide
Make sure the steps in the user guide are up to date and can be performed out of the box.
Change-Id: Ib4d959aa771cf515f74e150aaee2fbad24c18c38 Signed-off-by: Ambroise Vincen
docs: Update user guide
Make sure the steps in the user guide are up to date and can be performed out of the box.
Change-Id: Ib4d959aa771cf515f74e150aaee2fbad24c18c38 Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
show more ...
|
| 9dc5f21e | 25-Mar-2019 |
Paul Beesley <paul.beesley@arm.com> |
doc: Add contents.rst to link to pages
This is the temporary contents page that links to all other documents (except platform ports).
This page is needed during the trustedfirmware.org migration, b
doc: Add contents.rst to link to pages
This is the temporary contents page that links to all other documents (except platform ports).
This page is needed during the trustedfirmware.org migration, before we have a Sphinx rendering pipeline set up, because cgit doesn't offer a good way to view rendered docs while browsing the tree. We need to have a links page that can be opened from the cgit 'about' view.
Change-Id: I3ad87a9fa8a14dc8e371aac7ee473575fed316bf Signed-off-by: Paul Beesley <paul.beesley@arm.com>
show more ...
|
| 2c269b47 | 25-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1904 from lmayencourt/lm/move_pie_fixup
PIE: Fix reloc at the beginning of bl31 entrypoint |
| 330ead80 | 22-Mar-2019 |
Louis Mayencourt <louis.mayencourt@arm.com> |
PIE: Fix reloc at the beginning of bl31 entrypoint
The relocation fixup code must be called at the beginning of bl31 entrypoint to ensure that CPU specific reset handlers are fixed up for relocation
PIE: Fix reloc at the beginning of bl31 entrypoint
The relocation fixup code must be called at the beginning of bl31 entrypoint to ensure that CPU specific reset handlers are fixed up for relocations.
Change-Id: Icb04eacb2d4c26c26b08b768d871d2c82777babb Signed-off-by: Louis Mayencourt <louis.mayencourt@arm.com>
show more ...
|
| 981db33f | 22-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1903 from thloh85-intel/thloh85-integration
driver: synosys: Fix SD MMC not initializing correctly |
| 2baa7270 | 22-Mar-2019 |
Tien Hock, Loh <tien.hock.loh@intel.com> |
driver: synosys: Fix SD MMC not initializing correctly
dw_params.mmc_dev_type should be assigned before mmc_init, otherwise SDMMC initialization will fail as the initialization treats the device as
driver: synosys: Fix SD MMC not initializing correctly
dw_params.mmc_dev_type should be assigned before mmc_init, otherwise SDMMC initialization will fail as the initialization treats the device as EMMC instead of SD.
Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>
show more ...
|
| 46d58f80 | 21-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1902 from jts-arm/romlib
ROMLIB bug fixes |
| ae2e01b8 | 08-Mar-2019 |
John Tsichritzis <john.tsichritzis@arm.com> |
ROMLIB bug fixes
Fixed the below bugs: 1) Bug related to build flag V=1: if the flag was V=0, building with ROMLIB would fail. 2) Due to a syntax bug in genwrappers.sh, index file entries marked as
ROMLIB bug fixes
Fixed the below bugs: 1) Bug related to build flag V=1: if the flag was V=0, building with ROMLIB would fail. 2) Due to a syntax bug in genwrappers.sh, index file entries marked as "patch" or "reserved" were ignored. 3) Added a prepending hash to constants that genwrappers is generating. 4) Due to broken dependencies, currently the inclusion functionality is intentionally not utilised. This is why the contents of romlib/jmptbl.i have been copied to platform specific jmptbl.i files. As a result of the broken dependencies, when changing the index files, e.g. patching functions, a clean build is always required. This is a known issue that will be fixed in the future.
Change-Id: I9d92aa9724e86d8f90fcd3e9f66a27aa3cab7aaa Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>
show more ...
|
| 10e70f87 | 19-Mar-2019 |
Muhammad Hadi Asyrafi Abdul Halim <muhammad.hadi.asyrafi.abdul.halim@intel.com> |
intel: Enable watchdog timer on Intel S10 platform Watchdog driver support & enablement during platform setup
Signed-off-by: Muhammad Hadi Asyrafi Abdul Halim <muhammad.hadi.asyrafi.abdul.halim@inte
intel: Enable watchdog timer on Intel S10 platform Watchdog driver support & enablement during platform setup
Signed-off-by: Muhammad Hadi Asyrafi Abdul Halim <muhammad.hadi.asyrafi.abdul.halim@intel.com>
show more ...
|
| cc0dcf42 | 20-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1899 from jts-arm/docs
Add USE_ROMLIB build option to user guide |
| 3481800f | 20-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1887 from ambroise-arm/av/a76-cve
Cortex-A76: Optimize CVE_2018_3639 workaround |
| 5e5c77db | 20-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1901 from AlexeiFedorov/af/restore_pauth_context_smc
Restore PAuth context in case of unknown SMC call |
| 859cf9ea | 19-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1900 from soby-mathew/sm/revert_xlat_changes
xlat_tables_v2: Revert recent changes to remove recursion |
| f253645d | 19-Mar-2019 |
Antonio Nino Diaz <antonio.ninodiaz@arm.com> |
xlat_tables_v2: Revert recent changes to remove recursion
This commit reverts the following commits:
- c54c7fc35842 ("xlat_tables_v2: print xlat tables without recursion") - db8cac2d986a ("xlat_tab
xlat_tables_v2: Revert recent changes to remove recursion
This commit reverts the following commits:
- c54c7fc35842 ("xlat_tables_v2: print xlat tables without recursion") - db8cac2d986a ("xlat_tables_v2: unmap region without recursion.") - 0ffe269215bd ("xlat_tables_v2: map region without recursion.")
This was part of PR#1843.
A problem has been detected in one of our test run configurations involving dynamic mapping of regions and it is blocking the next release. Until the problem can be solved, it is safer to revert the changes.
Change-Id: I3d5456e4dbebf291c8b74939c6fb02a912e0903b Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
show more ...
|