History log of /rk3399_ARM-atf/plat/ (Results 6676 – 6700 of 8950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
69086fe129-Jan-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

Revert "rcar_gen3: plat: Enable programmable CPU reset address"

This reverts commit d48536e2f92d47ebb92cf12b35133c3be2d0e459,
which misbehaves on R-Car H3 ES2.0. Until the reason for that
misbehavio

Revert "rcar_gen3: plat: Enable programmable CPU reset address"

This reverts commit d48536e2f92d47ebb92cf12b35133c3be2d0e459,
which misbehaves on R-Car H3 ES2.0. Until the reason for that
misbehavior is understood, revert the commit.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>

show more ...

e6cf7a4624-Jan-2019 Anson Huang <Anson.Huang@nxp.com>

imx: power optimization for i.mx8qx

Current implementation of i.MX8QX power management related
features does NOT optimize power number, all system resources
like CCI, DDR, and A cluster etc. are kep

imx: power optimization for i.mx8qx

Current implementation of i.MX8QX power management related
features does NOT optimize power number, all system resources
like CCI, DDR, and A cluster etc. are kept in STBY mode (powered
ON) when system suspend or CPU hotplug.

To lower the power number, OFF mode should be adopted for those
system resources whenever they can be OFF, A cluster will be OFF
if the CPUs in the cluster are all off line, DDR/MU/DB can be OFF
if system suspend, IRQ steer can be OFF if the wakeup source is
belonged to system controller partition, so wakeup source runtime
check is used to determine if IRQ steer can be OFF before system
suspend.

If resources are powered off for suspend, they should be restored
properly after system resume.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

show more ...

3a2b519924-Jan-2019 Anson Huang <Anson.Huang@nxp.com>

imx: power optimization for i.mx8qm

Current implementation of i.MX8QM power management related
features does NOT optimize power number, all system resources
like CCI, DDR, and A cluster etc. are kep

imx: power optimization for i.mx8qm

Current implementation of i.MX8QM power management related
features does NOT optimize power number, all system resources
like CCI, DDR, and A cluster etc. are kept in STBY mode (powered
ON) when system suspend or CPU hotplug.

To lower the power number, OFF mode should be adopted for those
system resources whenever they can be OFF, A cluster will be OFF
if the CPUs in the cluster are all off line, DDR/MU/DB can be OFF
if system suspend, IRQ steer can be OFF if the wakeup source is
belonged to system controller partition, so wakeup source runtime
check is used to determine if IRQ steer can be OFF before system
suspend.

If resources are powered off for suspend, they should be restored
properly after system resume.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

show more ...

e77ccb6528-Jan-2019 Florian La Roche <Florian.LaRoche@gmail.com>

rpi3: mark one more function as static

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>

92e8623528-Jan-2019 Florian La Roche <Florian.LaRoche@gmail.com>

rpi3: remove duplicate initialization for BL32_IMAGE_ID

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>

d31dcdc528-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

rockchip: Fix GICv2 interrupts

After the removal of deprecated interfaces in TF 2.0 the migration to
the new GIC driver interfaces was done incorrectly in rk3328 and rk3368:
2d6f1f01b141 ("rockchip:

rockchip: Fix GICv2 interrupts

After the removal of deprecated interfaces in TF 2.0 the migration to
the new GIC driver interfaces was done incorrectly in rk3328 and rk3368:
2d6f1f01b141 ("rockchip: Migrate to new interfaces").

In the GICv2 driver it is mandated that all interrupts are Group 0
interrupts. This patch simply moves all Group 1 interrupts to Group 0.

Change-Id: I224c0135603eb5b81bd512976361500c0d129a91
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

show more ...

d4dcadb028-Jan-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1773 from grandpaul/rpi3-gpio-driver

Rpi3 gpio driver

2be86dd321-Jan-2019 Ying-Chun Liu (PaulLiu) <paulliu@debian.org>

rpi3: Enable GPIO in BL2

This patch inits the GPIO in BL2 earlysetup. So BL2 can start operating
GPIO pins.

Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>

560293bb23-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

fvp: pwrc: Move to drivers/ folder

Change-Id: I670ea80e0331c2d4b2ccfa563a45469a43f6902d
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

5932d19423-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: sds: Move to drivers/ folder

Change-Id: Ia601d5ad65ab199e747fb60af4979b7db477d249
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

2d4135e023-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: scp: Move to drivers/ folder

Change-Id: Ida5dae39478654405d0ee31a6cbddb4579e76a7f
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

0387aa4225-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: scpi: Move to drivers/ folder

Change-Id: Icc59cdaf2b56f6936e9847f1894594c671db2e94
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

c411396e23-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: mhu: Move to drivers/ folder

Change-Id: I656753a1825ea7340a3708b950fa6b57455e9056
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

14928b8823-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: scmi: Move to drivers/ folder

Change-Id: I8989d2aa0258bf3b50a856c5b81532d578600124
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

3661d8e723-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: Move dynamic xlat enable logic to makefile

The PLAT_XLAT_TABLES_DYNAMIC build option, defined in platform_def.h
in Arm platforms, is checked by several headers, affecting their
behaviour.

plat/arm: Move dynamic xlat enable logic to makefile

The PLAT_XLAT_TABLES_DYNAMIC build option, defined in platform_def.h
in Arm platforms, is checked by several headers, affecting their
behaviour. To avoid issues around the include ordering of the headers,
the definition should be moved to the platform's makefile.

Change-Id: I0e12365c8d66309122e8a20790e1641a4f480a10
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

show more ...

bd9344f625-Jan-2019 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: Sanitise includes

Use full include paths like it is done for common includes.

This cleanup was started in commit d40e0e08283a ("Sanitise includes
across codebase"), but it only cleaned co

plat/arm: Sanitise includes

Use full include paths like it is done for common includes.

This cleanup was started in commit d40e0e08283a ("Sanitise includes
across codebase"), but it only cleaned common files and drivers. This
patch does the same to Arm platforms.

Change-Id: If982e6450bbe84dceb56d464e282bcf5d6d9ab9b
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>

show more ...


/rk3399_ARM-atf/include/plat/arm/board/common/board_css_def.h
/rk3399_ARM-atf/include/plat/arm/board/common/v2m_def.h
/rk3399_ARM-atf/lib/utils/mem_region.c
arm/board/common/board_common.mk
arm/board/fvp/drivers/pwrc/fvp_pwrc.c
arm/board/fvp/fvp_bl1_setup.c
arm/board/fvp/fvp_bl2_el3_setup.c
arm/board/fvp/fvp_bl2_setup.c
arm/board/fvp/fvp_bl2u_setup.c
arm/board/fvp/fvp_bl31_setup.c
arm/board/fvp/fvp_common.c
arm/board/fvp/fvp_io_storage.c
arm/board/fvp/fvp_pm.c
arm/board/fvp/fvp_private.h
arm/board/fvp/fvp_security.c
arm/board/fvp/fvp_topology.c
arm/board/fvp/include/plat.ld.S
arm/board/fvp/include/platform_def.h
arm/board/fvp/sp_min/fvp_sp_min_setup.c
arm/board/fvp/tsp/fvp_tsp_setup.c
arm/board/juno/include/platform_def.h
arm/board/juno/juno_bl1_setup.c
arm/board/juno/juno_bl2_setup.c
arm/board/juno/juno_common.c
arm/board/juno/juno_pm.c
arm/board/juno/juno_security.c
arm/board/juno/juno_topology.c
arm/board/n1sdp/include/platform_def.h
arm/board/n1sdp/n1sdp_bl31_setup.c
arm/board/n1sdp/n1sdp_plat.c
arm/board/n1sdp/n1sdp_topology.c
arm/common/arm_bl1_fwu.c
arm/common/arm_bl1_setup.c
arm/common/arm_bl2_el3_setup.c
arm/common/arm_bl2_setup.c
arm/common/arm_bl2u_setup.c
arm/common/arm_bl31_setup.c
arm/common/arm_cci.c
arm/common/arm_ccn.c
arm/common/arm_common.c
arm/common/arm_common.mk
arm/common/arm_console.c
arm/common/arm_dyn_cfg.c
arm/common/arm_dyn_cfg_helpers.c
arm/common/arm_err.c
arm/common/arm_gicv2.c
arm/common/arm_gicv3.c
arm/common/arm_image_load.c
arm/common/arm_io_storage.c
arm/common/arm_nor_psci_mem_protect.c
arm/common/arm_pm.c
arm/common/arm_sip_svc.c
arm/common/arm_topology.c
arm/common/arm_tzc400.c
arm/common/arm_tzc_dmc500.c
arm/common/execution_state_switch.c
arm/common/sp_min/arm_sp_min_setup.c
arm/common/tsp/arm_tsp_setup.c
arm/css/common/css_bl1_setup.c
arm/css/common/css_bl2_setup.c
arm/css/common/css_bl2u_setup.c
arm/css/common/css_common.mk
arm/css/common/css_pm.c
arm/css/common/css_topology.c
arm/css/drivers/mhu/css_mhu.c
arm/css/drivers/scp/css_pm_scmi.c
arm/css/drivers/scp/css_pm_scpi.c
arm/css/sgi/include/sgi_base_platform_def.h
arm/css/sgi/sgi_bl31_setup.c
arm/css/sgi/sgi_image_load.c
arm/css/sgi/sgi_plat.c
arm/css/sgi/sgi_ras.c
arm/css/sgi/sgi_topology.c
arm/css/sgm/include/platform_oid.h
arm/css/sgm/include/sgm_base_platform_def.h
arm/css/sgm/sgm_bl1_setup.c
arm/css/sgm/sgm_bl31_setup.c
arm/css/sgm/sgm_mmap_config.c
arm/css/sgm/sgm_plat_config.c
arm/css/sgm/sgm_security.c
arm/css/sgm/sgm_topology.c
arm/css/sgm/tsp/sgm_tsp_setup.c
arm/soc/common/soc_css.mk
arm/soc/common/soc_css_security.c
mediatek/mt8173/bl31_plat_setup.c
mediatek/mt8173/plat_pm.c
mediatek/mt8173/platform.mk
xilinx/zynqmp/bl31_zynqmp_setup.c
xilinx/zynqmp/plat_psci.c
xilinx/zynqmp/platform.mk
xilinx/zynqmp/tsp/tsp_plat_setup.c
7ca572d925-Jan-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1761 from satheesbalya-arm/sb1/sb1_2661_bl31_overlay

plat/arm: Save BL2 descriptors to reserved memory.

72106f8225-Jan-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1766 from Anson-Huang/master

Add more SIP runtime service for i.MX8

6eee586425-Jan-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1777 from glneo/runtime-gicr

ti: k3: common: Add support for runtime detection of GICR base address

2501a03725-Jan-2019 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1779 from Anson-Huang/a53_errata

Enable necessary A53 erratas for i.MX8QM and i.MX8MQ

cce9040224-Jan-2019 Anson Huang <Anson.Huang@nxp.com>

imx: enable necessary errata for i.mx8qm

NXP's i.MX8QM uses Cortex-A53 r0p4, enable necessary
erratas for it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

218bdbe024-Jan-2019 Anson Huang <Anson.Huang@nxp.com>

imx: enable necessary errata for i.mx8mq

NXP's i.MX8MQ uses Cortex-A53 r0p4, enable necessary
erratas for it.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>

8ec4562130-Nov-2017 Varun Wadekar <vwadekar@nvidia.com>

Tegra186: remove RELOCATE_TO_BL31_BASE config

This patch removes this unused config option from the Tegra186
platform makefiles.

Change-Id: Idcdf6854332a26599323a247289c2d3ce19f475f
Signed-off-by:

Tegra186: remove RELOCATE_TO_BL31_BASE config

This patch removes this unused config option from the Tegra186
platform makefiles.

Change-Id: Idcdf6854332a26599323a247289c2d3ce19f475f
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>

show more ...

fc5adf7d30-Nov-2017 Varun Wadekar <vwadekar@nvidia.com>

Tegra: memctrl_v2: remove usage of ENABLE_SMMU_DEVICE config

This patch removes the usage of this platform config, as it is always
enabled by all the supported platforms.

Change-Id: Ie7adb641adeb36

Tegra: memctrl_v2: remove usage of ENABLE_SMMU_DEVICE config

This patch removes the usage of this platform config, as it is always
enabled by all the supported platforms.

Change-Id: Ie7adb641adeb3604b177b6960b797722d60addfa
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>

show more ...

3e1923d927-Oct-2017 Dilan Lee <dilee@nvidia.com>

Tegra: add 'late' platform setup handler

This patch adds a platform setup handler that gets called after
the MMU is enabled. Platforms wanting to make use of this handler
should declare 'plat_late_p

Tegra: add 'late' platform setup handler

This patch adds a platform setup handler that gets called after
the MMU is enabled. Platforms wanting to make use of this handler
should declare 'plat_late_platform_setup' handler in their platform
files, to override the default weakly defined handler.

Change-Id: Ibc97a2e5a24608ddea856d0bd543a9d5876f604c
Signed-off-by: Dilan Lee <dilee@nvidia.com>

show more ...

1...<<261262263264265266267268269270>>...358