plat: xilinx: versal: Move versal_private.h to include directoryMove versal_private.h to platform specific include directory.Also, rename it to plat_private.h instead of having platformname. So,
plat: xilinx: versal: Move versal_private.h to include directoryMove versal_private.h to platform specific include directory.Also, rename it to plat_private.h instead of having platformname. So, it can be used to common source files which needsplatform specific data.Signed-off-by: Tejas Patel <tejas.patel@xilinx.com>Signed-off-by: Jolly Shah <jolly.shah@xilinx.com>Change-Id: I65eefbea7722ffa2760b992491c00eebef5bcef4
show more ...
Sanitise includes across codebaseEnforce full include path for includes. Deprecate old paths.The following folders inside include/lib have been left unchanged:- include/lib/cpus/${ARCH}- inclu
Sanitise includes across codebaseEnforce full include path for includes. Deprecate old paths.The following folders inside include/lib have been left unchanged:- include/lib/cpus/${ARCH}- include/lib/el3_runtime/${ARCH}The reason for this change is that having a global namespace forincludes isn't a good idea. It defeats one of the advantages of havingfolders and it introduces problems that are sometimes subtle (becauseyou may not know the header you are actually including if there are twoof them).For example, this patch had to be created because two headers werecalled the same way: e0ea0928d5b7 ("Fix gpio includes of mt8173 platformto avoid collision."). More recently, this patch has had similarproblems: 46f9b2c3a282 ("drivers: add tzc380 support").This problem was introduced in commit 4ecca33988b9 ("Move include andsource files to logical locations"). At that time, there weren't toomany headers so it wasn't a real issue. However, time has shown thatthis creates problems.Platforms that want to preserve the way they include headers may add theremoved paths to PLAT_INCLUDES, but this is discouraged.Change-Id: I39dc53ed98f9e297a5966e723d1936d6ccf2fc8fSigned-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
arm64: versal: Add support for new Xilinx Versal ACAPsXilinx is introducing Versal, an adaptive compute acceleration platform(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine Sc
arm64: versal: Add support for new Xilinx Versal ACAPsXilinx is introducing Versal, an adaptive compute acceleration platform(ACAP), built on 7nm FinFET process technology. Versal ACAPs combine ScalarProcessing Engines, Adaptable Hardware Engines, and Intelligent Engines withleading-edge memory and interfacing technologies to deliver powerfulheterogeneous acceleration for any application. The Versal AI Core series hasfive devices, offering 128 to 400 AI Engines. The series includes dual-core ArmCortex-A72 application processors, dual-core Arm Cortex-R5 real-timeprocessors, 256KB of on-chip memory with ECC, more than 1,900 DSP enginesoptimized for high-precision floating point with low latency.This patch adds Virtual QEMU platform support forthis SoC "versal_virt".Signed-off-by: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>Signed-off-by: Michal Simek <michal.simek@xilinx.com>
1234