| 69ae7811 | 08-Mar-2019 |
Tien Hock, Loh <tien.hock.loh@intel.com> |
plat: intel: Add MMC OCR voltage information for initialization
MMC stack needs OCR voltage information for the platform to initialize MMC controller correctly.
Signed-off-by: Tien Hock, Loh <tien.
plat: intel: Add MMC OCR voltage information for initialization
MMC stack needs OCR voltage information for the platform to initialize MMC controller correctly.
Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>
show more ...
|
| dd8c03b6 | 08-Mar-2019 |
Tien Hock, Loh <tien.hock.loh@intel.com> |
plat: intel: Add MMC OCR voltage information for initialization
MMC stack needs OCR voltage information for the platform to initialize MMC controller correctly.
Signed-off-by: Tien Hock, Loh <tien.
plat: intel: Add MMC OCR voltage information for initialization
MMC stack needs OCR voltage information for the platform to initialize MMC controller correctly.
Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>
show more ...
|
| a6561a28 | 07-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1864 from hadi-asyrafi/mailbox_fix
intel: Mailbox service un-accessible |
| f7c8f31e | 07-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1862 from thloh85-intel/s10_bl2
plat: intel: Improve ECC scrubbing performance |
| 8061c458 | 07-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1868 from Yann-lms/zeromem_device_info
stm32mp1: zeromem device_info struct |
| fc43c30d | 07-Mar-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge pull request #1869 from pbeesley-arm/pb/wiki-import
Pb/wiki import |
| 0c6be93f | 05-Mar-2019 |
Paul Beesley <paul.beesley@arm.com> |
doc: Add and correct headings for imported files
Some files imported from the wiki are missing RST section headers and other files are using inconsistent characters for the same header level.
Chang
doc: Add and correct headings for imported files
Some files imported from the wiki are missing RST section headers and other files are using inconsistent characters for the same header level.
Change-Id: I318c843f9bc8fb40074ef90827b9acac06463662 Signed-off-by: Paul Beesley <paul.beesley@arm.com>
show more ...
|
| 12fc6ba7 | 05-Mar-2019 |
Paul Beesley <paul.beesley@arm.com> |
doc: Add missing CVE links to advisories
Some security advisories did not contain a direct link to the CVE page on mitre.org.
Change-Id: I80f8f27a25da3a76b564a3e49cafe5e253379f37 Signed-off-by: Pau
doc: Add missing CVE links to advisories
Some security advisories did not contain a direct link to the CVE page on mitre.org.
Change-Id: I80f8f27a25da3a76b564a3e49cafe5e253379f37 Signed-off-by: Paul Beesley <paul.beesley@arm.com>
show more ...
|
| d0f9809d | 26-Feb-2019 |
Joel Hutton <Joel.Hutton@Arm.com> |
doc: Update links within imported wiki content
This patch covers two changes:
- Links that refer to GitHub are updated to point to the relevant content on trustedfirmware.org
- Internal links be
doc: Update links within imported wiki content
This patch covers two changes:
- Links that refer to GitHub are updated to point to the relevant content on trustedfirmware.org
- Internal links between documents have been updated, with the required .rst suffix being added or due to a change in the relative locations of the files.
Change-Id: Ibf87da7d2ece726d1c94a9b33a2bbc3129de7779 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com> Signed-off-by: Paul Beesley <paul.beesley@arm.com>
show more ...
|
| 4fe91230 | 25-Feb-2019 |
Joel Hutton <Joel.Hutton@Arm.com> |
doc: Migrate a subset of the GitHub wiki content
With the TF wiki being migrated from GitHub to trustedfirmware.org, some documents will be moved into the docs/ directory within the repository rathe
doc: Migrate a subset of the GitHub wiki content
With the TF wiki being migrated from GitHub to trustedfirmware.org, some documents will be moved into the docs/ directory within the repository rather than remaining as external content. The appropriate action has been decided on a per-document basis.
Change-Id: Id0f615f3418369256f30d2e34e354a115389d105 Signed-off-by: Joel Hutton <Joel.Hutton@Arm.com> Signed-off-by: Paul Beesley <paul.beesley@arm.com>
show more ...
|
| 7dcbb4f3 | 06-Mar-2019 |
Alexei Fedorov <Alexei.Fedorov@arm.com> |
BL31: Enable pointer authentication support in warm boot path
In the current Pointer Authentication support added in commit b86048c40cb7d9ccd7aeac1681945676a6dc36ff PAuth gets enabled in BL31 cold b
BL31: Enable pointer authentication support in warm boot path
In the current Pointer Authentication support added in commit b86048c40cb7d9ccd7aeac1681945676a6dc36ff PAuth gets enabled in BL31 cold boot entrypoint only, (see bl31_entrypoint() in bl31\aarch64\bl31_entrypoint.S) but not in bl31_warm_entrypoint(). This results in EnIA bit [31] in SCTLR_EL3 not being set and pointer authentication disabled after CPU wake-up event.
Fixes ARM-software/tf-issues#684
Change-Id: I27a67804764dfba2a6d72ca119ca2bcff4f536d6 Signed-off-by: Alexei Fedorov <Alexei.Fedorov@arm.com>
show more ...
|
| 534fdec4 | 07-Mar-2019 |
Dimitris Papastamos <dimitris.papastamos@arm.com> |
Merge pull request #1860 from pbeesley-arm/pb/todo-cleanup
doc: Remove todo from example code |
| 42beea8d | 07-Mar-2019 |
Yann Gautier <yann.gautier@st.com> |
stm32mp1: zeromem device_info struct
The change of the structure highlighted the fact that all fields are not correctly initialized with zeroes.
Replace the other memset in the function with zerome
stm32mp1: zeromem device_info struct
The change of the structure highlighted the fact that all fields are not correctly initialized with zeroes.
Replace the other memset in the function with zeromem, as it is faster.
Change-Id: I27f45a64e34637f79fa519f486bf5936721ef396 Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|
| 5bd1b445 | 07-Mar-2019 |
Muhammad Hadi Asyrafi Abdul Halim <muhammad.hadi.asyrafi.abdul.halim@intel.com> |
intel: Mailbox service un-accessible Change map region for device 2 from non-secure to secure
Signed-off-by: Muhammad Hadi Asyrafi Abdul Halim <muhammad.hadi.asyrafi.abdul.halim@intel.com> |
| a468e756 | 07-Mar-2019 |
Tien Hock, Loh <tien.hock.loh@intel.com> |
drivers: mmc: Fix some issues with MMC stack
Some bugs in MMC stack needs to be fixed: - scr cannot be local as this will cause cache issue when invalidating after the read DMA transfer is completed
drivers: mmc: Fix some issues with MMC stack
Some bugs in MMC stack needs to be fixed: - scr cannot be local as this will cause cache issue when invalidating after the read DMA transfer is completed - ACMD41 needs to send voltage information in initialization, otherwise the command is a query, thus will not initialize the controller - when checking device state, retry until the retries counter goes to zero before failing
Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>
show more ...
|
| bf8b8fb6 | 07-Mar-2019 |
Tien Hock, Loh <tien.hock.loh@intel.com> |
plat: intel: Improve ECC scrubbing performance
We should be using zeromem to scrub memory instead of memset. This would improve the performance by 200x
Signed-off-by: Tien Hock, Loh <tien.hock.loh@
plat: intel: Improve ECC scrubbing performance
We should be using zeromem to scrub memory instead of memset. This would improve the performance by 200x
Signed-off-by: Tien Hock, Loh <tien.hock.loh@intel.com>
show more ...
|
| 3d20bf71 | 25-Jan-2019 |
Paul Beesley <paul.beesley@arm.com> |
Remove todo from example code
Keeping that in the docs is a bit untidy
Change-Id: Ia95246208cee48df1536b4317a8c896ab2c84fc2 Signed-off-by: Paul Beesley <paul.beesley@arm.com> |
| c54c7fc3 | 25-Feb-2019 |
David Pu <dpu@nvidia.com> |
xlat_tables_v2: print xlat tables without recursion
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversa
xlat_tables_v2: print xlat tables without recursion
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal order compared to recursive version.
fixes arm-software/tf-issues#664
Signed-off-by: David Pu <dpu@nvidia.com>
show more ...
|
| db8cac2d | 22-Feb-2019 |
David Pu <dpu@nvidia.com> |
xlat_tables_v2: unmap region without recursion.
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal or
xlat_tables_v2: unmap region without recursion.
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal order compared to recursive version.
fixes arm-software/tf-issues#664
Signed-off-by: David Pu <dpu@nvidia.com>
show more ...
|
| 0ffe2692 | 22-Feb-2019 |
David Pu <dpu@nvidia.com> |
xlat_tables_v2: map region without recursion.
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal orde
xlat_tables_v2: map region without recursion.
This patch uses an array on stack to save parent xlat table information when traversing the xlat tables. It keeps exactly same xlat table traversal order compared to recursive version.
fixes arm-software/tf-issues#664
Signed-off-by: David Pu <dpu@nvidia.com>
show more ...
|
| f009c5f3 | 05-Mar-2019 |
Antonio Niño Díaz <antonio.ninodiaz@arm.com> |
Merge pull request #1847 from jts-arm/mbedtls
Remove Mbed TLS dependency from plat_bl_common.c |
| bf9e90c9 | 05-Mar-2019 |
Antonio Niño Díaz <antonio.ninodiaz@arm.com> |
Merge pull request #1855 from dp-arm/dp/ssbs
Ensure proper ID register is checked for feature detection |
| e70ce64c | 05-Mar-2019 |
Antonio Niño Díaz <antonio.ninodiaz@arm.com> |
Merge pull request #1853 from vwadekar/dummy_io_storage
Tegra: dummy support for the io_storage backend |
| ba4ae23d | 05-Mar-2019 |
Antonio Niño Díaz <antonio.ninodiaz@arm.com> |
Merge pull request #1854 from marex/arm/master/atf-v2.0.1
Arm/master/atf v2.0.1 |
| 8b02aaed | 04-Mar-2019 |
Antonio Niño Díaz <antonio.ninodiaz@arm.com> |
Merge pull request #1852 from sandrine-bailleux-arm/sb/fix-intmgt-doc
Minor fixes in the interrupt framework design guide |