]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/ibl.git/blob - src/make/ibl_c661x/ibl_objs_template.inc
GPIO NAND: Updates to add files for driver
[keystone-rtos/ibl.git] / src / make / ibl_c661x / ibl_objs_template.inc
1 /* ibl_objs_template.inc
2  *
3  * list of oject files tagged with the endian field for replacement during make
4  */
6 ../main/c64x/make/iblmain.ENDIAN_TAG.oc
7 ../device/c64x/make/c661x.ENDIAN_TAG.oc
8 ../device/c64x/make/c661xutil.ENDIAN_TAG.oc
9 ../driver/c64x/make/timer.ENDIAN_TAG.oc
10 ../hw/c64x/make/t64.ENDIAN_TAG.oc
11 ../hw/c64x/make/psc.ENDIAN_TAG.oc
12 ../hw/c64x/make/emif4.ENDIAN_TAG.oc
13 ../device/c64x/make/c64x.ENDIAN_TAG.oa
16 #ifndef EXCLUDE_BIS
17 ../interp/c64x/make/bis.ENDIAN_TAG.oc
18 #endif
20 #ifndef EXCLUDE_COFF
21 ../interp/c64x/make/cload.ENDIAN_TAG.oc
22 ../interp/c64x/make/osal.ENDIAN_TAG.oc
23 #endif
25 #ifndef EXCLUDE_BLOB
26 ../interp/c64x/make/blob.ENDIAN_TAG.oc
27 #endif
29 #ifndef EXCLUDE_ELF
30 ../interp/c64x/make/dload.ENDIAN_TAG.oc
31 ../interp/c64x/make/elfwrap.ENDIAN_TAG.oc
32 ../interp/c64x/make/dlw_client.ENDIAN_TAG.oc
33 ../interp/c64x/make/dload_endian.ENDIAN_TAG.oc
34 ../interp/c64x/make/ArrayList.ENDIAN_TAG.oc
35 #endif
38 #ifndef EXCLUDE_ETH
39 ../ethboot/c64x/make/ethboot.ENDIAN_TAG.oc
40 ../driver/c64x/make/net.ENDIAN_TAG.oc
41 ../driver/c64x/make/arp.ENDIAN_TAG.oc
42 ../driver/c64x/make/ip.ENDIAN_TAG.oc
43 ../driver/c64x/make/udp.ENDIAN_TAG.oc
44 ../driver/c64x/make/stream.ENDIAN_TAG.oc
45 ../driver/c64x/make/bootp.ENDIAN_TAG.oc
46 ../driver/c64x/make/tftp.ENDIAN_TAG.oc
47 ../hw/c64x/make/mdio.ENDIAN_TAG.oc
48 ../hw/c64x/make/cpsw.ENDIAN_TAG.oc
49 ../hw/c64x/make/qm.ENDIAN_TAG.oc
50 ../hw/c64x/make/cpdma.ENDIAN_TAG.oc
51 ../hw/c64x/make/pa.ENDIAN_TAG.oc
52 ../hw/c64x/make/serdes.ENDIAN_TAG.oc
53 ../hw/c64x/make/sgmii.ENDIAN_TAG.oc
54 ../hw/c64x/make/gmacsl.ENDIAN_TAG.oc
55 #endif
58 /* -------------- */
59 #if (!defined(EXCLUDE_NAND_EMIF) || !defined(EXCLUDE_NAND_SPI) || !defined(EXCLUDE_NAND_GPIO)
61 ../nandboot/c64x/make/nandboot.ENDIAN_TAG.oc
62 ../driver/c64x/make/nand.ENDIAN_TAG.oc
63 ../ecc/c64x/make/3byte_ecc.ENDIAN_TAG.oc
65  #ifndef EXCLUDE_NAND_EMIF
66  ../hw/c64x/make/nandemif25.ENDIAN_TAG.oc
67  #endif
69  #ifndef EXCLUDE_NAND_GPIO
70  ../hw/c64x/make/gpio.ENDIAN_TAG.oc
71  ../hw/c64x/make/nandgpio.ENDIAN_TAG.oc
72  #endif
73  
74  #ifndef EXCLUDE_NAND_SPI
75   ../hw/c64x/make/nandspi.ENDIAN_TAG.oc
76  #endif
78 #endif
79 /* -------------- */
83 /* -------------- */
84 #if (!defined(EXCLUDE_NOR_EMIF) || !defined(EXCLUDE_NOR_SPI))
86 ../norboot/c64x/make/norboot.ENDIAN_TAG.oc
87 ../driver/c64x/make/nor.ENDIAN_TAG.oc
88 ../hw/c64x/make/emif25.ENDIAN_TAG.oc
90  #ifndef EXCLUDE_NOR_SPI
91  ../hw/c64x/make/norspi.ENDIAN_TAG.oc
92  #endif
94  #ifndef EXCLUDE_NOR_EMIF
95  ../hw/c64x/make/noremif25.ENDIAN_TAG.oc
96  #endif
98 #endif
99 /* -------------- */
102 #if (!defined(EXCLUDE_NOR_SPI) || !defined(EXCLUDE_NAND_SPI))
103 ../hw/c64x/make/spi.ENDIAN_TAG.oc
104 #endif