mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-25 06:19:56 +00:00

The DDR driver is under dual license, BSD and GPLv2. The configuration parameters are taken from device tree. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@st.com> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
12 lines
230 B
C
12 lines
230 B
C
/*
|
|
* Copyright (c) 2015-2018, STMicroelectronics - All Rights Reserved
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef _STM32MP1_RAM_H
|
|
#define _STM32MP1_RAM_H
|
|
|
|
int stm32mp1_ddr_probe(void);
|
|
|
|
#endif /* _STM32MP1_RAM_H */
|