Init Commit

This commit is contained in:
Jeremy Shen
2026-05-27 09:56:09 +00:00
commit ee3ede1152
4277 changed files with 4079432 additions and 0 deletions
Binary file not shown.
+2
View File
@@ -0,0 +1,2 @@
text data bss dec hex filename
81496 10160 74712 166368 289e0 FSBL.elf
+2
View File
@@ -0,0 +1,2 @@
*startfile:
crti%O%s crtbegin%O%s
+65
View File
@@ -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 += \
FSBL.elf.size \
# All Target
all: pre-build main-build
# Main-build Target
main-build: FSBL.elf secondary-outputs
# Tool invocations
FSBL.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../../FSBL_bsp/ps7_cortexa9_0/lib -o "FSBL.elf" $(OBJS) $(USER_OBJS) $(LIBS)
@echo 'Finished building target: $@'
@echo ' '
FSBL.elf.size: FSBL.elf
@echo 'Invoking: ARM v7 Print Size'
arm-none-eabi-size FSBL.elf |tee "FSBL.elf.size"
@echo 'Finished building: $@'
@echo ' '
# Other Targets
clean:
-$(RM) $(EXECUTABLES)$(OBJS)$(S_UPPER_DEPS)$(C_DEPS)$(ELFSIZE) FSBL.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
+8
View File
@@ -0,0 +1,8 @@
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
USER_OBJS :=
LIBS := -Wl,--start-group,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lxilffs,-lxil,-lgcc,-lc,--end-group -Wl,--start-group,-lrsa,-lxil,-lgcc,-lc,--end-group
+20
View File
@@ -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 @@
src/fsbl_handoff.o src/fsbl_handoff.o: ../src/fsbl_handoff.S
Binary file not shown.
+66
View File
@@ -0,0 +1,66 @@
src/fsbl_hooks.o src/fsbl_hooks.o: ../src/fsbl_hooks.c ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h ../src/fsbl_hooks.h
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../src/fsbl_hooks.h:
Binary file not shown.
+75
View File
@@ -0,0 +1,75 @@
src/image_mover.o src/image_mover.o: ../src/image_mover.c ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../src/image_mover.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../src/fsbl_hooks.h ../src/md5.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../src/image_mover.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../src/fsbl_hooks.h:
../src/md5.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
Binary file not shown.
+89
View File
@@ -0,0 +1,89 @@
src/main.o src/main.o: ../src/main.c ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../src/qspi.h ../src/nand.h ../src/nor.h ../src/sd.h \
../src/image_mover.h ../../FSBL_bsp/ps7_cortexa9_0/include/xil_cache.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_exception.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h ../src/fsbl_hooks.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xtime_l.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xuartps_hw.h
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../src/qspi.h:
../src/nand.h:
../src/nor.h:
../src/sd.h:
../src/image_mover.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_cache.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_exception.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../src/fsbl_hooks.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xtime_l.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xuartps_hw.h:
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
src/md5.o src/md5.o: ../src/md5.c ../src/md5.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h
../src/md5.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
Binary file not shown.
+61
View File
@@ -0,0 +1,61 @@
src/nand.o src/nand.o: ../src/nand.c \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
Binary file not shown.
+66
View File
@@ -0,0 +1,66 @@
src/nor.o src/nor.o: ../src/nor.c ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../src/nor.h ../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../src/nor.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
Binary file not shown.
+75
View File
@@ -0,0 +1,75 @@
src/pcap.o src/pcap.o: ../src/pcap.c ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/nand.h \
../src/fsbl.h ../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../src/image_mover.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_exception.h \
../../FSBL_bsp/ps7_cortexa9_0/include/sleep.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xtime_l.h
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/nand.h:
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../src/image_mover.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_exception.h:
../../FSBL_bsp/ps7_cortexa9_0/include/sleep.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xtime_l.h:
Binary file not shown.
+32
View File
@@ -0,0 +1,32 @@
src/ps7_init.o src/ps7_init.o: \
E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.c \
E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h
E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
Binary file not shown.
+74
View File
@@ -0,0 +1,74 @@
src/qspi.o src/qspi.o: ../src/qspi.c ../src/qspi.h ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../src/image_mover.h ../../FSBL_bsp/ps7_cortexa9_0/include/xqspips_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xqspips.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xqspips_hw.h
../src/qspi.h:
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../src/image_mover.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xqspips_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xqspips.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xqspips_hw.h:
Binary file not shown.
+1
View File
@@ -0,0 +1 @@
src/rsa.o src/rsa.o: ../src/rsa.c
Binary file not shown.
+75
View File
@@ -0,0 +1,75 @@
src/sd.o src/sd.o: ../src/sd.c \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h ../src/fsbl.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h \
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h ../src/pcap.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h ../src/fsbl_debug.h \
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h \
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h \
../../FSBL_bsp/ps7_cortexa9_0/include/ff.h \
../../FSBL_bsp/ps7_cortexa9_0/include/integer.h \
../../FSBL_bsp/ps7_cortexa9_0/include/ffconf.h ../src/sd.h
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters_ps.h:
../src/fsbl.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_types.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xparameters.h:
../../FSBL_bsp/ps7_cortexa9_0/include/bspconfig.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xreg_cortexa9.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm_gcc.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xpseudo_asm.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_printf.h:
../src/pcap.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xdevcfg_hw.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_io.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xil_assert.h:
../src/fsbl_debug.h:
E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0/ps7_init.h:
../../FSBL_bsp/ps7_cortexa9_0/include/xstatus.h:
../../FSBL_bsp/ps7_cortexa9_0/include/ff.h:
../../FSBL_bsp/ps7_cortexa9_0/include/integer.h:
../../FSBL_bsp/ps7_cortexa9_0/include/ffconf.h:
../src/sd.h:
Binary file not shown.
+78
View File
@@ -0,0 +1,78 @@
################################################################################
# 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/fsbl_hooks.c \
../src/image_mover.c \
../src/main.c \
../src/md5.c \
../src/nand.c \
../src/nor.c \
../src/pcap.c \
E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.c \
../src/qspi.c \
../src/rsa.c \
../src/sd.c
S_UPPER_SRCS += \
../src/fsbl_handoff.S
OBJS += \
./src/fsbl_handoff.o \
./src/fsbl_hooks.o \
./src/image_mover.o \
./src/main.o \
./src/md5.o \
./src/nand.o \
./src/nor.o \
./src/pcap.o \
./src/ps7_init.o \
./src/qspi.o \
./src/rsa.o \
./src/sd.o
S_UPPER_DEPS += \
./src/fsbl_handoff.d
C_DEPS += \
./src/fsbl_hooks.d \
./src/image_mover.d \
./src/main.d \
./src/md5.d \
./src/nand.d \
./src/nor.d \
./src/pcap.d \
./src/ps7_init.d \
./src/qspi.d \
./src/rsa.d \
./src/sd.d
# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.S
@echo 'Building file: $<'
@echo 'Invoking: ARM v7 gcc compiler'
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
src/%.o: ../src/%.c
@echo 'Building file: $<'
@echo 'Invoking: ARM v7 gcc compiler'
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '
src/ps7_init.o: E:/CALBOARD/z035_mars1k_a1_sc1/calboard_cp_a1/proj_cal/proj_cal.sdk/system_wrapper_hw_platform_0/ps7_init.c
@echo 'Building file: $<'
@echo 'Invoking: ARM v7 gcc compiler'
arm-none-eabi-gcc -Wall -O0 -g3 -I"E:\CALBOARD\z035_mars1k_a1_sc1\calboard_cp_a1\proj_cal\proj_cal.sdk\system_wrapper_hw_platform_0" -c -fmessage-length=0 -MT"$@" -mcpu=cortex-a9 -mfpu=vfpv3 -mfloat-abi=hard -I../../FSBL_bsp/ps7_cortexa9_0/include -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
@echo 'Finished building: $<'
@echo ' '