Lines Matching full:board
11 board/at91cap9adk/dataflash/Makefile | 2 +-
12 board/at91cap9adk/norflash/Makefile | 2 +-
13 board/at91cap9stk/nandflash/Makefile | 2 +-
14 board/at91sam9260ek/dataflash/Makefile | 2 +-
15 board/at91sam9260ek/nandflash/Makefile | 2 +-
16 board/at91sam9261ek/dataflash/Makefile | 2 +-
17 board/at91sam9261ek/nandflash/Makefile | 2 +-
18 board/at91sam9263ek/dataflash/Makefile | 2 +-
19 board/at91sam9263ek/nandflash/Makefile | 2 +-
20 board/at91sam9g10ek/dataflash/Makefile | 2 +-
21 board/at91sam9g10ek/nandflash/Makefile | 2 +-
22 board/at91sam9g20ek/dataflash/Makefile | 2 +-
23 board/at91sam9g20ek/nandflash/Makefile | 2 +-
24 board/at91sam9g45ekes/nandflash/Makefile | 2 +-
25 board/at91sam9m10ekes/dataflash/Makefile | 2 +-
26 board/at91sam9m10ekes/nandflash/Makefile | 2 +-
27 board/at91sam9m10g45ek/dataflash/Makefile | 2 +-
28 board/at91sam9m10g45ek/nandflash/Makefile | 2 +-
29 board/at91sam9rlek/dataflash/Makefile | 2 +-
30 board/at91sam9rlek/nandflash/Makefile | 2 +-
31 board/at91sam9xeek/dataflash/Makefile | 2 +-
32 board/at91sam9xeek/nandflash/Makefile | 2 +-
36 Index: Bootstrap-v1.16/board/at91cap9adk/dataflash/Makefile
38 --- Bootstrap-v1.16.orig/board/at91cap9adk/dataflash/Makefile
39 +++ Bootstrap-v1.16/board/at91cap9adk/dataflash/Makefile
44 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
45 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
46 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
49 Index: Bootstrap-v1.16/board/at91cap9adk/norflash/Makefile
51 --- Bootstrap-v1.16.orig/board/at91cap9adk/norflash/Makefile
52 +++ Bootstrap-v1.16/board/at91cap9adk/norflash/Makefile
57 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
58 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
59 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
62 Index: Bootstrap-v1.16/board/at91cap9stk/nandflash/Makefile
64 --- Bootstrap-v1.16.orig/board/at91cap9stk/nandflash/Makefile
65 +++ Bootstrap-v1.16/board/at91cap9stk/nandflash/Makefile
70 -CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL)
71 +CCFLAGS=-g -mcpu=arm9 -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -fno-exceptions -fno-unwind-table…
72 ASFLAGS=-g -mcpu=arm9 -c -Os -Wall -D$(TARGET) -D$(BOARD) -I$(INCL) -DTOP_OF_MEM=$(TOP_OF_MEMORY)
75 Index: Bootstrap-v1.16/board/at91sam9260ek/dataflash/Makefile
77 --- Bootstrap-v1.16.orig/board/at91sam9260ek/dataflash/Makefile
78 +++ Bootstrap-v1.16/board/at91sam9260ek/dataflash/Makefile
88 Index: Bootstrap-v1.16/board/at91sam9260ek/nandflash/Makefile
90 --- Bootstrap-v1.16.orig/board/at91sam9260ek/nandflash/Makefile
91 +++ Bootstrap-v1.16/board/at91sam9260ek/nandflash/Makefile
101 Index: Bootstrap-v1.16/board/at91sam9261ek/dataflash/Makefile
103 --- Bootstrap-v1.16.orig/board/at91sam9261ek/dataflash/Makefile
104 +++ Bootstrap-v1.16/board/at91sam9261ek/dataflash/Makefile
114 Index: Bootstrap-v1.16/board/at91sam9261ek/nandflash/Makefile
116 --- Bootstrap-v1.16.orig/board/at91sam9261ek/nandflash/Makefile
117 +++ Bootstrap-v1.16/board/at91sam9261ek/nandflash/Makefile
127 Index: Bootstrap-v1.16/board/at91sam9263ek/dataflash/Makefile
129 --- Bootstrap-v1.16.orig/board/at91sam9263ek/dataflash/Makefile
130 +++ Bootstrap-v1.16/board/at91sam9263ek/dataflash/Makefile
140 Index: Bootstrap-v1.16/board/at91sam9263ek/nandflash/Makefile
142 --- Bootstrap-v1.16.orig/board/at91sam9263ek/nandflash/Makefile
143 +++ Bootstrap-v1.16/board/at91sam9263ek/nandflash/Makefile
153 Index: Bootstrap-v1.16/board/at91sam9g10ek/dataflash/Makefile
155 --- Bootstrap-v1.16.orig/board/at91sam9g10ek/dataflash/Makefile
156 +++ Bootstrap-v1.16/board/at91sam9g10ek/dataflash/Makefile
166 Index: Bootstrap-v1.16/board/at91sam9g10ek/nandflash/Makefile
168 --- Bootstrap-v1.16.orig/board/at91sam9g10ek/nandflash/Makefile
169 +++ Bootstrap-v1.16/board/at91sam9g10ek/nandflash/Makefile
179 Index: Bootstrap-v1.16/board/at91sam9g20ek/dataflash/Makefile
181 --- Bootstrap-v1.16.orig/board/at91sam9g20ek/dataflash/Makefile
182 +++ Bootstrap-v1.16/board/at91sam9g20ek/dataflash/Makefile
192 Index: Bootstrap-v1.16/board/at91sam9g20ek/nandflash/Makefile
194 --- Bootstrap-v1.16.orig/board/at91sam9g20ek/nandflash/Makefile
195 +++ Bootstrap-v1.16/board/at91sam9g20ek/nandflash/Makefile
205 Index: Bootstrap-v1.16/board/at91sam9g45ekes/nandflash/Makefile
207 --- Bootstrap-v1.16.orig/board/at91sam9g45ekes/nandflash/Makefile
208 +++ Bootstrap-v1.16/board/at91sam9g45ekes/nandflash/Makefile
218 Index: Bootstrap-v1.16/board/at91sam9m10ekes/dataflash/Makefile
220 --- Bootstrap-v1.16.orig/board/at91sam9m10ekes/dataflash/Makefile
221 +++ Bootstrap-v1.16/board/at91sam9m10ekes/dataflash/Makefile
231 Index: Bootstrap-v1.16/board/at91sam9m10ekes/nandflash/Makefile
233 --- Bootstrap-v1.16.orig/board/at91sam9m10ekes/nandflash/Makefile
234 +++ Bootstrap-v1.16/board/at91sam9m10ekes/nandflash/Makefile
244 Index: Bootstrap-v1.16/board/at91sam9m10g45ek/dataflash/Makefile
246 --- Bootstrap-v1.16.orig/board/at91sam9m10g45ek/dataflash/Makefile
247 +++ Bootstrap-v1.16/board/at91sam9m10g45ek/dataflash/Makefile
257 Index: Bootstrap-v1.16/board/at91sam9m10g45ek/nandflash/Makefile
259 --- Bootstrap-v1.16.orig/board/at91sam9m10g45ek/nandflash/Makefile
260 +++ Bootstrap-v1.16/board/at91sam9m10g45ek/nandflash/Makefile
270 Index: Bootstrap-v1.16/board/at91sam9rlek/dataflash/Makefile
272 --- Bootstrap-v1.16.orig/board/at91sam9rlek/dataflash/Makefile
273 +++ Bootstrap-v1.16/board/at91sam9rlek/dataflash/Makefile
283 Index: Bootstrap-v1.16/board/at91sam9rlek/nandflash/Makefile
285 --- Bootstrap-v1.16.orig/board/at91sam9rlek/nandflash/Makefile
286 +++ Bootstrap-v1.16/board/at91sam9rlek/nandflash/Makefile
296 Index: Bootstrap-v1.16/board/at91sam9xeek/dataflash/Makefile
298 --- Bootstrap-v1.16.orig/board/at91sam9xeek/dataflash/Makefile
299 +++ Bootstrap-v1.16/board/at91sam9xeek/dataflash/Makefile
309 Index: Bootstrap-v1.16/board/at91sam9xeek/nandflash/Makefile
311 --- Bootstrap-v1.16.orig/board/at91sam9xeek/nandflash/Makefile
312 +++ Bootstrap-v1.16/board/at91sam9xeek/nandflash/Makefile