| bc1c98a8 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(st-sdmmc2): correct cmd_idx type in messages
As cmd_idx is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled.
Change-Id: I6954a8c939f3fb47dbb2c6db5
fix(st-sdmmc2): correct cmd_idx type in messages
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>
show more ...
|
| afcdc9d8 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(st-fmc): fix type in message
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: I7205971ee5e83163e4fe4
fix(st-fmc): fix type in message
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
show more ...
|
| 6e86b462 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(mtd): correct types in messages
Some messages don't use the correct types, update them. This avoids warning when -Wformat-signedness is enabled.
Change-Id: Ie5384a7d139c48a623e1617c93d15fecc8a3
fix(mtd): correct types in messages
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>
show more ...
|
| bd9cd63b | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(usb): correct type in message
pdev->request.bm_request is unsigned, use %u.
Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: Idaadb8440d0b56bcfa02abd7c94a4ab59f5e15ee |
| bdc88d21 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(tzc400): correct message with filter
As filter is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled.
Change-Id: I9fc9f15774dc974edfa3db65f5aecd1e70
fix(tzc400): correct message with filter
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>
show more ...
|
| b9338eee | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(psci): correct parent_node type in messages
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.
fix(psci): correct parent_node type in messages
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
show more ...
|
| a211fde9 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(libc): correct some messages
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: Id058f6fb0fd25ce5f83b
fix(libc): correct some messages
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
show more ...
|
| cec2fb2b | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(fconf): correct image_id type in messages
As image_id is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled.
Change-Id: I292e1639847e69ba79265fc3287
fix(fconf): correct image_id type in messages
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>
show more ...
|
| e4c77db9 | 14-Feb-2022 |
Yann Gautier <yann.gautier@st.com> |
fix(bl2): correct messages with image_id
As image_id is unsigned, we have to use %u and not %d. This avoids warning when -Wformat-signedness is enabled.
Change-Id: I3f868f3d14c9f19349f0daa8a754179f
fix(bl2): correct messages with image_id
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>
show more ...
|
| cf89fd57 | 27-Oct-2021 |
Satish Kumar <satish.kumar01@arm.com> |
feat(corstone1000): identify bank to load fip
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 f
feat(corstone1000): identify bank to load fip
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
show more ...
|
| 5a60efa1 | 14-Feb-2022 |
Pali Rohár <pali@kernel.org> |
fix(a3k): fix comment about BootROM address range
A53 AP BootROM is just 16 kB long and is mapped to address range 0xFFFF0000-0xFFFF4000. RVBAR_EL3 register has value 0xFFFF0000. A53 AP BootROM itse
fix(a3k): fix comment about BootROM address range
A53 AP BootROM is just 16 kB long and is mapped to address range 0xFFFF0000-0xFFFF4000. RVBAR_EL3 register has value 0xFFFF0000. A53 AP BootROM itself is in the BootROM window which is 1 MB long and mapped to address range 0xFFF00000-0xFFFFFFFF.
CM3 BootROM is not accessible from A53 core.
Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I5d4a4c7b1e7550c4738c67a872d341f945d48bbc
show more ...
|
| 15594501 | 20-Sep-2021 |
Satish Kumar <satish.kumar01@arm.com> |
fix(corstone1000): change base address of FIP in the flash
More space in the flash is reserved up front for metadata parser and UEFI variables. That requires change in the flash base address of wher
fix(corstone1000): change base address of FIP in the flash
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
show more ...
|
| a599c80d | 17-Nov-2021 |
Emekcan Aras <Emekcan.Aras@arm.com> |
feat(corstone1000): implement platform specific psci reset
This change implements platform specific psci reset for the corstone1000.
Signed-off-by: Emekcan Aras <Emekcan.Aras@arm.com> Signed-off-by
feat(corstone1000): implement platform specific psci reset
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
show more ...
|
| a3aeb4c8 | 28-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
docs(layerscape): add ls1046a soc and board support
Update document for nxp-layerscape to add ls1046a SoC and ls1046ardb, ls1046afrwy board support.
Also update maintainer of ls1046a platforms.
Si
docs(layerscape): add ls1046a soc and board support
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
show more ...
|
| 16662dc4 | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
feat(ls1046aqds): add board ls1046aqds support
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
feat(ls1046aqds): add board ls1046aqds support
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
show more ...
|
| b51dc56a | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
feat(ls1046afrwy): add ls1046afrwy board support
The LS1046A Freeway board (FRWY) is a high-performance computing, evaluation, and development platform that supports the LS1046A architecture process
feat(ls1046afrwy): add ls1046afrwy board support
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
show more ...
|
| bb52f756 | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
feat(ls1046ardb): add ls1046ardb board support
The LS1046A reference design board (RDB) is a high-performance computing, evaluation, and development platform that supports the Layerscape LS1046A arc
feat(ls1046ardb): add ls1046ardb board support
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
show more ...
|
| cc708597 | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
feat(ls1046a): add new SoC platform ls1046a
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 li
feat(ls1046a): add new SoC platform ls1046a
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
show more ...
|
| a89412a6 | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
fix(nxp-tools): fix tool location path for byte_swape
Fix byte_swape tool's location.
Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: I63856a8d62aeb5eb0b41b2b0dc671de96302aa1d |
| ae95b178 | 20-Jan-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
fix(nxp-qspi): fix include path for QSPI driver
Signed-off-by: Jiafei Pan <Jiafei.Pan@nxp.com> Change-Id: If9322cf2646d3be3391445cb72d338c2d20117a6 |
| 1acfb983 | 10-Feb-2022 |
Jiafei Pan <Jiafei.Pan@nxp.com> |
build(changelog): add new scopes for NXP layerscape platforms
1. Add scopes for ls1046a and related boards: ls1046ardb, ls1046aqds, ls1046afwry. 2. Add new scope for NXP QSPI driver. 3. Add new scop
build(changelog): add new scopes for NXP layerscape platforms
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
show more ...
|
| 2f452974 | 14-Feb-2022 |
Pali Rohár <pali@kernel.org> |
docs(a3k): fix information about SATA GPT booting
Armada 3720 BootROM searches for GPT partition with partition type GUID 6828311A-BA55-42A4-BCDE-A89BB5EDECAE and completely ignores GPT partition na
docs(a3k): fix information about SATA GPT booting
Armada 3720 BootROM searches for GPT partition with partition type GUID 6828311A-BA55-42A4-BCDE-A89BB5EDECAE and completely ignores GPT partition name. It does not check for "MARVELL BOOT PARTITION".
This fact is incorrectly documented even in official Marvell Armada 3700 Functional Specification.
Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I35279f39de2d12148fc16f2730a9a074dc0b58eb
show more ...
|
| c2eba07c | 03-Feb-2022 |
Federico Recanati <federico.recanati@arm.com> |
feat(spm): add FFA_MSG_SEND2 forwarding in SPMD
Add FF-A v1.1 indirect messaging ABI FFA_MSG_SEND2 to SPMD to allow message forwarding across normal/secure worlds.
Change-Id: I074fbd2e4d13893925f98
feat(spm): add FFA_MSG_SEND2 forwarding in SPMD
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>
show more ...
|
| 854d1c10 | 13-Oct-2021 |
Arpita S.K <Arpita.S.K@arm.com> |
feat(corstone1000): made changes to accommodate 3MB for optee
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 reada
feat(corstone1000): made changes to accommodate 3MB for optee
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>
show more ...
|
| 0260eb0d | 19-Jan-2022 |
Vishnu Banavath <vishnu.banavath@arm.com> |
build(corstone1000): rename diphda to corstone1000
diphda platform is now being renamed to corstone1000. These changes are to replace all the instances and traces of diphda corstone1000.
Change-Id
build(corstone1000): rename diphda to corstone1000
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>
show more ...
|