History log of /rk3399_ARM-atf/ (Results 14001 – 14025 of 18314)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
638d2b5131-Oct-2018 Sandrine Bailleux <sandrine.bailleux@arm.com>

compiler_rt: Import lshrdi3.c file

Imported from the LLVM compiler_rt library on master branch as of
30 Oct 2018 (SVN revision: r345645).

This is to get the __aeabi_llsr() builtin, which is require

compiler_rt: Import lshrdi3.c file

Imported from the LLVM compiler_rt library on master branch as of
30 Oct 2018 (SVN revision: r345645).

This is to get the __aeabi_llsr() builtin, which is required by a
subsequent patch that uses a logical right shift operator in AArch32.

Change-Id: I9884139a12855a8a87206fb572aaa7dd35582b09
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>

show more ...

ecc3599231-Oct-2018 Sandrine Bailleux <sandrine.bailleux@arm.com>

compiler_rt: Import latest changes on int_lib.h

Imported from the LLVM compiler_rt library on master branch as of
30 Oct 2018 (SVN revision: r345645).

Change-Id: I058cfb5894daf1d12e1ef971c0ba36b0aa

compiler_rt: Import latest changes on int_lib.h

Imported from the LLVM compiler_rt library on master branch as of
30 Oct 2018 (SVN revision: r345645).

Change-Id: I058cfb5894daf1d12e1ef971c0ba36b0aa089be5
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>

show more ...

583e079106-Nov-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: Fix MISRA defects in common code

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

9c10e34806-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1665 from antonio-nino-diaz-arm/an/fdt-helpers

Introduce new fdt helpers

04d1f8dd06-Nov-2018 ldts <jorge.ramirez.ortiz@gmail.com>

rcar_gen3: E3 target: fix compilation issues

Target builds but has not been tested.

Signed-off-by: ldts <jorge.ramirez.ortiz@gmail.com>

d65895f406-Nov-2018 ldts <jorge.ramirez.ortiz@gmail.com>

plat: rcar: support plat_crash_console_flush

Signed-off-by: ldts <jorge.ramirez.ortiz@gmail.com>

4eb835f806-Nov-2018 Soby Mathew <soby.mathew@arm.com>

Merge pull request #1661 from hzhuang1/emmc_delay

hikey: add delay after eMMC initialized

ed2c4f4a02-Nov-2018 Manish Pandey <manish.pandey2@arm.com>

plat/arm: Support direct Linux kernel boot in AArch32

This option allows the Trusted Firmware to directly jump to Linux
kernel for aarch32 without the need of an intermediate loader such
as U-Boot.

plat/arm: Support direct Linux kernel boot in AArch32

This option allows the Trusted Firmware to directly jump to Linux
kernel for aarch32 without the need of an intermediate loader such
as U-Boot.

Similar to AArch64 ARM_LINUX_KERNEL_AS_BL33 only available with
RESET_TO_SP_MIN=1 as well as BL33 and DTB are preloaded in memory.

Change-Id: I908bc1633696be1caad0ce2f099c34215c8e0633
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>

show more ...

73f1ac6c26-Jun-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

Introduce fdtw_read_array() helper

fdtw_read_cells() can only read one or two cells, sometimes it may be
needed to read more cells from one property.

Change-Id: Ie70dc76d1540cd6a04787cde7cccb4d1baf

Introduce fdtw_read_array() helper

fdtw_read_cells() can only read one or two cells, sometimes it may be
needed to read more cells from one property.

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

show more ...

2747362026-Jun-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

Introduce new fdt helper to read string properties

Introduced fdtw_read_string() to read string properties.

Change-Id: I854eef0390632cf2eaddd2dce60cdb98c117de43
Signed-off-by: Antonio Nino Diaz <an

Introduce new fdt helper to read string properties

Introduced fdtw_read_string() to read string properties.

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

show more ...

b4cf974a27-Sep-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

libc: Adapt strlcpy to this codebase

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

b3e9214e27-Sep-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

libc: Import strlcpy from FreeBSD

From commit aafd1cf4235d78ce85b76d7da63e9589039344b3:

- lib/libc/strlcpy.c

Change-Id: Iaa7028fcc26706bdd6ee3f1e4bd55dd5873a30c6
Signed-off-by: Antonio Nino Diaz <

libc: Import strlcpy from FreeBSD

From commit aafd1cf4235d78ce85b76d7da63e9589039344b3:

- lib/libc/strlcpy.c

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

show more ...

dd756c9802-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1663 from sudeep-holla/scpi_build_fix

plat: juno: fix build for !CSS_USE_SCMI_DRIVER

ebd17fa402-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1660 from antonio-nino-diaz-arm/an/misra

Several MISRA defect fixes

8db71e3701-Nov-2018 Sudeep Holla <sudeep.holla@arm.com>

plat: juno: fix build for !CSS_USE_SCMI_DRIVER

When CSS_USE_SCMI_DRIVER is not defined or set to 0, we get the
following build error.

plat/arm/board/juno/juno_topology.c:16:19: error: ‘CSS_SCMI_PAY

plat: juno: fix build for !CSS_USE_SCMI_DRIVER

When CSS_USE_SCMI_DRIVER is not defined or set to 0, we get the
following build error.

plat/arm/board/juno/juno_topology.c:16:19: error: ‘CSS_SCMI_PAYLOAD_BASE’ undeclared here (not in a function)
.scmi_mbx_mem = CSS_SCMI_PAYLOAD_BASE,
^~~~~~~~~~~~~~~~~~~~~
plat/arm/board/juno/juno_topology.c:17:38: error: ‘CSS_SCMI_MHU_DB_REG_OFF’ undeclared here (not in a function)
.db_reg_addr = PLAT_CSS_MHU_BASE + CSS_SCMI_MHU_DB_REG_OFF,
^~~~~~~~~~~~~~~~~~~~~~~
CSS_CPU_PWR_STATE_OFF

Fix the error in order to get function legacy SCPI support functional.

Change-Id: I00cb80db9968aa0be546e33a3a682a2db87719be
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>

show more ...

f8b30ca831-Oct-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

bakery: Fix MISRA defects

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

b8a02d5330-Oct-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: Fix MISRA defects in dyn config

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

f21c632130-Oct-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

plat/arm: Fix types of constants in headers

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

a0fee74731-Oct-2018 Antonio Nino Diaz <antonio.ninodiaz@arm.com>

context_mgmt: Fix MISRA defects

The macro EL_IMPLEMENTED() has been deprecated in favour of the new
function el_implemented().

Change-Id: Ic9b1b81480b5e019b50a050e8c1a199991bf0ca9
Signed-off-by: An

context_mgmt: Fix MISRA defects

The macro EL_IMPLEMENTED() has been deprecated in favour of the new
function el_implemented().

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

show more ...

3c1fb7a701-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1658 from glneo/plat-arm-remove

ti: k3: common: Remove use of ARM platform code

3d7ae0b901-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdt

libfdt: Downgrade to version 1.4.6-9

6f2ad3a901-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1656 from masahir0y/uniphier

uniphier: clean-up and improve SCP handling code

eb47f14d01-Nov-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1623 from MISL-EBU-System-SW/a3700-support

Add support for Armada 3700 and COMPHY porting layer


docs/marvell/porting.txt
drivers/marvell/comphy/comphy-cp110.h
drivers/marvell/comphy/phy-comphy-3700.c
drivers/marvell/comphy/phy-comphy-3700.h
drivers/marvell/comphy/phy-comphy-common.h
drivers/marvell/comphy/phy-comphy-cp110.c
drivers/marvell/comphy/phy-comphy-cp110.h
drivers/marvell/comphy/phy-default-porting-layer.h
drivers/marvell/uart/a3700_console.S
drivers/marvell/uart/a3700_console.h
include/lib/mmio.h
include/plat/marvell/a3700/common/armada_common.h
include/plat/marvell/a3700/common/board_marvell_def.h
include/plat/marvell/a3700/common/marvell_def.h
include/plat/marvell/a3700/common/plat_marvell.h
include/plat/marvell/a8k/common/armada_common.h
include/plat/marvell/common/aarch64/marvell_macros.S
include/plat/marvell/common/mvebu.h
maintainers.rst
plat/marvell/a3700/a3700/board/pm_src.c
plat/marvell/a3700/a3700/mvebu_def.h
plat/marvell/a3700/a3700/plat_bl31_setup.c
plat/marvell/a3700/a3700/platform.mk
plat/marvell/a3700/common/a3700_common.mk
plat/marvell/a3700/common/a3700_sip_svc.c
plat/marvell/a3700/common/aarch64/a3700_common.c
plat/marvell/a3700/common/aarch64/plat_helpers.S
plat/marvell/a3700/common/dram_win.c
plat/marvell/a3700/common/include/a3700_plat_def.h
plat/marvell/a3700/common/include/a3700_pm.h
plat/marvell/a3700/common/include/ddr_info.h
plat/marvell/a3700/common/include/dram_win.h
plat/marvell/a3700/common/include/io_addr_dec.h
plat/marvell/a3700/common/include/plat_macros.S
plat/marvell/a3700/common/include/platform_def.h
plat/marvell/a3700/common/io_addr_dec.c
plat/marvell/a3700/common/marvell_plat_config.c
plat/marvell/a3700/common/plat_pm.c
plat/marvell/a8k/a70x0/platform.mk
plat/marvell/a8k/a70x0_amc/platform.mk
plat/marvell/a8k/a80x0/board/phy-porting-layer.h
plat/marvell/a8k/a80x0/platform.mk
plat/marvell/a8k/a80x0_mcbin/platform.mk
plat/marvell/a8k/common/a8k_common.mk
plat/marvell/a8k/common/include/a8k_plat_def.h
plat/marvell/common/marvell_gicv3.c
plat/marvell/marvell.mk
tools/marvell/doimage/Makefile
tools/marvell/doimage/doimage.c
tools/marvell/doimage/doimage.mk
tools/marvell/doimage/secure/aes_key.txt
tools/marvell/doimage/secure/csk_priv_pem0.key
tools/marvell/doimage/secure/csk_priv_pem1.key
tools/marvell/doimage/secure/csk_priv_pem2.key
tools/marvell/doimage/secure/csk_priv_pem3.key
tools/marvell/doimage/secure/kak_priv_pem.key
tools/marvell/doimage/secure/sec_img_7K.cfg
tools/marvell/doimage/secure/sec_img_8K.cfg
1e66bacb08-Oct-2018 Konstantin Porotchkin <kostap@marvell.com>

plat: marvell: Add support for Armada-37xx SoC platform

Add supprot for Marvell platforms based on Armada-37xx SoC.
This includes support for the official Armada-3720 modular
development board and E

plat: marvell: Add support for Armada-37xx SoC platform

Add supprot for Marvell platforms based on Armada-37xx SoC.
This includes support for the official Armada-3720 modular
development board and EspressoBin community board.
The Armada-37xx SoC contains dual Cortex-A53 Application CPU,
single secure CPU (Cortex-M3) and the following interfaces:
- SATA 3.0
- USB 3.0 and USB 2.0
- PCIe
- SDIO (supports boot from eMMC)
- SPI
- UART
- I2c
- Gigabit Ethernet

Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>

show more ...

d03823d431-Oct-2018 Antonio Niño Díaz <antonio.ninodiaz@arm.com>

Merge pull request #1650 from chandnich/sgiclark-ares-support

Sgiclark ares support

1...<<561562563564565566567568569570>>...733