History log of /rk3399_ARM-atf/plat/ (Results 701 – 725 of 8950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f1318bff06-May-2025 Olivier Deprez <olivier.deprez@arm.com>

Merge changes from topic "psa_key_id_mgmt" into integration

* changes:
feat(auth): extend REGISTER_CRYPTO_LIB calls
feat(bl): adding psa crypto - crypto_mod_finish()
feat(fvp): increase BL1 RW

Merge changes from topic "psa_key_id_mgmt" into integration

* changes:
feat(auth): extend REGISTER_CRYPTO_LIB calls
feat(bl): adding psa crypto - crypto_mod_finish()
feat(fvp): increase BL1 RW for PSA Crypto
feat(auth): mbedtls psa key id mgmt
feat(auth): add crypto_mod_finish() function
feat(auth): add update of current_pk_oid in auth
feat(auth): add util file for current pk_oid
feat(auth): increase mbedtls heap for PSA RSA
feat(auth): introducing auth.mk

show more ...

95d49c6225-Apr-2025 Lauren Wehrmeister <lauren.wehrmeister@arm.com>

feat(auth): extend REGISTER_CRYPTO_LIB calls

Extend REGISTER_CRYPTO_LIB calls with NULL to allow for
the addition of the cryto_mod_finish() function.

Signed-off-by: Lauren Wehrmeister <lauren.wehrm

feat(auth): extend REGISTER_CRYPTO_LIB calls

Extend REGISTER_CRYPTO_LIB calls with NULL to allow for
the addition of the cryto_mod_finish() function.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: If41ed1be50e1d98b42b266c7905269f142bb67c7

show more ...

51bdb70f30-Apr-2025 Lauren Wehrmeister <lauren.wehrmeister@arm.com>

feat(fvp): increase BL1 RW for PSA Crypto

Increase BL1 RW for PSA Crypto due to PSA key ID management redesign
needing an increase in heap size.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeiste

feat(fvp): increase BL1 RW for PSA Crypto

Increase BL1 RW for PSA Crypto due to PSA key ID management redesign
needing an increase in heap size.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I7c8d009f244be6252eff0d3ded3f1ca83fb1de21

show more ...

142ee34e30-Apr-2025 Lauren Wehrmeister <lauren.wehrmeister@arm.com>

feat(auth): introducing auth.mk

Introducing authentication specific makefile auth.mk to include common
auth source files.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: I

feat(auth): introducing auth.mk

Introducing authentication specific makefile auth.mk to include common
auth source files.

Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: Ifb07c48861fe415d82cb7390c3a5f6e60ba699d9

show more ...

4301798d05-May-2025 Olivier Deprez <olivier.deprez@arm.com>

Merge changes from topic "refactor_eip76_driver" into integration

* changes:
feat(marvell): add trng driver
revert(rambus-trng): remove ip-76 driver

6d5fad8d23-Apr-2025 Wilson Ding <dingwei@marvell.com>

feat(marvell): add trng driver

Armada-7K/8K and CN913x integrated the Rambus EIP-97 IP on CP11x die. It
supports to generate up to 4 32-bit random number in one shot.

This trivial driver provisions

feat(marvell): add trng driver

Armada-7K/8K and CN913x integrated the Rambus EIP-97 IP on CP11x die. It
supports to generate up to 4 32-bit random number in one shot.

This trivial driver provisions a simple API to read the random numbers
from hardware. It allows the bootloader to get one 32-bit or 64-bit
random number via SMC call to support KASLR.

Change-Id: I1707a85512ca163b8c7ab1644ff0f7e2fcf57344
Signed-off-by: Wilson Ding <dingwei@marvell.com>

show more ...

5d73901602-May-2025 Madhukar Pappireddy <madhukar.pappireddy@arm.com>

Merge "fix(imx93): trdc: restrict BLK_CTRL_S_AONMIX to secure world" into integration

c429afa202-May-2025 Joanna Farley <joanna.farley@arm.com>

Merge changes from topic "xlnx_versal_misra_fixes" into integration

* changes:
fix(xilinx): resolve misra rule 2.3 violations
fix(xilinx): resolve misra rule 2.7 violations
fix(xilinx): resolv

Merge changes from topic "xlnx_versal_misra_fixes" into integration

* changes:
fix(xilinx): resolve misra rule 2.3 violations
fix(xilinx): resolve misra rule 2.7 violations
fix(xilinx): resolve misra rule 8.6 violations
fix(xilinx): resolve misra rule 11.3 violations
fix(xilinx): resolve misra rule 2.2 violations
fix(xilinx): resolve misra rule 15.7 violations

show more ...

55f6ea4d16-Apr-2025 Prasad Kummari <prasad.kummari@amd.com>

refactor(zynqmp): refactor custom sip service

Refactored the custom SIP service code and relocated it to a
common directory to support additional platforms and enhance
code readability. Renamed ZYNQ

refactor(zynqmp): refactor custom sip service

Refactored the custom SIP service code and relocated it to a
common directory to support additional platforms and enhance
code readability. Renamed ZYNQMP_SIP_SVC_CUSTOM to a generic
SOC_SIP_SVC_CUSTOM for better with other across SoCs

Change-Id: Id114f717d0397e257a831c7d5b67104c2c766d09
Signed-off-by: Prasad Kummari <prasad.kummari@amd.com>

show more ...

c6bf928912-Oct-2023 Ye Li <ye.li@nxp.com>

fix(imx93): trdc: restrict BLK_CTRL_S_AONMIX to secure world

Configure the TRDC to restrict access to BLK_CTRL_S_AONMIX to secure
world only. So the A55 resume entry in RVBARADDR0 can't be modified

fix(imx93): trdc: restrict BLK_CTRL_S_AONMIX to secure world

Configure the TRDC to restrict access to BLK_CTRL_S_AONMIX to secure
world only. So the A55 resume entry in RVBARADDR0 can't be modified
by untrusted applications.

Change-Id: I498580030d5c893b6d1c1739644eeca9b55c39ec
Signed-off-by: Ye Li <ye.li@nxp.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Jacky Bai <ping.bai@nxp.com>

show more ...

48afc8e501-May-2025 Manish V Badarkhe <Manish.Badarkhe@arm.com>

chore(fvp): remove unused macro definition

Remove an unused macro from the FVP platform code to
reduce clutter.

Change-Id: I88f9b3e6567362c0559fa58e1fbf9ace49c986b6
Signed-off-by: Manish V Badarkhe

chore(fvp): remove unused macro definition

Remove an unused macro from the FVP platform code to
reduce clutter.

Change-Id: I88f9b3e6567362c0559fa58e1fbf9ace49c986b6
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>

show more ...

8914774e08-Apr-2025 Boyan Karatotev <boyan.karatotev@arm.com>

fix(mt8195): fix variable may be used uninitialized error

Change-Id: Ic0e6e286ea764ef26f4f43e327177fb653e15b07
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>

3599f40a08-Apr-2025 Boyan Karatotev <boyan.karatotev@arm.com>

fix(mt8188): fix variable may be used uninitialized error

When compiling with LTO enabled, the compiler can observe the `default`
code path of PER_CPU_PWR_CTRL as leaving the pwr_ctrl variable
unini

fix(mt8188): fix variable may be used uninitialized error

When compiling with LTO enabled, the compiler can observe the `default`
code path of PER_CPU_PWR_CTRL as leaving the pwr_ctrl variable
uninitialised. We know this is not possible, but assure the compiler
that this will not be the case.

Change-Id: Ia58beea6b0f767fbbeb7f811af8c70fd1fece8c1
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>

show more ...

17b14caf30-Apr-2025 Yann Gautier <yann.gautier@st.com>

Merge "fix(qemu): ignore TPM error" into integration

424c641830-Apr-2025 Yann Gautier <yann.gautier@st.com>

Merge changes from topic "xlnx_fix_chore" into integration

* changes:
chore(versal2): realign address printing
fix(amd): update transfer list args for OP-TEE

49d8678e30-Apr-2025 Gavin Liu <gavin.liu@mediatek.corp-partner.google.com>

fix(mt8189): fix mt8189 platform build failure

Remove the system reset functionality to prevent build failures that
occur when PMIC is not ready.

Signed-off-by: Gavin Liu <gavin.liu@mediatek.corp-p

fix(mt8189): fix mt8189 platform build failure

Remove the system reset functionality to prevent build failures that
occur when PMIC is not ready.

Signed-off-by: Gavin Liu <gavin.liu@mediatek.corp-partner.google.com>
Change-Id: I7ef2aac5a362becdd8c8f8a9d298f1dcee9cfc7a

show more ...

11bae2aa29-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge "feat(mt8189): add reset and poweroff function for PSCI call" into integration

7f2b9d9329-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge "feat(mediatek): add UFS stub implementation" into integration

b660cdf929-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge "feat(mt8189): disable L3C shared SRAM if the bootloader is coreboot" into integration

13304d3029-Apr-2025 Joanna Farley <joanna.farley@arm.com>

Merge "feat(versal-net): add SDEI support" into integration

31e6117b29-Apr-2025 Joanna Farley <joanna.farley@arm.com>

Merge "fix(xilinx): resolve misra rule 8.4 violations" into integration

8243537628-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge "refactor(mediatek): refactor Mediatek options.mk" into integration

1053454328-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge changes from topic "fix_pmuv3p9_test" into integration

* changes:
fix(smccc): properly set RAS feature bit
fix(trng): allow FEAT_RNG_TRAP in dynamic fashion
feat(smccc): add FEAT_TWED to

Merge changes from topic "fix_pmuv3p9_test" into integration

* changes:
fix(smccc): properly set RAS feature bit
fix(trng): allow FEAT_RNG_TRAP in dynamic fashion
feat(smccc): add FEAT_TWED to ARCH_FEATURE_AVAILABILITY
feat(cpufeat): add support for PMUv3p9

show more ...

66fb7ee428-Apr-2025 Govindraj Raja <govindraj.raja@arm.com>

Merge changes from topic "hm/handoff-mb" into integration

* changes:
feat(arm): support boot info handoff and event log
fix(arm): update tsp_early_platform_setup prototype
fix(xilinx): update

Merge changes from topic "hm/handoff-mb" into integration

* changes:
feat(arm): support boot info handoff and event log
fix(arm): update tsp_early_platform_setup prototype
fix(xilinx): update tsp_early_platform_setup prototype
fix(socionext): update tsp_early_platform_setup prototype
fix(msm8916): update tsp_early_platform_setup prototype
feat(tsp): cascade boot arguments to platforms
feat(fvp): port event log to firmware handoff
feat(arm): port event log to firmware handoff
feat(fvp): increase bl2 mmap len for handoff
feat(measured-boot): add fw handoff event log utils

show more ...


/rk3399_ARM-atf/Makefile
/rk3399_ARM-atf/bl31/bl31_traps.c
/rk3399_ARM-atf/bl32/tsp/aarch64/tsp_entrypoint.S
/rk3399_ARM-atf/bl32/tsp/tsp_common.c
/rk3399_ARM-atf/common/feat_detect.c
/rk3399_ARM-atf/docs/getting_started/build-options.rst
/rk3399_ARM-atf/drivers/measured_boot/event_log/event_handoff.c
/rk3399_ARM-atf/drivers/measured_boot/event_log/event_log.mk
/rk3399_ARM-atf/include/arch/aarch64/arch.h
/rk3399_ARM-atf/include/arch/aarch64/arch_features.h
/rk3399_ARM-atf/include/arch/aarch64/arch_helpers.h
/rk3399_ARM-atf/include/arch/aarch64/asm_macros.S
/rk3399_ARM-atf/include/arch/aarch64/el3_common_macros.S
/rk3399_ARM-atf/include/bl32/tsp/platform_tsp.h
/rk3399_ARM-atf/include/bl32/tsp/tsp.h
/rk3399_ARM-atf/include/common/asm_macros_common.S
/rk3399_ARM-atf/include/drivers/measured_boot/event_log/event_handoff.h
/rk3399_ARM-atf/include/drivers/measured_boot/event_log/event_log.h
/rk3399_ARM-atf/include/drivers/mmc.h
/rk3399_ARM-atf/include/lib/cpus/aarch64/cpu_macros.S
/rk3399_ARM-atf/include/plat/arm/common/plat_arm.h
/rk3399_ARM-atf/lib/aarch64/cache_helpers.S
/rk3399_ARM-atf/lib/extensions/pauth/pauth.c
/rk3399_ARM-atf/lib/libc/printf.c
/rk3399_ARM-atf/make_helpers/arch_features.mk
arm/board/fvp/fvp_bl1_measured_boot.c
arm/board/fvp/fvp_bl2_measured_boot.c
arm/board/fvp/fvp_private.h
arm/board/fvp/include/platform_def.h
arm/board/fvp/tsp/fvp_tsp_setup.c
arm/common/arm_bl2_setup.c
arm/common/arm_bl31_setup.c
arm/common/arm_common.mk
arm/common/tsp/arm_tsp.mk
arm/common/tsp/arm_tsp_setup.c
qti/msm8916/tsp/msm8916_tsp_setup.c
socionext/uniphier/tsp/uniphier_tsp_setup.c
xilinx/common/tsp/tsp_plat_setup.c
57c7351520-Apr-2025 Yidi Lin <yidilin@chromium.org>

feat(mediatek): add UFS stub implementation

Implement stub functions for UFS to ensure that the build can pass when
a prebuilt library is not available.

Change-Id: If4470cd9a5b88e869363e763aec5830c

feat(mediatek): add UFS stub implementation

Implement stub functions for UFS to ensure that the build can pass when
a prebuilt library is not available.

Change-Id: If4470cd9a5b88e869363e763aec5830c1f8411f5
Signed-off-by: Yidi Lin <yidilin@chromium.org>

show more ...

1...<<21222324252627282930>>...358