Add Xilinx Zynq BSP support

This commit is contained in:
Sebastian Huber
2015-01-20 11:04:39 +01:00
parent dae9f66600
commit 5071600b21
3 changed files with 37 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
#if defined(LIBBSP_ARM_LPC24XX_BSP_H)
/* No cache */
#elif defined(LIBBSP_ARM_XILINX_ZYNQ_BSP_H)
/* With cache, no coherency support in hardware */
#define CPU_DATA_CACHE_ALIGNMENT 32
#elif defined(LIBBSP_ARM_LPC32XX_BSP_H)
/* With cache, no coherency support in hardware */
#include <libcpu/cache.h>