# CONFIG_8139TOO is not set CONFIG_ADVANCED=y # CONFIG_AMIGA is not set # CONFIG_APOLLO is not set # CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_SUPPORTS_AOUT=y # CONFIG_ARCH_SUPPORTS_MSI is not set # CONFIG_ATARI is not set # CONFIG_BINFMT_AOUT is not set CONFIG_BITREVERSE=y # CONFIG_BOOTPARAM is not set CONFIG_BOUNCE=y CONFIG_CFV4E=y CONFIG_CLASSIC_RCU=y # CONFIG_COLDFIRE_EDMA is not set # CONFIG_COLDFIRE_WATCHDOG is not set CONFIG_COLDFIRE=y CONFIG_FEC_548x_AUTO_NEGOTIATION=y CONFIG_FEC_548x_ENABLE_FEC2=y CONFIG_FEC_548x=y # CONFIG_GENERIC_CLOCKEVENTS is not set CONFIG_GENERIC_IOMAP=y # CONFIG_GENERIC_TIME is not set # CONFIG_GEN_RTC is not set CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAVE_IDE=y # CONFIG_HAVE_KPROBES is not set # CONFIG_HAVE_KRETPROBES is not set # CONFIG_HAVE_OPROFILE is not set # CONFIG_HP300 is not set CONFIG_HW_RANDOM=y # CONFIG_IDE is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_LEDS_ALIX is not set # CONFIG_M5445X is not set # CONFIG_M5475AFE is not set # CONFIG_M5475BFE is not set # CONFIG_M5475CFE is not set # CONFIG_M5475DFE is not set # CONFIG_M5475EFE is not set # CONFIG_M5475FFE is not set CONFIG_M547X_8X=y # CONFIG_M547X is not set # CONFIG_M5485AFE is not set # CONFIG_M5485BFE is not set CONFIG_M5485CFE=y # CONFIG_M5485DFE is not set # CONFIG_M5485EFE is not set # CONFIG_M5485FFE is not set CONFIG_M548X=y # CONFIG_M68020 is not set # CONFIG_M68030 is not set # CONFIG_M68040 is not set # CONFIG_M68060 is not set # CONFIG_M68KFPU_EMU is not set CONFIG_M68K=y # CONFIG_MAC is not set CONFIG_MCD_DMA=y CONFIG_MCFCLK=200000000 CONFIG_MCF_USER_HALT=y # CONFIG_MEMSTICK is not set CONFIG_MMU_CFV4E=y CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_GEOMETRY is not set # CONFIG_NE2K_PCI is not set CONFIG_NEED_MULTIPLE_NODES=y # CONFIG_NETDEV_1000 is not set # CONFIG_NET_VENDOR_3COM is not set # CONFIG_NO_DMA is not set # CONFIG_NO_IOPORT is not set CONFIG_NOR_FLASH_BASE=0xE0000000 CONFIG_PCI_LEGACY=y # CONFIG_PCIPCWATCHDOG is not set # CONFIG_PROC_HARDWARE is not set # CONFIG_Q40 is not set # CONFIG_R6040 is not set # CONFIG_RMW_INSNS is not set # CONFIG_SCSI_DMA is not set CONFIG_SDRAM_BASE=0x00000000 CONFIG_SDRAM_SIZE=0x04000000 # CONFIG_SERIAL_8250 is not set # CONFIG_SERIAL_COLDFIRE_IRDA is not set CONFIG_SERIAL_COLDFIRE=y # CONFIG_SERIAL_CONSOLE is not set # CONFIG_SERIAL_MCF is not set CONFIG_SINGLE_MEMORY_CHUNK=y CONFIG_SLABINFO=y # CONFIG_SUN3 is not set # CONFIG_SUN3X is not set CONFIG_TIME_LOW_RES=y CONFIG_UID16=y # CONFIG_VGASTATE is not set # CONFIG_VIA_RHINE is not set # CONFIG_VME is not set d7'>root/tools/xenmon/COPYING
blob: 5b6e7c66c276e7610d4a73c70ec1a1f7c1003259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340