Init Commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
*startfile:
|
||||
crti%O%s crtbegin%O%s
|
||||
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
text data bss dec hex filename
|
||||
132680 3184 5363760 5499624 53eae8 calboard.elf
|
||||
@@ -0,0 +1,65 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
-include ../makefile.init
|
||||
|
||||
RM := rm -rf
|
||||
|
||||
# All of the sources participating in the build are defined here
|
||||
-include sources.mk
|
||||
-include src/subdir.mk
|
||||
-include subdir.mk
|
||||
-include objects.mk
|
||||
|
||||
ifneq ($(MAKECMDGOALS),clean)
|
||||
ifneq ($(strip $(S_UPPER_DEPS)),)
|
||||
-include $(S_UPPER_DEPS)
|
||||
endif
|
||||
ifneq ($(strip $(C_DEPS)),)
|
||||
-include $(C_DEPS)
|
||||
endif
|
||||
endif
|
||||
|
||||
-include ../makefile.defs
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
ELFSIZE += \
|
||||
calboard.elf.size \
|
||||
|
||||
|
||||
# All Target
|
||||
all: pre-build main-build
|
||||
|
||||
# Main-build Target
|
||||
main-build: calboard.elf secondary-outputs
|
||||
|
||||
# Tool invocations
|
||||
calboard.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
|
||||
@echo 'Building target: $@'
|
||||
@echo 'Invoking: ARM v7 gcc linker'
|
||||
arm-none-eabi-gcc -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -Wl,-build-id=none -specs=Xilinx.spec -Wl,-T -Wl,../src/lscript.ld -L../../calboard_bsp/ps7_cortexa9_0/lib -o "calboard.elf" $(OBJS) $(USER_OBJS) $(LIBS)
|
||||
@echo 'Finished building target: $@'
|
||||
@echo ' '
|
||||
|
||||
calboard.elf.size: calboard.elf
|
||||
@echo 'Invoking: ARM v7 Print Size'
|
||||
arm-none-eabi-size calboard.elf |tee "calboard.elf.size"
|
||||
@echo 'Finished building: $@'
|
||||
@echo ' '
|
||||
|
||||
# Other Targets
|
||||
clean:
|
||||
-$(RM) $(EXECUTABLES)$(OBJS)$(S_UPPER_DEPS)$(C_DEPS)$(ELFSIZE) calboard.elf
|
||||
-@echo ' '
|
||||
|
||||
pre-build:
|
||||
-a9-linaro-pre-build-step
|
||||
-@echo ' '
|
||||
|
||||
secondary-outputs: $(ELFSIZE)
|
||||
|
||||
.PHONY: all clean dependents
|
||||
.SECONDARY: main-build pre-build
|
||||
|
||||
-include ../makefile.targets
|
||||
@@ -0,0 +1,8 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
USER_OBJS :=
|
||||
|
||||
LIBS := -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxil,-llwip4,-lgcc,-lc,--end-group
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
LD_SRCS :=
|
||||
OBJ_SRCS :=
|
||||
S_SRCS :=
|
||||
C_SRCS :=
|
||||
S_UPPER_SRCS :=
|
||||
O_SRCS :=
|
||||
EXECUTABLES :=
|
||||
OBJS :=
|
||||
S_UPPER_DEPS :=
|
||||
C_DEPS :=
|
||||
ELFSIZE :=
|
||||
|
||||
# Every subdirectory with source files must be described here
|
||||
SUBDIRS := \
|
||||
src \
|
||||
|
||||
@@ -0,0 +1,45 @@
|
||||
src/GPIO_Driv.o src/GPIO_Driv.o: ../src/GPIO_Driv.c ../src/GPIO_Driv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h
|
||||
|
||||
../src/GPIO_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h:
|
||||
Binary file not shown.
@@ -0,0 +1,48 @@
|
||||
src/SPI_Driv.o src/SPI_Driv.o: ../src/SPI_Driv.c ../src/SPI_Driv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h
|
||||
|
||||
../src/SPI_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h:
|
||||
Binary file not shown.
@@ -0,0 +1,53 @@
|
||||
src/cal_meas.o src/cal_meas.o: ../src/cal_meas.c ../src/cal_meas.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h \
|
||||
../src/SPI_Driv.h ../src/GPIO_Driv.h
|
||||
|
||||
../src/cal_meas.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h:
|
||||
|
||||
../src/SPI_Driv.h:
|
||||
|
||||
../src/GPIO_Driv.h:
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
src/crc16.o src/crc16.o: ../src/crc16.c ../src/crc16.h
|
||||
|
||||
../src/crc16.h:
|
||||
Binary file not shown.
@@ -0,0 +1,33 @@
|
||||
src/dna_read.o src/dna_read.o: ../src/dna_read.c ../src/dna_read.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h
|
||||
|
||||
../src/dna_read.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
Binary file not shown.
@@ -0,0 +1,146 @@
|
||||
src/echo.o src/echo.o: ../src/echo.c ../src/dna_read.h ../src/crc16.h \
|
||||
../src/GPIO_Driv.h ../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h \
|
||||
../src/SPI_Driv.h ../../calboard_bsp/ps7_cortexa9_0/include/sleep.h \
|
||||
../src/cal_meas.h ../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h
|
||||
|
||||
../src/dna_read.h:
|
||||
|
||||
../src/crc16.h:
|
||||
|
||||
../src/GPIO_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h:
|
||||
|
||||
../src/SPI_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h:
|
||||
|
||||
../src/cal_meas.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
src/i2c_access.o src/i2c_access.o: ../src/i2c_access.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
Binary file not shown.
@@ -0,0 +1,19 @@
|
||||
src/iic_phyreset.o src/iic_phyreset.o: ../src/iic_phyreset.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
Binary file not shown.
@@ -0,0 +1,171 @@
|
||||
src/main.o src/main.o: ../src/main.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h ../src/platform.h \
|
||||
../src/platform_config.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h ../src/GPIO_Driv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h \
|
||||
../src/SPI_Driv.h ../../calboard_bsp/ps7_cortexa9_0/include/sleep.h \
|
||||
../src/cal_meas.h ../../calboard_bsp/ps7_cortexa9_0/include/lwip/dhcp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/udp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/udp.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../src/platform.h:
|
||||
|
||||
../src/platform_config.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h:
|
||||
|
||||
../src/GPIO_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xgpiops_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xplatform_info.h:
|
||||
|
||||
../src/SPI_Driv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/sleep.h:
|
||||
|
||||
../src/cal_meas.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/dhcp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/udp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/udp.h:
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
src/platform.o src/platform.o: ../src/platform.c
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
src/platform_mb.o src/platform_mb.o: ../src/platform_mb.c
|
||||
Binary file not shown.
@@ -0,0 +1 @@
|
||||
src/platform_ppc.o src/platform_ppc.o: ../src/platform_ppc.c
|
||||
Binary file not shown.
@@ -0,0 +1,162 @@
|
||||
src/platform_zynq.o src/platform_zynq.o: ../src/platform_zynq.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_exception.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/platform.h \
|
||||
../src/platform_config.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscutimer.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscutimer_hw.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_exception.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../src/platform.h:
|
||||
|
||||
../src/platform_config.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscutimer.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscutimer_hw.h:
|
||||
Binary file not shown.
@@ -0,0 +1,156 @@
|
||||
src/platform_zynqmp.o src/platform_zynqmp.o: ../src/platform_zynqmp.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic_hw.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_exception.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/platform.h \
|
||||
../src/platform_config.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_cache.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xstatus.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_assert.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_io.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/bspconfig.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xscugic_hw.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_exception.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/opt.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwipopts.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/debug.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/arch.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cc.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/arch/cpu.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/tcpbase.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/mem.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/pbuf.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/err.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6_addr.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/def.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/netif.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/stats.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/memp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_std.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/memp_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/priv/mem_priv.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip4.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/ip6.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/ip.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/lwip/prot/icmp.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_printf.h:
|
||||
|
||||
../src/platform.h:
|
||||
|
||||
../src/platform_config.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xadapter.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/netif/xtopology.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xil_types.h:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
src/sfp.o src/sfp.o: ../src/sfp.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
Binary file not shown.
@@ -0,0 +1,7 @@
|
||||
src/si5324.o src/si5324.o: ../src/si5324.c \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h \
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters.h:
|
||||
|
||||
../../calboard_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
|
||||
Binary file not shown.
@@ -0,0 +1,72 @@
|
||||
################################################################################
|
||||
# Automatically-generated file. Do not edit!
|
||||
################################################################################
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
LD_SRCS += \
|
||||
../src/lscript.ld
|
||||
|
||||
C_SRCS += \
|
||||
../src/GPIO_Driv.c \
|
||||
../src/SPI_Driv.c \
|
||||
../src/cal_meas.c \
|
||||
../src/crc16.c \
|
||||
../src/dna_read.c \
|
||||
../src/echo.c \
|
||||
../src/i2c_access.c \
|
||||
../src/iic_phyreset.c \
|
||||
../src/main.c \
|
||||
../src/platform.c \
|
||||
../src/platform_mb.c \
|
||||
../src/platform_ppc.c \
|
||||
../src/platform_zynq.c \
|
||||
../src/platform_zynqmp.c \
|
||||
../src/sfp.c \
|
||||
../src/si5324.c
|
||||
|
||||
OBJS += \
|
||||
./src/GPIO_Driv.o \
|
||||
./src/SPI_Driv.o \
|
||||
./src/cal_meas.o \
|
||||
./src/crc16.o \
|
||||
./src/dna_read.o \
|
||||
./src/echo.o \
|
||||
./src/i2c_access.o \
|
||||
./src/iic_phyreset.o \
|
||||
./src/main.o \
|
||||
./src/platform.o \
|
||||
./src/platform_mb.o \
|
||||
./src/platform_ppc.o \
|
||||
./src/platform_zynq.o \
|
||||
./src/platform_zynqmp.o \
|
||||
./src/sfp.o \
|
||||
./src/si5324.o
|
||||
|
||||
C_DEPS += \
|
||||
./src/GPIO_Driv.d \
|
||||
./src/SPI_Driv.d \
|
||||
./src/cal_meas.d \
|
||||
./src/crc16.d \
|
||||
./src/dna_read.d \
|
||||
./src/echo.d \
|
||||
./src/i2c_access.d \
|
||||
./src/iic_phyreset.d \
|
||||
./src/main.d \
|
||||
./src/platform.d \
|
||||
./src/platform_mb.d \
|
||||
./src/platform_ppc.d \
|
||||
./src/platform_zynq.d \
|
||||
./src/platform_zynqmp.d \
|
||||
./src/sfp.d \
|
||||
./src/si5324.d
|
||||
|
||||
|
||||
# Each subdirectory must supply rules for building sources it contributes
|
||||
src/%.o: ../src/%.c
|
||||
@echo 'Building file: $<'
|
||||
@echo 'Invoking: ARM v7 gcc compiler'
|
||||
arm-none-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../calboard_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
||||
@echo 'Finished building: $<'
|
||||
@echo ' '
|
||||
|
||||
|
||||
Reference in New Issue
Block a user