Commit 2a690b6d authored by Marek Vasut's avatar Marek Vasut
Browse files

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: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
Change-Id: Ie594b53558c2bfb8e5d88e5b0354752c17a2487e
parent 27899825
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#ifndef PFC_INIT_D3_H__ #ifndef PFC_INIT_D3_H
#define PFC_INIT_D3_H__ #define PFC_INIT_D3_H
void pfc_init_d3(void); void pfc_init_d3(void);
#endif /* PFC_INIT_D3_H__ */ #endif /* PFC_INIT_D3_H */
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
#ifndef PFC_INIT_V3M_H__ #ifndef PFC_INIT_V3M_H
#define PFC_INIT_V3M_H__ #define PFC_INIT_V3M_H
void pfc_init_v3m(void); void pfc_init_v3m(void);
#endif /* PFC_INIT_V3M_H__ */ #endif /* PFC_INIT_V3M_H */
...@@ -5,65 +5,65 @@ ...@@ -5,65 +5,65 @@
# #
ifeq (${RCAR_LSI},${RCAR_AUTO}) ifeq (${RCAR_LSI},${RCAR_AUTO})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v1.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v2.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3/pfc_init_m3.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3N/pfc_init_m3n.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/V3M/pfc_init_v3m.c BL2_SOURCES += drivers/renesas/rcar/pfc/V3M/pfc_init_v3m.c
else ifdef RCAR_LSI_CUT_COMPAT else ifdef RCAR_LSI_CUT_COMPAT
ifeq (${RCAR_LSI},${RCAR_H3}) ifeq (${RCAR_LSI},${RCAR_H3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v1.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v2.c
endif endif
ifeq (${RCAR_LSI},${RCAR_H3N}) ifeq (${RCAR_LSI},${RCAR_H3N})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v1.c
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v2.c
endif endif
ifeq (${RCAR_LSI},${RCAR_M3}) ifeq (${RCAR_LSI},${RCAR_M3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3/pfc_init_m3.c
endif endif
ifeq (${RCAR_LSI},${RCAR_M3N}) ifeq (${RCAR_LSI},${RCAR_M3N})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3N/pfc_init_m3n.c
endif endif
ifeq (${RCAR_LSI},${RCAR_V3M}) ifeq (${RCAR_LSI},${RCAR_V3M})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/V3M/pfc_init_v3m.c BL2_SOURCES += drivers/renesas/rcar/pfc/V3M/pfc_init_v3m.c
endif endif
ifeq (${RCAR_LSI},${RCAR_E3}) ifeq (${RCAR_LSI},${RCAR_E3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c BL2_SOURCES += drivers/renesas/rcar/pfc/E3/pfc_init_e3.c
endif endif
ifeq (${RCAR_LSI},${RCAR_D3}) ifeq (${RCAR_LSI},${RCAR_D3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/D3/pfc_init_d3.c BL2_SOURCES += drivers/renesas/rcar/pfc/D3/pfc_init_d3.c
endif endif
else else
ifeq (${RCAR_LSI},${RCAR_H3}) ifeq (${RCAR_LSI},${RCAR_H3})
ifeq (${LSI_CUT},10) ifeq (${LSI_CUT},10)
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v1.c
else ifeq (${LSI_CUT},11) else ifeq (${LSI_CUT},11)
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v1.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v1.c
else else
# LSI_CUT 20 or later # LSI_CUT 20 or later
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v2.c
endif endif
endif endif
ifeq (${RCAR_LSI},${RCAR_H3N}) ifeq (${RCAR_LSI},${RCAR_H3N})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/H3/pfc_init_h3_v2.c BL2_SOURCES += drivers/renesas/rcar/pfc/H3/pfc_init_h3_v2.c
endif endif
ifeq (${RCAR_LSI},${RCAR_M3}) ifeq (${RCAR_LSI},${RCAR_M3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3/pfc_init_m3.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3/pfc_init_m3.c
endif endif
ifeq (${RCAR_LSI},${RCAR_M3N}) ifeq (${RCAR_LSI},${RCAR_M3N})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/M3N/pfc_init_m3n.c BL2_SOURCES += drivers/renesas/rcar/pfc/M3N/pfc_init_m3n.c
endif endif
ifeq (${RCAR_LSI},${RCAR_V3M}) ifeq (${RCAR_LSI},${RCAR_V3M})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/V3M/pfc_init_v3m.c BL2_SOURCES += drivers/renesas/rcar/pfc/V3M/pfc_init_v3m.c
endif endif
ifeq (${RCAR_LSI},${RCAR_E3}) ifeq (${RCAR_LSI},${RCAR_E3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/E3/pfc_init_e3.c BL2_SOURCES += drivers/renesas/rcar/pfc/E3/pfc_init_e3.c
endif endif
ifeq (${RCAR_LSI},${RCAR_D3}) ifeq (${RCAR_LSI},${RCAR_D3})
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/D3/pfc_init_d3.c BL2_SOURCES += drivers/renesas/rcar/pfc/D3/pfc_init_d3.c
endif endif
endif endif
BL2_SOURCES += drivers/staging/renesas/rcar/pfc/pfc_init.c BL2_SOURCES += drivers/renesas/rcar/pfc/pfc_init.c
...@@ -350,7 +350,7 @@ ERRATA_A57_813419 := 1 ...@@ -350,7 +350,7 @@ ERRATA_A57_813419 := 1
include drivers/staging/renesas/rcar/ddr/ddr.mk include drivers/staging/renesas/rcar/ddr/ddr.mk
include drivers/renesas/rcar/qos/qos.mk include drivers/renesas/rcar/qos/qos.mk
include drivers/staging/renesas/rcar/pfc/pfc.mk include drivers/renesas/rcar/pfc/pfc.mk
include lib/libfdt/libfdt.mk include lib/libfdt/libfdt.mk
PLAT_INCLUDES := -Idrivers/staging/renesas/rcar/ddr \ PLAT_INCLUDES := -Idrivers/staging/renesas/rcar/ddr \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment