bsp/altera-cyclone-v: Use public include path

Update #3254.
This commit is contained in:
Chris Johns
2018-01-04 08:10:48 +01:00
committed by Sebastian Huber
parent 2a21c80299
commit 3eed4f30e4
14 changed files with 61 additions and 61 deletions

View File

@@ -20,10 +20,10 @@
#include <bsp/irq.h>
#include <bsp/alt_clock_manager.h>
#include <bsp/console-termios.h>
#include "socal/alt_rstmgr.h"
#include "socal/socal.h"
#include "socal/alt_uart.h"
#include "socal/hps.h"
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/alt_uart.h>
#include <bsp/socal/hps.h>
#ifdef BSP_USE_UART_INTERRUPTS
#define DEVICE_FNS &ns16550_handler_interrupt

View File

@@ -52,7 +52,7 @@
#ifndef __ALT_QSPI_H__
#define __ALT_QSPI_H__
#include "hwlib.h"
#include <bsp/hwlib.h>
#ifdef __cplusplus
extern "C"

View File

@@ -28,12 +28,12 @@
*
******************************************************************************/
#include "alt_16550_uart.h"
#include "alt_clock_manager.h"
#include "socal/alt_rstmgr.h"
#include "socal/alt_uart.h"
#include "socal/hps.h"
#include "socal/socal.h"
#include <bsp/alt_16550_uart.h>
#include <bsp/alt_clock_manager.h>
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/socal/alt_uart.h>
#include <bsp/socal/hps.h>
#include <bsp/socal/socal.h>
/////

View File

@@ -35,11 +35,11 @@
******************************************************************************/
#include <stddef.h>
#include "alt_address_space.h"
#include "socal/alt_l3.h"
#include "socal/socal.h"
#include "socal/alt_acpidmap.h"
#include "hwlib.h"
#include <bsp/alt_address_space.h>
#include <bsp/socal/alt_l3.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/alt_acpidmap.h>
#include <bsp/hwlib.h>
#define ALT_ACP_ID_MAX_INPUT_ID 7

View File

@@ -33,12 +33,12 @@
#include <stdbool.h>
#include <stdio.h>
#include "socal/hps.h"
#include "socal/socal.h"
#include "socal/alt_sysmgr.h"
#include "hwlib.h"
#include "alt_clock_manager.h"
#include "alt_mpu_registers.h"
#include <bsp/socal/hps.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/alt_sysmgr.h>
#include <bsp/hwlib.h>
#include <bsp/alt_clock_manager.h>
#include <bsp/alt_mpu_registers.h>
#define UINT12_MAX (4096)

View File

@@ -29,19 +29,19 @@
******************************************************************************/
#include <stdio.h>
#include "alt_dma.h"
#include "socal/socal.h"
#include "socal/hps.h"
#include "socal/alt_rstmgr.h"
#include "socal/alt_sysmgr.h"
#include <bsp/alt_dma.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/hps.h>
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/socal/alt_sysmgr.h>
#if ALT_DMA_PERIPH_PROVISION_16550_SUPPORT
#include "alt_16550_uart.h"
#include "socal/alt_uart.h"
#include <bsp/alt_16550_uart.h>
#include <bsp/socal/alt_uart.h>
#endif
#if ALT_DMA_PERIPH_PROVISION_QSPI_SUPPORT
#include "socal/alt_qspi.h"
#include <bsp/socal/alt_qspi.h>
#endif
/////

View File

@@ -28,8 +28,8 @@
*
******************************************************************************/
#include "alt_dma_program.h"
#include "alt_cache.h"
#include <bsp/alt_dma_program.h>
#include <bsp/alt_cache.h>
#include <stdio.h>
/////

View File

@@ -32,12 +32,12 @@
#include <stdlib.h>
#include <stdbool.h>
#include "socal/hps.h"
#include "socal/socal.h"
#include "socal/alt_gpio.h"
#include "socal/alt_rstmgr.h"
#include "hwlib.h"
#include "alt_generalpurpose_io.h"
#include <bsp/socal/hps.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/alt_gpio.h>
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/hwlib.h>
#include <bsp/alt_generalpurpose_io.h>
/****************************************************************************************/

View File

@@ -28,8 +28,8 @@
*
******************************************************************************/
#include "alt_i2c.h"
#include "alt_reset_manager.h"
#include <bsp/alt_i2c.h>
#include <bsp/alt_reset_manager.h>
#include <stdio.h>
/////

View File

@@ -37,15 +37,15 @@
#include <string.h>
#include <stdio.h>
#include <inttypes.h>
#include "hwlib.h"
#include "alt_clock_manager.h"
#include <bsp/hwlib.h>
#include <bsp/alt_clock_manager.h>
#include "alt_qspi.h"
#include "alt_qspi_private.h"
#include "socal/alt_qspi.h"
#include "socal/alt_rstmgr.h"
#include "socal/alt_sysmgr.h"
#include "socal/hps.h"
#include "socal/socal.h"
#include <bsp/alt_qspi_private.h>
#include <bsp/socal/alt_qspi.h>
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/socal/alt_sysmgr.h>
#include <bsp/socal/hps.h>
#include <bsp/socal/socal.h>
/////

View File

@@ -35,10 +35,10 @@
*
******************************************************************************/
#include "alt_reset_manager.h"
#include "socal/socal.h"
#include "socal/hps.h"
#include "socal/alt_rstmgr.h"
#include <bsp/alt_reset_manager.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/hps.h>
#include <bsp/socal/alt_rstmgr.h>
/////

View File

@@ -16,10 +16,10 @@
#include <bsp/start.h>
#include <socal/alt_rstmgr.h>
#include <socal/alt_sysmgr.h>
#include <socal/hps.h>
#include <socal/socal.h>
#include <bsp/socal/alt_rstmgr.h>
#include <bsp/socal/alt_sysmgr.h>
#include <bsp/socal/hps.h>
#include <bsp/socal/socal.h>
bool _CPU_SMP_Start_processor(uint32_t cpu_index)
{

View File

@@ -18,7 +18,7 @@
#include <bsp/irq-generic.h>
#include <bsp/linker-symbols.h>
#include <alt_clock_manager.h>
#include <bsp/alt_clock_manager.h>
#include <libfdt.h>

View File

@@ -19,10 +19,10 @@
#include <bsp/arm-cp15-start.h>
#include <bsp/arm-a9mpcore-start.h>
#include <bsp/linker-symbols.h>
#include <alt_address_space.h>
#include <socal/socal.h>
#include <socal/alt_sdr.h>
#include <socal/hps.h>
#include <bsp/alt_address_space.h>
#include <bsp/socal/socal.h>
#include <bsp/socal/alt_sdr.h>
#include <bsp/socal/hps.h>
/* 1 MB reset default value for address filtering start */
#define BSPSTART_L2_CACHE_ADDR_FILTERING_START_RESET 0x100000