History log of /rk3399_ARM-atf/ (Results 12751 – 12775 of 18314)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
55a08b3529-May-2019 Ambroise Vincent <ambroise.vincent@arm.com>

zynqmp: add support for multi console interface

This patch addds multi console interface for ZynqMP
platform

Change-Id: I508a61412df2b71d04bca6a1139c8f32cbd7dccd
Signed-off-by: Ambroise Vincent <am

zynqmp: add support for multi console interface

This patch addds multi console interface for ZynqMP
platform

Change-Id: I508a61412df2b71d04bca6a1139c8f32cbd7dccd
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Tested-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>

show more ...

39c92b6228-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge changes from topic "av/console-port" into integration

* changes:
qemu: use new console interface in aarch32
warp7: remove old console from makefile
Remove MULTI_CONSOLE_API flag and refe

Merge changes from topic "av/console-port" into integration

* changes:
qemu: use new console interface in aarch32
warp7: remove old console from makefile
Remove MULTI_CONSOLE_API flag and references to it
Console: removed legacy console API

show more ...


Makefile
drivers/arm/pl011/aarch32/pl011_console.S
drivers/arm/pl011/aarch64/pl011_console.S
drivers/cadence/uart/aarch64/cdns_console.S
drivers/console/aarch64/skeleton_console.S
drivers/console/multi_console.c
drivers/ti/uart/aarch64/16550_console.S
include/drivers/console.h
make_helpers/defaults.mk
plat/allwinner/common/allwinner-common.mk
plat/arm/board/fvp_ve/platform.mk
plat/arm/common/arm_bl31_setup.c
plat/arm/common/arm_common.mk
plat/arm/common/arm_console.c
plat/arm/common/tsp/arm_tsp_setup.c
plat/common/aarch32/crash_console_helpers.S
plat/common/aarch32/plat_sp_min_common.c
plat/common/aarch64/crash_console_helpers.S
plat/common/aarch64/plat_common.c
plat/hisilicon/hikey/platform.mk
plat/hisilicon/hikey960/platform.mk
plat/hisilicon/poplar/platform.mk
plat/imx/imx7/warp7/platform.mk
plat/imx/imx8m/imx8mm/platform.mk
plat/imx/imx8m/imx8mq/platform.mk
plat/imx/imx8qm/platform.mk
plat/imx/imx8qx/platform.mk
plat/intel/soc/stratix10/platform.mk
plat/layerscape/board/ls1043/platform.mk
plat/layerscape/common/aarch64/ls_console.S
plat/layerscape/common/aarch64/ls_helpers.S
plat/marvell/common/marvell_common.mk
plat/meson/gxbb/platform.mk
plat/meson/gxl/platform.mk
plat/qemu/aarch32/plat_helpers.S
plat/qemu/platform.mk
plat/qemu/qemu_console.c
plat/qemu/sp_min/sp_min_setup.c
plat/rockchip/rk3328/platform.mk
plat/rockchip/rk3368/platform.mk
plat/rockchip/rk3399/platform.mk
plat/rpi3/platform.mk
plat/socionext/synquacer/platform.mk
plat/st/stm32mp1/platform.mk
plat/ti/k3/common/plat_common.mk
plat/xilinx/versal/platform.mk
e6ffc25428-May-2019 Ambroise Vincent <ambroise.vincent@arm.com>

qemu: use new console interface in aarch32

Change-Id: Iab788e3e7cb2f83144255c4eb830712fd5cb6240
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>

0821731a29-May-2019 Ambroise Vincent <ambroise.vincent@arm.com>

warp7: remove old console from makefile

Change-Id: I87818b220568cc34838726b32ddf29ee6cf31ed7
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>

5b6ebeec04-Apr-2019 Ambroise Vincent <ambroise.vincent@arm.com>

Remove MULTI_CONSOLE_API flag and references to it

The new API becomes the default one.

Change-Id: Ic1d602da3dff4f4ebbcc158b885295c902a24fec
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.co

Remove MULTI_CONSOLE_API flag and references to it

The new API becomes the default one.

Change-Id: Ic1d602da3dff4f4ebbcc158b885295c902a24fec
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>

show more ...

e54b4dd927-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge "Tegra: Fix typo in comment" into integration

8b95f81c27-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge "Tegra: Extend NS address check error output" into integration

b4c99a9c27-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge "n1sdp: add code for DDR ECC enablement and BL33 copy to DDR" into integration

de8bc83e21-Jun-2019 Manoj Kumar <manoj.kumar3@arm.com>

n1sdp: add code for DDR ECC enablement and BL33 copy to DDR

N1SDP platform supports RDIMMs with ECC capability. To use the ECC
capability, the entire DDR memory space has to be zeroed out before
ena

n1sdp: add code for DDR ECC enablement and BL33 copy to DDR

N1SDP platform supports RDIMMs with ECC capability. To use the ECC
capability, the entire DDR memory space has to be zeroed out before
enabling the ECC bits in DMC620. Zeroing out several gigabytes of
memory from SCP is quite time consuming so functions are added that
zeros out the DDR memory from application processor which is
much faster compared to SCP. BL33 binary cannot be copied to DDR memory
before enabling ECC so this is also done by TF-A from IOFPGA-DDR3
memory to main DDR4 memory after ECC is enabled.

Original PLAT_PHY_ADDR_SPACE_SIZE was limited to 36-bits with which
the entire DDR space cannot be accessed as DRAM2 starts in base
0x8080000000. So these macros are redefined for all ARM platforms.

Change-Id: If09524fb65b421b7a368b1b9fc52c49f2ddb7846
Signed-off-by: Manoj Kumar <manoj.kumar3@arm.com>

show more ...

93c7762226-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge changes from topic "pull-out-drivers" into integration

* changes:
intel: Add ncore ccu driver
intel: Fix watchdog driver structure
intel: Fix qspi driver write config
intel: Pull out c

Merge changes from topic "pull-out-drivers" into integration

* changes:
intel: Add ncore ccu driver
intel: Fix watchdog driver structure
intel: Fix qspi driver write config
intel: Pull out common drivers into platform common

show more ...

5bf947ac26-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge "rcar_gen3: drivers: pfc: E3: Replace REVERCED with REVERSED" into integration

8a88a22717-Jun-2019 Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>

intel: Add ncore ccu driver

Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Change-Id: I0544315986ee28b23157fdfec3fe5aebae6b860f

19e3644517-Jun-2019 Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>

intel: Fix watchdog driver structure

Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Change-Id: I0ffccca7ea83bff35c9f149d7054cd610a59ec01

2a16502317-Jun-2019 Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>

intel: Fix qspi driver write config

Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Change-Id: I5241ed97697b0280b590b47b9173d102d23f305a

bf719f6612-Jun-2019 Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>

intel: Pull out common drivers into platform common

Signed-off-by: Hadi Asyrafi <muhammad.hadi.asyrafi.abdul.halim@intel.com>
Change-Id: Ib79e2c6fe6e66dec5004701133ad6a5f4c78f2fa

51e24ec227-Mar-2019 Ambroise Vincent <ambroise.vincent@arm.com>

Console: removed legacy console API

This interface has been deprecated in favour of MULTI_CONSOLE_API.

Change-Id: I6170c1c8c74a890e5bd6d05396743fe62024a08a
Signed-off-by: Ambroise Vincent <ambroise

Console: removed legacy console API

This interface has been deprecated in favour of MULTI_CONSOLE_API.

Change-Id: I6170c1c8c74a890e5bd6d05396743fe62024a08a
Signed-off-by: Ambroise Vincent <ambroise.vincent@arm.com>

show more ...

f361639125-Jun-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

rcar_gen3: drivers: pfc: E3: Replace REVERCED with REVERSED

Fix a typo, no functional change.

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

rcar_gen3: drivers: pfc: E3: Replace REVERCED with REVERSED

Fix a typo, no functional change.

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

show more ...

b26461e825-Jun-2019 Paul Beesley <paul.beesley@arm.com>

Merge changes Ie594b535,Ifa444dd5,Ie93e7fcc,I302cff20,I0f6c1cad, ... into integration

* changes:
rcar_gen3: drivers: pfc: Move PFC drivers out of staging
rcar_gen3: drivers: pfc: Checkpatch clea

Merge changes Ie594b535,Ifa444dd5,Ie93e7fcc,I302cff20,I0f6c1cad, ... into integration

* changes:
rcar_gen3: drivers: pfc: Move PFC drivers out of staging
rcar_gen3: drivers: pfc: Checkpatch cleanup
rcar_gen3: drivers: pfc: V3M: Fix camel case
rcar_gen3: drivers: pfc: V3M: Drop forward declarations
rcar_gen3: drivers: pfc: V3M: Switch to BIT() macro
rcar_gen3: drivers: pfc: V3M: Checkpatch cleanup
rcar_gen3: drivers: pfc: V3M: Switch to common register header file
rcar_gen3: drivers: pfc: E3: Drop pfc_reg_write() forward declaration
rcar_gen3: drivers: pfc: E3: Switch to BIT() macro
rcar_gen3: drivers: pfc: E3: Checkpatch cleanup
rcar_gen3: drivers: pfc: E3: Switch to common register header file
rcar_gen3: drivers: pfc: D3: Switch to BIT() macro
rcar_gen3: drivers: pfc: D3: Drop unused macros
rcar_gen3: drivers: pfc: D3: Checkpatch cleanup
rcar_gen3: drivers: pfc: D3: Switch to common register header file
rcar_gen3: drivers: pfc: M3N: Drop forward declarations
rcar_gen3: drivers: pfc: M3N: Switch to BIT() macro
rcar_gen3: drivers: pfc: M3N: Checkpatch cleanup
rcar_gen3: drivers: pfc: M3N: Switch to common register header file
rcar_gen3: drivers: pfc: M3W: Fix camel case
rcar_gen3: drivers: pfc: M3W: Drop forward declarations
rcar_gen3: drivers: pfc: M3W: Switch to BIT() macro
rcar_gen3: drivers: pfc: M3W: Checkpatch cleanup
rcar_gen3: drivers: pfc: M3W: Switch to common register header file
rcar_gen3: drivers: pfc: H3: Drop pfc_reg_write() forward declaration
rcar_gen3: drivers: pfc: H3: Switch to BIT() macro
rcar_gen3: drivers: pfc: H3: Drop unused macros
rcar_gen3: drivers: pfc: H3: Checkpatch cleanup
rcar_gen3: drivers: pfc: H3: Switch to common register header file
rcar_gen3: drivers: pfc: Introduce common register header file
rcar_gen3: drivers: pfc: D3: Drop unused M3W check

show more ...

1b779c8c25-Jun-2019 John Tsichritzis <john.tsichritzis@arm.com>

Merge "doc: Fix typo in file interrupt-framework-design.rst" into integration

e9e74aa425-Jun-2019 John Tsichritzis <john.tsichritzis@arm.com>

Merge "Fix links in documentation" into integration

2645fceb24-Jun-2019 John Tsichritzis <john.tsichritzis@arm.com>

Fix links in documentation

Change-Id: Ifef4d634b4a34d23f42f61df5e326a1cc05d3844
Signed-off-by: John Tsichritzis <john.tsichritzis@arm.com>

2a690b6d17-Jun-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

rcar_gen3: drivers: pfc: Move PFC drivers out of staging

Now that PFC drivers are cleaned up , move them out of staging.

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

rcar_gen3: drivers: pfc: Move PFC drivers out of staging

Now that PFC drivers are cleaned up , move them out of staging.

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

show more ...

2789982517-Jun-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

rcar_gen3: drivers: pfc: Checkpatch cleanup

Checkpatch cleanups of the PFC common init code macros.
No functional change.

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

rcar_gen3: drivers: pfc: Checkpatch cleanup

Checkpatch cleanups of the PFC common init code macros.
No functional change.

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

show more ...

2e05b08717-Jun-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

rcar_gen3: drivers: pfc: V3M: Fix camel case

Replace function name with non-camel-case one. No functional change.

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

rcar_gen3: drivers: pfc: V3M: Fix camel case

Replace function name with non-camel-case one. No functional change.

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

show more ...

2d2123de17-Jun-2019 Marek Vasut <marek.vasut+renesas@gmail.com>

rcar_gen3: drivers: pfc: V3M: Drop forward declarations

There's no point in having forward declaration just before the function
itself, drop it. No functional change.

Signed-off-by: Marek Vasut <ma

rcar_gen3: drivers: pfc: V3M: Drop forward declarations

There's no point in having forward declaration just before the function
itself, drop it. No functional change.

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

show more ...

1...<<511512513514515516517518519520>>...733