aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/classes/xilinx-platform-init.bbclass
blob: 5d09950040e02e4f0cb2b35a0483d1b24fcd3f6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This class should be included by any recipe that wants to access or provide
# the platform init source files which are used to initialize a Zynq or ZynqMP
# SoC.

# Define the path to the xilinx platform init code/headers
PLATFORM_INIT_DIR ?= "/usr/src/xilinx-platform-init"

PLATFORM_INIT_STAGE_DIR = "${STAGING_DIR_HOST}${PLATFORM_INIT_DIR}"

# Target files use for platform init
PLATFORM_INIT_FILES ?= ""
PLATFORM_INIT_FILES_zynq = "ps7_init_gpl.c ps7_init_gpl.h"
PLATFORM_INIT_FILES_zynqmp = "psu_init_gpl.c psu_init_gpl.h"