- Feb 18, 2022
-
-
Jiafei Pan authored
The erratum A-009810 should not be applied to LX2, the impaction is that it can cause system reboot when linux tried to power down, so remove it. Signed-off-by:
Yangbo Lu <yangbo.lu@nxp.com> Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I5e24229cf8512eff28b315ebcdf18de555c40c74
-
- Feb 17, 2022
-
-
Madhukar Pappireddy authored
* changes: docs(layerscape): add ls1046a soc and board support feat(ls1046aqds): add board ls1046aqds support feat(ls1046afrwy): add ls1046afrwy board support feat(ls1046ardb): add ls1046ardb board support feat(ls1046a): add new SoC platform ls1046a fix(nxp-tools): fix tool location path for byte_swape fix(nxp-qspi): fix include path for QSPI driver build(changelog): add new scopes for NXP layerscape platforms
-
Olivier Deprez authored
-
- Feb 16, 2022
-
-
Madhukar Pappireddy authored
* changes: feat(stm32mp1): enable format-signedness warning fix(stm32mp1): correct types in messages fix(st-pmic): correct verbose message fix(st-sdmmc2): correct cmd_idx type in messages fix(st-fmc): fix type in message fix(mtd): correct types in messages fix(usb): correct type in message fix(tzc400): correct message with filter fix(psci): correct parent_node type in messages fix(libc): correct some messages fix(fconf): correct image_id type in messages fix(bl2): correct messages with image_id
-
Federico Recanati authored
Currently only the lowest 2 DRAM region were configured in the TrustZone Controller, but the platform supports 6 regions spanning the whole address space. Configuring all of them to allow tests to access memory also in those higher memory regions. FVP memory map: https://developer.arm.com/documentation/100964/1116/Base-Platform/Base---memory/Base-Platform-memory-map Note that last row is wrong, describing a non-existing 56bit address, all region labels should be shifted upward. Issue has been reported and next release will be correct. Change-Id: I695fe8e24aff67d75e74635ba32a133342289eb4 Signed-off-by:
Federico Recanati <federico.recanati@arm.com>
-
Olivier Deprez authored
-
- Feb 15, 2022
-
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
* changes: feat(corstone1000): identify bank to load fip fix(corstone1000): change base address of FIP in the flash feat(corstone1000): implement platform specific psci reset feat(corstone1000): made changes to accommodate 3MB for optee build(corstone1000): rename diphda to corstone1000
-
Yann Gautier authored
Add the flag -Wformat-signedness to TF_CFLAGS for STM32MP1. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: I6af18778902b0a4dae1c08735d2d070ef3d137ce
-
Yann Gautier authored
Avoid warnings when -Wformat-signedness is enabled. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: I0ca41cb96826b4f7f9bcf77909fad110325c1e91
-
Yann Gautier authored
Replace %d with %u in log, to avoid warning when -Wformat-signedness is enabled. Change-Id: Ied5823520181f225ae09bd164e2e52e9a7692c60 Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Yann Gautier authored
As cmd_idx is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled. Change-Id: I6954a8c939f3fb47dbb2c6db56a1909565af078b Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Yann Gautier authored
As page is unsigned, we should use %u and not %d. Find with -Wformat-signedness. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: I7205971ee5e83163e4fe47d33bb9e90832b59ae0
-
Yann Gautier authored
Some messages don't use the correct types, update them. This avoids warning when -Wformat-signedness is enabled. Change-Id: Ie5384a7d139c48a623e1617c93d15fecc8a36061 Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Yann Gautier authored
pdev->request.bm_request is unsigned, use %u. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: Idaadb8440d0b56bcfa02abd7c94a4ab59f5e15ee
-
Yann Gautier authored
As filter is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled. Change-Id: I9fc9f15774dc974edfa3db65f5aecd1e70bc146b Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Yann Gautier authored
As parent_node is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: I5ab7acb33227d720b2c8a4ec013435442b219a44
-
Yann Gautier authored
Replace %d with %u in logs, to avoid warning when -Wformat-signedness is enabled. Signed-off-by:
Yann Gautier <yann.gautier@st.com> Change-Id: Id058f6fb0fd25ce5f83b1be41082403fcb205841
-
Yann Gautier authored
As image_id is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled. Change-Id: I292e1639847e69ba79265fc32871c0ad7eebc94e Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Yann Gautier authored
As image_id is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled. Change-Id: I3f868f3d14c9f19349f0daa8a754179f887339c0 Signed-off-by:
Yann Gautier <yann.gautier@st.com>
-
Secure enclave decides the boot bank based on the firmware update state of the system and updates the boot bank information at a given location in the flash. In this commit, bl2 reads the given flash location to indentify the bank from which it should load fip from. Signed-off-by:
Satish Kumar <satish.kumar01@arm.com> Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Change-Id: I7f0f4ffc97189c9deb99db44afcd966082ffbf21
-
More space in the flash is reserved up front for metadata parser and UEFI variables. That requires change in the flash base address of where images are present. Signed-off-by:
Satish Kumar <satish.kumar01@arm.com> Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Change-Id: Ieaabe09374d707de18d36505c69b6c9a8c2ec2e9
-
Emekcan Aras authored
This change implements platform specific psci reset for the corstone1000. Signed-off-by:
Emekcan Aras <Emekcan.Aras@arm.com> Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Change-Id: I25f77234506416c3376ff4a028f6ea40ebe68437
-
Jiafei Pan authored
Update document for nxp-layerscape to add ls1046a SoC and ls1046ardb, ls1046afrwy board support. Also update maintainer of ls1046a platforms. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I522f978bc93aa8d1f1d60fa8efef392b7d854df7
-
Jiafei Pan authored
ls1046aqds board is full function board to evaluate ls1046a platform. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Signed-off-by:
York Sun <york.sun@nxp.com> Signed-off-by:
Pankaj Gupta <pankaj.gupta@nxp.com> Change-Id: Id1befe37a25f7c379e76791538348fd03bba78f7
-
Jiafei Pan authored
The LS1046A Freeway board (FRWY) is a high-performance computing, evaluation, and development platform that supports the LS1046A architecture processor capable of support more than 32,000 CoreMark performance. The FRWY-LS1046A board supports the LS1046A processor, onboard DDR4 memory, multiple Gigabit Ethernet, USB3.0 and M2_Type_E interfaces for Wi-Fi, FRWY-LS1046A-AC includes the Wi-Fi card. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Signed-off-by:
York Sun <york.sun@nxp.com> Signed-off-by:
Pankaj Gupta <pankaj.gupta@nxp.com> Change-Id: I9a9680689e6f17bf4cc76fd5d1883eed6ace5149
-
Jiafei Pan authored
The LS1046A reference design board (RDB) is a high-performance computing, evaluation, and development platform that supports the Layerscape LS1046A architecture processor. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Signed-off-by:
York Sun <york.sun@nxp.com> Signed-off-by:
Pankaj Gupta <pankaj.gupta@nxp.com> Change-Id: Ib7a01b309e0b0acc7f38e22b138e9e181dff244a
-
Jiafei Pan authored
The LS1046A is a cost-effective, power-efficient, and highly integrated system-on-chip (SoC) design that extends the reach of the NXP value-performance line of QorIQ communications processors. Featuring power-efficient 64-bit Arm Cortex A72 cores with ECC-protected L1 and L2 cache memories for high reliability, running up to 1.8 GHz. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Signed-off-by:
Pankaj Gupta <pankaj.gupta@nxp.com> Signed-off-by:
rocket <rod.dorris@nxp.com> Signed-off-by:
Biwen Li <biwen.li@nxp.com> Change-Id: I208d9bf1702410463c2b2630d31d0cd4eb7e8837
-
Jiafei Pan authored
Fix byte_swape tool's location. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I63856a8d62aeb5eb0b41b2b0dc671de96302aa1d
-
Jiafei Pan authored
Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: If9322cf2646d3be3391445cb72d338c2d20117a6
-
Jiafei Pan authored
1. Add scopes for ls1046a and related boards: ls1046ardb, ls1046aqds, ls1046afwry. 2. Add new scope for NXP QSPI driver. 3. Add new scope for NXP tools. Signed-off-by:
Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I68ef7dd25628b393dbfbb8dbf59d5185945ea61c
-
- Feb 14, 2022
-
-
Federico Recanati authored
Add FF-A v1.1 indirect messaging ABI FFA_MSG_SEND2 to SPMD to allow message forwarding across normal/secure worlds. Change-Id: I074fbd2e4d13893925f987cee271d49da3aaf64b Signed-off-by:
Federico Recanati <federico.recanati@arm.com>
-
These changes are required to accommodate 3MB for OP-TEE and this is required for SP's part of optee Added size macro's for better readability of the code Moved uboot execution memory from CVM to DDR Change-Id: I16657c6e336fe7c0fffdee1617d10af8a2c76732 Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Arpita S.K <Arpita.S.K@arm.com>
-
diphda platform is now being renamed to corstone1000. These changes are to replace all the instances and traces of diphda corstone1000. Change-Id: I330f3a112d232b99b4721b6bf0236253b068dbba Signed-off-by:
Arpita S.K <Arpita.S.K@arm.com> Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com>
-
- Feb 11, 2022
-
-
joannafarley-arm authored
* changes: fix(libc): snprintf: include stdint.h fix(libc): limit snprintf radix value fix(libc): fix snprintf corner cases
-
Manish Pandey2 authored
-
Yann Gautier authored
The PIE compilation is used only for BL32, move the ENABLE_PIE to sp_min-stm32mp1.mk file. Override PIE flags, as sp_min.mk file is included after the flags are set in Makefile. The BL2_IN_XIP_MEM was added for a feature not yet upstreamed. It is then removed from platform.mk file. Change-Id: If055e51e0f160f99cd4e4cf68ca718d4d693119c Signed-off-by:
Yann Gautier <yann.gautier@st.com> Signed-off-by:
Nicolas Toromanoff <nicolas.toromanoff@foss.st.com>
-
Madhukar Pappireddy authored
-
Madhukar Pappireddy authored
-
Manish Pandey2 authored
-