blob: e582ced9369d9b7ee8a7e713d5fb5bf0debe1366 [file] [log] [blame]
Wolfgang Denkecbeb282009-01-18 21:37:48 +01001commit 4cda437898f7873752f0201757cd33f12196ce87
2Author: Mike Frysinger <vapier@gentoo.org>
3Date: Sat Jan 17 13:32:42 2009 -0500
4
5 build system: treat all Darwin's alike
6
7 The x86 based version of Darwin behaves the same quirky way as the powerpc
8 Darwin, so only check HOSTOS when setting up Darwin workarounds.
9
10 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11
12commit c088a108c75db565e07292fd668dfa5491e85bc2
13Author: Peter Korsgaard <jacmet@sunsite.dk>
14Date: Wed Jan 14 13:52:24 2009 +0100
15
16 fdt_resize(): fix actualsize calculations with unaligned blobs
17
18 The code in fdt_resize() to extend the fdt size to end on a page boundary
19 is wrong for fdt's not located at an address aligned on a page boundary.
20 What's even worse, the code would make actualsize shrink rather than grow
21 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
22 causing fdt_add_mem_rsv to fail.
23
24 Fix it by aligning end address (blob + size) to a page boundary instead.
25 For aligned fdt's this is equivalent to what we had before.
26
27 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
28
29commit fadad1573fb16c90025f08a2861d6047d093cba7
30Author: Mike Frysinger <vapier@gentoo.org>
31Date: Fri Jan 9 04:38:17 2009 -0500
32
33 ncb: use socklen_t
34
35 The recvfrom() function takes a socklen_t, not an int.
36
37 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
38
39commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
40Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41Date: Sun Jan 11 16:35:16 2009 +0100
42
43 sh: serial: use readx/writex accessors
44
45 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
46 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
47
48commit 9e1fa628bdb64745811cdd26c4f953846c076180
49Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
50Date: Sun Jan 11 16:35:15 2009 +0100
51
52 sh: serial: coding style cleanup
53
54 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
55 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
56
57commit c9935c992575922b7ef13eec0656ed8665d324e3
58Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
59Date: Sun Jan 11 17:48:56 2009 +0900
60
61 sh: Fix compile error on lowlevel_init file
62
63 lowlevel_init of SH was corrected to use the write/readXX macro.
64 However, there was a problem that was not able to be compiled partially.
65 This patch corrected this.
66
67 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
68
69commit a5b04d00bfeb940c62232972ce644d50b45797f9
70Author: Kieran Bingham <kieranbingham@gmail.com>
71Date: Tue Dec 30 01:16:03 2008 +0000
72
73 sh: Fix up rsk7203 target for out of tree build
74
75 Fix up rsk7203 target to build successfully using out-of-tree build.
76
77 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
78 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
79
80commit f7e78f3b74aae9caca2997bad865a72338326c0a
81Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
82Date: Sat Dec 20 19:29:49 2008 +0100
83
84 sh: use write{8,16,32} in all lowlevel_init
85
86 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
87 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
88
89commit e4430779623af500de1cee7892c379f07ef59813
90Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
91Date: Sat Dec 20 19:29:48 2008 +0100
92
93 sh: lowlevel_init coding style cleanup
94
95 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
96 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
97
98commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
99Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
100Date: Sat Dec 20 15:27:45 2008 +0100
101
102 sh: update sh2/sh2a timer coding style
103
104 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
105 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
106
107commit 1e15ff999322e81af4c0c0c548908f38944ba39c
108Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
109Date: Sat Dec 20 15:25:22 2008 +0100
110
111 sh: update sh timer coding style
112
113 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
114 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
115
116commit 0e3ece33801e377be67ffa29f083421ad820f28b
117Author: Wolfgang Denk <wd@denx.de>
118Date: Wed Jan 14 23:26:05 2009 +0100
119
120 Prepare 2009.01-rc2
121
122 Update CHANGELOG.
123
124 Signed-off-by: Wolfgang Denk <wd@denx.de>
125
Wolfgang Denk435988c2009-01-14 23:26:05 +0100126commit e92c9a860e44c14513c8909ce4299e253a775eeb
127Author: Wolfgang Denk <wd@denx.de>
128Date: Wed Jan 14 22:35:30 2009 +0100
129
130 cpu/mpc824x/Makefile: fix warning with parallel builds
131
132 Parallel builds would occasionally issue this build warning:
133
134 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
135
136 Use "ln -sf" as quick work around for the issue.
137
138 Signed-off-by: Wolfgang Denk <wd@denx.de>
139
Wolfgang Denkecbeb282009-01-18 21:37:48 +0100140commit 3ba605d4beec649438539e7df97b5fedb26592fb
141Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
142Date: Fri Jan 2 12:18:49 2009 +0100
143
144 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
145
146 This patch adds esd's loadpci BSP command to CPCI4052 and
147 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
148
149 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
150 Signed-off-by: Stefan Roese <sr@denx.de>
151
152commit 600fe46fb3dab7f07604f9009904f31584415114
153Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
154Date: Fri Jan 2 12:18:12 2009 +0100
155
156 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
157
158 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
159 Signed-off-by: Stefan Roese <sr@denx.de>
160
161commit f6a1f490d224c600a09137e58d1026d150b8e679
162Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
163Date: Fri Jan 2 12:17:36 2009 +0100
164
165 ppc4xx: Cleanup CPCI405 board code
166
167 This patch cleans up CPCI405 board support:
168 - wrap long lines
169 - unification of spaces in function calls
170 - remove dead code
171
172 Use correct io accessors on peripherals.
173
174 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
175 Signed-off-by: Stefan Roese <sr@denx.de>
176
177commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
178Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
179Date: Fri Jan 2 12:16:35 2009 +0100
180
181 ppc4xx: Enable auto RS485 mode on PLU405 boards
182
183 This patch turns on the auto RS485 mode in the 2nd external
184 uart on PLU405 boards. This is a special mode of the used
185 Exar XR16C2850 uart. Because these boards only have a 485 physical
186 layer connected it's a good idea to turn it on by default.
187
188 Signed-off-by: Matthias Fuchs <mf@esd.eu>
189 Signed-off-by: Stefan Roese <sr@denx.de>
190
Wolfgang Denk435988c2009-01-14 23:26:05 +0100191commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
192Author: Haiying Wang <Haiying.Wang@freescale.com>
193Date: Tue Jan 13 16:29:28 2009 -0500
194
195 Some changes of TLB entry setting for MPC8572DS
196
197 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
198 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
199 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
200
201 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
202
203 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
204
205commit 950264317eb9594b2b5ee2fb65206200a1c6007a
206Author: Haiying Wang <Haiying.Wang@freescale.com>
207Date: Tue Jan 13 16:29:22 2009 -0500
208
209 Change DDR tlb start entry to CONFIG param for 85xx
210
211 So that we can locate the DDR tlb start entry to the value other than 8. By
212 default, it is still 8.
213
214 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
215
216commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
217Author: Roy Zang <tie-fei.zang@freescale.com>
218Date: Fri Jan 9 16:02:35 2009 +0800
219
220 Change PCIE1&2 deciide logic on MPC8544DS board more readable
221
222 The IO port selection for MPC8544DS board:
223 Port cfg_io_ports
224 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
225 PCIE2 0x4, 0x5, 0x6, 0x7
226 PCIE3 0x6, 0x7
227 This patch changes the PCIE12 and PCIE2 logic more readable.
228 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
229
230commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
231Author: Roy Zang <tie-fei.zang@freescale.com>
232Date: Fri Jan 9 16:01:52 2009 +0800
233
234 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
235
236 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
237 PCIE1 bit.
238 On MPC8572DS board, PCIE refers to PCIE1.
239 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
240
241commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
242Author: Roy Zang <tie-fei.zang@freescale.com>
243Date: Fri Jan 9 16:00:55 2009 +0800
244
245 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
246
247 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
248 This patch fixes this issue.
249 For MPC8572
250 Port cfg_io_ports
251 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
252 PCIE2 0x3, 0x7
253 PCIE3 0x7
254
255 For MPC8544
256 Port cfg_io_ports
257 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
258 PCIE2 0x4, 0x5, 0x6, 0x7
259 PCIE3 0x6, 0x7
260 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
261
262commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
263Author: Becky Bruce <beckyb@kernel.crashing.org>
264Date: Wed Dec 3 22:36:44 2008 -0600
265
266 mpc8610hpcd: Fix PCI mapping concepts
267
268 Rename _BASE to _BUS, as it's actually a PCI bus address,
269 separate virtual and physical addresses into _VIRT and _PHYS,
270 and use each appopriately. This makes the code easier to read
271 and understand, and facilitates mapping changes going forward.
272
273 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
274
275commit 79e436cad3b4a7db88408c3f05175028f30d700d
276Author: Becky Bruce <beckyb@kernel.crashing.org>
277Date: Wed Dec 3 22:36:26 2008 -0600
278
279 sbc8641d: Fix PCI mapping concepts
280
281 Rename _BASE to _BUS, as it's actually a PCI bus address,
282 separate virtual and physical addresses into _VIRT and _PHYS,
283 and use each appopriately. This makes the code easier to read
284 and understand, and facilitates mapping changes going forward.
285
286 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
287
288commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
289Author: Wolfgang Denk <wd@denx.de>
290Date: Mon Jan 12 14:50:35 2009 +0100
291
292 MPC86xx: fix build warnings
293
294 Signed-off-by: Wolfgang Denk <wd@denx.de>
295
296commit 032a1c934ef4dc003281f57302b6e693062c1868
297Author: Mike Frysinger <vapier@gentoo.org>
298Date: Mon Jan 5 16:09:44 2009 -0500
299
300 bf537-stamp/nand: fix board_nand_init prototype
301
302 The board_nand_init() function should return an int, not void.
303
304 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
305
306commit 687f952e4119594ab913be11c90f7f018c2a7a79
307Author: Mike Frysinger <vapier@gentoo.org>
308Date: Thu Dec 11 07:04:48 2008 -0500
309
310 Blackfin: drop CONFIG_SPI handling in board init
311
312 The eeprom SPI init functions are duplicated as the common code already
313 executes these for us.
314
315 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
316
317commit e7e684b10d73a303902208594c7c3e7e0d753282
318Author: Mike Frysinger <vapier@gentoo.org>
319Date: Fri Oct 24 17:51:57 2008 -0400
320
321 Blackfin: fix out-of-tree building with ldscripts
322
323 Many of the Blackfin board linker scripts are preprocessed, so make sure we
324 output the linker script into the build tree rather than the source tree.
325
326 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
327
328commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
329Author: Mike Frysinger <vapier@gentoo.org>
330Date: Fri Oct 24 17:48:54 2008 -0400
331
332 Blackfin: fix linker scripts to work with --gc-sections
333
334 Make sure all .text sections get pulled in and the entry point is properly
335 referenced so they don't get discarded when linking with --gc-sections.
336
337 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
338
339commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
340Author: Mike Frysinger <vapier@gentoo.org>
341Date: Sat Oct 11 20:45:44 2008 -0400
342
343 Blackfin: set proper LDRFLAGS for parallel booting LDRs
344
345 In order to boot an LDR out of parallel flash, the ldr utility needs a few
346 flags to tell it to generate the right header.
347
348 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
349
350commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
351Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
352Date: Tue Jan 6 21:41:59 2009 +0100
353
354 at91rm9200: move define from lowlevel_init to header
355
356 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
357
358commit 8a48686fac2030287765f1970ea046bd5734b733
359Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
360Date: Sat Jan 3 17:22:26 2009 +0100
361
362 m501sk: move to the common memory setup
363
364 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
365
366commit d481c80d78f954133c035dae6c7d22de3625795d
367Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
368Date: Sat Jan 3 17:22:25 2009 +0100
369
370 at91rm9200: rename lowlevel init value to CONFIG_SYS_
371
372 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
373
374commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
375Author: Nicolas Ferre <nicolas.ferre@atmel.com>
376Date: Tue Jan 6 21:13:14 2009 +0100
377
378 at91: add at91sam9xeek board support
379
380 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
381 it as another entry for at91sam9260 in the Makefile.
382
383 Check documentation at :
384 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
385
386 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
387 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
388
389commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
390Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
391Date: Tue Jan 6 21:15:57 2009 +0100
392
393 fix bmp_logo.h make dependencies to allow parallel build
394
395 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
396
397commit e12d9a8fb48d24176efffccc072b445e60a3afe4
398Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
399Date: Sat Jan 3 17:22:24 2009 +0100
400
401 at91: Fix Atmel's at91sam9 boards out of tree build
402
403 introduced in commit 89a7a87f084c
404
405 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
406
407commit 0668236bafaa1c11c521652a2facebc74beecbf0
408Author: Wolfgang Denk <wd@denx.de>
409Date: Tue Dec 30 22:56:11 2008 +0100
410
411 README: update mailing list name and hits to patch submission.
412
413 Signed-off-by: Wolfgang Denk <wd@denx.de>
414
415commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
416Author: Peter Tyser <ptyser@xes-inc.com>
417Date: Tue Dec 23 16:32:01 2008 -0600
418
419 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
420
421 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
422
423commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
424Author: Peter Tyser <ptyser@xes-inc.com>
425Date: Tue Dec 23 16:32:00 2008 -0600
426
427 XPedite5200 board support cleanup
428
429 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
430
431commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
432Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
433Date: Tue Dec 2 21:58:04 2008 +0100
434
435 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
436
437 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
438 Signed-off-by: Remy Böhmer <linux@bohmer.net>
439
440commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
441Author: Trent Piepho <tpiepho@freescale.com>
442Date: Wed Dec 3 15:16:37 2008 -0800
443
444 mpc8[56]xx: Put localbus clock in sysinfo and gd
445
446 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
447 and print it out, but don't save it.
448
449 This changes where its calculated and stored to be more consistent with the
450 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
451
452 The localbus frequency is added to sysinfo and calculated when sysinfo is
453 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
454
455 get_clocks() copies the frequency into the global data, as the other
456 frequencies are, into a new field that is only enabled for MPC85xx and
457 MPC86xx.
458
459 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
460 from sysinfo, like the other frequencies, instead of calculating it on the
461 spot.
462
463 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
464 Acked-by: Kumar Gala <galak@kernel.crashing.org>
465 Acked-by: Jon Loeliger <jdl@freescale.com>
466
467commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
468Author: Trent Piepho <tpiepho@freescale.com>
469Date: Wed Dec 3 15:16:36 2008 -0800
470
471 mpc86xx: Double local bus clock divider
472
473 The local bus clock divider should be doubled for both 8610 and 8641.
474
475 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
476 Acked-by: Kumar Gala <galak@kernel.crashing.org>
477 Acked-by: Jon Loeliger <jdl@freescale.com>
478
479commit 446c381e3e16f19857b72ea0d06241267b8b9d58
480Author: Trent Piepho <tpiepho@freescale.com>
481Date: Wed Dec 3 15:16:35 2008 -0800
482
483 mpc8568: Double local bus clock divider
484
485 The clock divider for the MPC8568 local bus should be doubled, like the
486 other newer MPC85xx chips.
487
488 Since there are now more chips with a 2x divider than a 1x, and any new
489 85xx chips will probably be 2x, invert the sense of the #if so that it
490 lists the 1x chips instead of the 2x ones.
491
492 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
493 Acked-by: Kumar Gala <galak@kernel.crashing.org>
494 Acked-by: Jon Loeliger <jdl@freescale.com>
495
496commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
497Author: Dave Liu <daveliu@freescale.com>
498Date: Tue Dec 16 12:09:27 2008 +0800
499
500 85xx: Fix the boot window issue
501
502 If one custom board is using the 8MB flash, it is set
503 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
504 The current start.S code will be broken at switch_as.
505
506 It is because the TLB1[15] is set as 16MB page size,
507 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
508
509 For the 8MB flash case, the EPN = 0xefxxxxxx,
510 RPN = 0xffxxxxxx. Assume the virt address of switch_as
511 is 0xef7ff18c, the real address of the instruction at
512 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
513 of the range of the default 8MB boot LAW window
514 0xff800000 - 0xffffffff.
515
516 So when we switch to AS1 address space at switch_as,
517 the core can't fetch the instruction at switch_as any
518 more. It will cause broken issue.
519
520 Signed-off-by: Dave Liu <daveliu@freescale.com>
521
522commit 58da8890d5fbd074746037722a423de9ac408616
523Author: Paul Gortmaker <paul.gortmaker@windriver.com>
524Date: Thu Dec 11 15:47:50 2008 -0500
525
526 sbc8548: use proper PHY address
527
528 The values given for the PHY address were wrong, so the code
529 read no valid PHY ID, and fell through to the generic PHY
530 support, which would work on 1000M but would not auto negotiate
531 down to 100M or 10M.
532
533 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
534
535commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
536Author: Paul Gortmaker <paul.gortmaker@windriver.com>
537Date: Thu Dec 11 15:47:51 2008 -0500
538
539 sbc8548: enable command line editing by default.
540
541 Lets make things a bit more user friendly. It isn't 1985 anymore.
542
543 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
544
545commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
546Author: Paul Gortmaker <paul.gortmaker@windriver.com>
547Date: Thu Dec 11 15:47:49 2008 -0500
548
549 sbc8548: don't enable the 3rd and 4th eTSEC
550
551 These interfaces don't have usable connectors on the board, so don't
552 bother enumerating or configuring them.
553
554 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
555
556commit 181a3650113883728927928b3ac81ad6dade4b2c
557Author: Haiying Wang <Haiying.Wang@freescale.com>
558Date: Wed Dec 3 10:08:19 2008 -0500
559
560 Set IVPR to kenrel entry point in second core boot page
561
562 Assuming the OSes exception vectors start from the base of kernel address, and
563 the kernel physical starting address can be relocated to an non-zero address.
564 This patch enables the second core to have a valid IVPR for debugger before
565 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
566 value for second core which runs kernel at different physical address other
567 than 0x0.
568
569 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
570
571commit a5d212a263c58cc746481bf1fc878510533ce7d6
572Author: Trent Piepho <tpiepho@freescale.com>
573Date: Wed Dec 3 15:16:34 2008 -0800
574
575 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
576
577 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
578 instead of four.
579
580 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
581 should be safe as the fifth bit was defined as reserved and set to 0.
582
583 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
584
585 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
586 Acked-by: Kumar Gala <galak@kernel.crashing.org>
587 Acked-by: Jon Loeliger <jdl@freescale.com>
588
589commit 58ec4866ed916c7e422f5107bb27b0822084728e
590Author: Trent Piepho <tpiepho@freescale.com>
591Date: Wed Dec 3 15:16:38 2008 -0800
592
593 mpc8[56]xx: Put localbus clock in device tree
594
595 Export the localbus frequency in the device tree, the same way the CPU, TB,
596 CCB, and various other frequencies are exported in their respective device
597 tree nodes.
598
599 Some localbus devices need this information to be programed correctly, so
600 it makes sense to export it along with the other frequencies.
601
602 Unfortunately, when someone wrote the localbus dts bindings, they didn't
603 bother to define what the "compatible" property should be. So it seems no
604 one was quite sure what to put in their dts files.
605
606 Based on current existing dts files in the kernel source, I've used
607 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
608 of the 85xx devices, and are looked for by the Linux code. The eLBC is
609 apparently not entirely backward compatible with the pq3 LBC and so eLBC
610 equipped platforms like 8572 won't use pq3-localbus.
611
612 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
613 and is also looked for by the Linux code. On MPC8641, I've also used
614 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
615 which don't use "fsl,elbc" or any other acceptable name to match on.
616
617 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
618 Acked-by: Kumar Gala <galak@kernel.crashing.org>
619 Acked-by: Jon Loeliger <jdl@freescale.com>
620
621commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
622Author: Kumar Gala <galak@kernel.crashing.org>
623Date: Tue Dec 16 14:59:22 2008 -0600
624
625 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
626
627 The current code that determines which bank/chipselect is used for a
628 given NAND instance only worked for 32-bit addresses and assumed
629 a 1:1 mapping. This breaks in 36-bit physical configs.
630
631 The proper way to handle this is to use the virt_to_phys() and
632 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
633 with the the virtual address the NAND code uses.
634
635 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
636 Acked-by: Scott Wood <scottwood@freescale.com>
637
638commit 77c8115b1f1871811633eae77a5a700fac1f0e50
639Author: Kumar Gala <galak@kernel.crashing.org>
640Date: Tue Dec 16 14:59:21 2008 -0600
641
642 ppc: Use addrmap in virt_to_phys and map_physmem.
643
644 If we have addr map support enabled use the mapping functions to
645 implement virt_to_phys() and map_physmem().
646
647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
648
649commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
650Author: Kumar Gala <galak@kernel.crashing.org>
651Date: Tue Dec 16 14:59:20 2008 -0600
652
653 85xx: Add support to populate addr map based on TLB settings
654
655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
656
657commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
658Author: Peter Tyser <ptyser@xes-inc.com>
659Date: Mon Dec 1 13:47:13 2008 -0600
660
661 XPedite5200 board support
662
663 Initial support for Extreme Engineering Solutions XPedite5200 -
664 a MPC8548-based PMC single board computer.
665
666 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
667
668commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
669Author: Peter Tyser <ptyser@xes-inc.com>
670Date: Wed Oct 29 12:39:27 2008 -0500
671
672 85xx: Enable inbound PCI config cycles for X-ES boards
673
674 Update X-ES Freescale boards to allow inbound PCI configuration
675 cycles when configured as agent/endpoint.
676
677 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
678
679commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
680Author: Peter Tyser <ptyser@xes-inc.com>
681Date: Wed Dec 17 16:36:23 2008 -0600
682
683 XPedite5370 board support
684
685 Initial support for Extreme Engineering Solutions XPedite5370 -
686 a MPC8572-based 3U VPX single board computer with a PMC/XMC
687 site.
688
689 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
690
691commit e92739d34e2d6b6aca93b2598248210710897ce8
692Author: Peter Tyser <ptyser@xes-inc.com>
693Date: Wed Dec 17 16:36:21 2008 -0600
694
695 Add support for PCA953x I2C gpio devices
696
697 Initial support for NXP's 4 and 8 bit I2C gpio expanders
698 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
699 enables support for the devices while the CONFIG_CMD_PCA953X
700 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
701 define enables an 'info' sub-command which provides summary
702 information for the given pca953x device.
703
704 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
705
706commit 7a8979591171676417ab36852d8811a8c46accd8
707Author: Peter Tyser <ptyser@xes-inc.com>
708Date: Wed Oct 29 12:39:26 2008 -0500
709
710 pci/fsl_pci_init: Enable inbound PCI config cycles
711
712 Add fsl_pci_config_unlock() function to enable a
713 PCI/PCIe interface configured in agent/endpoint mode to
714 respond to inbound PCI configuration cycles.
715
716 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
717
718commit b616f2b545f73757669b37386f0b37bb61fc6797
719Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
720Date: Mon Sep 8 22:27:18 2008 +0200
721
722 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
723
724 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
725 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
726
727commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
728Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
729Date: Tue Dec 16 22:10:31 2008 +0100
730
731 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
732
733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
734 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
735
736commit 13095b2f07dacb1f863772266c1789d47a523a8a
737Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
738Date: Tue Dec 16 22:10:30 2008 +0100
739
740 MIPS: qemu_mips: move env storage just after u-boot
741
742 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
743 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
744
745commit aced78d852d0b009e8aaa1445af8cb40861ee549
746Author: Wolfgang Denk <wd@denx.de>
747Date: Tue Dec 16 23:48:27 2008 +0100
748
749 Prepare 2009.01-rc1
750
751 Signed-off-by: Wolfgang Denk <wd@denx.de>
752
Wolfgang Denkac49a022008-12-16 23:48:27 +0100753commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
754Author: Wolfgang Denk <wd@denx.de>
755Date: Tue Dec 16 23:13:46 2008 +0100
756
757 include/configs/at91cap9adk.h: fix typo.
758
759 Signed-off-by: Wolfgang Denk <wd@denx.de>
760
761commit 45ca04f2377361593151d2d4da51f8ba4832d233
762Author: Wolfgang Denk <wd@denx.de>
763Date: Tue Dec 16 22:32:25 2008 +0100
764
765 board/trab/memory.c: Fix compile problems.
766
767 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
768
769 Actually we'd need a major cleanup here - as it turns out,
770 board/trab/memory.c is more or less a verbatim copy of
771 post/drivers/memory.c ... but then, trab is EOL anyway,r
772 so this is not worth the effort.
773
774 Signed-off-by: Wolfgang Denk <wd@denx.de>
775
Wolfgang Denk435988c2009-01-14 23:26:05 +0100776commit ff49ea8977b56916edd5b1766d9939010e30b181
777Author: Scott Wood <scottwood@freescale.com>
778Date: Tue Dec 16 14:24:16 2008 -0600
779
780 NAND: Mark the BBT as scanned prior to calling scan_bbt.
781
782 Otherwise, recursion can occur if scan_bbt does not find a bad block
783 table, and tries to write one, and the attempt to erase the BBT area
784 causes a bad block check.
785
786 Signed-off-by: Scott Wood <scottwood@freescale.com>
787
Wolfgang Denkac49a022008-12-16 23:48:27 +0100788commit 584eedab66d0828f2d571a24b10526c4e65f547b
789Author: Ilya Yanok <yanok@emcraft.com>
790Date: Thu Dec 11 05:51:57 2008 +0300
791
792 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
793
794 Include <linux/mtd/compat.h> header for min_t definition instead of
795 providing our own one. Removes warnings in case of OneNAND support
796 enabled.
797
798 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
799 just for min_t...
800
801 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
802 Acked-by: Stefan Roese <sr@denx.de>
803
804commit b1ffecec37b57a59c139042267faac458e5324e9
805Author: Becky Bruce <beckyb@kernel.crashing.org>
806Date: Wed Dec 3 23:04:37 2008 -0600
807
808 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
809
810 Casting a pointer to a phys_addr_t when it's an unsigned long long
811 on a 32-bit system without first casting to a non-pointer type
812 generates a compiler warning. Fix this.
813
814 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
815
816commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
817Author: Wolfgang Denk <wd@denx.de>
818Date: Tue Dec 16 16:22:50 2008 +0100
819
820 trab: make trab_fkt standalone code independent of libgcc
821
822 Use our own local functions in lib_arm/ instead.
823
824 Signed-off-by: Wolfgang Denk <wd@denx.de>
825
826commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
827Author: Wolfgang Denk <wd@denx.de>
828Date: Tue Dec 16 14:44:06 2008 +0100
829
830 post/Makefile: fix dependency problem with parallel builds
831
832 Parallel builds (using "make -jN") would occasionally fail with error
833 messages like
834 ppc_4xxFP-objdump: string.o: File format not recognized
835 or
836 post/libpost.a(cpu.o): In function `cpu_post_test':
837 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
838 or similar. We now make sure to run the 'postdeps" step before
839 attempting to build the specific POST libraries.
840
841 Signed-off-by: Wolfgang Denk <wd@denx.de>
842
843commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
844Author: Wolfgang Denk <wd@denx.de>
845Date: Tue Dec 16 14:41:02 2008 +0100
846
847 Makefile: fix dependency problem with parallel builds
848
849 Parallel builds (using "make -jN") would occasionally fail with error
850 messages like
851 include/autoconf.mk:212: *** missing separator. Stop.
852 Line numbers and affected boards were changing. Obviously some
853 Makefiles included autoconf.mk while it was still being written to.
854 As a fix, we now write to a temporary file first and then rename it,
855 so that it is really ready to use as soon as it appears.
856
857 Signed-off-by: Wolfgang Denk <wd@denx.de>
858
859commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
860Author: Wolfgang Denk <wd@denx.de>
861Date: Tue Dec 16 01:02:17 2008 +0100
862
863 Coding style cleanup, update CHANGELOG.
864
865 Signed-off-by: Wolfgang Denk <wd@denx.de>
866
Wolfgang Denk55334c72008-12-16 01:02:17 +0100867commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
868Author: Mike Frysinger <vapier@gentoo.org>
869Date: Thu Dec 11 18:39:08 2008 -0500
870
871 spi/stmicro: fix debug() display of cmd
872
873 The stmicro_wait_ready() func tries to show the actual opcode that was sent
874 to the device, but instead it displays the array pointer. Fix it to pull
875 out the opcode from the start of the array.
876
877 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
878
879commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
880Author: Mike Frysinger <vapier@gentoo.org>
881Date: Thu Dec 11 06:23:37 2008 -0500
882
883 env_sf: support embedded environments
884
885 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
886 size is larger than the env size, then it means the env is embedded in a
887 block. So we have to save/restore the part of the sector which is not the
888 environment. Previously, saving the environment in SPI flash in this
889 setup would probably brick the board as the rest of the sector tends to
890 contain actual U-Boot data/code.
891
892 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
893 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
894
895commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
896Author: Timur Tabi <timur@freescale.com>
897Date: Wed Dec 3 11:28:30 2008 -0600
898
899 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
900
901 All implementations of the functions i2c_reg_read() and
902 i2c_reg_write() are identical. We can save space and simplify the
903 code by converting these functions into inlines and putting them in
904 i2c.h.
905
906 Signed-off-by: Timur Tabi <timur@freescale.com>
907 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
908
909commit e39cd81c44740d7355d277ed3d38536cbe1e003d
910Author: Dave Liu <daveliu@freescale.com>
911Date: Fri Dec 5 15:36:14 2008 +0800
912
913 lib_ppc: rework the flush_cache
914
915 - It is possible to miss flush/invalidate the last
916 cache line, we fix it at here.
917 - add the volatile and memory clobber.
918
919 They are pointed by Scott Wood.
920
921 Signed-off-by: Dave Liu <daveliu@freescale.com>
922
923commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
924Author: Kumar Gala <galak@kernel.crashing.org>
925Date: Sat Dec 13 17:20:28 2008 -0600
926
927 Introduce addr_map library
928
929 Add a library that helps in translating between virtual and physical
930 addresses. This library can be useful as a simple means to implement
931 map_physmem() and virt_to_phys() for platforms that need functionality
932 beyond the simple 1:1 mapping.
933
934 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
935
936commit 65e43a10631537dcb92c302d36301a12308216c3
937Author: Kumar Gala <galak@kernel.crashing.org>
938Date: Sat Dec 13 17:20:27 2008 -0600
939
940 Introduce virt_to_phys()
941
942 virt_to_phys() returns the physical address given a virtual. In most
943 cases this will be just the input value as the vast majority of
944 systems run in a 1:1 mode.
945
946 However in systems that are not running this way it should report the
947 physical address or ~0 if no mapping exists for the given virtual
948 address.
949
950 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
951
952commit 45845301af3de8675c1f7bbc815c6de35452605a
953Author: Yuri Tikhonov <yur@emcraft.com>
954Date: Sun Dec 7 22:12:50 2008 +0100
955
956 POST Make: fix the sub-dir dependencies missing.
957
958 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
959
960commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
961Author: Martin Michlmayr <tbm@cyrius.com>
962Date: Wed Aug 6 14:44:05 2008 +0300
963
964 Fix a typo in fw_env.config
965
966 Reported-by: Martin Michlmayr <tbm@cyrius.com>
967 Signed-off-by: Wolfgang Denk <wd@denx.de>
968
969commit ba490b7761c62b549c222a9723e532dc801a3899
970Author: Peter Tyser <ptyser@xes-inc.com>
971Date: Mon Dec 1 16:22:45 2008 -0600
972
973 Remove unused CONFIG_ADDR_STREAMING defines
974
975 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
976
977commit d16da93430520d3e46c1ab52eedacf36ab7a2311
978Author: Peter Tyser <ptyser@xes-inc.com>
979Date: Mon Nov 24 11:54:47 2008 -0600
980
981 cmd_mem: Remove unused variable
982
983 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
984
985commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
987Date: Sun Dec 14 10:29:39 2008 +0100
988
989 Fix new found CFG_
990
991 Also fix some minor typos.
992
993 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
994 Signed-off-by: Wolfgang Denk <wd@denx.de>
995
996commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
997Author: Sergei Poselenov <sposelenov@emcraft.com>
998Date: Fri Sep 19 12:07:34 2008 +0200
999
1000 Remove compiler warning: target CPU does not support interworking
1001
1002 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
1003
1004 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
1005 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
1006
1007commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
1008Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1009Date: Mon Nov 24 13:33:51 2008 +0100
1010
1011 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
1012
1013 FDT support is used for both FIT style images and for architectures
1014 that can pass a fdt blob to an OS (ppc, m68k, sparc).
1015
1016 For other architectures and boards which do not pass a fdt blob to an
1017 OS but want to use the new uImage format, we just need FIT support.
1018
1019 Now we can have the 4 following configurations :
1020
1021 1) FIT only CONFIG_FIT
1022 2) fdt blob only CONFIG_OF_LIBFDT
1023 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
1024 4) none none
1025
1026 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1027
1028commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
1029Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1030Date: Wed Dec 10 15:13:32 2008 +0100
1031
1032 ppc4xx: Disable EEPROM write access on PMC440 boards
1033
1034 This patch disables EEPROM wrtie access by default on PMC440 board.
1035
1036 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1037
1038commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
1039Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1040Date: Wed Dec 10 15:12:56 2008 +0100
1041
1042 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
1043
1044 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1045
1046commit 71fa0714fe5134bc8718c38d5261d267e88582ba
1047Author: Stefan Roese <sr@denx.de>
1048Date: Tue Nov 18 16:36:12 2008 +0100
1049
1050 MIPS: Flush data cache upon relocation
1051
1052 This patch now adds a flush to the data cache upon relocation. The
1053 current implementation is missing this. Only a comment states that it
1054 should be done. So let's really do it now.
1055
1056 Signed-off-by: Stefan Roese <sr@denx.de>
1057 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1058
1059commit 44174343688dba32571a34550dba08971c65fef1
1060Author: Stefan Roese <sr@denx.de>
1061Date: Tue Nov 18 16:36:22 2008 +0100
1062
1063 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
1064
1065 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
1066 enables support for boards where the lowlevel initialization is
1067 already done when U-Boot runs (e.g. via OnChip ROM).
1068
1069 This will be used in the upcoming VCTH board support.
1070
1071 Signed-off-by: Stefan Roese <sr@denx.de>
1072 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1073
1074commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
1075Author: Stefan Roese <sr@denx.de>
1076Date: Wed Nov 12 13:18:02 2008 +0100
1077
1078 MIPS: Add board_early_init_f() to init_sequence
1079
1080 This patch adds the board_early_init_f() call to the MIPS init
1081 sequence. A weak dummy implementation is also added which can be
1082 overridden by a board specific version.
1083
1084 This will be used by the upcoming VCTH board support.
1085
1086 Signed-off-by: Stefan Roese <sr@denx.de>
1087 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1088
1089commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
1090Author: Stefan Roese <sr@denx.de>
1091Date: Wed Nov 12 13:18:19 2008 +0100
1092
1093 MIPS: Add onenand_init() to board.c and move nand_init()
1094
1095 This patch adds a call to onenand_init() for OneNAND support and moves
1096 the nand_init() call to an earlier place, so that the environment can
1097 be used from NAND and OneNAND.
1098
1099 Signed-off-by: Stefan Roese <sr@denx.de>
1100 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1101
1102commit d8bbc51c7ba9b737a20984333d19fe28a3526431
1103Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1104Date: Tue Dec 9 11:32:46 2008 +0900
1105
1106 sh: Update sh2/sh2a timer
1107
1108 Renesas SH2/SH2A timer broken.
1109 This patch fix timer function.
1110
1111 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1112 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1113
1114commit a319f1496210117b73198e3d889ffffaf6825d00
1115Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1116Date: Fri Dec 5 07:27:37 2008 +0100
1117
1118 sh: r2dplus fix register access
1119
1120 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1121 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1122
1123commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
1124Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1125Date: Tue Dec 2 07:40:03 2008 +0100
1126
1127 sh: r2dplus/lowlevel_init: coding style fix
1128
1129 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1130 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1131
1132commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
1133Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1134Date: Tue Nov 25 11:05:19 2008 +0900
1135
1136 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
1137
1138 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
1139 CACHE_OC_WAY_SHIFT every CPU.
1140 This patch corrects these values.
1141
1142 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1143 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1144
1145commit e9d5f35497885b3c65d494d09a525d443dcccd3b
1146Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1147Date: Thu Nov 20 16:44:42 2008 +0900
1148
1149 sh: Update sh timer function
1150
1151 Change to write/readX function and fix timer problem.
1152
1153 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1154 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1155
1156commit b81786cff476c41e332eaeb679158f6527cd67d4
1157Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1158Date: Tue Nov 4 11:58:58 2008 +0900
1159
1160 sh: Migo-R: Update BSC value
1161
1162 A value of BSC CS4 was wrong, Fixed it.
1163
1164 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1165 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1166
1167commit 5783758fd260a02f44566ad8f29f899565cd0403
1168Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1169Date: Mon Nov 17 16:52:09 2008 +0900
1170
1171 sh: Update ms7722se board config
1172
1173 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1174 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1175
1176commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
1177Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1178Date: Mon Nov 17 16:53:09 2008 +0900
1179
1180 sh: Update SuperH serial driver
1181
1182 The address of SCFSR register is wrong at SH7720/SH7721.
1183 This patch fix this.
1184
1185 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1186 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1187
1188commit 9a1d3557dcd47365c12eeab584b822e57d994352
1189Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1190Date: Tue Nov 11 22:20:15 2008 +0100
1191
1192 sh: fix rsk7203 and MigoR out of tree build
1193
1194 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1195 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1196
1197commit 1951f847f0a851853871b613ad7cf21a5242226c
1198Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1199Date: Wed Dec 10 14:41:25 2008 +0100
1200
1201 ppc4xx: Update TEXT_BASE for CPCI405 boards
1202
1203 This patch fixes building U-Boot for CPCI405 boards.
1204
1205 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
1206 Signed-off-by: Stefan Roese <sr@denx.de>
1207
1208commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
1209Author: Stefan Roese <sr@denx.de>
1210Date: Tue Dec 9 20:08:01 2008 +0100
1211
1212 ppc4xx: Remove some features from ALPR to fit into 256k again
1213
1214 Signed-off-by: Stefan Roese <sr@denx.de>
1215
1216commit 3b089e4f889a2902449d55e081c886ae607cae89
1217Author: Stefan Roese <sr@denx.de>
1218Date: Wed Dec 10 10:32:59 2008 +0100
1219
1220 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
1221
1222 With this patch we set the type back to NONE upon failing UBI partition
1223 initialization. Otherwise further calls to the UBI subsystem would try
1224 to really access the non-existing UBI partition.
1225
1226 Thanks to Michael Lawnick for pointing this out.
1227
1228 Signed-off-by: Stefan Roese <sr@denx.de>
1229
1230commit 817329351639a8895cd9b87b33aeff043f3d5a44
1231Author: Stefan Roese <sr@denx.de>
1232Date: Wed Dec 10 10:28:33 2008 +0100
1233
1234 UBI: Return -ENOMEM upon failing malloc
1235
1236 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
1237 failing malloc().
1238
1239 Signed-off-by: Stefan Roese <sr@denx.de>
1240
1241commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
1242Author: Ben Warren <biggerbadderben@gmail.com>
1243Date: Tue Dec 9 23:34:15 2008 -0800
1244
1245 Fix compile error in building MBX860T.
1246
1247 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1248
1249commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
1250Author: Michal Simek <monstr@monstr.eu>
1251Date: Tue Nov 25 11:42:20 2008 +0100
1252
1253 microblaze: Remove XUPV2P board
1254
1255 ---
1256
1257 Microblaze platforms use generic settings and to have
1258 many platforms is confusing that's why I decided to remove this
1259 platform from U-BOOT. ml401 tree is sufficient for covering
1260 all Microblaze platforms.
1261
1262 This change will go through microblaze custodian tree.
1263
1264commit 99ba6f353582720defff6e6e6761dc455a207d31
1265Author: Michal Simek <monstr@monstr.eu>
1266Date: Mon Nov 24 18:25:41 2008 +0100
1267
1268 microblaze: Remove CONFIG_LIBFDT due to error in common files
1269
1270commit e7d591e823a991513833af7030468409e25a3b13
1271Author: Michal Simek <monstr@monstr.eu>
1272Date: Mon Nov 24 11:43:00 2008 +0100
1273
1274 microblaze: Fix ml401 uart16550 setting
1275
1276 Signed-off-by: Michal Simek <monstr@monstr.eu>
1277
1278commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
1279Author: Michal Simek <monstr@monstr.eu>
1280Date: Mon Nov 24 11:38:22 2008 +0100
1281
1282 microblaze: Set up relocation is done
1283
1284commit bcb6dd9187d4b23c748704767bd12d20c829e996
1285Author: Mike Frysinger <vapier@gentoo.org>
1286Date: Tue Dec 9 23:20:31 2008 -0500
1287
1288 tools/netconsole: new script for working with netconsole over UDP
1289
1290 While the doc/README.NetConsole does have a snippet for people to
1291 create their own netcat script, it's a lot easier to make a simple
1292 dedicated script and tell people to use it.
1293
1294 Also spruce it up a bit to make it user friendly.
1295
1296 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1297
1298commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
1299Author: Sonic Zhang <Sonic.Zhang@analog.com>
1300Date: Tue Dec 9 23:20:18 2008 -0500
1301
1302 fs/fat: handle FAT on SATA
1303
1304 The FAT file system driver should also handle FAT on SATA devices.
1305
1306 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
1307 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1308
1309commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
1310Author: Jerry Van Baren <gvb.uboot@gmail.com>
1311Date: Mon Nov 24 08:15:02 2008 -0500
1312
1313 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
1314
1315 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
1316 following warnings from FDT:
1317
1318 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
1319 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
1320
1321 Fix: Protect the definition of uintptr_t when compiling on the host
1322 system.
1323
1324 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
1325
1326commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
1327Author: Graeme Russ <graeme.russ@gmail.com>
1328Date: Sat Nov 22 08:43:29 2008 +1100
1329
1330 Moved sc520 PCI definitions to stand-alone file
1331
1332 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
1333
1334commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
1335Author: Graeme Russ <graeme.russ@gmail.com>
1336Date: Sat Nov 22 08:43:21 2008 +1100
1337
1338 Fixed path to sc520 SSI include file
1339
1340 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
1341
1342commit d4f70da544c33db3e4fce6473dea4ecca4322545
1343Author: Graeme Russ <graeme.russ@gmail.com>
1344Date: Fri Nov 21 06:28:05 2008 +1100
1345
1346 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
1347
1348 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
1349
1350commit c034075a713b60e654c64e88e87da29440f31bb4
1351Author: Stefan Roese <sr@denx.de>
1352Date: Wed Nov 12 13:30:10 2008 +0100
1353
1354 serial: Add vcth UART driver
1355
1356 This patch adds the UART driver for the upcoming VCTH board support.
1357
1358 Signed-off-by: Stefan Roese <sr@denx.de>
1359
1360commit 142a80ffc3b537a9c45acd2444a42a77f147c602
1361Author: Ilya Yanok <yanok@emcraft.com>
1362Date: Thu Nov 13 19:49:36 2008 +0300
1363
1364 jffs2: cache data_crc results
1365
1366 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
1367 jffs2_1pass_read_inode() data_crc is going to be calculated on each
1368 inode access. This patch adds caching of data_crc() results. There
1369 is no significant improvement in speed (because of flash access
1370 caching added in previous patch I think, crc in RAM is really fast)
1371 but this patch impacts memory usage -- every b_node structure uses
1372 12 bytes instead of 8.
1373
1374 Signed-off-by: Alexey Neyman <avn@emcraft.com>
1375 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1376
1377commit 9b7076229ec6a958bd835ab70745f7676297ce82
1378Author: Ilya Yanok <yanok@emcraft.com>
1379Date: Thu Nov 13 19:49:35 2008 +0300
1380
1381 jffs2: summary support
1382
1383 This patch adds support for reading fs information from summary
1384 node instead of scanning full eraseblock.
1385
1386 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1387
1388commit 70741004dc28946cd82c7af6789c4ddb3fc94526
1389Author: Ilya Yanok <yanok@emcraft.com>
1390Date: Thu Nov 13 19:49:34 2008 +0300
1391
1392 jffs2: add buffer to cache flash accesses
1393
1394 With this patch JFFS2 code allocates memory buffer of max_totlen size
1395 (size of the largest node, calculated during scan time) and uses it to
1396 store entire node. Speeds up loading. If malloc fails we use old ways
1397 to do things.
1398
1399 Signed-off-by: Alexey Neyman <avn@emcraft.com>
1400 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1401
1402commit 8a36d31f72411144ac0412ee7e1880e801acd754
1403Author: Ilya Yanok <yanok@emcraft.com>
1404Date: Thu Nov 13 19:49:33 2008 +0300
1405
1406 jffs2: rewrite jffs2 scanning code based on Linux one
1407
1408 Rewrites jffs2_1pass_build_lists() function in style of Linux's
1409 jffs2_scan_medium() and jffs2_scan_eraseblock().
1410 This includes:
1411 - Caching flash acceses
1412 - Smart dealing with free space
1413
1414 Signed-off-by: Alexey Neyman <avn@emcraft.com>
1415 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1416
1417commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
1418Author: Ilya Yanok <yanok@emcraft.com>
1419Date: Thu Nov 13 19:49:32 2008 +0300
1420
1421 jffs2: add sector_size field to part_info structure
1422
1423 This patch adds sector_size field to part_info structure (used
1424 by new JFFS2 code).
1425
1426 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1427
1428commit f73846956778a7dfee83403ef9747aff77198848
1429Author: Ilya Yanok <yanok@emcraft.com>
1430Date: Thu Nov 13 19:49:31 2008 +0300
1431
1432 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
1433
1434 We need to update i_version inside cycle to find really latest version
1435 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
1436 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
1437
1438 Signed-off-by: Alexey Neyman <avn@emcraft.com>
1439 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
1440
1441commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
1442Author: Wolfgang Denk <wd@denx.de>
1443Date: Tue Dec 9 23:13:51 2008 +0100
1444
1445 evb64260: fix "cast to pointer from integer of different size" warnings
1446
1447 Signed-off-by: Wolfgang Denk <wd@denx.de>
1448
1449commit d2776827315c3d469b8cb4cec14d58877798daa2
1450Author: Stefan Althoefer <stefan.althoefer@web.de>
1451Date: Sun Dec 7 19:39:11 2008 +0100
1452
1453 USB: descriptor handling
1454
1455 Hi,
1456
1457 I found a bug when working with the u-boot USB subsystem on IXP425 processor
1458 (big endian Xscale aka ARMv5).
1459 I recognized that the second usb_endpoint_descriptor of the attached memory
1460 stick was corrupted.
1461
1462 The reason for this are the packed structures below (either u-boot and
1463 u-boot-usb):
1464
1465 --------------
1466 /* Endpoint descriptor */
1467 struct usb_endpoint_descriptor {
1468 unsigned char bLength;
1469 unsigned char bDescriptorType;
1470 unsigned char bEndpointAddress;
1471 unsigned char bmAttributes;
1472 unsigned short wMaxPacketSize;
1473 unsigned char bInterval;
1474 unsigned char bRefresh;
1475 unsigned char bSynchAddress;
1476
1477 } __attribute__ ((packed));
1478 /* Interface descriptor */
1479 struct usb_interface_descriptor {
1480 unsigned char bLength;
1481 unsigned char bDescriptorType;
1482 unsigned char bInterfaceNumber;
1483 unsigned char bAlternateSetting;
1484 unsigned char bNumEndpoints;
1485 unsigned char bInterfaceClass;
1486 unsigned char bInterfaceSubClass;
1487 unsigned char bInterfaceProtocol;
1488 unsigned char iInterface;
1489
1490 unsigned char no_of_ep;
1491 unsigned char num_altsetting;
1492 unsigned char act_altsetting;
1493 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
1494 } __attribute__ ((packed));
1495 ------------
1496
1497 As usb_endpoint_descriptor is only 7byte in length, the start of all
1498 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
1499 of these structures also not word aligned.
1500
1501 ARMv5 Architecture however does not support non-aligned multibyte
1502 data type (see A2.8 of ARM Architecture Reference Manual).
1503
1504 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
1505 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1506
1507commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
1508Author: Kumar Gala <galak@kernel.crashing.org>
1509Date: Tue Dec 9 10:27:33 2008 -0600
1510
1511 drivers/fsl_pci_init: Fix compile warning
1512
1513 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
1514 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
1515
1516 The check only makes sense if we are CONFIG_PHYS_64BIT
1517
1518 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1519
1520commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
1521Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1522Date: Sun Dec 7 09:45:35 2008 +0100
1523
1524 usbtty/omap: update to current API
1525
1526 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1527 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1528
1529commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
1530Author: Anatolij Gustschin <agust@denx.de>
1531Date: Tue Dec 9 17:52:05 2008 +0100
1532
1533 video: fix FADS823 and RRvision compiling issues
1534
1535 Since commit 561858ee building for FADS823 and RRvision
1536 doesn't work. Let's include version.h and timestamp.h
1537 unconditionally to fix the problem.
1538
1539 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1540
1541commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
1542Author: Stefan Roese <sr@denx.de>
1543Date: Tue Dec 2 10:53:47 2008 +0100
1544
1545 UBI: Fix size parsing in "ubi create"
1546
1547 Signed-off-by: Stefan Roese <sr@denx.de>
1548
1549commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
1550Author: Stefan Roese <sr@denx.de>
1551Date: Thu Nov 27 14:07:09 2008 +0100
1552
1553 UBI: Enable re-initializing of the "ubi part" command
1554
1555 With this patch now, the user can call "ubi part" multiple times to
1556 re-connect the UBI device to another MTD partition.
1557
1558 Signed-off-by: Stefan Roese <sr@denx.de>
1559
1560commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
1561Author: Stefan Roese <sr@denx.de>
1562Date: Thu Nov 27 14:05:15 2008 +0100
1563
1564 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
1565
1566 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
1567 first call of add_mtd_partitions(). Otherwise this won't work on platforms
1568 where the relocation is broken (like MIPS or PPC).
1569
1570 Signed-off-by: Stefan Roese <sr@denx.de>
1571
1572commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
1573Author: Trent Piepho <tpiepho@freescale.com>
1574Date: Wed Nov 12 17:29:48 2008 -0800
1575
1576 Section name should be ".data", not "data"
1577
1578 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
1579 Signed-off-by: Wolfgang Denk <wd@denx.de>
1580
1581commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
1582Author: Wolfgang Denk <wd@denx.de>
1583Date: Tue Dec 9 00:39:08 2008 +0100
1584
1585 MAKEALL: Automatically use parallel builds
1586
1587 Add logic to the MAKEALL script to determine the number of CPU cores
1588 on the system, and run a parallel build if there is more than one.
1589 Usually this significantrly accelerates builds.
1590
1591 Allow to manually adjust the number of parallel make jobs by using
1592 the "BUILD_NCPUS" environment variable.
1593
1594 Signed-off-by: Wolfgang Denk <wd@denx.de>
1595
1596commit 268405fa7c44156c5192a70779920c70906af8d6
1597Author: Wolfgang Denk <wd@denx.de>
1598Date: Tue Dec 9 00:24:30 2008 +0100
1599
1600 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
1601
1602 Signed-off-by: Wolfgang Denk <wd@denx.de>
1603
1604commit 153176a9414120ca1736f3cc4951623d6e14e6af
1605Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1606Date: Tue Nov 11 06:08:59 2008 +0100
1607
1608 avr32/bootm: remove unused variable 'ret'
1609
1610 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1611 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1612
1613commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
1614Author: Peter Tyser <ptyser@xes-inc.com>
1615Date: Wed Nov 12 13:06:48 2008 -0600
1616
1617 Remove unneeded CONFIG_SHELL references
1618
1619 Make should be using the bash shell by default which makes
1620 CONFIG_SHELL unnecessary
1621
1622 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1623
1624commit cf7a7b99794bac936899819b95539be1dbd71708
1625Author: Peter Tyser <ptyser@xes-inc.com>
1626Date: Wed Nov 12 12:33:20 2008 -0600
1627
1628 Use bash for default GNU Make shell application
1629
1630 Some Make script commands rely on bash-specific features like brace
1631 expansion, so default to bash for the SHELL variable with a fallback
1632 to the standard sh shell
1633
1634 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1635
1636commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
1637Author: Heiko Schocher <hs@denx.de>
1638Date: Wed Nov 12 09:50:45 2008 +0100
1639
1640 jffs2: rename devices_init () in common/jffs2.c
1641
1642 rename devices_init () in common/jffs2.c to
1643 jffs2_devices_init (), because there is also a
1644 devices_init () in common/devices.c.
1645
1646 Signed-off-by: Heiko Schocher <hs@denx.de>
1647
1648commit af5eb847a10f1037590001355d88bab3fe7be48b
1649Author: Daniel Hellstrom <daniel@gaisler.com>
1650Date: Mon Nov 10 12:46:20 2008 +0000
1651
1652 SPARC: Fixed compiler error introduced by commit c160a9544743
1653
1654 This patch fixes a build error for the SPARC platform. It was
1655 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
1656
1657 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1658
1659commit 4c60259899aa00f59db0d936b8807f9a26411c0f
1660Author: Gary Jennejohn <garyj@denx.de>
1661Date: Sun Nov 9 12:50:59 2008 +0100
1662
1663 mgsuvd add the board-specific part of the HDLC driver
1664
1665 Signed-off-by: Gary Jennejohn <garyj@denx.de>
1666
1667commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
1668Author: Gary Jennejohn <garyj@denx.de>
1669Date: Sun Nov 9 12:45:03 2008 +0100
1670
1671 mgcoge add the board-specific part of the HDLC driver
1672
1673 Signed-off-by: Gary Jennejohn <garyj@denx.de>
1674
1675commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
1676Author: Gary Jennejohn <garyj@denx.de>
1677Date: Sun Nov 9 12:36:15 2008 +0100
1678
1679 keymile add the common parts of the HDLC driver
1680
1681 This implements the ICN protocol used across the backplane and is
1682 needed by all the keymile boards.
1683
1684 Signed-off-by: Gary Jennejohn <garyj@denx.de>
1685
1686commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
1687Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1688Date: Fri Nov 7 22:46:22 2008 +0100
1689
1690 drivers/bios_emulator: Move conditional compilation to Makefile
1691
1692 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1693
1694commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
1695Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1696Date: Thu Nov 6 14:01:51 2008 -0500
1697
1698 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
1699
1700 Corrected endian order printing for compact flash serial number.
1701
1702 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
1703
1704commit 16a28ef219c27423a1ef502f19070c4d375079b8
1705Author: Gary Jennejohn <garyj@denx.de>
1706Date: Thu Nov 6 15:04:23 2008 +0100
1707
1708 IOMUX: Add console multiplexing support.
1709
1710 Modifications to support console multiplexing. This is controlled using
1711 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
1712
1713 This allows a user to specify multiple console devices in the environment
1714 with a command like this: setenv stdin serial,nc. As a result, the user can
1715 enter text on both the serial and netconsole interfaces.
1716
1717 All devices - stdin, stdout and stderr - can be set in this manner.
1718
1719 1) common/iomux.c and include/iomux.h contain the environment setting
1720 implementation.
1721 2) doc/README.iomux contains a somewhat more detailed description.
1722 3) The implementation in (1) is called from common/cmd_nvedit.c to
1723 handle setenv and from common/console.c to handle initialization of
1724 input/output devices at boot time.
1725 4) common/console.c also contains the code needed to poll multiple console
1726 devices for input and send output to all devices registered for output.
1727 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
1728 when CONFIG_SYS_CONSOLE_MUX is set.
1729
1730 Signed-off-by: Gary Jennejohn <garyj@denx.de>
1731
1732commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
1733Author: Mike Frysinger <vapier@gentoo.org>
1734Date: Tue Nov 4 16:03:46 2008 -0500
1735
1736 strings: use puts() rather than printf()
1737
1738 When running `strings` on really long strings, the stack tends to get
1739 smashed due to printf(). Switch to puts() instead since we're only passing
1740 the data through.
1741
1742 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1743
1744commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
1745Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1746Date: Mon Nov 3 22:16:18 2008 +0100
1747
1748 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
1749
1750 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1751
1752commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
1753Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1754Date: Mon Nov 3 22:15:34 2008 +0100
1755
1756 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
1757
1758 - fix size too small by one in sprintf
1759 - changed old (pre 2004) device name ibmEmac to emac
1760 - boot device may be overriden in board config
1761 - servername may be defined in board config
1762 - additional parameters may be defined in board config
1763 - fixed some line wrappings
1764 - replaced redundant MAX define by max
1765
1766 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1767
1768commit e9084b23d16102f44ace24379a1c0c352497ef80
1769Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1770Date: Mon Nov 3 22:14:36 2008 +0100
1771
1772 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
1773
1774 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1775
1776commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
1777Author: Niklaus Giger <niklaus.giger@member.fsf.org>
1778Date: Mon Nov 3 22:13:47 2008 +0100
1779
1780 README: Document CONFIG_SYS parameters for vxworks
1781
1782 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
1783
1784commit ace514837cac656e29c37a19569cb8ea83071126
1785Author: Peter Tyser <ptyser@xes-inc.com>
1786Date: Fri Oct 31 11:12:38 2008 -0500
1787
1788 lcd: Let the board code show board-specific info cleanup
1789
1790 remove unneeded version.h from lcd.c
1791
1792 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1793 Signed-off-by: Wolfgang Denk <wd@denx.de>
1794
1795commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
1796Author: Peter Tyser <ptyser@xes-inc.com>
1797Date: Mon Nov 3 09:30:59 2008 -0600
1798
1799 Update U-Boot's build timestamp on every compile
1800
1801 Use the GNU 'date' command to auto-generate a new U-Boot
1802 timestamp on every compile.
1803
1804 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1805
1806commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
1807Author: Remy Bohmer <linux@bohmer.net>
1808Date: Thu Dec 4 22:25:57 2008 +0100
1809
1810 Remove redundant armv4 flag from arm926ejs compile flags
1811
1812 Currently the arm926ejs tree has the armv4 option set during compilation.
1813 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
1814
1815 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1816
1817commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
1818Author: Nicolas Ferre <nicolas.ferre@atmel.com>
1819Date: Sat Dec 6 13:11:14 2008 +0100
1820
1821 at91: Choose environment variables location within make config target
1822
1823 This patch adds the possiblity to choose the media where the environment will
1824 be located. This allow to choose this fundamental configuration without editing
1825 config files.
1826
1827 Documentation file added.
1828
1829 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
1830 Acked-by: Stelian Pop <stelian@popies.net>
1831 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1832
1833commit 1450c4a6682378567030414a9f1198c39b7730c7
1834Author: Anatolij Gustschin <agust@denx.de>
1835Date: Mon Nov 3 15:30:34 2008 +0100
1836
1837 lwmon, tqm8xx: Fix build errors
1838
1839 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
1840 lcd: Let the board code show board-specific info
1841
1842 introduced some bugs which prevent U-Boot building
1843 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
1844 be defined in the board configuration.
1845
1846 Also "LCD enabled" building for TQM823L doesn't work
1847 since this commit.
1848
1849 This patch fixes above-mentioned issues.
1850
1851 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1852
1853commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
1854Author: Mike Frysinger <vapier@gentoo.org>
1855Date: Sun Nov 2 01:18:18 2008 -0400
1856
1857 ignore .gdb_history files
1858
1859 When using gdb, history files will often get generated. So ignore them.
1860
1861 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1862
1863commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
1864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1865Date: Fri Oct 31 12:26:55 2008 +0100
1866
1867 FPGA: move fpga drivers to drivers/fpga
1868
1869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1870
1871commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
1872Author: Peter Tyser <ptyser@xes-inc.com>
1873Date: Mon Dec 1 16:29:38 2008 -0600
1874
1875 net: Fix TftpStart() ip:filename bug
1876
1877 The TftpStart() function modifies the 'BootFile'
1878 string when 'BootFile' contains both an IP address
1879 and filename (eg 1.2.3.4:/path/file). This causes
1880 subsequent calls to TftpStart to incorrectly parse
1881 the TFTP filename and server IP address to use.
1882 For example:
1883
1884 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
1885 Speed: 100, half duplex
1886 Using eTSEC1 device
1887 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
1888 ^^^^^^^^^^ CORRECT
1889 Filename '/home/ptyser/non_existant'.
1890 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
1891 Load address: 0x100000
1892 Loading: *
1893 TFTP error: 'File not found' (1)
1894 Starting again
1895
1896 eTSEC2: No link.
1897 Speed: 100, half duplex
1898 Using eTSEC1 device
1899 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
1900 ^^^^^^^^^^ WRONG
1901 Filename '10.52.0.62'.
1902 ^^^^^^^^^^ WRONG
1903 Load address: 0x100000
1904 Loading: *
1905 TFTP error: 'File not found' (1)
1906 Starting again
1907
1908 TftpStart() was modified to not modify the 'BootFile' string.
1909
1910 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1911 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1912
1913commit d32c5be50bf0600bfdc54223ef341ee9c63db445
1914Author: Peter Tyser <ptyser@xes-inc.com>
1915Date: Mon Dec 1 16:26:21 2008 -0600
1916
1917 net: Add additional IP fragmentation check
1918
1919 Ignore IP packets which have the "more fragments" flag bit
1920 set. This flag indicates the IP packet is fragmented and
1921 must be ignored by U-Boot.
1922
1923 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1924 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1925
1926commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
1927Author: Peter Tyser <ptyser@xes-inc.com>
1928Date: Mon Dec 1 16:26:20 2008 -0600
1929
1930 net: Define IP flag field values
1931
1932 These defines were pulled from the "Add simple
1933 IP/UDP fragmentation support" patch from Frank
1934 Haverkamp <haver@vnet.ibm.com>.
1935
1936 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1937 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1938
1939commit 23afaba65ec5206757e589ef334a8b38168c045f
1940Author: Anatolij Gustschin <agust@denx.de>
1941Date: Tue Dec 2 10:31:04 2008 +0100
1942
1943 net: tsec: Fix Marvell 88E1121R phy init
1944
1945 This patch tries to ensure that phy interrupt pin
1946 won't be asserted after booting. We experienced
1947 following issues with current 88E1121R phy init:
1948
1949 Marvell 88E1121R phy can be hardware-configured
1950 to share MDC/MDIO and interrupt pins for both ports
1951 P0 and P1 (e.g. as configured on socrates board).
1952 Port 0 interrupt pin will be shared by both ports
1953 in such configuration. After booting Linux and
1954 configuring eth0 interface, port 0 phy interrupts
1955 are enabled. After rebooting without proper eth0
1956 interface shutdown port 0 phy interrupts remain
1957 enabled so any change on port 0 (link status, etc.)
1958 cause assertion of the interrupt. Now booting Linux
1959 and configuring eth1 interface will cause permanent
1960 phy interrupt storm as the registered phy 1 interrupt
1961 handler doesn't acknowledge phy 0 interrupts. This
1962 of course should be fixed in Linux driver too.
1963
1964 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1965 Acked-by: Andy Fleming <afleming@freescale.com>
1966 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1967
1968commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
1969Author: Peter Tyser <ptyser@xes-inc.com>
1970Date: Tue Dec 2 12:59:51 2008 -0600
1971
1972 net: Fix download command parsing
1973
1974 When CONFIG_SYS_HUSH_PARSER is defined network download
1975 commands with 1 argument in the format 'tftp "/path/file"'
1976 do not work as expected. The hush command parser strips
1977 the quotes from "/path/file" which causes the network
1978 commands to interpret "/path/file" as an address
1979 instead of the intended filename.
1980
1981 The previous check for a leading quote in netboot_common()
1982 was replaced with a check which ensures only valid
1983 numbers are treated as addresses.
1984
1985 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
1986 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1987
1988commit 3c2c2f427905040c1513d0c51d637689cba48346
1989Author: Remy Bohmer <linux@bohmer.net>
1990Date: Thu Nov 27 22:30:27 2008 +0100
1991
1992 Remove non-ascii characters from fat code
1993
1994 This code contains some non-ascii characters in comment lines and code.
1995 Most editors do not display those characters properly and editing those
1996 files results always in diffs at these places which are usually not required
1997 to be changed at all. This is error prone.
1998
1999 So, remove those weird characters and replace them by normal C-style
2000 equivalents for which the proper defines were already in the header.
2001
2002 Signed-off-by: Remy Bohmer <linux@bohmer.net>
2003
2004commit dc889e865356497d3e495570118c2245ebce2631
2005Author: Dave Liu <daveliu@freescale.com>
2006Date: Fri Nov 28 20:16:58 2008 +0800
2007
2008 85xx: fix the wrong DDR settings for MPC8572DS
2009
2010 The default DDR freq is 400MHz or 800M data rate,
2011 the old settings is pure wrong for the default case.
2012
2013 Signed-off-by: Dave Liu <daveliu@freescale.com>
2014 Acked-by: Andy Fleming <afleming@freescale.com>
2015
2016commit 9df59533f77de2829b4b66e5b7620e04edaa391c
2017Author: Kumar Gala <galak@kernel.crashing.org>
2018Date: Mon Nov 24 10:29:26 2008 -0600
2019
2020 85xx: init gd as early as possible
2021
2022 Moved up the initialization of GD so C code like set_tlb() can use
2023 gd->flags to determine if we've relocated or not in the future.
2024
2025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2026 Acked-by: Andy Fleming <afleming@freescale.com>
2027
2028commit aed461af81012a398a205e9be67ab37667491838
2029Author: Kumar Gala <galak@kernel.crashing.org>
2030Date: Mon Nov 24 10:29:25 2008 -0600
2031
2032 85xx: Fix relocation of CCSRBAR
2033
2034 If the virtual address for CCSRBAR is the same after relocation but
2035 the physical address is changing we'd end up having two TLB entries with
2036 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
2037 temp virt address to access the old CCSRBAR to relocate it.
2038
2039 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2040 Acked-by: Andy Fleming <afleming@freescale.com>
2041
2042commit ea154a1781135d822eedee7567cc156089eae93c
2043Author: Kumar Gala <galak@kernel.crashing.org>
2044Date: Mon Nov 24 10:25:14 2008 -0600
2045
2046 FSL: Moved BR_PHYS_ADDR for localbus to common header
2047
2048 The BR_PHYS_ADDR macro is useful on all machines that have local bus
2049 which is pretty much all 83xx/85xx/86xx chips.
2050
2051 Additionally most 85xx & 86xx will need it if they want to support
2052 36-bit physical addresses.
2053
2054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2055 Acked-by: Andy Fleming <afleming@freescale.com>
2056
2057commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
2058Author: Peter Tyser <ptyser@xes-inc.com>
2059Date: Mon Dec 1 13:47:12 2008 -0600
2060
2061 85xx: Add PORDEVSR_PCI1 define
2062
2063 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
2064
2065 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
2066
2067 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2068 Signed-off-by: Andy Fleming <afleming@freescale.com>
2069
2070commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
2071Author: Becky Bruce <becky.bruce@freescale.com>
2072Date: Fri Nov 21 19:24:22 2008 -0600
2073
2074 drivers/fsl_pci_init: Fix inbound window mapping bug
2075
2076 The current code will cause the creation of a 4GB window
2077 starting at 0 if we have more than 4GB of RAM installed,
2078 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
2079 to return erroneous information. Limit the size to 4GB - 1;
2080 which causes the code to create one 2GB and one 1GB window
2081 instead.
2082
2083 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
2084 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2085 Acked-by: Andy Fleming <afleming@freescale.com>
2086
2087commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
2088Author: Jon Loeliger <jdl@freescale.com>
2089Date: Thu Nov 20 15:36:48 2008 -0600
2090
2091 Removed unused CONFIG_L1_INIT_RAM symbol.
2092
2093 Prevent further viral propogation of the unused
2094 symbol CONFIG_L1_INIT_RAM by just removing it.
2095
2096 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2097 Acked-by: Andy Fleming <afleming@freescale.com>
2098
2099commit 7008d26a40a76f90cae5824c812cfed449fb97b8
2100Author: Ed Swarthout <Ed.Swarthout@freescale.com>
2101Date: Wed Oct 29 09:21:44 2008 -0500
2102
2103 fsl ddr skip interleaving if not supported.
2104
2105 Removed while(1) hang if memctl_intlv_ctl is set wrong.
2106 Remove embedded tabs from strings.
2107
2108 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
2109 Acked-by: Kumar Gala <galak@kernel.crashing.org>
2110 Acked-by: Andy Fleming <afleming@freescale.com>
2111
2112commit dd332e18d082de75eca3fc2c7c778f5d4571a096
2113Author: Anatolij Gustschin <agust@denx.de>
2114Date: Thu Nov 13 18:08:57 2008 +0100
2115
2116 85xx: socrates: fix DDR SDRAM tlb entry configuration
2117
2118 since commit be0bd8234b9777ecd63c4c686f72af070d886517
2119 tlb entry for socrates DDR SDRAM will be reconfigured
2120 by setup_ddr_tlbs() from initdram() causing an
2121 inconsistency with previously configured DDR SDRAM tlb
2122 entry from tlb_table:
2123
2124 socrates>l2cam 7 9
2125 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
2126 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
2127 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
2128 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
2129
2130 This patch makes the presence of the DDR SDRAM tlb entry in
2131 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
2132 inconsistency.
2133
2134 Signed-off-by: Anatolij Gustschin <agust@denx.de>
2135 Acked-by: Andy Fleming <afleming@freescale.com>
2136
2137commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
2138Author: Peter Tyser <ptyser@xes-inc.com>
2139Date: Tue Nov 11 10:17:10 2008 -0600
2140
2141 85xx: Add CPU 2 errata workaround to all 8548 boards
2142
2143 All mpc8548-based boards should implement the suggested workaround
2144 to CPU 2 errata. Without the workaround, its possible for the
2145 8548's core to hang while executing a msync or mbar 0 instruction
2146 and a snoopable transaction from an I/O master tagged to make
2147 quick forward progress is present.
2148
2149 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2150 Acked-by: Andy Fleming <afleming@freescale.com>
2151
2152commit e57f0fa1333cdf3ca36110aac2900712a5f82976
2153Author: Dave Liu <daveliu@freescale.com>
2154Date: Tue Oct 28 17:53:45 2008 +0800
2155
2156 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
2157
2158 we need TLB entry for DDR at !SPD case.
2159
2160 Signed-off-by: Dave Liu <daveliu@freescale.com>
2161 Acked-by: Andy Fleming <afleming@freescale.com>
2162
2163commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
2164Author: Dave Liu <daveliu@freescale.com>
2165Date: Tue Oct 28 17:53:38 2008 +0800
2166
2167 85xx: remove the unused ddr_enable_ecc in the board file
2168
2169 The DDR controller of 8548/8544/8568/8572/8536 processors
2170 have the ECC data init feature, and the new DDR code is
2171 using the feature, and we don't need the way with DMA to
2172 init memory any more.
2173
2174 Signed-off-by: Dave Liu <daveliu@freescale.com>
2175 Acked-by: Andy Fleming <afleming@freescale.com>
2176
2177commit 4a129a57d923f7c15aa1f567028a80a32d66a100
2178Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2179Date: Sun Nov 30 19:36:53 2008 +0100
2180
2181 at91rm9200dk: Fix typo
2182
2183 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2184
2185commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
2186Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2187Date: Sun Nov 30 19:36:50 2008 +0100
2188
2189 AT91: remove non supported board AT91RM9200DF macro
2190
2191 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2192
2193commit bd876772ee04095e5dd943d97515a1f14bad4b1c
2194Author: Ilko Iliev <iliev@ronetix.at>
2195Date: Tue Dec 2 17:27:54 2008 +0100
2196
2197 mtd/dataflash.c: fix a problem with the last partition
2198
2199 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
2200 partition can be defined to use the area to the end of dataflash size.
2201 Now it is possible to have only one dataflash partition from 0 to the end
2202 of of dataflash size.
2203
2204 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2205
2206commit 03f797793b124dccaae145b977d15d6cb9e74504
2207Author: Ilko Iliev <iliev@ronetix.at>
2208Date: Tue Dec 2 17:20:17 2008 +0100
2209
2210 fix some coding style violations.
2211
2212 This patch fix some coding style violations.
2213
2214 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2215
2216commit 5e46b1e54112f4b7fd5185665e571510132c12a7
2217Author: Stefan Roese <sr@denx.de>
2218Date: Thu Nov 27 14:11:37 2008 +0100
2219
2220 OneNAND: Add missing mtd info struct before calling onenand_erase()
2221
2222 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
2223 for use in UBI) via CONFIG_MTD_PARTITIONS.
2224
2225 Signed-off-by: Stefan Roese <sr@denx.de>
2226 Signed-off-by: Scott Wood <scottwood@freescale.com>
2227
2228commit 29382d4064fbaff5daacff4c3209370fa5713966
2229Author: Becky Bruce <becky.bruce@freescale.com>
2230Date: Thu Nov 20 16:43:52 2008 -0600
2231
2232 mpc8641: Fix error in README
2233
2234 I made some updates to the code that didn't make it into the
2235 README - fix this
2236
2237 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2238
2239commit 801a194616d95e6fc426a176d9615ccbf9876c7f
2240Author: Jon Loeliger <jdl@freescale.com>
2241Date: Thu Nov 20 12:01:02 2008 -0600
2242
2243 Removed unused CONFIG_L1_INIT_RAM symbol.
2244
2245 Prevent further viral propogation of the unused
2246 symbol CONFIG_L1_INIT_RAM by just removing it.
2247
2248 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2249
2250commit f698738e46cb461e28c2d58228bb34a2fcf5a475
2251Author: Jon Loeliger <jdl@freescale.com>
2252Date: Thu Nov 20 14:02:56 2008 -0600
2253
2254 86xx: Fix non-64-bit compilation problems.
2255
2256 Introducing 64-bit (36-bit) support for the MPC8641HPCN
2257 failed to accomodate the other two 86xx boards.
2258 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
2259 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
2260 with nominal 32-bit values.
2261
2262 Signed-off-by: Jon Loeliger <jdl@freescale.com>
2263 Acked-by: Becky Bruce <becky.bruce@freescale.com>
2264
2265commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
2266Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2267Date: Wed Nov 26 17:40:37 2008 +0100
2268
2269 Remove obsolete command (apply afte USB style patch, 80 chars strict)
2270
2271 Remove USB obsolete commmand
2272
2273 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2274 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2275
2276commit de39f8c19d7c12017248c49d432dcb81db68f724
2277Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2278Date: Wed Nov 26 17:41:34 2008 +0100
2279
2280 USB style patch, 80 chars strict
2281
2282 USB Code style patch
2283
2284 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
2285 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2286
2287commit d10c5a87cb8affbb4d35a311370316d4383d598e
2288Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2289Date: Fri Nov 7 22:46:21 2008 +0100
2290
2291 drivers/usb: Move conditional compilation to Makefile
2292
2293 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2294 Signed-off-by: Remy Böhmer <linux@bohmer.net>
2295
2296commit 2077e348c2a84901022ad95311b47b70361e6daa
2297Author: Scott Wood <scottwood@freescale.com>
2298Date: Tue Nov 25 10:47:02 2008 -0600
2299
2300 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
2301
2302 This caused the operation to be needlessly repeated if there were
2303 no bad blocks and no errors.
2304
2305 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
2306 Signed-off-by: Scott Wood <scottwood@freescale.com>
2307
2308commit 89295028e7d8f7a524f485328279d72fdb102385
2309Author: Michal Simek <monstr@monstr.eu>
2310Date: Mon Nov 24 12:09:50 2008 +0100
2311
2312 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
2313
2314 This BSP should be outside u-boot source tree.
2315 The second reason is that xilinx ppc405 was moved to generic platform.
2316
2317 Signed-off-by: Michal Simek <monstr@monstr.eu>
2318 Signed-off-by: Stefan Roese <sr@denx.de>
2319
2320commit 24eea623d4974a169026a975ba12fb23d48154b1
2321Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2322Date: Mon Nov 24 15:11:10 2008 +0100
2323
2324 ppc4xx: Remove unused features
2325
2326 This patch disables some unused features from the PCI405 configuration
2327 to keep U-Boot image size below 192k.
2328
2329 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2330 Signed-off-by: Stefan Roese <sr@denx.de>
2331
2332commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
2333Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2334Date: Mon Nov 24 15:11:09 2008 +0100
2335
2336 ppc4xx: Use correct io accessors for PCI405
2337
2338 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2339 Signed-off-by: Stefan Roese <sr@denx.de>
2340
2341commit 348c849d86a6f0785752b9bc497a34658713d1d1
2342Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2343Date: Mon Nov 24 15:11:08 2008 +0100
2344
2345 ppc4xx: Remove unused code from PCI405 code
2346
2347 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2348 Signed-off-by: Stefan Roese <sr@denx.de>
2349
2350commit 58c696eed839af894e0265064669c402dc28b371
2351Author: Wolfgang Denk <wd@xpert.denx.de>
2352Date: Mon Nov 24 21:50:59 2008 +0100
2353
2354 AT91RM9200DK: fix broken boot from NOR flash
2355
2356 Signed-off-by: Wolfgang Denk <wd@denx.de>
2357
2358commit 8052352f20b33bef8f9872fc983eac73d4693c38
2359Author: Jens Scharsig <esw@bus-elektronik.de>
2360Date: Tue Nov 18 10:48:46 2008 +0100
2361
2362 at91rm9200: fix broken boot from nor flash
2363
2364 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
2365 CONFIG_AT91RM9200 is defined and nor preloader is used.
2366
2367 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
2368
2369commit 25ea652e907516a283b38237e83712a918f125d7
2370Author: Piotr Ziecik <kosmo@semihalf.com>
2371Date: Mon Nov 17 15:58:00 2008 +0100
2372
2373 UBI: Add proof-of-concept CFI flash support
2374
2375 With this patch UBI can be used on CFI flash chips.
2376
2377 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2378 Signed-off-by: Stefan Roese <sr@denx.de>
2379
2380commit e6a7edbc1778d27431ac663b40a71dafa5d20578
2381Author: Piotr Ziecik <kosmo@semihalf.com>
2382Date: Mon Nov 17 15:57:59 2008 +0100
2383
2384 mtd: Remove a printf() from add_mtd_device().
2385
2386 Remove a printf() from add_mtd_device(), which produces spurious output.
2387
2388 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2389 Signed-off-by: Stefan Roese <sr@denx.de>
2390
2391commit 91809ed51d8327a8dbbf29aa98a091154c282171
2392Author: Piotr Ziecik <kosmo@semihalf.com>
2393Date: Mon Nov 17 15:57:58 2008 +0100
2394
2395 cfi-mtd: Add cfi-mtd driver.
2396
2397 Add cfi-mtd driver, which exports CFI flash to MTD layer.
2398 This allows CFI flash devices to be used from MTD layer.
2399
2400 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
2401 option. Initialization is done by calling cfi_mtd_init() from
2402 flash_init().
2403
2404 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2405 Signed-off-by: Stefan Roese <sr@denx.de>
2406
2407commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
2408Author: Piotr Ziecik <kosmo@semihalf.com>
2409Date: Mon Nov 17 15:49:32 2008 +0100
2410
2411 cfi_flash: Add interface for flash verbosity control
2412
2413 Add interface for flash verbosity control. It allows
2414 to disable output from low-level flash API. It is useful
2415 when calling these low-level functions from context other
2416 than flash commands (for example the MTD/CFI interface
2417 implmentation).
2418
2419 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2420 Signed-off-by: Stefan Roese <sr@denx.de>
2421
2422commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
2423Author: Piotr Ziecik <kosmo@semihalf.com>
2424Date: Thu Nov 20 15:17:38 2008 +0100
2425
2426 cfi_flash: Export flash_sector_size() function.
2427
2428 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
2429 so that it can be used in the upcoming cfi-mtd driver.
2430
2431 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
2432 Signed-off-by: Stefan Roese <sr@denx.de>
2433
2434commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
2435Author: Stefan Roese <sr@denx.de>
2436Date: Mon Nov 17 14:45:22 2008 +0100
2437
2438 cfi_flash: Make all flash access functions weak
2439
2440 This patch defines all flash access functions as weak so that
2441 they can be overridden by board specific versions.
2442
2443 This will be used by the upcoming VCTH board support where the NOR
2444 FLASH unfortunately can't be accessed memory-mapped. Special
2445 accessor functions are needed here.
2446
2447 To enable this weak functions you need to define
2448 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
2449 Otherwise the "old" default functions will be used resulting
2450 in smaller code.
2451
2452 Signed-off-by: Stefan Roese <sr@denx.de>
2453 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2454
2455commit a5c4067017631d903e1afa6ad615f0ce19fea517
2456Author: Stefan Roese <sr@denx.de>
2457Date: Mon Nov 24 08:31:16 2008 +0100
2458
2459 UBI: Change parsing of size in commands to default to hex
2460
2461 Currently the size parameters of the UBI commands (e.g. "ubi write") are
2462 decoded as decimal instead of hex as default. This patch now interprets
2463 all these values consistantly as hex, as all other standard U-Boot commands
2464 do.
2465
2466 Signed-off-by: Stefan Roese <sr@denx.de>
2467
2468commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
2469Author: Stefan Roese <sr@denx.de>
2470Date: Fri Nov 21 13:06:06 2008 +0100
2471
2472 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
2473
2474 Signed-off-by: Stefan Roese <sr@denx.de>
2475
2476commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
2477Author: Yuri Tikhonov <yur@emcraft.com>
2478Date: Fri Nov 14 16:19:19 2008 +0300
2479
2480 ppc4xx: katmai: Change default config
2481
2482 This patch enables support for EXT2, and increases the
2483 CONFIG_SYS_BOOTMAPSZ size for the default configuration
2484 of the katmai boards to use them as the RAID-reference
2485 AMCC setups.
2486
2487 EXT2 enabling allows one to boot kernels from the EXT2
2488 formatted Compact Flash cards.
2489
2490 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
2491 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
2492 the memory area with DTB file (which is placed at the
2493 end of the bootmap area) will turn out to be overlapped
2494 with the BSS segment of the 256KB kernel, and zeroed
2495 in early_init() of Linux.
2496
2497 Actually, increasing of the bootmap size could be done
2498 via setting of the bootm_size U-Boot variable, but it looks
2499 like the current U-Boot implementation have some bootm_size-
2500 related functionality lost. In many places through the U-Boot
2501 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
2502 (instead of trying to read the corresponding value from the
2503 environment). The same is truth for the boot_jump_linux()
2504 function in lib_ppc/bootm.c, where U-Boot transfers control
2505 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
2506 value to the booting kernel.
2507
2508 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2509 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
2510 Signed-off-by: Stefan Roese <sr@denx.de>
2511
2512commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
2513Author: Dave Mitchell <dmitch71@gmail.com>
2514Date: Thu Nov 20 14:09:50 2008 -0600
2515
2516 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
2517
2518 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
2519 internal SRAM.
2520
2521 Adjusted internal SRAM initialization to match updated user
2522 manual recommendation.
2523
2524 OCM & ISRAM are now mapped as follows:
2525 physical virtual size
2526 ISRAM 0x4_0000_0000 0xE300_0000 256k
2527 OCM 0x4_0004_0000 0xE304_0000 64k
2528
2529 A single TLB was used for this mapping.
2530
2531 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
2532 Signed-off-by: Stefan Roese <sr@denx.de>
2533
2534commit b14ca4b61a681f75f3125676e09d7ce6af66e927
2535Author: Dave Mitchell <dmitch71@gmail.com>
2536Date: Thu Nov 20 14:00:49 2008 -0600
2537
2538 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
2539
2540 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
2541 L2 cache DCRs from ppc440.h to this new header.
2542
2543 Also converted these DCR defines from lowercase to uppercase and
2544 modified referencing modules to use them.
2545
2546 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
2547 Signed-off-by: Stefan Roese <sr@denx.de>
2548
2549commit 711e2b2af820d21d9931d4cf8057d3894600fd54
2550Author: Steven A. Falco <sfalco@harris.com>
2551Date: Thu Nov 20 14:37:57 2008 -0500
2552
2553 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
2554
2555 The definitions of bits in SDR_CFG are incorrect, and not used within
2556 U-Boot. Therefore, they can be removed.
2557
2558 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
2559 and are unused, so they can be removed too.
2560
2561 A definition for SDR0_DDRCFG is added.
2562
2563 Signed-off-by: Steven A. Falco <sfalco@harris.com>
2564 Signed-off-by: Stefan Roese <sr@denx.de>
2565
2566commit e23c7c95a96eb0f068efe5c532215a10a1512a95
2567Author: Dirk Behme <dirk.behme@gmail.com>
2568Date: Mon Nov 10 20:15:25 2008 +0100
2569
2570 ARM: OMAP: Convert IO macros
2571
2572 Convert IO macros to readx/writex.
2573
2574 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
2575
2576commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
2577Author: Ilko Iliev <iliev@ronetix.at>
2578Date: Sun Nov 9 15:53:14 2008 +0100
2579
2580 lib_arm: do_bootm_linux() - correct a small mistake
2581
2582 This patch corrects a small bug in the "if" condition:
2583 the parameter "flag" is 0 and the "if" condition is always true.
2584 The result is - the boom command doesn't start the kernel.
2585 Affected targets: all arm based.
2586
2587 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
2588
2589commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
2590Author: Stelian Pop <stelian@popies.net>
2591Date: Sun Nov 9 00:14:46 2008 +0100
2592
2593 AT91: Enable PLLB for USB
2594
2595 At least some (old ?) versions of the AT91Bootstrap do not set up the
2596 PLLB correctly to 48 MHz in order to make USB host function correctly.
2597
2598 This patch sets up the PLLB to the same values Linux uses, and makes USB
2599 work ok on the following CPUs:
2600 - AT91CAP9
2601 - AT91SAM9260
2602 - AT91SAM9263
2603
2604 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
2605 the relevant AT91CAP9/AT91SAM9 atmel boards.
2606
2607 Signed-off-by: Stelian Pop <stelian@popies.net>
2608 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2609
2610commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
2611Author: Stelian Pop <stelian@popies.net>
2612Date: Fri Nov 7 13:55:14 2008 +0100
2613
2614 AT91: Use AT91_CPU_CLOCK in displays
2615
2616 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
2617 speed in the LCD driver.
2618
2619 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
2620 corresponding board clocks.
2621
2622 Signed-off-by: Stelian Pop <stelian@popies.net>
2623
2624commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
2625Author: Stefan Roese <sr@denx.de>
2626Date: Thu Nov 20 11:46:20 2008 +0100
2627
2628 ppc4xx: Clear all potentially pending exceptions in MCSR
2629
2630 This is needed on Canyonlands which still has an exception pending
2631 while running relocate_code(). This leads to a failure after trap_init()
2632 is moved to the top of board_init_r().
2633
2634 Signed-off-by: Stefan Roese <sr@denx.de>
2635
2636commit facdad5f2602e899a01746916beddbf9e856b5ee
2637Author: Heiko Schocher <hs@denx.de>
2638Date: Wed Nov 19 10:10:30 2008 +0100
2639
2640 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
2641
2642 Signed-off-by: Heiko Schocher <hs@denx.de>
2643 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2644
2645commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
2646Author: Howard Gregory <Greg.Howard@freescale.com>
2647Date: Tue Nov 4 14:55:33 2008 +0800
2648
2649 mpc83xx: Improve the performance of DDR memory
2650
2651 modify the CAS timings. my understanding is that these
2652 settings decrease various wait times in the DDR interface.
2653 Because these wait times are in clock cycles, and the DDR
2654 clock on the 8315 RDB runs slower than on some other 83xx
2655 platforms, we can dial down these values without a problem,
2656 thereby decreasing the latency of memory a little.
2657
2658 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
2659 Signed-off-by: Dave Liu <daveliu@freescale.com>
2660 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2661
2662commit 8000b086b33a5a81f3f390f37e178db7956dc08b
2663Author: Kyungmin Park <kyungmin.park@samsung.com>
2664Date: Fri Oct 24 14:55:33 2008 +0200
2665
2666 ARM: Add Apollon UBI support
2667
2668 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
2669 macro.
2670
2671 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2672 Signed-off-by: Stefan Roese <sr@denx.de>
2673
2674commit 694a0b3f1c0accd0de94b89555155d69f8022824
2675Author: Kyungmin Park <kyungmin.park@samsung.com>
2676Date: Wed Nov 19 11:47:05 2008 +0100
2677
2678 UBI: Add UBI command support
2679
2680 This patch adds these UBI commands:
2681
2682 ubi part [nand|onenand] [part] - Show or set current partition
2683 ubi info [l[ayout]] -Display volume and UBI layout information
2684 ubi create[vol] volume [size] [type] - Create volume name with size
2685 ubi write[vol] address volume size - Write volume from address with size
2686 ubi read[vol] address volume [size] - Read volume to address with size
2687 ubi remove[vol] volume - Remove volume
2688
2689 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2690 Signed-off-by: Stefan Roese <sr@denx.de>
2691
2692commit 58be3a1056d88c6d05f3e914389282807e69923a
2693Author: Kyungmin Park <kyungmin.park@samsung.com>
2694Date: Wed Nov 19 16:38:24 2008 +0100
2695
2696 UBI: Add basic UBI support to U-Boot (Part 8/8)
2697
2698 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2699 It's based on the Linux UBI version and basically has a "OS"
2700 translation wrapper that defines most Linux specific calls
2701 (spin_lock() etc.) into no-ops. Some source code parts have been
2702 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2703 this version with the Linux version and simplifies future UBI
2704 ports/bug-fixes from the Linux version.
2705
2706 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2707 Signed-off-by: Stefan Roese <sr@denx.de>
2708
2709commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
2710Author: Kyungmin Park <kyungmin.park@samsung.com>
2711Date: Wed Nov 19 16:36:36 2008 +0100
2712
2713 UBI: Add basic UBI support to U-Boot (Part 7/8)
2714
2715 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2716 It's based on the Linux UBI version and basically has a "OS"
2717 translation wrapper that defines most Linux specific calls
2718 (spin_lock() etc.) into no-ops. Some source code parts have been
2719 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2720 this version with the Linux version and simplifies future UBI
2721 ports/bug-fixes from the Linux version.
2722
2723 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2724 Signed-off-by: Stefan Roese <sr@denx.de>
2725
2726commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
2727Author: Kyungmin Park <kyungmin.park@samsung.com>
2728Date: Wed Nov 19 16:32:36 2008 +0100
2729
2730 UBI: Add basic UBI support to U-Boot (Part 6/8)
2731
2732 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2733 It's based on the Linux UBI version and basically has a "OS"
2734 translation wrapper that defines most Linux specific calls
2735 (spin_lock() etc.) into no-ops. Some source code parts have been
2736 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2737 this version with the Linux version and simplifies future UBI
2738 ports/bug-fixes from the Linux version.
2739
2740 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2741 Signed-off-by: Stefan Roese <sr@denx.de>
2742
2743commit c91a719daa331b5856109313371e4ece5ec06d96
2744Author: Kyungmin Park <kyungmin.park@samsung.com>
2745Date: Wed Nov 19 16:28:06 2008 +0100
2746
2747 UBI: Add basic UBI support to U-Boot (Part 5/8)
2748
2749 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2750 It's based on the Linux UBI version and basically has a "OS"
2751 translation wrapper that defines most Linux specific calls
2752 (spin_lock() etc.) into no-ops. Some source code parts have been
2753 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2754 this version with the Linux version and simplifies future UBI
2755 ports/bug-fixes from the Linux version.
2756
2757 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2758 Signed-off-by: Stefan Roese <sr@denx.de>
2759
2760commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
2761Author: Kyungmin Park <kyungmin.park@samsung.com>
2762Date: Wed Nov 19 16:27:23 2008 +0100
2763
2764 UBI: Add basic UBI support to U-Boot (Part 4/8)
2765
2766 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2767 It's based on the Linux UBI version and basically has a "OS"
2768 translation wrapper that defines most Linux specific calls
2769 (spin_lock() etc.) into no-ops. Some source code parts have been
2770 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2771 this version with the Linux version and simplifies future UBI
2772 ports/bug-fixes from the Linux version.
2773
2774 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2775 Signed-off-by: Stefan Roese <sr@denx.de>
2776
2777commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
2778Author: Kyungmin Park <kyungmin.park@samsung.com>
2779Date: Wed Nov 19 16:26:54 2008 +0100
2780
2781 UBI: Add basic UBI support to U-Boot (Part 3/8)
2782
2783 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2784 It's based on the Linux UBI version and basically has a "OS"
2785 translation wrapper that defines most Linux specific calls
2786 (spin_lock() etc.) into no-ops. Some source code parts have been
2787 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2788 this version with the Linux version and simplifies future UBI
2789 ports/bug-fixes from the Linux version.
2790
2791 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2792 Signed-off-by: Stefan Roese <sr@denx.de>
2793
2794commit 961df83361aff9a14f226214224eb8a06e05ba24
2795Author: Kyungmin Park <kyungmin.park@samsung.com>
2796Date: Wed Nov 19 16:25:44 2008 +0100
2797
2798 UBI: Add basic UBI support to U-Boot (Part 2/8)
2799
2800 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2801 It's based on the Linux UBI version and basically has a "OS"
2802 translation wrapper that defines most Linux specific calls
2803 (spin_lock() etc.) into no-ops. Some source code parts have been
2804 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2805 this version with the Linux version and simplifies future UBI
2806 ports/bug-fixes from the Linux version.
2807
2808 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2809 Signed-off-by: Stefan Roese <sr@denx.de>
2810
2811commit f399d4a281713d5ef2d764f05d545fe61e3bd569
2812Author: Kyungmin Park <kyungmin.park@samsung.com>
2813Date: Wed Nov 19 16:23:06 2008 +0100
2814
2815 UBI: Add basic UBI support to U-Boot (Part 1/8)
2816
2817 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
2818 It's based on the Linux UBI version and basically has a "OS"
2819 translation wrapper that defines most Linux specific calls
2820 (spin_lock() etc.) into no-ops. Some source code parts have been
2821 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
2822 this version with the Linux version and simplifies future UBI
2823 ports/bug-fixes from the Linux version.
2824
2825 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2826 Signed-off-by: Stefan Roese <sr@denx.de>
2827
2828commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
2829Author: Kyungmin Park <kyungmin.park@samsung.com>
2830Date: Wed Nov 19 16:20:36 2008 +0100
2831
2832 MTD: Add MTD paritioning infrastructure
2833
2834 This MTD part infrastructure will be used by the upcoming
2835 UBI support.
2836
2837 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2838 Signed-off-by: Stefan Roese <sr@denx.de>
2839
2840commit 9b827cf1720acda2473afa516956eab6f7cca9a1
2841Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2842Date: Thu Oct 16 22:54:03 2008 +0530
2843
2844 Align end of bss by 4 bytes
2845
2846 Most of the bss initialization loop increments 4 bytes
2847 at a time. And the loop end is checked for an 'equal'
2848 condition. Make the bss end address aligned by 4, so
2849 that the loop will end as expected.
2850
2851 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
2852 Signed-off-by: Wolfgang Denk <wd@denx.de>
2853
2854commit 3f510db522d160179dff3ddcce9b18f6241c2c24
2855Author: Becky Bruce <becky.bruce@freescale.com>
2856Date: Mon Nov 10 19:45:35 2008 -0600
2857
2858 mpc8641: fix address-cells default in old .dts detection
2859
2860 address-cells defaults to 2, not 1; so in the unlikely
2861 event that it isn't specified, this patch is required
2862 for correct operation.
2863
2864 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2865
2866commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
2867Author: Becky Bruce <becky.bruce@freescale.com>
2868Date: Fri Oct 31 17:14:39 2008 -0500
2869
2870 lib_ppc: Move trap_init to occur earlier
2871
2872 Doing trap_init immediately once we're running from RAM
2873 means we're no longer dependent on the physical location of
2874 the flash on non-BookE platforms. Before trap_init, those
2875 platforms switch to real mode and go to 0xfff00100 on exception.
2876 After the switch, they go to 0x00000100 This makes it easier to
2877 move the flash location.
2878
2879 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2880
2881commit d52082b12c6e545705a19433a2f4142526536189
2882Author: Becky Bruce <becky.bruce@freescale.com>
2883Date: Fri Nov 7 13:46:19 2008 -0600
2884
2885 mpc8641: Try to detect old .dts files
2886
2887 Since we've changed the memory map of the board, be nice and
2888 add some checking to try to catch out-of-date .dts files. We do
2889 this by checking the CCSRBAR location in the .dts and comparing
2890 it to the CCSRBAR location in u-boot. If they don't match, a
2891 warning msg is printed. This isn't foolproof, but it's simple and
2892 will catch most of the cases where an out-of-date .dts is present,
2893 including all of the cases where a new u-boot is used with an old
2894 standard MPC8641 .dts file as supplied with Linux.
2895
2896 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2897
2898commit 8db0400a27839f91c047dcb83f4a0f09e054a180
2899Author: Becky Bruce <becky.bruce@freescale.com>
2900Date: Thu Nov 6 13:04:09 2008 -0600
2901
2902 toplevel Makefile: Add MPC8641HPCN_36BIT target
2903
2904 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
2905
2906 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2907
2908commit 3111d32c494e8251b90917447796a7206b757e1e
2909Author: Becky Bruce <becky.bruce@freescale.com>
2910Date: Thu Nov 6 17:37:35 2008 -0600
2911
2912 mpc8641: Support 36-bit physical addressing
2913
2914 This patch creates a memory map with all the devices
2915 in 36-bit physical space, in addition to the 32-bit map.
2916 The CCSR relocation is moved (again, sorry) to
2917 allow for the physical address to be 36 bits - this
2918 requires translation to be enabled. With 36-bit physical
2919 addressing enabled, we are no longer running with VA=PA
2920 translations. This means we have to distinguish between
2921 the two in the config file. The existing region name is
2922 used to indicate the virtual address, and a _PHYS variety
2923 is created to represent the physical address.
2924
2925 Large physical addressing is not enabled by default.
2926 Set CONFIG_PHYS_64BIT in the config file to turn this on.
2927
2928 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2929
2930commit c759a01a0022de9378a3a761f49786f87684c916
2931Author: Becky Bruce <becky.bruce@freescale.com>
2932Date: Thu Nov 6 17:36:04 2008 -0600
2933
2934 mpc8641: Change 32-bit memory map
2935
2936 The memory map on the 8641hpcn is modified to look more like
2937 the 85xx boards; this is a step towards a more standardized
2938 layout going forward. As part of this change, we now relocate
2939 the flash.
2940
2941 The regions for some of the mappings were far larger than they
2942 needed to be. I have reduced the mappings to match the
2943 actual sizes supported by the hardware.
2944
2945 In addition I have removed the comments at the head
2946 of the BAT blocks in the config file, rather than updating
2947 them. These get horribly out of date, and it's a simple
2948 matter to look at the defines to see what they are set to
2949 since everything is right here in the same file.
2950
2951 Documentation has been changed to reflect the new map, as this
2952 change is user visible, and affects the OS which runs post-uboot.
2953
2954 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2955
2956commit bf9a8c34309ed9276258295db9e9212aabb2531a
2957Author: Becky Bruce <becky.bruce@freescale.com>
2958Date: Wed Nov 5 14:55:35 2008 -0600
2959
2960 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
2961
2962 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
2963 of the bootpage in flash. Use this to create an early mapping
2964 definition for the FLASH, and change the early_bats code to use this.
2965
2966 This change facilitates the relocation of the flash since the early
2967 mappings are no longer tied to the final location of the flash.
2968
2969 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2970
2971commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
2972Author: Becky Bruce <becky.bruce@freescale.com>
2973Date: Wed Nov 5 14:55:34 2008 -0600
2974
2975 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
2976
2977 Using a mtmsr/blr means that you have to be executing at the
2978 same virtual address once you enable translation. This is
2979 unnecessarily restrictive, and is not really how this is
2980 usually done. Change it to use the more common mtspr SRR0/SRR1
2981 and rfi method.
2982
2983 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2984
2985commit 6bf98b1362f0cb237620355ed3e6762fff82388d
2986Author: Becky Bruce <becky.bruce@freescale.com>
2987Date: Wed Nov 5 14:55:33 2008 -0600
2988
2989 mpc8641: make DIAG_ADDR == FLASH_BASE
2990
2991 Currently, that's what it is, but it's hardcoded.
2992
2993 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2994
2995commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
2996Author: Becky Bruce <becky.bruce@freescale.com>
2997Date: Wed Nov 5 14:55:32 2008 -0600
2998
2999 mpc8641: Drop imaginary second flash bank, map 8MB
3000
3001 There's a lot of setup and foo for the second flash
3002 bank. The problem is, this board doesn't actually have one.
3003 Clean this up. Also, the flash is 8M in size. Get rid
3004 of the confusing aliased overmapping, and just map 8M.
3005
3006 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3007
3008commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
3009Author: Becky Bruce <becky.bruce@freescale.com>
3010Date: Wed Nov 5 14:55:31 2008 -0600
3011
3012 mpc8641: only define CONFIG_ENV_SIZE once
3013
3014 It's currently defined twice inside in an if/else block, but
3015 both halves set the same value. Move the define outside
3016 the if.
3017
3018 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3019
3020commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
3021Author: Becky Bruce <becky.bruce@freescale.com>
3022Date: Wed Nov 5 14:55:30 2008 -0600
3023
3024 mpc86xx: Move setup_bats into cpu_init_f
3025
3026 In order to later allow for a physical relocation of the
3027 flash, setup_bats, which sets up the final BAT mapping
3028 for the board, needs to happen *after* init_laws().
3029 Otherwise, there will be no window programmed for the flash
3030 at the new physical location at the point when we change
3031 the mmu translation.
3032
3033 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3034
3035commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
3036Author: Becky Bruce <becky.bruce@freescale.com>
3037Date: Wed Nov 5 14:55:29 2008 -0600
3038
3039 mpc8641: Remove extra "0" from BR2 define
3040
3041 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3042
3043commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
3044Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3045Date: Thu Oct 23 09:08:18 2008 -0400
3046
3047 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
3048
3049 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
3050 This adds support for PHY-less MAC connections to the UEC.
3051
3052 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
3053 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3054
3055commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
3056Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3057Date: Thu Oct 23 16:27:24 2008 +0000
3058
3059 ColdFire: Add mii driver in drivers/net
3060
3061 All CF platforms' mii.c are consolidated into one
3062
3063 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3064 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3065
3066commit 25a859066b3af1070eb69f12022113c0a91bd813
3067Author: Ben Warren <biggerbadderben@gmail.com>
3068Date: Mon Oct 27 23:53:17 2008 -0700
3069
3070 Moved initialization of PPC4xx EMAC to cpu_eth_init()
3071
3072 Removed initialization of the driver from net/eth.c
3073
3074 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3075 Acked-by: Stefan Roese <sr@denx.de>
3076
3077commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
3078Author: Ben Warren <biggerbadderben@gmail.com>
3079Date: Sun Nov 9 21:29:23 2008 -0800
3080
3081 Moved PPC4xx EMAC driver to drivers/net
3082
3083 Also changed path in all linker scripts that reference this driver
3084
3085 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3086 Acked-by: Stefan Roese <sr@denx.de>
3087
3088commit 96e21f86e8266ed40759e5495ee461265d7f6d28
3089Author: Ben Warren <biggerbadderben@gmail.com>
3090Date: Mon Oct 27 23:50:15 2008 -0700
3091
3092 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
3093
3094 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
3095
3096 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3097 Acked-by: Stefan Roese <sr@denx.de>
3098
3099commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
3100Author: Ben Warren <biggerbadderben@gmail.com>
3101Date: Thu Oct 23 22:02:49 2008 -0700
3102
3103 Moved initialization of MPC8XX SCC to cpu_eth_init()
3104
3105 Removed initialization of the driver from net/eth.c
3106
3107 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3108
3109commit a9bec96d6359ac9f90a852962bf3040cad9e0256
3110Author: Ben Warren <biggerbadderben@gmail.com>
3111Date: Wed Oct 22 23:47:51 2008 -0700
3112
3113 Moved initialization of MPC8220 FEC to cpu_eth_init()
3114
3115 Removed initialization of the driver from net/eth.c
3116
3117 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3118
3119commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
3120Author: Ben Warren <biggerbadderben@gmail.com>
3121Date: Wed Oct 22 23:32:48 2008 -0700
3122
3123 Moved initialization of QE Ethernet controller to cpu_eth_init()
3124
3125 Removed initialization of the driver from net/eth.c
3126
3127 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3128
3129commit 3456a148276d5494b53ee40242efb6462d163504
3130Author: Ben Warren <biggerbadderben@gmail.com>
3131Date: Wed Oct 22 23:20:29 2008 -0700
3132
3133 Moved initialization of FCC Ethernet controller to cpu_eth_init
3134
3135 Affected boards:
3136 Several MPC8xx boards
3137 Several MPC8260/MPC8272 boards
3138 Several MPC85xx boards
3139
3140 Removed initialization of the driver from net/eth.c
3141
3142 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3143
3144commit 62e15b497f5c6334c059512678c8db7940ae4c61
3145Author: Ben Warren <biggerbadderben@gmail.com>
3146Date: Thu Oct 30 22:15:35 2008 -0700
3147
3148 Fix typo in cpu/mpc85xx/cpu.c
3149
3150 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
3151
3152 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3153
3154commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
3155Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3156Date: Sun Oct 19 12:08:50 2008 +0900
3157
3158 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
3159
3160 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
3161 as a part of ongoing eth_initialize cleanup work. The function ret value
3162 is also fixed as it should be negative on fail.
3163
3164 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3165 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3166
3167commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
3168Author: Ben Warren <biggerbadderben@gmail.com>
3169Date: Fri Sep 5 01:55:22 2008 -0400
3170
3171 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
3172
3173 Also, removed the driver initialization from net/eth.c
3174
3175 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3176
3177commit f2a7806fc23e82d30c8548911369e0c530607354
3178Author: Clive Stubbings <uboot@xentech.co.uk>
3179Date: Mon Oct 27 15:05:00 2008 +0000
3180
3181 xilinx_emaclite buffer overrun
3182
3183 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
3184 PKTSIZE_ALIGN bytes long.
3185
3186 Acked-by: Michal Simek <monstr@monstr.eu>
3187
3188 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3189
3190commit 0115b1953718a2969f6469d3d5da51ba11e12d42
3191Author: richardretanubun <richardretanubun@ruggedcom.com>
3192Date: Fri Sep 26 08:59:12 2008 -0400
3193
3194 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
3195
3196 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
3197 This patch makes these function use the devname argument that is passed in to
3198 allow access to the phy registers of other devices in devlist[].
3199
3200 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
3201
3202 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3203
3204commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
3205Author: richardretanubun <richardretanubun@ruggedcom.com>
3206Date: Mon Oct 6 15:31:43 2008 -0400
3207
3208 Adds two more ethernet interface to 83xx
3209
3210 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
3211 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
3212 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3213
3214commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
3215Author: Stelian Pop <stelian@popies.net>
3216Date: Fri Nov 7 13:54:31 2008 +0100
3217
3218 AT91: Replace AT91_BASE_EMAC by the board specific values.
3219
3220 AT91_BASE_EMAC is never used outside the board specific files,
3221 so replace its usage by the board specific AT91xxx_BASE_EMAC.
3222
3223 Signed-off-by: Stelian Pop <stelian@popies.net>
3224 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3225
3226commit c91e17affa175ce06afa89b04752301eb4a61666
3227Author: Stelian Pop <stelian@popies.net>
3228Date: Fri Nov 7 12:09:21 2008 +0100
3229
3230 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
3231
3232 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
3233 Since they are never used outside the board specific files, they can
3234 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
3235 AT91xxx_ID_US2.
3236
3237 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
3238
3239 Signed-off-by: Stelian Pop <stelian@popies.net>
3240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3241
3242commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
3243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3244Date: Sat Nov 1 10:47:59 2008 +0100
3245
3246 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
3247
3248 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3249
3250commit 1079432e04ccf71aa3684181186182cd63512f19
3251Author: Sergey Lapin <slapin@ossfans.org>
3252Date: Fri Oct 31 12:28:43 2008 +0100
3253
3254 Custom AFEB9260 board support
3255
3256 This patch provides support for AFEB9260 board, a product of
3257 OpenSource hardware and software. Some commertial projects
3258 are made with this design. A board is basically AT91SAM9260-EK
3259 with some modifications and different peripherals and different
3260 parts used. Main purpose of this project is to gain experience in
3261 hardware design.
3262 More info: http://groups.google.com/group/arm9fpga-evolution-board
3263 (In Russian only, sorry).
3264 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
3265
3266 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
3267
3268commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
3269Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
3270Date: Tue Oct 21 13:17:16 2008 +0900
3271
3272 Change to use "do_div" macro
3273
3274 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
3275
3276commit e352495318d8056a00faa21b633b3e4374bfbf52
3277Author: Roman Mashak <romez777@gmail.com>
3278Date: Wed Oct 22 16:00:26 2008 -0400
3279
3280 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
3281
3282 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
3283 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
3284
3285 Signed-off-by: Roman Mashak <romez777@gmail.com>
3286
3287commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
3288Author: Roman Mashak <romez777@gmail.com>
3289Date: Tue Oct 21 03:01:41 2008 -0700
3290
3291 ARM/Versatile port: Removed unused functions
3292
3293 Removal of never used functions.
3294
3295 Signed-off-by: Roman Mashak <romez777@gmail.com>
3296
3297commit 1266df887781c779deaf6d05eea2ef90a470cb34
3298Author: Becky Bruce <becky.bruce@freescale.com>
3299Date: Mon Nov 3 15:44:01 2008 -0600
3300
3301 powerpc: change 86xx SMP boot method
3302
3303 We put the bootpg for the secondary cpus into memory and use
3304 BPTR to get to it. This is a step towards converting to the
3305 ePAPR boot methodology. Also, the code is written to
3306 deal properly with more than 4GB of RAM.
3307
3308 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3309
3310commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
3311Author: Becky Bruce <becky.bruce@freescale.com>
3312Date: Fri Oct 31 17:13:49 2008 -0500
3313
3314 8641HPCN: Config file cleanup
3315
3316 There are several items in the config file that were hardcoded
3317 but that should really be based on other config options, since
3318 the regions are contiguous and depend on being so. This cleans
3319 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
3320 addresses into the proper format for BR registers.
3321
3322 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3323
3324commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
3325Author: Becky Bruce <becky.bruce@freescale.com>
3326Date: Fri Oct 31 17:13:32 2008 -0500
3327
3328 86xx: Make dram_size a phys_size_t
3329
3330 It's currently a long and should be phys_size_t.
3331
3332 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3333
3334commit 104992fc541302a6bac74448e01e7fdad20abca0
3335Author: Becky Bruce <becky.bruce@freescale.com>
3336Date: Sun Nov 2 18:19:32 2008 -0600
3337
3338 powerpc 86xx: Handle CCSR relocation earlier
3339
3340 Currently, the CCSR gets relocated while translation is
3341 enabled, meaning we need 2 BAT translations to get to both the
3342 old location and the new location. Also, the DEFAULT
3343 CCSR location has a dependency on the BAT that maps the
3344 FLASH region. Moving the relocation removes this unnecessary
3345 dependency. This makes it easier and more intutive to
3346 modify the board's memory map.
3347
3348 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
3349 BAT for CCSR space.
3350
3351 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3352
3353commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
3354Author: Becky Bruce <becky.bruce@freescale.com>
3355Date: Fri Oct 31 17:14:14 2008 -0500
3356
3357 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
3358
3359 You can't actually have both, and with some coming changes to
3360 change the memory map for the board and support 36-bit physical,
3361 we need the extra BAT that is being consumed by having both.
3362
3363 I also make non-PCI configs build cleanly, for the sake of sanity.
3364
3365 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3366
3367commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
3368Author: Becky Bruce <becky.bruce@freescale.com>
3369Date: Fri Oct 31 17:14:00 2008 -0500
3370
3371 mpc8641: Stop supporting non-PCI_PNP configs
3372
3373 We don't actually ever do this, remove the code so we
3374 can stop maintaining it.
3375
3376 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3377
3378commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
3379Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3380Date: Fri Oct 24 12:59:12 2008 +0000
3381
3382 ColdFire: Fix M5329EVB and M5373EVB nand issue
3383
3384 Fix compilation issue caused by a few mismatches.
3385 Provide proper nand chip select enable/disable in
3386 nand_hwcontrol() rather than in board_nand_init()
3387 just enable once. Remove redundant local nand driver
3388 functions - nand_read_byte(), nand_write_byte() and
3389 nand_dev_ready() to use common nand driver.
3390
3391 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3392
3393commit 1b2708442224a551a0b865b52710306333888932
3394Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3395Date: Wed Oct 22 11:55:30 2008 +0000
3396
3397 ColdFire: Fix compilation error
3398
3399 The error was caused by the change for strmhz() in cpu.c.
3400 A few of them were one extra close parenthesis.
3401
3402 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3403
3404commit 536e7dac16769954915a484e682a2efb28699133
3405Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3406Date: Wed Oct 22 11:38:21 2008 +0000
3407
3408 ColdFire: Add MCF5301x CPU and M53017EVB support
3409
3410 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3411
3412commit a21d0c2cc9add8894d971ab791f4032f077db817
3413Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3414Date: Tue Oct 21 15:37:02 2008 +0000
3415
3416 ColdFire: Add SBF support for M52277EVB
3417
3418 Add serial boot support
3419
3420 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3421
3422commit b202816c61042c183fe67d097a5893b0f2dafba0
3423Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3424Date: Tue Oct 21 14:19:26 2008 +0000
3425
3426 ColdFire: Use CFI driver for M5272C3
3427
3428 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3429
3430commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
3431Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3432Date: Tue Oct 21 13:47:54 2008 +0000
3433
3434 ColdFire: Relocate FEC's GPIO and mii functions protocols
3435
3436 Place FEC pin assignments in cpu_init.c from platform's
3437 mii.c
3438
3439 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3440
3441commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
3442Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3443Date: Tue Oct 21 12:15:44 2008 +0000
3444
3445 ColdFire: Remove platforms mii.c file
3446
3447 Will use mcfmii.c driver in drivers/net rather than
3448 keep creating new mii.c for each future platform.
3449 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
3450 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
3451 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
3452 mii.c
3453
3454 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3455
3456commit 012522fef3b382469125beb46a315ab4dee02fb0
3457Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3458Date: Tue Oct 21 10:03:07 2008 +0000
3459
3460 ColdFire: Modules header files cleanup
3461
3462 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
3463 MDHA, SKHA, INTC, and FlexBus structures and
3464 definitions in immap_5xxx.h to more unify modules
3465 header files. Append DSPI support for m547x_8x.
3466 SSI cleanup. Remove USB Host structure from immap_539.h.
3467 Apply changes to use FlexBus structures in mcf52x2's
3468 cpu_init.c and platform configuration files.
3469
3470 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3471
3472commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
3473Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3474Date: Tue Oct 21 08:52:36 2008 +0000
3475
3476 ColdFire: Remove linker file
3477
3478 Each different build for M54455EVB and M5235EVB will
3479 create a u-boot.lds linker file. It is redundant to
3480 keep the u-boot.lds
3481
3482 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
3483
3484commit 0829323073c505556ed5f5073f91adb504584d45
3485Author: Peter Tyser <ptyser@xes-inc.com>
3486Date: Fri Oct 31 11:26:44 2008 -0500
3487
3488 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
3489
3490 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3491
3492commit a80b21d5127583171d6e9bc7f722947641898012
3493Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3494Date: Fri Oct 31 12:12:12 2008 +0100
3495
3496 common/Makefile: create others group for non core, environment and command files
3497
3498 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3499
3500commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
3501Author: Wolfgang Denk <wd@denx.de>
3502Date: Fri Oct 31 01:13:37 2008 +0100
3503
3504 TQM8260: use CFI flash driver instead of custom driver.
3505
3506 Signed-off-by: Wolfgang Denk <wd@denx.de>
3507
3508commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
3509Author: Andy Fleming <afleming@freescale.com>
3510Date: Thu Oct 30 17:35:30 2008 -0500
3511
3512 Consolidate MAX/MIN definitions
3513
3514 There were several, now there is one (two if you count the lower-case
3515 versions).
3516
3517 Signed-off-by: Andy Fleming <afleming@freescale.com>
3518
3519commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
3520Author: Heiko Schocher <hs@denx.de>
3521Date: Thu Oct 30 09:23:09 2008 +0100
3522
3523 mgsuvd: remove unused defines in config file.
3524
3525 Signed-off-by: Heiko Schocher <hs@denx.de>
3526
3527commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
3528Author: Wolfgang Denk <wd@denx.de>
3529Date: Sun Nov 2 16:14:22 2008 +0100
3530
3531 Coding Style cleanup, update CHANGELOG
3532
3533 Signed-off-by: Wolfgang Denk <wd@denx.de>
3534
Wolfgang Denk82f15f32008-11-02 16:14:22 +01003535commit a47f957ab523019992fdef857af01bd71c58a4da
3536Author: Alessandro Rubini <rubini-list@gnudd.com>
3537Date: Fri Oct 31 22:33:21 2008 +0100
3538
3539 NAND: Allow NAND and OneNAND to coexist
3540
3541 This removes in nand.h code that is verbatim duplicated from bbm.h,
3542 including directly bbm.h in nand.h. The previous state of affairs
3543 prevented compiling code for a board hosting both NAND and OneNAND chips.
3544
3545 Reported-by: Scott Wood <scottwood@freescale.com>
3546 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
3547 Signed-off-by: Scott Wood <scottwood@freescale.com>
3548
3549commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
3550Author: Scott Wood <scottwood@freescale.com>
3551Date: Fri Oct 31 13:51:12 2008 -0500
3552
3553 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
3554
3555 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
3556 Signed-off-by: Scott Wood <scottwood@freescale.com>
3557
3558commit c57fc28947e248fb03c49a28b467686299895055
3559Author: Jason Jin <Jason.Jin@freescale.com>
3560Date: Fri Oct 31 05:07:04 2008 -0500
3561
3562 NAND: Add NAND support for MPC8536DS board
3563
3564 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
3565 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
3566 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
3567
3568 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
3569 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3570 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3571
3572commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
3573Author: Haiying Wang <Haiying.Wang@freescale.com>
3574Date: Fri Oct 31 05:06:14 2008 -0500
3575
3576 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
3577
3578 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
3579
3580 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3581 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3582
3583commit 51b572a801be57790fe26adaa530210e7fba59cc
3584Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3585Date: Fri Oct 24 10:49:48 2008 +0900
3586
3587 sh: rsk7203: Moved rsk7203 board to board/renesas
3588
3589 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3590
3591commit 58453b00b3ebb26aaa901210023f99504a90bb00
3592Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3593Date: Fri Oct 24 10:48:31 2008 +0900
3594
3595 sh: MigoR: Moved MigoR board to board/renesas
3596
3597 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3598
3599commit c1da2a22817ba85b437afa2f4e715e658b219fd1
3600Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3601Date: Fri Oct 24 10:39:44 2008 +0900
3602
3603 sh: r2dplus: Moved r2dplus board to board/renesas
3604
3605 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3606
3607commit 78385bf2359d828184d0b3649f7ae6b933420000
3608Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3609Date: Fri Oct 24 10:36:13 2008 +0900
3610
3611 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
3612
3613 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3614
3615commit c6525d459c350bfc246ea7826456af77e1e314eb
3616Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3617Date: Fri Oct 24 10:35:19 2008 +0900
3618
3619 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
3620
3621 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3622
3623commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
3624Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3625Date: Fri Oct 24 10:34:21 2008 +0900
3626
3627 sh: r7780mp: Moved r7780mp board to board/renesas
3628
3629 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3630
3631commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
3632Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3633Date: Fri Oct 24 10:32:14 2008 +0900
3634
3635 sh: ap325rxa: Moved ap325rxa board to board/renesas
3636
3637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3638
3639commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
3640Author: Wolfgang Denk <wd@xpert.denx.de>
3641Date: Fri Oct 31 01:12:28 2008 +0100
3642
3643 CFI Driver: Fix "flash not ready" problem
3644
3645 This patch fixes a problem on systems where the NOR flash is attached
3646 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
3647 on the assumption that the same flash address is read twice without
3648 any other interjacent flash accesses. However, on 32 bit systems the
3649 function flash_read64() [as currently implemented] does not perform
3650 an atomic 64 bit read - instead, this is broken down into two 32 bit
3651 read accesses on addresses "addr" and "addr + 4". So instead of
3652 reading a 64 bit value twice from "addr", we see a sequence of 4 32
3653 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
3654 consequence is that flash_toggle() fails to work.
3655
3656 This patch implements a simple, but somewhat ugly solution, as it
3657 avoids the use of flash_read64() in this critical place (by breaking
3658 it down manually into 32 bit read operations) instead of rewriting
3659 flash_read64() such to perform atomic 64 bit reads as one could
3660 expect. However, such a rewrite would require the use of floating
3661 point load operations, which becomes pretty complex:
3662
3663 save MSR;
3664 set Floating Point Enable bit in MSR;
3665 use "lfd" instruction to perform atomic 64 bit read;
3666 use "stfd" to store value to temporary variable on stack;
3667 load u64 value from temporary variable;
3668 restore saved MSR;
3669 return u64 value;
3670
3671 The benefit-cost ratio of such an implementation was considered too
3672 bad to actually attempt this, especially as we can expect that such
3673 an implementation would not only have a bigger memory footprint but
3674 also cause a performance degradation.
3675
3676 Signed-off-by: Wolfgang Denk <wd@denx.de>
3677 Signed-off-by: Stefan Roese <sr@denx.de>
3678
3679commit cdd4fe63b094d4b767f12ff241d72566b461ee61
3680Author: Stefan Roese <sr@denx.de>
3681Date: Fri Oct 31 10:48:08 2008 +0100
3682
3683 ppc4xx: Fix spelling error in MAINTAINERS file
3684
3685 Signed-off-by: Stefan Roese <sr@denx.de>
3686
3687commit be270798900b75ad9c47c7b79c72f70441196c56
3688Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3689Date: Tue Oct 28 13:37:00 2008 +0100
3690
3691 ppc4xx: Update PMC440 board support
3692
3693 This patch brings PMC440 board support up to date:
3694
3695 - fix GPIO configuration
3696 - add misc_init_f()
3697 - use better values for usbact variable
3698 - fix USB 2.0 phy reset sequence
3699 - shrink BAR2 to save PCI address space
3700 - add FDT support
3701
3702 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3703 Signed-off-by: Stefan Roese <sr@denx.de>
3704
3705commit 75183b1a7fc04206d9779d13f16e03853d7e965d
3706Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3707Date: Tue Oct 28 13:36:59 2008 +0100
3708
3709 ppc4xx: Fix PMC440 BSP commands
3710
3711 This patch fixes the PMC440 BSP commands painit and selfreset
3712
3713 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3714 Signed-off-by: Stefan Roese <sr@denx.de>
3715
3716commit 76b565b69f886d5ae748db65e44f464b0e70d41a
3717Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3718Date: Tue Oct 28 13:36:58 2008 +0100
3719
3720 ppc4xx: Update PMC440 board configuration
3721
3722 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3723 Signed-off-by: Stefan Roese <sr@denx.de>
3724
3725commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
3726Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3727Date: Tue Oct 28 13:36:57 2008 +0100
3728
3729 ppc4xx: Fix esd loadpci command
3730
3731 This patch fixes esd's loadpci command when not all
3732 memory on adapter boards is accessable via PCI.
3733
3734 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3735 Signed-off-by: Stefan Roese <sr@denx.de>
3736
3737commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
3738Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3739Date: Tue Oct 28 13:36:56 2008 +0100
3740
3741 ppc4xx: Clean up PMC440 header
3742
3743 -Codingstyle cleanup
3744 -Remove unused GPIO define
3745
3746 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3747 Signed-off-by: Stefan Roese <sr@denx.de>
3748
3749commit 295133258a44f97a57fb2ec339aecfda11f4db95
3750Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3751Date: Tue Oct 28 13:36:55 2008 +0100
3752
3753 ppc4xx: Handle other board variant in PMC440 FPGA code
3754
3755 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3756 Signed-off-by: Stefan Roese <sr@denx.de>
3757
3758commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
3759Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3760Date: Mon Oct 27 12:35:59 2008 +0100
3761
3762 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
3763
3764 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
3765 config files of both infrastuctures
3766
3767 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
3768 Signed-off-by: Stefan Roese <sr@denx.de>
3769
3770commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
3771Author: Stefan Roese <sr@denx.de>
3772Date: Sat Oct 25 06:45:31 2008 +0200
3773
3774 ppc4xx: Correctly configure the GPIO pin muxing on Arches
3775
3776 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
3777 pin multiplexing correctly
3778
3779 Signed-off-by: Stefan Roese <sr@denx.de>
3780
3781commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
3782Author: Bartlomiej Sieka <tur@semihalf.com>
3783Date: Thu Oct 30 23:22:04 2008 +0100
3784
3785 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
3786
3787 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
3788
3789commit 4bc7deee9095f21e243b724ca3d634251c1d5432
3790Author: David Gibson <david@gibson.dropbear.id.au>
3791Date: Wed Oct 29 23:27:45 2008 -0500
3792
3793 libfdt: Fix bug in fdt_subnode_offset_namelen()
3794
3795 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
3796 which causes it to keep searching after it's finished the subnodes of
3797 the given parent, and into the subnodes of siblings of the original
3798 node which come after it in the tree.
3799
3800 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3802
3803commit f242a08871839eac081ba5b599af979f3a148a0d
3804Author: Peter Korsgaard <jacmet@sunsite.dk>
3805Date: Tue Oct 28 08:26:52 2008 +0100
3806
3807 fdt_resize(): ensure minimum padding
3808
3809 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
3810 (16 bytes), so make sure that fdt_resize at least adds that much
3811 padding, no matter what the location or size of the fdt is.
3812
3813 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
3814 Acked-by: Andy Fleming <afleming@freescale.com>
3815
3816commit d685b74c64a38849f1a129b3ab846fbf67dd937e
3817Author: Dave Liu <daveliu@freescale.com>
3818Date: Thu Oct 23 21:59:35 2008 +0800
3819
3820 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
3821
3822 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
3823
3824 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
3825
3826 This is needed in unlock_ram_in_cache() because it is called from C and
3827 will corrupt the small data area anchor that is kept in R2.
3828
3829 lock_ram_in_cache() is modified similarly as good coding practice, but
3830 is not called from C.
3831
3832 Signed-off-by: Nick Spence <nick.spence@freescale.com>
3833
3834 also, the r2 is used as global data pointer.
3835
3836 Signed-off-by: Dave Liu <daveliu@freescale.com>
3837
3838commit e053ab1903ccae6048ef759025b9f675bba91450
3839Author: Scott Wood <scottwood@freescale.com>
3840Date: Tue Oct 28 11:45:04 2008 -0500
3841
3842 mpc83xx pci: Round up memory size in inbound window.
3843
3844 The current calculation will fail to cover all memory if
3845 its size is not a power of two.
3846
3847 Signed-off-by: Scott Wood <scottwood@freescale.com>
3848 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3849
3850commit 1c671977dc81359628be27ac99c174e76e8069ba
3851Author: Dave Liu <daveliu@freescale.com>
3852Date: Thu Oct 23 21:19:13 2008 +0800
3853
3854 86xx: remove the unused definition
3855
3856 Signed-off-by: Dave Liu <daveliu@freescale.com>
3857
3858commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
3859Author: Dave Liu <daveliu@freescale.com>
3860Date: Tue Oct 28 17:47:49 2008 +0800
3861
3862 86xx: remove the redundant r2 global data pointer save
3863
3864 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
3865 the another global data pointer save, but in fact the
3866 global data pointer will be initialized in the board_init_r,
3867 so remove it such as the 85xx/83xx family.
3868
3869 Signed-off-by: Dave Liu <daveliu@freescale.com>
3870 Acked-by: Kumar Gala <kumar.gala@freescale.com>
3871
3872commit bd888e9544419665334a6f47f81f34011cea38f3
3873Author: Dave Liu <daveliu@freescale.com>
3874Date: Tue Oct 28 17:47:41 2008 +0800
3875
3876 86xx: remove the unused code for 86xx family
3877
3878 I believe these code was copied from 74xx family, but for
3879 86xx, it is unused.
3880
3881 Signed-off-by: Dave Liu <daveliu@freescale.com>
3882 Acked-by: Kumar Gala <kumar.gala@freescale.com>
3883
3884commit 5ba1ef507402bc5e344dc374203792a40f222e8a
3885Author: Dave Liu <daveliu@freescale.com>
3886Date: Tue Oct 28 17:46:35 2008 +0800
3887
3888 86xx: remove the second DDR LAW setting for mpc8641hpcn
3889
3890 The DDR1 LAW will precedence the DDR2 LAW, so remove
3891 the second DDR LAW.
3892
3893 Signed-off-by: Dave Liu <daveliu@freescale.com>
3894 Acked-by: Becky Bruce <becky.bruce@freescale.com>
3895
3896commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
3897Author: Dave Liu <daveliu@freescale.com>
3898Date: Tue Oct 28 17:46:23 2008 +0800
3899
3900 86xx: remove the unused ddr_enable_ecc in the board file
3901
3902 The DDR controller of 86xx processors have the ECC data init
3903 feature, and the new DDR code is using the feature, we don't
3904 need the way with DMA to init memory again.
3905
3906 Signed-off-by: Dave Liu <daveliu@freescale.com>
3907 Acked-by: Kumar Gala <kumar.gala@freescale.com>
3908
3909commit dc2adad85bf580d65916c940683f6e9671e8a5dd
3910Author: Dave Liu <daveliu@freescale.com>
3911Date: Tue Oct 28 17:46:12 2008 +0800
3912
3913 86xx: Move the clear_tlbs before MMU turn on
3914
3915 We must invalidate TLBs before MMU turn on, but
3916 currently the code is not, if there are some stale
3917 TLB entry valid in the TLBs, it will cause strange
3918 issue.
3919
3920 Signed-off-by: Dave Liu <daveliu@freescale.com>
3921 Acked-by: Becky Bruce <becky.bruce@freescale.com>
3922
3923commit 5cdade07b118d07154cb882650f9778cecc8a87c
3924Author: Scott Wood <scottwood@freescale.com>
3925Date: Mon Oct 27 15:57:08 2008 -0500
3926
3927 mpc8313erdb: Document NAND boot.
3928
3929 Previously, the documentation claimed that NAND boot is not supported.
3930 This is no longer true.
3931
3932 Signed-off-by: Scott Wood <scottwood@freescale.com>
3933
3934commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
3935Author: Scott Wood <scottwood@freescale.com>
3936Date: Wed Oct 29 14:20:26 2008 -0500
3937
3938 NAND: Properly create JFFS2 cleanmarkers.
3939
3940 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
3941 command is currently broken, and among other things causes all blocks
3942 to be marked bad.
3943
3944 This implements it properly using MTD_OOB_AUTO, along with some
3945 indentation fixes.
3946
3947 Signed-off-by: Scott Wood <scottwood@freescale.com>
3948
3949commit f7fe57c09866b44692d18c8cf22828bd137ec58d
3950Author: Scott Wood <scottwood@freescale.com>
3951Date: Wed Oct 29 13:42:41 2008 -0500
3952
3953 NAND fsl elbc: Set FMR[ECCM] based on page size.
3954
3955 Hardware expects ECCM 0 for small page and ECCM 1 for large page
3956 when booting from NAND, so use those defaults.
3957
3958 Signed-off-by: Scott Wood <scottwood@freescale.com>
3959
3960commit c013b74975dab0805ef6d369b013230c4e8a660d
3961Author: Haiying Wang <Haiying.Wang@freescale.com>
3962Date: Wed Oct 29 13:32:59 2008 -0400
3963
3964 NAND: Add support for MPC8572DS board
3965
3966 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
3967 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
3968 config file.
3969
3970 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
3971 make room for the increased code size with NAND enabled.
3972
3973 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
3974 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3975 Signed-off-by: Scott Wood <scottwood@freescale.com>
3976
3977commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
3978Author: Haiying Wang <Haiying.Wang@freescale.com>
3979Date: Wed Oct 29 11:05:55 2008 -0400
3980
3981 Make Freescale local bus registers available for both 83xx and 85xx.
3982
3983 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
3984 can be shared by both 83xx and 85xx
3985 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
3986 files which use lbus83xx_t.
3987 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
3988 85xx can share them.
3989
3990 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
3991 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3992 Signed-off-by: Scott Wood <scottwood@freescale.com>
3993
3994commit 695c130e4bf75b444720ddfd83aca88f41c046cf
3995Author: Scott Wood <scottwood@freescale.com>
3996Date: Mon Oct 27 15:38:30 2008 -0500
3997
3998 NAND: Align right column of the shorthelp with other commands.
3999
4000 I accidentally broke this in when making consistent the partial
4001 alignment of the longhelp.
4002
4003 Signed-off-by: Scott Wood <scottwood@freescale.com>
4004
4005commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
4006Author: Karl Beldan <karl.beldan@gmail.com>
4007Date: Mon Sep 15 16:08:03 2008 +0200
4008
4009 NAND: Reset chip on power-up
4010
4011 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
4012 The first command sent is NAND_CMD_READID.
4013 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
4014 Tested with an MT29F4G08AAC.
4015
4016 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
4017 Signed-off-by: Scott Wood <scottwood@freescale.com>
4018
4019commit c45912d8abc52de796b9059a58faf7c4166eab58
4020Author: Scott Wood <scottwood@freescale.com>
4021Date: Fri Oct 24 16:20:43 2008 -0500
4022
4023 NAND: sync with 2.6.27
4024
4025 This brings the core NAND code up to date with the Linux kernel.
4026
4027 Since there were several drivers in Linux as of the last update that are
4028 not in u-boot, I'm not bringing over new drivers that have been added
4029 since in the absence of an interested party.
4030
4031 I did not update OneNAND since it was recently synced by Kyungmin Park,
4032 and I'm not sure exactly what the common ancestor is.
4033
4034 Signed-off-by: Scott Wood <scottwood@freescale.com>
4035
4036commit b1d0db1805c3395149777e507b6da53410abac4e
4037Author: Kumar Gala <galak@kernel.crashing.org>
4038Date: Tue Oct 21 17:25:47 2008 -0500
4039
4040 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
4041
4042 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
4043
4044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4045
4046commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
4047Author: Kumar Gala <galak@kernel.crashing.org>
4048Date: Tue Oct 21 17:25:46 2008 -0500
4049
4050 bootm: support subcommands in linux ppc bootm
4051
4052 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
4053
4054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4055
4056commit 49c3a861d11735838f1f1b11999ce433006dc919
4057Author: Kumar Gala <galak@kernel.crashing.org>
4058Date: Tue Oct 21 17:25:45 2008 -0500
4059
4060 bootm: Add subcommands
4061
4062 Add the ability to break the steps of the bootm command into several
4063 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
4064
4065 This allows us to do things like manipulate device trees before
4066 they are passed to a booting kernel or setup memory for a secondary
4067 core in multicore situations.
4068
4069 Not all OS types support all subcommands (currently only start, loados,
4070 ramdisk, fdt, and go are supported).
4071
4072 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4073
4074commit be08315933537f061bc1ce61f33a29c56458bbad
4075Author: Kumar Gala <galak@kernel.crashing.org>
4076Date: Tue Oct 21 17:25:44 2008 -0500
4077
4078 bootm: Move to using a function pointer table for the boot os function
4079
4080 This removes a bit of code and makes it easier for the upcoming sub bootm
4081 command support to call into the proper OS specific handler.
4082
4083 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4084 Signed-off-by: Wolfgang Denk <wd@denx.de>
4085
4086commit a369f4a492fa2805d87775d27380f0eeaca35aa6
4087Author: Graeme Russ <graeme.russ@gmail.com>
4088Date: Mon Sep 29 23:03:14 2008 +1000
4089
4090 i386: Renamed show_boot_progress in assembler code
4091
4092 Renamed show_boot_progress in assembler init phase to
4093 show_boot_progress_asm to avoid link conflicts with C version
4094
4095 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4096
4097commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
4098Author: Peter Tyser <ptyser@xes-inc.com>
4099Date: Mon Oct 27 16:42:00 2008 -0500
4100
4101 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
4102
4103 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
4104 processors have a 3-bit wide IO_SEL field but have the most
4105 significant bit is wired to 0 so this change should not affect
4106 them.
4107
4108 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4109
4110commit cd4251624205cb97104f6e32679dc7754934f711
4111Author: Becky Bruce <becky.bruce@freescale.com>
4112Date: Mon Oct 27 16:09:42 2008 -0500
4113
4114 powerpc: fix pci window initialization to work with > 4GB DRAM
4115
4116 The existing code has a few errors that need to be fixed in
4117 order to support large RAM sizes. Fix those, and add a
4118 comment to make it clearer.
4119
4120 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4121 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4122
4123commit 219542a1a66ca017b12860920714a9859b18a5d7
4124Author: Kumar Gala <galak@kernel.crashing.org>
4125Date: Mon Oct 27 13:16:20 2008 -0500
4126
4127 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
4128
4129 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4130
4131commit 6b59e03e0237a40a2305ea385defdfd92000978b
4132Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4133Date: Mon Sep 1 16:21:22 2008 +0200
4134
4135 lcd: Let the board code show board-specific info
4136
4137 The information displayed when CONFIG_LCD_INFO is set is inherently
4138 board-specific, so it should be done by the board code. The current code
4139 dealing with this only handles two cases, and is already a horrible mess
4140 of #ifdeffery.
4141
4142 Yes, this duplicates some code, but it also allows boards to print more
4143 board-specific information; this used to be very difficult.
4144
4145 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4146 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4147
4148commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
4149Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4150Date: Mon Sep 1 16:21:21 2008 +0200
4151
4152 lcd: Set lcd_is_enabled before clearing the screen
4153
4154 This allows the logo/info rendering routines to use the regular
4155 lcd_putc/lcd_puts/lcd_printf calls.
4156
4157 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4158 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4159
4160commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
4161Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4162Date: Mon Sep 1 16:21:20 2008 +0200
4163
4164 lcd: Implement lcd_printf()
4165
4166 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
4167 this by borrowing the lcd_printf() implementation from the cogent board
4168 code (which appears to use its own LCD framework.)
4169
4170 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4171 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4172
4173commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
4174Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4175Date: Mon Sep 1 16:21:19 2008 +0200
4176
4177 atmel_lcdfb: Straighten out funky vl_sync logic
4178
4179 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
4180 otherwise we don't. WTF?
4181
4182 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4183 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4184
4185commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
4186Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4187Date: Mon Sep 1 16:21:18 2008 +0200
4188
4189 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
4190
4191 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
4192 includes a file that does, asm/arch/gpio.h, but this file doesn't
4193 include <asm/arch/hardware.h> like it's supposed to.
4194
4195 Add the missing include to asm/arch/gpio.h and remove the workaround
4196 from the atmel_lcdfb driver. This makes the driver compile on avr32.
4197
4198 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4199 Signed-off-by: Anatolij Gustschin <agust@denx.de>
4200
4201commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
4202Author: Kumar Gala <galak@kernel.crashing.org>
4203Date: Wed Oct 22 14:38:55 2008 -0500
4204
4205 86xx: Convert all fsl_pci_init users to new APIs
4206
4207 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
4208 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
4209
4210 With these changes the board code is a bit smaller and we get dma-ranges
4211 set in the device tree for these boards.
4212
4213 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4214 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4215 Acked-by: Jon Loeliger <jdl@freescale.com>
4216
4217commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
4218Author: Kumar Gala <galak@kernel.crashing.org>
4219Date: Tue Oct 21 08:28:33 2008 -0500
4220
4221 85xx: Convert all fsl_pci_init users to new APIs
4222
4223 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
4224 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
4225 and ft_fsl_pci_setup().
4226
4227 With these changes the board code is a bit smaller and we get dma-ranges
4228 set in the device tree for these boards.
4229
4230 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4231 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4232
4233commit a2aab460727e5f674353a83a81000ef794bffcae
4234Author: Kumar Gala <galak@kernel.crashing.org>
4235Date: Thu Oct 23 00:01:06 2008 -0500
4236
4237 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
4238
4239 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4240 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4241
4242commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
4243Author: Kumar Gala <galak@kernel.crashing.org>
4244Date: Wed Oct 22 14:06:24 2008 -0500
4245
4246 pci/fsl_pci_init: Add a common PCI inbound setup function
4247
4248 Add a common setup function that determines the pci_region(s) based
4249 on how much memory we have in the system.
4250
4251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4252 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4253
4254commit 612ea01018a459234d54ed57ec6a5a244ce75678
4255Author: Kumar Gala <galak@kernel.crashing.org>
4256Date: Tue Oct 21 10:13:14 2008 -0500
4257
4258 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
4259
4260 * PCI Inbound window was setup incorrectly. The PCI address and system
4261 address were swapped. The PCI address should be setting piwar/piwbear
4262 and the system address should be setting pitar.
4263
4264 * Removed masking of addresses to allow for system address to support
4265 system address & PCI address >32-bits
4266
4267 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
4268
4269 * Respect the PCI_REGION_PREFETCH for inbound windows
4270
4271 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4272 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4273
4274commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
4275Author: Kumar Gala <galak@kernel.crashing.org>
4276Date: Wed Oct 22 23:33:56 2008 -0500
4277
4278 fdt: Added helper to set PCI dma-ranges property
4279
4280 Added fdt_pci_dma_ranges() that parses the pci_region info from the
4281 struct pci_controller and populates the dma-ranges based on it.
4282
4283 The max # of windws/dma-ranges we support is 3 since on embedded
4284 PowerPC based systems this is the max number of windows.
4285
4286 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4287 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4288
4289commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
4290Author: Kumar Gala <galak@kernel.crashing.org>
4291Date: Thu Oct 23 00:05:47 2008 -0500
4292
4293 fdt: Add fdt_getprop_u32_default helpers
4294
4295 Add helper functions to return find a node and return it's property
4296 or a default value.
4297
4298 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4299 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4300 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
4301
4302commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
4303Author: Kumar Gala <galak@kernel.crashing.org>
4304Date: Tue Oct 21 18:06:15 2008 -0500
4305
4306 86xx: Enable 64-bit PCI resources on all Freescale boards
4307
4308 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4309 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4310
4311commit 0151cbaccf4504821ecfde0217299bd740086bb6
4312Author: Kumar Gala <galak@kernel.crashing.org>
4313Date: Tue Oct 21 11:33:58 2008 -0500
4314
4315 85xx: Enable 64-bit PCI resources on all Freescale boards
4316
4317 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4318 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4319
4320commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
4321Author: Kumar Gala <galak@kernel.crashing.org>
4322Date: Tue Oct 21 08:36:08 2008 -0500
4323
4324 pci: Allow for PCI addresses to be 64-bit
4325
4326 PCI bus is inherently 64-bit. While not all system require access to
4327 the full 64-bit PCI address range some do. This allows those systems
4328 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
4329
4330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4331 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
4332 Acked-by: Wolfgang Denk <wd@denx.de>
4333
4334commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
4335Author: Dave Liu <daveliu@freescale.com>
4336Date: Thu Oct 23 21:18:53 2008 +0800
4337
4338 85xx: Fix the incorrect register used for DDR erratum1
4339
4340 The 8572 DDR erratum1:
4341 DDR controller may enter an illegal state when operating
4342 in 32-bit bus mode with 4-beat bursts.
4343
4344 Description:
4345 When operating with a 32-bit bus, it is recommended that
4346 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
4347 This forces the DDR controller to use 4-beat bursts when
4348 communicating to the DRAMs. However, an issue exists that
4349 could lead to data corruption when the DDR controller is
4350 in 32-bit bus mode while using 4-beat bursts.
4351
4352 Projected Impact:
4353 If the DDR controller is operating in 32-bit bus mode with
4354 4-beat bursts, then the controller may enter into a bad state.
4355 All subsequent reads from memory is corrupted.
4356 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
4357 Therefore, this erratum does not affect DDR3 mode.
4358
4359 Work Arounds:
4360 To work around this issue, software must set DEBUG_1[31] in
4361 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
4362 and CCSRBAR offset + 0x6f00 for DDR_2).
4363
4364 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
4365 as condition, but it should be DDR_SDRAM_CFG register.
4366
4367 Signed-off-by: Dave Liu <daveliu@freescale.com>
4368
4369commit d5b693090ed08d24c18491df9d8fc7387b2906f3
4370Author: Dave Liu <daveliu@freescale.com>
4371Date: Thu Oct 23 21:17:19 2008 +0800
4372
4373 85xx: remove unused config definition
4374
4375 Signed-off-by: Dave Liu <daveliu@freescale.com>
4376
4377commit 0f060c3bf82832331a509f2e5d2442539e7aad09
4378Author: Kumar Gala <galak@kernel.crashing.org>
4379Date: Thu Oct 23 01:47:38 2008 -0500
4380
4381 85xx: Add basic e500mc core support
4382
4383 Introduce CONFIG_E500MC to deal with the minor differences between
4384 e500v2 and e500mc.
4385
4386 * Certain fields of HID0/1 don't exist anymore on e500mc
4387 * Cache line size is 64-bytes on e500mc
4388 * reset value of PIR is different
4389
4390 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4391
4392commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
4393Author: Kumar Gala <galak@kernel.crashing.org>
4394Date: Thu Oct 23 01:47:37 2008 -0500
4395
4396 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
4397
4398 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
4399 e500mc's 64-byte cacheline properly when it gets added.
4400
4401 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4402
4403commit 5deb8022c3749faac30e9ad9694691e2442b5c93
4404Author: Georg Schardt <schardt@team-ctech.de>
4405Date: Fri Oct 24 13:51:52 2008 +0200
4406
4407 ppc4xx: New board avnet fx12 minimodul
4408
4409 This patch adds support for the avnet fx12 minimodul.
4410 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
4411 patch from Ricardo.
4412
4413 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
4414 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4415 Signed-off-by: Stefan Roese <sr@denx.de>
4416
4417commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
4418Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4419Date: Tue Oct 21 18:29:46 2008 +0200
4420
4421 ppc4xx: Generic architecture for xilinx ppc405(v3)
4422
4423 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
4424 ppc440 boards, this patch presents a common architecture for all the
4425 xilinx ppc405 boards.
4426
4427 Any custom xilinx ppc405 board can be added very easily with no code
4428 duplicity.
4429
4430 This patch also adds a simple generic board, that can be used on almost
4431 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
4432
4433 This patch is prepared to work with the latest version of EDK (10.1)
4434
4435 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
4436 Signed-off-by: Stefan Roese <sr@denx.de>
4437
4438commit 485c00a57fab86f72a3769480c66bf1ca22e1459
4439Author: Stefan Roese <sr@denx.de>
4440Date: Fri Oct 24 08:56:09 2008 +0200
4441
4442 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
4443
4444 Since the new autocalibration still has some problems on some Kilauea
4445 boards with 200MHz DDR2 frequency we disable the autocalibration and
4446 use the hardcoded values as done before. This seems to work reliably
4447 on all known DDR2 frequencies.
4448
4449 After the autocalibration issue is fixed we will enable it again.
4450
4451 Signed-off-by: Stefan Roese <sr@denx.de>
4452
4453commit f177f4250c729727b1629fa8d8d6556c999e9b8c
4454Author: Mike Frysinger <vapier@gentoo.org>
4455Date: Wed Apr 9 02:02:07 2008 -0400
4456
4457 Blackfin: fix up UART status bit handling
4458
4459 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
4460 This can cause problems when we poll the LSR and then later try and handle
4461 any errors detected.
4462
4463 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4464
4465commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
4466Author: Mike Frysinger <vapier@gentoo.org>
4467Date: Sat Oct 11 20:42:17 2008 -0400
4468
4469 Blackfin: bf561-ezkit: drop redundant code
4470
4471 Common Blackfin code already announces CPU information.
4472
4473 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4474
4475commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
4476Author: Mike Frysinger <vapier@gentoo.org>
4477Date: Sat Oct 11 20:43:10 2008 -0400
4478
4479 Blackfin: bf561-ezkit: drop pointless USB code
4480
4481 The USB/LAN register settings are not actually used/needed in order to
4482 drive things from U-Boot, so drop the code.
4483
4484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4485
4486commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
4487Author: Mike Frysinger <vapier@gentoo.org>
4488Date: Sat Oct 11 20:47:58 2008 -0400
4489
4490 Blackfin: linker scripts: force start.o and set initcode boundaries
4491
4492 Make sure that the start.o object is always the first object in our linker
4493 script regardless of configuration settings, and add some linker symbols
4494 so the ldr utility can properly locate the initcode when generating a LDR.
4495
4496 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4497
4498commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
4499Author: Mike Frysinger <vapier@gentoo.org>
4500Date: Sat Oct 11 21:19:39 2008 -0400
4501
4502 Blackfin: small cpu init optimization while setting interrupt mask
4503
4504 Use the sti instruction to set the initial interrupt mask rather than
4505 banging on the core IMASK MMR to save both space and time.
4506
4507 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4508
4509commit 960922291c9594acb575cec7e47d7bed9b58182c
4510Author: Mike Frysinger <vapier@gentoo.org>
4511Date: Sat Oct 11 21:18:10 2008 -0400
4512
4513 Blackfin: set initial stack correctly according to Blackfin ABI
4514
4515 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4516
4517commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
4518Author: Mike Frysinger <vapier@gentoo.org>
4519Date: Sun Apr 20 03:11:53 2008 -0400
4520
4521 Blackfin: make baud calculation more accurate
4522
4523 We should use the algorithm in the Linux kernel so that the UART divisor
4524 calculation is more accurate. It also fixes problems on some picky UARTs
4525 that have sampling anomalies.
4526
4527 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4528
4529commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
4530Author: Mike Frysinger <vapier@gentoo.org>
4531Date: Mon Oct 6 04:21:41 2008 -0400
4532
4533 Blackfin: decode hwerrcause/excause when crashing
4534
4535 Having to decode hwerrcause/excause values is a pain, so automate it.
4536
4537 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4538
4539commit 2de95bb20c488f20298df6881b700a5a757ee780
4540Author: Mike Frysinger <vapier@gentoo.org>
4541Date: Mon Oct 6 04:20:54 2008 -0400
4542
4543 Blackfin: fix register dump messages
4544
4545 Make sure we report RETI/IPEND correctly.
4546
4547 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4548
4549commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
4550Author: Mike Frysinger <vapier@gentoo.org>
4551Date: Mon Oct 6 04:19:34 2008 -0400
4552
4553 Blackfin: don't bother displaying reboot msg when crashing
4554
4555 The hang function already tells you to reboot, so no point in showing it
4556 twice.
4557
4558 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4559
4560commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
4561Author: Mike Frysinger <vapier@gentoo.org>
4562Date: Sun Jun 1 01:23:48 2008 -0400
4563
4564 Blackfin: enable support for nested interrupts
4565
4566 During cpu init, make sure we initialize the CEC properly so that
4567 interrupts can fire and be handled while U-Boot is running.
4568
4569 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4570
4571commit 39782727e185860faa4884c2b04e84cb33d1c6cf
4572Author: Mike Frysinger <vapier@gentoo.org>
4573Date: Mon Oct 6 03:55:25 2008 -0400
4574
4575 Blackfin: init NAND before relocating env
4576
4577 If booting out of NAND, we need to make sure we initialize it properly
4578 before attempting to relocate the environment.
4579
4580 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4581
4582commit 0f9a8819416ba40a53de50af148847a0e508f84d
4583Author: Mike Frysinger <vapier@gentoo.org>
4584Date: Thu Aug 7 18:40:13 2008 -0400
4585
4586 Blackfin: check cache bits, not cplb bits
4587
4588 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4589
4590commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
4591Author: Mike Frysinger <vapier@gentoo.org>
4592Date: Thu Aug 7 17:52:59 2008 -0400
4593
4594 Blackfin: drop unused cache flush code
4595
4596 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4597
4598commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
4599Author: Mike Frysinger <vapier@gentoo.org>
4600Date: Thu Aug 7 15:21:47 2008 -0400
4601
4602 Blackfin: unify cache handling code
4603
4604 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4605
4606commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
4607Author: Mike Frysinger <vapier@gentoo.org>
4608Date: Mon Oct 6 03:39:07 2008 -0400
4609
4610 Blackfin: only initialize the RTC when actually used
4611
4612 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4613
4614commit 621e579b812dd1a2e6777f7cbf6e55e736505823
4615Author: Mike Frysinger <vapier@gentoo.org>
4616Date: Mon Oct 6 03:44:33 2008 -0400
4617
4618 Blackfin: fix SWRST register definition
4619
4620 The SWRST register is a 16bit, not 32bit, register.
4621
4622 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4623
4624commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
4625Author: Mike Frysinger <vapier@gentoo.org>
4626Date: Thu Aug 7 18:54:57 2008 -0400
4627
4628 Blackfin: build with -fomit-frame-pointer
4629
4630 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4631
4632commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
4633Author: Mike Frysinger <vapier@gentoo.org>
4634Date: Thu Aug 7 17:50:26 2008 -0400
4635
4636 Blackfin: document some of the blackfin directories
4637
4638 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4639
4640commit e4337968e43698a68ba608369f46d4a4114111ca
4641Author: Mike Frysinger <vapier@gentoo.org>
4642Date: Thu Aug 7 15:16:56 2008 -0400
4643
4644 Blackfin: only enable hardware error irq by default
4645
4646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4647
4648commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
4649Author: Mike Frysinger <vapier@gentoo.org>
4650Date: Thu Aug 7 13:36:43 2008 -0400
4651
4652 Blackfin: punt old unused mem_init.h header
4653
4654 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4655
4656commit bcc121a01608042066a19ab5bff5bcfb805bf406
4657Author: Mike Frysinger <vapier@gentoo.org>
4658Date: Thu Aug 7 13:18:55 2008 -0400
4659
4660 Blackfin: delete unused page_descriptor_table_size define
4661
4662 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4663
4664commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
4665Author: Mike Frysinger <vapier@gentoo.org>
4666Date: Thu Aug 7 13:17:03 2008 -0400
4667
4668 Blackfin: fix typo in boot mode comment and add NAND define
4669
4670 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4671
4672commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
4673Author: Ben Maan <moo@cow>
4674Date: Thu Aug 7 13:14:21 2008 -0400
4675
4676 Blackfin: fix port mux defines for BF54x
4677
4678 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4679
4680commit 0656ef2ba274910d31364fe022f6c7db0051660d
4681Author: Mike Frysinger <vapier@gentoo.org>
4682Date: Thu Aug 7 13:09:50 2008 -0400
4683
4684 Blackfin: update anomaly lists
4685
4686 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4687
4688commit 50ca95402876cf7bac4e2d4f7855f616a038763f
4689Author: Mike Frysinger <vapier@gentoo.org>
4690Date: Thu Aug 7 13:08:54 2008 -0400
4691
4692 Blackfin: unify DSPID/DBGSTAT MMR definitions
4693
4694 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4695
4696commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
4697Author: Wolfgang Denk <wd@denx.de>
4698Date: Tue Oct 21 15:53:51 2008 +0200
4699
4700 Fix strmhz(): avoid printing negative fractions
4701
4702 Signed-off-by: Wolfgang Denk <wd@denx.de>
4703
4704commit 4a7f6b750d8de543fdf8e58acd86745010054571
4705Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
4706Date: Fri Oct 17 08:55:51 2008 -0400
4707
4708 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
4709
4710 This is done to allow other 83XX based platforms which also have UPM
4711 (e.g. 8360) to configure and use their UPM in u-boot.
4712
4713 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
4714 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4715
4716commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
4717Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4718Date: Tue Oct 14 22:58:53 2008 +0400
4719
4720 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
4721
4722 With this patch u-boot can fixup the dr_mode and phy_type properties
4723 for the Dual-Role USB controller.
4724
4725 While at it, also remove #ifdefs around includes, they are not needed.
4726
4727 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4728 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4729
4730commit b3379f3fd13969934c00097c05754e7a8990fd39
4731Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4732Date: Wed Oct 8 20:52:54 2008 +0400
4733
4734 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
4735
4736 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
4737 current settings don't work with the default chip on the board.
4738 Nevertheless Freescale's U-Boot sets the option register correctly,
4739 so I just dumped the register from the working u-boot. My guess is
4740 that the old settings were applicable for some pilot boards, not
4741 found in the production.
4742
4743 This patch also enables FSL ELBC driver so that we could access
4744 the NAND storage in the u-boot.
4745
4746 The NAND support costs about 45KB, so the u-boot no longer fits
4747 into two 128KB NOR flash sectors, thus we also have to adjust
4748 environment location: add another 128KB to the monitor length.
4749
4750 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4751
4752 It is due to hardware design and logic defect, that is the
4753 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
4754 the NAND chip connected to nLCS3, you have to set up the
4755 OR3[BCTLD] = '1' for normal operation, otherwise it will have
4756 bus contention due to the pin 48/25 of U60 is enabled.
4757
4758 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
4759 asserted upon access to the NAND chip, keep the default state.
4760
4761 Acked-by: Dave Liu <daveliu@freescale.com>
4762 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4763
4764commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
4765Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4766Date: Thu Oct 2 19:17:33 2008 +0400
4767
4768 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
4769
4770 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
4771 standalone or acting as a PCI agent. User's Guide says:
4772
4773 - When the CPLD recognizes its location on the PIB it automatically
4774 configures RCW to the PCI Host.
4775 - If the CPLD fails to recognize its location then it is automatically
4776 configured as an Agent and the PCI is configured to an external arbiter.
4777
4778 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
4779 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
4780 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
4781 any arbiter bad things will happen (here the board hangs during any config
4782 space reads).
4783
4784 In this situation we must disable the PCI. And in case of anybody really
4785 want to use an external arbiter, we provide "pci_external_aribter"
4786 environment variable.
4787
4788 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4789 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4790
4791commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
4792Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4793Date: Thu Oct 2 18:32:25 2008 +0400
4794
4795 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
4796
4797 This involves configuring the SerDes and fixing up the flags and
4798 PHY addresses for the TSECs.
4799
4800 For Linux we also fix up the device tree.
4801
4802 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4803 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4804
4805commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
4806Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4807Date: Thu Oct 2 18:31:59 2008 +0400
4808
4809 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
4810
4811 We'll use these masks to parse TSEC modes out of HRCWH.
4812
4813 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4814 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4815
4816commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
4817Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4818Date: Thu Oct 2 18:31:56 2008 +0400
4819
4820 mpc83xx: serdes: add forgotten shifts for rfcks
4821
4822 The rfcks should be shifted by 28 bits left. We didn't notice the bug
4823 because we were using only 100MHz clocks (for which rfcks == 0).
4824
4825 Though, for SGMII we'll need 125MHz clocks.
4826
4827 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4828 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4829
4830commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
4831Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4832Date: Thu Oct 2 18:31:53 2008 +0400
4833
4834 mpc83xx: fix serdes setup for the MPC8378E boards
4835
4836 MPC837xE specs says that SerDes1 has:
4837
4838 — Two lanes running x1 SGMII at 1.25 Gbps;
4839 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
4840
4841 And for SerDes2:
4842
4843 — Two lanes running x1 PCI Express at 2.5 Gbps;
4844 — One lane running x2 PCI Express at 2.5 Gbps;
4845 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
4846
4847 The spec also explicitly states that PEX options are not valid for
4848 the SD1.
4849
4850 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
4851 which is wrong to do.
4852
4853 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4854 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4855
4856commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
4857Author: Anton Vorontsov <avorontsov@ru.mvista.com>
4858Date: Wed Sep 10 18:12:37 2008 +0400
4859
4860 mpc83xx: mpc8360emds: rework LBC SDRAM setup
4861
4862 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
4863 it difficult to use (b/c then the memory is discontinuous and
4864 there is quite big memory hole between the DDR/SDRAM regions).
4865
4866 This patch reworks LBC SDRAM setup so that now we dynamically
4867 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
4868 DDR memory).
4869
4870 With this patch we're able to:
4871
4872 - Boot without external DDR memory;
4873 - Use most "DDR + SDRAM" setups without need to support for
4874 sparse/discontinuous memory model in the software.
4875
4876 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
4877 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
4878
4879commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
4880Author: Wolfgang Denk <wd@xpert.denx.de>
4881Date: Tue Oct 21 11:23:56 2008 +0200
4882
4883 FDT: don't use private kernel header files
4884
4885 On some systems (for example Fedora Core 4) U-Boot builds with the
4886 following wanrings only:
4887
4888 ...
4889 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
4890 from fdt.c:51:
4891 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
4892
4893 This patch fixes this problem.
4894
4895 Signed-off-by: Wolfgang Denk <wd@denx.de>
4896
4897commit f4d14c55504ce40287321bd63ee269e3233ee4ae
4898Author: Stefan Roese <sr@denx.de>
4899Date: Mon Oct 13 15:15:31 2008 +0200
4900
4901 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
4902
4903 Signed-off-by: Stefan Roese <sr@denx.de>
4904
4905commit 43cbce69d48d052574d71f50724be546d90a46a4
4906Author: Stefan Roese <sr@denx.de>
4907Date: Mon Oct 13 10:45:14 2008 +0200
4908
4909 ppc4xx: Correctly setup ranges property in ebc node
4910
4911 Previously only the NOR flash mapping was written into the ranges
4912 property of the ebc node. This patch now writes all enabled chip
4913 select areas into the ranges property.
4914
4915 Signed-off-by: Stefan Roese <sr@denx.de>
4916
4917commit d7b26d58328f137471ea97de382bfa63f7239931
4918Author: Dirk Eibach <eibach@gdsys.de>
4919Date: Wed Oct 8 15:37:50 2008 +0200
4920
4921 ppc4xx: Add GDSys neo 405EP board support
4922
4923 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
4924 Signed-off-by: Stefan Roese <sr@denx.de>
4925
4926commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
4927Author: Niklaus Giger <niklaus.giger@netstal.com>
4928Date: Wed Oct 1 14:46:13 2008 +0200
4929
4930 ppc4xx: Update configs for Netstal boards
4931
4932 I reorganized my config files, putting the common stuff into netstal-common.h
4933 (got the idea by looking a amcc-common.h from Stefan).
4934
4935 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
4936
4937 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
4938 Signed-off-by: Stefan Roese <sr@denx.de>
4939
4940commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
4941Author: Adam Graham <agraham@amcc.com>
4942Date: Wed Oct 8 10:13:19 2008 -0700
4943
4944 ppc4xx: Add routine to retrieve CPU number
4945
4946 Provide a weak defined routine to retrieve the CPU number for
4947 reference boards that have multiple CPU's. Default behavior
4948 is the existing single CPU print output. Reference boards with
4949 multiple CPU's need to provide a board specific routine.
4950 See board/amcc/arches/arches.c for an example.
4951
4952 Signed-off-by: Adam Graham <agraham@amcc.com>
4953 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4954 Signed-off-by: Stefan Roese <sr@denx.de>
4955
4956commit 59217bae40e90982ab5400d849c08af683ace036
4957Author: Adam Graham <agraham@amcc.com>
4958Date: Wed Oct 8 10:13:14 2008 -0700
4959
4960 ppc4xx: Add static support for 44x IBM SDRAM Controller
4961
4962 This patch add the capability to configure a PPC440 based IBM SDRAM
4963 Controller with static, compiled-in, values. PPC440 memory subsystem
4964 includes a Memory Queue core.
4965
4966 Signed-off-by: Adam Graham <agraham@amcc.com>
4967 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4968 Signed-off-by: Stefan Roese <sr@denx.de>
4969
4970commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
4971Author: Adam Graham <agraham@amcc.com>
4972Date: Wed Oct 8 10:12:53 2008 -0700
4973
4974 ppc4xx: Add AMCC Arches board support (dual 460GT)
4975
4976 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
4977 This board is a dual processor board with each processor providing
4978 independent resources for Rapid IO, Gigabit Ethernet, and serial
4979 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
4980 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
4981 port. The two 460GT's will communicate with each other via shared
4982 memory, Gigabit Ethernet and x1 PCI-Express.
4983
4984 Signed-off-by: Adam Graham <agraham@amcc.com>
4985 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
4986 Signed-off-by: Stefan Roese <sr@denx.de>
4987
4988commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
4989Author: Wolfgang Denk <wd@xpert.denx.de>
4990Date: Sun Oct 19 21:54:30 2008 +0200
4991
4992 TQM8260: environment in flash instead EEPROM, baudrate 115k
4993
4994 Several customers have reported problems with the environment in
4995 EEPROM, including corrupted content after board reset. Probably the
4996 code to prevent I2C Enge Conditions is not working sufficiently.
4997
4998 We move the environment to flash now, which allows to have a backup
4999 copy plus gives much faster boot times.
5000
5001 Also, change the default console initialization to 115200 bps as used
5002 on most other boards.
5003
5004 Signed-off-by: Wolfgang Denk <wd@denx.de>
5005
5006commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
5007Author: Kumar Gala <galak@kernel.crashing.org>
5008Date: Sun Oct 19 12:49:19 2008 -0500
5009
5010 85xx: Fix compile warning in mpc8536ds.c
5011
5012 mpc8536ds.c: In function 'is_sata_supported':
5013 mpc8536ds.c:615: warning: unused variable 'devdisr'
5014
5015 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5016
5017commit 8ed44d91c8122d00368523b0b746691c895d3b3c
5018Author: Wolfgang Denk <wd@denx.de>
5019Date: Sun Oct 19 02:35:50 2008 +0200
5020
5021 Cleanup: fix "MHz" spelling
5022
5023 Signed-off-by: Wolfgang Denk <wd@denx.de>
5024
5025commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
5026Author: Wolfgang Denk <wd@denx.de>
5027Date: Sun Oct 19 02:35:49 2008 +0200
5028
5029 Use strmhz() to format clock frequencies
5030
5031 Signed-off-by: Wolfgang Denk <wd@denx.de>
5032
5033commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
5034Author: Wolfgang Denk <wd@denx.de>
5035Date: Sun Oct 19 02:35:48 2008 +0200
5036
5037 strmhz(): Round numbers when printing clock frequencies
5038
5039 Round clock frequencies for printing.
5040
5041 Many boards printed off clock frequencies like 399 MHz instead of the
5042 exact 400 MHz because numberes were not rounded. This is fixed now.
5043
5044 Signed-off-by: Wolfgang Denk <wd@denx.de>
5045
5046commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
5047Author: Timur Tabi <timur@freescale.com>
5048Date: Mon Oct 20 15:16:47 2008 -0500
5049
5050 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
5051
5052 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
5053 to add a comment that the correct value disagrees with the 8544 reference
5054 manual. The changelog for that commit is also wrong, as it says "bit 28"
5055 when it should be "bit 24".
5056
5057 Signed-off-by: Timur Tabi <timur@freescale.com>
5058
5059commit 360fe71e82b83e264c964c9447c537e9a1f643c8
5060Author: Heiko Schocher <hs@denx.de>
5061Date: Fri Oct 17 18:24:06 2008 +0200
5062
5063 mgcoge: add redundant environment sector
5064
5065 Signed-off-by: Heiko Schocher <hs@denx.de>
5066
5067commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
5068Author: Heiko Schocher <hs@denx.de>
5069Date: Fri Oct 17 18:23:27 2008 +0200
5070
5071 mgsuvd: update size of environment
5072
5073 Signed-off-by: Heiko Schocher <hs@denx.de>
5074
5075commit 2e26d837f11460c0e6dede7d65424a31e0183d09
5076Author: Jason Jin <Jason.jin@freescale.com>
5077Date: Fri Oct 10 11:41:00 2008 +0800
5078
5079 Enabled the Freescale SGMII riser card on 8536DS
5080
5081 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5082
5083commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
5084Author: Liu Yu <yu.liu@freescale.com>
5085Date: Fri Oct 10 11:40:59 2008 +0800
5086
5087 Enabled the Freescale SGMII riser card on 8572DS
5088
5089 This patch based on Andy's work.
5090 Including command 'pixis_set_sgmii' support.
5091
5092 Signed-off-by: Liu Yu <yu.liu@freescale.com>
5093
5094commit bff188baf9427c35745356439435acf3864d4c65
5095Author: Liu Yu <yu.liu@freescale.com>
5096Date: Fri Oct 10 11:40:58 2008 +0800
5097
5098 Make pixis_set_sgmii more general to support MPC85xx boards.
5099
5100 The pixis sgmii command depend on the FPGA support on the board, some 85xx
5101 boards support SGMII riser card but did not support this command, define
5102 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
5103
5104 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
5105 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
5106 PIXIS_VCFGEN1_MASK in header file for both boards.
5107
5108 Signed-off-by: Liu Yu <yu.liu@freescale.com>
5109
5110commit 5e981d683d2363204c76773941c2e9c2044c808f
5111Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5112Date: Wed Oct 8 23:38:02 2008 -0500
5113
5114 Add cpu/8xxx to TAGS_SUBDIRS
5115
5116 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5117
5118commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
5119Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5120Date: Thu Oct 9 01:25:55 2008 -0500
5121
5122 fsl_law clear enable before changing.
5123
5124 Debug sessions may have left enabled laws.
5125 Changing lawbar with an unkown enabled tgtid could cause problems.
5126
5127 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5128
5129commit 86be510f7b5443e7e937f696bfbe037fdc740b15
5130Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5131Date: Thu Oct 9 00:29:27 2008 -0500
5132
5133 mpc8572 additional end-point mode
5134
5135 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
5136 Include host_agent == 0 decode for end-point determination.
5137
5138 This is not needed for the ds reference board since pcie3 will be a host
5139 in order to connect to the uli chip. Include it here as a reference for
5140 other mpc8572 boards.
5141
5142 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5143
5144commit 6856b3d0221a838580e6bb06f61425fd7529ba93
5145Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5146Date: Wed Oct 8 23:37:59 2008 -0500
5147
5148 85xx if NUM_CPUS>1, print cpu number
5149
5150 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5151
5152commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
5153Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5154Date: Wed Oct 8 23:38:01 2008 -0500
5155
5156 pixis do not print long help if not configured
5157
5158 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5159
5160commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
5161Author: Andy Fleming <afleming@freescale.com>
5162Date: Tue Oct 7 08:09:50 2008 -0500
5163
5164 Have u-boot pass stashing parameters into device tree
5165
5166 Some cores don't support ethernet stashing at all, and some
5167 instances have errata. Adds 3 properties to gianfar nodes
5168 which support stashing. For now, just add this support to
5169 85xx SoCs.
5170
5171 Signed-off-by: Andy Fleming <afleming@freescale.com>
5172
5173commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
5174Author: Haiying Wang <Haiying.Wang@freescale.com>
5175Date: Fri Oct 3 12:37:57 2008 -0400
5176
5177 Add DDR options setting on MPC8641HPCN board
5178
5179 * Add board specific parameter table to choose correct cpo, clk_adjust,
5180 write_data_delay based on board ddr frequency and n_ranks.
5181
5182 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
5183
5184 Signed-off-by: James Yang <James.Yang@freescale.com>
5185 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5186
5187commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
5188Author: Haiying Wang <Haiying.Wang@freescale.com>
5189Date: Fri Oct 3 12:37:41 2008 -0400
5190
5191 Add ddr interleaving suppport for MPC8572DS board
5192
5193 * Add board specific parameter table to choose correct cpo, clk_adjust,
5194 write_data_delay, 2T based on board ddr frequency and n_ranks.
5195
5196 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
5197
5198 * Set memory controller interleaving mode to bank interleaving, and disable
5199 bank(chip select) interleaving mode by default, because the default on-board
5200 DDR DIMMs are 2x512MB single-rank.
5201
5202 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
5203
5204 Signed-off-by: James Yang <James.Yang@freescale.com>
5205 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5206
5207commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
5208Author: Haiying Wang <Haiying.Wang@freescale.com>
5209Date: Fri Oct 3 12:37:26 2008 -0400
5210
5211 Add debug information for DDR controller registers
5212
5213 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5214
5215commit c9ffd839b1ada502c86f88edaf1534426b6688ce
5216Author: Haiying Wang <Haiying.Wang@freescale.com>
5217Date: Fri Oct 3 12:37:10 2008 -0400
5218
5219 Check DDR interleaving mode
5220
5221 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
5222 ba_intlv_ctl.
5223 * Print DDR interleaving mode information
5224 * Add doc/README.fsl-ddr to describe the interleaving setting
5225
5226 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5227
5228commit dfb49108e4f86c2224e1f30124328b0de66ef72e
5229Author: Haiying Wang <Haiying.Wang@freescale.com>
5230Date: Fri Oct 3 12:36:55 2008 -0400
5231
5232 Pass dimm parameters to populate populate controller options
5233
5234 Because some dimm parameters like n_ranks needs to be used with the board
5235 frequency to choose the board parameters like clk_adjust etc. in the
5236 board_specific_paramesters table of the board ddr file, we need to pass
5237 the dimm parameters to the board file.
5238
5239 * move ddr dimm parameters header file from /cpu to /include directory.
5240 * add ddr dimm parameters to populate board specific options.
5241 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
5242
5243 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5244
5245commit dbbbb3abeff325855cae76e33d69d5665631443f
5246Author: Haiying Wang <Haiying.Wang@freescale.com>
5247Date: Fri Oct 3 12:36:39 2008 -0400
5248
5249 Make DDR interleaving mode work correctly
5250
5251 Fix some bugs:
5252 1. Correctly set intlv_ctl in cs_config.
5253 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
5254 3. Set base_address and total memory for each ddr controller in memory
5255 controller interleaving mode.
5256
5257 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5258
5259commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
5260Author: Kumar Gala <galak@kernel.crashing.org>
5261Date: Mon Sep 22 23:40:42 2008 -0500
5262
5263 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
5264
5265 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5266
5267commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
5268Author: Kumar Gala <galak@kernel.crashing.org>
5269Date: Mon Sep 22 14:11:11 2008 -0500
5270
5271 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
5272
5273 Changing the flash from cacheable to cache-inhibited was taking a significant
5274 amount of time due to the fact that we were iterating over the full 256M of
5275 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
5276
5277 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5278
5279commit 54e091d3b603a3332c619199ca83a07e95960da4
5280Author: Kumar Gala <galak@kernel.crashing.org>
5281Date: Mon Sep 22 14:11:10 2008 -0500
5282
5283 85xx: Export invalidate_{i,d}cache and add flush_dcache
5284
5285 Added the ability for C code to invalidate the i/d-cache's and
5286 to flush the d-cache. This allows us to more efficient change mappings
5287 from cache-able to cache-inhibited.
5288
5289 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5290
5291commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
5292Author: Heiko Schocher <hs@denx.de>
5293Date: Fri Oct 17 16:11:52 2008 +0200
5294
5295 mgcoge, mgsuvd: extract more common code
5296
5297 in ft_blob_update () for both boards was an unneccessary
5298 repetition of code, which this patch moves in a common
5299 function for this boards.
5300
5301 Signed-off-by: Heiko Schocher <hs@denx.de>
5302
5303commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
5304Author: Heiko Schocher <hs@denx.de>
5305Date: Fri Oct 17 12:15:55 2008 +0200
5306
5307 mgcoge, mgsuvd: use in_*/out_* accesors
5308
5309 Signed-off-by: Heiko Schocher <hs@denx.de>
5310
5311commit a21ca95f8b9dca22714952b348e4905ac157b5cd
5312Author: Heiko Schocher <hs@denx.de>
5313Date: Fri Oct 17 13:52:51 2008 +0200
5314
5315 mgsuvd: fix compiler warning when using soft_i2c driver
5316
5317 Signed-off-by: Heiko Schocher <hs@denx.de>
5318
5319commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
5320Author: Heiko Schocher <hs@denx.de>
5321Date: Fri Oct 17 12:15:05 2008 +0200
5322
5323 mgsuvd: fix coding style
5324
5325 Signed-off-by: Heiko Schocher <hs@denx.de>
5326
5327commit 5f4c3137f4f051787707c548133823f1656eb508
5328Author: Heiko Schocher <hs@denx.de>
5329Date: Fri Oct 17 12:13:30 2008 +0200
5330
5331 mgcoge: Second Flash on CS5 not on CS1
5332
5333 Signed-off-by: Heiko Schocher <hs@denx.de>
5334
5335commit 76da19df5b8e186d269f29190696bd31fb6c836b
5336Author: Kumar Gala <galak@kernel.crashing.org>
5337Date: Thu Oct 16 21:52:08 2008 -0500
5338
5339 Added arch_lmb_reserve to allow arch specific memory regions protection
5340
5341 Each architecture has different ways of determine what regions of memory
5342 might not be valid to get overwritten when we boot. This provides a
5343 hook to allow them to reserve any regions they care about. Currently
5344 only ppc, m68k and sparc need/use this.
5345
5346 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5347
5348commit e02d4a9904c8f36395994c0c81469d552b82f5ea
5349Author: Heiko Schocher <hs@denx.de>
5350Date: Thu Oct 16 16:32:35 2008 +0200
5351
5352 mgcoge: added CONFIG_FIT to support the new u-boot image format
5353
5354 Signed-off-by: Heiko Schocher <hs@denx.de>
5355
5356commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
5357Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5358Date: Thu Oct 16 15:01:15 2008 +0200
5359
5360 rename CFG_ macros to CONFIG_SYS
5361
5362 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5363
5364commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
5365Author: Kumar Gala <galak@kernel.crashing.org>
5366Date: Mon Oct 13 14:12:55 2008 -0500
5367
5368 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
5369
5370 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5371
5372commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
5373Author: Kumar Gala <galak@kernel.crashing.org>
5374Date: Tue Sep 23 10:05:02 2008 -0500
5375
5376 Expose command table search for sub-commands
5377
5378 Sub-command can benefit from using the same table and search functions
5379 that top level commands have. Expose this functionality by refactoring
5380 find_cmd() and introducing find_cmd_tbl() that sub-command processing
5381 can call.
5382
5383 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5384
5385commit f7e51b27508446f8cae3927975817137979ad5e8
5386Author: Heiko Schocher <hs@denx.de>
5387Date: Wed Oct 15 09:41:33 2008 +0200
5388
5389 mgsuvd, mgcoge: added BOOTCOUNT feature.
5390
5391 Signed-off-by: Heiko Schocher <hs@denx.de>
5392
5393commit 8f64da7f83b553889bc08400c97047998382e9d2
5394Author: Heiko Schocher <hs@denx.de>
5395Date: Wed Oct 15 09:41:00 2008 +0200
5396
5397 mgcoge, mgsuvd: added support for the IVM EEprom.
5398
5399 The EEprom contains some Manufacturerinformation,
5400 which are read from u-boot at boot time, and saved
5401 in same hush shell variables.
5402
5403 Signed-off-by: Heiko Schocher <hs@denx.de>
5404
5405commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
5406Author: Heiko Schocher <hs@denx.de>
5407Date: Wed Oct 15 09:40:28 2008 +0200
5408
5409 hush: add showvar command for hush shell.
5410
5411 This new command shows the local variables defined in
5412 the hush shell:
5413
5414 => help showvar
5415 showvar
5416 - print values of all hushshell variables
5417 showvar name ...
5418 - print value of hushshell variable 'name'
5419
5420 Also make the set_local_var() and unset_local_var ()
5421 no longer static, so it is possible to define local
5422 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
5423 is defined, u-boot calls hush_init_var (), where
5424 boardspecific code can define local hush shell
5425 variables at boottime.
5426
5427 Signed-off-by: Heiko Schocher <hs@denx.de>
5428
5429commit 67b23a322848d828a5e45c0567b72762bfde7abf
5430Author: Heiko Schocher <hs@denx.de>
5431Date: Wed Oct 15 09:39:47 2008 +0200
5432
5433 I2C: adding new "i2c bus" Command to the I2C Subsystem.
5434
5435 With this Command it is possible to add new I2C Busses,
5436 which are behind 1 .. n I2C Muxes. Details see README.
5437
5438 Signed-off-by: Heiko Schocher <hs@denx.de>
5439
5440commit c24853644ddd2dd2e4246b5854a93e6254a14092
5441Author: Heiko Schocher <hs@denx.de>
5442Date: Wed Oct 15 09:39:08 2008 +0200
5443
5444 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
5445
5446 As documented in doc/I2C_Edge_Conditions, adding a
5447 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
5448 for the mgcoge and mgsuvd board.
5449
5450 This code was originally written by Keymile in association
5451 with Anatech and Atmel in 1998. The Code toggels the SCL
5452 until the SCA line goes to HIGH (max. 16 times).
5453 And after this, a start condition is sent.
5454
5455 This is another approach to deblock the I2C Bus. The
5456 soft I2C driver actually sends 9 clocks with SDA High,
5457 and then a stop at the end, to deblock the I2C Bus.
5458
5459 Maybe we should use the approach from Keymile as
5460 the new standard?
5461
5462 Signed-off-by: Heiko Schocher <hs@denx.de>
5463
5464commit 4ca107effebfbabac1057c39632105dacef95957
5465Author: Heiko Schocher <hs@denx.de>
5466Date: Wed Oct 15 09:38:38 2008 +0200
5467
5468 soft_i2c: Add CFG_I2C_INIT_BOARD option
5469
5470 This patch adds the option for a boardspecific
5471 I2C deblocking mechanism for the soft i2c driver.
5472
5473 Signed-off-by: Heiko Schocher <hs@denx.de>
5474
5475commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
5476Author: Heiko Schocher <hs@denx.de>
5477Date: Wed Oct 15 09:38:07 2008 +0200
5478
5479 mgcoge, mgsuvd: add DTT (LM75) support.
5480
5481 Signed-off-by: Heiko Schocher <hs@denx.de>
5482
5483commit 8e442df438ab677057571e3ac01846bff7719bce
5484Author: Heiko Schocher <hs@denx.de>
5485Date: Wed Oct 15 09:37:34 2008 +0200
5486
5487 lm75: Make the LM75 MULTI_BUS compatible.
5488
5489 Signed-off-by: Heiko Schocher <hs@denx.de>
5490
5491commit 12f1678127c1df2b2878ba93c88948bedc060775
5492Author: Heiko Schocher <hs@denx.de>
5493Date: Wed Oct 15 09:37:04 2008 +0200
5494
5495 lm75: fix Codingstyle issues.
5496
5497 Signed-off-by: Heiko Schocher <hs@denx.de>
5498
5499commit f2202450c75ba6934b356024101500ddcde6e2a6
5500Author: Heiko Schocher <hs@denx.de>
5501Date: Wed Oct 15 09:36:33 2008 +0200
5502
5503 mgcoge, mgsuvd: added EEprom support.
5504
5505 Signed-off-by: Heiko Schocher <hs@denx.de>
5506
5507commit 9661bf9d120f760238b2a073b84f2baf05010057
5508Author: Heiko Schocher <hs@denx.de>
5509Date: Wed Oct 15 09:36:03 2008 +0200
5510
5511 mgcoge, mgsuvd: add I2C support.
5512
5513 Signed-off-by: Heiko Schocher <hs@denx.de>
5514
5515commit 98aed379586a155292efbf3209356836584b601c
5516Author: Heiko Schocher <hs@denx.de>
5517Date: Wed Oct 15 09:35:26 2008 +0200
5518
5519 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
5520
5521 This patch fixes the following warnings, when using
5522 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
5523 systems:
5524
5525 soft_i2c.c: In function 'send_reset':
5526 soft_i2c.c:93: warning: unused variable 'immr'
5527 soft_i2c.c: In function 'send_start':
5528 soft_i2c.c:124: warning: unused variable 'immr'
5529 soft_i2c.c: In function 'send_stop':
5530 soft_i2c.c:146: warning: unused variable 'immr'
5531 soft_i2c.c: In function 'send_ack':
5532 soft_i2c.c:171: warning: unused variable 'immr'
5533 soft_i2c.c: In function 'write_byte':
5534 soft_i2c.c:196: warning: unused variable 'immr'
5535 soft_i2c.c: In function 'read_byte':
5536 soft_i2c.c:244: warning: unused variable 'immr'
5537
5538 Signed-off-by: Heiko Schocher <hs@denx.de>
5539
5540commit 799b784aa00cb03a352847ab9f9acdde79b72d21
5541Author: Heiko Schocher <hs@denx.de>
5542Date: Wed Oct 15 09:34:45 2008 +0200
5543
5544 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
5545
5546 Signed-off-by: Heiko Schocher <hs@denx.de>
5547
5548commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
5549Author: Heiko Schocher <hs@denx.de>
5550Date: Wed Oct 15 09:34:05 2008 +0200
5551
5552 mgcoge: fix Coding Style issues.
5553
5554 Signed-off-by: Heiko Schocher <hs@denx.de>
5555
5556commit e43a27c49712203fe8848a17714330623edfb2eb
5557Author: Heiko Schocher <hs@denx.de>
5558Date: Wed Oct 15 09:33:30 2008 +0200
5559
5560 I2C: add new command i2c reset.
5561
5562 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
5563 it is not possible to get out of this, until the
5564 complete Hardware gets a reset. This new commando
5565 calls again i2c_init (and that calls i2c_init_board
5566 if defined), which will deblock the I2C Bus.
5567
5568 Signed-off-by: Heiko Schocher <hs@denx.de>
5569 Signed-off-by: Wolfgang Denk <wd@denx.de>
5570
5571commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
5572Author: Heiko Schocher <hs@denx.de>
5573Date: Wed Oct 15 09:32:25 2008 +0200
5574
5575 mgsuvd, mgcoge: move this 2 boards in one dir.
5576
5577 There are some more extensions, which are for both boards
5578 and some more boards from this manufacturer will follow soon.
5579
5580 Signed-off-by: Heiko Schocher <hs@denx.de>
5581 Signed-off-by: Wolfgang Denk <wd@denx.de>
5582
5583commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
5584Author: Dirk Eibach <eibach@gdsys.de>
5585Date: Wed Oct 8 13:44:27 2008 +0200
5586
5587 hwmon: Add LM63 support
5588
5589 This patch adds support for the National LM63 temperature
5590 sensor with integrated fan control. It's used on the GDSys
5591 Neo board (405EP) which will be submitted later.
5592
5593 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
5594 Acked-by: Stefan Roese <sr@denx.de>
5595
5596commit 7ba890bf2f2b92831420243c058951aa831119fd
5597Author: Kyungmin Park <kmpark@infradead.org>
5598Date: Wed Oct 8 11:01:17 2008 +0900
5599
5600 Add Red Black Tree support
5601
5602 Now it's used at UBI module. Of course other modules can use it.
5603 If you want to use it, please define CONFIG_RBTREE
5604
5605 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
5606
5607commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
5608Author: richardretanubun <richardretanubun@ruggedcom.com>
5609Date: Mon Oct 6 16:10:53 2008 -0400
5610
5611 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
5612
5613 Added support for CONFIG_EFI_PARTITION to ext2 commands.
5614 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5615
5616commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
5617Author: richardretanubun <richardretanubun@ruggedcom.com>
5618Date: Fri Sep 26 11:13:22 2008 -0400
5619
5620 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
5621
5622 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
5623 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
5624
5625 Based on linux/fs/partitions/efi.[ch]
5626
5627 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5628
5629commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
5630Author: Bartlomiej Sieka <tur@semihalf.com>
5631Date: Wed Oct 1 15:26:32 2008 +0200
5632
5633 FIT: output image load address for type 'firmware', fix message while there
5634
5635 Now that the auto-update feature uses the 'firmware' type for updates, it is
5636 useful to inspect the load address of such images.
5637
5638 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5639
5640commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
5641Author: Bartlomiej Sieka <tur@semihalf.com>
5642Date: Wed Oct 1 15:26:31 2008 +0200
5643
5644 Automatic software update from TFTP server
5645
5646 The auto-update feature allows to automatically download software updates
5647 from a TFTP server and store them in Flash memory during boot. Updates are
5648 contained in a FIT file and protected with SHA-1 checksum.
5649
5650 More detailed description can be found in doc/README.update.
5651
5652 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5653 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5654
5655commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
5656Author: Bartlomiej Sieka <tur@semihalf.com>
5657Date: Wed Oct 1 15:26:27 2008 +0200
5658
5659 flash: factor out adjusting of Flash address to the end of sector
5660
5661 The upcoming automatic update feature needs the ability to adjust an
5662 address within Flash to the end of its respective sector. Factor out
5663 this functionality to a new function flash_sect_roundb().
5664
5665 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5666 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5667 Signed-off-by: Stefan Roese <sr@denx.de>
5668
5669commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
5670Author: Bartlomiej Sieka <tur@semihalf.com>
5671Date: Wed Oct 1 15:26:29 2008 +0200
5672
5673 net: Make TFTP server timeout configurable
5674
5675 There are two aspects of a TFTP transfer involving timeouts:
5676 1. timeout waiting for initial server reply after sending RRQ
5677 2. timeouts while transferring actual data from the server
5678
5679 Since the upcoming auto-update feature attempts a TFTP download during each
5680 boot, it is undesirable to have a long delay when the TFTP server is not
5681 available. Thus, this commit makes the server timeout (1.) configurable by two
5682 global variables:
5683
5684 TftpRRQTimeoutMSecs
5685 TftpRRQTimeoutCountMax
5686
5687 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
5688 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
5689 The total delay when trying to download a file from a non-existing TFTP server
5690 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
5691
5692 Timeouts during file transfers (2.) are unaffected.
5693
5694 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5695 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5696 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5697
5698commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
5699Author: Bartlomiej Sieka <tur@semihalf.com>
5700Date: Wed Oct 1 15:26:28 2008 +0200
5701
5702 net: express the first argument to NetSetTimeout() in milliseconds
5703
5704 Enforce millisecond semantics of the first argument to NetSetTimeout() --
5705 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
5706 get_timer() countiing in milliseconds).
5707
5708 Rationale for this patch is to enable millisecond granularity for
5709 network-related timeouts, which is needed for the upcoming automatic
5710 software update feature.
5711
5712 Summary of changes:
5713 - do not scale the first argument to NetSetTimeout() by CFG_HZ
5714 - change timeout values used in the networking code to milliseconds
5715
5716 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
5717 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
5718 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5719
5720commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
5721Author: richardretanubun <richardretanubun@ruggedcom.com>
5722Date: Mon Sep 29 18:28:23 2008 -0400
5723
5724 Adds two more ethernet interface to 83xx
5725
5726 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
5727 Six eth interface is chosen because the platform I am using combines
5728 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
5729
5730 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
5731 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5732
5733commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
5734Author: Haiying Wang <Haiying.Wang@freescale.com>
5735Date: Wed Sep 24 11:42:12 2008 -0500
5736
5737 Change UEC PHY interface to RGMII on MPC8568MDS
5738
5739 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
5740
5741 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
5742 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
5743
5744 Now both UEC1 and UEC2 can work properly under u-boot.
5745
5746 It is also in consistent with the kernel setting for 8568 UEC phy interface.
5747
5748 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
5749 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5750
5751commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
5752Author: Wolfgang Denk <wd@denx.de>
5753Date: Sat Oct 18 21:30:31 2008 +0200
5754
5755 Prepare v2008.10 release: update CHANGELOG & Makefile
5756
5757 Signed-off-by: Wolfgang Denk <wd@denx.de>
5758
Wolfgang Denkf63a9d22008-10-18 21:30:31 +02005759commit f7a35a60cf45491871a5c28e9ad24db005487857
5760Author: Heiko Schocher <hs@denx.de>
5761Date: Fri Oct 17 18:24:06 2008 +0200
5762
5763 mgcoge: add redundant environment sector
5764
5765 Signed-off-by: Heiko Schocher <hs@denx.de>
5766 Signed-off-by: Wolfgang Denk <wd@denx.de>
5767
5768commit c2537ee85954af9d036b18b644f3e18d837bf4a5
5769Author: Heiko Schocher <hs@denx.de>
5770Date: Fri Oct 17 18:23:27 2008 +0200
5771
5772 mgsuvd: update size of environment
5773
5774 Signed-off-by: Heiko Schocher <hs@denx.de>
5775
5776commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
5777Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
5778Date: Thu Oct 16 13:38:00 2008 -0500
5779
5780 83xx NAND boot: wait for LTESR[CC]
5781
5782 At least some revisions of the 8313, and possibly other chips, do not
5783 wait for all pages of the initial 4K NAND region to be loaded before
5784 beginning execution; thus, we wait for it before branching out of the
5785 first NAND page.
5786
5787 This fixes warm reset problems when booting from NAND on 8313erdb.
5788
5789 Signed-off-by: Scott Wood <scottwood@freescale.com>
5790 Acked-by: Kim Phillips <kim.phillips@freescale.com>
5791
5792commit bf29e0ea0af03d593c64614136acc723a7a022a2
5793Author: Yuri Tikhonov <yur@emcraft.com>
5794Date: Fri Oct 17 12:54:18 2008 +0200
5795
5796 ppc4xx: PPC44x MQ initialization
5797
5798 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
5799 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
5800 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
5801
5802 Previously the appropriate initialization had been made in Linux, by the
5803 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
5804 registers after normal operation has begun is not supported and could
5805 have unpredictable results.
5806
5807 Comment from Stefan: This patch doesn't change the resulting value of the
5808 MQ registers. It explicitly sets/clears all bits to the desired state which
5809 better documents the resulting register value instead of relying on pre-set
5810 default values.
5811
5812 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5813 Signed-off-by: Stefan Roese <sr@denx.de>
5814
Wolfgang Denk82f15f32008-11-02 16:14:22 +01005815commit ec081c2c190148b374e86a795fb6b1c49caeb549
5816Author: Stefan Roese <sr@denx.de>
5817Date: Fri Oct 17 12:51:46 2008 +0200
5818
5819 ppc4xx: PPC44x MQ initialization
5820
5821 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
5822 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
5823 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
5824
5825 Previously the appropriate initialization had been made in Linux, by the
5826 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
5827 registers after normal operation has begun is not supported and could
5828 have unpredictable results.
5829
5830 Comment from Stefan: This patch doesn't change the resulting value of the
5831 MQ registers. It explicitly sets/clears all bits to the desired state which
5832 better documents the resulting register value instead of relying on pre-set
5833 default values.
5834
5835 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5836 Signed-off-by: Stefan Roese <sr@denx.de>
5837
Wolfgang Denkf63a9d22008-10-18 21:30:31 +02005838commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
5839Author: Kumar Gala <galak@kernel.crashing.org>
5840Date: Thu Oct 16 21:58:50 2008 -0500
5841
5842 85xx: Using proper I2C source clock divider for MPC8544
5843
5844 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
5845 bit 26, instead it should be bit 28. This caused in incorrect
5846 interpretation of the i2c_clk which is the same as the SEC clk on
5847 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
5848 in PORDEVSR2.
5849
5850 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5851
5852commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
5853Author: Kumar Gala <galak@kernel.crashing.org>
5854Date: Thu Oct 16 21:58:49 2008 -0500
5855
5856 Revert "85xx: Using proper I2C source clock divider for MPC8544"
5857
5858 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
5859
5860 The fix introduced by this patch is not correct. The problem is
5861 that the documentation is not correct for the MPC8544 with regards
5862 to which bit in PORDEVSR2 is for the SEC_CFG.
5863
5864 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5865
5866commit 2179c4766bffeece98e5e92040629a96c97e230c
5867Author: Kumar Gala <galak@kernel.crashing.org>
5868Date: Wed Oct 15 10:19:41 2008 -0500
5869
5870 85xx: Fix compile warning
5871
5872 mpc8536ds.c: In function 'is_sata_supported':
5873 mpc8536ds.c:614: warning: unused variable 'devdisr'
5874
5875 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5876
5877commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
5878Author: Jason Jin <Jason.jin@freescale.com>
5879Date: Wed Oct 15 10:40:24 2008 +0800
5880
5881 Fix the function conflict in x86emu when DEBUG is on
5882
5883 The function parse_line() in common/main.c was exposed globally by commit
5884 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
5885 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
5886 This patch fix this by renaming the function in the debug.c file.
5887
5888 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5889
5890commit b4dbacf69a669a17487054552fc2761149dd6767
5891Author: Wolfgang Denk <wd@denx.de>
5892Date: Wed Oct 15 15:50:45 2008 +0200
5893
5894 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
5895
5896 Signed-off-by: Wolfgang Denk <wd@denx.de>
5897
Wolfgang Denkaec78e12008-10-15 15:50:45 +02005898commit 374b9038293d01d8744a46af9b7854a6fd99b228
5899Author: Heiko Schocher <hs@denx.de>
5900Date: Wed Oct 15 09:51:19 2008 +0200
5901
5902 Fix compiler warning in lib_ppc/board.c
5903
5904 Fix compiler warning introduced by commit 0f8cbc18
5905
5906 Signed-off-by: Heiko Schocher <hs@denx.de>
5907 Signed-off-by: Wolfgang Denk <wd@denx.de>
5908
5909commit 9724555755a6f1066636481b41f7094e0ce93a69
5910Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5911Date: Thu Oct 9 10:29:14 2008 +0530
5912
5913 mpc83xx: wait till UPM completes the write to array
5914
5915 Reference manual states that MxMR[MAD] increment is the indication
5916 of write to UPM array is complete. Honour that. Also, make the dummy
5917 write explicit.
5918
5919 also fix the comment.
5920
5921 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5922 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5923
5924commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
5925Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5926Date: Wed Oct 8 18:12:20 2008 -0500
5927
5928 Remove unwanted ';' at end of define.
5929
5930 Currently this is not creating any problem. But it will result
5931 in compilation error when used as below.
5932
5933 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
5934
5935 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
5936
5937 continuation of the theme based on git grep "^#define CFG_.*;$" include/
5938
5939 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5940
5941commit b2934a56650e9a6c54432f9ce6dc36757967385e
5942Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5943Date: Mon Oct 6 10:53:59 2008 -0400
5944
5945 ARM DaVinci: Add maintainer information for SFFSDR board.
5946
5947 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
5948
5949commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
5950Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5951Date: Sat Oct 4 19:26:16 2008 +0200
5952
5953 api: fix type mismatch
5954
5955 This patch fixes a type mismatch and thus removes a compiler
5956 warning when compiling with CONFIG_API on powerpc.
5957
5958 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5959
5960commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
5961Author: Peter Tyser <ptyser@xes-inc.com>
5962Date: Wed Oct 1 12:25:04 2008 -0500
5963
5964 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
5965
5966 Original code displayed:
5967 => help i2c
5968 i2c i2c speed [speed] - show or set I2C bus speed
5969 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
5970 ...
5971
5972 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5973
5974commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
5975Author: Wolfgang Denk <wd@denx.de>
5976Date: Tue Oct 14 22:13:41 2008 +0200
5977
5978 Update CHANGELOG
5979
5980 Signed-off-by: Wolfgang Denk <wd@denx.de>
5981
Wolfgang Denka01dce82008-10-14 22:13:41 +02005982commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
5983Author: Jason Jin <Jason.jin@freescale.com>
5984Date: Fri Oct 10 11:41:01 2008 +0800
5985
5986 Do not init SATA when disabled on 8536DS.
5987
5988 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
5989 driver still try to access the SATA registers, the cpu will hangup.
5990 This patch try to fix this by reading the serdes status before the SATA
5991 initialize.
5992
5993 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
5994 Acked-by: Andy Fleming <afleming@freescale.com>
5995
Wolfgang Denk82f15f32008-11-02 16:14:22 +01005996commit 9dbc366744960013965fce8851035b6141f3b3ae
5997Author: Remy Bohmer <linux@bohmer.net>
5998Date: Fri Oct 10 10:23:22 2008 +0200
5999
6000 The PIPE_INTERRUPT flag is used wrong
6001
6002 At a lot of places in the code the PIPE_INTERRUPT flags and friends
6003 are used wrong. The wrong bits are compared to this flag resulting
6004 in wrong conditions. Also there are macros that should be used for
6005 PIPE_* flags.
6006 This patch tries to fix them all, however, I was not able to test the
6007 changes, because I do not have any of these boards.
6008
6009 Review required!
6010
6011 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6012 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6013
6014commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
6015Author: Remy Bohmer <linux@bohmer.net>
6016Date: Fri Oct 10 10:23:21 2008 +0200
6017
6018 fix USB initialisation procedure
6019
6020 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
6021 At some places directly 8,16,32,64 was used instead of the encoded
6022 value. Made a enum for the options to make this more clear and to help
6023 preventing similar errors in the future.
6024
6025 After fixing this bug it became clear that another bug existed where
6026 the 'pipe' is and-ed with PIPE_* flags, where it should have been
6027 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
6028
6029 Also removed the triple 'get_device_descriptor' sequence, it has no use,
6030 and Windows nor Linux behaves that way.
6031 There is also a poll going on with a timeout when usb_control_msg() fails.
6032 However, the poll is useless, because the flag will never be set on a error,
6033 because there is no code that runs in a parallel that can set this flag.
6034 Changed this to something more logical.
6035
6036 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
6037 Linux is doing. There is no difference anymore in the early initialisation
6038 sequence.
6039
6040 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6041 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6042
Wolfgang Denka01dce82008-10-14 22:13:41 +02006043commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
6044Author: Nikita V. Youshchenko <yoush@cs.msu.su>
6045Date: Fri Oct 3 00:03:55 2008 +0400
6046
6047 fsl_diu: fix alignment error that caused malloc corruption
6048
6049 When aligning malloc()ed screen_base, invalid offset was added.
6050 This not only caused misaligned result (which did not cause hardware
6051 misbehaviour), but - worse - caused screen_base + smem_len to
6052 be out of malloc()ed space, which in turn caused breakage of
6053 futher malloc()/free() operation.
6054
6055 This patch fixes screen_base alignment.
6056
6057 Also this patch makes memset() that cleans framebuffer to be executed
6058 on first initialization of diu, not only on re-initialization. It looks
6059 correct to clean the framebuffer instead of displaying random garbage;
6060 I believe that was disabled only because that memset caused breakage
6061 of malloc/free described above - which no longer happens with the fix
6062 described above.
6063
6064 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
6065
6066commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
6067Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6068Date: Wed Sep 24 10:29:37 2008 +0200
6069
6070 api: Fix building with CONFIG_API
6071
6072 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
6073
6074 USB_MAX_STOR_DEV is defined in include/usb.h, but
6075 needed in api/api_storage.c.
6076
6077 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6078
6079commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
6080Author: Peter Tyser <ptyser@xes-inc.com>
6081Date: Tue Sep 23 12:39:40 2008 -0500
6082
6083 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
6084
6085 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6086
6087commit 81e612014c40c922ec35488d17c504d4e9286f06
6088Author: Peter Tyser <ptyser@xes-inc.com>
6089Date: Tue Sep 23 12:38:42 2008 -0500
6090
6091 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
6092
6093 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
6094 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
6095 sensor drivers are not necessary
6096
6097 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6098
6099commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
6100Author: Mike Frysinger <vapier@gentoo.org>
6101Date: Tue Oct 14 07:04:38 2008 -0400
6102
6103 cmd_spi: remove broken signed casting for display
6104
6105 Since we're working with unsigned data, you can't apply a signed pointer
6106 cast and then attempt to print the result. Otherwise you get wrong output
6107 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
6108
6109 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6110
6111commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
6112Author: Mike Frysinger <vapier@gentoo.org>
6113Date: Tue Oct 14 07:05:24 2008 -0400
6114
6115 strings cmd: drop old CONFIG_CFG_STRINGS define
6116
6117 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
6118 CONFIG_CMD_STRINGS and Makefile control.
6119
6120 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6121
6122commit fecb5ade3b37f62981f2b05b621005850173aaa9
6123Author: Jason Jin <Jason.jin@freescale.com>
6124Date: Fri Sep 19 17:32:49 2008 +0800
6125
6126 Fix the NAND size overflow issue.
6127
6128 When the total size of all NAND devices exceeds 4 GiB, the size will
6129 overflow. This patch tries to fix this.
6130
6131 Note that we still have a problem when a single NAND device is bigger
6132 than 4 GiB: then the overflow would actually happen earlier, i. e.
6133 when storing the size in nand_info[].size, as nand_info[].size is an
6134 "u_int32_t".
6135
6136 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
6137 Signed-off-by: Wolfgang Denk <wd@denx.de>
6138
6139commit 30f574717277238b9014b8136c90eea77196490f
6140Author: Louis Su <louis@asix.com.tw>
6141Date: Wed Jul 9 11:01:37 2008 +0800
6142
6143 AX88180: new gigabit network driver
6144
6145 Signed-off-by: Louis Su <louis@asix.com.tw>
6146 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6147
6148commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
6149Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6150Date: Tue Aug 19 16:07:03 2008 +0200
6151
6152 enable 10/100M at VSC8601 at tsec driver
6153
6154 Currently VSC8601 doesn't link with 10/100M partners if the
6155 EEPROM/Strapping is not set up.
6156 Setting the auto-neg register fixes this.
6157
6158 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6159 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6160
6161commit 702c85b0e876d587c11acdbb55738ee52acd54f4
6162Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6163Date: Tue Sep 30 15:02:53 2008 +0900
6164
6165 net: ne2000: Divided a function of NE2000 driver
6166
6167 get_prom function was used __attriute__ , but it is not enable.
6168 ax88796.o does not do link besides ne2000.o. When ld is carried
6169 out, get_prom function of ax88796.c is ignored.
6170 This problem is a thing by specifications of ld.
6171 I checked and test this patch on SuperH and MIPS.
6172
6173 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6174 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6175
6176commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
6177Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6178Date: Tue Oct 14 11:10:59 2008 +0900
6179
6180 sh: rsk7203: Add smc911x driver support to board config file
6181
6182 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6183 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6184
6185commit cae6f909baf86357b3c0bd01acfc414348c4d175
6186Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6187Date: Thu Oct 9 13:54:33 2008 +0900
6188
6189 sh: Fix cannot execute a stand-alone application
6190
6191 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
6192
6193 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6194 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6195
6196commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
6197Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6198Date: Wed Oct 8 23:38:00 2008 -0500
6199
6200 fsl_pci_init do not scan bus when configured as an end-point
6201
6202 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6203 Acked-by: Andy Fleming <afleming@freescale.com>
6204
6205commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
6206Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6207Date: Tue Sep 16 17:07:53 2008 -0400
6208
6209 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
6210
6211 This is no longer necessary now that the GD_FLG_RELOC flag is set for
6212 all ARM boards.
6213
6214 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
6215
6216commit d977a57356657ba241256231efca32828a5822f9
6217Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6218Date: Sat Sep 13 10:04:32 2008 +0200
6219
6220 Fix lzma uncompress call (image_start wrongly used instead image_len)
6221
6222 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6223
6224commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
6225Author: Nick Spence <nick.spence@freescale.com>
6226Date: Thu Aug 28 14:09:15 2008 -0700
6227
6228 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
6229
6230 This is needed in unlock_ram_in_cache() because it is called from C and
6231 will corrupt the small data area anchor that is kept in R2.
6232
6233 lock_ram_in_cache() is modified similarly as good coding practice, but
6234 is not called from C.
6235
6236 Signed-off-by: Nick Spence <nick.spence@freescale.com>
6237
6238commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
6239Author: Kumar Gala <galak@kernel.crashing.org>
6240Date: Tue Aug 19 15:05:34 2008 -0500
6241
6242 86xx: remove redudant code with lib_ppc/interrupts.c
6243
6244 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
6245 Not know how that happened, but there is no good reason for it.
6246
6247 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
6248 they exist.
6249
6250 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6251
6252commit 0d01f66d235118515b5086b88f82498bc0695d6a
6253Author: Ed Swarthout <Ed.Swarthout@freescale.com>
6254Date: Thu Oct 9 01:26:36 2008 -0500
6255
6256 CFI: cfi_flash write fix for AMD legacy
6257
6258 The flash_unlock_seq requires a sector for AMD_LEGACY.
6259 Fix a retcode check typeo.
6260
6261 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
6262 Signed-off-by: Stefan Roese <sr@denx.de>
6263
6264commit 542b385a620a1783454a00424930e51895f45073
6265Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6266Date: Tue Oct 7 13:13:10 2008 +0200
6267
6268 ppc4xx: Fix USB 2.0 phy reset sequence
6269
6270 This patch fixes USB 2.0 communication issues on some DU440 boards.
6271
6272 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6273 Signed-off-by: Stefan Roese <sr@denx.de>
6274
6275commit df8c1ce11114c2260dedb5547281945f7db8fa5c
6276Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6277Date: Tue Oct 7 13:13:09 2008 +0200
6278
6279 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
6280
6281 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6282 Signed-off-by: Stefan Roese <sr@denx.de>
6283
6284commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
6285Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6286Date: Tue Oct 7 13:13:08 2008 +0200
6287
6288 ppc4xx: Fix DU440 GPIO configuration
6289
6290 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6291 Signed-off-by: Stefan Roese <sr@denx.de>
6292
6293commit 35dd025c70fcc4389317db2f2a9d14795172137d
6294Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6295Date: Tue Oct 7 13:13:07 2008 +0200
6296
6297 ppc4xx: Update DU440 config
6298
6299 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
6300 Signed-off-by: Stefan Roese <sr@denx.de>
6301
6302commit f3bf9273939ffe1a60a32a2eef909097f15df56b
6303Author: Kumar Gala <galak@kernel.crashing.org>
6304Date: Wed Oct 8 15:36:39 2008 -0500
6305
6306 MPC8572DS: Fix compile warnings
6307
6308 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
6309 compile warnings:
6310
6311 cmd_i2c.c:112: warning: missing braces around initializer
6312 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
6313
6314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6315
6316commit dffd2446fb041f38ef034b0fcf41e51e5e489159
6317Author: Wolfgang Grandegger <wg@grandegger.com>
6318Date: Tue Sep 30 10:55:57 2008 +0200
6319
6320 85xx: Using proper I2C source clock divider for MPC8544
6321
6322 Measurements with our MPC8544 board showed that the I2C bus frequency
6323 is wrong by a factor of 1.5. Obviously, the interpretation of the
6324 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
6325 correct. There seems to be an error in the 8544 RM.
6326
6327 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
6328
6329commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
6330Author: Rafal Czubak <rcz@semihalf.com>
6331Date: Wed Oct 8 13:41:30 2008 +0200
6332
6333 FSL: Fix get_cpu_board_revision() return value.
6334
6335 get_cpu_board_revision() returned board revision based on information stored
6336 in global static struct eeprom. It should instead use one from local struct
6337 board_eeprom, to which the data is actually read from EEPROM. The bug led to
6338 system hang after printing L1 cache information on U-Boot startup. The problem
6339 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
6340 boards using CFG_I2C_EEPROM_CCID.
6341
6342 The change has been successfully tested on MPC8555CDS system.
6343
6344 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
6345
6346commit 747f316cca484ed627a97dd3391febabce384186
6347Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6348Date: Tue Sep 30 20:08:49 2008 +0200
6349
6350 update uImage FIT multi documentation
6351
6352 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6353
6354commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
6355Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6356Date: Tue Sep 30 20:08:36 2008 +0200
6357
6358 move README.imx31 to doc/ and merge with README.mx31
6359
6360 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6361
6362commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
6363Author: Guennadi Liakhovetski <lg@denx.de>
6364Date: Thu Sep 25 20:54:37 2008 +0200
6365
6366 i.MX31: switch to CFG_HZ=1000
6367
6368 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
6369 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
6370 provides 2% or 0.4% precision depending on the
6371 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
6372 boot-delay.
6373
6374 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6375
6376commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
6377Author: gnusercn <gnusercn@gmail.com>
6378Date: Wed Oct 8 18:58:58 2008 +0200
6379
6380 Fix bug: in arch-arm, env_get_char dose not work fine
6381
6382 due to the arm implementation which supposed that U-Boot is in RAM
6383 when we jump to start_armboot
6384
6385 Signed-off-by: gnusercn <gnusercn@gmail.com>
6386 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6387
6388commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
6389Author: Adam Graham <agraham@amcc.com>
6390Date: Mon Oct 6 10:16:13 2008 -0700
6391
6392 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
6393
6394 After changing SDRAM_CLKTR phase value rerun the memory preload
6395 initialization sequence (INITPLR) to reset and relock the memory
6396 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
6397 adjustment effects the phase relationship of the internal, to the
6398 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
6399
6400 Signed-off-by: Adam Graham <agraham@amcc.com>
6401 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
6402 Signed-off-by: Stefan Roese <sr@denx.de>
6403
6404commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
6405Author: Haiying Wang <Haiying.Wang@freescale.com>
6406Date: Fri Oct 3 11:48:03 2008 -0400
6407
6408 Remove redundant #define for MPC8536DS
6409
6410 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6411
6412commit 445a7b38308eb05b41de74165b20855db58c7ee5
6413Author: Haiying Wang <Haiying.Wang@freescale.com>
6414Date: Fri Oct 3 11:47:30 2008 -0400
6415
6416 Add ID EEPROM support for MPC8572DS
6417
6418 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
6419 system information like mac addresses etc. This patch enables it.
6420
6421 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6422
6423commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
6424Author: Haiying Wang <Haiying.Wang@freescale.com>
6425Date: Fri Oct 3 11:46:59 2008 -0400
6426
6427 Minor fixes for I2C address on MPC8572DS
6428
6429 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
6430 according to the board spec, and adds the 2nd i2c bus offset.
6431
6432 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
6433
6434commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
6435Author: Jason Jin <Jason.jin@freescale.com>
6436Date: Sat Sep 27 14:40:57 2008 +0800
6437
6438 Fix the incorrect DDR clk freq reporting on 8536DS
6439
6440 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
6441 The display is still sync mode DDR freq. This patch try to fix
6442 this. The display DDR freq is now the actual freq in both
6443 sync and async mode.
6444
6445 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
6446
6447commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
6448Author: Kumar Gala <galak@kernel.crashing.org>
6449Date: Tue Oct 7 10:28:46 2008 -0500
6450
6451 85xx: Remove setting of *cache-line-size in device trees
6452
6453 ePAPR says if the *cache-block-size is the same as *cache-line-size
6454 than we don't need the *cache-line-size property.
6455
6456 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6457
6458commit cd3cb0d9269d155276b00207e3816a9347fd1c92
6459Author: Gerald Van Baren <vanbaren@cideas.com>
6460Date: Sat Oct 4 07:56:06 2008 -0400
6461
6462 libfdt: Fix error in documentation for fdt_get_alias_namelen()
6463
6464 Oops, screwed up the function name in the documenting comment for this
6465 function. Trivial correction in this patch.
6466
6467 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6468 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
6469
6470commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
6471Author: David Gibson <david@gibson.dropbear.id.au>
6472Date: Wed Aug 20 16:55:14 2008 +1000
6473
6474 libfdt: Add function to explicitly expand aliases
6475
6476 Kumar has already added alias expansion to fdt_path_offset().
6477 However, in some circumstances it may be convenient for the user of
6478 libfdt to explicitly get the string expansion of an alias. This patch
6479 adds a function to do this, fdt_get_alias(), and uses it to implement
6480 fdt_path_offset().
6481
6482 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6483
6484commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
6485Author: Mike Frysinger <vapier@gentoo.org>
6486Date: Thu Oct 2 01:55:38 2008 -0400
6487
6488 cfi_flash: do not reset flash when probe fails
6489
6490 The CFI flash driver starts at flash_init() which calls down into
6491 flash_get_size(). This starts by calling flash_detect_cfi(). If said
6492 function fails, flash_get_size() finishes by attempting to reset the
6493 flash. Unfortunately, it does this with an info->portwidth set to 0x10
6494 which filters down into flash_make_cmd() and that happily smashes the
6495 stack by sticking info->portwidth bytes into a cfiword_t variable that
6496 lives on the stack. On a 64bit system you probably won't notice, but
6497 killing the last 8 bytes on a 32bit system usually leads to a corrupt
6498 return address. Which is what happens on a Blackfin system.
6499
6500 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6501 Signed-off-by: Stefan Roese <sr@denx.de>
6502
6503commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
6504Author: Stefan Roese <sr@denx.de>
6505Date: Fri Sep 26 17:03:26 2008 +0200
6506
6507 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
6508
6509 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
6510 Without this, the chosen node is not overwritten if it already
6511 exists.
6512
6513 Signed-off-by: Stefan Roese <sr@denx.de>
6514
6515commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
6516Author: Jon Loeliger <jdl@freescale.com>
6517Date: Thu Sep 25 11:02:17 2008 -0500
6518
6519 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
6520
6521 Using Gcc 4.3 detected this problem:
6522
6523 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
6524 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
6525 occur when assuming that (X + c) < X is always false
6526
6527 To fix the problem, treat the offset as an unsigned int.
6528
6529 The problem report and proposed fix were provided
6530 by Steve Papacharalambous <stevep@freescale.com>.
6531
6532 Signed-off-by: Jon Loeliger <jdl@freescale.com>
6533
6534commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
6535Author: David Gibson <david@gibson.dropbear.id.au>
6536Date: Fri Aug 29 14:19:13 2008 +1000
6537
6538 libfdt: Fix bugs in fdt_get_path()
6539
6540 The current implementation of fdt_get_path() has a couple of bugs,
6541 fixed by this patch.
6542
6543 First, contrary to its documentation, on success it returns the length
6544 of the node's path, rather than 0. The testcase is correspondingly
6545 wrong, and the patch fixes this as well.
6546
6547 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
6548 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
6549 Specifically this happens when there is insufficient space even to
6550 hold the path's second last component. This behaviour is corrected,
6551 and the testcase updated to check it.
6552
6553 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
6554
6555commit 33af3e6656e84660d397b5dd95abab2dccc36f83
6556Author: Wolfgang Denk <wd@denx.de>
6557Date: Wed Oct 1 12:34:58 2008 +0200
6558
6559 TQM5200: enable support for ATAPI devices
6560
6561 Signed-off-by: Wolfgang Denk <wd@denx.de>
6562
6563commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
6564Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6565Date: Mon Sep 15 05:48:25 2008 +0200
6566
6567 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
6568
6569 we need this due to the arm implementation which supposed that U-Boot
6570 is in RAM when we jump to start_armboot
6571
6572 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
6573 in order to do it for all arm board
6574
6575 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6576
6577commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
6578Author: Kim Phillips <kim.phillips@freescale.com>
6579Date: Wed Sep 24 08:46:25 2008 -0500
6580
6581 mpc83xx: don't disable autoboot
6582
6583 bootdelay set to -1 'permanently' disables autobooting, even if
6584 bootcmd is specified. Change to a positive value to allow
6585 autobooting when a bootcmd is set.
6586
6587 Reported-by: Coray Tate <Coray.Tate@freescale.com>
6588 Cc: Scott Wood <scottwood@freescale.com>
6589 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6590
6591commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
6592Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6593Date: Wed Sep 24 10:42:15 2008 +0900
6594
6595 mpc83xx: Fix typo in include/mpc83xx.h
6596
6597 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
6598
6599 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6600 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6601
6602commit 162c41c03179727a1d14262f703c9a8bc40231fa
6603Author: Kim Phillips <kim.phillips@freescale.com>
6604Date: Tue Sep 23 09:38:49 2008 -0500
6605
6606 mpc83xx: add h/w flash protection to board configs
6607
6608 the operating system may leave flash in a h/w locked state after writing.
6609 This allows u-boot to continue to write flash by enabling h/w unlocking
6610 by default.
6611
6612 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6613
6614commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
6615Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6616Date: Thu Sep 11 21:35:36 2008 +0400
6617
6618 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
6619
6620 The spd_dram code shifts the base address, then masks 20 bits, but
6621 forgets to shift the base address back. Fix this by just masking the
6622 base address correctly.
6623
6624 Found this bug while trying to relocate a DDR memory at the base != 0.
6625
6626 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
6627 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6628
6629commit 8fd4166c467a46773f80208bda1ec3b4757747bc
6630Author: Stefan Roese <sr@denx.de>
6631Date: Mon Sep 22 16:10:43 2008 +0200
6632
6633 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
6634
6635 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
6636 either one PCIe node or the SATA node in the device tree blob. This
6637 patch removes the unnecessary and even confusing warning, when the node
6638 is not found at all.
6639
6640 Signed-off-by: Stefan Roese <sr@denx.de>
6641
6642commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
6643Author: Remy Bohmer <linux@bohmer.net>
6644Date: Fri Sep 19 13:30:06 2008 +0200
6645
6646 Add missing device types to dev_print() in part.c
6647
6648 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6649
6650commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
6651Author: Wolfgang Denk <wd@denx.de>
6652Date: Mon Sep 22 22:23:06 2008 +0200
6653
6654 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
6655 eventually leads to a machine check. This change assures that DPRAM
6656 is allocated only once in that case.
6657
6658 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6659 Signed-off-by: Wolfgang Denk <wd@denx.de>
6660
6661commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
6662Author: Laurent Pinchart <laurentp@cse-semaphore.com>
6663Date: Wed Sep 17 17:57:34 2008 +0200
6664
6665 Fix Spartan-3 definitions.
6666
6667 A few Spartan-3 definitions erroneously use Spartan-3E size
6668 constants. This patch fixes them.
6669
6670 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
6671
6672commit 28113e1f0da4146b823ffce37680d31d5685a60b
6673Author: Laurent Pinchart <laurentp@cse-semaphore.com>
6674Date: Wed Sep 17 17:41:58 2008 +0200
6675
6676 Remove duplicate Spartan-3E definition.
6677
6678 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
6679 Signed-off-by: Wolfgang Denk <wd@denx.de>
6680
6681commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
6682Author: Anatolij Gustschin <agust@denx.de>
6683Date: Wed Sep 17 13:46:17 2008 +0200
6684
6685 socrates: change default mtest address range
6686
6687 Running mtest command on socrates without specifying
6688 an address range crashes the board. This patch changes
6689 default mtest address range to prevent this behavior.
6690
6691 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6692
6693commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
6694Author: Anatolij Gustschin <agust@denx.de>
6695Date: Wed Sep 17 12:34:45 2008 +0200
6696
6697 socrates: fix crash after relocation
6698
6699 Currently U-Boot crashes after relocation to RAM.
6700 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
6701 register to READ_LAT + 1 (to the value it was before
6702 conversion of socrates to new DDR code) fixes the
6703 problem.
6704
6705 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6706
6707commit 562788b0a303f3528b920d81f547f5ca77ba528e
6708Author: Anatolij Gustschin <agust@denx.de>
6709Date: Wed Sep 17 11:45:51 2008 +0200
6710
6711 socrates: fix SPD EEPROM address
6712
6713 Commit be0bd8234b9777ecd63c4c686f72af070d886517
6714 changed SPD EEPROM address to 0x51 and DDR SDRAM
6715 detection stopped working. Change this address
6716 back to 0x50.
6717
6718 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6719
6720commit 023824549a370bd185d7129d9a6c86f9be7b86a8
6721Author: Stefan Roese <sr@denx.de>
6722Date: Mon Sep 22 11:06:50 2008 +0200
6723
6724 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
6725
6726 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
6727
6728 Signed-off-by: Stefan Roese <sr@denx.de>
6729
Wolfgang Denk82f15f32008-11-02 16:14:22 +01006730commit e58c41e26cf3c8accd60311be579f452e368e97e
6731Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6732Date: Thu Sep 18 20:13:08 2008 +0900
6733
6734 usb: Fix compile warning of r8a66597-hcd
6735
6736 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6737 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6738
Wolfgang Denka01dce82008-10-14 22:13:41 +02006739commit b5d10a13525c07ec6374adf840d7c87553b5f189
6740Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6741Date: Thu Sep 18 19:34:36 2008 +0900
6742
6743 sh: Fix compile warning
6744
6745 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6746
6747commit 4a065abf926f128beb36d93449defa0d690e7fef
6748Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6749Date: Thu Sep 18 19:04:26 2008 +0900
6750
6751 sh: Add support watchdog for SH4A core
6752
6753 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
6754 And fix some compile warning.
6755
6756 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6757
6758commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
6759Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6760Date: Wed Sep 17 11:45:26 2008 +0900
6761
6762 sh: Fix typo in SH serial driver
6763
6764 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6765 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6766
6767commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
6768Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6769Date: Wed Sep 17 11:08:36 2008 +0900
6770
6771 sh: Add support any page size and empty_zero_page to SH Linux uImage
6772
6773 Old U-Boot supported 4KB page size only. If this version, Linux
6774 kernel can not get command line from U-Boot.
6775 SH Linux kernel can change page size and empty_zero_page.
6776 This patch support this function and fix promlem.
6777
6778 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6779 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6780
6781commit ce9f99ddb59628f41dc534e892368a7d66dfc774
6782Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6783Date: Thu Aug 28 13:40:52 2008 +0900
6784
6785 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
6786
6787 Add function of smc911x, pkt_data_pull and pkt_data_push.
6788
6789 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6790 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
6791
6792commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
6793Author: Wolfgang Denk <wd@denx.de>
6794Date: Thu Sep 18 13:57:32 2008 +0200
6795
6796 ADS5121: fix typo in "rootpath" default setting
6797
6798 Signed-off-by: Wolfgang Denk <wd@denx.de>
6799
Wolfgang Denk82f15f32008-11-02 16:14:22 +01006800commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
6801Author: Remy Bohmer <linux@bohmer.net>
6802Date: Tue Sep 16 14:55:44 2008 +0200
6803
6804 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
6805
6806 There are several differences between Linux, Windows and U-boot for initialising the
6807 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
6808 things really different, and some are wrong (compared to the USB standard).
6809
6810 This patch fixes some errors:
6811 * The NEW_init procedure that was already in the code is good, while the old procedure
6812 is wrong. See code comments for more info.
6813 * On a Control request the data returned by the device can be more than 8 bytes, while
6814 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
6815 This results in a lot of USB sticks not being recognised, and the transmission ended
6816 frequently with a CTL:TIMEOUT Error.
6817 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
6818
6819 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6820 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6821
6822commit 6f5794a6f78b313231256958fd73673c6aacc116
6823Author: Remy Bohmer <linux@bohmer.net>
6824Date: Tue Sep 16 14:55:43 2008 +0200
6825
6826 Refactoring parts of the common USB OHCI code
6827
6828 This patch refactors some large routines of the USB OHCI code by
6829 making some routines smaller and more readable which helps
6830 debugging and understanding the code. (Makes the code looks
6831 somewhat more like the Linux implementation.)
6832
6833 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
6834
6835 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6836 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6837
6838commit be19d324edc1a1d7f393d24e10d164cd94c91a00
6839Author: Remy Bohmer <linux@bohmer.net>
6840Date: Tue Sep 16 14:55:42 2008 +0200
6841
6842 Fix for USB sticks not working on ARM while using GCC 4.x compilers
6843
6844 The GCC-compiler makes an optimisation error while optimising the routine
6845 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
6846 but there lots of compilers out there that makes this error, that it is
6847 probably wiser to workaround it in U-boot itself.
6848
6849 What happens is that the register r3 is used as loop-counter 'i', but gets
6850 overwritten later on. From there it starts using register r3 for several other
6851 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
6852
6853 This error occurs on at least several versions of Code Sourcery Lite compilers
6854 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
6855 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
6856
6857 We work around it by splitting up this routine in 2 parts, and making sure that
6858 the split out part is NOT inlined any longer. This will make GCC spit out assembler
6859 that do not show this problem. Another possibility is to adapt the Makefile to stop
6860 optimisation for the complete file. I think this solution is nicer.
6861
6862 Signed-off-by: Remy Bohmer <linux@bohmer.net>
6863 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
6864
Wolfgang Denka01dce82008-10-14 22:13:41 +02006865commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
6866Author: Wolfgang Denk <wd@denx.de>
6867Date: Wed Sep 17 10:17:55 2008 +0200
6868
6869 Coding style cleanup; update CHANEGLOG
6870
6871 Signed-off-by: Wolfgang Denk <wd@denx.de>
6872
6873commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
6874Author: Victor Gallardo <vgallardo@amcc.com>
6875Date: Tue Sep 16 06:59:13 2008 -0700
6876
6877 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
6878
6879 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
6880 Signed-off-by: Adam Graham <agraham@amcc.com>
6881 Signed-off-by: Stefan Roese <sr@denx.de>
6882
6883commit ce47eb402c5e29a025399dc282246414fc492940
6884Author: Peter Tyser <ptyser@xes-inc.com>
6885Date: Tue Sep 16 10:04:47 2008 -0500
6886
6887 Support for multiple SGMII/TBI interfaces for TSEC ethernet
6888
6889 Fix TBI PHY accesses to use the proper offset in CPU register space. The
6890 previous code would incorrectly access the TBI PHY by reading/writing to CPU
6891 register space at the same location as would be used to access external PHYs.
6892
6893 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6894 Acked-by: Andy Fleming <afleming@freescale.com>
6895
Wolfgang Denk1837f822008-09-17 10:17:55 +02006896commit 7c803be2eb3cae245dedda438776e08fb122250f
6897Author: Wolfgang Denk <wd@denx.de>
6898Date: Tue Sep 16 18:02:19 2008 +0200
6899
6900 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
6901
6902 After switching to using the CFI flash driver, the correct remapping
6903 of the flash banks was forgotten.
6904
6905 Also, some boards were not adapted, and the old legacy flash driver
6906 was not removed yet.
6907
6908 Signed-off-by: Wolfgang Denk <wd@denx.de>
6909
6910commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
6911Author: Wolfgang Denk <wd@denx.de>
6912Date: Sun Sep 14 00:59:35 2008 +0200
6913
6914 Prepare v2008.10-rc2
6915
6916 Signed-off-by: Wolfgang Denk <wd@denx.de>
6917
6918commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
6919Author: Wolfgang Denk <wd@denx.de>
6920Date: Sat Sep 13 02:23:05 2008 +0200
6921
6922 Coding style cleanup, update CHANGELOG
6923
6924 Signed-off-by: Wolfgang Denk <wd@denx.de>
6925
Wolfgang Denk9dbbd7b2008-09-13 02:23:05 +02006926commit 0c32565f536609d78feef35c88bbc39d3ac53a73
6927Author: Peter Tyser <ptyser@xes-inc.com>
6928Date: Wed Sep 10 09:18:34 2008 -0500
6929
6930 Update mailing list email and archive addresses
6931
6932 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
6933
6934commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
6935Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
6936Date: Thu Sep 11 15:40:01 2008 +0200
6937
6938 85xx: socrates: autoprobe Lime chip
6939
6940 This patch is an attempt to implement autoprobing for the Lime
6941 presence on the bus.
6942 Configure GPCM for Lime CS2 and try to access chip ID registers.
6943 Second read atempt delivers register values if the chip is present.
6944
6945 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6946
6947commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
6948Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
6949Date: Thu Sep 11 15:40:01 2008 +0200
6950
6951 85xx: socrates: Add support for new image format.
6952
6953 Signed-off-by: Detlev Zundel <dzu@denx.de>
6954
6955commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
6956Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6957Date: Thu Sep 11 17:28:18 2008 +0900
6958
6959 sh: Fix compile error for r2dplus
6960
6961 netdev.h was not include by r2dplus.
6962
6963 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
6964
6965commit 56844a22b76c719e600047e23b80465a44d76abd
6966Author: Heiko Schocher <hs@denx.de>
6967Date: Thu Sep 11 08:11:23 2008 +0200
6968
6969 powerpc: Fix bootm to boot up again with a Ramdisk
6970
6971 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
6972 and this stopped Linux from booting with a Ramdisk. This patch fixes
6973 this, by deleting the useless dummy mem reservation.
6974
6975 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
6976 added to of_size, so we dont need anymore a dummy mem reservation.
6977
6978 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
6979 system (=0x44 bytes) and rounded it up to 0x80).
6980
6981 Signed-off-by: Heiko Schocher <hs@denx.de>
6982 Acked-by: Kumar Gala <galak@kernel.crashing.org>
6983
6984commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
6985Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6986Date: Mon Sep 8 02:46:13 2008 +0200
6987
6988 Add support for LZMA uncompression algorithm.
6989
6990 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
6991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6992
6993commit 0008b6d968160abe2bfd936493f3a516a7c8da20
6994Author: Anton Vorontsov <avorontsov@ru.mvista.com>
6995Date: Fri Jun 27 23:04:20 2008 +0400
6996
6997 fsl_elbc_nand: ecclayout cleanups
6998
6999 This patch deletes oobavail assignments, they're calculated by the nand
7000 core code in nand_scan_tail, plus current oobavail values are wrong for
7001 the LP NANDs.
7002
7003 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7004 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
7005 Signed-off-by: Scott Wood <scottwood@freescale.com>
7006
7007commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
7008Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7009Date: Fri Jun 27 23:04:13 2008 +0400
7010
7011 fsl_elbc_nand: implement support for flash-based BBT
7012
7013 This patch implements support for flash-based BBT for chips working
7014 through ELBC NAND controller, so that NAND core will not have to re-scan
7015 for bad blocks on every boot.
7016
7017 Because ELBC controller may provide HW-generated ECCs we should adjust
7018 bbt pattern and bbt version positions in the OOB free area.
7019
7020 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7021 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
7022 Signed-off-by: Scott Wood <scottwood@freescale.com>
7023
7024commit 97ae023648e764f794ffb9c52da109d6caf09c47
7025Author: Anton Vorontsov <avorontsov@ru.mvista.com>
7026Date: Fri Jun 27 23:04:04 2008 +0400
7027
7028 fsl_elbc_nand: fix OOB workability for large page NAND chips
7029
7030 For large page chips, nand_bbt is looking into OOB area, and checking
7031 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
7032 reserved for bbt means.
7033
7034 But ELBC driver is specifying ecclayout so that oobfree area starts at
7035 offset 1, so only one byte left for the bbt purposes.
7036
7037 This causes problems with any OOB users, namely JFFS2: after first mount
7038 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
7039
7040 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
7041 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
7042 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
7043 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
7044
7045 And on the next boot, NAND core will rescan for bad blocks, then will
7046 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
7047
7048 To fix the issue we should implement our own bad block pattern: just one
7049 byte at OOB start. Though, this will work only for x8 chips. For x16
7050 chips two bytes must be checked. Since ELBC driver does not support x16
7051 NANDs (yet), we're safe for now.
7052
7053 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
7054 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
7055 Signed-off-by: Scott Wood <scottwood@freescale.com>
7056
7057commit 7238ada313057a85409485b8ee21515dc10c07a5
7058Author: Wolfgang Denk <wd@denx.de>
7059Date: Fri Sep 12 13:52:21 2008 +0200
7060
7061 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
7062
7063 Signed-off-by: Wolfgang Denk <wd@denx.de>
7064
7065commit b18410e508a12ba0a177dfc2a386857c806fa96d
7066Author: Stefan Roese <sr@denx.de>
7067Date: Thu Sep 11 13:05:56 2008 +0200
7068
7069 ppc4xx: Enable device tree (FDT) support in zeus board port
7070
7071 Signed-off-by: Stefan Roese <sr@denx.de>
7072
7073commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
7074Author: Stefan Roese <sr@denx.de>
7075Date: Wed Sep 10 16:53:47 2008 +0200
7076
7077 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
7078
7079 This patch fixes a problem introdiced with patch
7080 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
7081 initdram()].
7082
7083 The boards affected are:
7084 - PCI405
7085 - PPChameleonEVB
7086 - quad100hd
7087 - taihu
7088 - zeus
7089
7090 Signed-off-by: Stefan Roese <sr@denx.de>
7091
7092commit 61737c59a3285f6fadf96a5836879898c04ec28d
7093Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7094Date: Thu Sep 11 19:41:26 2008 -0400
7095
7096 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
7097
7098 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7099 Signed-off-by: Stefan Roese <sr@denx.de>
7100
7101commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
7102Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7103Date: Thu Sep 11 19:41:25 2008 -0400
7104
7105 ppc4xx: Fix compilation of v5fx30teval_flash
7106
7107 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7108 Signed-off-by: Stefan Roese <sr@denx.de>
7109
7110commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
7111Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7112Date: Wed Sep 10 17:44:30 2008 -0400
7113
7114 ppc4xx: Fix in-tree build for ppc440-generic boards
7115
7116 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7117 Signed-off-by: Stefan Roese <sr@denx.de>
7118
7119commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
7120Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7121Date: Fri Sep 12 02:20:47 2008 +0200
7122
7123 ARM: synchronize mach-types.h with linux 2.6.27-rc6
7124
7125 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7126
7127commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
7128Author: Jens Scharsig <esw@bus-elektronik.de>
7129Date: Fri Sep 12 02:20:47 2008 +0200
7130
7131 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
7132
7133 This patch prevents linker error on AT91RM9200 boards, if
7134 CONFIG_CMD_I2_TREE is set.
7135 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
7136
7137 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
7138
7139commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
7140Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7141Date: Fri Sep 12 02:20:47 2008 +0200
7142
7143 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
7144
7145 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
7146
7147 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7148
7149commit 03db53335c8eba656a7c44d1555b1a4514383e33
7150Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7151Date: Fri Sep 12 02:20:46 2008 +0200
7152
7153 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
7154
7155 __ARM__ is given by arm_config.mk automatically.
7156
7157 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7158
7159commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
7160Author: Claudio Scordino <claudio@evidence.eu.com>
7161Date: Fri Sep 12 02:20:46 2008 +0200
7162
7163 Fix MACH_TYPE for the AT91RM9200DK board.
7164
7165 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
7166
7167commit 274737e5eb25b2bcd3af3a96da923effd543284f
7168Author: Andrew Dyer <adyer@righthandtech.com>
7169Date: Fri Sep 12 02:20:46 2008 +0200
7170
7171 i.mx change get_timer(base) to return time since base
7172
7173 This patch changes get_timer() for i.MX to return the time since
7174 'base' instead of the time since the counter was at zero.
7175
7176 Symptom seen is flash timeout errors when erasing or programming a
7177 sector using the common cfi flash code.
7178
7179 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7180
7181commit 48fed40575b3e8eae960eb0141509ddd9a73012a
7182Author: Andrew Dyer <adyer@righthandtech.com>
7183Date: Fri Sep 12 02:20:46 2008 +0200
7184
7185 i.MX use u-boot baud rate and don't assume UART master clock
7186
7187 1) Change the i.MX serial driver to use the baud rate set in the
7188 u-boot environment
7189
7190 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
7191
7192 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
7193 one to clear" like other status bits in the reg.)
7194
7195 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7196
7197commit 6e1551a870d360805b9d172dc56d935064abe71d
7198Author: Andrew Dyer <adyer@righthandtech.com>
7199Date: Fri Sep 12 02:20:46 2008 +0200
7200
7201 arm920t fix constant error in start.S
7202
7203 Code in cpu/arm920t/start.S will die with a compilation error if
7204 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
7205 the ARM sub instruction. Change the code so that each is subtracted
7206 independently to avoid the error.
7207
7208 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
7209
7210commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
7211Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
7212Date: Fri Sep 12 02:20:40 2008 +0200
7213
7214 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
7215
7216 - Correct Invalid #define of MPUTIM_PTV_MASK for
7217 omap1510 & omap730 register definition
7218
7219 MPUTIM_PTV_MASK is defined as
7220 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
7221
7222 while it should have been
7223 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
7224
7225 - Below Patch corrects the same
7226
7227 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
7228
7229commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
7230Author: Adrian Filipi <adrian.filipi@eurotech.com>
7231Date: Fri Jul 18 11:52:02 2008 -0400
7232
7233 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
7234
7235 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
7236
7237commit eb16135df20535b0d19969f50fb5bd17f95e9c25
7238Author: Guennadi Liakhovetski <lg@denx.de>
7239Date: Thu Aug 28 12:25:11 2008 +0200
7240
7241 i.MX31: document timer precision option
7242
7243 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7244
7245commit 1a6337b01351b82a45b0defa76f08744511c580b
7246Author: Magnus Lilja <lilja.magnus@gmail.com>
7247Date: Fri Aug 29 10:36:18 2008 +0200
7248
7249 i.MX31: Make the SPI bus and chip select configurable for MC13783
7250
7251 The i.MX31 has three SPI buses and each bus has several chip selects
7252 and the MC13783 chip can be connected to any of these. The current
7253 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
7254
7255 This patch makes make MC13783 SPI bus and chip select configurable
7256 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
7257
7258 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7259
7260commit 8c4ebec25b21e355b8488698ec1594da9701fff4
7261Author: Magnus Lilja <lilja.magnus@gmail.com>
7262Date: Fri Aug 29 10:36:17 2008 +0200
7263
7264 i.MX31: Add reset_timer() and modify get_timer_masked().
7265
7266 This patch adds the reset_timer() function (needed by nand_base.c) and
7267 modifies the get_timer_masked() to work in the same way as the omap24xx
7268 function.
7269
7270 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7271
7272commit deeec4991a55de243787002ede24d2331d234fc8
7273Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7274Date: Wed Sep 10 22:48:09 2008 +0200
7275
7276 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
7277
7278 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7279
7280commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
7281Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7282Date: Wed Sep 10 22:48:09 2008 +0200
7283
7284 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
7285
7286 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7287
7288commit 0e8d158664a913392cb01fb11a948d83f72e105e
7289Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7290Date: Wed Sep 10 22:48:06 2008 +0200
7291
7292 rename CFG_ENV macros to CONFIG_ENV
7293
7294 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7295
7296commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
7297Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7298Date: Wed Sep 10 22:48:05 2008 +0200
7299
7300 nvedit: rename error comment to CONFIG_ENV_IS_IN_
7301
7302 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7303
7304commit b64b775e7546ed138df360ceb3a71ee358cb9a01
7305Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7306Date: Wed Sep 10 22:48:05 2008 +0200
7307
7308 cmd_mem: Move conditional compilation to Makefile
7309
7310 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7311
7312commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
7313Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7314Date: Wed Sep 10 22:48:05 2008 +0200
7315
7316 move cmd_get_data_size to command.c
7317
7318 add CMD_DATA_SIZE macro to enable it
7319
7320 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7321
7322commit 507641d2491980531932b9f25dab37fe5e6c3a1a
7323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7324Date: Wed Sep 10 22:48:04 2008 +0200
7325
7326 env_flash: Move conditional compilation to Makefile
7327
7328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7329
7330commit 5a1aceb0689e2f731491838970884a673ef7e7d3
7331Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7332Date: Wed Sep 10 22:48:04 2008 +0200
7333
7334 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
7335
7336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7337
7338commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
7339Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7340Date: Wed Sep 10 22:48:03 2008 +0200
7341
7342 cleanup use of CFG_ENV_IS_IN_FLASH
7343
7344 - #if CFG_ENV_IS_IN_FLASH
7345 - #if (CFG_ENV_IS_IN_FLASH == 1)
7346 - #define CFG_ENV_IS_IN_FLASH 0
7347
7348 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7349
7350commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
7351Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7352Date: Wed Sep 10 22:48:01 2008 +0200
7353
7354 rename environment.c in env_embedded.c to reflect is functionality
7355
7356 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7357
7358commit c0878af6e32f0fd8e13a6ca315b9add64441115a
7359Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7360Date: Wed Sep 10 22:48:01 2008 +0200
7361
7362 env_nowhere: Move conditional compilation to Makefile
7363
7364 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7365
7366commit 93f6d72544da4510a146bc4c93d609b0116cde37
7367Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7368Date: Wed Sep 10 22:48:00 2008 +0200
7369
7370 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
7371
7372 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7373
7374commit 2556ef78113b5f089dfcac5da90bf31dd568397b
7375Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7376Date: Wed Sep 10 22:48:00 2008 +0200
7377
7378 env_sf: Move conditional compilation to Makefile
7379
7380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7381
7382commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
7383Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7384Date: Wed Sep 10 22:48:00 2008 +0200
7385
7386 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
7387
7388 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7389
7390commit 55c5f49910ec8225347aa1d211352a84de6649b4
7391Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7392Date: Wed Sep 10 22:48:00 2008 +0200
7393
7394 env_onenand: Move conditional compilation to Makefile
7395
7396 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7397
7398commit 9656138ff1a34d4c4768db6b490deffc40ee674b
7399Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7400Date: Wed Sep 10 22:47:59 2008 +0200
7401
7402 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
7403
7404 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7405
7406commit 957a0e69575683efd70ace147746bbb3d8e7c501
7407Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7408Date: Wed Sep 10 22:47:59 2008 +0200
7409
7410 env_nvram: Move conditional compilation to Makefile
7411
7412 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7413
7414commit 9314cee6917444ab88bd4e758da7a30975120187
7415Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7416Date: Wed Sep 10 22:47:59 2008 +0200
7417
7418 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
7419
7420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7421
7422commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
7423Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7424Date: Wed Sep 10 22:47:59 2008 +0200
7425
7426 env_nand: Move conditional compilation to Makefile
7427
7428 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7429
7430commit 51bfee192099206a4397f15f3b93516e01f58ab0
7431Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7432Date: Wed Sep 10 22:47:58 2008 +0200
7433
7434 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
7435
7436 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7437
7438commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
7439Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7440Date: Wed Sep 10 22:47:58 2008 +0200
7441
7442 env_dataflash: Move conditional compilation to Makefile
7443
7444 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7445
7446commit 057c849c45b9ee19df8ff3acdeee66be52819962
7447Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7448Date: Wed Sep 10 22:47:58 2008 +0200
7449
7450 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
7451
7452 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7453
7454commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
7455Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7456Date: Wed Sep 10 22:47:52 2008 +0200
7457
7458 cmd_eeprom: Move conditional compilation to Makefile
7459
7460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7461
7462commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
7463Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7464Date: Fri Sep 5 09:19:54 2008 +0200
7465
7466 env_eeprom: Move conditional compilation to Makefile
7467
7468 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7469
7470commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
7471Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7472Date: Fri Sep 5 09:19:30 2008 +0200
7473
7474 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
7475
7476 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7477
7478commit 32628c5008105a732212003d83b75f05e5243bb2
7479Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7480Date: Sat Aug 30 23:54:58 2008 +0200
7481
7482 cmd_mac: Move conditional compilation to Makefile
7483
7484 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
7485 start in commit ad8f8687b78c3e917b173f038926695383c55555
7486
7487 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7488
7489commit e5648acab153f0f429bfc714902c5aaa7879f71b
7490Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7491Date: Sat Aug 30 23:47:41 2008 +0200
7492
7493 cmd_fdc: Move conditional compilation to Makefile
7494
7495 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7496
7497commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
7498Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7499Date: Sat Aug 30 23:47:38 2008 +0200
7500
7501 common/Makefile: add core command section
7502
7503 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7504
7505commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
7506Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7507Date: Sat Aug 30 23:29:57 2008 +0200
7508
7509 cmd_vfd: Move conditional compilation to Makefile
7510
7511 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7512
7513commit 6644641d072aee3087da129d8443187196a4d8a9
7514Author: Scott Wood <scottwood@freescale.com>
7515Date: Wed Sep 10 11:48:49 2008 -0500
7516
7517 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
7518
7519 This is part of the switch to newer upstream MTD code.
7520
7521 Signed-off-by: Scott Wood <scottwood@freescale.com>
7522
7523commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
7524Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7525Date: Sat Aug 30 17:06:55 2008 -0400
7526
7527 ARM DaVinci: Fix broken HW ECC for large page NAND.
7528
7529 Based on original patch by Bernard Blackham <bernard@largestprime.net>
7530
7531 U-boot's HW ECC support for large page NAND on Davinci is completely
7532 broken. Some kernels, such as the 2.6.10 one supported by
7533 MontaVista for DaVinci, rely upon this broken behaviour as they
7534 share the same code for ECCs. In the existing scheme, error
7535 detection *might* work on large page, but error correction
7536 definitely does not. Small page ECC correction works, but the
7537 format is not compatible with the mainline git kernel.
7538
7539 This patch adds ECC code that matches what is currently in the
7540 Davinci git repository (since NAND support was added in 2.6.24).
7541 This makes the ECC and OOB layout written by u-boot compatible with
7542 Linux for both small page and large page devices and fixes ECC
7543 correction for large page devices.
7544
7545 The old behaviour can be restored by defining the macro
7546 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
7547
7548 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
7549 Acked-by: Sergey Kubushyn <ksi@koi8.net>
7550 Signed-off-by: Scott Wood <scottwood@freescale.com>
7551
7552commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
7553Author: Heiko Schocher <hs@denx.de>
7554Date: Wed Sep 10 11:15:28 2008 +0200
7555
7556 muas3001: update BR4 settings
7557
7558 Also set up the port pins for using I2C.
7559
7560 Signed-off-by: Heiko Schocher <hs@denx.de>
7561
7562commit 3591293509e0c0bcf244b0f974775bff2e25697e
7563Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
7564Date: Wed Sep 10 09:43:49 2008 +0300
7565
7566 autoscr: Fix one-character lines and non-newline terminated scripts
7567
7568 When not using hush, the autoscr command now executes lines that are
7569 only one character long. It also runs the last line of scripts even if
7570 it does not end in a newline.
7571
7572 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
7573
7574commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
7575Author: Victor Gallardo <vgallardo@amcc.com>
7576Date: Tue Sep 9 15:13:29 2008 -0700
7577
7578 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
7579
7580 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
7581 and glacier.
7582
7583 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
7584
7585commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
7586Author: Heiko Schocher <hs@denx.de>
7587Date: Mon Sep 8 10:21:11 2008 +0200
7588
7589 muas3001: added support for the LM75 sensor.
7590
7591 Signed-off-by: Heiko Schocher <hs@denx.de>
7592
7593commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
7594Author: Heiko Schocher <hs@denx.de>
7595Date: Mon Sep 8 10:20:19 2008 +0200
7596
7597 muas3001: activate WDT for the muas3001 board.
7598
7599 Signed-off-by: Heiko Schocher <hs@denx.de>
7600
7601commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
7602Author: Heiko Schocher <hs@denx.de>
7603Date: Mon Sep 8 10:19:36 2008 +0200
7604
7605 muas3001: added 64MB SDRAM autodetection.
7606
7607 Signed-off-by: Heiko Schocher <hs@denx.de>
7608
7609commit 5251469943895de4bb9a04d5053352cc22acb7d5
7610Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7611Date: Thu Aug 21 07:12:26 2008 -0700
7612
7613 Fix printf errors under -DDEBUG
7614
7615 Fix printf format-string/arg mismatches under -DDEBUG.
7616
7617 These warnings occur with DEBUG defined for a platform using
7618 cpu/mpc85xx. Users of other architectures can unearth similar
7619 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
7620 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
7621
7622 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
7623 Signed-off-by: Andy Fleming <afleming@freescale.com>
7624
7625commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
7626Author: Wolfgang Denk <wd@denx.de>
7627Date: Tue Sep 9 23:55:18 2008 +0200
7628
7629 Update CHANGELOG, prepare 2008-10-rc1 release
7630
7631 Signed-off-by: Wolfgang Denk <wd@denx.de>
7632
7633commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
7634Author: Kumar Gala <galak@kernel.crashing.org>
7635Date: Mon Sep 8 08:51:29 2008 -0500
7636
7637 85xx: Ensure timebase is zero on secondary cores
7638
7639 The e500um says the timebase is volatile out of reset. To ensure
7640 TB sync works we need to make sure its zero.
7641
7642 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7643
Wolfgang Denk88a060b2008-09-09 23:55:18 +02007644commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
7645Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7646Date: Tue Sep 9 22:18:24 2008 +0200
7647
7648 bootm_load_os: fix load_end debug message
7649
7650 print load_end value not pointer
7651
7652 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7653
7654commit 1d9af0be764960e6cc1c093e97176c3542796820
7655Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7656Date: Tue Sep 9 22:18:23 2008 +0200
7657
7658 bootm: enable fdt support only on ppc, m68k and sparc
7659
7660 ...as done in image.c
7661
7662 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7663
7664commit 748b5274e76f81df85cfcffaffedc323678d0623
7665Author: Markus Heidelberg <markus.heidelberg@web.de>
7666Date: Tue Sep 9 18:51:05 2008 +0200
7667
7668 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
7669
7670 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7671
7672commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
7673Author: Markus Heidelberg <markus.heidelberg@web.de>
7674Date: Tue Sep 9 17:31:46 2008 +0200
7675
7676 gitignore: add tags files and Vim swap file
7677
7678 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7679
7680commit 1d9b67b23fca6a25154333733204339802510720
7681Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7682Date: Tue Sep 9 17:52:47 2008 +0900
7683
7684 add board_eth_init() for sh7785lcr board
7685
7686 Fix the problem that cannot work RTL8169 on sh7785lcr board.
7687
7688 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
7689
7690commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
7691Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7692Date: Wed Aug 6 16:08:41 2008 -0500
7693
7694 mtd: SPI Flash: Support the STMicro Flash
7695
7696 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
7697 M25P40, M25P64, M25P80, M25P128.
7698
7699 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
7700 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7701
Wolfgang Denk9dbbd7b2008-09-13 02:23:05 +02007702commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
7703Author: Wolfgang Denk <wd@denx.de>
7704Date: Tue Sep 9 17:55:31 2008 +0200
7705
7706 trab: fix build problem after change to use do_div()
7707
7708 We must link with libgeneric now.
7709
7710 Signed-off-by: Wolfgang Denk <wd@denx.de>
7711
Wolfgang Denk88a060b2008-09-09 23:55:18 +02007712commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
7713Author: Ryan CHEN <ryan.chen@st.com>
7714Date: Wed Aug 20 13:00:17 2008 -0400
7715
7716 Correct drv_usb_kbd_init function
7717
7718 The patch is that check if usb_get_dev_index() function return valid
7719 pointer. If valid, continue. Otherwise return -1.
7720
7721 Signed-off-by: Ryan Chen <ryan.chen@st.com>
7722 Acked-by: Markus Klotzbuecher <mk@denx.de>
7723
7724commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
7725Author: Remy Bohmer <linux@bohmer.net>
7726Date: Wed Aug 20 11:22:02 2008 +0200
7727
7728 Make usb-stop() safe to call multiple times in a row.
7729
7730 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
7731 enabled the usb_stop() command in common/cmd_bootm.c which was
7732 not enabled for some time, because no board did actually set the
7733 CFG_CMD_USB flag. So, now the usb_stop() is executed before
7734 loading the linux kernel.
7735
7736 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
7737 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
7738 If some other piece of code calls usb_stop() before the bootm command,
7739 this command will hangup the system during boot.
7740 (usb start and stop is typically used while booting from usb memory stick)
7741
7742 But, stopping the usb stack twice is useless anyway, and a flag already
7743 existed that kept track on the usb_init()/usb_stop() calls.
7744 So, we now check if the usb stack is really started before we stop it.
7745
7746 This problem is now fixed in both the upper as low-level layer.
7747
7748 Signed-off-by: Remy Bohmer <linux@bohmer.net>
7749 Acked-by: Markus Klotzbuecher <mk@denx.de>
7750
7751commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
7752Author: Wolfgang Denk <wd@denx.de>
7753Date: Tue Sep 9 16:55:47 2008 +0200
7754
7755 Makefile: fix bug introduced by commit 47ffd6c2
7756
7757commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
7758Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7759Date: Tue Sep 9 10:00:33 2008 -0400
7760
7761 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
7762
7763 This patch solves the problems compiling ml507, v5fx30teval and
7764 ppc440-generic out of tree.
7765
7766 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7767
7768commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
7769Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
7770Date: Thu Sep 4 15:35:46 2008 -0300
7771
7772 Fix dev_print when called from usb_stor_info (usb storage command)
7773
7774 Fix output of the usb storage command. It was printing "Device 0: not
7775 available" because IF_TYPE_USB was not included into the switch
7776 statement.
7777
7778 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
7779
7780commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
7781Author: Bartlomiej Sieka <tur@semihalf.com>
7782Date: Tue Sep 9 12:58:16 2008 +0200
7783
7784 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
7785
7786 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7787
7788commit 919f550dc11a13abf01c6bc713c968de790b8d7c
7789Author: Bartlomiej Sieka <tur@semihalf.com>
7790Date: Tue Sep 9 12:58:15 2008 +0200
7791
7792 FIT: add ability to check hashes of all images in FIT, improve output
7793
7794 - add function fit_all_image_check_hashes() that verifies if all
7795 hashes of all images in the FIT are valid
7796 - improve output of fit_image_check_hashes() when the hash check fails
7797
7798 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7799
7800commit 1de1fa408967cef6804bb046b904114519bb36f0
7801Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7802Date: Mon Sep 8 20:54:39 2008 +0200
7803
7804 qemu_mips: Update linux bootm to support dynamic cmdline
7805
7806 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7807
7808commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
7809Author: Peter Tyser <ptyser@xes-inc.com>
7810Date: Mon Sep 8 14:56:49 2008 -0500
7811
7812 Add support for booting of INTEGRITY operating system uImages
7813
7814 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7815
7816commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
7817Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7818Date: Mon Sep 8 21:01:29 2008 +0200
7819
7820 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
7821
7822 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7823
7824commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
7825Author: Kumar Gala <galak@kernel.crashing.org>
7826Date: Mon Sep 8 13:57:12 2008 -0500
7827
7828 Remove support for booting ARTOS images
7829
7830 Pantelis Antoniou stated:
7831 AFAIK, it is still used but the products using PPC are long gone.
7832 Nuke it plz (from orbit).
7833
7834 So remove it since it cleans up a usage of env_get_char outside of
7835 the environment code.
7836
7837 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7838
7839commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
7840Author: Wolfgang Denk <wd@denx.de>
7841Date: Tue Sep 9 15:45:18 2008 +0200
7842
7843 Makefile: compile and link each module just once
7844
7845 Several source files need to be compiled and linked when one or more
7846 config options are selected. To allow for easy selection in the
7847 Makefiles yet to avoild multiple compilation (which costs build time)
7848 and especially multiple linking (which causes errors), we use
7849 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
7850
7851 By courtesy of Detlev Zundel who suggested this approach.
7852
7853 Signed-off-by: Wolfgang Denk <wd@denx.de>
7854
7855commit 48d0192fe869948fef14b460b5f0c85bca933693
7856Author: Andreas Engel <andreas.engel@ericsson.com>
7857Date: Mon Sep 8 14:30:53 2008 +0200
7858
7859 Moved conditional compile into Makefile
7860
7861 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
7862
7863commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
7864Author: Andreas Engel <andreas.engel@ericsson.com>
7865Date: Mon Sep 8 10:17:31 2008 +0200
7866
7867 Merged serial_pl010.c and serial_pl011.c.
7868
7869 They only differ in the init function.
7870 This also adds the missing watchdog support for the PL011.
7871
7872 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
7873
7874commit 0817d688f307ee2c0598e79175c94a40ce90337b
7875Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7876Date: Sun Sep 7 17:10:27 2008 -0400
7877
7878 Remove gap fill in srec object v2
7879
7880 SREC files do not need gap fill: The load address is specified in the
7881 file. On the other hand, it can't be avoided in a .bin object. It has
7882 no information about memory location.
7883
7884 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7885
7886commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
7887Author: Markus Heidelberg <markus.heidelberg@web.de>
7888Date: Sun Sep 7 20:18:27 2008 +0200
7889
7890 README: fix missing subdirectory in the documentation
7891
7892 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
7893
7894commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
7895Author: Graeme Russ <graeme.russ@gmail.com>
7896Date: Sun Sep 7 07:08:42 2008 +1000
7897
7898 Update i386 code (sc520_cdp)
7899
7900 Attempt to bring i386 / sc520 inline with master
7901
7902 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
7903
7904commit 5608692104efa8d56df803dc79ea41ac3607eee5
7905Author: Guennadi Liakhovetski <lg@denx.de>
7906Date: Thu Sep 4 13:01:49 2008 +0200
7907
7908 fw_env: add NAND support
7909
7910 Add support for environment in NAND with automatic NOR / NAND recognition,
7911 including unaligned environment, bad-block skipping, redundant environment
7912 copy.
7913
7914 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7915
7916commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
7917Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7918Date: Tue Sep 9 09:50:24 2008 +0200
7919
7920 ppc4xx: Fix out-of-tree building of CPCI405 variants
7921
7922 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7923 Acked-by: Stefan Roese <sr@denx.de>
7924
7925commit 59f630588e3fdbd698a0a2798e52a8924e899563
7926Author: Sergei Poselenov <sposelenov@emcraft.com>
7927Date: Fri Aug 15 15:42:11 2008 +0200
7928
7929 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
7930
7931 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7932
7933commit e64987a892353f3d49eb242d997820ef8f538912
7934Author: Anatolij Gustschin <agust@denx.de>
7935Date: Fri Aug 15 15:42:13 2008 +0200
7936
7937 85xx: socrates: Enable Lime support.
7938
7939 This patch adds Lime GDC support together with support for the PWM
7940 backlight control through the w83782d chip. The reset pin of the
7941 latter is attached to GPIO, so we need to reset it in
7942 early_board_init_r.
7943
7944 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7945
7946commit 3e79b588b5199f35016f178fc0d5d1266382097f
7947Author: Detlev Zundel <dzu@denx.de>
7948Date: Fri Aug 15 15:42:12 2008 +0200
7949
7950 85xx: Socrates: Major code update.
7951
7952 - Update the local bus ranges in the FDT for Linux for the various
7953 devices connected to the local bus via chip-select.
7954
7955 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
7956 lower than 66 MHz and uses I/O accessor functions consequently.
7957
7958 - UPM data update.
7959
7960 - Update of default environment and configuration. Use I2C multibus
7961 as we do have two I2C buses. Also enable sdram and ext2 commands.
7962
7963 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
7964 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7965 Signed-off-by: Detlev Zundel <dzu@denx.de>
7966
7967commit e8d18541c6ceab821f75faab031740b33fdbfa4b
7968Author: Timur Tabi <timur@freescale.com>
7969Date: Fri Jul 18 16:52:23 2008 +0200
7970
7971 Update Freescale 85xx boards to sys_eeprom.c
7972
7973 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
7974 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
7975 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
7976 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
7977
7978 Signed-off-by: Timur Tabi <timur@freescale.com>
7979
7980commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
7981Author: Wolfgang Denk <wd@denx.de>
7982Date: Tue Sep 9 10:08:02 2008 +0200
7983
7984 lib_ppc/interrupts.c: make board_show_activity() a weak function
7985
7986 This allows to use show_activity() without having to
7987 define an empty board_show_activity() function.
7988
7989 Signed-off-by: Wolfgang Denk <wd@denx.de>
7990
7991commit fe876787f8743883ce58fed61525eaa2f34da4c5
7992Author: Wolfgang Denk <wd@denx.de>
7993Date: Tue Sep 9 10:06:44 2008 +0200
7994
7995 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
7996
7997 Signed-off-by: Wolfgang Denk <wd@denx.de>
7998
7999commit 965de106ba8900372c8b16dc60d5acab7f925e38
8000Author: Wolfgang Denk <wd@denx.de>
8001Date: Tue Sep 9 10:03:47 2008 +0200
8002
8003 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
8004
8005 Signed-off-by: Wolfgang Denk <wd@denx.de>
8006
Wolfgang Denk9dbbd7b2008-09-13 02:23:05 +02008007commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
8008Author: Sergei Poselenov <sposelenov@emcraft.com>
8009Date: Fri Aug 15 15:42:11 2008 +0200
8010
8011 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
8012
8013 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8014
8015commit 36241ca29d4804a1006fb3f26069effda5202581
8016Author: Anatolij Gustschin <agust@denx.de>
8017Date: Fri Aug 15 15:42:13 2008 +0200
8018
8019 85xx: socrates: Enable Lime support.
8020
8021 This patch adds Lime GDC support together with support for the PWM
8022 backlight control through the w83782d chip. The reset pin of the
8023 latter is attached to GPIO, so we need to reset it in
8024 early_board_init_r.
8025
8026 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8027
8028commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
8029Author: Detlev Zundel <dzu@denx.de>
8030Date: Fri Aug 15 15:42:12 2008 +0200
8031
8032 85xx: Socrates: Major code update.
8033
8034 - Update the local bus ranges in the FDT for Linux for the various
8035 devices connected to the local bus via chip-select.
8036
8037 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
8038 lower than 66 MHz and uses I/O accessor functions consequently.
8039
8040 - UPM data update.
8041
8042 - Update of default environment and configuration. Use I2C multibus
8043 as we do have two I2C buses. Also enable sdram and ext2 commands.
8044
8045 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
8046 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8047 Signed-off-by: Detlev Zundel <dzu@denx.de>
8048
Wolfgang Denk88a060b2008-09-09 23:55:18 +02008049commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
8050Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8051Date: Tue Sep 9 01:22:39 2008 +0200
8052
8053 disk-on-chip: remove duplicate doc_probe declaration
8054
8055 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8056
8057commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
8058Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8059Date: Tue Sep 9 00:59:40 2008 +0200
8060
8061 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
8062
8063 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8064
8065commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
8066Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8067Date: Tue Sep 9 00:59:39 2008 +0200
8068
8069 rs5c372: fix rtc_set prototype
8070
8071 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8072
8073commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
8074Author: Sergei Poselenov <sposelenov@emcraft.com>
8075Date: Thu Aug 14 14:08:28 2008 +0200
8076
8077 ARM: fix warning: target CPU does not support interworking
8078
8079 This patch fixes warnings like this:
8080
8081 start.S:0: warning: target CPU does not support interworking
8082
8083 which come from some ARM cross compilers and are caused by hard-coded
8084 (with "--with-cpu=arm9" configuration option) ARM targets (which
8085 support ARM Thumb instructions), while the ARM target selected from
8086 the command line (with "-march=armv4") doesn't support Thumb
8087 instructions.
8088
8089 This warning is issued by the compiler regardless of the real use of
8090 the Thumb instructions in code.
8091
8092 To fix this problem, we use options according to compiler version
8093 being used.
8094
8095 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8096 Signed-off-by: Wolfgang Denk <wd@denx.de>
8097
8098commit 4265c35fbcb248e58179007621d61d32d0b3b82a
8099Author: Sergei Poselenov <sposelenov@emcraft.com>
8100Date: Thu Aug 14 14:08:28 2008 +0200
8101
8102 ARM: Use do_div() instead of division for "long long".
8103
8104 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
8105 Signed-off-by: Wolfgang Denk <wd@denx.de>
8106
Wolfgang Denk9dbbd7b2008-09-13 02:23:05 +02008107commit 8febd13c69cb68652577d1a9fcbde954bf784155
8108Author: Timur Tabi <timur@freescale.com>
8109Date: Fri Jul 18 16:52:23 2008 +0200
8110
8111 Update Freescale 85xx boards to sys_eeprom.c
8112
8113 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
8114 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
8115 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
8116 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
8117
8118 Signed-off-by: Timur Tabi <timur@freescale.com>
8119
Wolfgang Denk88a060b2008-09-09 23:55:18 +02008120commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
8121Author: Wolfgang Denk <wd@denx.de>
8122Date: Mon Sep 8 23:26:22 2008 +0200
8123
8124 lib_arm/bootm.c: fix compile warnings
8125
8126 bootm.c:128: warning: label 'error' defined but not used
8127 bootm.c:65: warning: unused variable 'ret'
8128
8129 Signed-off-by: Wolfgang Denk <wd@denx.de>
8130
8131commit 2e3c867d0a63c563a51e65b776973b008f16cec5
8132Author: Wolfgang Denk <wd@denx.de>
8133Date: Mon Sep 8 22:46:42 2008 +0200
8134
8135 ml507: fix out of tree build problem
8136
8137 Signed-off-by: Wolfgang Denk <wd@denx.de>
8138
8139commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
8140Author: Wolfgang Denk <wd@denx.de>
8141Date: Mon Sep 8 22:10:28 2008 +0200
8142
8143 common/cmd_bootm.c: fix printf() format warnings
8144
8145 Signed-off-by: Wolfgang Denk <wd@denx.de>
8146
8147commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
8148Author: Wolfgang Denk <wd@denx.de>
8149Date: Mon Sep 8 22:37:45 2008 +0200
8150
8151 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
8152
8153 missing doc_probe() prototype.
8154
8155 Signed-off-by: Wolfgang Denk <wd@denx.de>
8156
8157commit 2c5e3cc4994897d364b148942ff23e47783198f6
8158Author: Wolfgang Denk <wd@denx.de>
8159Date: Mon Sep 8 21:28:14 2008 +0200
8160
8161 mk48t59: fix compile problem introduced by commit d1e23194
8162
8163 Signed-off-by: Wolfgang Denk <wd@denx.de>
8164
8165commit 5ff889349d2ace13f10c9335e09365fcec8247cc
8166Author: Stefan Roese <sr@denx.de>
8167Date: Mon Sep 8 14:11:12 2008 +0200
8168
8169 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
8170
8171 This patch moves some 4xx specific prototypes out of include common.h
8172 to a ppc4xx specific header.
8173
8174 Signed-off-by: Stefan Roese <sr@denx.de>
8175
8176commit ac53ee8318678190bf3c68da477a84a657d86fb0
8177Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8178Date: Fri Sep 5 15:34:04 2008 +0200
8179
8180 ppc4xx: Update CPCI405(AB) configuration
8181
8182 This patch add FDT support and command line editing capabilities
8183 for CPCI405 and CPCI405AB boards.
8184
8185 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8186 Signed-off-by: Stefan Roese <sr@denx.de>
8187
8188commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
8189Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8190Date: Fri Sep 5 15:34:03 2008 +0200
8191
8192 ppc4xx: Cleanup CPCI405 linker script
8193
8194 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8195 Signed-off-by: Stefan Roese <sr@denx.de>
8196
8197commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
8198Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8199Date: Fri Sep 5 15:34:02 2008 +0200
8200
8201 ppc4xx: Update CPCI405 variants handling
8202
8203 This patch replaces the BOARD_REVISION variable in include/config.mk
8204 by a using a temporary include file in the platform directory.
8205
8206 The former way does not work anymore and the latter is also used by
8207 some other boards.
8208
8209 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8210 Signed-off-by: Stefan Roese <sr@denx.de>
8211
8212commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
8213Author: Stefan Roese <sr@denx.de>
8214Date: Mon Sep 8 10:01:48 2008 +0200
8215
8216 ppc4xx: Remove CONFIG_CS8952_PHY define
8217
8218 Since this define is only used on one board that was never really in
8219 production, removing this compile time option doesn't hurt and makes
8220 the code more readable.
8221
8222 Signed-off-by: Stefan Roese <sr@denx.de>
8223
8224commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
8225Author: Stefan Roese <sr@denx.de>
8226Date: Fri Sep 5 14:11:40 2008 +0200
8227
8228 ppc4xx: Fix compilation warning for PIP405
8229
8230 This patch fixes a compilation warning for the PIP405 board. It moves the
8231 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
8232 occur anymore. I am a little unsure if this #ifdef is at the correct
8233 place now or if it could be removed completely. This needs to get
8234 tested on the PIP405 board.
8235
8236 Signed-off-by: Stefan Roese <sr@denx.de>
8237
8238commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
8239Author: Stefan Roese <sr@denx.de>
8240Date: Fri Sep 5 14:09:09 2008 +0200
8241
8242 ppc4xx: Fix compilation warning for canyonlands & glacier
8243
8244 Signed-off-by: Stefan Roese <sr@denx.de>
8245
8246commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
8247Author: Kumar Gala <galak@kernel.crashing.org>
8248Date: Fri Sep 5 14:40:29 2008 -0500
8249
8250 Fix compiler warning in mpc8xxx ddr code
8251
8252 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
8253 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
8254 ctrl_regs.c:523: note: 'caslat' was declared here
8255
8256 Add a warning in DDR1 case if cas_latency isn't a value we know about.
8257
8258 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8259 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8260
8261commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
8262Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8263Date: Mon Sep 1 23:06:23 2008 +0200
8264
8265 rtc: allow rtc_set to return an error and use it in cmd_date
8266
8267 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8268
8269commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
8270Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8271Date: Mon Sep 1 01:16:33 2008 +0200
8272
8273 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
8274
8275 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8276
8277commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
8278Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8279Date: Sun Aug 31 05:37:04 2008 +0900
8280
8281 config.mk: Move arch-specific condition to $(ARCH)_config.mk
8282
8283 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8284
8285commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
8286Author: Kumar Gala <galak@kernel.crashing.org>
8287Date: Fri Aug 29 19:08:29 2008 -0500
8288
8289 Prevent crash if random/invalid ramdisks are passed to bootm
8290
8291 Adds returning an error from the ramdisk detection code if
8292 its not a real ramdisk (invalid). There is no reason we can't
8293 just return back to the console if we detect an invalid
8294 ramdisk or CRC error.
8295
8296 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8297
8298commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
8299Author: Anatolij Gustschin <agust@denx.de>
8300Date: Fri Aug 29 21:04:45 2008 +0200
8301
8302 Prevent crash if random DTB address is passed to bootm
8303
8304 This patch adds bootm_start() return value check. If
8305 error status is returned, we do not proceed further to
8306 prevent board reset or crash as we still can recover
8307 at this point.
8308
8309 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8310
8311commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
8312Author: Andrew Dyer <adyer@righthandtech.com>
8313Date: Fri Aug 29 12:30:39 2008 -0500
8314
8315 clean up some #if !defined() in drivers/video/cfb_console.c
8316
8317 rearrange some #if !defined() / #else / #endif statements to remove
8318 the negative logic.
8319
8320 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
8321
8322commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
8323Author: Kyungmin Park <kmpark@infradead.org>
8324Date: Fri Aug 29 09:02:20 2008 +0900
8325
8326 apollon: use the last memory area for u-boot
8327
8328 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8329
8330commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
8331Author: Heiko Schocher <hs@denx.de>
8332Date: Thu Aug 28 13:50:42 2008 +0200
8333
8334 TQM8272: move NAND part in seperate File
8335
8336 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
8337 because I have no longer access to the hardware.
8338
8339 Signed-off-by: Heiko Schocher <hs@denx.de>
8340
8341commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
8342Author: Heiko Schocher <hs@denx.de>
8343Date: Thu Aug 28 13:48:36 2008 +0200
8344
8345 TQM8272: Fix compiling error for the TQM8272 board.
8346
8347 Fix compile problems caused by
8348 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
8349
8350 Signed-off-by: Heiko Schocher <hs@denx.de>
8351
8352commit 1a7f8ccec981648ccd38fca2535490582eee08e6
8353Author: Kyungmin Park <kmpark@infradead.org>
8354Date: Wed Aug 27 14:45:20 2008 +0900
8355
8356 Add JFFS2 command support on OneNAND
8357
8358 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8359
8360commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
8361Author: Mark Jackson <mpfj@mimc.co.uk>
8362Date: Mon Aug 25 19:21:30 2008 +0100
8363
8364 Allow console input to be disabled
8365
8366 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
8367
8368 When CONFIG_DISABLE_CONSOLE is defined, setting
8369 GD_FLG_DISABLE_CONSOLE disables all console input and output.
8370
8371 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
8372
8373commit 2b22d608f370565c87f55928b524207031419c11
8374Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8375Date: Wed Jul 30 12:39:29 2008 +0200
8376
8377 loads: allow negative offsets
8378
8379 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8380
8381commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
8382Author: Yuri Tikhonov <yur@emcraft.com>
8383Date: Thu Sep 4 11:19:05 2008 +0200
8384
8385 USB EHCI: reset root hub
8386
8387 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
8388 resetting only via EHCI registers. So, this patch adds the
8389 corresponding kind of reset to OHCI's hc_reset() if the newly
8390 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
8391 board).
8392
8393 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8394 Acked-by: Markus Klotzbuecher <mk@denx.de>
8395
8396commit 5875d358f025c1b042d8a0f08384b756de7256c9
8397Author: Yuri Tikhonov <yur@emcraft.com>
8398Date: Fri Aug 15 15:42:09 2008 +0200
8399
8400 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
8401
8402 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
8403
8404commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
8405Author: Stefan Roese <sr@denx.de>
8406Date: Fri Sep 5 10:47:46 2008 +0200
8407
8408 devices: Use list_add_tail() instead of list_add() to register a device
8409
8410 This patch fixes a problem spotted on Glacier/Canyonlands (and most
8411 likely lots of other board ports), that no serial output was seen
8412 after console initialization in console_init_r(). This is because the
8413 last added console device was used instead of the first added.
8414
8415 This patch fixes this problem by using list_add_tail() instead of
8416 list_add() to register a device. This way the first added console
8417 is used again.
8418
8419 Signed-off-by: Stefan Roese <sr@denx.de>
8420
8421commit 78d78236896d62bb8ca7302af38d8f1493eb2651
8422Author: Victor Gallardo <vgallardo@amcc.com>
8423Date: Thu Sep 4 23:49:36 2008 -0700
8424
8425 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
8426
8427 This patch adds GPCS, SGMII and M88E1112 PHY support
8428 for the AMCC PPC460GT/EX processors.
8429
8430 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
8431 Signed-off-by: Stefan Roese <sr@denx.de>
8432
8433commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
8434Author: Adam Graham <agraham@amcc.com>
8435Date: Wed Sep 3 12:26:59 2008 -0700
8436
8437 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
8438
8439 Signed-off-by: Adam Graham <agraham@amcc.com>
8440 Signed-off-by: Stefan Roese <sr@denx.de>
8441
8442commit 075d0b81e896e8735ae26372cd384f87cbd24e41
8443Author: Adam Graham <agraham@amcc.com>
8444Date: Wed Sep 3 12:26:28 2008 -0700
8445
8446 ppc4xx: IBM Memory Controller DDR autocalibration routines
8447
8448 Alternate SDRAM DDR autocalibration routine that can be generically used
8449 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
8450 support of more DIMM/memory chip vendors and gets the DDR autocalibration
8451 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
8452
8453 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
8454 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
8455 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
8456 lot longer to run than Method_B. Method_B executes in the same amount of time
8457 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
8458 Normally Method_B is used and it is set as the default method.
8459
8460 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
8461 Controller registers.[bit-field]:
8462 1) SDRAM0_RQDC.[RQFD]
8463 2) SDRAM0_RFDC.[RFFD]
8464
8465 This alternate PPC4xx DDR autocalibration code calibrates the following
8466 IBM SDRAM Controller registers.[bit-field]:
8467
8468 1) SDRAM0_WRDTR.[WDTR]
8469 2) SDRAM0_CLKTR.[CKTR]
8470 3) SDRAM0_RQDC.[RQFD]
8471 4) SDRAM0_RFDC.[RFFD]
8472
8473 and will also use the calibrated settings of the above four registers that
8474 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
8475 register.[bit-field].
8476
8477 Signed-off-by: Adam Graham <agraham@amcc.com>
8478 Signed-off-by: Stefan Roese <sr@denx.de>
8479
8480commit e07f4a8033b6270b8103049adb6456f660ff4a89
8481Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8482Date: Mon Sep 1 13:09:39 2008 -0400
8483
8484 ppc44x: Unification of virtex5 pp440 boards
8485
8486 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
8487
8488 It unificates 3 different things:
8489
8490 1) Source code
8491 A new board called ppc440-generic has been created. This board includes
8492 a generic tlb initialization (Maps the whole memory into virtual) and
8493 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
8494 so, they can be replaced by specific functions.
8495
8496 If a new board needs to redefine any of the previous functions
8497 (specific initialization) it can create a new directory with the
8498 specific initializations needed. (see the example ml507 board).
8499
8500 2) Configuration file
8501 Common configurations are located under configs/xilinx-ppc440.h, this
8502 header file interpretes the xparameters file generated by EDK and
8503 configurates u-boot in correspondence. Example: if there is a Temac,
8504 allows CMD_CONFIG_NET
8505 Specific configuration are located under specific configuration file.
8506 (see the example ml507 board)
8507
8508 3) Makefile
8509 Some work has been done in order to not duplicate work in the Main
8510 Makefile. Please see the attached code.
8511
8512 In order to support new boards they can be implemented in the next way:
8513
8514 a) Simple Generic Board (90% of the time)
8515 Using EDK generates a new xparameters.h file, replace
8516 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
8517 && make
8518
8519 b) Simple Boards with special u-boot parameters (9 % of the time)
8520 Create a new file under configs for it (use ml507.h as example) and
8521 change your paramaters. Create a new Makefile paragraph and compile
8522
8523 c) Complex boards (1% of the time)
8524 Create a new folder for the board, like the ml507
8525
8526 Finally, it adds support for the Avnet FX30T Evaluation board, following
8527 the new generic structure:
8528
8529 Cheap board by Avnet for evaluating the Virtex5 FX technology.
8530
8531 This patch adds support for:
8532 - UartLite
8533 - 16MB Flash
8534 - 64MB RAM
8535
8536 Prior using U-boot in this board, read carefully the ERRATA by Avnet
8537 to solve some memory initialization issues.
8538
8539 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8540 Signed-off-by: Stefan Roese <sr@denx.de>
8541
8542commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
8543Author: Nick Spence <nick.spence@freescale.com>
8544Date: Tue Sep 2 15:21:16 2008 -0500
8545
8546 mpc83xx: fix mpc8313 in-tree building with NAND
8547
8548 and add mpc8313 NAND build to MAKEALL
8549
8550 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8551 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8552
8553commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
8554Author: Nick Spence <nick.spence@freescale.com>
8555Date: Thu Aug 28 14:09:25 2008 -0700
8556
8557 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
8558
8559 Cleans up some latent issues with the data cache control so that
8560 dcache_enable() and dcache_disable() will work reliably (after
8561 unlock_ram_in_cache() has been called)
8562
8563 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8564 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8565
8566commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
8567Author: Nick Spence <nick.spence@freescale.com>
8568Date: Thu Aug 28 14:09:19 2008 -0700
8569
8570 mpc83xx: Store and display Arbiter Event Register values
8571
8572 Record the Arbiter Event Register values and optionally display them.
8573
8574 The Arbiter Event Register can record the type and effective address of
8575 an arbiter error, even through an HRESET. This patch stores the values in
8576 the global data structure.
8577
8578 Display of the Arbiter Event registers immediately after the RSR value
8579 can be enabled with defines. The Arbiter values will only be displayed
8580 if an arbiter event has occured since the last Power On Reset, and either
8581 of the following defines exist:
8582 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
8583 and type register values
8584 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
8585 event register values
8586
8587 Address Only transactions are one of the trapped events that can register
8588 as an arbiter event. They occur with some cache manipulation instructions
8589 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
8590 has the MEMORY_COHERENCE WIMG bit set. Setting:
8591 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
8592 only events, so that it can still capture
8593 other real problems.
8594
8595 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8596 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8597
8598commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
8599Author: Nick Spence <nick.spence@freescale.com>
8600Date: Thu Aug 28 14:09:11 2008 -0700
8601
8602 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
8603
8604 This is needed in unlock_ram_in_cache() because it is called from C and
8605 will corrupt the small data area anchor that is kept in R2.
8606
8607 lock_ram_in_cache() is modified similarly as good coding practice, but
8608 is not called from C.
8609
8610 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8611 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8612
8613commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
8614Author: Nick Spence <nick.spence@freescale.com>
8615Date: Fri Aug 22 23:52:50 2008 -0700
8616
8617 MPC83XX: Fix GPIO configuration - set gpio level before direction
8618
8619 Set DAT value before DIR values to avoid creating glitches on the
8620 GPIO signals.
8621
8622 Set gpio level register before direction register to inhibit
8623 glitches on high level output pins.
8624
8625 Dir and data gets cleared at powerup, so high level output lines see
8626 a short low pulse between setting the direction and level registers.
8627
8628 Issue was seen on a new board with the nReset line of the NOR flash
8629 connected to a GPIO. Setting the direction register puts the NOR flash
8630 in reset so the next instruction to set the level cannot get executed.
8631
8632 Signed-off-by: Nick Spence <nick.spence@freescale.com>
8633 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8634 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8635
8636commit 7007c5975ee900ad70983b0681d3251e221f8321
8637Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8638Date: Tue Sep 2 02:58:32 2008 +0200
8639
8640 doc/qemu_mips: add doc howto debug u-boot with gdb
8641
8642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8643
8644commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
8645Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8646Date: Wed Sep 3 17:15:45 2008 +0200
8647
8648 ppx4xx: Fix broken DASA_SIM board
8649
8650 This patch adds initdram() to DASA_SIM boards that has been
8651 removed accidentally by a previous commit.
8652
8653 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8654 Signed-off-by: Stefan Roese <sr@denx.de>
8655
8656commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
8657Author: Stefan Roese <sr@denx.de>
8658Date: Mon Sep 1 08:35:37 2008 +0200
8659
8660 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
8661
8662 This patch removes some direct references to common/lists.o from some
8663 esd linker scripts. This is necessary because the lists source was moved
8664 and is not in the "common" directory anymore.
8665
8666 Signed-off-by: Stefan Roese <sr@denx.de>
8667
8668commit 97b0734d65f8a0b03df0a335a2addc759da56107
8669Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8670Date: Tue Sep 2 16:33:05 2008 +0200
8671
8672 ppc4xx: Remove obsolete or unused functions from some esd boards
8673
8674 This patch removes initdram() and testdram() from most esd 405 platforms.
8675 Some boards also have an empty dummy implementation of
8676 misc_init_f(). This is also removed.
8677
8678 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8679 Signed-off-by: Stefan Roese <sr@denx.de>
8680
8681commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
8682Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8683Date: Tue Sep 2 15:07:54 2008 +0200
8684
8685 ppc4xx: Update VOM405 board configuration
8686
8687 - remove PCI code
8688 - add command line editing
8689 - minor cleanup
8690
8691 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8692 Signed-off-by: Stefan Roese <sr@denx.de>
8693
8694commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
8695Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8696Date: Tue Sep 2 15:07:53 2008 +0200
8697
8698 ppc4xx: Remove obsolete initdram() function from VOM405 board
8699
8700 This patch removed the obsolete initdram() function from
8701 VOM405 platform file.
8702
8703 Some minor cleanup.
8704
8705 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8706 Signed-off-by: Stefan Roese <sr@denx.de>
8707
8708commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
8709Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8710Date: Tue Sep 2 15:07:52 2008 +0200
8711
8712 ppc4xx: Cleanup VOM405 linker script
8713
8714 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8715 Signed-off-by: Stefan Roese <sr@denx.de>
8716
8717commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
8718Author: Matthias Fuchs <mf@esd.eu>
8719Date: Tue Sep 2 15:07:51 2008 +0200
8720
8721 ppc4xx: Add fdt support for VOM405 boards
8722
8723 Signed-off-by: Matthias Fuchs <mf@esd.eu>
8724 Signed-off-by: Stefan Roese <sr@denx.de>
8725
8726commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
8727Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8728Date: Tue Sep 2 11:36:14 2008 +0200
8729
8730 ppc4xx: Coding style cleanup
8731
8732 Wrap long lines etc.
8733
8734 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8735 Signed-off-by: Stefan Roese <sr@denx.de>
8736
8737commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
8738Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8739Date: Tue Sep 2 11:35:56 2008 +0200
8740
8741 ppc4xx: Enable USB on PLU405 boards
8742
8743 This patch enables the PCI-OHCI controller on PLU405 board.
8744
8745 Also the default CPU frequency is updated to 266 MHz and
8746 command line editing is enabled.
8747
8748 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8749 Signed-off-by: Stefan Roese <sr@denx.de>
8750
8751commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
8752Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8753Date: Tue Sep 2 11:35:35 2008 +0200
8754
8755 ppc4xx: Cleanup PLU405 platform file
8756
8757 This patch
8758 - wraps some long lines
8759 - removes unused/obsolete functions: misc_init_f() and initdram()
8760
8761 Signed-off-by: Matthias Fuchs <mf@esd.eu>
8762 Signed-off-by: Stefan Roese <sr@denx.de>
8763
8764commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
8765Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8766Date: Tue Sep 2 11:35:04 2008 +0200
8767
8768 ppc4xx: Cleanup PLU405 linker script
8769
8770 Signed-off-by: Matthias Fuchs <mf@esd.eu>
8771 Signed-off-by: Stefan Roese <sr@denx.de>
8772
8773commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
8774Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8775Date: Tue Sep 2 11:34:36 2008 +0200
8776
8777 ppc4xx: Add fdt support for PLU405 boards
8778
8779 Signed-off-by: Matthias Fuchs <mf@esd.eu>
8780 Signed-off-by: Stefan Roese <sr@denx.de>
8781
8782commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
8783Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
8784Date: Tue Sep 2 11:34:08 2008 +0200
8785
8786 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
8787
8788 Signed-off-by: Matthias Fuchs <mf@esd.eu>
8789 Signed-off-by: Stefan Roese <sr@denx.de>
8790
8791commit be1b0d2777e179191a57b138b660547a17e55aad
8792Author: Jochen Friedrich <jochen@scram.de>
8793Date: Tue Sep 2 11:24:59 2008 +0200
8794
8795 Don't tftp to unknown flash
8796
8797 If a board has a variable number of flash banks, there are empty entries
8798 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
8799 "Outside available Flash". This patch skips flash banks with unknown
8800 flash ids.
8801
8802 Signed-off-by: Jochen Friedrich <jochen@scram.de>
8803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8804
8805commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
8806Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8807Date: Thu Aug 28 13:40:44 2008 +0900
8808
8809 net: smc911x: Add pkt_data_pull and pkt_data_push function
8810
8811 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
8812 Byte-swapping is necessary, and so poor performance is inevitable.
8813 This problem cannot evade by the swap function of CHIP, this can
8814 evade by software Byte-swapping.
8815 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
8816 functions necessary to solve this problem.
8817
8818 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
8819 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8820
8821commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
8822Author: Ben Warren <biggerbadderben@gmail.com>
8823Date: Sun Aug 31 20:37:00 2008 -0700
8824
8825 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
8826
8827 Affected boards:
8828 db64360
8829 db64460
8830 katmai
8831 taihu
8832 taishan
8833 yucca
8834 cpc45
8835 cpu87
8836 eXalion
8837 elppc
8838 debris
8839 kvme080
8840 mpc8315erdb
8841 integratorap
8842 ixdp425
8843 oxc
8844 pm826
8845 pm828
8846 pm854
8847 pm856
8848 ppmc7xx
8849 sc3
8850 sc520_spunk
8851 sorcery
8852 tqm8272
8853 tqm85xx
8854 utx8245
8855
8856 Removed initialization of the driver from net/eth.c
8857 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
8858
8859 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8860
8861commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
8862Author: Ben Warren <biggerbadderben@gmail.com>
8863Date: Sun Aug 31 10:45:44 2008 -0700
8864
8865 Moved initialization of TULIP Ethernet controller to board_eth_init()
8866
8867 Affected boards:
8868 cu824
8869 bab7xx
8870 adciop
8871 dasa_sim
8872 mousse
8873 mpc8540eval
8874 musenki
8875 mvblue
8876 pcippc2/pcippc6
8877 sbc8240
8878 stxssa
8879
8880 Removed initialization of the driver from net/eth.c
8881
8882 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8883
8884commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
8885Author: Ben Warren <biggerbadderben@gmail.com>
8886Date: Sun Aug 31 10:44:19 2008 -0700
8887
8888 Moved initialization of E1000 Ethernet controller to board_eth_init()
8889
8890 Affected boards:
8891 ap1000
8892 mvbc_p
8893 PM854
8894
8895 Removed initialization of the driver from net/eth.c
8896
8897 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8898
8899commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
8900Author: Ben Warren <biggerbadderben@gmail.com>
8901Date: Sun Aug 31 10:40:51 2008 -0700
8902
8903 Moved initialization of plb2800 Ethernet driver to board_eth_init
8904
8905 Affected boards:
8906 purple
8907
8908 Removed initialization of controller from net/eth.c
8909
8910 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8911
8912commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
8913Author: Ben Warren <biggerbadderben@gmail.com>
8914Date: Sun Aug 31 10:39:12 2008 -0700
8915
8916 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
8917
8918 Modified board_eth_init() functions of boards that have this FEC in addition
8919 to other Ethernet controllers.
8920
8921 Affected boards:
8922 bc3450
8923 icecube
8924 mvbc_p
8925 o2dnt
8926 pm520
8927 total5200
8928 tq5200
8929
8930 Removed initialization of controller from net/eth.c
8931
8932 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8933
8934commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
8935Author: Ben Warren <biggerbadderben@gmail.com>
8936Date: Sun Aug 31 10:36:38 2008 -0700
8937
8938 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
8939
8940 Added a cpu_eth_init() function to MPC512x CPU directory and
8941 removed code from net/eth.c
8942
8943 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8944
8945commit 8218bd2aa68820b878a8413493ae17fd8d21f944
8946Author: Ben Warren <biggerbadderben@gmail.com>
8947Date: Sun Aug 31 10:16:59 2008 -0700
8948
8949 Moved initialization of IncaIP Ethernet controller to board_eth_init
8950
8951 Affected boards:
8952 IncaIP
8953
8954 Removed initialization of the driver from net/eth.c
8955
8956 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8957
8958commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
8959Author: Ben Warren <biggerbadderben@gmail.com>
8960Date: Sun Aug 31 10:15:26 2008 -0700
8961
8962 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
8963
8964 Affected boards:
8965 AmigaOneG3SE
8966
8967 Removed initialization of the driver from net/eth.c
8968
8969 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8970
8971commit 6aca145e067efe75398e9fac97822bd3700de0b2
8972Author: Ben Warren <biggerbadderben@gmail.com>
8973Date: Sun Aug 31 10:13:34 2008 -0700
8974
8975 Moved initialization of GT6426x Ethernet controller to board_eth_init()
8976
8977 Affected boards:
8978 EVB64260
8979 P3G4
8980 ZUMA
8981
8982 Removed initialization of the driver from net/eth.c
8983
8984 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8985
8986commit e3090534d62045dcb73f5392bacc64a4e8e443dc
8987Author: Ben Warren <biggerbadderben@gmail.com>
8988Date: Sun Aug 31 10:08:43 2008 -0700
8989
8990 Moved initialization of PCNET Ethernet controller to board_eth_init()
8991
8992 Affected boards:
8993 PN62
8994 sc520_cdp
8995
8996 Removed initialization of the driver from net/eth.c
8997
8998 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8999
9000commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
9001Author: Ben Warren <biggerbadderben@gmail.com>
9002Date: Sun Aug 31 10:07:16 2008 -0700
9003
9004 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
9005
9006 Affected boards:
9007 a3000
9008
9009 Removed initialization of the driver from net/eth.c
9010
9011 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9012
9013commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
9014Author: Ben Warren <biggerbadderben@gmail.com>
9015Date: Sun Aug 31 10:03:22 2008 -0700
9016
9017 Moved initialization of NS8382X Ethernet controller to board_eth_init()
9018
9019 Affected boards:
9020 bc3450
9021 cpci5200
9022 mecp5200
9023 pf2000
9024 icecube
9025 o2dnt
9026 pm520
9027 sandpoint8245
9028 total5200
9029 tqm5200
9030
9031 Removed initialization of the driver from net/eth.c
9032
9033 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9034
9035commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
9036Author: Ben Warren <biggerbadderben@gmail.com>
9037Date: Sun Aug 31 09:59:33 2008 -0700
9038
9039 Moved initialization of TSI108 Ethernet controller to board_eth_init()
9040
9041 Affected boards:
9042 mpc7448hpc2
9043
9044 Removed initialization of the driver from net/eth.c
9045
9046 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9047
9048commit 0b252f50ae218ae15bfb63af44227972686ebc56
9049Author: Ben Warren <biggerbadderben@gmail.com>
9050Date: Sun Aug 31 21:41:08 2008 -0700
9051
9052 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
9053
9054 Affected boards:
9055 hidden_dragon
9056 MPC8544DS
9057 MPC8610HPCN
9058 R2DPLUS
9059 TB0229
9060
9061 Removed initialization of the driver from net/eth.c
9062
9063 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9064
9065commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
9066Author: Ben Warren <biggerbadderben@gmail.com>
9067Date: Sun Aug 31 09:49:42 2008 -0700
9068
9069 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
9070
9071 Affected boards:
9072 linkstation
9073 r7780mp
9074
9075 Removed initialization of the driver from net/eth.c
9076
9077 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9078
9079commit 3ae071e44256144d6c1e3febb65f6c56bd433769
9080Author: Ben Warren <biggerbadderben@gmail.com>
9081Date: Tue Aug 12 22:11:53 2008 -0700
9082
9083 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
9084
9085 Removed at91sam9_eth_initialize() from net/eth.c
9086
9087 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9088
9089commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
9090Author: Ben Warren <biggerbadderben@gmail.com>
9091Date: Sun Aug 31 22:22:04 2008 -0700
9092
9093 Introduce netdev.h header file and remove externs
9094
9095 This addresses all drivers whose initializers have already
9096 been moved to board_eth_init()/cpu_eth_init().
9097
9098 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9099
9100commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
9101Author: Andy Fleming <afleming@freescale.com>
9102Date: Sun Aug 31 16:33:30 2008 -0500
9103
9104 Add pixis_set_sgmii command
9105
9106 The 8544DS and 8572DS platforms support an optional SGMII riser card to
9107 expose ethernet over an SGMII interface. Once the card is in, it is also
9108 necessary to configure the board such that it uses the card, rather than
9109 the on-board ethernet ports. This can either be done by flipping dip switches
9110 on the motherboard, or by modifying registers in the pixis. Either way
9111 requires a reboot.
9112
9113 This adds a command to allow users to choose which ports are routed through
9114 the SGMII card, and which through the onboard ports. It also allows users
9115 to revert to the current switch settings.
9116
9117 This code does not work on the 8572, as the PIXIS is different.
9118
9119 Signed-off-by: Andy Fleming <afleming@freescale.com>
9120 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9121
9122commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
9123Author: Andy Fleming <afleming@freescale.com>
9124Date: Sun Aug 31 16:33:29 2008 -0500
9125
9126 Add SGMII support for the 8544 DS
9127
9128 The 8544 DS has an optional SGMII Riser card, which uses different PHY
9129 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
9130 setup code if so.
9131
9132 Signed-off-by: Andy Fleming <afleming@freescale.com>
9133 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9134
9135commit 652f7c2eef76a1340928bd660845441e932d86a2
9136Author: Andy Fleming <afleming@freescale.com>
9137Date: Sun Aug 31 16:33:28 2008 -0500
9138
9139 Add support for Freescale SGMII Riser Card
9140
9141 The 8544DS and 8572DS systems have an optional SGMII riser card which
9142 exposes new ethernet ports which are connected to the eTSECs via an
9143 SGMII interface. The SGMII PHYs for this board are offset from the standard
9144 PHY addresses, so this code modifies the passed in tsec_info structure to
9145 use the SGMII PHYs on the card, instead.
9146
9147 Signed-off-by: Andy Fleming <afleming@freescale.com>
9148 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9149
9150commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
9151Author: Andy Fleming <afleming@freescale.com>
9152Date: Sun Aug 31 16:33:27 2008 -0500
9153
9154 Add SGMII support to the tsec
9155
9156 Adds support for configuring the TBI to talk properly with the SerDes.
9157
9158 Signed-off-by: Andy Fleming <afleming@freescale.com>
9159 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9160
9161commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
9162Author: Andy Fleming <afleming@freescale.com>
9163Date: Sun Aug 31 16:33:26 2008 -0500
9164
9165 Pass in tsec_info struct through tsec_initialize
9166
9167 The tsec driver contains a hard-coded array of configuration information
9168 for the tsec ethernet controllers. We create a default function that works
9169 for most tsecs, and allow that to be overridden by board code. It creates
9170 an array of tsec_info structures, which are then parsed by the corresponding
9171 driver instance to determine configuration. Also, add regs, miiregs, and
9172 devname fields to the tsec_info structure, so that we don't need the kludgy
9173 "index" parameter.
9174
9175 Signed-off-by: Andy Fleming <afleming@freescale.com>
9176 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9177
9178commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
9179Author: Andy Fleming <afleming@freescale.com>
9180Date: Sun Aug 31 16:33:25 2008 -0500
9181
9182 tsec: Move tsec.h to include/
9183
9184 This is to prepare the way for board code passing in the tsec_info structure
9185
9186 Signed-off-by: Andy Fleming <afleming@freescale.com>
9187 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9188
9189commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
9190Author: Sergei Poselenov <sposelenov@emcraft.com>
9191Date: Fri Jun 6 15:52:44 2008 +0200
9192
9193 PHY: Add support for the M88E1121R Marvell chip.
9194
9195 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9196 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
9197 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9198
9199commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
9200Author: Wolfgang Denk <wd@denx.de>
9201Date: Tue Sep 2 21:17:36 2008 +0200
9202
9203 fw_env.c: fix build problems with MTD_VERSION=old
9204
9205 (as needed to support old 2.4 Linux kernel based releases)
9206
9207 Signed-off-by: Wolfgang Denk <wd@denx.de>
9208
9209commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
9210Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9211Date: Mon Sep 1 17:11:26 2008 +0200
9212
9213 device: make device_register() clone the device
9214
9215 This is expected by the callers, but this fact was hidden well within
9216 the old list implementation.
9217
9218 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9219
9220commit c75e772a2f061a508bba28ded1b5bea91f0442b0
9221Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9222Date: Sun Aug 31 23:28:15 2008 +0900
9223
9224 sh: Remove CC line from board's Makefile
9225
9226 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9227
9228commit 468eae0660de6fdfd9999944c536ecc4797bd944
9229Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9230Date: Sun Aug 31 23:25:57 2008 +0900
9231
9232 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
9233
9234 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9235
9236commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
9237Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9238Date: Thu Aug 28 14:50:52 2008 +0900
9239
9240 sh: Add support sh2 to MAKEALL
9241
9242 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9243 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9244
9245commit 6f3d8bb5faa12dbf3031382286784c978df038ee
9246Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9247Date: Thu Aug 28 14:52:23 2008 +0900
9248
9249 sh: Fix compile error rsk7203 board
9250
9251 This boards used old type preprocessor.
9252 This patch fix compile error.
9253
9254 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9255 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9256
9257commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
9258Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9259Date: Thu Aug 28 14:53:31 2008 +0900
9260
9261 sh: Fix compile error sh7785lcr board
9262
9263 This boards used old type preprocessor.
9264 This patch fix compile error.
9265
9266 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9267 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9268
9269commit 6f0da4972e48f99d37bc522814940a6022cd3084
9270Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9271Date: Fri Aug 22 17:39:09 2008 +0900
9272
9273 sh: Renesas Solutions AP325RXA board support
9274
9275 AP325RXA is SH7723's reference board.
9276 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
9277 In this patch, support SCIF, NOR Flash, and Ethernet.
9278
9279 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9280 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9281
9282commit ab09f433b50bb83b5e440c335bc3839ee069e534
9283Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9284Date: Fri Aug 22 17:48:51 2008 +0900
9285
9286 sh: add support Renesas SH7723
9287
9288 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
9289 This patch supports CPU register's header file and SCIF serial driver.
9290
9291 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9292 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9293
9294commit c655fad06ba3fb042dbc667724a40e1a9a091248
9295Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9296Date: Sun Aug 31 23:02:04 2008 +0900
9297
9298 sh: Renesas RSK+ 7203 board support
9299
9300 This adds initial support for the RTE RSK+ SH7203 board.
9301
9302 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9303 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9304
9305commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
9306Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9307Date: Thu Jul 3 23:11:02 2008 +0900
9308
9309 sh: Add support Renesas SH7203 processor
9310
9311 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9312 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9313
9314commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
9315Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9316Date: Sun Aug 31 22:48:33 2008 +0900
9317
9318 sh: Add support SH2/SH2A which is CPU of Renesas Technology
9319
9320 Add support SH2/SH2A basic function.
9321
9322 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9323 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9324
9325commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
9326Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9327Date: Sun Aug 31 22:45:08 2008 +0900
9328
9329 sh: Renesas R0P7785LC0011RL board support
9330
9331 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
9332 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
9333
9334 This patch supports the following functions:
9335 - 128MB DDR2-SDRAM (29-bit address mode only)
9336 - NOR Flash
9337 - USB host
9338 - Ethernet
9339
9340 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9341 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9342
9343commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
9344Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9345Date: Thu Jul 10 19:32:53 2008 +0900
9346
9347 sh: add support for SH7785
9348
9349 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
9350 This patch supports CPU register's header file.
9351
9352 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
9353 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9354
9355commit d6e04258be8f2408845468d3cf722a4cf0433445
9356Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9357Date: Sun Aug 31 04:45:42 2008 +0200
9358
9359 davinci: fix remaining dm644x_eth
9360
9361 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9362
9363commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
9364Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9365Date: Sun Aug 31 04:24:56 2008 +0200
9366
9367 fs: Move conditional compilation to Makefile
9368
9369 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9370
9371commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
9372Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9373Date: Sun Aug 31 04:24:55 2008 +0200
9374
9375 devices: merge to list_head
9376
9377 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9378
9379commit ef0255fc75f28655f9681422079287d68a14dbaa
9380Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9381Date: Sun Aug 31 04:24:51 2008 +0200
9382
9383 update linux/list
9384
9385 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9386
9387commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
9388Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9389Date: Sun Aug 31 00:39:48 2008 +0200
9390
9391 smdk6400: add gitignore
9392
9393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9394
9395commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
9396Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9397Date: Sun Aug 31 00:39:48 2008 +0200
9398
9399 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
9400
9401 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9402
9403commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
9404Author: Guennadi Liakhovetski <lg@denx.de>
9405Date: Sun Aug 31 00:39:47 2008 +0200
9406
9407 smdk6400: remove redundant bootargs definition
9408
9409 Double bootargs setting leads to a duplicated environmant entry.
9410
9411 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9412
9413commit 11edcfe260f20dcea79284a3e95270989d433854
9414Author: Guennadi Liakhovetski <lg@denx.de>
9415Date: Sun Aug 31 00:39:47 2008 +0200
9416
9417 ARM: Add support for S3C6400 based SMDK6400 board
9418
9419 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
9420 driver for it too. The board can also boot from the NOR flash, but due to
9421 hardware limitations it can only address 64KiB on it, which is not enough
9422 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
9423
9424 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9425
9426commit e0056b341069796eaea11eae0fc8eb93a3dceaac
9427Author: Guennadi Liakhovetski <lg@denx.de>
9428Date: Sun Aug 31 00:39:47 2008 +0200
9429
9430 NAND: add NAND driver for S3C64XX
9431
9432 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
9433
9434 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9435
9436commit 3fe7b589f9c7463df39056f8872006a67f56a91c
9437Author: Guennadi Liakhovetski <lg@denx.de>
9438Date: Sun Aug 31 00:39:47 2008 +0200
9439
9440 S3C64XX: remove broken HWFLOW support from the serial driver
9441
9442 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
9443 broken and currently unused. Remove it.
9444
9445 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9446
9447commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
9448Author: Guennadi Liakhovetski <lg@denx.de>
9449Date: Sun Aug 31 00:39:47 2008 +0200
9450
9451 serial: add S3C64XX serial driver
9452
9453 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
9454
9455 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9456
9457commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
9458Author: Guennadi Liakhovetski <lg@denx.de>
9459Date: Sun Aug 31 00:39:46 2008 +0200
9460
9461 USB: Add support for OHCI controller on S3C6400
9462
9463 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
9464 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
9465 it should work too and we could still profit from instruction cache.
9466
9467 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9468
9469commit 9b07773f8883665b002500c190507e9fd99b7181
9470Author: Guennadi Liakhovetski <lg@denx.de>
9471Date: Sun Aug 31 00:39:46 2008 +0200
9472
9473 ARM: Add arm1176 core with S3C6400 SoC
9474
9475 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
9476
9477 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9478
9479commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
9480Author: Sandeep Paulraj <s-paulraj@ti.com>
9481Date: Sun Aug 31 00:39:46 2008 +0200
9482
9483 ARM DaVinci: Changing function names for EMAC driver
9484
9485 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
9486 By replacing all the function names that start with dm644x_* to davinci_*
9487 we make these function more portable. I have tested this change on my EVM.
9488 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
9489 be sending patches that add DaVinci DM6467 support to the list soon.
9490
9491 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
9492
9493commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
9494Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
9495Date: Sat Aug 30 23:21:30 2008 +0200
9496
9497 Integrator[AP/CP] - Remove unused file memsetup.S
9498
9499 - memsetup.s is changed/merged to lowlevel_init.S
9500 memsetup.S has a global label memsetup that just returns back to caller
9501 - memsetup global label is changed/merged to lowlevel_init
9502 This label is not called from anywhere.
9503
9504 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
9505
9506commit 89d51d022a63be1a851eda983c8cbce1a044f65f
9507Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9508Date: Wed Aug 27 21:35:52 2008 +0200
9509
9510 ARM DaVinci: Standardize names of directories/files
9511
9512 ARM DaVinci: Standardize names of directories/files.
9513
9514 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9515 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9516
9517commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
9518Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9519Date: Fri Jul 11 15:10:13 2008 -0400
9520
9521 ARM DaVinci: Move common functions to board/davinci/common
9522
9523 ARM DaVinci: Move common functions to board/davinci/common.
9524
9525 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9526
9527commit c2b4b2e4814f4ace9015fdb64132894327400bf0
9528Author: Stefan Roese <sr@denx.de>
9529Date: Fri Aug 29 11:56:49 2008 +0200
9530
9531 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
9532
9533 This function is needed for the new NAND infrastructure. We only need
9534 a dummy implementation though for the NDFC.
9535
9536 Signed-off-by: Stefan Roese <sr@denx.de>
9537
9538commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
9539Author: Stefan Roese <sr@denx.de>
9540Date: Fri Aug 29 12:06:27 2008 +0200
9541
9542 ppc4xx: Increase image size for NAND boot target
9543
9544 This is needed since now with HUSH enabled (amcc-common.h) the image
9545 read from NAND exceeds the previous limit.
9546
9547 Signed-off-by: Stefan Roese <sr@denx.de>
9548
9549commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
9550Author: Ben Warren <biggerbadderben@gmail.com>
9551Date: Thu Aug 28 23:58:30 2008 -0700
9552
9553 Move MPC512x_FEC driver to drivers/net
9554
9555 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9556
9557commit 80b00af01b3c9154774de2936f05a051e92f6a03
9558Author: Ben Warren <biggerbadderben@gmail.com>
9559Date: Thu Aug 28 23:58:29 2008 -0700
9560
9561 Move MPC5xxx_FEC driver to drivers/net
9562
9563 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9564
9565commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
9566Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9567Date: Fri Aug 29 21:53:57 2008 +0200
9568
9569 cmd_terminal: remove no need ifdef
9570
9571 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9572
9573commit 578118bdf122877ae769776be002255be447b4fa
9574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9575Date: Fri Aug 29 21:53:57 2008 +0200
9576
9577 common/Makefile: order by functionality
9578
9579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9580
9581commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
9582Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9583Date: Fri Aug 29 21:53:56 2008 +0200
9584
9585 miiphyutil: Move conditional compilation to Makefile
9586
9587 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9588
9589commit 81789c39db3f0f6b621df8c0ec66014d701f368e
9590Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9591Date: Fri Aug 29 21:53:37 2008 +0200
9592
9593 autoscript: Move conditional compilation to Makefile
9594
9595 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9596
9597commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
9598Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9599Date: Fri Aug 29 01:18:11 2008 +0200
9600
9601 crc16: move to lib_generic
9602
9603 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9604
9605commit 55195773eacefb22dd483a3c560ea30a14263ce1
9606Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9607Date: Fri Aug 29 01:18:01 2008 +0200
9608
9609 miiphybb: move to drivers/net/phy
9610
9611 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9612
9613commit e8314035996a9118ac5948df2ff8a2f2161ed67a
9614Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9615Date: Thu Aug 28 12:31:51 2008 +0200
9616
9617 soft_spi: move to drivers/spi
9618
9619 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9620
9621commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
9622Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9623Date: Thu Aug 28 12:31:51 2008 +0200
9624
9625 soft_i2c: move to drivers/i2c
9626
9627 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9628
9629commit 717a222229fdb77703e9174d0eb08a4b41febf49
9630Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9631Date: Thu Aug 28 12:31:48 2008 +0200
9632
9633 gunzip: move to lib_generic
9634
9635 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9636
9637commit 52aef8f9ba28b747973bf76741c23db658d5773c
9638Author: Wolfgang Ocker <weo@reccoware.de>
9639Date: Tue Aug 26 19:55:23 2008 +0200
9640
9641 ppc4xx: NAND configuration
9642
9643 Made NAND bank configuration setting a config variable.
9644
9645 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
9646 Signed-off-by: Stefan Roese <sr@denx.de>
9647
9648commit 5bc542a593abc9e974fbd34704af85c37c366c60
9649Author: Victor Gallardo <vgallardo@amcc.com>
9650Date: Thu Aug 28 16:03:28 2008 -0700
9651
9652 ppc4xx: fix UIC external_interrupt hang on UIC0
9653
9654 This patch fixes a UIC external_interrupt hang if critical or non-critical
9655 interrupt is set at the same time as a normal interrupt is set on UIC0.
9656
9657 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
9658 Signed-off-by: Stefan Roese <sr@denx.de>
9659
9660commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
9661Author: Prodyut Hazarika <phazarika@amcc.com>
9662Date: Wed Aug 27 16:39:00 2008 -0700
9663
9664 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
9665
9666 Removed Magic numbers from Initialization preload registers
9667 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
9668 About 5-7% improvement seen for LMBench memtests
9669
9670 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
9671 Signed-off-by: Stefan Roese <sr@denx.de>
9672
9673commit 8a490422bed685c9491274ec997f62061d88620b
9674Author: John Rigby <jrigby@freescale.com>
9675Date: Thu Aug 28 13:17:07 2008 -0600
9676
9677 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
9678
9679 MPC5121 rev 2 silicon has a new register for controlling how long
9680 CS is asserted after deassertion of ALE in multiplexed mode.
9681
9682 The default is to assert CS together with ALE. The alternative
9683 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
9684
9685 The default is wrong for the NOR flash and CPLD on the ADS5121.
9686
9687 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
9688 it does so conditionally based on silicon rev 2.0 or greater.
9689
9690 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
9691 Signed-off-by: John Rigby <jrigby@freescale.com>
9692
9693commit 5d9a5efa4b332f442b54a755d49969123c3a8742
9694Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9695Date: Tue Aug 19 00:56:46 2008 +0600
9696
9697 Add I2C frequency dividers for ColdFire
9698
9699 The existing I2C freqency dividers for FDR does not apply
9700 to ColdFire platforms; thus, a seperate table is added
9701 based on MCF5xxx Reference Manual
9702
9703 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
9704 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9705 Acked-by: Tabi Timur <timur@freescale.com>
9706
9707commit eec567a67e00d1ed8d941e9098b7d421f4091abf
9708Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9709Date: Tue Aug 19 03:01:19 2008 +0600
9710
9711 ColdFire: I2C fix for multiple platforms
9712
9713 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9714
9715commit d53cf6a9c7423cba668b867978648645f71c3090
9716Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9717Date: Tue Aug 19 00:37:13 2008 +0600
9718
9719 ColdFire: Add CONFIG_MII_INIT for M5272C3
9720
9721 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9722
9723commit f78ced3028d4130b24a318943a70cf5584ab16f4
9724Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9725Date: Tue Aug 19 00:26:25 2008 +0600
9726
9727 ColdFire: Multiple fixes for MCF5445x platforms
9728
9729 Add FEC pin set and mii reset in __mii_init(). Change
9730 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
9731 change cfi_offset to 0, and change CFG_FLASH_CFI to
9732 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
9733 M54455EVB env settings in configuration file.
9734
9735 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9736
9737commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
9738Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9739Date: Fri Aug 15 18:24:25 2008 +0000
9740
9741 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
9742
9743 The user manuals recommend 7.
9744
9745 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
9746 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9747
9748commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
9749Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9750Date: Fri Aug 15 16:50:07 2008 +0000
9751
9752 ColdFire: Raise uart baudrate to 115200 bps
9753
9754 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
9755 uart baudrate increase from 19200 to 115200 bps
9756
9757 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9758
9759commit ab6ba842682552ccf071d0034da0a20633d1d1ac
9760Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9761Date: Wed Aug 13 12:07:03 2008 +0000
9762
9763 ColdFire: Fix board.c warning message
9764
9765 Implicit declaration of nand_init() warning message
9766
9767 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9768
9769commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
9770Author: Kumar Gala <galak@kernel.crashing.org>
9771Date: Wed Aug 27 01:10:34 2008 -0500
9772
9773 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
9774
9775 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9776
9777commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
9778Author: Heiko Schocher <hs@denx.de>
9779Date: Thu Aug 21 20:44:49 2008 +0200
9780
9781 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
9782
9783 Signed-off-by: Heiko Schocher <hs@denx.de>
9784
9785commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
9786Author: Kumar Gala <galak@kernel.crashing.org>
9787Date: Tue Aug 19 14:46:36 2008 -0500
9788
9789 mpc85xx: remove redudant code with lib_ppc/interrupts.c
9790
9791 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
9792 not show how that happened, but there is no good reason for it.
9793
9794 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
9795 they exist.
9796
9797 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9798
9799commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
9800Author: Kumar Gala <galak@kernel.crashing.org>
9801Date: Fri Jul 25 13:31:05 2008 -0500
9802
9803 mpc85xx: Add support for the MPC8536DS reference board
9804
9805 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9806 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
9807 Signed-off-by: Dejan Minic <minic@freescale.com>
9808 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9809 Signed-off-by: Dave Liu <daveliu@freescale.com>
9810 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9811
9812commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
9813Author: Kumar Gala <galak@kernel.crashing.org>
9814Date: Tue Aug 12 11:14:19 2008 -0500
9815
9816 mpc85xx: Add support for the MPC8536
9817
9818 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
9819 also have SERDES init code for the 8536.
9820
9821 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9822 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
9823 Signed-off-by: Dejan Minic <minic@freescale.com>
9824 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9825 Signed-off-by: Dave Liu <daveliu@freescale.com>
9826
9827commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
9828Author: Kumar Gala <galak@kernel.crashing.org>
9829Date: Tue Aug 12 11:13:08 2008 -0500
9830
9831 mpc85xx: Add support for the MPC8572DS reference board
9832
9833 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9834
9835commit 457caecdbca3df21a93abff19eab12dbc61b7897
9836Author: Kumar Gala <galak@kernel.crashing.org>
9837Date: Wed Aug 27 01:05:35 2008 -0500
9838
9839 FSL DDR: Remove old SPD support from cpu/mpc85xx
9840
9841 All 85xx boards have been converted to the new code so we can
9842 remove the old SPD DDR setup code.
9843
9844 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9845
9846commit 0e7927db138976469e7257e29c1338050a50fcd9
9847Author: Kumar Gala <galak@kernel.crashing.org>
9848Date: Wed Aug 27 01:04:07 2008 -0500
9849
9850 FSL DDR: Convert STXSSA to new DDR code.
9851
9852 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9853
9854commit c360d9b970fbb9c13744c355879671165bbb9b9e
9855Author: Kumar Gala <galak@kernel.crashing.org>
9856Date: Wed Aug 27 01:03:42 2008 -0500
9857
9858 FSL DDR: Convert STXGP3 to new DDR code.
9859
9860 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9861
9862commit 8e55313b7ae12352a343f9b9962e662dbd897187
9863Author: Kumar Gala <galak@kernel.crashing.org>
9864Date: Tue Aug 26 23:52:58 2008 -0500
9865
9866 FSL DDR: Convert SBC8560 to new DDR code.
9867
9868 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9869
9870commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
9871Author: Kumar Gala <galak@kernel.crashing.org>
9872Date: Tue Aug 26 23:52:32 2008 -0500
9873
9874 FSL DDR: Convert MPC8540EVAL to new DDR code.
9875
9876 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9877
9878commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
9879Author: Kumar Gala <galak@kernel.crashing.org>
9880Date: Tue Aug 26 23:52:07 2008 -0500
9881
9882 FSL DDR: Convert PM856 to new DDR code.
9883
9884 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9885
9886commit d53bd3e17bd4f460257c19255569ea6dcfaae817
9887Author: Kumar Gala <galak@kernel.crashing.org>
9888Date: Tue Aug 26 23:51:49 2008 -0500
9889
9890 FSL DDR: Convert PM854 to new DDR code.
9891
9892 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9893
9894commit 33b9079ba20926f14238fff863b68a98e938948e
9895Author: Kumar Gala <galak@kernel.crashing.org>
9896Date: Tue Aug 26 23:15:28 2008 -0500
9897
9898 FSL DDR: Convert sbc8548 to new DDR code.
9899
9900 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9901
9902commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
9903Author: Kumar Gala <galak@kernel.crashing.org>
9904Date: Tue Aug 26 23:14:14 2008 -0500
9905
9906 FSL DDR: Convert atum8548 to new DDR code.
9907
9908 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9909
9910commit be0bd8234b9777ecd63c4c686f72af070d886517
9911Author: Kumar Gala <galak@kernel.crashing.org>
9912Date: Tue Aug 26 22:56:56 2008 -0500
9913
9914 FSL DDR: Convert socrates to new DDR code.
9915
9916 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9917
9918commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
9919Author: Kumar Gala <galak@kernel.crashing.org>
9920Date: Tue Aug 26 08:02:30 2008 -0500
9921
9922 FSL DDR: Convert MPC8544DS to new DDR code.
9923
9924 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9925
9926commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
9927Author: Jon Loeliger <jdl@freescale.com>
9928Date: Tue Mar 18 13:51:05 2008 -0500
9929
9930 FSL DDR: Convert MPC8568MDS to new DDR code.
9931
9932 Signed-off-by: Jon Loeliger <jdl@freescale.com>
9933 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9934
9935commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
9936Author: Jon Loeliger <jdl@freescale.com>
9937Date: Tue Mar 18 13:51:06 2008 -0500
9938
9939 FSL DDR: Convert MPC8548CDS to new DDR code.
9940
9941 Signed-off-by: Jon Loeliger <jdl@freescale.com>
9942 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9943
9944commit aa11d85cf318b961e029fe50d68ca47d004bce93
9945Author: Jon Loeliger <jdl@freescale.com>
9946Date: Mon Mar 17 15:48:18 2008 -0500
9947
9948 FSL DDR: Convert MPC8541CDS to new DDR code.
9949
9950 Signed-off-by: Jon Loeliger <jdl@freescale.com>
9951 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9952
9953commit 2b40edb10d81da7bba724edbccd7f53777112579
9954Author: Jon Loeliger <jdl@freescale.com>
9955Date: Tue Mar 18 11:12:42 2008 -0500
9956
9957 FSL DDR: Convert MPC8555ADS to new DDR code.
9958
9959 Signed-off-by: Jon Loeliger <jdl@freescale.com>
9960 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9961
9962commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
9963Author: Jon Loeliger <jdl@freescale.com>
9964Date: Tue Mar 18 11:12:44 2008 -0500
9965
9966 FSL DDR: Convert MPC8560ADS to new DDR code.
9967
9968 Signed-off-by: Jon Loeliger <jdl@freescale.com>
9969 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9970
9971commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
9972Author: Kumar Gala <galak@kernel.crashing.org>
9973Date: Fri Jun 6 13:12:18 2008 -0500
9974
9975 FSL DDR: Convert MPC8540ADS to new DDR code.
9976
9977 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9978
9979commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
9980Author: Kumar Gala <galak@kernel.crashing.org>
9981Date: Tue Aug 26 21:34:55 2008 -0500
9982
9983 FSL DDR: Add 85xx specific register setting
9984
9985 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9986
9987commit 6fb1b7346849ccd0c20306143e334f5b76143070
9988Author: Kumar Gala <galak@kernel.crashing.org>
9989Date: Mon Jun 9 11:07:46 2008 -0500
9990
9991 FSL DDR: Add e500 TLB helper for DDR code
9992
9993 Provide a helper function that board code can call to map TLBs when
9994 setting up DDR.
9995
9996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9997
9998commit d26b739afe5a6760bd345743188759cd9d0f3b47
9999Author: Andrew Dyer <adyer@righthandtech.com>
10000Date: Tue Aug 26 17:03:38 2008 -0500
10001
10002 dm9000 remove dead external phy support, gpio fix
10003
10004 dm9000 has code to detect and initialize external phy parts, but later
10005 on in the code the part is forced to use the internal phy
10006 unconditionally. Remove the unused/untested code.
10007
10008 change the GPIO initialization so that only the GPIO used as an
10009 internal phy reset (hardwired in the chip) is set as an output. The
10010 remaining GPIO need to be handled by board specific code to prevent
10011 possible drive conflicts. Set as inputs for safety.
10012
10013 replace a few magic numbers with defines
10014
10015 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10016 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10017
10018commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
10019Author: Peter Tyser <ptyser@xes-inc.com>
10020Date: Tue Aug 26 11:17:48 2008 -0500
10021
10022 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
10023
10024 cmd_net.c command descriptions were updated to describe the optional
10025 hostIPaddr argument. The dhcp command help message was also updated
10026 to more closely reflect the other commands in cmd_net.c
10027
10028 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10029 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10030
10031commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
10032Author: Remy Bohmer <linux@bohmer.net>
10033Date: Wed Aug 20 11:30:28 2008 +0200
10034
10035 Fix bogus error message in the DHCP handler
10036
10037 The DHCP handler has 1 state that is not listed in this case, causing a
10038 failure message when there is actually no failure.
10039
10040 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10041 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10042
10043commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
10044Author: Remy Bohmer <linux@bohmer.net>
10045Date: Wed Aug 20 11:30:27 2008 +0200
10046
10047 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
10048
10049 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
10050 missing extern inside the net/bootp.h header
10051
10052 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10053 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10054
10055commit 1803f7f91ff35ca402259065df7557107dcf28a2
10056Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10057Date: Tue Aug 19 21:26:32 2008 +0000
10058
10059 ColdFire: Add FEC Buffer descriptors in SRAM
10060
10061 Add FEC Buffer descriptors and data buffer in SRAM for
10062 faster execution and access.
10063
10064 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10065 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10066
10067commit 429be27ce195210d4b9decf9e867b9ca6155a87d
10068Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10069Date: Thu Aug 21 23:55:11 2008 +0000
10070
10071 Fix ColdFire FEC warning messages
10072
10073 Types mismatch and implicit declaration of icache_invalid()
10074 warning messages
10075
10076 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
10077 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10078
10079commit 6a002171098e968bd5b362347d2831224fab6048
10080Author: Ben Warren <biggerbadderben@gmail.com>
10081Date: Sat Jul 12 00:17:50 2008 -0700
10082
10083 Moved initialization of SKGE Ethernet driver to board code.
10084
10085 The only board using this driver is the SL8245 board.
10086 Removed initialization for the driver from net/eth.c
10087
10088 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10089
10090commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
10091Author: Ben Warren <biggerbadderben@gmail.com>
10092Date: Sat Jul 12 00:08:45 2008 -0700
10093
10094 Moved conditional compilation to Makefile for SK98 Ethernet driver
10095
10096 Brute-force removal of #ifdefs. Didn't touch the code.
10097 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10098
10099commit 65d3d99c28dc363d15eaee78225ff643df499b97
10100Author: Ben Warren <biggerbadderben@gmail.com>
10101Date: Fri Jul 11 23:42:19 2008 -0700
10102
10103 Moved initialization of ULI526X Ethernet driver to board code.
10104
10105 The only board using this driver is the Freescale MPC8610HPCD board.
10106 Removed initialization for the driver from net/eth.c
10107
10108 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10109
10110commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
10111Author: Ben Warren <biggerbadderben@gmail.com>
10112Date: Fri Jul 11 23:15:28 2008 -0700
10113
10114 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
10115
10116 Added board_eth_init() function to bf537-stamp board.
10117 Removed initialization for the Blackin EMAC driver from net/eth.c
10118
10119 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10120
10121commit fc363ce35408f348cacced68505f3747a53e3d7c
10122Author: Ben Warren <biggerbadderben@gmail.com>
10123Date: Wed Jul 9 01:04:19 2008 -0700
10124
10125 Moved initialization of GRETH Ethernet driver to CPU directory
10126
10127 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
10128 removed code from net/eth.c
10129
10130 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10131
10132commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
10133Author: Ben Warren <biggerbadderben@gmail.com>
10134Date: Tue Aug 26 22:16:25 2008 -0700
10135
10136 Moved initialization of MCFFEC Ethernet driver to CPU directory
10137
10138 Added a cpu_eth_init() function to coldfire CPU directories and
10139 removed code from net/eth.c
10140
10141 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10142
10143commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
10144Author: Ben Warren <biggerbadderben@gmail.com>
10145Date: Tue Aug 26 22:12:36 2008 -0700
10146
10147 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
10148
10149 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
10150 removed code from net/eth.c
10151
10152 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
10153
10154commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
10155Author: Kumar Gala <galak@kernel.crashing.org>
10156Date: Tue Aug 26 15:01:38 2008 -0500
10157
10158 FSL DDR: Remove old SPD support from cpu/mpc86xx
10159
10160 All 86xx boards have been converted to the new code so we can
10161 remove the old SPD DDR setup code.
10162
10163 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10164
10165commit 9bd4e5911b750837515466bc7449087698b88e0e
10166Author: Kumar Gala <galak@kernel.crashing.org>
10167Date: Tue Aug 26 15:01:37 2008 -0500
10168
10169 FSL DDR: Convert SBC8641D to new DDR code.
10170
10171 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10172
10173commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
10174Author: Jon Loeliger <jdl@freescale.com>
10175Date: Tue Aug 26 15:01:36 2008 -0500
10176
10177 FSL DDR: Convert MPC8610HPCD to new DDR code.
10178
10179 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10180 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10181
10182commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
10183Author: Kumar Gala <galak@kernel.crashing.org>
10184Date: Tue Aug 26 15:01:35 2008 -0500
10185
10186 FSL DDR: Convert MPC8641HPCN to new DDR code.
10187
10188 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10189 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10190
10191commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
10192Author: Kumar Gala <galak@kernel.crashing.org>
10193Date: Tue Aug 26 15:01:34 2008 -0500
10194
10195 FSL DDR: Add 86xx specific register setting
10196
10197 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10198
10199commit 233fdd502a6c227f476212b3097653ad48d7e254
10200Author: Kumar Gala <galak@kernel.crashing.org>
10201Date: Tue Aug 26 15:01:32 2008 -0500
10202
10203 FSL DDR: Add DDR2 DIMM paramter support
10204
10205 Compute DIMM parameters based upon the SPD information.
10206
10207 Signed-off-by: James Yang <James.Yang@freescale.com>
10208 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10209 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10210
10211commit 05c05a2363a6ac11e0e405926034546ffad71fad
10212Author: Kumar Gala <galak@kernel.crashing.org>
10213Date: Tue Aug 26 15:01:30 2008 -0500
10214
10215 FSL DDR: Add DDR1 DIMM paramter support
10216
10217 Compute DIMM parameters based upon the SPD information in spd.
10218
10219 Signed-off-by: James Yang <James.Yang@freescale.com>
10220 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10221 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10222
10223commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
10224Author: Kumar Gala <galak@kernel.crashing.org>
10225Date: Tue Aug 26 15:01:29 2008 -0500
10226
10227 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
10228
10229 The main purpose of this rewrite it to be able to share the same
10230 initialization code on all FSL PowerPC products that have DDR
10231 controllers. (83xx, 85xx, 86xx).
10232
10233 The code is broken up into the following steps:
10234 GET_SPD
10235 COMPUTE_DIMM_PARMS
10236 COMPUTE_COMMON_PARMS
10237 GATHER_OPTS
10238 ASSIGN_ADDRESSES
10239 COMPUTE_REGS
10240 PROGRAM_REGS
10241
10242 This allows us to share more code an easily allow for board specific code
10243 overrides.
10244
10245 Additionally this code base adds support for >4G of DDR and provides a
10246 foundation for supporting interleaving on processors with more than one
10247 controller.
10248
10249 Signed-off-by: James Yang <James.Yang@freescale.com>
10250 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10251 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
10252 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
10253 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10254
10255commit f784e32b4bce0013983506b11af4b85b8ca3d36e
10256Author: Kumar Gala <galak@kernel.crashing.org>
10257Date: Tue Aug 26 15:01:28 2008 -0500
10258
10259 FSL DDR: Provide a generic set_ddr_laws()
10260
10261 Provide a helper function that will setup the last available
10262 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
10263
10264 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10265
10266commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
10267Author: James Yang <James.Yang@freescale.com>
10268Date: Tue Aug 26 15:01:27 2008 -0500
10269
10270 Add proper SPD definitions for DDR1/2/3
10271
10272 Also adds helper functions for DDR1/2 to verify the checksum.
10273
10274 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10275
10276commit 285db74716c724ae8a0ff177878fd09a74428c7b
10277Author: Wolfgang Denk <wd@denx.de>
10278Date: Wed Aug 27 01:02:48 2008 +0200
10279
10280 Update CHANGELOG
10281
10282 Signed-off-by: Wolfgang Denk <wd@denx.de>
10283
Wolfgang Denkdefe6ad2008-08-27 01:02:48 +020010284commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
10285Author: Heiko Schocher <hs@denx.de>
10286Date: Tue Aug 19 10:08:49 2008 +0200
10287
10288 Add support for muas3001 board (MPC8270)
10289
10290 Signed-off-by: Heiko Schocher <hs@denx.de>
10291
10292commit 322098bff32410d2a00031649b47c4ec90a66d9a
10293Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10294Date: Tue Aug 19 08:31:18 2008 +0530
10295
10296 common/cmd_load.c cleanup - remove unused variables
10297
10298 - Remove unused global variable os_data_count.
10299 - Remove unused variable z.
10300
10301 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10302
10303commit 306620b762a4f9fa6678568ad2e8772dec145208
10304Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10305Date: Mon Aug 18 13:35:27 2008 +0200
10306
10307 remove MVS1 board
10308
10309 MVS1 board has reached end-of-life and can be removed completely.
10310
10311 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10312
10313commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
10314Author: Kumar Gala <galak@kernel.crashing.org>
10315Date: Fri Aug 15 08:24:45 2008 -0500
10316
10317 bootm: refactor do_reset and os boot function args
10318
10319 There is no need for each OS specific function to call do_reset() we
10320 can just do it once in bootm. This means its feasible on an error for
10321 the OS boot function to return.
10322
10323 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
10324 functions. flag isn't currently used but might be in the future so
10325 we left it alone.
10326
10327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10328
10329commit 40afac22a9c602e55c501c800f1c064324711b56
10330Author: Kumar Gala <galak@kernel.crashing.org>
10331Date: Fri Aug 15 08:24:44 2008 -0500
10332
10333 fdt: Added resize command
10334
10335 Resize the fdt to size + padding to 4k boundary
10336
10337 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10338
10339commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
10340Author: Kumar Gala <galak@kernel.crashing.org>
10341Date: Fri Aug 15 08:24:43 2008 -0500
10342
10343 fdt: refactor initrd related code
10344
10345 Created a new fdt_initrd() to deal with setting the initrd properties
10346 in the device tree and fixing up the mem reserve. We can use this
10347 both in the choosen node handling and lets us remove some duplicated
10348 code when we fixup the initrd info in bootm on PPC.
10349
10350 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10351
10352commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
10353Author: Kumar Gala <galak@kernel.crashing.org>
10354Date: Fri Aug 15 08:24:42 2008 -0500
10355
10356 fdt: refactor fdt resize code
10357
10358 Move the fdt resizing code out of ppc specific boot code and into
10359 common fdt support code.
10360
10361 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10362
10363commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
10364Author: Kumar Gala <galak@kernel.crashing.org>
10365Date: Fri Aug 15 08:24:41 2008 -0500
10366
10367 bootm: refactor image detection and os load steps
10368
10369 Created a bootm_start() that handles the parsing and detection of all
10370 the images that will be used by the bootm command (OS, ramdisk, fdt).
10371 As part of this we now tract all the relevant image offsets in the
10372 bootm_headers_t struct. This will allow us to have all the needed
10373 state for future sub-commands and lets us reduce a bit of arch
10374 specific code on SPARC.
10375
10376 Created a bootm_load_os() that deals with decompression and loading
10377 the OS image.
10378
10379 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10380
10381commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
10382Author: Kumar Gala <galak@kernel.crashing.org>
10383Date: Fri Aug 15 08:24:40 2008 -0500
10384
10385 bootm: move lmb into the bootm_headers_t structure
10386
10387 To allow for persistent state between future bootm subcommands we
10388 need the lmb to exist in a global state.
10389 Moving it into the bootm_headers_t allows us to do that.
10390
10391 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10392
10393commit 54f9c86691309b2f919f567f9255b8bcad2c7651
10394Author: Kumar Gala <galak@kernel.crashing.org>
10395Date: Fri Aug 15 08:24:39 2008 -0500
10396
10397 bootm: Set working fdt address as part of the bootm flow
10398
10399 Set the fdt working address so "fdt FOO" commands can be used as part
10400 of the bootm flow. Also set an the environment variable "fdtaddr"
10401 with the value.
10402
10403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10404
10405commit 06a09918f3903450313e2047a9cc258bf5872f46
10406Author: Kumar Gala <galak@kernel.crashing.org>
10407Date: Fri Aug 15 08:24:38 2008 -0500
10408
10409 bootm: refactor fdt locating and relocation code
10410
10411 Move the code that handles finding a device tree blob and relocating
10412 it (if needed) into common code so all arch's have access to it.
10413
10414 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10415
10416commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
10417Author: Kumar Gala <galak@kernel.crashing.org>
10418Date: Fri Aug 15 08:24:37 2008 -0500
10419
10420 bootm: refactor ramdisk locating code
10421
10422 Move determing if we have a ramdisk and where its located into the
10423 common code. Keep track of the ramdisk start and end in the
10424 bootm_headers_t image struct.
10425
10426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10427
10428commit c160a9544743e80e8889edb2275538e7764ce334
10429Author: Kumar Gala <galak@kernel.crashing.org>
10430Date: Fri Aug 15 08:24:36 2008 -0500
10431
10432 bootm: refactor entry point code
10433
10434 Move entry point code out of each arch and into common code.
10435 Keep the entry point in the bootm_headers_t images struct.
10436
10437 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10438
10439commit 20220d22b9f41446288588cd2e457e0077a18bed
10440Author: Randy Vinson <rvinson@mvista.com>
10441Date: Wed Aug 13 11:44:57 2008 -0700
10442
10443 mpc7448hpc2: Fix PCI I/O space mapping.
10444
10445 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
10446 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
10447 space such that 0xFA000000 in the processor's address space maps to 0
10448 on the PCI I/O bus.
10449
10450 Signed-off-by Randy Vinson <rvinson@mvista.com>
10451 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
10452
10453commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
10454Author: Guennadi Liakhovetski <lg@denx.de>
10455Date: Wed Aug 13 18:10:26 2008 +0200
10456
10457 i.MX31: Specify maintainers for i.MX31-based boards
10458
10459 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10460 Signed-off-by: Wolfgang Denk <wd@denx.de>
10461
10462commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
10463Author: Wolfgang Denk <wd@denx.de>
10464Date: Tue Aug 26 15:01:28 2008 +0200
10465
10466 ADS5121: adjust image addresses in RAM and flash
10467
10468 Use the same mapping in flash as used by Linux
10469
10470 Signed-off-by: Wolfgang Denk <wd@denx.de>
10471
10472commit 19f101412c16edee9fd55db4039e1d68a833b28b
10473Author: Wolfgang Denk <wd@denx.de>
10474Date: Tue Aug 26 13:14:34 2008 +0200
10475
10476 cmd_mem.c: Fix help message alignment
10477
10478 Bug was introced by "Big white-space cleanup" (53677ef1)
10479
10480 Signed-off-by: Wolfgang Denk <wd@denx.de>
10481
10482commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
10483Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10484Date: Wed Aug 20 11:11:52 2008 +0200
10485
10486 change mvBL-M7 default env and move to vendor subdir
10487
10488 fix mvBL-M7 config and move to matrix_vision subdir
10489
10490 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10491 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10492
10493commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
10494Author: Nick Spence <nick.spence@freescale.com>
10495Date: Fri Aug 22 23:52:40 2008 -0700
10496
10497 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
10498
10499 This patch adds elements to the 83xx sysconf structure and #define values that are used
10500 by mpc83xx family devices.
10501
10502 Signed-off-by: Nick Spence <nick.spence@freescale.com>
10503 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10504
10505commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
10506Author: Ira W. Snyder <iws@ovro.caltech.edu>
10507Date: Fri Aug 22 11:00:15 2008 -0700
10508
10509 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
10510
10511 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
10512 PCI card rather than a host computer.
10513
10514 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10515 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10516
10517commit 4ff9aea9d6b5602683a920951ef896996438af62
10518Author: Ira W. Snyder <iws@ovro.caltech.edu>
10519Date: Fri Aug 22 11:00:14 2008 -0700
10520
10521 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
10522
10523 This adds a helper function to unlock the PCI configuration bit, so that
10524 any extra PCI setup (such as outbound windows, etc.) can be done after
10525 using the 83XX_GENERIC_PCI code to set up the PCI bus.
10526
10527 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10528 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10529
10530commit 162338e1fcde231ca4d562e5ebd7859456731691
10531Author: Ira W. Snyder <iws@ovro.caltech.edu>
10532Date: Fri Aug 22 11:00:13 2008 -0700
10533
10534 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
10535
10536 Change the MPC8349EMDS board to use the generic PCI initialization code
10537 for the mpc83xx cpu.
10538
10539 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
10540 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10541
10542commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
10543Author: Kim Phillips <kim.phillips@freescale.com>
10544Date: Mon Aug 25 14:53:09 2008 -0500
10545
10546 fix out of tree building
10547
10548 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10549
10550commit a49d10cf027d059ee15c262010a05cdaec0961e1
10551Author: Wolfgang Denk <wd@denx.de>
10552Date: Mon Aug 25 23:45:41 2008 +0200
10553
10554 Minor coding style cleanup, updte CHANGELOG
10555
10556 Signed-off-by: Wolfgang Denk <wd@denx.de>
10557
Wolfgang Denk34a5b122008-08-25 23:45:41 +020010558commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
10559Author: Stefan Roese <sr@denx.de>
10560Date: Wed Aug 20 20:29:38 2008 +0200
10561
10562 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
10563
10564 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
10565 to combine both config options into one line. This even allows defining
10566 both options and not generating the target object twice.
10567
10568 Signed-off-by: Stefan Roese <sr@denx.de>
10569
10570commit 079edb913dbae147b50a488cf02e03f473fc5f28
10571Author: Jens Gehrlein <sew_s@tqs.de>
10572Date: Fri Jul 4 16:50:05 2008 +0200
10573
10574 MX31: fix bit masks in function mx31_decode_pll()
10575
10576 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
10577
10578 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
10579
10580commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
10581Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10582Date: Mon Aug 25 11:11:34 2008 +0200
10583
10584 Correct ARM Versatile Timer Initialization
10585
10586 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
10587 -- Timer Value Register @ TIMER Base + 4 is Read-only.
10588 -- Prescale Value (Bits 3-2 of TIMER Control register)
10589 can only be one of 00,01,10. 11 is undefined.
10590 -- CFG_HZ for Versatile board is set to
10591 #define CFG_HZ (1000000 / 256)
10592 So Prescale bits is set to indicate
10593 - 8 Stages of Prescale, Clock divided by 256
10594 - The Timer Control Register has one Undefined/Shouldn't Use Bit
10595 So we should do read/modify/write Operation
10596
10597 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10598
10599commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
10600Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10601Date: Mon Aug 25 11:30:29 2008 +0200
10602
10603 Add ARM AMBA PL031 RTC Support
10604
10605 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10606
10607commit e39411674669cc880e1ec4a8ca4794fb15c33a45
10608Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10609Date: Tue Aug 19 16:21:03 2008 -0400
10610
10611 ARM DaVinci: Removed redundant NAND initialization code.
10612
10613 ARM DaVinci: Removed redundant NAND initialization code.
10614
10615 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10616
10617commit b3fb663b20d995ca41327db877ddb168279b3f62
10618Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10619Date: Tue Aug 19 16:21:00 2008 -0400
10620
10621 ARM DaVinci: Fix compilation error with new MTD code.
10622
10623 ARM DaVinci: Fix compilation error with new MTD code.
10624
10625 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10626
10627commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
10628Author: Gerald Van Baren <vanbaren@cideas.com>
10629Date: Fri Aug 22 14:37:05 2008 -0400
10630
10631 Add note on dereferencing /aliases pointers
10632
10633 Replace the "must quote special characters" note with a hint on
10634 how to dereference /aliases pointers by omitting the leading "/".
10635 This feature was introduced by Kumar Gala as a libfdt enhancement
10636 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
10637
10638 Example:
10639
10640 => fdt print /aliases
10641 aliases {
10642 ethernet0 = "/qe@e0100000/ucc@2000";
10643 ethernet1 = "/qe@e0100000/ucc@3000";
10644 serial0 = "/soc8360@e0000000/serial@4500";
10645 serial1 = "/soc8360@e0000000/serial@4600";
10646 pci0 = "/pci@e0008500";
10647 };
10648 => fdt print ethernet0
10649 ucc@2000 {
10650 device_type = "network";
10651 compatible = "ucc_geth";
10652 cell-index = <0x1>;
10653 reg = <0x2000 0x200>;
10654 interrupts = <0x20>;
10655 interrupt-parent = <0x2>;
10656 local-mac-address = [00 00 00 00 00 00];
10657 rx-clock-name = "none";
10658 tx-clock-name = "clk9";
10659 phy-handle = <0x3>;
10660 phy-connection-type = "rgmii-id";
10661 pio-handle = <0x4>;
10662 };
10663
10664 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10665
10666commit feeca3f578b7f53c032ba203698751c982f8bf5a
10667Author: Kumar Gala <galak@kernel.crashing.org>
10668Date: Thu Aug 14 08:28:19 2008 -0500
10669
10670 libfdt: Add support for using aliases in fdt_path_offset()
10671
10672 If the path doesn't start with '/' check to see if it matches some alias
10673 under "/aliases" and substitute the matching alias value in the path
10674 and retry the lookup.
10675
10676 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10677 Acked-by: David Gibson <david@gibson.dropbear.id.au>
10678 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10679
10680commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
10681Author: David Gibson <david@gibson.dropbear.id.au>
10682Date: Wed Aug 6 14:50:49 2008 +1000
10683
10684 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
10685
10686 As well as fdt_subnode_offset(), libfdt includes an
10687 fdt_subnode_offset_namelen() function that takes the subnode name to
10688 look up not as a NUL-terminated string, but as a string with an
10689 explicit length. This can be useful when the caller has the name as
10690 part of a longer string, such as a full path.
10691
10692 However, we don't have corresponding 'namelen' versions for
10693 fdt_get_property() and fdt_getprop(). There are less obvious use
10694 cases for these variants on property names, but there are
10695 circumstances where they can be useful e.g. looking up property names
10696 which need to be parsed from a longer string buffer such as user input
10697 or a configuration file, or looking up an alias in a path with
10698 IEEE1275 style aliases.
10699
10700 So, since it's very easy to implement such variants, this patch does
10701 so. The original NUL-terminated variants are, of course, implemented
10702 in terms of the namelen versions.
10703
10704 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10705
10706commit f171746f701ea58bf6a53e835b53d2aaebee0d81
10707Author: David Gibson <david@gibson.dropbear.id.au>
10708Date: Tue Jul 29 14:51:22 2008 +1000
10709
10710 libfdt: Forgot one function when cleaning the namespace
10711
10712 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
10713 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
10714 chance of collisions with things from whatever package libfdt is
10715 embedded in, pulled into the libfdt build via that environment's
10716 libfdt_env.h.
10717
10718 Except... I missed one. This patch applies the same treatment to
10719 _stringlist_contains(). While we're at it, also make it static since
10720 it's only used in the same file.
10721
10722 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10723
10724commit 46390da15411351fc3b498bd8c1615f78fe80df0
10725Author: Wolfram Sang <w.sang@pengutronix.de>
10726Date: Wed Jul 9 11:22:44 2008 +0200
10727
10728 libfdt: Improve documentation in libfdt.h
10729
10730 Fix a few typos and mistakes.
10731
10732 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
10733 Acked-by: David Gibson <david@gibson.dropbear.id.au>
10734
10735commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
10736Author: David Gibson <david@gibson.dropbear.id.au>
10737Date: Wed Jul 9 14:10:24 2008 +1000
10738
10739 libfdt: Increase namespace-pollution paranoia
10740
10741 libfdt is supposed to easy to embed in projects all and sundry.
10742 Often, it won't be practical to separate the embedded libfdt's
10743 namespace from that of the surrounding project. Which means there can
10744 be namespace conflicts between even libfdt's internal/static functions
10745 and functions or macros coming from the surrounding project's headers
10746 via libfdt_env.h.
10747
10748 This patch, therefore, renames a bunch of libfdt internal functions
10749 and macros and makes a few other chances to reduce the chances of
10750 namespace collisions with embedding projects. Specifically:
10751 - Internal functions (even static ones) are now named _fdt_*()
10752
10753 - The type and (static) global for the error table in
10754 fdt_strerror() gain an fdt_ prefix
10755
10756 - The unused macro PALIGN is removed
10757
10758 - The memeq and streq macros are removed and open-coded in the
10759 users (they were only used once each)
10760
10761 - Other macros gain an FDT_ prefix
10762
10763 - To save some of the bulk from the previous change, an
10764 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
10765 FDT_ALIGN(x, FDT_TAGSIZE)
10766
10767 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10768
10769commit c66830263af19831f2b7db307f79d1943febf7f9
10770Author: David Gibson <david@gibson.dropbear.id.au>
10771Date: Mon Jul 7 10:14:15 2008 +1000
10772
10773 dtc: Enable and fix -Wcast-qual warnings
10774
10775 Enabling -Wcast-qual warnings in dtc shows up a number of places where
10776 we are incorrectly discarding a const qualification. There are also
10777 some places where we are intentionally discarding the 'const', and we
10778 need an ugly cast through uintptr_t to suppress the warning. However,
10779 most of these are pretty well isolated with the *_w() functions. So
10780 in the interests of maximum safety with const qualifications, this
10781 patch enables the warnings and fixes the existing complaints.
10782
10783 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10784 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10785
10786commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
10787Author: David Gibson <david@gibson.dropbear.id.au>
10788Date: Mon Jul 7 10:10:48 2008 +1000
10789
10790 dtc: Enable and fix -Wpointer-arith warnings
10791
10792 This patch turns on the -Wpointer-arith option in the dtc Makefile,
10793 and fixes the resulting warnings due to using (void *) in pointer
10794 arithmetic. While convenient, pointer arithmetic on void * is not
10795 portable, so it's better that we avoid it, particularly in libfdt.
10796
10797 Also add necessary definition of uintptr_t needed by David Gibson's
10798 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
10799 comes from stdint.h, which u-boot doesn't have). -- gvb
10800
10801 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10802 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
10803
10804commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
10805Author: Tirumala R Marri <tmarri@amcc.com>
10806Date: Thu Aug 21 21:54:53 2008 -0700
10807
10808 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
10809
10810 During recent PCI-E tests it has been found that current
10811 driverl level and de-emphasis values are not set correctly.
10812 After sweeping throgh all de-ephasis values, it was found that
10813 0x130 is a right value. Where 0x13 is driver level and 0 is
10814 de-emphasis.
10815
10816 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
10817 Signed-off-by: Stefan Roese <sr@denx.de>
10818
10819commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
10820Author: Remy Bohmer <linux@bohmer.net>
10821Date: Wed Aug 20 20:46:56 2008 +0200
10822
10823 Make the YAFFS filesystem work
10824
10825 Recently the YAFFS filesystem support has been added to U-boot.
10826 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
10827
10828 ymount will generate an exception (when dereferencing mtd->readoob()), because
10829 the genericDevice is a null pointer. Further, a lot of logging is produced
10830 while using YAFFS fs, so logging should also be disabled.
10831 Both issues are solved by this patch.
10832
10833 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
10834 in U-boot, as well as in Linux.
10835
10836 Tested on a Atmel AT91SAM9261EK board.
10837
10838 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10839 Acked-by: William Juul <william.juul@tandberg.com>
10840 Signed-off-by: Scott Wood <scottwood@freescale.com>
10841
10842commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
10843Author: Kyungmin Park <kmpark@infradead.org>
10844Date: Tue Aug 19 08:42:53 2008 +0900
10845
10846 Fix OneNAND read_oob/write_oob functions compatability
10847
10848 Also sync with kernel OneNAND codes
10849
10850 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
10851 Signed-off-by: Scott Wood <scottwood@freescale.com>
10852
10853commit 8d765456c1d33f2010d2717ee58de7647fdc6346
10854Author: Scott Wood <scottwood@freescale.com>
10855Date: Mon Aug 18 17:11:20 2008 -0500
10856
10857 NAND: Remove delay from nand_boot_fsl_elbc.c.
10858
10859 It was for debugging purposes, and shouldn't have been left in.
10860
10861 Signed-off-by: Scott Wood <scottwood@freescale.com>
10862
10863commit f556483734126793522fb7a8cf36af90da78f084
10864Author: Stefan Roese <sr@denx.de>
10865Date: Thu Aug 21 11:05:03 2008 +0200
10866
10867 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
10868
10869 This patch fixes some minor issues introduced with the patch:
10870 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
10871
10872 - Rework memory-queue and PLB arbiter optimization code, that the
10873 local variable is not needed anymore. This removes one #ifdef.
10874 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
10875 of XXX+ 0x01). This was not introduced by Prodyut, just a
10876 copy-paste problem.
10877
10878 Signed-off-by: Stefan Roese <sr@denx.de>
10879
10880commit 079589bcfb24ba11068460276a3cc9549ab5346f
10881Author: Prodyut Hazarika <phazarika@amcc.com>
10882Date: Wed Aug 20 09:38:51 2008 -0700
10883
10884 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
10885 PPC405EX and PPC460EX/GT/SX
10886
10887 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
10888 processors
10889 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
10890 across processors (405 and 440/460)
10891 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
10892 processors
10893 - Add register bit definitions for Memory Queue Configuration registers
10894
10895 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
10896 Signed-off-by: Stefan Roese <sr@denx.de>
10897
10898commit ba37aa03287c5483c61c0a3e320c8888bee0143a
10899Author: Kumar Gala <galak@kernel.crashing.org>
10900Date: Tue Aug 19 15:41:18 2008 -0500
10901
10902 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
10903
10904 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
10905 instead of bd->bi_enetaddr, bi_enet1addr, etc.
10906
10907 This makes the code a bit more flexible to the number of ethernet
10908 interfaces.
10909
10910 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10911
10912commit 4cacf7c64609839f809e2f9c45873f1d65861703
10913Author: Stefan Roese <sr@denx.de>
10914Date: Tue Aug 19 14:57:55 2008 +0200
10915
10916 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
10917
10918 This patch changes the debug_printf() marco for U-Boot in hush.c and
10919 moves the definition of DEBUG_SHELL to a place that is actually compiled
10920 under U-Boot.
10921
10922 Signed-off-by: Stefan Roese <sr@denx.de>
10923
10924commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
10925Author: Heiko Schocher <hs@denx.de>
10926Date: Tue Aug 19 09:57:41 2008 +0200
10927
10928 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
10929
10930 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
10931 missed a few boards:
10932 include/configs/M5253DEMO.h
10933 include/configs/ml507.h
10934 include/configs/redwood.h
10935
10936 This patch fixes this.
10937
10938 Signed-off-by: Heiko Schocher <hs@denx.de>
10939
10940commit 0768b7a872964085eece8d5e9fec9175e9deb161
10941Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10942Date: Mon Aug 18 13:41:27 2008 +0200
10943
10944 Consolidate strmhz() implementation
10945
10946 ARM, i386, m68k and ppc all have identical implementations of strmhz().
10947 Other architectures don't provide this function at all.
10948
10949 This patch moves strmhz() into lib_generic, reducing code duplication
10950 and providing a more unified API across architectures.
10951
10952 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10953
10954commit a928d0df211f1d829308d335d19be3ca42558dfc
10955Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
10956Date: Mon Aug 18 12:02:51 2008 +0200
10957
10958 fix mvbc_p board build warnings
10959
10960 fix build warnings @ mvBC-P board by using correct types, i.e. change
10961 out_be32 to out_be16 and out_8 accordingly.
10962
10963 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
10964
10965commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
10966Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10967Date: Sat Aug 16 18:54:27 2008 +0200
10968
10969 Makefile: fix posix support on find
10970
10971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10972
10973commit bef92e215d945cc574399c1a1b00a3a76d35aa03
10974Author: Axel Beierlein <belatronix@web.de>
10975Date: Sat Aug 16 00:30:48 2008 +0200
10976
10977 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
10978
10979 Tested with TQM5200S on STK52XX.200 Board
10980
10981 Signed-off-by: Axel Beierlein <belatronix@web.de>
10982
10983commit 0800707b6d5041a840a65d556032c15c584b55f8
10984Author: Peter Tyser <ptyser@xes-inc.com>
10985Date: Fri Aug 15 14:36:32 2008 -0500
10986
10987 mod_i2c_mem() bugfix
10988
10989 The last used chip, address, and address length were not being
10990 stored for the imm and imn commands.
10991
10992 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10993
10994commit 4afbef967275b2f636abae86f91b81becee7ad03
10995Author: Steven A. Falco <sfalco@harris.com>
10996Date: Fri Aug 15 15:37:31 2008 -0400
10997
10998 Fix typo in spelling of ATAPI.
10999
11000 Correct a small spelling mistake.
11001
11002 Signed-off-by: Steven A. Falco <sfalco@harris.com>
11003
11004commit 36c2d3062ecc6ab85f8e237180eb134464c48418
11005Author: Steven A. Falco <sfalco@harris.com>
11006Date: Fri Aug 15 15:34:10 2008 -0400
11007
11008 Add a hook to allow board-specific PIO mode setting.
11009
11010 This patch adds a hook whereby a board-specific routine can be called to
11011 configure hardware for a PIO mode. The prototype for the board-specific
11012 routine is:
11013
11014 int inline ide_set_piomode(int pio_mode)
11015
11016 ide_set_piomode should be prepared to configure hardware for a pio_mode
11017 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
11018
11019 Signed-off-by: Steven A. Falco <sfalco@harris.com>
11020
11021commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
11022Author: Steven A. Falco <sfalco@harris.com>
11023Date: Fri Aug 15 15:29:12 2008 -0400
11024
11025 Replace enums in ata.h with an include of libata.h
11026
11027 This patch removes some enums from ata.h and replaces them with an
11028 include of libata.h. This way, we eliminate duplicated code, and
11029 prevent errors whereby the different versions could be out of sync.
11030
11031 Signed-off-by: Steven A. Falco <sfalco@harris.com>
11032
11033commit 0de0afbca865ecf482b4d2b635236746def8518f
11034Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11035Date: Fri Aug 15 18:32:41 2008 +0200
11036
11037 coldfire: fix CFI drivers activation with new macro
11038
11039 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
11040
11041 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11042
11043commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
11044Author: Kumar Gala <galak@kernel.crashing.org>
11045Date: Fri Aug 15 08:24:35 2008 -0500
11046
11047 fdt: fdt addr w/o any args reports back the current working address
11048
11049 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11050
11051commit f953d99fd528a496b400a706b511eaf8e3ea66af
11052Author: Kumar Gala <galak@kernel.crashing.org>
11053Date: Fri Aug 15 08:24:34 2008 -0500
11054
11055 fdt: added the ability to set initrd start/end via chosen command
11056
11057 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11058
11059commit ffa4bafacaef67058463b3d7d0099ced57569dd2
11060Author: Kumar Gala <galak@kernel.crashing.org>
11061Date: Fri Aug 15 08:24:33 2008 -0500
11062
11063 Add command to enable/disable interrupts
11064
11065 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11066
11067commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
11068Author: Nick Spence <nick.spence@freescale.com>
11069Date: Tue Aug 19 22:21:16 2008 -0700
11070
11071 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
11072
11073 This patch fixes a missing vendor code in the flash_real_protect() function.
11074
11075 Signed-off-by: Nick Spence <nick.spence@freescale.com>
11076 Signed-off-by: Stefan Roese <sr@denx.de>
11077
11078commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
11079Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11080Date: Tue Aug 19 16:53:39 2008 +0000
11081
11082 CFI: Fix AMD Legacy sector protect
11083
11084 New implement sector lock and unlock or softlock commands
11085 do not exist in AMD legacy flash. Thus, causing issue
11086 when erasing AMD legacy flash (such as lv040)
11087
11088 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11089 Signed-off-by: Stefan Roese <sr@denx.de>
11090
11091commit 492671404140f09d5b21b3d2ce4e362c0692c069
11092Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11093Date: Wed Aug 20 09:40:16 2008 +0200
11094
11095 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
11096
11097 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
11098
11099 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11100
11101commit 33eac2b3d946fc998a09245dfe54d017079b9056
11102Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11103Date: Wed Aug 20 09:28:36 2008 +0200
11104
11105 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
11106
11107 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11108
11109commit 25da0b84195fdda89a943b2d25757db5afeef5b8
11110Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11111Date: Wed Aug 20 09:27:37 2008 +0200
11112
11113 favr-32-ezkit: Fix printf format warnings
11114
11115 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11116
11117commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
11118Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11119Date: Fri Aug 15 12:04:25 2008 +0200
11120
11121 MAINTAINERS: Sort avr32 section alphabetically
11122
11123 The rest of the MAINTAINERS file appears to be sorted
11124 almost-alphabetically, but entries for the newly added AVR32 boards were
11125 added somewhat randomly. This patch sorts the list alphabetically again.
11126
11127 Also update my e-mail address. The old one still works, but it may not
11128 work forever.
11129
11130 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11131
11132commit 13b50fe3bc065c48911fa373231421280855a9d6
11133Author: Mark Jackson <mpfj@mimc.co.uk>
11134Date: Wed Jul 30 13:07:27 2008 +0100
11135
11136 avr32: Add MIMC200 board
11137
11138 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
11139 8MByte FLASH and 128KByte FRAM.
11140
11141 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
11142 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
11143
11144commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
11145Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11146Date: Wed Jul 9 21:07:34 2008 +0900
11147
11148 rtl8169: add support for RTL8110SCL
11149
11150 This patch fixes a problem that RTL8110SCL started transfer
11151 with an incorrect memory address.
11152
11153 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11154 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11155
11156commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
11157Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11158Date: Wed Jun 25 15:48:52 2008 -0500
11159
11160 Fix dm9000 receive status and len little endian issue
11161
11162 The received status and len was in little endian
11163 format and caused the ethernet unable to proceed
11164 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
11165
11166 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11167 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
11168
11169commit fcd69a1a57fb2af4d26201422095a4be9f36963e
11170Author: Kumar Gala <galak@kernel.crashing.org>
11171Date: Fri Aug 15 08:24:32 2008 -0500
11172
11173 Clean up usage of icache_disable/dcache_disable
11174
11175 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
11176 also flushing the icache. All callers of invalidate_l1_instruction_cache()
11177 call icache_disable() right after. Make it so icache_disable() calls
11178 invalidate_l1_instruction_cache() for us.
11179
11180 Also, dcache_disable() already calls dcache_flush() so there is no point
11181 in the explicit calls of dcache_flush().
11182
11183 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11184
11185commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
11186Author: Kumar Gala <galak@kernel.crashing.org>
11187Date: Fri Aug 15 08:24:31 2008 -0500
11188
11189 Update linux bootm to support ePAPR client interface
11190
11191 The ePAPR spec has some subtle differences from the current device
11192 tree based boot interface to the powerpc linux kernel. The powerpc
11193 linux kernel currently ignores the differences that ePAPR specifies.
11194
11195 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11196
11197commit b734e5556a239b3be5f9693b2f4b4b739683ec16
11198Author: Wolfgang Denk <wd@denx.de>
11199Date: Mon Aug 18 23:50:20 2008 +0200
11200
11201 Minor code cleanup: keep lists sorted.
11202
11203 Signed-off-by: Wolfgang Denk <wd@denx.de>
11204
11205commit d0039d4ed275e6ca09fb417895024ad02be118c4
11206Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11207Date: Wed Jul 23 19:10:14 2008 +0200
11208
11209 Add support for ADT7460 I2C monitor chip
11210
11211 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11212
11213commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
11214Author: Michal Simek <monstr@monstr.eu>
11215Date: Mon Jul 14 19:45:45 2008 +0200
11216
11217 video: Clean drivers/video/Makefile
11218
11219 Signed-off-by: Michal Simek <monstr@monstr.eu>
11220
11221commit 871c18dd301752270e1f74328c846c3104be1e2e
11222Author: Michal Simek <monstr@monstr.eu>
11223Date: Mon Jul 14 19:45:37 2008 +0200
11224
11225 rtc: Clean drivers/rtc/Makefile
11226
11227 Signed-off-by: Michal Simek <monstr@monstr.eu>
11228
11229commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
11230Author: Michal Simek <monstr@monstr.eu>
11231Date: Mon Jul 14 19:45:35 2008 +0200
11232
11233 i2c: Clean drivers/i2c/ Makefile
11234
11235 Signed-off-by: Michal Simek <monstr@monstr.eu>
11236
11237commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
11238Author: Harald Welte <laforge@openmoko.org>
11239Date: Wed Jul 9 22:30:30 2008 +0800
11240
11241 Add 'license' command to U-Boot command line
11242
11243 The 'license' command includes the U-Boot license (GPLv2) into the
11244 actual bootloader binary. The license text can be shown interactively
11245 at the U-Boot commandline.
11246
11247 For products where the commandline can actually be accessed by the
11248 end user, this helps to prevent inadvertent GPL violations, since the
11249 GPLv2 license text can no longer be 'forgotten' to be included into
11250 the product.
11251
11252 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
11253
11254 Signed-off-by: Harald Welte <laforge@openmoko.org>
11255
11256commit fe2ce5500ebf43d79d227190bd2370232d5b113d
11257Author: Harald Welte <laforge@gnumonks.org>
11258Date: Sun Jul 6 15:56:38 2008 +0800
11259
11260 add 'unzip' command to u-boot commandline
11261
11262 [PATCH] add new 'unzip' command to u-boot commandline
11263
11264 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
11265 memory to memory, and option CONFIG_CMD_UNZIP to enable it
11266
11267 Signed-off-by: Werner Almesberger <werner@openmoko.org>
11268 Signed-off-by: Harald Welte <laforge@openmoko.org>
11269
11270commit 07efc9e321619c3dec213310c32e011aa6f02783
11271Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11272Date: Wed Aug 6 19:37:17 2008 -0500
11273
11274 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
11275
11276 The CFG_ENV_SIZE is not suitable used for SPI flash erase
11277 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
11278 Add condition check if CFG_ENV_SIZE is larger than
11279 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
11280 erasing.
11281
11282 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11283
11284commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
11285Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11286Date: Mon Aug 11 15:54:25 2008 +0000
11287
11288 ColdFire: Multiple fixes for M5282EVB
11289
11290 Incorrect CFG_HZ value, change 1000000 to 1000.
11291 Rename #waring to #warning. RAMBAR1 uses twice
11292 in start.S, rename the later to FLASHBAR. Insert
11293 nop for DRAM setup. And, env_offset in linker file.
11294
11295 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11296
11297commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
11298Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11299Date: Mon Aug 11 15:26:43 2008 +0000
11300
11301 ColdFire: Move m5282evb from board to board/freescale
11302
11303 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11304
11305commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
11306Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11307Date: Mon Aug 11 15:25:07 2008 +0000
11308
11309 ColdFire: Move m5272c3 from board to board/freescale
11310
11311 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11312
11313commit 659e9bad629a480f606b286d5703aef7159edf98
11314Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11315Date: Mon Aug 11 15:23:16 2008 +0000
11316
11317 ColdFire: Move m5271evb from board to board/freescale
11318
11319 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11320
11321commit 05316f8ece8206339a208ec052f039cd0f7ca922
11322Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11323Date: Mon Aug 11 13:41:49 2008 +0000
11324
11325 ColdFire: Add M54451EVB platform support for MCF5445x
11326
11327 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11328
11329commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
11330Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11331Date: Wed Aug 6 19:14:08 2008 -0500
11332
11333 ColdFire: Add Serial Flash support for M54455EVB
11334
11335 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11336
11337commit 9f751551456828b2d0ff417f10959fb0c7110bd0
11338Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11339Date: Wed Jul 23 20:38:53 2008 -0500
11340
11341 ColdFire: Implement SBF feature for M5445EVB
11342
11343 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11344
11345commit a7323bba229203aae2604afde131ab47bad4eadc
11346Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11347Date: Wed Jul 23 17:53:36 2008 -0500
11348
11349 ColdFire: Add SSPI feature for MCF5445x
11350
11351 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11352
11353commit b2d022d1ac3f59bffa9cec249341e77aea168abc
11354Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11355Date: Wed Jul 23 17:37:10 2008 -0500
11356
11357 ColdFire: Use CFI Flash driver for M54455EVB
11358
11359 Remove non-common flash driver in
11360 board/freescale/m54455evb/flash.c. The non-cfi flash will
11361 use CONFIG_FLASH_CFI_LEGACY to configure the flash
11362 attribute.
11363
11364 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11365
11366commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
11367Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11368Date: Wed Jul 23 17:11:47 2008 -0500
11369
11370 ColdFire: Add M5253DEMO platform support for MCF5253
11371
11372 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11373
11374commit 80ba61fd82569af40e04d4a089257b81881884f2
11375Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11376Date: Wed Aug 6 14:17:09 2008 -0500
11377
11378 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
11379
11380 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11381
11382commit d361307e73ce1f6fc68760123f37d4876f851f3e
11383Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11384Date: Wed Aug 6 14:11:36 2008 -0500
11385
11386 ColdFire: Fix M5253EVB dram bring up issue
11387
11388 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11389
11390commit 4b0708093e15b412296328bf81325cf9b69fe512
11391Author: Wolfgang Denk <wd@denx.de>
11392Date: Thu Aug 14 14:41:06 2008 +0200
11393
11394 Coding Style cleanup, update CHANGELOG
11395
11396 Signed-off-by: Wolfgang Denk <wd@denx.de>
11397
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020011398commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
11399Author: Scott Wood <scottwood@freescale.com>
11400Date: Wed Aug 13 18:24:05 2008 -0500
11401
11402 socrates: Update NAND driver to new API.
11403
11404 Also, fix some minor formatting issues, and simplify the handling of
11405 "state" for writes.
11406
11407 Signed-off-by: Scott Wood <scottwood@freescale.com>
11408
11409commit ba22d10f39eaeedd035e8265616e31ff88e314d5
11410Author: Scott Wood <scottwood@freescale.com>
11411Date: Wed Aug 13 18:03:40 2008 -0500
11412
11413 quad100hd: Update NAND driver to new API.
11414
11415 Signed-off-by: Scott Wood <scottwood@freescale.com>
11416
11417commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
11418Author: Scott Wood <scottwood@freescale.com>
11419Date: Wed Aug 13 17:53:48 2008 -0500
11420
11421 m5373evb: Update NAND driver to new API.
11422
11423 Signed-off-by: Scott Wood <scottwood@freescale.com>
11424
11425commit 1a23a197c8722b805f40895544bbdb1a648c1c82
11426Author: Scott Wood <scottwood@freescale.com>
11427Date: Wed Aug 13 17:04:30 2008 -0500
11428
11429 s3c24x0: Update NAND driver to new API.
11430
11431 Signed-off-by: Scott Wood <scottwood@freescale.com>
11432
11433commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
11434Author: Scott Wood <scottwood@freescale.com>
11435Date: Wed Aug 13 15:56:00 2008 -0500
11436
11437 at91: Update board NAND drivers to current API.
11438
11439 Signed-off-by: Scott Wood <scottwood@freescale.com>
11440
11441commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
11442Author: Kyungmin Park <kmpark@infradead.org>
11443Date: Wed Aug 13 09:11:02 2008 +0900
11444
11445 Fix OneNAND build break
11446
11447 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
11448 - fix bufferram management at erase operation
11449 This patch includes the NAND/OneNAND state filed too.
11450
11451 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11452 Signed-off-by: Scott Wood <scottwood@freescale.com>
11453
11454commit 9483df6408c25f16060432de3868901e352e23bc
11455Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11456Date: Wed Aug 13 01:40:43 2008 +0200
11457
11458 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
11459
11460 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11461
11462commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
11463Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11464Date: Wed Aug 13 01:40:43 2008 +0200
11465
11466 drivers/mtd/nand: Move conditional compilation to Makefile
11467
11468 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
11469
11470 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11471
11472commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
11473Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11474Date: Wed Aug 13 01:40:42 2008 +0200
11475
11476 drivers/mtd/onenand: Move conditional compilation to Makefile
11477
11478 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11479
11480commit 00b1883a4cac59d97cd297b1a3a398db85982865
11481Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11482Date: Wed Aug 13 01:40:42 2008 +0200
11483
11484 drivers/mtd: Move conditional compilation to Makefile
11485
11486 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
11487
11488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11489
11490commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
11491Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11492Date: Wed Aug 13 01:40:41 2008 +0200
11493
11494 drivers/qe: Move conditional compilation to Makefile
11495
11496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11497
11498commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
11499Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11500Date: Wed Aug 13 01:40:40 2008 +0200
11501
11502 drivers/pci: Move conditional compilation to Makefile
11503
11504 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11505
11506commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
11507Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11508Date: Wed Aug 13 01:40:40 2008 +0200
11509
11510 drivers/misc: Move conditional compilation to Makefile
11511
11512 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11513
11514commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
11515Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11516Date: Wed Aug 13 01:40:40 2008 +0200
11517
11518 drivers/input: Move conditional compilation to Makefile
11519
11520 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11521
11522commit 88f57e093114a44aa9a858d52b099bcc52034a8c
11523Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11524Date: Wed Aug 13 01:40:39 2008 +0200
11525
11526 drivers/dma: Move conditional compilation to Makefile
11527
11528 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11529
11530commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
11531Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11532Date: Wed Aug 13 01:40:39 2008 +0200
11533
11534 drivers/block: Move conditional compilation to Makefile
11535
11536 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11537
11538commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
11539Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11540Date: Wed Aug 13 01:40:39 2008 +0200
11541
11542 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
11543
11544 move also conditional compilation to Makefile
11545
11546 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11547
11548commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
11549Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11550Date: Wed Aug 13 01:40:38 2008 +0200
11551
11552 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
11553
11554 move also conditional compilation to Makefile
11555
11556 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11557
11558commit d6e9ee92e890f67594ab150689510df361133ead
11559Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11560Date: Wed Aug 13 01:40:38 2008 +0200
11561
11562 common: Move conditional compilation to Makefile
11563
11564 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11565
11566commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
11567Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11568Date: Wed Aug 13 01:40:09 2008 +0200
11569
11570 mx31: move freescale's mx31 boards to vendor board dir
11571
11572 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11573
11574commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
11575Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11576Date: Sat Jul 5 23:11:11 2008 +0200
11577
11578 at91: move arch-at91sam9 to arch-at91
11579
11580 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11581
11582commit 195ccfc5991d48764b2519941e3507f693851d5d
11583Author: Fathi BOUDRA <fabo@debian.org>
11584Date: Wed Aug 6 10:06:20 2008 +0200
11585
11586 OneNAND: Fill in MTD function pointers for OneNAND.
11587
11588 onenand_print_device_info():
11589 - Now returns a string to be placed in mtd->name,
11590 rather than calling printf.
11591 - Remove verbose parameter as it becomes useless.
11592
11593 Signed-off-by: Fathi Boudra <fabo@debian.org>
11594 Signed-off-by: Scott Wood <scottwood@freescale.com>
11595
11596commit aa646643b6bc250cb3a4966bf728876e0c10d329
11597Author: Guennadi Liakhovetski <lg@denx.de>
11598Date: Wed Aug 6 21:42:07 2008 +0200
11599
11600 nand_spl: Support page-aligned read in nand_load, use chipselect
11601
11602 Supporting page-aligned reads doesn't incure any sinificant overhead, just
11603 a small change in the algorithm. Also replace in_8 with readb, since there
11604 is no in_8 on ARM.
11605
11606 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11607 Signed-off-by: Scott Wood <scottwood@freescale.com>
11608
11609commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
11610Author: Scott Wood <scottwood@freescale.com>
11611Date: Tue Aug 5 11:15:59 2008 -0500
11612
11613 NAND boot: Update large page support for current API.
11614
11615 Also, remove the ctrl variable in favor of passing the constants
11616 directly, and remove redundant (u8) casts.
11617
11618 Signed-off-by: Scott Wood <scottwood@freescale.com>
11619
11620commit e4c09508545d1c45617ba45391c03c03cbc360b9
11621Author: Scott Wood <scottwood@freescale.com>
11622Date: Mon Jun 30 14:13:28 2008 -0500
11623
11624 NAND boot: MPC8313ERDB support
11625
11626 Note that with older board revisions, NAND boot may only work after a
11627 power-on reset, and not after a warm reset. I don't have a newer board
11628 to test on; if you have a board with a 33MHz crystal, please let me know
11629 if it works after a warm reset.
11630
11631 Signed-off-by: Scott Wood <scottwood@freescale.com>
11632
11633commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
11634Author: Scott Wood <scottwood@freescale.com>
11635Date: Thu Jun 26 14:06:52 2008 -0500
11636
11637 mpc8313erdb: Enable NAND in config.
11638
11639 Signed-off-by: Scott Wood <scottwood@freescale.com>
11640
11641commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
11642Author: Guennadi Liakhovetski <lg@denx.de>
11643Date: Thu Jul 31 12:38:26 2008 +0200
11644
11645 NAND: Do not write or read a whole block if it is larger than the environment
11646
11647 Environment can be smaller than NAND block size, do not need to read a whole
11648 block and minimum for writing is one page. Also remove an unused variable.
11649
11650 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11651 Signed-off-by: Scott Wood <scottwood@freescale.com>
11652
11653commit eafcabd15f00c142156235c519fcc55b10993241
11654Author: Marcel Ziswiler <marcel@ziswiler.com>
11655Date: Sun Jun 22 16:30:06 2008 +0200
11656
11657 NAND: chip->state does not always get set.
11658
11659 Fixes an issue with chip->state not always being set causing troubles.
11660
11661 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
11662 Signed-off-by: Scott Wood <scottwood@freescale.com>
11663
11664commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
11665Author: Ilya Yanok <yanok@emcraft.com>
11666Date: Mon Jun 30 15:34:40 2008 +0200
11667
11668 NAND: Scan bad blocks lazily.
11669
11670 Rather than scanning on boot, scan upon the first attempt to check the
11671 badness of a block. This speeds up boot when not using NAND, and reduces
11672 the likelihood of needing to reflash via JTAG if NAND becomes
11673 nonfunctional.
11674
11675 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
11676 Signed-off-by: Scott Wood <scottwood@freescale.com>
11677
11678commit dfbf617ff055e4216f78d358b0867c548916d14b
11679Author: Scott Wood <scottwood@freescale.com>
11680Date: Thu Jun 12 13:20:16 2008 -0500
11681
11682 NAND read/write fix
11683
11684 Implement block-skipping read/write, based on a patch from
11685 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
11686
11687 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
11688 Signed-off-by: Scott Wood <scottwood@freescale.com>
11689
11690commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
11691Author: Scott Wood <scottwood@freescale.com>
11692Date: Thu Jun 12 13:13:23 2008 -0500
11693
11694 NAND: Always skip blocks on read/write/boot.
11695
11696 Use of the non-skipping versions was almost always (if not always)
11697 an error, and no valid use case has been identified.
11698
11699 Signed-off-by: Scott Wood <scottwood@freescale.com>
11700
11701commit e1c3dbada349992875934575c97b328ab2cb33ca
11702Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11703Date: Thu Jun 12 11:10:21 2008 -0500
11704
11705 nand: fsl_upm: convert to updated MTD NAND infrastructure
11706
11707 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11708 Signed-off-by: Scott Wood <scottwood@freescale.com>
11709
11710commit 300253306acc72b1b2e9faf0987f86551151d7cf
11711Author: Scott Wood <scottwood@freescale.com>
11712Date: Thu May 22 15:02:46 2008 -0500
11713
11714 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
11715
11716 The hardware has separate registers for block and page-within-block,
11717 but the division between the two has no apparent relation to the
11718 actual erase block size of the NAND chip.
11719
11720 Signed-off-by: Scott Wood <scottwood@freescale.com>
11721
11722commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
11723Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11724Date: Fri Mar 28 22:10:54 2008 +0300
11725
11726 fsl_elbc_nand: workaround for hangs during nand write
11727
11728 Using current driver elbc sometimes hangs during nand write. Reading back
11729 last byte helps though (thanks to Scott Wood for the idea).
11730
11731 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11732 Signed-off-by: Scott Wood <scottwood@freescale.com>
11733
11734commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
11735Author: Scott Wood <scottwood@freescale.com>
11736Date: Fri Mar 21 16:12:51 2008 -0500
11737
11738 Freescale eLBC FCM NAND driver
11739
11740 This is a driver for the Flash Control Machine of the enhanched Local Bus
11741 Controller found on some Freescale chips (such as the mpc8313 and the
11742 mpc8379).
11743
11744 Signed-off-by: Scott Wood <scottwood@freescale.com>
11745
11746commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
11747Author: Scott Wood <scottwood@freescale.com>
11748Date: Tue Mar 18 15:29:14 2008 -0500
11749
11750 Don't panic if a controller driver does ecc its own way.
11751
11752 Some hardware, such as the enhanced local bus controller used on some
11753 mpc83xx chips, does ecc transparently when reading and writing data, rather
11754 than providing a generic calculate/correct mechanism that can be exported to
11755 the nand subsystem.
11756
11757 The subsystem should not BUG() when calculate, correct, or hwctl are
11758 missing, if the methods that call them have been overridden.
11759
11760 Signed-off-by: Scott Wood <scottwood@freescale.com>
11761
11762commit e52b34d40a8a646e3d11638ea8797e96398dba13
11763Author: Stefan Roese <sr@denx.de>
11764Date: Thu Jan 10 18:47:33 2008 +0100
11765
11766 NAND: Make NAND driver less verbose per default
11767
11768 This patch turns off printing of bad blocks per default upon bootup.
11769 This can always be shown via the "nand bad" command later.
11770
11771 Signed-off-by: Stefan Roese <sr@denx.de>
11772
11773commit fe56a2772e5c59577df906163d0d4b29b056140e
11774Author: Sergey Kubushyn <ksi@koi8.net>
11775Date: Wed Jan 9 15:36:20 2008 +0100
11776
11777 NAND: Davinci driver updates
11778
11779 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
11780 don't have hardware handy so I can not test it at the moment but changes are
11781 rather trivial so it should work. It would be nice if somebody with a
11782 hardware checked it anyways.
11783
11784 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
11785
11786commit deac913effd8d80535c9ff4687b6fcdff540c554
11787Author: Stefan Roese <sr@denx.de>
11788Date: Sat Jan 5 16:50:32 2008 +0100
11789
11790 NAND: Fix compilation warning and small coding style issue
11791
11792 Signed-off-by: Stefan Roese <sr@denx.de>
11793
11794commit c568f77acdf896fc3dd6413ce53205b17ba809a3
11795Author: Stefan Roese <sr@denx.de>
11796Date: Sat Jan 5 16:49:37 2008 +0100
11797
11798 NAND: Update nand_spl driver to match updated nand subsystem
11799
11800 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
11801 the new infrastructure from the updated NAND subsystem. This NAND
11802 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
11803 subsystem.
11804
11805 Signed-off-by: Stefan Roese <sr@denx.de>
11806
11807commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
11808Author: Stefan Roese <sr@denx.de>
11809Date: Sat Jan 5 16:47:58 2008 +0100
11810
11811 NAND: Update 4xx NDFC driver to match updated nand subsystem
11812
11813 This patch changes the 4xx NAND driver ndfc.c to match the new
11814 infrastructure from the updated NAND subsystem. This NAND
11815 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
11816 subsystem.
11817
11818 Tested successfully on AMCC Sequoia and Bamboo.
11819
11820 Signed-off-by: Stefan Roese <sr@denx.de>
11821
11822commit 12072264528eba33737bc9674e19f0e925ffda23
11823Author: Stefan Roese <sr@denx.de>
11824Date: Sat Jan 5 16:43:25 2008 +0100
11825
11826 NAND: Change nand_wait_ready() to not call nand_wait()
11827
11828 This patch changes nand_wait_ready() to not just call nand_wait(),
11829 since this will send a new command to the NAND chip. We just want to
11830 wait for the chip to become ready here.
11831
11832 Signed-off-by: Stefan Roese <sr@denx.de>
11833
11834commit 9ad754fef5053144daed3b007adaf1c9bec654c9
11835Author: William Juul <william.juul@datarespons.no>
11836Date: Fri Dec 14 16:33:45 2007 +0100
11837
11838 make nand dump and nand dump.oob work
11839
11840 Signed-off-by: William Juul <william.juul@tandberg.com>
11841 Signed-off-by: Scott Wood <scottwood@freescale.com>
11842
11843commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
11844Author: William Juul <william.juul@datarespons.no>
11845Date: Mon Nov 19 14:46:00 2007 +0100
11846
11847 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
11848
11849 Signed-off-by: William Juul <william.juul@tandberg.com>
11850
11851commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
11852Author: William Juul <william.juul@tandberg.com>
11853Date: Tue Jun 10 16:18:13 2008 -0500
11854
11855 Clean out unneeded files
11856
11857 Signed-off-by: William Juul <william.juul@tandberg.com>
11858
11859commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
11860Author: William Juul <william.juul@datarespons.no>
11861Date: Fri Nov 16 08:44:27 2007 +0100
11862
11863 Create symlinks from yaffs2/direct to yaffs2
11864
11865 Signed-off-by: William Juul <william.juul@tandberg.com>
11866
11867commit 90ef117b68387d66763291af0117677644166611
11868Author: William Juul <william.juul@datarespons.no>
11869Date: Thu Nov 15 12:23:57 2007 +0100
11870
11871 Incorporate yaffs2 into U-boot
11872
11873 To use YAFFS2 define CONFIG_YAFFS2
11874
11875 Signed-off-by: William Juul <william.juul@tandberg.com>
11876 Signed-off-by: Scott Wood <scottwood@freescale.com>
11877
11878commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
11879Author: William Juul <william.juul@datarespons.no>
11880Date: Thu Nov 15 11:13:05 2007 +0100
11881
11882 YAFFS2 import
11883
11884 Direct import of yaffs as a tarball as of 20071113 from their public
11885 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
11886
11887 The code can also be imported on the command line with:
11888 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
11889 (Hit return when asked for a password)
11890 cvs checkout yaffs2
11891
11892 Signed-off-by: William Juul <william.juul@tandberg.com>
11893 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
11894
11895commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
11896Author: William Juul <william.juul@datarespons.no>
11897Date: Wed Nov 14 14:28:11 2007 +0100
11898
11899 Whitespace cleanup and marking broken code.
11900
11901 Changes requested by maintainer Stefan Roese after
11902 posting patch to U-boot mailing list.
11903
11904 Signed-off-by: William Juul <william.juul@tandberg.com>
11905 Signed-off-by: Scott Wood <scottwood@freescale.com>
11906
11907commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
11908Author: William Juul <william.juul@datarespons.no>
11909Date: Fri Nov 9 13:32:30 2007 +0100
11910
11911 Fixing coding style issues
11912
11913 - Fixing leading white spaces
11914 - Fixing indentation where 4 spaces are used instead of tab
11915 - Removing C++ comments (//), wherever I introduced them
11916
11917 Signed-off-by: William Juul <william.juul@tandberg.com>
11918 Signed-off-by: Scott Wood <scottwood@freescale.com>
11919
11920commit 4cbb651b29cb64d378a06729970e1e153bb605b1
11921Author: William Juul <william.juul@datarespons.no>
11922Date: Thu Nov 8 10:39:53 2007 +0100
11923
11924 Remove white space at end.
11925
11926 Signed-off-by: William Juul <william.juul@tandberg.com>
11927 Signed-off-by: Scott Wood <scottwood@freescale.com>
11928
11929commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
11930Author: William Juul <william.juul@datarespons.no>
11931Date: Wed Oct 31 13:53:06 2007 +0100
11932
11933 Update MTD to that of Linux 2.6.22.1
11934
11935 A lot changed in the Linux MTD code, since it was last ported from
11936 Linux to U-Boot. This patch takes U-Boot NAND support to the level
11937 of Linux 2.6.22.1 and will enable support for very large NAND devices
11938 (4KB pages) and ease the compatibility between U-Boot and Linux
11939 filesystems.
11940
11941 This patch is tested on two custom boards with PPC and ARM
11942 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
11943 cross compilers.
11944
11945 MAKEALL ppc/arm has some issues:
11946 * DOC/OneNand/nand_spl is not building (I have not tried porting
11947 these parts, and since I do not have any HW and I am not familiar
11948 with this code/HW I think its best left to someone else.)
11949
11950 Except for the issues mentioned above, I have ported all drivers
11951 necessary to run MAKEALL ppc/arm without errors and warnings. Many
11952 drivers were trivial to port, but some were not so trivial. The
11953 following drivers must be examined carefully and maybe rewritten to
11954 some degree:
11955 cpu/ppc4xx/ndfc.c
11956 cpu/arm926ejs/davinci/nand.c
11957 board/delta/nand.c
11958 board/zylonite/nand.c
11959
11960 Signed-off-by: William Juul <william.juul@tandberg.com>
11961 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
11962 Signed-off-by: Scott Wood <scottwood@freescale.com>
11963
11964commit cd82919e6c8a73b363a26f34b734923844e52d1c
11965Author: Wolfgang Denk <wd@denx.de>
11966Date: Tue Aug 12 16:08:38 2008 +0200
11967
11968 Coding style cleanup, update CHANGELOG, prepare release
11969
11970 Signed-off-by: Wolfgang Denk <wd@denx.de>
11971
Wolfgang Denk1ec16772008-08-12 16:08:38 +020011972commit 17e900b8c0f38d922da47073246219dce2a847f2
11973Author: Wolfgang Denk <wd@denx.de>
11974Date: Tue Aug 12 14:54:04 2008 +0200
11975
11976 MVBC_P: fix compile problem
11977
11978 Signed-off-by: Wolfgang Denk <wd@denx.de>
11979
11980commit 52b047ae48219b59bebe37ba743ab103fd4f8316
11981Author: Wolfgang Denk <wd@denx.de>
11982Date: Tue Aug 12 12:10:11 2008 +0200
11983
11984 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
11985
11986 Signed-off-by: Wolfgang Denk <wd@denx.de>
11987
11988commit c9c101c660b3d1995045c61c7c6041f52b6cf335
11989Author: Wolfgang Denk <wd@denx.de>
11990Date: Tue Aug 12 00:36:53 2008 +0200
11991
11992 ads5121: fix compiler warnings (unused variables)
11993
11994 Signed-off-by: Wolfgang Denk <wd@denx.de>
11995
11996commit 902ca09246039964d59bbcb519b1e1b5aed01308
11997Author: Kumar Gala <galak@kernel.crashing.org>
11998Date: Mon Aug 11 11:29:28 2008 -0500
11999
12000 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
12001
12002 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
12003
12004 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12005 Acked-by: Jon Loeliger <jdl@freescale.com>
12006
12007commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
12008Author: Kumar Gala <galak@kernel.crashing.org>
12009Date: Mon Aug 11 09:20:53 2008 -0500
12010
12011 Fix fallout from autostart revert
12012
12013 The autostart revert caused a bit of duplicated code as well as
12014 code that was using images->autostart that needs to get removed so
12015 we can build again.
12016
12017 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12018
12019commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
12020Author: Kumar Gala <galak@kernel.crashing.org>
12021Date: Mon Aug 11 09:16:25 2008 -0500
12022
12023 Fix compile error related to r8a66597-hcd & usb
12024
12025 When building the 8544DS board we get this error:
12026
12027 In file included from r8a66597-hcd.c:22:
12028 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
12029 make[1]: *** [r8a66597-hcd.o] Error 1
12030
12031 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
12032 is set.
12033
12034 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12035
12036commit 2d0daa03612338a813e3c9d22680e54eabfea378
12037Author: Becky Bruce <becky.bruce@freescale.com>
12038Date: Mon Aug 4 14:02:26 2008 -0500
12039
12040 POWERPC 86xx: Move BAT setup code to C
12041
12042 This is needed because we will be possibly be locating
12043 devices at physical addresses above 32bits, and the asm
12044 preprocessing does not appear to deal with ULL constants
12045 properly. We now call write_bat in lib_ppc/bat_rw.c.
12046
12047 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12048 Acked-by: Jon Loeliger <jdl@freescale.com>
12049
12050commit 9de67149db576c91b9c2a0a182652331e7e44211
12051Author: Becky Bruce <becky.bruce@freescale.com>
12052Date: Mon Aug 4 14:01:53 2008 -0500
12053
12054 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
12055
12056 Perform sync/isync as required by the architecture.
12057
12058 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12059 Acked-by: Jon Loeliger <jdl@freescale.com>
12060
12061commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
12062Author: Becky Bruce <becky.bruce@freescale.com>
12063Date: Mon Aug 4 14:01:16 2008 -0500
12064
12065 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
12066
12067 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
12068 Acked-by: Jon Loeliger <jdl@freescale.com>
12069
12070commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
12071Author: Magnus Lilja <lilja.magnus@gmail.com>
12072Date: Sun Aug 3 21:44:10 2008 +0200
12073
12074 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
12075
12076 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
12077 contacts instead of only the first 256 ones as is the case prior to
12078 this patch.
12079
12080 Add missing MUX_* macros and update board files to use the new macros.
12081
12082 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12083
12084commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
12085Author: Magnus Lilja <lilja.magnus@gmail.com>
12086Date: Sun Aug 3 21:43:37 2008 +0200
12087
12088 i.MX31: Fix IOMUX related typos
12089
12090 Correct the names of some IOMUX macros.
12091
12092 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12093
12094commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
12095Author: Steve Sakoman <steve@sakoman.com>
12096Date: Mon Aug 11 20:26:16 2008 +0200
12097
12098 OneNAND: Remove unused parameters to onenand_verify_page
12099
12100 The block and page parameters of onenand_verify_page() are not used. This causes a compiler error when CONFIG_MTD_ONENAND_VERIFY_WRITE is enabled.
12101
12102 Signed-off-by: Steve Sakoman <steve@sakoman.com>
12103 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
12104
12105commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
12106Author: Anatolij Gustschin <agust@denx.de>
12107Date: Fri Aug 8 18:00:40 2008 +0200
12108
12109 video: fix bug in cfb_console code
12110
12111 FILL_15BIT_555RGB macro extension for pixel swapping
12112 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
12113 introduced a bug in cfb_console:
12114
12115 Bitmaps with odd-numbered width won't be rendered
12116 correctly and even U-Boot crashes are observed on
12117 some platforms while repeated rendering of such
12118 bitmaps with "bmp display". Also if a bitmap is
12119 rendered to an odd-numbered x starting position,
12120 the same problem occurs. This patch is an attempt
12121 to fix it.
12122
12123 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12124
12125commit d9015f6a50d7258125349ef5c2af836458a0029a
12126Author: Anatolij Gustschin <agust@denx.de>
12127Date: Fri Aug 8 18:00:39 2008 +0200
12128
12129 video: fix bug in logo_plot
12130
12131 If logo_plot() should ever be called with x starting
12132 position other than zero and for pixel depths greater
12133 than 8bpp, logo colors distortion will be observed.
12134 This patch fixes the issue.
12135
12136 Signed-off-by: Anatolij Gustschin <agust@denx.de>
12137
12138commit 406819ae94f79f5b59e01d163380ca7d83709251
12139Author: Wolfgang Denk <wd@denx.de>
12140Date: Mon Aug 11 00:17:52 2008 +0200
12141
12142 MAINTAINERS: sort entries
12143
12144 Signed-off-by: Wolfgang Denk <wd@denx.de>
12145
12146commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
12147Author: Roy Zang <tie-fei.zang@freescale.com>
12148Date: Thu Aug 7 18:19:28 2008 +0800
12149
12150 Add mpc7448hpc2 maintainer information
12151
12152 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
12153
12154commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
12155Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
12156Date: Thu Aug 7 13:13:27 2008 +0530
12157
12158 common/cmd_load.c - Minor code & Coding Style cleanup
12159
12160 - os_data_header Variable is a carry over feature
12161 & unused. So removed all instance of this variable
12162 - Minor Code Style Update
12163
12164 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
12165 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12166
12167commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
12168Author: Magnus Lilja <lilja.magnus@gmail.com>
12169Date: Wed Aug 6 19:32:33 2008 +0200
12170
12171 Update the U-Boot wiki URL.
12172
12173 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
12174
12175commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
12176Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
12177Date: Sun Aug 10 17:56:36 2008 +0200
12178
12179 OneNAND: Remove base address offset usage
12180
12181 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
12182 using OneNAND and some using NAND, we found some differences in OneNAND and
12183 NAND command address handling.
12184
12185 As this might confuse users (it already confused us), we like to align OneNAND
12186 and NAND address handling.
12187
12188 The issue is that cmd_onenand.c subtracts the onenand base address from the
12189 addresses you type into the u-boot command line so, unlike nand, you can't
12190 use addresses relative to the start of the onenand part e.g. this won't work:
12191
12192 onenand read 82000000 280000 400000
12193
12194 you have to use:
12195
12196 onenand read 82000000 20280000 400000
12197
12198 Looking at recent git, the only board currently using OneNAND is Apollon, and
12199 for this the OneNAND base address is 0 (apollon.h)
12200
12201 #define CFG_ONENAND_BASE 0x00000000
12202
12203 so patch below won't break any existing boards and will align OneNAND and NAND
12204 handling on boards where OneNAND base address is != 0.
12205
12206 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
12207 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
12208 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
12209
12210commit c11528083ef6e55e76df742228c26e39d151813d
12211Author: Kumar Gala <galak@kernel.crashing.org>
12212Date: Thu Aug 7 09:28:20 2008 -0500
12213
12214 mpc85xx: workaround old binutils bug
12215
12216 The recent change to move the .bss outside of the image gives older
12217 binutils (ld from eldk4.1/binutils-2.16) some headache:
12218
12219 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
12220 ppc_85xx-ld: final link failed: Bad value
12221
12222 We workaround it by being explicit about the program headers and not
12223 assigning the .bss to a program header.
12224
12225 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12226
12227commit 0bf202ec586d4466c900e987720fa635c594d689
12228Author: Wolfgang Denk <wd@denx.de>
12229Date: Sun Aug 10 01:26:26 2008 +0200
12230
12231 Revert "[new uImage] Add autostart flag to bootm_headers structure"
12232
12233 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
12234
12235 The commit was based on a misunderstanding of the (documented)
12236 meaning of the 'autostart' environment variable. It might cause
12237 boards to hang if 'autostart' was used, with the potential to brick
12238 them. Go back to the documented behaviour.
12239
12240 Conflicts:
12241
12242 common/cmd_bootm.c
12243 common/image.c
12244 include/image.h
12245
12246 Signed-off-by: Wolfgang Denk <wd@denx.de>
12247
12248commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
12249Author: Wolfgang Denk <wd@denx.de>
12250Date: Sat Aug 9 23:17:32 2008 +0200
12251
12252 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
12253
12254 - enable CFI driver where this was forgotten
12255 - enable mtdparts support
12256 - adjust default environment
12257 etc.
12258
12259 Signed-off-by: Wolfgang Denk <wd@denx.de>
12260
12261commit 41266c9b5a5f873df3ec891bb0907616958b5602
12262Author: Peter Tyser <ptyser@xes-inc.com>
12263Date: Tue Aug 5 10:51:57 2008 -0500
12264
12265 FIT: Fix handling of images without ramdisks
12266
12267 boot_get_ramdisk() should not treat the case when a FIT image does
12268 not contain a ramdisk as an error.
12269
12270 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
12271 Acked-by: Michal Simek <monstr@monstr.eu>
12272
12273commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
12274Author: Sergey Lapin <slapin@ossfans.org>
12275Date: Sat Aug 9 01:39:09 2008 +0400
12276
12277 DataFlash: AT45DB021 fix and AT45DB081 support
12278
12279 Fix for page size of AT45DB021. Also adding bigger AT45DB081
12280 which comes with some newer boards.
12281
12282 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
12283
12284commit ba9324451b662dd393afa53e5cc36fc5d3d10966
12285Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12286Date: Fri Aug 8 16:30:23 2008 +0900
12287
12288 sh: Update sh7763rdp config
12289
12290 Add sh_eth support to sh7763rdp.
12291
12292 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12293
12294commit 21f971ec265f6042ec21636d55d06a6bc0751077
12295Author: Wolfgang Denk <wd@denx.de>
12296Date: Mon Jul 7 01:22:29 2008 +0200
12297
12298 TQM823L: re-enable logo support; update LCD_INFO text
12299
12300 Signed-off-by: Wolfgang Denk <wd@denx.de>
12301
12302commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
12303Author: Wolfgang Denk <wd@denx.de>
12304Date: Fri Aug 8 16:41:56 2008 +0200
12305
12306 TQM8xxL: fix support for second flash bank
12307
12308 When switching the TQM8xxL modules to use the CFI flash driver,
12309 support for the second flash bank was broken because the CFI driver
12310 did not support dynamically sized banks. This gets fixed now.
12311
12312 Signed-off-by: Wolfgang Denk <wd@denx.de>
12313
12314commit 2a112b234d879f6390503a5f4e38246acce9d0b0
12315Author: Wolfgang Denk <wd@denx.de>
12316Date: Fri Aug 8 16:39:54 2008 +0200
12317
12318 CFI: allow for dynamically determined flash sizes and addresses
12319
12320 The CFI driver allowed only for static initializers in the
12321 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
12322 several flash banks contiguously if the bank sizes were not known in
12323 advance, which kind of violates U-Boot's design philosophy.
12324
12325 (will be used for example by the TQM8xxL boards)
12326
12327 Signed-off-by: Wolfgang Denk <wd@denx.de>
12328
12329commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
12330Author: Ben Warren <biggerbadderben@gmail.com>
12331Date: Thu Aug 7 23:26:35 2008 -0700
12332
12333 QE UEC: Fix compiler warnings
12334
12335 Moved static functions earlier in file so forward declarations are not needed.
12336
12337 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12338
12339commit d5d28fe4aad5f4535400647a5617c11039506467
12340Author: David Saada <David.Saada@ecitele.com>
12341Date: Mon Mar 31 02:37:38 2008 -0700
12342
12343 QE UEC: Add MII Commands
12344
12345 Add MII commands to the UEC driver. Note that once a UEC device is selected,
12346 any device on its MDIO bus can be addressed.
12347
12348 Signed-off-by: David Saada <david.saada@ecitele.com>
12349 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12350
12351commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
12352Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12353Date: Wed Jul 9 21:07:38 2008 +0900
12354
12355 usb: add support for R8A66597 usb controller
12356
12357 add support for Renesas R8A66597 usb controller.
12358 This patch supports USB Host mode.
12359
12360 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12361 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12362
12363commit 1d10dcd041aaeae9fd7c821005692898a0303382
12364Author: Hunter, Jon <jon-hunter@ti.com>
12365Date: Sat Jul 26 18:59:16 2008 -0500
12366
12367 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
12368
12369 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
12370
12371 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
12372 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
12373
12374commit eab1007334b93a6209f1ec33615e26ef5311ede7
12375Author: Steven A. Falco <sfalco@harris.com>
12376Date: Wed Aug 6 15:42:52 2008 -0400
12377
12378 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
12379
12380 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
12381 configuration to match the schematic, and also sets the SDR0_PFC1 register to
12382 select the corresponding mode for the UARTs.
12383
12384 Signed-off-by: Steven A. Falco <sfalco@harris.com>
12385 Signed-off-by: Stefan Roese <sr@denx.de>
12386
Wolfgang Denk34a5b122008-08-25 23:45:41 +020012387commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
12388Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
12389Date: Wed Aug 6 14:42:13 2008 +0200
12390
12391 avr32: add support for EarthLCD Favr-32 board
12392
12393 This patch adds support for the Favr-32 board made by EarthLCD.
12394
12395 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
12396 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
12397 Ethernet, audio out, USB device, SD-card slot, USART and various other
12398 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
12399
12400 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
12401 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12402
12403commit bc9019e19758a19a388fb20ef18dc771cd39fdda
12404Author: Rafael Campos <rafael.campos@hanscan.com>
12405Date: Thu Jul 31 10:22:20 2008 +0200
12406
12407 cfi-flash: Added support to flash_real_protect for Atmel flash devices
12408
12409 Some of the flash memories produced by ATMEL start in read-only mode.
12410 We need to unprotect it. This patch allows the AT49BV6416 to work with
12411 cfi_flash memories. Tested in the at91rm9200ek board.
12412
12413 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
12414 Signed-off-by: Stefan Roese <sr@denx.de>
12415
12416commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
12417Author: Guennadi Liakhovetski <lg@denx.de>
12418Date: Tue Aug 5 15:36:39 2008 +0200
12419
12420 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
12421
12422 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12423 Signed-off-by: Stefan Roese <sr@denx.de>
12424
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020012425commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
12426Author: Stefan Roese <sr@denx.de>
12427Date: Wed Aug 6 14:06:03 2008 +0200
12428
12429 Fix merge problems
12430
12431 Signed-off-by: Stefan Roese <sr@denx.de>
12432
12433commit f2302d4430e7f3f48308d6a585320fe96af8afbd
12434Author: Stefan Roese <sr@denx.de>
12435Date: Wed Aug 6 14:05:38 2008 +0200
12436
12437 Fix merge problems
12438
12439 Signed-off-by: Stefan Roese <sr@denx.de>
12440
Wolfgang Denk1ec16772008-08-12 16:08:38 +020012441commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
12442Author: Kenneth Johansson <kenneth@southpole.se>
12443Date: Tue Jul 15 12:13:38 2008 +0200
12444
12445 mpc5121: Move iopin features from board specific to common files.
12446
12447 And in the process eliminate some duplicate register defines.
12448
12449 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
12450
12451commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
12452Author: John Rigby <jrigby@freescale.com>
12453Date: Tue Aug 5 17:38:57 2008 -0600
12454
12455 mpc5121: squash some fdt fixup errors
12456
12457 On ADS5121 when booting linux the following errors are seen:
12458 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
12459 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
12460 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
12461
12462 This is caused by ft_cpu_setup trying to deal with
12463 both old and new soc node naming. This patch
12464 fixes this by being smarter about what to
12465 fixup.
12466
12467 Also do soc node fixups by compatible instead of by path.
12468 A new board config called OF_SOC_COMPAT defined
12469 to be "fsl,mpc5121-immr" replaces the old
12470 OF_SOC node path that was defined to be "soc@80000000".
12471
12472 Old device trees still work, but the compatiblity
12473 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
12474 which is on by default in include/configs/ads5121.h.
12475
12476 Signed-off-by: John Rigby <jrigby@freescale.com>
12477
12478commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
12479Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12480Date: Sat Aug 2 23:48:30 2008 +0200
12481
12482 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
12483
12484 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12485
12486commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
12487Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12488Date: Sat Aug 2 23:48:32 2008 +0200
12489
12490 nios2/sysid: fix printf warning
12491
12492 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12493
12494commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
12495Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12496Date: Sat Aug 2 23:48:33 2008 +0200
12497
12498 Fix remaining build issues with MPC8xx FADS boards.
12499
12500 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12501
12502commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
12503Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12504Date: Sat Aug 2 23:48:31 2008 +0200
12505
12506 nios2: fix phys_addr_t and phys_size_t support
12507
12508 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12509
12510commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
12511Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12512Date: Sat Aug 2 23:48:34 2008 +0200
12513
12514 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
12515
12516 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12517
12518commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
12519Author: Mark Jackson <mpfj@mimc.co.uk>
12520Date: Fri Aug 1 09:48:29 2008 +0100
12521
12522 Fix bitmap display for atmel lcd controller
12523
12524 The current lcd_display_bitmap() function does not work properly
12525 for the Atmel LCD controller.
12526
12527 2 fixes need to be done:-
12528
12529 (a) when setting the colour map, use the lcd_setcolreg() function
12530 as provided by the Atmel driver
12531 (b) the data is never actually written to the lcd framebuffer !!
12532
12533 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12534
12535commit 2a433c66b1e2770349fe4911be23c375f053ebd8
12536Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12537Date: Fri Aug 1 08:40:34 2008 +0200
12538
12539 qemu_mips: update README to follow qemu update about default machine
12540
12541 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12542
12543commit ac169d645f5f0e0b9a232563099209e92a355d8e
12544Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12545Date: Thu Jul 31 19:53:21 2008 -0500
12546
12547 ColdFire: Fix compilation issue caused by a missing function
12548
12549 Implement usec2ticks() which is used by fsl_i2c.c in
12550 lib_m68k/time.c
12551
12552 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12553
12554commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
12555Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12556Date: Thu Jul 31 19:53:06 2008 -0500
12557
12558 Fix compilation error for TASREG
12559
12560 TASREG is ColdFire platform, the include ppc4xx.h in
12561 board/esd/common/flash.c causes conflict.
12562
12563 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12564
12565commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
12566Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12567Date: Thu Jul 31 19:52:36 2008 -0500
12568
12569 Fix compilation error for MCF5275
12570
12571 Rename OBJ to COBJ in board/platform/Makefile
12572
12573 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12574
12575commit 5c40548f01218360a1f1395198c50ff45f3035b5
12576Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12577Date: Thu Jul 31 19:52:28 2008 -0500
12578
12579 Fix compile error caused by incorrect function return type
12580
12581 Rename int mii_init(void) to void mii_init(void) for idmr
12582 ColdFire platform
12583
12584 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
12585
12586commit a58c78067c928976c082c758d3987e89ead5b191
12587Author: Wolfgang Denk <wd@denx.de>
12588Date: Fri Aug 1 12:06:22 2008 +0200
12589
12590 Fix build issues with MPC8xx FADS boards.
12591
12592 Signed-off-by: Wolfgang Denk <wd@denx.de>
12593
12594commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
12595Author: Wolfgang Denk <wd@denx.de>
12596Date: Thu Jul 31 17:54:03 2008 +0200
12597
12598 Prepare v1.3.4-rc2: update CHANGELOG
12599
12600 Signed-off-by: Wolfgang Denk <wd@denx.de>
12601
Wolfgang Denk13bc1332008-07-31 17:54:03 +020012602commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
12603Author: Mark Jackson <mpfj@mimc.co.uk>
12604Date: Thu Jul 31 16:09:00 2008 +0100
12605
12606 Add gzipped logo support
12607
12608 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
12609
12610 If this option is set, additionally to standard BMP
12611 images, gzipped BMP images can be displayed via the
12612 splashscreen support or the bmp command.
12613
12614 However, the splashscreen function *only* supports standard BMP images.
12615
12616 This patch adds the documented gzip support.
12617
12618 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12619
12620commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
12621Author: Mark Jackson <mpfj@mimc.co.uk>
12622Date: Thu Jul 31 15:56:48 2008 +0100
12623
12624 Fix Atmel LCD controller endianess for AVR32 processors
12625
12626 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
12627 AVR32 (big endian) platforms.
12628
12629 As such, the controller can handle both big and little endian memory.
12630
12631 This patch fixes the driver for the AVR32 platform.
12632
12633 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12634
12635commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
12636Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12637Date: Thu Jul 31 15:56:01 2008 +0200
12638
12639 apollon: fix build out of tree
12640
12641 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12642
12643commit 2e752be39d3e398d4ab89ffa6634c397df298297
12644Author: Guennadi Liakhovetski <lg@denx.de>
12645Date: Thu Jul 31 12:35:04 2008 +0200
12646
12647 Uncompressed images loaded to their start address shall set load_end too
12648
12649 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
12650 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
12651
12652commit c37207d7f51e19c17f859966f314e27cc1231801
12653Author: Wolfgang Denk <wd@denx.de>
12654Date: Wed Jul 16 16:38:59 2008 +0200
12655
12656 Fix printf() format problems with configurable prompts
12657
12658 U-Boot allows for configurable prompt strings using the
12659 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
12660 the assumption was that any such user defined problts would contain
12661 exactly one "%d" format specifier. But some boards did not.
12662
12663 To allow for flexible boot prompts without adding too complex code we
12664 now allow to specify the whole list of printf() arguments in the user
12665 definition. This is powerful, but requires a responsible user who
12666 really understands what he is doing, as he needs to know for exanple
12667 which variables are available in the respective context.
12668
12669 Signed-off-by: Wolfgang Denk <wd@denx.de>
12670
12671commit 54754120637b6a7f4ff774fb199fc550bcfea1da
12672Author: Wolfgang Denk <wd@denx.de>
12673Date: Thu Jul 31 17:02:14 2008 +0200
12674
12675 TQM85xx: fix typo introduce by commit ffbb5cb9
12676
12677 Signed-off-by: Wolfgang Denk <wd@denx.de>
12678
12679commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
12680Author: Wolfgang Denk <wd@denx.de>
12681Date: Thu Jul 31 15:27:01 2008 +0200
12682
12683 mvbc_p board: fix most build warnings.
12684
12685 Signed-off-by: Wolfgang Denk <wd@denx.de>
12686
12687commit c4ec6db074051d2f6fc76a66411c60621b22bc02
12688Author: Wolfgang Denk <wd@denx.de>
12689Date: Thu Jul 31 13:57:20 2008 +0200
12690
12691 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
12692
12693 Avoid "integer constant is too large for 'long' type" warnings.
12694 And simplify the code.
12695
12696 Signed-off-by: Wolfgang Denk <wd@denx.de>
12697
12698commit 9196b44334c330cc13de2464c59181e4db71f549
12699Author: Matvejchikov Ilya <matvejchikov@gmail.com>
12700Date: Wed Jul 30 23:21:19 2008 +0400
12701
12702 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
12703
12704 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
12705
12706commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
12707Author: Matvejchikov Ilya <matvejchikov@gmail.com>
12708Date: Wed Jul 30 23:20:32 2008 +0400
12709
12710 PPC: Add pci_clk in the global_data for CPM2 processors
12711
12712 This patch adds pci_clk field to the global_data structure for the
12713 processors which have CPM2 module in case the CONFIG_PCI is defined.
12714
12715 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
12716
12717commit f0ff885ca64655bee6540eb8a25eed90b1152686
12718Author: Kumar Gala <galak@kernel.crashing.org>
12719Date: Wed Jul 30 14:13:30 2008 -0500
12720
12721 mpc85xx: Update linker scripts for Freescale boards
12722
12723 * Move to using absolute addressing always. Makes the scripts a bit more
12724 portable and common
12725 * Moved .bss after the end of the image. These allows us to have more
12726 room in the resulting binary image for code and data.
12727 * Removed .text object files that aren't really needed
12728 * Make sure _end is 4-byte aligned as the .bss init code expects this.
12729 (Its possible that the end of .bss isn't 4-byte aligned)
12730
12731 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12732
12733commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
12734Author: Kumar Gala <galak@kernel.crashing.org>
12735Date: Wed Jul 30 08:01:15 2008 -0500
12736
12737 Fix compile warnings in dlmalloc
12738
12739 The origional code was using on odd reference to get to the first
12740 real element in av_[]. The first two elements of the array are
12741 not used for actual bins, but for house keeping. If we are more
12742 explicit about how use the first few elements we can get rid of the
12743 warnings:
12744
12745 dlmalloc.c: In function 'malloc_extend_top':
12746 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
12747 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
12748 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
12749 ...
12750
12751 The logic of how this code came to be is:
12752 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
12753
12754 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
12755 bin_at(0) = &(av_[0])
12756
12757 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
12758
12759 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12760
12761commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
12762Author: Stefan Roese <sr@denx.de>
12763Date: Wed Jul 30 10:21:01 2008 +0200
12764
12765 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
12766
12767 Signed-off-by: Stefan Roese <sr@denx.de>
12768
12769commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
12770Author: Stefan Roese <sr@denx.de>
12771Date: Wed Jul 30 09:59:51 2008 +0200
12772
12773 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
12774
12775 A recent patch used '#if (CONFIG_CMD_USB)' instead of
12776 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
12777 common/bootm.c compile again.
12778
12779 Signed-off-by: Stefan Roese <sr@denx.de>
12780 Acked-by: Markus Klotzbuecher <mk@denx.de>
12781
12782commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
12783Author: Kyungmin Park <kmpark@infradead.org>
12784Date: Tue Jul 22 08:01:43 2008 +0900
12785
12786 Remove unused I2C at apollon board
12787
12788 There are no I2C devices on this board.
12789
12790 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12791
12792commit 3c95960e526b3b026da20201db64526f46faf14b
12793Author: Wolfgang Denk <wd@denx.de>
12794Date: Thu Jul 31 10:12:09 2008 +0200
12795
12796 at91rm9200dk, csb637: fix NAND related build problems
12797
12798 Tried fixing NAND support for the at91rm9200dk board; untested.
12799 Disabled NAND support in the csb637 board config file.
12800
12801 Signed-off-by: Wolfgang Denk <wd@denx.de>
12802
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020012803commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
12804Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12805Date: Wed Jul 30 12:39:28 2008 +0200
12806
12807 ppc4xx: ML507: Environment in flash and MTD Support
12808
12809 - Relocate the location of U-Boot in the flash
12810 - Save the environment in one sector of the flash memory
12811 - MTD Support
12812
12813 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12814 Signed-off-by: Stefan Roese <sr@denx.de>
12815
12816commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
12817Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12818Date: Tue Jul 29 17:16:10 2008 +0200
12819
12820 ppc4xx: ML507: Use of get_ram_size in board ml507
12821
12822 - Change suggested by WD
12823
12824 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12825 Signed-off-by: Stefan Roese <sr@denx.de>
12826
12827commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
12828Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12829Date: Mon Jul 21 20:30:07 2008 +0200
12830
12831 ppc4xx: ML507: U-Boot in flash and System ACE
12832
12833 This patch allows booting from FLASH the ML507 board by Xilinx.
12834 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
12835
12836 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12837 Signed-off-by: Stefan Roese <sr@denx.de>
12838
Wolfgang Denk34a5b122008-08-25 23:45:41 +020012839commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
12840Author: Julien May <mailinglist@miromico.ch>
12841Date: Mon Jun 23 13:57:52 2008 +0200
12842
12843 Add support for the hammerhead (AVR32) board
12844
12845 The Hammerhead platform is built around a AVR32 32-bit microcontroller
12846 from Atmel. It offers versatile peripherals, such as ethernet, usb
12847 device, usb host etc.
12848
12849 The board also incooperates a power supply and is a Power over Ethernet
12850 (PoE) Powered Device (PD).
12851
12852 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
12853 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
12854 DDR2 SDRAM interfaces, which will cover even the most exceptional need
12855 of memory bandwidth. Together with the onboard video decoder the board
12856 is ready for video processing.
12857
12858 For more information see: http:///www.miromico.com/hammerhead
12859
12860 Signed-off-by: Julien May <mailinglist@miromico.ch>
12861 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
12862 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
12863
Wolfgang Denk13bc1332008-07-31 17:54:03 +020012864commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
12865Author: Kumar Gala <galak@kernel.crashing.org>
12866Date: Tue Jul 29 12:23:49 2008 -0500
12867
12868 fsl_i2c: Use timebase timer functions instead of get_timer()
12869
12870 The current implementation of get_timer() is only really useful after we
12871 have relocated u-boot to memory. The i2c code is used before that as part
12872 of the SPD DDR setup.
12873
12874 We actually have a bug when using the get_timer() code before relocation
12875 because the .bss hasn't been setup and thus we could be reading/writing
12876 a random location (probably in flash).
12877
12878 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12879
12880commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
12881Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
12882Date: Tue Jul 29 14:49:31 2008 +0200
12883
12884 Adder8xx: Fix CFG_MONITOR_LEN
12885
12886 Due to increased space usage, U-Boot can no longer be stored in three sectors.
12887 The current U-Boot use just over three flash sectors (197k), and U-Boot will
12888 become corrupt after saving environment variables. This patch adds another 64k
12889 to CFG_MONITOR_LEN.
12890
12891 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
12892
12893commit a4c59ad4a21140550ada6f97690d2527c4146ce5
12894Author: Kyungmin Park <kmpark@infradead.org>
12895Date: Tue Jul 29 08:47:57 2008 +0900
12896
12897 Add OneNAND IPL related files to gitignore
12898
12899 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
12900
12901commit 8d87589e8e874df7120a3d9667f051bc33bac250
12902Author: Rafal Jaworowski <raj@semihalf.com>
12903Date: Mon Jul 28 20:38:25 2008 +0200
12904
12905 API: Teach the storage layer about SATA and MMC options.
12906
12907 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12908 Acked-by: Rafal Jaworowski <raj@semihalf.com>
12909
12910commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
12911Author: Rafal Jaworowski <raj@semihalf.com>
12912Date: Mon Jul 28 20:37:48 2008 +0200
12913
12914 API: Dump contents of sector 0 in the demo application.
12915
12916 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12917 Acked-by: Rafal Jaworowski <raj@semihalf.com>
12918
12919commit 13ca6305f2eba49c175f6370c35286141059c789
12920Author: Rafal Jaworowski <raj@semihalf.com>
12921Date: Mon Jul 28 20:37:10 2008 +0200
12922
12923 API: Correct storage enumeration routine, other minor fixes in API storage area.
12924
12925 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12926 Acked-by: Rafal Jaworowski <raj@semihalf.com>
12927
12928commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
12929Author: Rafal Jaworowski <raj@semihalf.com>
12930Date: Mon Jul 28 20:36:19 2008 +0200
12931
12932 API: Fix compilation warnings in api_examples/demo.c.
12933
12934 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
12935
12936commit c14eefcc48212af2f3314809605698dd8393a90a
12937Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12938Date: Sun Jul 27 17:09:43 2008 +0200
12939
12940 Fix more printf() format warnings
12941
12942 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12943
12944commit 936897d4d1365452bbbdf8430db5e7769ef08d38
12945Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12946Date: Fri Jul 25 15:18:16 2008 +0200
12947
12948 Fix remaining CFG_CMD_ define, ifdef and comments
12949
12950 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12951
12952commit 5d1d00fb36005482e1803a00ddc46efa11d719af
12953Author: Stefano Babic <sbabic@denx.de>
12954Date: Fri Jul 25 08:57:40 2008 +0200
12955
12956 Add include for config.h in command.h.
12957
12958 Because the cmd_tbl_s structure depends on the configuration file, it
12959 must be assured that config.h is included before the structure is
12960 evaluated by the compiler. If this is not certain, it could happen
12961 that the compiler generates structures of different size, depending
12962 on the fact if the source file includes <config.h> before or after
12963 <command.h>.
12964
12965 The effect is that u-boot crashes when tries to relocate the command
12966 table (for ppc) or try to access to the command table for other
12967 architectures.
12968
12969 The problem can happen on board-depending commands. All general
12970 commands under /common are unaffected, because they include already
12971 config.h before command.h.
12972
12973 Signed-off-by: Stefano Babic <sbabic@denx.de>
12974
12975commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
12976Author: Scott Wood <scottwood@freescale.com>
12977Date: Wed Jul 23 13:16:06 2008 -0500
12978
12979 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
12980
12981 This fixes building out-of-tree.
12982
12983 Signed-off-by: Scott Wood <scottwood@freescale.com>
12984
12985commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
12986Author: Heiko Schocher <hs@denx.de>
12987Date: Wed Jul 23 07:30:46 2008 +0200
12988
12989 Fix warnings if compiling with IDE support.
12990
12991 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
12992 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
12993
12994 Signed-off-by: Heiko Schocher <hs@denx.de>
12995
12996commit 7610db17fd4d59c51d825488526d85ede2f06767
12997Author: Adrian Filipi <adrian.filipi@eurotech.com>
12998Date: Tue Jul 22 14:28:11 2008 -0400
12999
13000 Removed support for the adsvix board.
13001
13002 Support for the adsvix was originally provided by Applied Data
13003 Systems (ADS), inc., now EuroTech, Inc.
13004 The board never shipped aside from some sample boards.
13005
13006 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
13007
13008commit f96b44cef897bd372beb86dde1b33637c119d84d
13009Author: Remy Bohmer <linux@bohmer.net>
13010Date: Tue Jul 22 16:22:11 2008 +0200
13011
13012 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
13013
13014 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
13015 never set, because relocation to RAM is actually never done by U-boot
13016 itself. However, several pieces of code check if this flag is set at
13017 some time.
13018
13019 So, to make sure this flag is set on boards skipping relocation, this
13020 is added to the initialisation of U-boot at a moment where it is safe
13021 to do so.
13022
13023 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13024
13025commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
13026Author: Timur Tabi <timur@freescale.com>
13027Date: Mon Jul 21 14:26:23 2008 -0500
13028
13029 fsl-i2c: fix writes to data segment before relocation
13030
13031 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
13032 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
13033 I2C bus speed and save the value in i2c_bus_speed[], which is a global
13034 variable. It is an error to write to the data segment before relocation,
13035 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
13036
13037 Signed-off-by: Timur Tabi <timur@freescale.com>
13038
13039commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
13040Author: Wolfgang Ocker <weo@reccoware.de>
13041Date: Mon Jul 28 16:56:51 2008 +0200
13042
13043 mips: Fix baudrate divisor computation on alchemy cpus
13044
13045 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
13046 on alchemy cpus.
13047
13048 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
13049 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13050
Wolfgang Denk34a5b122008-08-25 23:45:41 +020013051commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
13052Author: Ben Warren <biggerbadderben@gmail.com>
13053Date: Sat Jul 5 00:08:48 2008 -0700
13054
13055 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
13056
13057 Renamed initialization functions for atngw100 and atstk1000.
13058 Removed initializations for these boards from net/eth.c
13059
13060 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13061 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13062
Wolfgang Denk13bc1332008-07-31 17:54:03 +020013063commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
13064Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13065Date: Wed Jul 23 10:55:46 2008 +0200
13066
13067 spi flash: Fix printf() format warnings
13068
13069 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13070
13071commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
13072Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13073Date: Wed Jul 23 10:55:31 2008 +0200
13074
13075 atmel_mci: Fix printf() format warnings
13076
13077 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13078
13079commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
13080Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13081Date: Wed Jul 23 10:55:15 2008 +0200
13082
13083 avr32: Fix printf() format warnings
13084
13085 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13086
13087commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
13088Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13089Date: Wed Jul 23 10:52:19 2008 +0200
13090
13091 avr32: asm/io.h needs asm/types.h
13092
13093 map_physmem() takes a phys_addr_t as parameter. This type is defined in
13094 asm/types.h, so we need to include that file.
13095
13096 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13097
13098commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
13099Author: Michal Simek <monstr@monstr.eu>
13100Date: Thu Jul 17 12:25:46 2008 +0200
13101
13102 microblaze: Fix printf() format issues
13103
13104 Signed-off-by: Michal Simek <monstr@monstr.eu>
13105
13106commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
13107Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13108Date: Thu Jul 17 07:27:51 2008 +0530
13109
13110 Remove unused code from lib_arm/bootm.c
13111
13112 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
13113
13114commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
13115Author: Detlev Zundel <dzu@denx.de>
13116Date: Wed Jul 16 18:56:45 2008 +0200
13117
13118 tqm85xx: Demystify 'DK: !!!' comment
13119
13120 Signed-off-by: Detlev Zundel <dzu@denx.de>
13121
13122commit b2f44ba570f3a01113bbb745daf46f3858d22f53
13123Author: Detlev Zundel <dzu@denx.de>
13124Date: Wed Jul 16 18:56:44 2008 +0200
13125
13126 83xx/85xx/86xx: Add LTEDR local bus definitions
13127
13128 Signed-off-by: Detlev Zundel <dzu@denx.de>
13129
13130commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
13131Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13132Date: Wed Jul 16 16:22:32 2008 +0200
13133
13134 serial_xuartlite.c: fix compiler warnings
13135
13136 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13137 Acked-by: Grant Likely <grant.likely@secretlab.ca>
13138
13139commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
13140Author: Stefan Roese <sr@denx.de>
13141Date: Fri Jul 18 11:03:35 2008 +0200
13142
13143 POST: Add disable interrupts in some of the missing CPU POST tests
13144
13145 Some CPU POST tests did not disable the interrupts while running. This
13146 seems to be necessary to protect this self modifying code.
13147
13148 Signed-off-by: Stefan Roese <sr@denx.de>
13149
13150commit 97a3bf268d096e0e97e54048448c35114edcf557
13151Author: Stefan Roese <sr@denx.de>
13152Date: Fri Jul 18 10:43:24 2008 +0200
13153
13154 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
13155
13156 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
13157 CFG_64BIT_LBA.
13158
13159 Signed-off-by: Stefan Roese <sr@denx.de>
13160
13161commit 0043ac55024963295fc79b39af85b6dc3b261e17
13162Author: Niklaus Giger <niklaus.giger@netstal.com>
13163Date: Fri Jul 18 11:22:23 2008 +0200
13164
13165 POST PPC4xx/spr IVPR only if PPC440
13166
13167 The SPR IVPR register is only present (as far as I know) for
13168 processors with a PPC440 core.
13169
13170 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
13171 Acked-by: Stefan Roese <sr@denx.de>
13172
13173commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
13174Author: Stefan Roese <sr@denx.de>
13175Date: Fri Jul 18 10:42:29 2008 +0200
13176
13177 ppc4xx: Enable 64bit printf format on 440/460 platforms
13178
13179 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
13180 440/460 platforms. This may be needed since those platforms support
13181 36bit physical address space.
13182
13183 Signed-off-by: Stefan Roese <sr@denx.de>
13184
13185commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
13186Author: Stefan Roese <sr@denx.de>
13187Date: Fri Jul 18 15:57:23 2008 +0200
13188
13189 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
13190
13191 This patch fixes a problem with incorrect MODTx (On Die Termination)
13192 setup for a configuration with multiple DIMM's and multiple ranks.
13193 Without this change Katmai was unable to boot Linux with DDR2 frequency
13194 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
13195 with DDR2 frequency = 640MHz and mem=4GB.
13196
13197 Signed-off-by: Stefan Roese <sr@denx.de>
13198
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020013199commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
13200Author: Stefan Roese <sr@denx.de>
13201Date: Fri Jul 18 12:24:41 2008 +0200
13202
13203 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
13204
13205 Signed-off-by: Stefan Roese <sr@denx.de>
13206
13207commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
13208Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13209Date: Thu Jul 17 12:47:09 2008 +0200
13210
13211 ppc4xx: ML507 Board Support
13212
13213 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
13214 among others:
13215 -Virtex 5 FX FPGA (With a ppc440x5 in it)
13216 -256MB of SDRAM2
13217 -32MB of Flash
13218 -I2C Eeprom
13219 -System ACE chip
13220 -Serial ATA connectors
13221 -RS232 Level Conversors
13222 -Ethernet Transceiver
13223
13224 This patch gives support to a standard design produced by EDK for this
13225 board: ppc440, uartlite, xilinx_int and flash
13226
13227 - Includes Changes propossed by Stefan Roese and Michal Simek
13228
13229 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13230 Acked-by: Stefan Roese <sr@denx.de>
13231
13232commit d865fd09809a3a18669f35f970781820af40e4de
13233Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13234Date: Thu Jul 17 11:44:12 2008 +0200
13235
13236 ppc4xx: CPU PPC440x5 on Virtex5 FX
13237
13238 -This patchs gives support for the embbedded ppc440
13239 on the Virtex5 FPGAs
13240 -interrupts.c divided in uic.c and interrupts.c
13241 -xilinx_irq.c for xilinx interrupt controller
13242 -Include modifications propossed by Stefan Roese
13243
13244 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
13245 Acked-by: Stefan Roese <sr@denx.de>
13246
Wolfgang Denk13bc1332008-07-31 17:54:03 +020013247commit 340ccb260f21516be360745d5c5e3bd0657698df
13248Author: Sebastian Siewior <bigeasy@linutronix.de>
13249Date: Wed Jul 16 20:04:49 2008 +0200
13250
13251 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
13252
13253 This got broken by commits 93c56f212c
13254 [cfi_flash: support of long cmd in U-boot.]
13255
13256 That command needs to be in little endian format on BE machines
13257 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
13258 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
13259 the cmdbuf in case portwidth = chipwidth = 8bit.
13260
13261 Cc: Alexey Korolev <akorolev@infradead.org>
13262 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13263 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
13264
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020013265commit 11188d55bc16dd907451c00282e00a038f73dd62
13266Author: Stefan Roese <sr@denx.de>
13267Date: Thu Jul 17 10:40:51 2008 +0200
13268
13269 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
13270
13271 Signed-off-by: Stefan Roese <sr@denx.de>
13272
Wolfgang Denkdefe6ad2008-08-27 01:02:48 +020013273commit 021f6df6e96af5b387810cf96d24848da1faa55c
13274Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13275Date: Thu Jul 10 17:20:51 2008 +0400
13276
13277 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
13278
13279 The thinko was quite silly indeed, I messed with !ptr. Normally this
13280 would trigger some fault, but in U-Boot NULL pointer is equal to phys
13281 0, so the code was working still, just didn't actually test mpc8315erdb
13282 environment variable value. Heh.
13283
13284 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13285 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13286
13287commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
13288Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13289Date: Tue Jul 8 21:00:04 2008 +0400
13290
13291 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
13292
13293 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
13294 support, or without TSEC1 but with USB ULPI PHY support in addition.
13295 With this patch user can specify desired USB PHY.
13296
13297 Also, it seems that we can't distinguish the two boards in software, so
13298 user have to set `mpc8315erdb' environment variable to either 'tsec1'
13299 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
13300 Linux will not probe for TSEC1.
13301
13302 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13303 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13304
13305commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
13306Author: Anton Vorontsov <avorontsov@ru.mvista.com>
13307Date: Tue Jul 8 20:59:43 2008 +0400
13308
13309 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
13310
13311 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
13312 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
13313 (connected to the four-ports hub, usb host only).
13314
13315 This patch implements support for passing Dual-Role USB controller's
13316 device tree property phy_type through the usb_phy_type environment
13317 variable.
13318
13319 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
13320 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
13321 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13322
Wolfgang Denk13bc1332008-07-31 17:54:03 +020013323commit 699f05125509249072a0b865c8d35520d97cd501
13324Author: Wolfgang Denk <wd@denx.de>
13325Date: Tue Jul 15 22:22:44 2008 +0200
13326
13327 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
13328
13329 Signed-off-by: Wolfgang Denk <wd@denx.de>
13330
Wolfgang Denk28d8d702008-07-15 22:22:44 +020013331commit bcab74baa6b1b1c969038ab6f64a186239180405
13332Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13333Date: Tue Jul 15 11:23:02 2008 -0400
13334
13335 Round the serial port clock divisor value returned by calc_divisor()
13336
13337 Round the serial port clock divisor value returned by
13338 calc_divisor()
13339
13340 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13341 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
13342
13343commit 0328ef0edfe950f0b7b8b368dae482531506b74a
13344Author: Robin Getz <rgetz@blackfin.uclinux.org>
13345Date: Tue Jul 15 21:44:46 2008 +0200
13346
13347 Fix DHCP protocol so U-Boot does not respond too early
13348 on the network with it's offered IP number; it should not reply until
13349 after it has received a DHCP ACK message. Also ensures that U-Boot
13350 does it's DHCPREQUEST as broadcast (per RFC 2131).
13351
13352 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
13353 Acked-by: Ben Warren <biggerbadderben@gmail.com>
13354 Signed-off-by: Wolfgang Denk <wd@denx.de>
13355
13356commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
13357Author: Sebastian Siewior <bigeasy@linutronix.de>
13358Date: Tue Jul 15 13:35:23 2008 +0200
13359
13360 cfi_flash: make the command u32 only
13361
13362 This got changed by commit 93c56f212c
13363 [cfi_flash: support of long cmd in U-boot.]
13364
13365 Long is the wrong type because it will behave differently on 64bit
13366 machines in a way that is probably not expected. u32 should be
13367 enough.
13368
13369 Cc: Alexey Korolev <akorolev@infradead.org>
13370 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
13371 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
13372
13373commit 31cfe57491b183acae575d486729e158f016c27b
13374Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13375Date: Mon Jul 14 23:48:41 2008 +0200
13376
13377 tools/gitignore: update to all generated files
13378
13379 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13380
13381commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
13382Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
13383Date: Wed Jul 9 18:30:44 2008 +0200
13384
13385 mpc5xxx: Add MVBC_P board support
13386
13387 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
13388 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
13389
13390 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
13391 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13392
13393commit e2d31fb3450653115452144363d5bde4e5e3e693
13394Author: Timur Tabi <timur@freescale.com>
13395Date: Thu Jun 19 17:56:11 2008 -0500
13396
13397 Update Freescale sys_eeprom.c to handle CCID formats
13398
13399 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
13400 NXID format replaces the older CCID format, but it's important to support both
13401 since most boards out there still use the CCID format. This change is in
13402 preparation for using one file to handle both formats. This will also unify
13403 EEPROM support for all Freescale 85xx and 86xx boards.
13404
13405 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
13406 instead of ID_EEPROM_ADDR.
13407
13408 Signed-off-by: Timur Tabi <timur@freescale.com>
13409
13410commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
13411Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13412Date: Fri Jul 11 17:22:43 2008 +0900
13413
13414 pci: sh: Add pci_skip_dev and pci_print_dev function
13415
13416 Add function of new PCI, pci_skip_dev and pci_print_dev.
13417
13418 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
13419 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
13420
13421commit 1107014e835ec9d46c0333f4211d104f77442db0
13422Author: Andy Fleming <afleming@freescale.com>
13423Date: Mon Jul 14 20:29:07 2008 -0500
13424
13425 Clean up INIT_RAM options
13426
13427 The L2_INIT_RAM option was unused, and recent changes to the TLB code
13428 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
13429 the amount of mapped space attached to nothing, we change things so the TLBs
13430 get cleared.
13431
13432 Signed-off-by: Andy Fleming <afleming@freescale.com>
13433
13434commit 4524561820a9327e89107854b3a7187800ccf719
13435Author: Andy Fleming <afleming@freescale.com>
13436Date: Mon Jul 14 20:26:57 2008 -0500
13437
13438 Remove fake flash bank from 8544 DS
13439
13440 The fake flash bank was generating errors for anyone who didn't have a
13441 PromJET hooked up to the board. As that constitutes the vast majority of
13442 users, we remove it.
13443
13444 Signed-off-by: Andy Fleming <afleming@freescale.com>
13445
13446commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
13447Author: Kumar Gala <galak@kernel.crashing.org>
13448Date: Mon Jul 14 14:07:03 2008 -0500
13449
13450 MPC8544DS: Add ATI Video card support
13451
13452 Add support for using a PCIe ATI Video card on PCIe2.
13453
13454 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13455
13456commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
13457Author: Kumar Gala <galak@kernel.crashing.org>
13458Date: Mon Jul 14 14:07:02 2008 -0500
13459
13460 85xx: Add some L1/L2 SPR register definitions
13461
13462 Add new L1/L2 SPRs related to e500mc cache config and control.
13463
13464 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13465
13466commit e5852787f0c3c442a276262f13d91ca450605ac0
13467Author: Kumar Gala <galak@kernel.crashing.org>
13468Date: Mon Jul 14 14:07:01 2008 -0500
13469
13470 MPC8544DS: Report board id, board version and fpga version.
13471
13472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13473
13474commit 73f15a060f67a2462551c334215bd20fac6b81d1
13475Author: Kumar Gala <galak@kernel.crashing.org>
13476Date: Mon Jul 14 14:07:00 2008 -0500
13477
13478 85xx: Cleanup L2 cache size detection
13479
13480 The L2 size detection code was a bit confusing and we kept having to add
13481 code to it to handle new processors. Change the sense of detection so we
13482 look for the older processors that aren't changing.
13483
13484 Also added support for 1M cache size on 8572.
13485
13486 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13487
13488commit c3ca7e5e00a24451f20df3bded9a61ba541921df
13489Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13490Date: Fri Jul 11 15:33:08 2008 -0400
13491
13492 sbc8560: enable CONFIG_OF_LIBFDT by default
13493
13494 Make the default build for the sbc8560 board be powerpc
13495 capable with libfdt support.
13496
13497 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13498
13499commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
13500Author: Andy Fleming <afleming@freescale.com>
13501Date: Mon Jul 14 20:04:40 2008 -0500
13502
13503 Fix indentation for default boot environment variables
13504
13505 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
13506 similar #defines in sbc8560.h.
13507
13508 Signed-off-by: Andy Fleming <afleming@freescale.com>
13509
13510commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
13511Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13512Date: Fri Jul 11 15:33:07 2008 -0400
13513
13514 sbc8560: add default fdt values
13515
13516 Add in the default fdt settings and the typical EXTRA_ENV
13517 settings as borrowed from the mpc8560ads. Fix a couple
13518 of stale references to the mpc8560ads dating back to the
13519 original clone/fork.
13520
13521 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13522 Signed-off-by: Andy Fleming <afleming@freescale.com>
13523
13524commit d04e76edf92f7f89696989e8702b97e020455af3
13525Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13526Date: Fri Jul 11 15:33:06 2008 -0400
13527
13528 sbc8560: add in ft_board_setup()
13529
13530 Add in for the sbc8560, the ft_board_setup() routine, based on what is
13531 in use for the Freescale MPC8560ADS board.
13532
13533 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13534
13535commit c158bcaca3b31cbe38c4143812e6170e38a57393
13536Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13537Date: Fri Jul 11 15:33:05 2008 -0400
13538
13539 sbc8560: define eth0 and eth1 instead of eth1 and eth2
13540
13541 The existing config doesn't define CONFIG_HAS_ETH0, and so the
13542 fdt support doesn't update the zeros in the dtb local-mac with
13543 real data from the u-boot env. Since the existing config is
13544 tailored to just two interfaces, get rid of the ETH2 definitions
13545 at the same time.
13546
13547 Also don't include any end user specific data into the environment
13548 by default -- things like MAC address, network parameters etc. need
13549 to come from the end user.
13550
13551 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13552 Signed-off-by: Andy Fleming <afleming@freescale.com>
13553
13554commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
13555Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13556Date: Fri Jul 11 15:33:04 2008 -0400
13557
13558 sbc8560: properly set cs0_bnds for 512MB
13559
13560 The sbc8560 board ships with 512MB of memory installed,
13561 but the current cs0_bnds is hard coded for 256MB. Set the
13562 value based on CFG_SDRAM_SIZE.
13563
13564 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13565
13566commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
13567Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13568Date: Fri Jul 11 15:33:03 2008 -0400
13569
13570 sbc8560: proper definitions for TSEC.
13571
13572 The definitions for the TSEC have become out of date. There is no
13573 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
13574 Update to match those of other boards, like the MPC8560ADS.
13575
13576 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13577 Acked-by: Ben Warren <biggerbadderben@gmail.com>
13578
13579commit 71074abbe0c76429577aff58aeff0a24ad210b23
13580Author: Paul Gortmaker <paul.gortmaker@windriver.com>
13581Date: Wed Jul 9 13:23:05 2008 -0400
13582
13583 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
13584
13585 Some boards that have external 16550 UARTs don't have a direct
13586 tie between bi_busfreq and the clock used for the UARTs. Boards
13587 that do have such a tie should set CFG_NS16550_CLK to be
13588 get_bus_freq(0) -- which most of them do already.
13589
13590 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
13591 Acked-by: Kim Phillips <kim.phillips@freescale.com>
13592
13593commit 24ef76f320fbadf074105229826514db140f939f
13594Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13595Date: Wed Jul 2 07:03:53 2008 -0700
13596
13597 Change the temp map to ROM to align addresses to page size.
13598
13599 With a page size of BOOKE_PAGESZ_16M, both the real and effective
13600 addresses must be multiples of 16MB. The hardware silently truncates
13601 them so the code happens to work. This patch clarifies the situation
13602 by establishing addresses that the hardware doesn't need to truncate.
13603
13604 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
13605 Signed-off-by: Andy Fleming <afleming@freescale.com>
13606
13607commit 06b4186c10204b6683edb047ac5f506fb0ce0937
13608Author: Kim Phillips <kim.phillips@freescale.com>
13609Date: Tue Jun 17 17:45:22 2008 -0500
13610
13611 mpc85xx: use IS_E_PROCESSOR macro
13612
13613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13614
13615commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
13616Author: Kim Phillips <kim.phillips@freescale.com>
13617Date: Mon Jun 16 15:55:53 2008 -0500
13618
13619 fdt: add crypto node handling for MPC8{3, 5}xxE processors
13620
13621 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
13622 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
13623 if on an 'EA' processor, e.g. MPC8349EA.
13624
13625 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13626
13627commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
13628Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13629Date: Fri Jul 11 15:10:11 2008 -0400
13630
13631 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
13632
13633 ARM DaVinci: Remove extern phy_t declaration by moving
13634 code to proper place.
13635
13636 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13637
13638commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
13639Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13640Date: Fri Jul 11 15:10:10 2008 -0400
13641
13642 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
13643
13644 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
13645 and prototype of i2c_init().
13646
13647 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13648
13649commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
13650Author: Kumar Gala <galak@kernel.crashing.org>
13651Date: Mon Jul 14 14:03:02 2008 -0500
13652
13653 Fix some more printf() format problems.
13654
13655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13656
13657commit 45b16d22c64674ccd8c4637456a987463609141c
13658Author: Wolfgang Denk <wd@denx.de>
13659Date: Mon Jul 14 22:38:42 2008 +0200
13660
13661 Fix coding style; make code better parsable by external tools
13662
13663 Signed-off-by: Wolfgang Denk <wd@denx.de>
13664
13665commit b880cbf207b1c109d3a661417a8feddcbd729a9d
13666Author: Wolfgang Denk <wd@denx.de>
13667Date: Mon Jul 14 21:19:08 2008 +0200
13668
13669 cpu/i386/serial.c: Fix syntax errors
13670
13671 Signed-off-by: Wolfgang Denk <wd@denx.de>
13672
13673commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
13674Author: Wolfgang Denk <wd@denx.de>
13675Date: Mon Jul 14 20:41:35 2008 +0200
13676
13677 elppc board: Coding style cleanup.
13678
13679 Signed-off-by: Wolfgang Denk <wd@denx.de>
13680
13681commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
13682Author: Wolfgang Denk <wd@denx.de>
13683Date: Mon Jul 14 20:40:22 2008 +0200
13684
13685 elppc board: fix syntax error.
13686
13687 Signed-off-by: Wolfgang Denk <wd@denx.de>
13688
13689commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
13690Author: Wolfgang Denk <wd@denx.de>
13691Date: Mon Jul 14 20:38:26 2008 +0200
13692
13693 EB+MCF-EV123 board: fix coding style (alingment)
13694
13695 Signed-off-by: Wolfgang Denk <wd@denx.de>
13696
13697commit 6841785a0bb0f38175456a923edd634fb7dd6947
13698Author: Wolfgang Denk <wd@denx.de>
13699Date: Mon Jul 14 20:36:44 2008 +0200
13700
13701 EB+MCF-EV123 board: fix syntx error
13702
13703 Signed-off-by: Wolfgang Denk <wd@denx.de>
13704
13705commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
13706Author: Andy Fleming <afleming@freescale.com>
13707Date: Mon Jul 7 18:02:08 2008 -0500
13708
13709 Remove LBC_CACHE_BASE from 8544 DS
13710
13711 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
13712 space for some anyway, we were allowing speculative loads into unmapped space,
13713 which would cause an exception (annoying, even if ultimately harmless).
13714 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
13715 problem.
13716
13717 Signed-off-by: Andy Fleming <afleming@freescale.com>
13718
13719commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
13720Author: Wolfgang Denk <wd@denx.de>
13721Date: Mon Jul 14 15:19:07 2008 +0200
13722
13723 Code cleanup: fix old style assignment ambiguities like "=-" etc.
13724
13725 Signed-off-by: Wolfgang Denk <wd@denx.de>
13726
13727commit d7854223c5c85b5849fbf422cc8ac0efef461c37
13728Author: Wolfgang Denk <wd@denx.de>
13729Date: Mon Jul 14 15:10:53 2008 +0200
13730
13731 AmigaOneG3SE: remove dead and incomplete files
13732
13733 Signed-off-by: Wolfgang Denk <wd@denx.de>
13734
13735commit b64f190b7a34224df09b559ca111eb1b733f00ad
13736Author: Wolfgang Denk <wd@denx.de>
13737Date: Mon Jul 14 15:06:35 2008 +0200
13738
13739 Fix printf() format issues with sizeof_t types by using %zu
13740
13741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13742 Signed-off-by: Wolfgang Denk <wd@denx.de>
13743
13744commit f354b73e16a86f9e9085471a830605f74f84ea5d
13745Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13746Date: Mon Jul 14 14:11:45 2008 +0200
13747
13748 vsprintf: add z and t options
13749
13750 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13751
13752commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
13753Author: Wolfgang Denk <wd@denx.de>
13754Date: Sun Jul 13 23:07:35 2008 +0200
13755
13756 Fix some more printf() format issues.
13757
13758 Signed-off-by: Wolfgang Denk <wd@denx.de>
13759
13760commit d5996dd555edf52721b7691a4c59de016251ed39
13761Author: Wolfgang Denk <wd@denx.de>
13762Date: Sun Jul 13 19:51:00 2008 +0200
13763
13764 Fix some more printf() format problems.
13765
13766 Signed-off-by: Wolfgang Denk <wd@denx.de>
13767
13768commit 0f9d5f6d6e814907794995c6a22af752040c35d9
13769Author: Wolfgang Denk <wd@denx.de>
13770Date: Sun Jul 13 19:48:26 2008 +0200
13771
13772 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
13773
13774 Signed-off-by: Wolfgang Denk <wd@denx.de>
13775
13776commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
13777Author: Anatolij Gustschin <agust@denx.de>
13778Date: Sat Jul 12 17:31:36 2008 +0200
13779
13780 Fix bug in Lime video driver
13781
13782 We need to wait while drawing engine clears frame
13783 buffer before any further software accesses to frame
13784 buffer will be initiated. Otherwise software drawn
13785 parts could be partially destroyed by the drawing
13786 engine or even GDC chip freeze could occur (as
13787 observed on socrates board).
13788
13789 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13790
13791commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
13792Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13793Date: Sat Jul 12 14:36:34 2008 +0200
13794
13795 Fix some more printf() format issues.
13796
13797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13798
13799commit 18c8a28aad49803780bd8d52432ded528e37e701
13800Author: Michal Simek <monstr@monstr.eu>
13801Date: Fri Jul 11 15:11:57 2008 +0200
13802
13803 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
13804
13805 Signed-off-by: Michal Simek <monstr@monstr.eu>
13806 Acked-by: Stefan Roese <sr@denx.de>
13807
13808commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
13809Author: Michal Simek <monstr@monstr.eu>
13810Date: Fri Jul 11 11:50:53 2008 +0200
13811
13812 hwmon: Cleaning hwmon devices
13813
13814 Clean Makefile
13815 Move device specific values to driver for better reading
13816
13817 Signed-off-by: Michal Simek <monstr@monstr.eu>
13818 Acked-by: Stefan Roese <sr@denx.de>
13819
13820commit c78fce699c7ff467ecd841da6a79f065180bf578
13821Author: Michal Simek <monstr@monstr.eu>
13822Date: Fri Jul 11 10:43:13 2008 +0200
13823
13824 FIS: repare incorrect return value with ramdisk handling
13825
13826 Microblaze and PowerPC use boot_get_ramdisk for loading
13827 ramdisk to memory with checking return value.
13828 Return 0 means success. Return 1 means failed.
13829 Here is correspond part of code from bootm.c which check
13830 return code.
13831
13832 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
13833 &rd_data_start, &rd_data_end);
13834 if (ret)
13835 goto error;
13836
13837 Signed-off-by: Michal Simek <monstr@monstr.eu>
13838
13839commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
13840Author: Michal Simek <monstr@monstr.eu>
13841Date: Fri Jul 11 10:10:32 2008 +0200
13842
13843 microblaze: Remove useless ancient headers
13844
13845 Signed-off-by: Michal Simek <monstr@monstr.eu>
13846
13847commit 53ea981c3124b13c137c2d10e975b7c6672266e0
13848Author: Michal Simek <monstr@monstr.eu>
13849Date: Fri Jul 11 10:10:31 2008 +0200
13850
13851 microblaze: Clean uartlite driver
13852
13853 Redesign uartlite driver to in_be32 and out_be32 macros
13854 Fix missing header in io.h
13855
13856 Signed-off-by: Michal Simek <monstr@monstr.eu>
13857 Acked-by: Grant Likely <grant.likely@secretlab.ca>
13858
13859commit dbf3dfb386a2d5d2381814e39985ab2e21894550
13860Author: Marcel Ziswiler <marcel@ziswiler.com>
13861Date: Fri Jul 11 02:39:14 2008 +0200
13862
13863 Enable passing of ATAGs required by latest Linux kernel.
13864
13865commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
13866Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13867Date: Fri Jul 11 10:24:15 2008 -0400
13868
13869 Fix integer overflow warning in calc_divisor()
13870
13871 which happened when rounding the serial port clock divisor
13872
13873 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13874
13875commit 6b760189d77f001684e3160b355c185ca3804961
13876Author: Marcel Ziswiler <marcel@ziswiler.com>
13877Date: Fri Jul 11 01:09:59 2008 +0200
13878
13879 Fix build time warnings in function mmc_decode_csd()
13880
13881 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
13882
13883commit c15947d6ce0d59925c97fdfac692476af6e262d0
13884Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13885Date: Thu Jul 10 10:46:33 2008 -0400
13886
13887 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
13888
13889 caused by missing dcache status/enable/disable functions.
13890
13891 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13892
13893commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
13894Author: Stefan Roese <sr@denx.de>
13895Date: Thu Jul 10 13:53:31 2008 +0200
13896
13897 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
13898
13899 This patch removes some ft_board_setup() functions from some 4xx boards.
13900 This can be done since we now have a default weak implementation for this
13901 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
13902 implementation like canyonlands need their own version.
13903
13904 Signed-off-by: Stefan Roese <sr@denx.de>
13905
13906commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
13907Author: Wolfgang Denk <wd@denx.de>
13908Date: Sun Jul 13 14:58:16 2008 +0200
13909
13910 Add last known maintainer for orphaned boards; reformat.
13911
13912 Signed-off-by: Wolfgang Denk <wd@denx.de>
13913
13914commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
13915Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13916Date: Thu Jul 10 13:16:04 2008 +0200
13917
13918 Remove kharris@nexus-tech.net from MAINTAINERS
13919
13920 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
13921 anymore. You can't be a maintainer without a valid e-mail address, so
13922 move all boards that used to be maintained by Kyle Harris to the
13923 "orphaned" list.
13924
13925 Currently, only PowerPC has a list of orphaned boards, so this patch
13926 creates one for ARM as well.
13927
13928 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
13929
13930commit 17bd17071463b0cde391ac4a0863d600474b4ea1
13931Author: Anatolij Gustschin <agust@denx.de>
13932Date: Thu Jul 10 01:15:10 2008 +0200
13933
13934 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
13935
13936 On the at91sam9260ep development board there is an EEPROM
13937 connected to the TWI interface (PA23, PA24 Peripheral A
13938 multiplexing), so we cannot use these pins as ETX2, ETX3.
13939 This patch configures PA10, PA11 pins for ETX2, ETX3
13940 instead of PA23, PA24 pins.
13941
13942 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13943 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
13944
13945commit f889265753ddf4465d9d580827bb9289bfac55d6
13946Author: Kenneth Johansson <kenneth@southpole.se>
13947Date: Sat Jul 12 13:18:34 2008 -0600
13948
13949 fix DIU for small screens
13950
13951 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
13952 so it was not possible to set a slow pixel clock and thus prevented
13953 display on small screens.
13954
13955 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
13956 Acked-by: John Rigby <jrigby@freescale.com>
13957
13958commit b60b8573875e650e4c69be667bfc88d3ed474a7c
13959Author: John Rigby <jrigby@freescale.com>
13960Date: Fri Jul 11 14:44:09 2008 -0600
13961
13962 ADS5121 cleanup compile warnings
13963
13964 board/ads5121/iopin.c
13965 Replace bit fields in struct iopin_t with a single
13966 field and intialize it via plain old macros.
13967 This fixes the type pun warnings and makes the code
13968 more readable.
13969
13970 board/ads5121/ads5121.c
13971 Add include iopin.h to ads5121.c for the iopin_initialize
13972 prototype.
13973
13974 Add an extern void ads5121_diu_init(void)
13975
13976 Signed-off-by: John Rigby <jrigby@freescale.com>
13977
13978commit bde63587622c4b830a27d1ddf7265843de9e994f
13979Author: Wolfgang Denk <wd@denx.de>
13980Date: Fri Jul 11 22:56:11 2008 +0200
13981
13982 Fix some more printf() format issues.
13983
13984 Signed-off-by: Wolfgang Denk <wd@denx.de>
13985
13986commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
13987Author: Wolfgang Denk <wd@denx.de>
13988Date: Fri Jul 11 22:55:31 2008 +0200
13989
13990 Fixed some out-of-tree build issues
13991
13992 Signed-off-by: Wolfgang Denk <wd@denx.de>
13993
13994commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
13995Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13996Date: Wed Jul 9 16:20:23 2008 -0500
13997
13998 ColdFire: Fix FB CS not setup properly for Mcf5282
13999
14000 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
14001 CFG_CSn_RO is defined as 0, the chipselect will not
14002 be assigned.
14003
14004 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14005
14006commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
14007Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14008Date: Wed Jul 9 15:47:27 2008 -0500
14009
14010 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
14011
14012 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
14013 clock module in cpu/<cf arch>/cpu_init.c
14014
14015 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14016
14017commit f94945b517f10e01927101679c62361e03d4e837
14018Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14019Date: Wed Jul 9 15:25:01 2008 -0500
14020
14021 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
14022
14023 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14024
14025commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
14026Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14027Date: Wed Jul 9 15:21:44 2008 -0500
14028
14029 Fix compile error caused by missing timer function
14030
14031 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
14032
14033 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14034
14035commit c37ea031175b807c54e6bad9b270e9bede6c0078
14036Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14037Date: Wed Jul 9 15:14:25 2008 -0500
14038
14039 Fix compile error caused by incorrect function return type
14040
14041 Rename int mii_init(void) to void mii_init(void)
14042
14043 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14044
14045commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
14046Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14047Date: Wed Jun 18 19:27:23 2008 -0500
14048
14049 ColdFire: Fix power up issue for MCF5235
14050
14051 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14052
14053commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
14054Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14055Date: Wed Jun 18 19:19:07 2008 -0500
14056
14057 ColdFire: Fix compiling error for MCF5275
14058
14059 The compiling error was caused by missing a closed parentheses
14060 in speed.c
14061
14062 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14063
14064commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
14065Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14066Date: Wed Jun 18 19:14:01 2008 -0500
14067
14068 ColdFire: Fix timer issue for MCF5272
14069
14070 The timer was assigned to wrong timer memory mapped which
14071 caused udelay() and timer() not working properly.
14072
14073 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14074
14075commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
14076Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14077Date: Wed Jun 18 19:12:13 2008 -0500
14078
14079 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
14080
14081 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
14082
14083commit 8371dc2066136be21e10b7b9293e469297d77298
14084Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14085Date: Wed Jun 18 19:05:23 2008 -0500
14086
14087 ColdFire: Add -got=single param for new linux v4e toolchains
14088
14089 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
14090
14091commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
14092Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14093Date: Wed Jun 18 13:21:19 2008 -0500
14094
14095 ColdFire: Fix code flash configuration for M547x/M548x boards
14096
14097 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
14098
14099commit 6e37091afc07fdcc15590093fd066b0cb7399f85
14100Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14101Date: Tue Jun 24 12:12:16 2008 -0500
14102
14103 ColdFire: Fix warning messages by passing correct data type in board.c
14104
14105 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14106
14107commit 81cc32322acb1b3225ee45606ced48e2a14824dc
14108Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14109Date: Thu May 29 12:21:54 2008 -0500
14110
14111 ColdFire: Fix UART baudrate formula
14112
14113 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
14114 can generate the wrong divisor due to integer division truncation.
14115 Round the calculated divisor value by adding 1/2 the baudrate
14116 before dividing by the baudrate.
14117
14118 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14119 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14120
14121commit b578fb471444cbd7db1285701ba51343baaf73fb
14122Author: Stefan Roese <sr@denx.de>
14123Date: Thu Jul 10 11:38:26 2008 +0200
14124
14125 ppc4xx: Fix include sequence in 4xx_pcie.c
14126
14127 This patch now moves common.h to the top of the inlcude list. This
14128 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
14129 the phys_size_t/phys_addr_t are defined to the correct size in this
14130 driver.
14131
Wolfgang Denk74e0dde2008-08-14 14:41:06 +020014132 Signed-off-by: Stefan Roese <sr@denx.de>
14133
14134commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
14135Author: Stefan Roese <sr@denx.de>
14136Date: Fri Jul 11 13:10:56 2008 +0200
14137
14138 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
14139
14140 Signed-off-by: Stefan Roese <sr@denx.de>
14141
14142commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
14143Author: Stefan Roese <sr@denx.de>
14144Date: Fri Jul 11 11:40:13 2008 +0200
14145
14146 ppc4xx: Fix small korat merge problem
14147
14148 Signed-off-by: Stefan Roese <sr@denx.de>
14149
14150commit 1d0554736a0a1dd59718acda660871ce56b69e18
14151Author: Stefan Roese <sr@denx.de>
14152Date: Fri Jul 11 11:34:52 2008 +0200
14153
14154 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
14155
14156 Signed-off-by: Stefan Roese <sr@denx.de>
14157
14158commit 3a82113ed5934d498f25080441a8261fc9454b15
14159Author: Stefan Roese <sr@denx.de>
14160Date: Thu Jul 10 16:37:09 2008 +0200
14161
14162 ppc4xx: Add 460SX UIC defines
14163
14164 Only the really needed ones are added (cascading and EMAC/MAL).
14165
14166 Signed-off-by: Stefan Roese <sr@denx.de>
14167
14168commit 26173fc6f60521c2a8072f652f863617fc11ba9a
14169Author: Stefan Roese <sr@denx.de>
14170Date: Mon Jun 30 14:11:07 2008 +0200
14171
14172 ppc4xx: Continue cleanup of ppc440.h
14173
14174 This patch continues the ppc440.h cleanup by removing some of the unused
14175 defines.
14176
14177 Signed-off-by: Stefan Roese <sr@denx.de>
14178
14179commit d9056b7913ed6a228d2f33671d916efedee541dd
14180Author: Stefan Roese <sr@denx.de>
14181Date: Mon Jun 30 14:05:05 2008 +0200
14182
14183 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
14184
14185 This patch cleans up the 440SPe PCIe register usage. Now only defines
14186 from the include/asm-ppc/4xx_pcie.h are used.
14187
14188 Signed-off-by: Stefan Roese <sr@denx.de>
14189
14190commit 5de851403b01489b493fa83137ad990b8ce60d1c
14191Author: Stefan Roese <sr@denx.de>
14192Date: Thu Jun 26 17:36:39 2008 +0200
14193
14194 ppc4xx: Rework 440GX UIC handling
14195
14196 This patch reworks the 440GX interrupt handling so that the common 4xx
14197 code can be used. The 440GX is an exception to all other 4xx variants
14198 by having the cascading interrupt vectors not on UIC0 but on a special
14199 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
14200 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
14201 handling is simpler without any 440GX special cases.
14202
14203 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
14204
14205 Signed-off-by: Stefan Roese <sr@denx.de>
14206
14207commit d1631fe1a05b063ccaf62ea892a8887b829847d1
14208Author: Stefan Roese <sr@denx.de>
14209Date: Thu Jun 26 13:40:57 2008 +0200
14210
14211 ppc4xx: Consolidate PPC4xx UIC defines
14212
14213 This 2nd patch now removes all UIC mask bit definition. They should be
14214 generated from the vectors by using the UIC_MASK() macro from now on.
14215 This way only the vectors need to get defined for new PPC's.
14216
14217 Also only the really used interrupt vectors are now defined. This makes
14218 definitions for new PPC versions easier and less error prone.
14219
14220 Another part of this patch is that the 4xx emac driver got a little
14221 cleanup, since now the usage of the interrupts is clearer.
14222
14223 Signed-off-by: Stefan Roese <sr@denx.de>
14224
14225commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
14226Author: Stefan Roese <sr@denx.de>
14227Date: Wed Jun 25 10:59:22 2008 +0200
14228
14229 ppc4xx: Consolidate PPC4xx UIC defines
14230
14231 This patch is the first step to consolidate the UIC related defines in the
14232 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
14233 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
14234 steps.
14235
14236 Signed-off-by: Stefan Roese <sr@denx.de>
14237
14238commit 7ee2619c20ccecd57966d74d844e6329e141261c
14239Author: Stefan Roese <sr@denx.de>
14240Date: Tue Jun 24 17:18:50 2008 +0200
14241
14242 ppc4xx: Consolidate PPC4xx EBC defines
14243
14244 This patch removes all EBC related defines from the PPC4xx headers
14245 ppc405.h and ppc440.h and introduces a new header
14246
14247 include/asm-ppc/ppc4xx-ebc.h
14248
14249 with all those defines.
14250
14251 Signed-off-by: Stefan Roese <sr@denx.de>
14252
14253commit e321801bed5a6d896d298c00fd20046f039d5d66
14254Author: Stefan Roese <sr@denx.de>
14255Date: Thu Jul 10 13:52:44 2008 +0200
14256
14257 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
14258
14259 This patch removes some ft_board_setup() functions from some 4xx boards.
14260 This can be done since we now have a default weak implementation for this
14261 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
14262 implementation like canyonlands need their own version.
14263
14264 Signed-off-by: Stefan Roese <sr@denx.de>
14265
14266commit 08250eb2edbd96514d049602d9e134110ac3185f
14267Author: Stefan Roese <sr@denx.de>
14268Date: Thu Jul 10 15:32:32 2008 +0200
14269
14270 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
14271
14272 Signed-off-by: Stefan Roese <sr@denx.de>
14273
14274commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
14275Author: Grant Erickson <gerickson@nuovations.com>
14276Date: Tue Jul 8 08:35:00 2008 -0700
14277
14278 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
14279
14280 This patch adds support for placing the RGMII bridge on the
14281 PPC405EX(r) into MII/GMII mode and allows a board-specific
14282 configuration to specify the bridge mode at compile-time.
14283
14284 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14285 Signed-off-by: Stefan Roese <sr@denx.de>
14286
14287commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
14288Author: Grant Erickson <gerickson@nuovations.com>
14289Date: Wed Jul 9 16:46:35 2008 -0700
14290
14291 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
14292
14293 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
14294 controller registers (MODT and INITPLR) used by the
14295 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
14296 peer values used for the INITPLR MR and EMR registers,
14297 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
14298
14299 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
14300 Kilauea are replaced by equivalent mnemonics to make it easier to
14301 compare and contrast other 405EX(r)-based boards (e.g. during board
14302 bring-up).
14303
14304 Finally, unified the SDRAM controller register dump routine such that
14305 it can be used across all processor variants that utilize the IBM DDR2
14306 SDRAM controller core. It produces output of the form:
14307
14308 PPC4xx IBM DDR2 Register Dump:
14309 ...
14310 SDRAM_MB0CF[40] = 0x00006701
14311 ...
14312
14313 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
14314 since it is not uncommon that the DCR values in header files get mixed
14315 up and it helps to validate, at a glance, they match what is printed
14316 in the user manual.
14317
14318 Tested on:
14319 AMCC Kilauea/Haleakala:
14320 - NFS Linux Boot: PASSED
14321 - NAND Linux Boot: PASSED
14322
14323 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14324 Signed-off-by: Stefan Roese <sr@denx.de>
14325
14326commit ad7382d828982e9c1bafc4313ef1b666f6145f58
14327Author: Grant Erickson <gerickson@nuovations.com>
14328Date: Wed Jul 9 16:31:59 2008 -0700
14329
14330 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
14331
14332 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
14333 revision ID DCR based on 405EX, and add field mnemonics for bus error
14334 status and ECC error status registers.
14335
14336 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14337 Signed-off-by: Stefan Roese <sr@denx.de>
14338
14339commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
14340Author: Grant Erickson <gerickson@nuovations.com>
14341Date: Wed Jul 9 16:31:36 2008 -0700
14342
14343 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
14344
14345 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
14346
14347 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14348 Signed-off-by: Stefan Roese <sr@denx.de>
14349
14350commit 5b457d00730d4aa0c6450d21a9104723e606fb98
14351Author: Grant Erickson <gerickson@nuovations.com>
14352Date: Wed Jul 9 11:55:46 2008 -0700
14353
14354 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
14355
14356 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
14357 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
14358 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
14359
14360 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
14361 which causes SDRAM initialization to periodically fail since it can
14362 prematurely indicate SDRAM ready status.
14363
14364 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
14365 Signed-off-by: Stefan Roese <sr@denx.de>
14366
14367commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
14368Author: Feng Kan <fkan@amcc.com>
14369Date: Tue Jul 8 22:48:42 2008 -0700
14370
14371 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
14372
14373 Add AMCC Redwood reference board that uses the latest
14374 PPC 464 CPU processor combined with a rich mix of peripheral
14375 controllers. The board will support PCIe, mutiple Gig ethernet
14376 ports, advanced hardware RAID assistance and IEEE 1588.
14377
14378 Signed-off-by: Feng Kan <fkan@amcc.com>
14379 Signed-off-by: Stefan Roese <sr@denx.de>
14380
14381commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
14382Author: Feng Kan <fkan@amcc.com>
14383Date: Tue Jul 8 22:48:07 2008 -0700
14384
14385 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
14386
14387 Signed-off-by: Feng Kan <fkan@amcc.com>
14388 Signed-off-by: Stefan Roese <sr@denx.de>
14389
14390commit 7d30793685efcada183891c78fc892e6c9ba50c7
14391Author: Feng Kan <fkan@amcc.com>
14392Date: Tue Jul 8 22:47:31 2008 -0700
14393
14394 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
14395
14396 Signed-off-by: Feng Kan <fkan@amcc.com>
Wolfgang Denk28d8d702008-07-15 22:22:44 +020014397 Signed-off-by: Stefan Roese <sr@denx.de>
14398
14399commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
14400Author: Wolfgang Denk <wd@denx.de>
14401Date: Fri Jul 11 01:16:00 2008 +0200
14402
14403 Fix some more print() format errors.
14404
14405 Signed-off-by: Wolfgang Denk <wd@denx.de>
14406
14407commit fdd70d1921b87287d9a99d1be99bc35226c2b412
14408Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14409Date: Thu Jul 10 20:57:54 2008 +0200
14410
14411 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
14412
14413 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14414
14415commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
14416Author: Sergey Lapin <slapin@ossfans.org>
14417Date: Thu Jun 5 11:06:29 2008 +0400
14418
14419 DataFlash AT45DB021 support
14420
14421 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
14422 bootstrap, u-boot and its environment, using NAND or other external
14423 storage for kernel and rootfs. This patch adds support for
14424 small 1024x263 chip.
14425
14426 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
14427
14428commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
14429Author: Kim Phillips <kim.phillips@freescale.com>
14430Date: Thu Jul 10 14:00:15 2008 -0500
14431
14432 silence misc printf formatting compiler warnings
14433
14434 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14435
14436commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
14437Author: Markus Klotzbücher <mk@denx.de>
14438Date: Thu Jul 10 14:47:09 2008 +0200
14439
14440 USB: shutdown USB before booting
14441
14442 This patch fixes a potentially serious issue related to USB which was
14443 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
14444 ARM920T. Martin wrote:
14445
14446 Turn off USB to prevent the host controller from writing to the
14447 SDRAM while Linux is booting. This could happen, because the HCCA
14448 (Host Controller Communication Area) lies within the SDRAM and the
14449 host controller writes continously to this area (as busmaster!), for
14450 example to increase the HccaFrameNumber variable, which happens
14451 every 1 ms.
14452
14453 This is a slightly modified version of the patch in order to shutdown
14454 USB when booting on all architectures.
14455
14456 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
14457
14458commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
14459Author: Martha Marx <mmarx@silicontkx.com>
14460Date: Thu May 29 14:23:25 2008 -0400
14461
14462 Configuration changes for ADS5121 Rev 3
14463
14464 ADS5121 Rev 3 board is now the default config
14465
14466 config targets are now
14467
14468 ads5121_config
14469 Rev 3 board with
14470 PCI
14471 M41T62 on board RTC
14472 512MB DRAM
14473
14474 ads5121_rev2_config
14475 Rev 2 board with
14476 No PCI
14477 256MB DRAM
14478
14479 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14480 Acked-by: Grant Likely <grant.likely@secretlab.ca>
14481 Acked-by: John Rigby <jrigby@freescale.com>
14482
14483commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
14484Author: Martha Marx <mmarx@silicontkx.com>
14485Date: Thu May 29 15:37:21 2008 -0400
14486
14487 Consolidate ADS5121 IO Pin configuration
14488
14489 Consolidate ADS5121 IO Pin configuration to one file
14490 board/ads5121/iopin.c.
14491
14492 Remove pin config from cpu/mpc512x/fec.c
14493
14494 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
14495 Acked-by: Grant Likely <grant.likely@secretlab.ca>
14496 Acked-by: John Rigby <jrigby@freescale.com>
14497
14498commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
14499Author: Christian Eggers <christian@p2400.wgnetz.xx>
14500Date: Fri Jun 27 19:46:51 2008 +0200
14501
14502 Fix "usb part" command
14503
14504 Only print partition for selected device if user supplied the <dev>
14505 arg with the "usb part [dev]" command.
14506
14507 Signed-off-by: Christian Eggers <ceggers@gmx.de>
14508 Acked-by: Markus Klotzbuecher <mk@denx.de>
14509
14510commit cc83b27217f7380041fea386ddb6d6d9b261617d
14511Author: Harald Welte <laforge@gnumonks.org>
14512Date: Mon Jul 7 00:58:05 2008 +0800
14513
14514 fix USB devices with multiple configurations
14515
14516 This patch fixes bugs in usbdcore*.c related to the use of devices
14517 with multiple configurations.
14518
14519 The original code made mistakes about the meaning of configuration value and
14520 configuration index, and the resulting off-by-one errors resulted in:
14521
14522 * SET_CONFIGURATION always selected the first configuration, no matter what
14523 wValue is being passed.
14524 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
14525 configuration (index 0).
14526
14527 Signed-off-by: Harald Welte <laforge@openmoko.org>
14528 Acked-by: Markus Klotzbuecher <mk@denx.de>
14529
14530commit 06c53beae1a726e707971c555613f09b270a2461
14531Author: Wolfgang Denk <wd@denx.de>
14532Date: Thu Jul 10 13:16:09 2008 +0200
14533
14534 Fix some more print() format errors.
14535
14536 Signed-off-by: Wolfgang Denk <wd@denx.de>
14537
14538commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
14539Author: Christian Eggers <christian@p2400.wgnetz.xx>
14540Date: Fri Jun 27 19:46:51 2008 +0200
14541
14542 Fix "usb part" command
14543
14544 Only print partition for selected device if user supplied the <dev>
14545 arg with the "usb part [dev]" command.
14546
14547 Signed-off-by: Christian Eggers <ceggers@gmx.de>
14548 Acked-by: Markus Klotzbuecher <mk@denx.de>
14549
14550commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
14551Author: Harald Welte <laforge@gnumonks.org>
14552Date: Mon Jul 7 00:58:05 2008 +0800
14553
14554 fix USB devices with multiple configurations
14555
14556 This patch fixes bugs in usbdcore*.c related to the use of devices
14557 with multiple configurations.
14558
14559 The original code made mistakes about the meaning of configuration value and
14560 configuration index, and the resulting off-by-one errors resulted in:
14561
14562 * SET_CONFIGURATION always selected the first configuration, no matter what
14563 wValue is being passed.
14564 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
14565 configuration (index 0).
14566
14567 Signed-off-by: Harald Welte <laforge@openmoko.org>
14568 Acked-by: Markus Klotzbuecher <mk@denx.de>
14569
14570commit e870690bdca154943ecadd5212d2d59c1b9d391b
14571Author: Stefan Roese <sr@denx.de>
14572Date: Thu Jul 10 10:10:54 2008 +0200
14573
14574 MTD/NAND: Fix printf format warning in nand code
14575
14576 This patch fixes NAND related printf format warning. Those warnings are
14577 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14578 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
14579 really helpful.
14580
14581 Signed-off-by: Stefan Roese <sr@denx.de>
14582
14583commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
14584Author: Stefan Roese <sr@denx.de>
14585Date: Thu Jul 10 10:00:45 2008 +0200
14586
14587 rtc: Fix printf format warning in m41t60.c
14588
14589 Signed-off-by: Stefan Roese <sr@denx.de>
14590
14591commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
14592Author: Stefan Roese <sr@denx.de>
14593Date: Tue Jul 8 12:01:47 2008 +0200
14594
14595 pci: Move PCI device configuration check into a separate weak function
14596
14597 This patch moves the check, if a device should be skipped in PCI PNP
14598 configuration into the function pci_skip_dev(). This function is defined
14599 as weak so that it can be overwritten by a platform specific one if
14600 needed. The check if the device should get printed in the PCI summary upon
14601 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
14602 pci_print_dev() which is also defined as weak too.
14603
14604 Signed-off-by: Stefan Roese <sr@denx.de>
14605
14606commit b002144e1dc21374b1ef5281fe6b5d014af96650
14607Author: Stefan Roese <sr@denx.de>
14608Date: Thu Jul 10 09:58:06 2008 +0200
14609
14610 ppc4xx: Fix printf format warnings now visible with the updated format check
14611
14612 This patch fixes ppc4xx related printf format warning. Those warnings are
14613 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14614 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
14615 really helpful.
14616
14617 Signed-off-by: Stefan Roese <sr@denx.de>
14618
14619commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
14620Author: Stefan Roese <sr@denx.de>
14621Date: Wed Jul 9 17:33:57 2008 +0200
14622
14623 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
14624
14625 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
14626 To support such configurations, we "only" map the first 2GB via the TLB's. We
14627 need some free virtual address space for the remaining peripherals like, SoC
14628 devices, FLASH etc.
14629
14630 Note that ECC is currently not supported on configurations with more than 2GB
14631 SDRAM. This is because we only map the first 2GB on such systems, and therefore
14632 the ECC parity byte of the remaining area can't be written.
14633
14634 Signed-off-by: Stefan Roese <sr@denx.de>
14635
14636commit cf1c2ed91df26903b956948f37f82de9e1158a89
14637Author: Larry Johnson <lrj@acm.org>
14638Date: Sat Jun 14 17:02:49 2008 -0400
14639
14640 ppc4xx: Remove implementation of testdram() from Korat board support
14641
14642 Signed-off-by: Larry Johnson <lrj@acm.org>
14643 Signed-off-by: Stefan Roese <sr@denx.de>
14644
14645commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
14646Author: Larry Johnson <lrj@acm.org>
14647Date: Sat Jun 14 16:53:02 2008 -0400
14648
14649 ppc4xx: Update and add FDT to Korat board support
14650
14651 Signed-off-by: Larry Johnson <lrj@acm.org>
14652 Signed-off-by: Stefan Roese <sr@denx.de>
14653
14654commit 4188f0491886b3b486164e819c0a83fdb97efd7d
14655Author: Wolfgang Denk <wd@denx.de>
14656Date: Thu Jul 10 01:13:30 2008 +0200
14657
14658 Minor coding style cleanup; update CHANGELOG
14659
14660 Signed-off-by: Wolfgang Denk <wd@denx.de>
14661
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020014662commit 8915f1189c1d29d8be7f4de325702d90a8988219
14663Author: Paul Gortmaker <paul.gortmaker@windriver.com>
14664Date: Wed Jul 9 17:50:45 2008 -0400
14665
14666 e1000: add support for 82545GM 64bit PCI-X copper variant
14667
14668 This PCI-X e1000 variant works by just adding in the correct
14669 PCI IDs in the appropriate places.
14670
14671 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
14672
14673commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
14674Author: Daniel Hellstrom <daniel@gaisler.com>
14675Date: Wed Jul 9 12:34:11 2008 +0000
14676
14677 SPARC: Build error fix
14678
14679 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
14680
14681 This patch makes SPARC targets build again. It is caused by
14682 phys_addr_t and phys_size_t being defined in the wrong header
14683 file. include/lmb.h need those typedefs to build.
14684
14685 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
14686
14687commit 11ccc33fa21acce108f6b4a6936e3271af904c64
14688Author: Marcel Ziswiler <marcel@ziswiler.com>
14689Date: Wed Jul 9 08:17:15 2008 +0200
14690
14691 Many spelling fixes in README.
14692
14693 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14694
14695commit dbab0691d2533560f7e91b92ae844046a9ad1df3
14696Author: Marcel Ziswiler <marcel@ziswiler.com>
14697Date: Wed Jul 9 08:17:06 2008 +0200
14698
14699 Minor spelling fix in comment.
14700
14701 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14702
14703commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
14704Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14705Date: Tue Jul 8 14:54:58 2008 -0400
14706
14707 Round the serial port clock divisor value returned by calc_divisor()
14708
14709 Round the serial port clock divisor value returned by
14710 calc_divisor().
14711
14712 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14713 Signed-off-by: John Roberts <john.roberts@pwav.com>
14714
14715commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
14716Author: Scott Wood <scottwood@freescale.com>
14717Date: Wed Jul 9 17:47:52 2008 -0500
14718
14719 NAND: ifdef-protect most of nand.h when using legacy NAND.
14720
14721 Some macros such as NAND_CTL_SETALE conflict between current and legacy
14722 NAND, being defined by the subsystem in the former case and the board
14723 config file in the latter.
14724
14725 Signed-off-by: Scott Wood <scottwood@freescale.com>
14726
14727commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
14728Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14729Date: Tue Jul 8 11:02:05 2008 -0400
14730
14731 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
14732
14733 ARM: Fix for incorrect version of patch applied when
14734 adding support for the Lyrtech SFF-SDR board.
14735
14736 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14737 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
14738
14739commit 47042b363ee5022b8180c65d3f4558e7972c79cd
14740Author: Kyungmin Park <kmpark@infradead.org>
14741Date: Tue Jul 8 09:08:40 2008 +0900
14742
14743 Remove useless print message at apollon
14744
14745 Remove useless print message at apollon
14746
14747 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14748
14749commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
14750Author: Andy Fleming <afleming@freescale.com>
14751Date: Mon Jul 7 14:24:39 2008 -0500
14752
14753 Fix LMB type issues
14754
14755 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
14756 of casting problems in the bootm code that called the LMB functions.
14757
14758 Signed-off-by: Andy Fleming <afleming@freescale.com>
14759
14760commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
14761Author: Kumar Gala <galak@kernel.crashing.org>
14762Date: Mon Jul 7 09:39:06 2008 -0500
14763
14764 Fix compiler warnings
14765
14766 gcc-4.3.x generates the following:
14767
14768 bootm.c: In function 'do_bootm_linux':
14769 bootm.c:208: warning: cast from pointer to integer of different size
14770 bootm.c:215: warning: cast from pointer to integer of different size
14771
14772 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14773
14774commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
14775Author: Harald Welte <laforge@gnumonks.org>
14776Date: Mon Jul 7 15:40:39 2008 +0800
14777
14778 Remove code duplication for setting the default environment
14779
14780 common/env_common.c (default_env): new function that resets the environment to
14781 the default value
14782 common/env_common.c (env_relocate): use default_env instead of own copy
14783 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
14784 include/environment.h: added default_env prototype
14785
14786 Signed-off-by: Werner Almesberger <werner@openmoko.org>
14787 Signed-off-by: Harald Welte <laforge@openmoko.org>
14788
14789commit 99c2b434d37863df5dda5207a53760c6506fc2be
14790Author: Marcel Ziswiler <marcel@ziswiler.com>
14791Date: Sun Jun 22 16:13:46 2008 +0200
14792
14793 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
14794
14795 The writeenv() and readenv() calls introduced by the recently added bad block
14796 management for environment variables were missing casts therefore producing
14797 compile time warnings.
14798 While at it fixing some typo in a comment and indentation.
14799
14800 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
14801 Signed-off-by: Scott Wood <scottwood@freescale.com>
14802
14803commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
14804Author: Scott Wood <scottwood@freescale.com>
14805Date: Fri Jun 20 12:38:57 2008 -0500
14806
14807 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
14808
14809 This is particularly problematic now that non-NAND-specific code is
14810 including <nand.h>, and thus all debugging code is being compiled
14811 regardless of whether it was requested, as reported by Scott McNutt
14812 <smcnutt@psyent.com>.
14813
14814 Signed-off-by: Scott Wood <scottwood@freescale.com>
14815
14816commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
14817Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14818Date: Thu Jun 12 19:27:58 2008 +0200
14819
14820 mmc: Move atmel_mci driver into drivers/mmc
14821
14822 This makes it easier to use the driver on other platforms.
14823
14824 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14825 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14826
14827commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
14828Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14829Date: Thu Jun 12 19:27:57 2008 +0200
14830
14831 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
14832
14833 After we move the atmel_mci driver into drivers/mmc, we can't select
14834 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
14835 this driver so that there's no ambiguity.
14836
14837 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14838 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14839
14840commit 5ce13051a48c62bda9723df3b4778c492fb47f36
14841Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14842Date: Thu Jun 12 19:27:56 2008 +0200
14843
14844 Create drivers/mmc subdirectory
14845
14846 In order to consolidate more of the various MMC drivers around the
14847 tree, we must first have a common place to put them.
14848
14849 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14850 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14851
14852commit b502611b51f02718c2d1117d4981dabceb5af6de
14853Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
14854Date: Sun Jul 6 12:30:09 2008 +0200
14855
14856 Change env_get_char from a global function ptr to a function
14857
14858 This avoids an early global data reference.
14859
14860 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
14861
14862commit 27269417ade432189b234d9fbac98b54e37b978c
14863Author: Matvejchikov Ilya <matvejchikov@gmail.com>
14864Date: Sun Jul 6 13:57:58 2008 +0400
14865
14866 Some copy-n-paste fixes in printf usage
14867
14868 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
14869
14870commit 0e6989b9faf1588e8723535539e88a0df3c71356
14871Author: Matvejchikov Ilya <matvejchikov@gmail.com>
14872Date: Sun Jul 6 13:57:00 2008 +0400
14873
14874 FDT memory and pci node fixes for MPC8260ADS
14875
14876 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
14877
14878commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
14879Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
14880Date: Mon Jul 7 06:41:14 2008 -0700
14881
14882 Fix printf errors.
14883
14884 The compiler will help find mismatches between printf formats and
14885 arguments if you let it. This patch adds the necessary attributes to
14886 declarations in include/common.h, then begins to correct the resulting
14887 compiler warnings. Some of these were bugs, e.g., "$d" instead of
14888 "%d" and incorrect arguments. Others were just annoying, like
14889 int-long mismatches on a system where both are 32 bits. It's worth
14890 fixing the annoying errors to catch the real ones.
14891
14892 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
14893
14894commit 417faf285b2527acb2de24c5cd3e2621d385408c
14895Author: Becky Bruce <becky.bruce@freescale.com>
14896Date: Wed Jul 9 11:09:41 2008 -0500
14897
14898 Allow print_size to print in GB
14899
14900 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
14901
14902commit e7c374529c87525c9aa463e0557c287887ae4e9e
14903Author: Jason McMullan <mcmullan@netapp.com>
14904Date: Sun Jun 8 23:56:00 2008 -0400
14905
14906 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
14907
14908 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
14909 they are set in the U-Boot environment.
14910
14911 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
14912 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14913
14914commit 0192d7d56e9320819dea262f49789ae18fdd2c72
14915Author: Stefan Roese <sr@denx.de>
14916Date: Tue Jul 8 12:57:14 2008 +0200
14917
14918 jedec_flash: Fix AM29DL800BB device ID
14919
14920 As pointed out by Jerry Hicks, this patch corrects the device ID of
14921 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
14922 datasheet (rev C4 from Dezember 2006).
14923
14924 Signed-off-by: Stefan Roese <sr@denx.de>
14925
14926commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
14927Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14928Date: Mon Jul 7 11:22:37 2008 +0900
14929
14930 sh: Fix compile error sh7763rdp board
14931
14932 Disable SH ether driver.
14933
14934 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14935
14936commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
14937Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14938Date: Tue Jul 8 12:03:24 2008 +0900
14939
14940 sh: Fix SH-boards compile error
14941
14942 By Cleanup out-or-tree building for some boards (.depend)
14943 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
14944 because filse ware changed, some SH-boards have compile error.
14945 I revised this problem.
14946
14947 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14948
Wolfgang Denk28d8d702008-07-15 22:22:44 +020014949commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
14950Author: Jason Jin <Jason.jin@freescale.com>
14951Date: Tue May 13 11:50:36 2008 +0800
14952
14953 Feed the watchdog in u-boot for 8610 board.
14954
14955 The watchdog on 8610 board is enabled by setting sw[6]
14956 to on. Once enabled, the watchdog can not be disabled
14957 by software. So feed the dog in u-boot is necessary for
14958 normal operation.
14959
14960 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
14961
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020014962commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
14963Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14964Date: Wed Jun 18 12:10:33 2008 -0400
14965
14966 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
14967
14968 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
14969
14970 Remove duplicate code in a if/else block in
14971 cpu/arm926ejs/davinci/lxt972.c.
14972 Fixed style issues.
14973
14974 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14975 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14976
14977commit fec61431a003f5778bafa2624073a571af8bec9f
14978Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14979Date: Wed Jun 18 12:10:31 2008 -0400
14980
14981 Remove duplicate definitions in include/lxt971a.h.
14982
14983 Remove duplicate definitions in include/lxt971a.h.
14984
14985 Remove duplicate registers and bits definitions in
14986 include/lxt971a.h for standard MII registers, and
14987 use values in include/miiphy.h instead.
14988
14989 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14990 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14991
14992commit 9751ee0990f467941da0b095a4e995f863672d7a
14993Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
14994Date: Wed Jun 11 21:05:00 2008 +0900
14995
14996 net: sh: Renesas SH7763 Ethernet device support
14997
14998 Renesas SH7763 has 2 channel Ethernet device.
14999 This is 10/100/1000 Base support.
15000 But this patch check 10/100 Base only.
15001
15002 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15003 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15004
15005commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
15006Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15007Date: Tue Jun 17 16:28:05 2008 +0900
15008
15009 sh: Update Renesas R2DPlus board
15010
15011 New NOR Flash board support and remove old type flash board config.
15012 And Remove network setting from config file.
15013
15014 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15015 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15016
15017commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
15018Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15019Date: Tue Jun 17 16:28:01 2008 +0900
15020
15021 sh: Update Renesas R7780MP board
15022
15023 New NOR Flash board support and remove network setting from config file.
15024
15025 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15026 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15027
15028commit c001cd604e9f133743effbddb1c215b48e761c5a
15029Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15030Date: Tue Jun 17 16:27:56 2008 +0900
15031
15032 sh: Update Renesas Migo-R board
15033
15034 Remove network setting from config file.
15035
15036 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15037 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15038
15039commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
15040Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15041Date: Tue Jun 17 16:27:52 2008 +0900
15042
15043 sh: Update Hitachi MS7722SE board
15044
15045 Remove network setting from config file.
15046
15047 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15048 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15049
15050commit 26209e48e8791670c93108029a5c31a30016c6df
15051Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15052Date: Tue Jun 17 16:27:48 2008 +0900
15053
15054 sh: Cleanup source code of SH7763RDP
15055
15056 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15057 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15058
15059commit 5cd5b2c96ef0025762931349d350287aec03ab47
15060Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15061Date: Tue Jun 17 16:27:44 2008 +0900
15062
15063 sh: Cleanup source code of R2DPlus
15064
15065 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15066 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15067
15068commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
15069Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15070Date: Tue Jun 17 16:27:41 2008 +0900
15071
15072 sh: Cleanup source code of R7780MP
15073
15074 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15075 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15076
15077commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
15078Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15079Date: Tue Jun 17 16:27:38 2008 +0900
15080
15081 sh: Cleanup source code of MS7722SE
15082
15083 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15084 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15085
15086commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
15087Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15088Date: Tue Jun 17 16:27:34 2008 +0900
15089
15090 sh: Cleanup source code of MS7720SE
15091
15092 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15093 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15094
15095commit 3ab4827cbe409488ebea1a2ee5094783f2672214
15096Author: Wolfgang Denk <wd@denx.de>
15097Date: Mon Jul 7 00:45:03 2008 +0200
15098
15099 SH: fix out of tree building
15100
15101 Signed-off-by: Wolfgang Denk <wd@denx.de>
15102
15103commit 9047bfa1e737d787be460387dd6f45737eeceb10
15104Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15105Date: Thu Jul 3 23:16:06 2008 +0900
15106
15107 net: smc911x: Fix typo
15108
15109 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15110
15111commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
15112Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15113Date: Wed Jul 2 18:54:08 2008 +0200
15114
15115 update mvBL-M7 board config
15116
15117 update mvBL-M7 config file to use UBOOT_VERSION and define
15118 CONFIG_HIGH_BATS.
15119
15120 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15121
15122commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
15123Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15124Date: Mon Jun 30 17:45:01 2008 +0900
15125
15126 net: fix compile problem in smc911x driver.
15127
15128 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15129 Acked-by: Ben Warren <biggerbadderben@gmail.com>
15130
15131commit 9fea65a6c469b1b474b27446feb58738baba2d31
15132Author: Michal Simek <monstr@monstr.eu>
15133Date: Tue Jun 24 09:54:09 2008 +0200
15134
15135 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
15136
15137 This change helps with better handling with others
15138 Xilinx based platform.
15139
15140 Signed-off-by: Michal Simek <monstr@monstr.eu>
15141 Acked-by: Stefan Roese <sr@denx.de>
15142
15143commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
15144Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15145Date: Tue Jun 17 13:07:11 2008 +0900
15146
15147 net: ne2000: Move dev_addr variable from grobal to local.
15148
15149 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15150 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15151
15152commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
15153Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15154Date: Tue Jun 17 13:07:15 2008 +0900
15155
15156 net: ne2000: Fix compile error of NE2000
15157
15158 If enable DEBUG, can not compile ne2000 driver.
15159
15160 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15161 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15162
15163commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
15164Author: Ben Warren <biggerbadderben@gmail.com>
15165Date: Mon Jun 23 22:57:27 2008 -0700
15166
15167 Add mechanisms for CPU and board-specific Ethernet initialization
15168
15169 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
15170 initialization to CPU or board-specific code. Initial implementation is
15171 only on the Freescale TSEC controller, but others will be added soon.
15172
15173 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15174
15175commit 7754f2be5d1835d263aad21b5a629526f3e680b0
15176Author: Wolfgang Denk <wd@denx.de>
15177Date: Sun Jul 6 01:21:46 2008 +0200
15178
15179 include/sha256.h: fix file permissions.
15180
15181 Signed-off-by: Wolfgang Denk <wd@denx.de>
15182
15183commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
15184Author: Patrice Vilchez <patrice.vilchez@atmel.com>
15185Date: Tue May 27 11:15:29 2008 +0200
15186
15187 [AT91SAM9] Fix NAND FLASH timings
15188
15189 Fix NAND FLASH timings for at91sam9x evaluation kits.
15190
15191 New timings are based on application note
15192 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
15193 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
15194
15195 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
15196 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15197 Acked-by: Stelian Pop <stelian@popies.net>
15198
15199commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
15200Author: Stelian Pop <stelian@popies.net>
15201Date: Thu May 22 00:15:40 2008 +0200
15202
15203 Fix boot from NOR due to incorrect reset delay.
15204
15205 AT91 RSTC registers are battery-backuped, so their values
15206 are not reset across power cycles. One of those registers,
15207 the AT91_RSTC_MR register, is being modified by U-Boot, in
15208 the ethernet initialisation routine, to generate a 500ms
15209 user reset.
15210
15211 Unfortunately, this value is not being restored afterwards,
15212 causing subsequent resets to also last for 500ms.
15213
15214 This long reset sequence causes problems (at least) in the
15215 boot sequence from NOR: by the time the CPU tries to load
15216 a program from the NOR flash, the latter is still in reset
15217 and not yet available.
15218
15219 Additionaly, this patch fixes a bug in the original code which
15220 caused the reset delay to last for 2s instead of 500ms.
15221
15222 Signed-off-by: Stelian Pop <stelian@popies.net>
15223 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15224
15225commit f492dd636fbbae529e17533995bc6e5813c007f6
15226Author: Wolfgang Denk <wd@denx.de>
15227Date: Fri Jul 4 20:11:49 2008 +0200
15228
15229 Update CHANGELOG
15230
15231 Signed-off-by: Wolfgang Denk <wd@denx.de>
15232
Wolfgang Denk7460f102008-07-04 20:11:49 +020015233commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
15234Author: Wolfgang Denk <wd@denx.de>
15235Date: Fri Jul 4 20:07:35 2008 +0200
15236
15237 CCM/SCM boards: fix out of tree building
15238
15239 Signed-off-by: Wolfgang Denk <wd@denx.de>
15240
15241commit ab4c3a490df9a964711556d2a05b0c787db45fde
15242Author: Wolfgang Denk <wd@denx.de>
15243Date: Thu Jul 3 23:22:27 2008 +0200
15244
15245 SCM board: fix build errors.
15246
15247 Signed-off-by: Wolfgang Denk <wd@denx.de>
15248
15249commit a566466f17ba0e2d2b6c250e77da678fb932470d
15250Author: Wolfgang Denk <wd@denx.de>
15251Date: Thu Jul 3 23:06:36 2008 +0200
15252
15253 IAD210 board: fix ``"ALIGN" redefined'' warning.
15254
15255 Signed-off-by: Wolfgang Denk <wd@denx.de>
15256
15257commit ad756314797c16fa5dca23e115aab881011f164f
15258Author: Wolfgang Denk <wd@denx.de>
15259Date: Thu Jul 3 23:00:24 2008 +0200
15260
15261 CCM board: fix build errors.
15262
15263 Signed-off-by: Wolfgang Denk <wd@denx.de>
15264
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020015265commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
15266Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15267Date: Wed Jul 2 18:54:08 2008 +0200
15268
15269 update mvBL-M7 board config
15270
15271 update mvBL-M7 config file to use UBOOT_VERSION.
15272
15273 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15274 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15275
Wolfgang Denk7460f102008-07-04 20:11:49 +020015276commit ced209c50e80c25f13c083099b05044048d21f4f
15277Author: Wolfgang Denk <wd@denx.de>
15278Date: Thu Jul 3 22:39:21 2008 +0200
15279
15280 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
15281
15282 Signed-off-by: Wolfgang Denk <wd@denx.de>
15283
15284commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
15285Author: Wolfgang Denk <wd@denx.de>
15286Date: Thu Jul 3 22:34:08 2008 +0200
15287
15288 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
15289
15290 Signed-off-by: Wolfgang Denk <wd@denx.de>
15291
15292commit 730f298485984b011b6ee8f4acb511cb45a843dd
15293Author: Wolfgang Denk <wd@denx.de>
15294Date: Thu Jul 3 22:04:17 2008 +0200
15295
15296 lmb: fix "implicit declaration of function 'lmb_free'" warning
15297
15298 Signed-off-by: Wolfgang Denk <wd@denx.de>
15299
15300commit 322ef5e28d2dc62571afc699b00add22a8e006e4
15301Author: Wolfgang Denk <wd@denx.de>
15302Date: Wed Jul 2 23:53:23 2008 +0200
15303
15304 Cleanup: remove redundant deleting on *~ files
15305
15306 Signed-off-by: Wolfgang Denk <wd@denx.de>
15307
15308commit c8a3b109f07f02342d097b30908965f7261d9f15
15309Author: Wolfgang Denk <wd@denx.de>
15310Date: Wed Jul 2 23:49:18 2008 +0200
15311
15312 Cleanup out-or-tree building for some boards (.depend)
15313
15314 Signed-off-by: Wolfgang Denk <wd@denx.de>
15315
15316commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
15317Author: Wolfgang Denk <wd@denx.de>
15318Date: Wed Jul 2 23:38:50 2008 +0200
15319
15320 Cleanup: fix out-of-tree building for some boards
15321
15322 Signed-off-by: Wolfgang Denk <wd@denx.de>
15323
15324commit 461fa68d20861811487944d22291db5a13410e20
15325Author: Wolfgang Denk <wd@denx.de>
15326Date: Wed Jul 2 23:00:14 2008 +0200
15327
15328 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
15329
15330 Signed-off-by: Wolfgang Denk <wd@denx.de>
15331
15332commit 5981ebd32017e062b08aa6747cf591276f2db779
15333Author: Detlev Zundel <dzu@denx.de>
15334Date: Fri Jun 20 22:26:24 2008 +0200
15335
15336 fdt: Fix typo in variable name.
15337
15338 Signed-off-by: Detlev Zundel <dzu@denx.de>
15339
15340commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
15341Author: Gary Jennejohn <garyj@denx.de>
15342Date: Thu Jun 19 11:11:19 2008 +0200
15343
15344 Add logos for RRvision board
15345
15346 Signed-off-by: Gary Jennejohn <garyj@denx.de>
15347
15348commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
15349Author: Esben Haabendal <EsbenHaabendal@gmail.com>
15350Date: Wed Jun 18 11:03:57 2008 +0200
15351
15352 mpc8260: add fdt_fixup_ethernet support
15353
15354 Add support for updating mac-address and local-mac-address in fdt for
15355 all MPC8260 targets.
15356
15357 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
15358
15359commit f6a69559d64498a04e1e0b087a9b920e5775f866
15360Author: Steven A. Falco <sfalco@harris.com>
15361Date: Thu Jun 12 13:24:42 2008 -0400
15362
15363 cmd_nvedit.c: clean up syntax highlighting
15364
15365 My text-editor (vim) has a bit of trouble syntax-highlighting the
15366 cmd_nvedit.c file, because it apparently does not parse C
15367 ifdef/else/endif. The following patch does not change the behavior of
15368 the code at all, but does allow the editor to properly
15369 syntax-highlight the file.
15370
15371 Signed-off-by: Steve Falco <sfalco@harris.com>
15372
15373commit 75678c807a6272ecc5541eb32898c93887f08400
15374Author: Steven A. Falco <sfalco@harris.com>
15375Date: Thu Jun 12 13:22:12 2008 -0400
15376
15377 Make setenv() return status
15378
15379 Currently, the setenv function does not return an error code.
15380 This patch allows to test for errors.
15381
15382 Signed-off-by: Steve Falco <sfalco@harris.com>
15383
15384commit 4928e97c8531283ca9b368b7c29a8a12e726562a
15385Author: Kumar Gala <galak@kernel.crashing.org>
15386Date: Wed Jun 11 10:14:06 2008 -0500
15387
15388 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
15389
15390 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
15391 and fls is used to implement them.
15392
15393 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15394
15395commit 83002a77cbdf383015ca384eff5fa31722d8e571
15396Author: Magnus Lilja <lilja.magnus@gmail.com>
15397Date: Mon Jun 9 22:58:48 2008 +0200
15398
15399 i.MX31: Cleanup comments in lowlevel_init.S.
15400
15401 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
15402
15403commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
15404Author: Ben Warren <biggerbadderben@gmail.com>
15405Date: Sun Jun 8 23:28:33 2008 -0700
15406
15407 Move conditional compilation of MPC8XXX SPI driver to Makefile
15408
15409 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15410
15411commit d92ea21bafb674ee2bf27447970b047845e7b0a2
15412Author: Juergen Kilb <J.Kilb@gmx.de>
15413Date: Sun Jun 8 17:59:53 2008 +0200
15414
15415 i.MX31: fixed CTRL-C detection
15416
15417 The Register URXD contains status information in bits [15..8].
15418 With status bit 15 set, CTRL-C was reported as 0x8003 instead
15419 of 0x03. Therefore CTRL-C was not detected.
15420 To solve this, bits [15..8] were masked out now.
15421
15422 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
15423 Acked-by: Felix Radensky <felix@embedded-sol.com>
15424
Wolfgang Denk28d8d702008-07-15 22:22:44 +020015425commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
15426Author: Stefan Roese <sr@denx.de>
15427Date: Tue Jul 1 17:03:19 2008 +0200
15428
15429 ppc4xx: Fix 460EX/GT PCIe port initialization
15430
15431 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
15432 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
15433 this out.
15434
15435 Signed-off-by: Stefan Roese <sr@denx.de>
15436
Wolfgang Denk7460f102008-07-04 20:11:49 +020015437commit b571afde0295b007a45055ee49f8822c753a5651
15438Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15439Date: Sat Jun 7 12:29:52 2008 +0200
15440
15441 add SHA256 support
15442
15443 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15444 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
15445
15446commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
15447Author: Marian Balakowicz <m8@semihalf.com>
15448Date: Fri Jun 6 23:07:40 2008 +0200
15449
15450 Delay FIT format check on sector based devices
15451
15452 Global FIT image operations like format check cannot be performed on
15453 a first sector data, defer them to the point when whole FIT image was
15454 uploaded to a system RAM.
15455
15456 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15457 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
15458 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
15459
15460commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
15461Author: Dave Liu <r63238@freescale.com>
15462Date: Tue Jun 3 17:38:19 2008 +0800
15463
15464 sata: wait for device updating signature to host
15465
15466 The driver need wait for the device updating signature to host.
15467 If we don't wait for it, the driver can not detect the device(disk)
15468 when the system powers up.
15469
15470 Signed-off-by: Dave Liu <daveliu@freescale.com>
15471
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020015472commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
15473Author: Stefan Roese <sr@denx.de>
15474Date: Sat Jun 28 14:56:17 2008 +0200
15475
15476 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
15477
15478 This patch implements a fix provided by AMCC so that the lockup upon
15479 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
15480 anymore:
15481
15482 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
15483 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
15484 USB 2.0 host and SATA.
15485
15486 This errata is not officially available yet. I'll update the comment
15487 to add the errata number later.
15488
15489 Signed-off-by: Stefan Roese <sr@denx.de>
15490
Wolfgang Denk7460f102008-07-04 20:11:49 +020015491commit 8b616edb118e37d05f6401389eaee1c636b22828
15492Author: Stuart Wood <stuart.wood@labxtechnologies.com>
15493Date: Mon Jun 2 16:42:19 2008 -0400
15494
15495 serial_pl010.c: add watchdog support
15496
15497 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
15498
15499commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
15500Author: Stuart Wood <stuart.wood@labxtechnologies.com>
15501Date: Mon Jun 2 16:40:08 2008 -0400
15502
15503 jffs2_1pass.c: add watchdog support
15504
15505 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
15506
15507commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
15508Author: Sascha Laue <sascha.laue@liebherr.com>
15509Date: Fri May 30 09:48:14 2008 +0200
15510
15511 Configure DSP POST; add watchdog reset to diag command
15512
15513 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
15514
15515commit f13526517859bf6b573e23ff47199e107d1009b5
15516Author: Tor Krill <tor@excito.com>
15517Date: Thu May 29 10:40:17 2008 +0200
15518
15519 Add sata sil3114 support
15520
15521 Signed-off-by: Tor Krill <tor@excito.com>
15522
15523commit e093a247628228100f405b6d7f6b1bfc16141938
15524Author: Wolfgang Denk <wd@denx.de>
15525Date: Sat Jun 28 23:34:37 2008 +0200
15526
15527 Coding Style Cleanup
15528
15529 Signed-off-by: Wolfgang Denk <wd@denx.de>
15530
15531commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
15532Author: Wolfgang Denk <wd@denx.de>
15533Date: Sat Jun 28 23:16:01 2008 +0200
15534
15535 Update CHANGELOG
15536
15537 Signed-off-by: Wolfgang Denk <wd@denx.de>
15538
Wolfgang Denk5a738e82008-06-28 23:16:01 +020015539commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
15540Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15541Date: Wed May 21 13:58:41 2008 -0400
15542
15543 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
15544
15545 This patch adds support for the Lyrtech SFF-SDR board,
15546 based on the TI DaVinci architecture (ARM926EJS).
15547
15548 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
15549 Signed-off-by: Philip Balister <philip@balister.org>
15550 Signed-off-by: Wolfgang Denk <wd@denx.de>
15551
15552commit 341188b9ccaa8d4462d772cc067aca8d7618633a
15553Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15554Date: Thu May 22 11:09:59 2008 +0200
15555
15556 MMC: Consolidate MMC/SD command definitions
15557
15558 This moves the MMC and SD Card command definitions from
15559 include/asm/arch/mmc.h into include/mmc.h. These definitions are
15560 given by the MMC and SD Card standards, not by any particular
15561 architecture.
15562
15563 There's a lot more room for consolidation in the MMC drivers which
15564 I'm hoping to get done eventually, but this patch is a start.
15565
15566 Compile-tested for all avr32 boards as well as lpc2292sodimm and
15567 lubbock. This should cover all three mmc drivers in the tree.
15568
15569 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15570
15571commit fa60edfc4c952626e048c0e065f654b3c1822fa5
15572Author: Kyungmin Park <kmpark@infradead.org>
15573Date: Wed May 21 14:38:08 2008 +0900
15574
15575 Use better Ethernet timings for apollon board
15576
15577 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15578
15579commit 41c5eaa7253ed82bbae1eda5667755872c615164
15580Author: Andy Fleming <afleming@freescale.com>
15581Date: Mon Jun 16 13:58:56 2008 -0500
15582
15583 Resize device tree to allow space for board changes and the chosen node
15584
15585 Current code requires that a compiled device tree have space added to the end to
15586 leave room for extra nodes added by board code (and the chosen node). This
15587 requires that device tree creators anticipate how much space U-Boot will add to
15588 the tree, which is absurd. Ideally, the code would resize and/or relocate the
15589 tree when it needed more space, but this would require a systemic change to the
15590 fdt code, which is non-trivial. Instead, we resize the tree inside
15591 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
15592 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
15593
15594 Signed-off-by: Andy Fleming <afleming@freescale.com>
15595
15596commit 7570a9941fc565922078679a72d246fe208d696d
15597Author: Andy Fleming <afleming@freescale.com>
15598Date: Mon Jun 16 13:58:55 2008 -0500
15599
15600 Fix an underflow bug in __lmb_alloc_base
15601
15602 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
15603 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
15604 merely updates __lmb_alloc_base to resemble the current version in Linux.
15605
15606 Signed-off-by: Andy Fleming <afleming@freescale.com>
15607
15608commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
15609Author: Andy Fleming <afleming@freescale.com>
15610Date: Mon Jun 16 13:58:54 2008 -0500
15611
15612 Add lmb_free
15613
15614 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
15615 lmb_reserve to temporarily reserve some memory.
15616
15617 Signed-off-by: Andy Fleming <afleming@freescale.com>
15618
15619commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
15620Author: Andy Fleming <afleming@freescale.com>
15621Date: Mon Jun 16 13:58:53 2008 -0500
15622
15623 Add ALIGN() macro
15624
15625 ALIGN() returns the smallest aligned value greater than the passed
15626 in address or size. Taken from Linux.
15627
15628 Signed-off-by: Andy Fleming <afleming@freescale.com>
15629
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020015630commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
15631Author: Stefan Roese <sr@denx.de>
15632Date: Tue Jun 24 17:15:22 2008 +0200
15633
15634 ppc4xx: Fix compilation problems with phys_size_t
15635
15636 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
15637 board specific files where it has been missing.
15638
15639 Signed-off-by: Stefan Roese <sr@denx.de>
15640
Wolfgang Denk5a738e82008-06-28 23:16:01 +020015641commit 28eab0d77352b84885f938759bf2612b7bf0bc44
15642Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15643Date: Mon May 19 12:26:38 2008 +0200
15644
15645 Conditionally add -fno-stack-protector to CFLAGS
15646
15647 When compile-testing on powerpc, I get errors like this:
15648
15649 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
15650
15651 This seems to be because -fstack-protector is on by default, so
15652 let's explicitly disable it on all architectures that support the
15653 option.
15654
15655 The Ubuntu toolchain is affected by this problem, and according to
15656 Mike Frysinger, Gentoo has been running with SSP enabled for years.
15657 More and more distros are turning SSP on by default, so this problem
15658 is likely to get worse in the future.
15659
15660 Also, powerpc just happens to be one of the arches I do
15661 compile-testing on. There may be other arches affected by this too.
15662
15663 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15664
15665commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
15666Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15667Date: Sun May 18 19:09:52 2008 +0200
15668
15669 pcmcia/ti_pci1410a: Move compile condition to the Makefile
15670
15671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15672
15673commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
15674Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15675Date: Sun May 18 19:09:51 2008 +0200
15676
15677 pxa_pcmcia: Move compile condition to the Makefile
15678
15679 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15680
15681commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
15682Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15683Date: Sun May 18 19:09:50 2008 +0200
15684
15685 marabun_pcmcia: Move compile condition to the Makefile
15686
15687 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15688
Wolfgang Denka49ae4a2008-07-10 01:13:30 +020015689commit 6a19c46cae43c16c528eddefae3db97134f1915d
15690Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15691Date: Mon Jun 23 13:25:34 2008 +0200
15692
15693 fix non-working mvBL-M7
15694
15695 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
15696
15697 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15698 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15699
15700commit 846f1574ddddeda2bc227655e687308695f41cdc
15701Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
15702Date: Mon Jun 23 11:40:56 2008 +0200
15703
15704 fix system config overwrite @ MPC834x and MPC8313
15705
15706 During 83xx setup the "System I/O configuration register high" gets
15707 overwritten with user defined value if CFG_SICRH is defined.
15708
15709 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
15710 must keep their reset value regardless of configuration.
15711
15712 On my board (using RGMII) those bits are set after reset - yet it's
15713 unclear where they come from.
15714
15715 The patch keeps both bits on MPC834x and MPC8313.
15716
15717 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
15718 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15719
15720commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
15721Author: Kim Phillips <kim.phillips@freescale.com>
15722Date: Tue Jun 17 17:45:27 2008 -0500
15723
15724 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
15725
15726 to avoid this:
15727
15728 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
15729 In file included from cpu.c:33:
15730 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
15731
15732 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15733
15734commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
15735Author: Stefan Roese <sr@denx.de>
15736Date: Mon Jun 23 11:15:09 2008 +0200
15737
15738 ppc4xx: Fix problem in gpio_config()
15739
15740 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
15741 left by one. So the additional shift is bogus.
15742
15743 Signed-off-by: Stefan Roese <sr@denx.de>
15744
15745commit 40777812316fc252c941665c0f60c148fd79d50f
15746Author: Detlev Zundel <dzu@denx.de>
15747Date: Fri Jun 20 22:24:05 2008 +0200
15748
15749 fdt: Fix typo in variable name.
15750
15751 Signed-off-by: Detlev Zundel <dzu@denx.de>
15752
15753commit 5f723a3b98c630bde33de74351f2121691fdef14
15754Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15755Date: Fri Jun 20 10:41:05 2008 +0200
15756
15757 avr32: Enable SPI flash support on ATNGW100
15758
15759 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
15760 the new SPI flash framework.
15761
15762 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15763
15764commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
15765Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15766Date: Fri Jun 20 12:44:28 2008 +0200
15767
15768 avr32: Fix SPI portmux initialization
15769
15770 Use the new GPIO manipulation functions to set up the chip select lines,
15771 and make sure both busses use GPIO for chip select control.
15772
15773 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15774
15775commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
15776Author: Peter Ma <pma@mediamatech.com>
15777Date: Sun Jun 1 22:59:24 2008 -0700
15778
15779 avr32: Add GPIO manipulation functions
15780
15781 Adds GPIO manipulation functions for AVR32 AP7 platform.
15782
15783 Signed-off-by: Peter Ma <pma@mediamatech.com>
15784 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
15785 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
15786
Wolfgang Denk5a738e82008-06-28 23:16:01 +020015787commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
15788Author: Wolfgang Grandegger <wg@grandegger.com>
15789Date: Thu Jun 5 13:02:30 2008 +0200
15790
15791 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
15792
15793 This patch is based on the following patch sent a few minutes ago:
15794 "NAND FSL UPM: driver re-write using the hwcontrol callback"
15795 It is untested, of course. Anton, could you please give it a try.
15796
15797 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15798 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15799
15800commit 96026d42fa4e646d28318c0a1438aac4b2017909
15801Author: Anatolij Gustschin <agust@denx.de>
15802Date: Thu Jun 12 12:40:11 2008 +0200
15803
15804 Fix 4xx build issue
15805
15806 Building for 4xx doesn't work since commit 4dbdb768:
15807
15808 In file included from 4xx_pcie.c:28:
15809 include/asm/processor.h:971: error: expected ')' before 'ver'
15810 make[1]: *** [4xx_pcie.o] Error 1
15811
15812 This patch fixes the problem.
15813
15814 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15815 Acked-by: Stefan Roese <sr@denx.de>
15816 Acked-by: Kumar Gala <galak@kernel.crashing.org>
15817
Wolfgang Denk28d8d702008-07-15 22:22:44 +020015818commit a036b0443657fe0f4773786de9092251869f08ac
15819Author: Kumar Gala <galak@kernel.crashing.org>
15820Date: Thu Jun 19 01:45:50 2008 -0500
15821
15822 MPC8610HPCD: Report board id, board version and fpga version.
15823
15824 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15825
15826commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
15827Author: Kumar Gala <galak@kernel.crashing.org>
15828Date: Thu Jun 19 01:45:27 2008 -0500
15829
15830 MPC8641HPCN: Report board id, board version and fpga version.
15831
15832 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15833
Wolfgang Denk5a738e82008-06-28 23:16:01 +020015834commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
15835Author: Stefan Roese <sr@denx.de>
15836Date: Mon Jun 16 10:40:02 2008 +0200
15837
15838 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
15839
15840 This patch simplifies flash_toggle() (AMD commandset), which is used to
15841 detect if a FLASH device is still busy with erase/program operations. On
15842 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
15843 did not detect the busy state reliably, resulting in non erased sectors
15844 etc. This patch now simplifies this function by "just" comparing the
15845 complete data-word instead of ANDing it with the command-word (0x40)
15846 before the compatison. It is done the same way in the Linux implementation
15847 chip_ready() in cfi_cmdset_0002.c.
15848
15849 Signed-off-by: Stefan Roese <sr@denx.de>
15850
15851commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
15852Author: Philip Balister <philip@balister.org>
15853Date: Mon Jun 16 08:58:07 2008 -0400
15854
15855 NAND: Add missing declaration to non-redundant saveenv().
15856
15857 Signed-off-by: Scott Wood <scottwood@freescale.com>
15858
15859commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
15860Author: Wolfgang Grandegger <wg@grandegger.com>
15861Date: Mon Jun 2 15:09:55 2008 +0200
15862
15863 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
15864
15865 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
15866 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15867 Signed-off-by: Scott Wood <scottwood@freescale.com>
15868
15869commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
15870Author: Stefan Roese <sr@denx.de>
15871Date: Tue Jun 10 15:34:11 2008 +0200
15872
15873 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
15874
15875 This patch disables the square wave output of the M41T62 RTC used on
15876 Canyonlands & Glacier. Here the explanation:
15877
15878 The serial real-time clock part used in the design is an
15879 STMicro M41T62. This part has a full-time 32KHz square wave
15880 output that is connected to the TmrClk input to the
15881 processor. The default state for this square wave output is
15882 enabled so the output runs continuously when the board is
15883 powered normally and also from the battery. The TmrClk input
15884 to the processor goes to ground when the power is removed
15885 from the board/processor, and therefore the running square
15886 wave output is driving ground which drains the battery quickly.
15887
15888 Signed-off-by: Stefan Roese <sr@denx.de>
15889
15890commit a94f22f08f280905926219e568568964cb9eeb9d
15891Author: Andy Fleming <afleming@freescale.com>
15892Date: Wed Jun 11 18:10:20 2008 -0500
15893
15894 Fix build issue with string.h and linux/string.h
15895
15896 This commit:
15897 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
15898 Author: Wolfgang Denk <wd@denx.de>
15899 Date: Fri Jun 6 14:28:14 2008 +0200
15900
15901 tools/mkimage: fix compiler warnings on some systems.
15902
15903 Broke building on some systems, because the host's string.h was interfering
15904 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
15905 we're building for the host, so now we only include when building inside
15906 u-boot.
15907
15908 Signed-off-by: Andy Fleming <afleming@freescale.com>
15909
15910commit 9973e3c614721bbf169882ffc3be266a6611cd60
15911Author: Becky Bruce <becky.bruce@freescale.com>
15912Date: Mon Jun 9 16:03:40 2008 -0500
15913
15914 Change initdram() return type to phys_size_t
15915
15916 This patch changes the return type of initdram() from long int to phys_size_t.
15917 This is required for a couple of reasons: long int limits the amount of dram
15918 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
15919 size of physical memory. phys_size_t is defined as an unsigned long on almost
15920 all current platforms.
15921
15922 This patch *only* changes the return type of the initdram function (in
15923 include/common.h, as well as in each board's implementation of initdram). It
15924 does not actually modify the code inside the function on any of the platforms;
15925 platforms which wish to support more than 2GB of DRAM will need to modify
15926 their initdram() function code.
15927
15928 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
15929 MPC8641HPCN.
15930
15931 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15932
15933commit 391fd93ab23e15ab3dd58a54f5b609024009c378
15934Author: Becky Bruce <becky.bruce@freescale.com>
15935Date: Mon Jun 9 20:37:18 2008 -0500
15936
15937 Change lmb to use phys_size_t/phys_addr_t
15938
15939 This updates the lmb code to use phys_size_t
15940 and phys_addr_t instead of unsigned long. Other code
15941 which interacts with this code, like getenv_bootm_size()
15942 is also updated.
15943
15944 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
15945
15946 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15947
15948commit 61b09fc2952dc636017df4e7970e3de132276ba1
15949Author: Becky Bruce <becky.bruce@freescale.com>
15950Date: Mon Jun 9 20:37:17 2008 -0500
15951
15952 Change print_size to take phys_size_t
15953
15954 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15955
15956commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
15957Author: Becky Bruce <becky.bruce@freescale.com>
15958Date: Mon Jun 9 20:37:16 2008 -0500
15959
15960 Change bd/gd memsize/ram_size to be phys_size_t.
15961
15962 Currently, both are defined as an unsigned long, but
15963 should be phys_size_t. This should result in no real change,
15964 since phys_size_t is currently an unsigned long for all the
15965 default configs. Also add print_lnum to cmd_bdinfo to deal
15966 with the potentially wider memsize.
15967
15968 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15969
15970commit ba04f7010958e88a8910f2a123fee53fdc72e013
15971Author: Kumar Gala <galak@kernel.crashing.org>
15972Date: Tue Jun 10 16:16:02 2008 -0500
15973
15974 FSL LAW: Add new interface to use the last free LAW
15975
15976 LAWs have the concept of priority so its useful to be able to allocate
15977 the lowest (highest number) priority. We will end up using this with the
15978 new DDR code.
15979
15980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15981
15982commit 859a86a25c569d3665ff413d1d923394b8a961f3
15983Author: Kumar Gala <galak@kernel.crashing.org>
15984Date: Wed Jun 11 00:51:45 2008 -0500
15985
15986 85xx/86xx: Move to dynamic mgmt of LAWs
15987
15988 With the new LAW interface (set_next_law) we can move to letting the
15989 system allocate which LAWs are used for what purpose. This makes life
15990 a bit easier going forward with the new DDR code.
15991
15992 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15993 Signed-off-by: Andy Fleming <afleming@freescale.com>
15994 Acked-by: Jon Loeliger <jdl@freescale.com>
15995 Acked-by: Becky Bruce <becky.bruce@freescale.com>
15996
15997commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
15998Author: Kumar Gala <galak@kernel.crashing.org>
15999Date: Wed Jun 11 00:44:10 2008 -0500
16000
16001 FSL LAW: Keep track of LAW allocations
16002
16003 Make it so we keep track of which LAWs have allocated and provide
16004 a function (set_next_law) which can allocate a LAW for us if one is
16005 free.
16006
16007 In the future we will move to doing more "dynamic" LAW allocation
16008 since the majority of users dont really care about what LAW number
16009 they are at.
16010
16011 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
16012
16013 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16014 Signed-off-by: Andy Fleming <afleming@freescale.com>
16015
16016commit ddde74a159caa6e18b481fec01d40b885aebb566
16017Author: Kumar Gala <galak@kernel.crashing.org>
16018Date: Mon Jun 9 22:31:57 2008 -0500
16019
16020 85xx: remove dummy board_early_init_f
16021
16022 A number of board ports have empty version of board_early_init_f
16023 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
16024
16025 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16026
16027commit 81e56e9af0d43712db8efb843606a8d62eab454f
16028Author: Kumar Gala <galak@kernel.crashing.org>
16029Date: Mon Jun 9 18:55:38 2008 -0500
16030
16031 MPC8544DS: Update config.h
16032
16033 * Enable flash progress
16034 * remove CLEAR_LAW0 since we dont really use it
16035
16036 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16037
16038commit 978e81604c1b28526ed580df0fbe64eb8384e94f
16039Author: Kumar Gala <galak@kernel.crashing.org>
16040Date: Mon Jun 9 13:37:24 2008 -0500
16041
16042 85xx: Remove unused and unconfigured memory test code.
16043
16044 Remove unused and unconfigured DDR test code from FSL 85xx boards.
16045 Besides, other common code exists.
16046
16047 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16048
16049commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
16050Author: Sergei Poselenov <sposelenov@emcraft.com>
16051Date: Fri Jun 6 15:42:45 2008 +0200
16052
16053 Socrates: Added FPGA base address update in FDT.
16054
16055 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16056
16057commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
16058Author: Sergei Poselenov <sposelenov@emcraft.com>
16059Date: Fri Jun 6 15:42:44 2008 +0200
16060
16061 Socrates: NAND support added. Changed the U-Boot base address and
16062
16063 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16064
16065commit 248ae5cfc8bf69074d1da099dc495d8e06070547
16066Author: Sergei Poselenov <sposelenov@emcraft.com>
16067Date: Fri Jun 6 15:42:43 2008 +0200
16068
16069 NAND: Added support for 128-bit OOB, adapted
16070
16071 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16072
16073commit 31ca0208612f2eb57690110d7c2815953650e47b
16074Author: Sergei Poselenov <sposelenov@emcraft.com>
16075Date: Fri Jun 6 15:42:42 2008 +0200
16076
16077 Socrates: added missed file with UPMA configuration data.
16078
16079 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
16080
16081commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
16082Author: Sergei Poselenov <sposelenov@emcraft.com>
16083Date: Fri Jun 6 15:42:41 2008 +0200
16084
16085 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
16086
16087 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16088
16089commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
16090Author: Sergei Poselenov <sposelenov@emcraft.com>
16091Date: Fri Jun 6 15:42:40 2008 +0200
16092
16093 Added the upmconfig() function for 85xx.
16094
16095 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16096 Signed-off-by: Andy Fleming <afleming@freescale.com>
16097
16098commit d39e68514ff943930ee692cff3fde03532eb7fec
16099Author: Sergei Poselenov <sposelenov@emcraft.com>
16100Date: Fri Jun 6 15:42:39 2008 +0200
16101
16102 Socrates: config file cleanup.
16103
16104 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
16105
16106commit e8cc3f04b124f757af4528206e60d8eb715ae083
16107Author: Wolfgang Grandegger <wg@grandegger.com>
16108Date: Thu Jun 5 13:12:10 2008 +0200
16109
16110 TQM85xx: Change memory map to support Flash memory > 128 MiB
16111
16112 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
16113 memory. The current memory map only supports up to 128 MiB Flash.
16114 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
16115 set, up to 1 GiB flash is supported. To achieve this, the memory
16116 map has to be adjusted in great parts (for example the CCSRBAR is
16117 moved from 0xE0000000 to 0xA0000000).
16118
16119 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
16120 memory map also has to be considered in the kernel (changed
16121 CCSRBAR address, changed PCI IO base address, ...). Please use
16122 an appropriate Flat Device Tree blob (tqm8548.dtb).
16123
16124 Signed-off-by: Martin Krause <martin.krause@tqs.de>
16125 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16126
16127commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
16128Author: Wolfgang Grandegger <wg@grandegger.com>
16129Date: Thu Jun 5 13:12:09 2008 +0200
16130
16131 TQM85xx: NAND support via local bus UPMB
16132
16133 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
16134 default and can be enabled for the TQM8548 modules. It is now based on
16135 the re-written FSL NAND UPM driver. A patch has been posted earlier today
16136 with the subject:
16137
16138 "NAND FSL UPM: driver re-write using the hwcontrol callback"
16139
16140 Note that the R/B pin is not supported by that module requiring to use
16141 the specified maximum delay time.
16142
16143 Note: With NAND support enabled the size of the U-Boot image exceeds
16144 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
16145 doubling the image size :-(.
16146
16147 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16148 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16149
16150commit b9e8078bb3f3c48111a7081e27279938c3a445e1
16151Author: Wolfgang Grandegger <wg@grandegger.com>
16152Date: Thu Jun 5 13:12:08 2008 +0200
16153
16154 TQM8548: PCI express support
16155
16156 This patch adds support for PCI express cards. The board support
16157 now uses common FSL PCI init code, for both, PCI and PCIe on all
16158 TQM85xx modules.
16159
16160 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16161 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16162
16163commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
16164Author: Wolfgang Grandegger <wg@grandegger.com>
16165Date: Thu Jun 5 13:12:07 2008 +0200
16166
16167 TQM8548: Basic support for the TQM8548 modules
16168
16169 This patch adds basic support for the TQM8548 module from TQ-Components
16170 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
16171 eTSEC 3 and 4
16172
16173 Furthermore Flash buffer write has been enabled to speed up output to
16174 the Flash by approx. a factor of 10.
16175
16176 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16177 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16178
16179commit 25991353204c78b094c3c1fec90182dcd607ab8f
16180Author: Wolfgang Grandegger <wg@grandegger.com>
16181Date: Thu Jun 5 13:12:06 2008 +0200
16182
16183 TQM85xx: Support for Flat Device Tree
16184
16185 This patch adds support for Linux kernels using the Flat Device Tree.
16186 It also re-defines the default environment settings for booting Linux
16187 with the FDT blob.
16188
16189 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16190
16191commit d9ee843d54c54776e1fdb86336ce554906a87331
16192Author: Wolfgang Grandegger <wg@grandegger.com>
16193Date: Thu Jun 5 13:12:05 2008 +0200
16194
16195 TQM85xx: Support for Intel 82527 compatible CAN controller
16196
16197 This patch adds initialization of the UPMC RAM to support up to two
16198 Intel 82527 compatible CAN controller on the TQM85xx modules.
16199
16200 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
16201 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16202
16203commit 518d5cfe72916323c746af1647764459914f555f
16204Author: Wolfgang Grandegger <wg@grandegger.com>
16205Date: Thu Jun 5 13:12:04 2008 +0200
16206
16207 TQM85xx: Bugfix in the SDRAM initialisation
16208
16209 The CS0_BNDS register is now set according to the detected
16210 memory size.
16211
16212 Signed-off-by Martin Krause <martin.krause@tqs.de>
16213
16214commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
16215Author: Wolfgang Grandegger <wg@grandegger.com>
16216Date: Thu Jun 5 13:12:03 2008 +0200
16217
16218 TQM85xx: Fix chip select configuration for second FLASH bank
16219
16220 This patch fixes the re-calculation of the automatic chip select
16221 configuration for boards with two populated FLASH banks.
16222
16223 Signed-off-by: Martin Krause <martin.krause@tqs.de>
16224
16225commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
16226Author: Wolfgang Grandegger <wg@grandegger.com>
16227Date: Thu Jun 5 13:12:02 2008 +0200
16228
16229 TQM85xx: Support for Spansion 'N' type flashes added
16230
16231 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
16232 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
16233 needs to be changed -> new start address of the environment. The macro
16234 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
16235 defined for boards with 'N' type flashes.
16236
16237 Signed-off-by: Martin Krause <martin.krause@tqs.de>
16238 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16239
16240commit 5d5bd838f76eade22c0ea40a500389f924d0da36
16241Author: Wolfgang Grandegger <wg@grandegger.com>
16242Date: Thu Jun 5 13:12:01 2008 +0200
16243
16244 TQM85xx: Fix CPM port pin configuration
16245
16246 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
16247 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
16248 as serial interface anyway. Worse, on some board variants configuring the
16249 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
16250
16251 Signed-off-by: Martin Krause <martin.krause@tqs.de>
16252
16253commit b99ba1679e8cd51b023e67098c89e606e47137d2
16254Author: Wolfgang Grandegger <wg@grandegger.com>
16255Date: Thu Jun 5 13:12:00 2008 +0200
16256
16257 TQM85xx: Various coding style fixes
16258
16259 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16260
16261commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
16262Author: Gerald Van Baren <vanbaren@cideas.com>
16263Date: Tue Jun 10 22:15:58 2008 -0400
16264
16265 libfdt: Move the working_fdt pointer to cmd_fdt.c
16266
16267 The working_fdt pointer was declared in common/fdt_support.c but was
16268 not used there. Move it to common/cmd_fdt.c where it is used (it is
16269 also used in lib_ppc/bootm.c).
16270
16271 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16272
16273commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
16274Author: Kim Phillips <kim.phillips@freescale.com>
16275Date: Tue Jun 10 11:06:17 2008 -0500
16276
16277 fdt: unshadow global working fdt variable
16278
16279 differentiate with local variables of the same name by renaming the
16280 global 'fdt' variable 'working_fdt'.
16281
16282 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16283
16284commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
16285Author: Andy Fleming <afleming@freescale.com>
16286Date: Tue Jun 10 18:49:34 2008 -0500
16287
16288 socrates: Fix PCI clk fix patch
16289
16290 The submitted patch seems to have been more up-to-date, but an older patch was
16291 already in the repository. This patch encompasses the differences
16292
16293 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
16294
16295 Signed-off-by: Andy Fleming <afleming@freescale.com>
16296
16297commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
16298Author: Wolfgang Grandegger <wg@grandegger.com>
16299Date: Thu Jun 5 13:02:29 2008 +0200
16300
16301 NAND FSL UPM: driver re-write using the hwcontrol callback
16302
16303 This is a re-write of the NAND FSL UPM driver using the more universal
16304 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
16305 list of furher modifications:
16306
16307 - For the time being, the UPM setup writing the UPM array has been
16308 removed from the driver and must now be done by the board specific
16309 code.
16310
16311 - The bus width definition in "struct fsl_upm_nand" is now in bits to
16312 comply with the corresponding Linux driver and 8, 16 and 32 bit
16313 accesses are supported.
16314
16315 - chip->dev_read is only set if fun->dev_ready != NULL, which is
16316 required for boards not connecting the R/B pin.
16317
16318 - A few issue have been fixed with MxMR bit manipulation like in the
16319 corresponding Linux driver.
16320
16321 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
16322 as well, because the address is already determined by
16323 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
16324
16325 This patch has been tested on a TQM8548 modules with the NAND chip
16326 Micron MT29F8G08FABWP.
16327
16328 This patch is based on the following patches posted to this list a few
16329 minutes ago:
16330
16331 PPC: add accessor macros to clear and set bits in one shot
16332 83xx/85xx/86xx: add more MxMR local bus definitions
16333
16334 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16335 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16336
16337commit 6beecfbb542992eede5831240cd58678274683a9
16338Author: Wolfgang Grandegger <wg@grandegger.com>
16339Date: Thu Jun 5 13:11:59 2008 +0200
16340
16341 MPC85xx: Beautify boot output of L2 cache configuration
16342
16343 The boot output is now aligned poperly with other boot output
16344 lines, e.g.:
16345
16346 FLASH: 128 MB
16347 L2: 512 KB enabled
16348
16349 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16350
16351commit 398415114f0a705163a14543e9fef03f734b1ffa
16352Author: Wolfgang Grandegger <wg@grandegger.com>
16353Date: Wed Jun 4 12:45:22 2008 +0200
16354
16355 PPC: add accessor macros to clear and set bits in one shot
16356
16357 PPC: add accessor macros to clear and set bits in one shot
16358
16359 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
16360 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
16361 They are very handy to manipulate bits it I/O registers.
16362
16363 This patch is required for my forthcoming FSL NAND UPM driver re-write and
16364 the support for the TQM8548 module.
16365
16366 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16367
16368commit 4677988c7edc070c3786d3db7994abeca3ab82a0
16369Author: Wolfgang Grandegger <wg@grandegger.com>
16370Date: Wed Jun 4 13:52:17 2008 +0200
16371
16372 TQM: move TQM boards to board/tqc
16373
16374 Move all TQM board directories to the vendor specific directory "tqc"
16375 for modules from TQ-Components GmbH (http://www.tqc.de).
16376
16377 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16378
16379commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
16380Author: Wolfgang Grandegger <wg@grandegger.com>
16381Date: Mon Jun 2 12:09:30 2008 +0200
16382
16383 83xx/85xx/86xx: add more MxMR local bus definitions
16384
16385 83xx/85xx/86xx: add more MxMR local bus definitions
16386
16387 This patch adds more macro definitions for the UPM Machine Mode Registers
16388 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
16389 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
16390 required for my forthcoming FSL NAND UPM driver re-write and the support
16391 for the TQM8548 module.
16392
16393 This patch is based on the following two patches from Anton Vorontsov:
16394
16395 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
16396 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
16397
16398 I leave coding style violation fixes, code beautification and name
16399 corrections to somebody else ;-(.
16400
16401 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
16402
16403commit c8c5fc266e4499e283c293ccb972863156aa4134
16404Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16405Date: Thu May 29 18:14:56 2008 +0400
16406
16407 83xx/85xx: further localbus cleanups
16408
16409 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
16410 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
16411
16412 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16413
16414commit 42dbd667c88d496882d53e22656e89b654205492
16415Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16416Date: Wed May 28 18:20:15 2008 +0400
16417
16418 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
16419
16420 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
16421 use it on MPC85xx and MPC86xx processors.
16422
16423 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16424
16425commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
16426Author: Kumar Gala <galak@kernel.crashing.org>
16427Date: Thu May 29 11:22:06 2008 -0500
16428
16429 85xx: Add setting of cache props in the device tree.
16430
16431 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16432
16433commit 4dbdb7681e243431530df0725627192a0c4aefda
16434Author: Kumar Gala <galak@kernel.crashing.org>
16435Date: Tue Jun 10 16:53:46 2008 -0500
16436
16437 85xx: expose cpu identification
16438
16439 The current cpu identification code is used just to return the name
16440 of the processor at boot. There are some other locations that the name
16441 is useful (device tree setup). Expose the functionality to other bits
16442 of code.
16443
16444 Also, drop the 'E' suffix and add it on by looking at the SVR version
16445 when we print this out. This is mainly to allow the most flexible use
16446 of the name. The device tree code tends to not care about the 'E' suffix.
16447
16448 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16449
16450commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
16451Author: Kim Phillips <kim.phillips@freescale.com>
16452Date: Tue Jun 10 13:25:24 2008 -0500
16453
16454 mpc83xx: MVBLM7: minor build fixups
16455
16456 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16457
16458commit a1293e549b56da135ef32ffca5b9d35a16aa6802
16459Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16460Date: Tue Jun 10 09:14:05 2008 +0200
16461
16462 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
16463
16464 Add MPC8343 based board mvBlueLYNX-M7.
16465 It's a single board stereo camera system.
16466 Please read doc/README.mvblm7 for details.
16467
16468 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16469 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16470
16471commit c005b93925ba49f07da2aa748527996d927e172f
16472Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
16473Date: Tue Jun 10 09:13:16 2008 +0200
16474
16475 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
16476
16477 Add MPC8343 based board mvBlueLYNX-M7.
16478 It's a single board stereo camera system.
16479 Please read doc/README.mvblm7 for details.
16480
16481 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
16482 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16483
16484commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
16485Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16486Date: Thu May 29 18:14:56 2008 +0400
16487
16488 83xx/85xx: further localbus cleanups
16489
16490 move the BRx_* and ORx_* left behind in mpc85xx.h
16491
16492 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
16493 the same, just few differences which needs some attention though).
16494
16495 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
16496 of these defines. So this cleanup I'll leave for the "better times".
16497
16498 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16499 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16500
16501commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
16502Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16503Date: Wed May 28 18:20:15 2008 +0400
16504
16505 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
16506
16507 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
16508 use it on MPC85xx and MPC86xx processors.
16509
16510 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16511 Acked-by: Andy Fleming <afleming@freescale.com>
16512 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16513
16514commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
16515Author: Tor Krill <tor@excito.com>
16516Date: Mon Jun 2 15:09:30 2008 +0200
16517
16518 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
16519
16520 Signed-off-by: Tor Krill <tor@excito.com>
16521 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16522
16523commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
16524Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16525Date: Mon Jun 9 23:37:44 2008 +0900
16526
16527 net: Conditional COBJS inclusion of network drivers
16528
16529 Replace COBJS-y with appropriate driver config names.
16530
16531 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16532 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16533
16534commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
16535Author: Gerald Van Baren <vanbaren@cideas.com>
16536Date: Mon Jun 9 21:02:17 2008 -0400
16537
16538 Use strncmp() for the fdt command
16539
16540 Cleaner than doing multiple conditionals on characters.
16541
16542 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16543
16544commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
16545Author: Gerald Van Baren <vanbaren@cideas.com>
16546Date: Sat Jun 7 12:25:05 2008 -0400
16547
16548 The fdt boardsetup command criteria was not unique
16549
16550 It was checking just for "b", which is not unique with respect to the
16551 "boot" command. Change to check for "boa"[rdsetup].
16552
16553 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16554
16555commit 2f08bfa9526bae4f461e043530cfb903fec0d273
16556Author: David Gibson <david@gibson.dropbear.id.au>
16557Date: Tue May 20 17:19:11 2008 +1000
16558
16559 libfdt: Several cleanups to parameter checking
16560
16561 This patch makes a couple of small cleanups to parameter checking of
16562 libfdt functions.
16563
16564 - In several functions which take a node offset, we use an
16565 idiom involving fdt_next_tag() first to check that we have indeed been
16566 given a node offset. This patch adds a helper function
16567 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
16568
16569 - In fdt_rw.c in several places we have the expanded version
16570 of the RW_CHECK_HEADER() macro for no particular reason. This patch
16571 replaces those instances with an invocation of the macro; that's what
16572 it's for.
16573
16574 - In fdt_sw.c we rename the check_header_sw() function to
16575 sw_check_header() to match the analgous function in fdt_rw.c, and we
16576 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
16577 functions in fdt_rw.c
16578
16579 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
16580
16581commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
16582Author: Gerald Van Baren <vanbaren@cideas.com>
16583Date: Tue Jun 3 20:34:45 2008 -0400
16584
16585 Remove the deprecated CONFIG_OF_FLAT_TREE
16586
16587 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
16588 cleaner, has better functionality, and is better supported.
16589
16590 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16591
16592commit 62bcdda293efa752f8281fbd9da03822b27ce82f
16593Author: Gerald Van Baren <vanbaren@cideas.com>
16594Date: Tue Jun 3 20:26:29 2008 -0400
16595
16596 Change the stxxst to CONFIG_OF_LIBFDT
16597
16598 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
16599 to CONFIG_OF_LIBFDT.
16600
16601 WARNING: It appears that this board lost its ability to boot via a
16602 flattened device tree prior to this changeset.
16603
16604 WARNING: This conversion was untested because I do not have a board to
16605 test it on.
16606
16607 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16608
16609commit 589c04271d129729a8b01391453851ab9cc4069c
16610Author: Gerald Van Baren <vanbaren@cideas.com>
16611Date: Tue Jun 3 20:24:58 2008 -0400
16612
16613 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
16614
16615 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
16616 to CONFIG_OF_LIBFDT.
16617
16618 WARNING: This conversion is untested because I do not have a board to
16619 test it on.
16620
16621 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
16622 /aliases/ethernet1 property for the ethernet to work.
16623
16624 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16625
16626commit ee1e35bede91debc8bff9b02f75574486033b652
16627Author: Kumar Gala <galak@kernel.crashing.org>
16628Date: Thu May 29 01:21:24 2008 -0500
16629
16630 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
16631
16632 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16633
16634commit 3b9519fc50802436e417c839e69df7b2016cade5
16635Author: Becky Bruce <becky.bruce@freescale.com>
16636Date: Wed May 14 13:10:04 2008 -0500
16637
16638 MPC85xx: Change traps.c to not reference non-addressable memory
16639
16640 Currently, END_OF_RAM is used by the trap code to determine if
16641 we should attempt to access the stack pointer or not. However,
16642 on systems with a lot of RAM, only a subset of the RAM is
16643 guaranteed to be mapped in and accessible. Change END_OF_RAM
16644 to use get_effective_memsize() instead of using the raw ram
16645 size out of the bd.
16646
16647 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16648
16649commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
16650Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16651Date: Mon Jun 9 13:39:57 2008 +0900
16652
16653 sh: Renesas Solutions SH7763RDP board support
16654
16655 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
16656 In this patch, support SCIF, NOR Flash, and Ethernet.
16657
16658 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16660
16661commit 60179098a95eaa972007d7ec58e4c1588029720f
16662Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16663Date: Fri Jun 6 16:24:13 2008 +0900
16664
16665 sh: Add support Renesas SH7763
16666
16667 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
16668 This patch supprts CPU register's header file.
16669
16670 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16671 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16672
16673commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
16674Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16675Date: Fri Jun 6 16:16:08 2008 +0900
16676
16677 sh: SH7763 SCIF support
16678
16679 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
16680 but only SCIF2 is different. This patch work all SCIF channel.
16681
16682 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
16683 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16684
16685commit 79b51ff8205f0354d5300570614c1d2db499679c
16686Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16687Date: Sat Jun 7 20:51:59 2008 +0900
16688
16689 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
16690
16691 Also get rid of some #ifdefs in *.c files.
16692
16693 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16694
16695commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
16696Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16697Date: Sat Jun 7 20:51:56 2008 +0900
16698
16699 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
16700
16701 CONFIG_SOC_AU1X00
16702
16703 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
16704 need to have this config as a system type specifier.
16705
16706 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
16707 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
16708
16709 Machine type specifiers. Each port should have one of aboves.
16710
16711 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16712
16713commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
16714Author: Stuart Wood <stuart.wood@labxtechnologies.com>
16715Date: Fri May 30 16:05:28 2008 -0400
16716
16717 env_nand.c: Added bad block management for environment variables
16718
16719 Modified to check for bad blocks and to skipping over them when
16720 CFG_ENV_RANGE has been defined.
16721 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
16722 flash block size.
16723
16724 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
16725 Signed-off-by: Scott Wood <scottwood@freescale.com>
16726
16727commit 279726bd00558e80263d44581c44167625b7fb9a
16728Author: Becky Bruce <becky.bruce@freescale.com>
16729Date: Wed May 14 13:09:58 2008 -0500
16730
16731 MPC86xx: Change traps.c to not reference non-addressable memory
16732
16733 Currently, END_OF_RAM is used by the trap code to determine if
16734 we should attempt to access the stack pointer or not. However,
16735 on systems with a lot of RAM, only a subset of the RAM is
16736 guaranteed to be mapped in and accessible. Change END_OF_RAM
16737 to use get_effective_memsize() instead of using the raw ram
16738 size out of the bd to prevent us from trying to access
16739 non-mapped memory.
16740
16741 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
16742
16743commit 338cc038461a6c7709c5b86fd9a240209338a1ae
16744Author: Wolfgang Denk <wd@denx.de>
16745Date: Fri Jun 6 14:28:14 2008 +0200
16746
16747 tools/mkimage: fix compiler warnings on some systems.
16748
16749 Signed-off-by: Wolfgang Denk <wd@denx.de>
16750
16751commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
16752Author: Stefan Roese <sr@denx.de>
16753Date: Fri Jun 6 16:10:41 2008 +0200
16754
16755 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
16756
16757 We use upper case letters for the AMCC processor defines (like
16758 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
16759 not CONFIG_440SPe. This patch fixes the last misspelled config options.
16760
16761 Signed-off-by: Stefan Roese <sr@denx.de>
16762
16763commit 72675dc6c06a48846d180106161d49dd714383cc
16764Author: Stefan Roese <sr@denx.de>
16765Date: Fri Jun 6 15:55:21 2008 +0200
16766
16767 ppc4xx: Unify AMCC's board config files (part 3/3)
16768
16769 This patch series unifies the AMCC eval board ports by introducing
16770 a common include header for all AMCC eval boards:
16771
16772 include/configs/amcc-common.h
16773
16774 This header now includes all common configuration options/defines which
16775 are removed from the board specific headers.
16776
16777 The reason for this is ease of maintenance and unified look and feel
16778 of all AMCC boards.
16779
16780 Signed-off-by: Stefan Roese <sr@denx.de>
16781
16782commit 490f204096d6e2c9940f67816f154a8125bab116
16783Author: Stefan Roese <sr@denx.de>
16784Date: Fri Jun 6 15:55:03 2008 +0200
16785
16786 ppc4xx: Unify AMCC's board config files (part 2/3)
16787
16788 This patch series unifies the AMCC eval board ports by introducing
16789 a common include header for all AMCC eval boards:
16790
16791 include/configs/amcc-common.h
16792
16793 This header now includes all common configuration options/defines which
16794 are removed from the board specific headers.
16795
16796 The reason for this is ease of maintenance and unified look and feel
16797 of all AMCC boards.
16798
16799 Signed-off-by: Stefan Roese <sr@denx.de>
16800
16801commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
16802Author: Stefan Roese <sr@denx.de>
16803Date: Fri Jun 6 15:54:31 2008 +0200
16804
16805 ppc4xx: Unify AMCC's board config files (part 1/3)
16806
16807 This patch series unifies the AMCC eval board ports by introducing
16808 a common include header for all AMCC eval boards:
16809
16810 include/configs/amcc-common.h
16811
16812 This header now includes all common configuration options/defines which
16813 are removed from the board specific headers.
16814
16815 The reason for this is ease of maintenance and unified look and feel
16816 of all AMCC boards.
16817
16818 Signed-off-by: Stefan Roese <sr@denx.de>
16819
16820commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
16821Author: Remy Bohmer <linux@bohmer.net>
16822Date: Thu Jun 5 13:03:36 2008 +0200
16823
16824 DM9000 fix status check fail 0x6d error for trizeps board
16825
16826 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
16827 the status byte need to be checked to identify a valid packet in the fifo
16828
16829 But, The several different Application Notes do not all speak the same
16830 language on these bits. They do not disagree, but only 1 Application Note
16831 noted explicitly that only these 2 bits need to be checked.
16832 Even the datasheets do not mention anything about these 2 bits.
16833
16834 Because the old code, and the kernel check the whole byte, I left this piece
16835 untouched.
16836
16837 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
16838 it should work.
16839
16840 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
16841 in the fifo) is much shorter now, compared to the older U-boot driver code,
16842 so that we can maybe run into a hardware condition now that was never seen
16843 before, or maybe was seen very unfrequently.
16844
16845 Additionaly added a cleanup of a stack variable.
16846
16847 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16848 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16849
16850commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
16851Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16852Date: Thu Jun 5 22:29:00 2008 +0900
16853
16854 [MIPS] Update <asm/addrspace.h> header
16855
16856 - Fix traditional KSEG names
16857 - Replace PHYSADDR with CPHYSADDR
16858
16859 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16860
16861commit f0d5a6f060d00358b85c62a921a423ea8df71184
16862Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16863Date: Thu Jun 5 22:29:00 2008 +0900
16864
16865 [MIPS] mips_config.mk: Misc fixes
16866
16867 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
16868 - Modify comments
16869
16870 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16871
16872commit 5f64d21c9a2998794f255b469165b91f092dfc2d
16873Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16874Date: Thu Jun 5 22:29:00 2008 +0900
16875
16876 [MIPS] Kill unused <version.h> inclusions
16877
16878 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16879
16880commit a55d48174cfd1a5bc184159513f48dcbbe409c83
16881Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16882Date: Thu Jun 5 22:29:00 2008 +0900
16883
16884 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
16885
16886 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
16887 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
16888 in the U-Boot system.
16889
16890 The other is we don't have a proper time management counter like timestamp
16891 other ARCHs have. We need the 32-bit millisecond clock counter.
16892
16893 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
16894 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
16895 of calculated CP0 counter cycles in a CFG_HZ.
16896
16897 STRATEGY:
16898
16899 * Fix improper CFG_HZ value to have 1000
16900
16901 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
16902
16903 * timer_init: initialize timestamp and set up the first timer expiration.
16904 Note that we don't need to initialize CP0 count/compare registers here
16905 as they have been already zeroed out on the system reset. Leave them as
16906 they are.
16907
16908 * get_timer: calculate how many timestamps have been passed, then return
16909 base-relative timestamp. Make sure we can easily count missed timestamps
16910 regardless of CP0 count/compare value.
16911
16912 * get_ticks: return the current timestamp, that is get_timer(0).
16913
16914 Most parts are from good old Linux v2.6.16 kernel.
16915
16916 v2:
16917 - Remove FIXME comments as they turned out to be trivial.
16918 - Use CP0 compare register as a global variable for expirelo.
16919 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
16920 instead.
16921
16922 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16923
16924commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
16925Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16926Date: Thu Jun 5 22:29:00 2008 +0900
16927
16928 [MIPS] lib_mips/time.c: Fix udelay
16929
16930 What we have to do is just to wait for given micro-seconds. No need to
16931 take into account current time, get_timer and CFG_HZ.
16932
16933 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16934
16935commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
16936Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16937Date: Thu Jun 5 22:28:59 2008 +0900
16938
16939 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
16940
16941 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
16942 This patch replaces mips_{compare,count}_set and mips_count_get with
16943 existing macros.
16944
16945 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16946
16947commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
16948Author: Remy Bohmer <linux@bohmer.net>
16949Date: Tue Jun 3 15:48:17 2008 +0200
16950
16951 Get rid of annoying/superfluous bad-checksum warning message
16952
16953 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
16954 It is annoying for ordinary users who start to doubt the network connection
16955 in general when they see messages like this.
16956
16957 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
16958 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
16959 now before checking the checksum.
16960
16961 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16962 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16963
16964commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
16965Author: Remy Bohmer <linux@bohmer.net>
16966Date: Wed Jun 4 10:47:25 2008 +0200
16967
16968 Fix order for reading rx-status registers in 32bit mode of DM9000
16969
16970 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
16971 a bug in reading the rx-status registers in 32bit mode only.
16972 This patch repairs this.
16973
16974 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16975 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16976
16977commit 98291e2e689096420465074cce926b226d2e71b4
16978Author: Remy Bohmer <linux@bohmer.net>
16979Date: Tue Jun 3 15:26:26 2008 +0200
16980
16981 DM9000: Some minor code cleanups
16982
16983 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
16984 need some other minor cleanup.
16985
16986 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16987 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16988
16989commit 850ba7555dbd4ca8d14fc475b864d534797adab3
16990Author: Remy Bohmer <linux@bohmer.net>
16991Date: Tue Jun 3 15:26:25 2008 +0200
16992
16993 DM9000: Make driver work properly for DM9000A
16994
16995 The DM9000A network controller does not work with the U-boot DM9000x driver.
16996 Analysis showed that many incoming packets are lost.
16997
16998 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
16999 check for a valid rx packet be done on the interrupt status register, not
17000 directly by performing the dummy read and the rx status check as is currently
17001 the case in the u-boot driver.
17002
17003 When the recommended poll is done as suggested the driver starts working
17004 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
17005 can be more than 1 package in the fifo at the same time.
17006
17007 The driver must perform the rx-status check in a loop and read and handle all
17008 packages until there is no more left _after_ the interrupt RX flag is set.
17009
17010 This change has been tested with DM9000A, DM9000E, DM9000EP.
17011
17012 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17013 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17014
17015commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
17016Author: Remy Bohmer <linux@bohmer.net>
17017Date: Tue Jun 3 15:26:24 2008 +0200
17018
17019 DM9000: Improve eth_reset() routine
17020
17021 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
17022 reset procedure must be done twice to properly reset the DM9000 by means of software.
17023 This errata is not needed anymore for the DM9000A, but it does not bother it.
17024
17025 This change has been tested with DM9000A, DM9000E, DM9000EP.
17026
17027 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17028 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17029
17030commit acba31847fad9ae40708cc2c9f3a634ec35f3416
17031Author: Remy Bohmer <linux@bohmer.net>
17032Date: Tue Jun 3 15:26:23 2008 +0200
17033
17034 DM9000: improve eth_send() routine
17035
17036 The eth_send routine of the U-boot DM9000x driver does not match the
17037 DM9000 or DM9000A application notes/programming guides.
17038
17039 This change improves the stability of the DM9000A network controller.
17040
17041 This change has been tested with DM9000A, DM9000E, DM9000EP.
17042
17043 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17044 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17045
17046commit 134e266253c02a7832560da59d394989c4f64453
17047Author: Remy Bohmer <linux@bohmer.net>
17048Date: Tue Jun 3 15:26:22 2008 +0200
17049
17050 DM9000: repair debug logging
17051
17052 It seems that the debugging code of the DM9000x driver in U-boot has not been
17053 compiled for a long time, because it cannot compile...
17054
17055 Also rearranged some loglines to get more useful info while debugging.
17056
17057 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17058 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17059
17060commit a101361bfe23c120321e45d114c0603b8e0763e9
17061Author: Remy Bohmer <linux@bohmer.net>
17062Date: Tue Jun 3 15:26:21 2008 +0200
17063
17064 DM9000: Add data bus-width auto detection.
17065
17066 The U-boot DM9000x driver contains a compile time bus-width definition for
17067 the databus connected to the network controller.
17068
17069 This compile check makes the code unclear, inflexible and is unneccessary.
17070 It can be asked to the network controller what its bus-width is by reading bits
17071 6 and 7 of the interrupt status register.
17072
17073 The linux kernel already uses a runtime mechanism to determine this bus-width,
17074 so the implementation below looks somewhat like that implementation.
17075
17076 This change has been tested with DM9000A, DM9000E, DM9000EP.
17077
17078 Signed-off-by: Remy Bohmer <linux@bohmer.net>
17079 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17080
17081commit 63a0afa0c32e5f4ea98a9439542870072437404d
17082Author: Stefan Roese <sr@denx.de>
17083Date: Wed Jun 4 19:19:20 2008 +0200
17084
17085 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
17086
17087 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
17088 introduced by the commit:
17089
17090 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
17091
17092 With this patch SDRAM will get initialized again and booting from NAND
17093 is working again.
17094
17095 Signed-off-by: Stefan Roese <sr@denx.de>
17096 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
17097
17098commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
17099Author: Wolfgang Denk <wd@denx.de>
17100Date: Tue May 27 14:19:30 2008 +0200
17101
17102 Socrates: Fix PCI bus frequency report
17103
17104 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
17105
17106commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
17107Author: Tor Krill <tor@excito.com>
17108Date: Thu May 29 11:10:30 2008 +0200
17109
17110 Fix incorrect switch for IF_TYPE in part.c
17111
17112 Use correct field in block_dev_desc_t when writing interface type in
17113 dev_print. Error introduced in 574b3195.
17114
17115 Also added fix from Martin Krause
17116
17117 Signed-off-by: Tor Krill <tor@excito.com>
17118
17119commit b64b8a0bd310935b70af69ac970952f2b364ae56
17120Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17121Date: Tue May 27 10:25:39 2008 +0200
17122
17123 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
17124
17125 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17126
17127commit 35ef877f0a8f6232cdef748f442fed5accb2b641
17128Author: Peter Tyser <ptyser@xes-inc.com>
17129Date: Thu May 22 18:56:52 2008 -0500
17130
17131 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
17132
17133 Removed unneeded command line history initialization. Also, the original
17134 code would access the 'initted' variable before relocation to SDRAM
17135 which resulted in erratic behavior since the bss is not initialized when
17136 executing from flash.
17137
17138 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
17139
17140commit 22f371b63038a4ecab04068877c1089e51a01ba1
17141Author: Grant Erickson <gerickson@nuovations.com>
17142Date: Wed May 21 13:28:30 2008 -0700
17143
17144 PPC4xx: Simplified post_word_{load, store}
17145
17146 This patch simplifies post_word_{load,store} by using the preprocessor
17147 to eliminate redundant, copy-and-pasted code.
17148
17149 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17150
17151commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
17152Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
17153Date: Wed May 7 21:25:33 2008 +0400
17154
17155 cfi_flash: enable M18 flash chips family support.
17156
17157 Added new command set ID. Buffered write command processing is changed
17158 in order to support M18 flash chips family.
17159
17160 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
17161 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
17162
17163commit 93c56f212ccdadc182018f0769cb284426b88f1d
17164Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
17165Date: Wed May 7 21:24:44 2008 +0400
17166
17167 cfi_flash: support of long cmd in U-boot.
17168
17169 Some NOR flash chips needs support of commands with length grether than max
17170 value size of uchar. For example all M18 family chips use 0x1ff command in
17171 buffered write mode as value of program loops count.
17172
17173 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
17174 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
17175
17176commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
17177Author: Stefan Roese <sr@denx.de>
17178Date: Fri May 16 11:06:06 2008 +0200
17179
17180 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
17181
17182 On AD7414 the first value upon bootup is not read correctly.
17183 This is most likely because of the 800ms update time of the
17184 temp register in normal update mode. To get current values
17185 each time we issue the "dtt" command including upon powerup
17186 we switch into one-short mode.
17187
17188 This patch fixes the problem on AD7414 equipped boards (Sequoia,
17189 Canyonlands etc), that temp value printed in the bootup log was
17190 incorrect.
17191
17192 Signed-off-by: Stefan Roese <sr@denx.de>
17193
17194commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
17195Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17196Date: Fri May 30 16:55:06 2008 +0200
17197
17198 ppc4xx: Cleanup CPCI405 variant's config file
17199
17200 This patch removes some dead code from CPCI405 board's
17201 config files. JFFS2 support is also removed. It's not used and
17202 CPCI4052 does not build anymore without some size reduction.
17203
17204 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17205
17206commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
17207Author: Kenneth Johansson <kenneth@southpole.se>
17208Date: Thu May 29 16:32:33 2008 +0200
17209
17210 Remove shell variable UNDEF_SYM.
17211
17212 UNDEF_SYM is a shell variable in the main Makefile used to force the
17213 linker to add all u-boot commands to the final image. It has no use here.
17214
17215 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
17216
17217commit 8c66497e06bf803489c589df58ee591d71033274
17218Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17219Date: Fri May 16 11:10:35 2008 +0200
17220
17221 Add support for environment in SPI flash
17222
17223 This is pretty incomplete...it doesn't handle reading the environment
17224 before relocation, it doesn't support redundant environment, and it
17225 doesn't support embedded environment. But apart from that, it does
17226 seem to work.
17227
17228 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17229
17230commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
17231Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17232Date: Fri May 16 11:10:34 2008 +0200
17233
17234 SPI Flash: Add "sf" command
17235
17236 This adds a new command, "sf" which can be used to manipulate SPI
17237 flash. Currently, initialization, reading, writing and erasing is
17238 supported.
17239
17240 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17241
17242commit d25ce7d24cc0f93881559f4009175ea305af65e8
17243Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17244Date: Fri May 16 11:10:33 2008 +0200
17245
17246 SPI Flash subsystem
17247
17248 This adds a new SPI flash subsystem.
17249
17250 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
17251 but some preliminary support for other flash types is in place as
17252 well.
17253
17254 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17255
17256commit 60445cb5c3eb77ed1a07f2d908eef09174483698
17257Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
17258Date: Fri May 16 11:10:32 2008 +0200
17259
17260 atmel_spi: Driver for the Atmel SPI controller
17261
17262 This adds a driver for the SPI controller found on most AT91 and AVR32
17263 chips, implementing the new SPI API.
17264
17265 Changed in v4:
17266 - Update to new API
17267 - Handle zero-length transfers appropriately. The user may send a
17268 zero-length SPI transfer with SPI_XFER_END set in order to
17269 deactivate the chip select after a series of transfers with chip
17270 select active. This is useful e.g. when polling the status
17271 register of DataFlash.
17272
17273 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17274
17275commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
17276Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
17277Date: Fri May 16 11:10:31 2008 +0200
17278
17279 SPI API improvements
17280
17281 This patch gets rid of the spi_chipsel table and adds a handful of new
17282 functions that makes the SPI layer cleaner and more flexible.
17283
17284 Instead of the spi_chipsel table, each board that wants to use SPI
17285 gets to implement three hooks:
17286 * spi_cs_activate(): Activates the chipselect for a given slave
17287 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
17288 * spi_cs_is_valid(): Determines if the given bus/chipselect
17289 combination can be activated.
17290
17291 Not all drivers may need those extra functions however. If that's the
17292 case, the board code may just leave them out (assuming they know what
17293 the driver needs) or rely on the linker to strip them out (assuming
17294 --gc-sections is being used.)
17295
17296 To set up communication parameters for a given slave, the driver needs
17297 to call spi_setup_slave(). This returns a pointer to an opaque
17298 spi_slave struct which must be passed as a parameter to subsequent SPI
17299 calls. This struct can be freed by calling spi_free_slave(), but most
17300 driver probably don't want to do this.
17301
17302 Before starting one or more SPI transfers, the driver must call
17303 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
17304 the hardware. When all transfers are done, the driver must call
17305 spi_release_bus() to make the bus available to others, and possibly
17306 shut down the SPI controller hardware.
17307
17308 spi_xfer() behaves mostly the same as before, but it now takes a
17309 spi_slave parameter instead of a spi_chipsel function pointer. It also
17310 got a new parameter, flags, which is used to specify chip select
17311 behaviour. This may be extended with other flags in the future.
17312
17313 This patch has been build-tested on all powerpc and arm boards
17314 involved. I have not tested NIOS since I don't have a toolchain for it
17315 installed, so I expect some breakage there even though I've tried
17316 fixing up everything I could find by visual inspection.
17317
17318 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
17319 DataFlash drivers posted as a follow-up. I'd like some help testing
17320 other boards that use the existing SPI API.
17321
17322 But most of all, I'd like some comments on the new API. Is this stuff
17323 usable for everyone? If not, why?
17324
17325 Changed in v4:
17326 - Build fixes for various boards, drivers and commands
17327 - Provide common struct spi_slave definition that can be extended by
17328 drivers
17329 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
17330 - Make default bus and mode build-time configurable
17331 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
17332
17333 Changed in v3:
17334 - Add opaque struct spi_slave for controller-specific data associated
17335 with a slave.
17336 - Add spi_claim_bus() and spi_release_bus()
17337 - Add spi_free_slave()
17338 - spi_setup() is now called spi_setup_slave() and returns a
17339 struct spi_slave
17340 - soft_spi now supports four SPI modes (CPOL|CPHA)
17341 - Add bus parameter to spi_setup_slave()
17342 - Convert the new i.MX32 SPI driver
17343 - Convert the new MC13783 RTC driver
17344
17345 Changed in v2:
17346 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
17347 new API.
17348
17349 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17350 Tested-by: Guennadi Liakhovetski <lg@denx.de>
17351
17352commit 289011207d999b2e4085150d2aa30d547ad9b800
17353Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17354Date: Fri May 16 11:10:30 2008 +0200
17355
17356 Move definition of container_of() to common.h
17357
17358 AVR32 and AT91SAM9 both have their own identical definitions of
17359 container_of() taken from the Linux kernel. Move it to common.h so
17360 that all architectures can use it.
17361
17362 container_of() is already used by some drivers, and will be used
17363 extensively by the new and improved SPI API.
17364
17365 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17366
17367commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
17368Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17369Date: Fri May 16 11:08:11 2008 +0200
17370
17371 soft_i2c: Pull SDA high before reading
17372
17373 Spotted by Dean Capindale.
17374
17375 Systems that support open-drain GPIO properly are allowed provide an
17376 empty I2C_TRISTATE define. However, this means that we need to be
17377 careful not to drive SDA low when the slave is expected to respond.
17378
17379 This patch adds a missing I2C_SDA(1) to read_byte() required to
17380 tristate the SDA line on systems that support open-drain GPIO.
17381
17382 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17383
17384commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
17385Author: Stefan Roese <sr@denx.de>
17386Date: Mon May 19 11:34:53 2008 +0200
17387
17388 ppc4xx: Remove implementations of testdram()
17389
17390 This patch removes the used testdram() implementations of the board
17391 that are maintained by myself.
17392
17393 Signed-off-by: Stefan Roese <sr@denx.de>
17394
17395commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
17396Author: Stefan Roese <sr@denx.de>
17397Date: Mon Jun 2 17:37:28 2008 +0200
17398
17399 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
17400
17401 Historically the 405 U-Boot port had a dram_init() call in early init
17402 stage. This function was still called from start.S and most of the time
17403 coded in assembler. This is not needed anymore (since a long time) and
17404 boards should implement the common initdram() function in C instead.
17405
17406 This patch now removed the dram_init() call from start.S and removes the
17407 empty implementations that are scattered through most of the 405 board
17408 ports. Some older board ports really implement this dram_init() though.
17409 These are:
17410
17411 csb272
17412 csb472
17413 ERIC
17414 EXBITGEN
17415 W7OLMC
17416 W7OLMG
17417
17418 I changed those boards to call this assembler dram_init() function now
17419 from their board specific initdram() instead. This *should* work, but please
17420 test again on those platforms. And it is perhaps a good idea that those
17421 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
17422 some time. So further patches welcome here.
17423
17424 Signed-off-by: Stefan Roese <sr@denx.de>
17425
17426commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
17427Author: Stefan Roese <sr@denx.de>
17428Date: Mon Jun 2 17:22:11 2008 +0200
17429
17430 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
17431
17432 Signed-off-by: Stefan Roese <sr@denx.de>
17433
17434commit 39b32be18cd33b53a84065edcd4e465165cc5564
17435Author: Stefan Roese <sr@denx.de>
17436Date: Mon Jun 2 17:20:03 2008 +0200
17437
17438 ppc4xx: Fix common ECC generation code for 440GP style platforms
17439
17440 This patch makes the common 4xx ECC code really usable on 440GP style
17441 platforms.
17442
17443 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
17444 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
17445 we need to make some processor dependant defines used later on by the
17446 driver.
17447
17448 Signed-off-by: Stefan Roese <sr@denx.de>
17449
17450commit ec724f883ee3f3925e6c55027e8ffa70ada83303
17451Author: Stefan Roese <sr@denx.de>
17452Date: Mon Jun 2 17:13:55 2008 +0200
17453
17454 ppc4xx: Change Kilauea to use the common DDR2 init function
17455
17456 This patch changes the kilauea and kilauea_nand (for NAND booting)
17457 board port to not use a board specific DDR2 init routine anymore. Now
17458 the common code from cpu/ppc4xx is used.
17459
17460 Thanks to Grant Erickson for all his basic work on this 405EX early
17461 bootup.
17462
17463 Signed-off-by: Stefan Roese <sr@denx.de>
17464
17465commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
17466Author: Stefan Roese <sr@denx.de>
17467Date: Mon Jun 2 14:59:21 2008 +0200
17468
17469 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
17470
17471 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
17472 ppc4xx related SDRAM/DDR/DDR2 controller defines.
17473
17474 Signed-off-by: Stefan Roese <sr@denx.de>
17475
17476commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
17477Author: Stefan Roese <sr@denx.de>
17478Date: Mon Jun 2 14:57:41 2008 +0200
17479
17480 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
17481
17482 This patch removes all SDRAM related defines from the PPC4xx headers
17483 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
17484 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
17485
17486 It also introduces new defines for the equipped SDRAM controller based on
17487 which PPC variant is used. There new defines are:
17488
17489 used on 405GR/CR/EP and some Xilinx Virtex boards.
17490
17491 used on 440GP/GX/EP/GR.
17492
17493 used on 440EPx/GRx.
17494
17495 used on 405EX/r/440SP/SPe/460EX/GT.
17496
17497 Signed-off-by: Stefan Roese <sr@denx.de>
17498
17499commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
17500Author: Stefan Roese <sr@denx.de>
17501Date: Mon Jun 2 14:35:44 2008 +0200
17502
17503 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
17504
17505 This patch consolidates the 405 and 440 parts of the NAND booting code
17506 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
17507 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
17508 Only *after* running from this location, nand_boot() is called.
17509
17510 Please note that the initsdram() call is now moved from nand_boot.c
17511 to start.S. I experienced problems with some boards like Kilauea
17512 (405EX), which don't have internal SRAM (OCM) and relocation needs to
17513 be done to SDRAM before the NAND controller can get accessed. When
17514 initdram() is called later on in nand_boot(), this can lead to problems
17515 with variables in the bss sections like nand_ecc_pos[].
17516
17517 Signed-off-by: Stefan Roese <sr@denx.de>
17518 Acked-by: Scott Wood <scottwood@freescale.com>
17519
17520commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
17521Author: Grant Erickson <gerickson@nuovations.com>
17522Date: Thu May 22 14:44:24 2008 -0700
17523
17524 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
17525
17526 This patch (Part 2 of 2):
17527
17528 * Rolls up a suite of changes to enable correct primordial stack and
17529 global data handling when the data cache is used for such a purpose
17530 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
17531
17532 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
17533 eliminating redundant ECC initialization implementations and moving
17534 redundant SDRAM initialization out of board code into shared 4xx
17535 code.
17536
17537 * Enables MCSR visibility on the 405EX(r).
17538
17539 * Enables the use of the data cache for initial RAM on
17540 both AMCC's Kilauea and Makalu and removes a redundant
17541 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
17542
17543 - Removed, per Stefan Roese's request, defunct memory.c file for
17544 Makalu and rolled sdram_init from it into makalu.c.
17545
17546 With respect to the 4xx DDR initialization and ECC unification, there
17547 is certainly more work that can and should be done (file renaming,
17548 etc.). However, that can be handled at a later date on a second or
17549 third pass. As it stands, this patch moves things forward in an
17550 incremental yet positive way for those platforms that utilize this
17551 code and the features associated with it.
17552
17553 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17554 Signed-off-by: Stefan Roese <sr@denx.de>
17555
17556commit c821b5f120bedf73867513466412587c6912a8f8
17557Author: Grant Erickson <gerickson@nuovations.com>
17558Date: Thu May 22 14:44:14 2008 -0700
17559
17560 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
17561
17562 This patch (Part 1 of 2):
17563
17564 * Rolls up a suite of changes to enable correct primordial stack and
17565 global data handling when the data cache is used for such a purpose
17566 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
17567
17568 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
17569 eliminating redundant ECC initialization implementations and moving
17570 redundant SDRAM initialization out of board code into shared 4xx
17571 code.
17572
17573 * Enables MCSR visibility on the 405EX(r).
17574
17575 * Enables the use of the data cache for initial RAM on
17576 both AMCC's Kilauea and Makalu and removes a redundant
17577 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
17578
17579 - Removed, per Stefan Roese's request, defunct memory.c file for
17580 Makalu and rolled sdram_init from it into makalu.c.
17581
17582 With respect to the 4xx DDR initialization and ECC unification, there
17583 is certainly more work that can and should be done (file renaming,
17584 etc.). However, that can be handled at a later date on a second or
17585 third pass. As it stands, this patch moves things forward in an
17586 incremental yet positive way for those platforms that utilize this
17587 code and the features associated with it.
17588
17589 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17590 Signed-off-by: Stefan Roese <sr@denx.de>
17591
17592commit a439680019e06171d4a5694b7992accce87f590e
17593Author: Grant Erickson <gerickson@nuovations.com>
17594Date: Wed May 21 13:28:30 2008 -0700
17595
17596 PPC4xx: Simplified post_word_{load, store}
17597
17598 This patch simplifies post_word_{load,store} by using the preprocessor
17599 to eliminate redundant, copy-and-pasted code.
17600
17601 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17602
17603commit f979690ee337450b2030aba128f95b7a8d9881c0
17604Author: Kumar Gala <galak@kernel.crashing.org>
17605Date: Thu May 15 15:13:08 2008 -0500
17606
17607 Fix warnings from gcc-4.3.0 build on a ppc host
17608
17609 * The cfi_flash.c memset fix actual allows the board to boot so there is
17610 a bit more going on here than just resolving warnings associated with
17611 uninitialized variables.
17612
17613 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
17614 inline function 'ext2_find_next_zero_bit' which is not static
17615
17616 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17617
17618commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
17619Author: Becky Bruce <becky.bruce@freescale.com>
17620Date: Wed May 14 13:09:51 2008 -0500
17621
17622 MPC512x: Change traps.c to not reference non-addressable memory
17623
17624 Currently, END_OF_RAM is used by the trap code to determine if
17625 we should attempt to access the stack pointer or not. However,
17626 on systems with a lot of RAM, only a subset of the RAM is
17627 guaranteed to be mapped in and accessible. Change END_OF_RAM
17628 to use get_effective_memsize() instead of using the raw ram
17629 size out of the bd.
17630
17631 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17632
17633commit 81673e9ae14b771cd13faf19947192599cae3959
17634Author: Kumar Gala <galak@kernel.crashing.org>
17635Date: Tue May 13 19:01:54 2008 -0500
17636
17637 Make sure common.h is the first include.
17638
17639 If common.h isn't first we can get CONFIG_ options defined in the
17640 board config file ignored. This can cause an issue if any of those
17641 config options impact the size of types of data structures
17642 (eg CONFIG_PHYS_64BIT).
17643
17644 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17645
17646commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
17647Author: Marian Balakowicz <m8@semihalf.com>
17648Date: Tue May 13 15:53:29 2008 +0200
17649
17650 Avoid initrd and logbuffer area overlaps
17651
17652 Add logbuffer to reserved LMB areas to prevent initrd allocation
17653 from overlaping with it.
17654
17655 Make sure to use correct logbuffer base address.
17656
17657 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
17658
17659commit 6956d53d9934862507f83f0e3255dfd4662e7482
17660Author: Sascha Laue <sascha.laue@liebherr.com>
17661Date: Tue May 13 13:29:54 2008 +0200
17662
17663 lwmon5: add memory-pattern-test to FPGA POST.
17664
17665commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
17666Author: Becky Bruce <becky.bruce@freescale.com>
17667Date: Thu May 8 19:02:51 2008 -0500
17668
17669 PPC: 86xx Add bat registers to reginfo command
17670
17671 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17672
17673commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
17674Author: Becky Bruce <becky.bruce@freescale.com>
17675Date: Fri May 9 15:41:35 2008 -0500
17676
17677 PPC: Add print_bats() to lib_ppc/bat_rw.c
17678
17679 This function prints the values of all the BAT register
17680 pairs - I needed this for debug earlier this week; adding it to
17681 lib_ppc so others can use it (and add it to reginfo commands
17682 if so desired).
17683
17684 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17685
17686commit c148f24c15743a02e855636e6bed013bd121f7f2
17687Author: Becky Bruce <becky.bruce@freescale.com>
17688Date: Thu May 15 21:29:04 2008 -0500
17689
17690 PPC: Change lib_ppc/bat_rw.c to use high bats
17691
17692 Currently, this code only deals with BATs 0-3, which makes
17693 it useless on systems that support BATs 4-7. Add the
17694 support for these registers.
17695
17696 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
17697
17698commit 31d826722434931e1152a09d140187dcf72f8aac
17699Author: Becky Bruce <becky.bruce@freescale.com>
17700Date: Thu May 8 19:02:12 2008 -0500
17701
17702 PPC: Create and use CONFIG_HIGH_BATS
17703
17704 Change all code that conditionally operates on high bat
17705 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
17706 instead of the myriad ways this is done now. Define the option
17707 for every config for which high bats are supported (and
17708 enabled by early boot, on parts where they're not always
17709 enabled)
17710
17711 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
17712
17713commit aa3b8bf9c30065bb2ea852799d32db5020598495
17714Author: Wolfgang Grandegger <wg@grandegger.com>
17715Date: Wed May 28 19:55:19 2008 +0200
17716
17717 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
17718
17719 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
17720 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17721
17722commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
17723Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17724Date: Wed May 28 13:06:25 2008 -0500
17725
17726 ColdFire: Add 10 base ethernet support for mcf5445x
17727
17728 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17729 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17730
17731commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
17732Author: Jason McMullan <mcmullan@netapp.com>
17733Date: Fri May 30 00:53:38 2008 +0900
17734
17735 mips: Add an 'include/asm/errno.h', like all other architectures
17736
17737 All other u-boot architectures have an include/asm/errno.h, so
17738 this change adds it to the mips include/asm-mips headers also.
17739
17740 Stolen from Linux 2.6.25.
17741
17742 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17743
17744commit e2ad8426624bac457acc6925b6ff408e9bf20466
17745Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17746Date: Fri May 30 00:53:38 2008 +0900
17747
17748 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
17749
17750 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17751
17752commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
17753Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17754Date: Fri May 30 00:53:38 2008 +0900
17755
17756 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
17757
17758 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17759
17760commit bf462ae450a7f2eeeddc699ed345b391e3263540
17761Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17762Date: Fri May 30 00:53:37 2008 +0900
17763
17764 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
17765
17766 No functional changes.
17767
17768 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17769
17770commit 89a1550ec6b74452274a7a23127936e2c7eec711
17771Author: Jason McMullan <mcmullan@netapp.com>
17772Date: Fri May 30 00:53:37 2008 +0900
17773
17774 mips: If CONFIG_CMD_SPI is defined, call spi_init()
17775
17776 The mips architecture currently does not call 'spi_init()' in the generic
17777 board initialization routine is CONFIG_CMD_SPI is defined.
17778
17779 This patch rectifies that problem.
17780
17781 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17782 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17783
17784commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
17785Author: Jason McMullan <mcmullan@netapp.com>
17786Date: Fri May 30 00:53:37 2008 +0900
17787
17788 [MIPS] lib_mips/board.c: Add nand_init
17789
17790 This patch adds the standard 'nand_init()' call to the mips generic
17791 'board_init_r()' call, bringing MIPS in line with the other architectures.
17792
17793 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
17794 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
17795
17796commit d6ac2ed893c2168738aee01579d6283af8d37045
17797Author: Scott Wood <scottwood@freescale.com>
17798Date: Thu May 22 10:49:46 2008 -0500
17799
17800 Remove prototypes of nand_init() in favor of including nand.h.
17801
17802 Likewise with onenand_init().
17803
17804 Signed-off-by: Scott Wood <scottwood@freescale.com>
17805
17806commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
17807Author: Scott Wood <scottwood@freescale.com>
17808Date: Thu May 22 10:49:00 2008 -0500
17809
17810 Make onenand_uboot.h self-sufficient.
17811
17812 Don't assume types are provided by previously included headers.
17813
17814 Signed-off-by: Scott Wood <scottwood@freescale.com>
17815
17816commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
17817Author: Dirk Behme <dirk.behme@gmail.com>
17818Date: Wed Jan 16 14:26:59 2008 +0100
17819
17820 nand: Correct NAND erase percentage output
17821
17822 For NAND erase sizes smaller than one NAND erase block, erase
17823 percentage output becomes grater than 100% e.g.
17824
17825 -- cut --
17826 > nand info
17827 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
17828 > nand erase 0x100000 0x2000
17829 NAND erase: device 0 offset 0x100000, size 0x2000
17830 Erasing at 0x100000 -- 200% complete.
17831 OK
17832 >
17833 -- cut --
17834
17835 Correct this and give user a warning that more is erased than specified:
17836
17837 -- cut --
17838 > nand erase 0x100000 0x2000
17839 NAND erase: device 0 offset 0x100000, size 0x2000
17840 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
17841 Erasing 0x00004000 instead
17842 Erasing at 0x100000 -- 100% complete.
17843 OK
17844 >
17845 -- cut --
17846
17847 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
17848
17849commit 5922db6c0948506be91e0de44e7a6863a18a417f
17850Author: Stelian Pop <stelian@popies.net>
17851Date: Tue May 13 17:31:24 2008 +0200
17852
17853 Cleanup nand_info[] declaration.
17854
17855 The nand_info array is declared as extern in several .c files.
17856 Those days, nand.h contains a reference to the array, so there is
17857 no need to declare it elsewhere.
17858
17859 Signed-off-by: Stelian Pop <stelian@popies.net>
17860 Signed-off-by: Scott Wood <scottwood@freescale.com>
17861
17862commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
17863Author: Scott Wood <scottwood@freescale.com>
17864Date: Mon May 19 09:30:43 2008 -0500
17865
17866 NAND: Provide a sane default for NAND_MAX_CHIPS.
17867
17868 This allows the header to be included regardless of whether a board's
17869 config file provides NAND-related defininitions.
17870
17871 Signed-off-by: Scott Wood <scottwood@freescale.com>
17872
17873commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
17874Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17875Date: Mon May 26 12:19:10 2008 +0200
17876
17877 avr32: Fix theoretical race in udelay()
17878
17879 If the specified delay is very short, the cycle counter may go past the
17880 "end" time we are waiting for before we get around to reading it.
17881
17882 Fix it by checking the different between the cycle count "now" and the
17883 cycle count at the beginning. This will work as long as the delay
17884 measured in number of cycles is below 2^31.
17885
17886 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17887
17888commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
17889Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17890Date: Wed May 21 13:01:09 2008 +0200
17891
17892 avr32: Compile atmel_mci.o conditionally
17893
17894 Remove #ifdef CONFIG_MMC from the source file and use conditional
17895 compilation in the Makefile instead.
17896
17897 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17898
17899commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
17900Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17901Date: Thu May 22 12:28:25 2008 +0200
17902
17903 avr32: Fix wrong error flags in atmel_mci driver
17904
17905 Make sure we check for CRC errors when sending commands that use CRC
17906 checking.
17907
17908 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
17909 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17910
17911commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
17912Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17913Date: Wed May 21 11:10:59 2008 +0200
17914
17915 avr32: Fix two warnings in atmel_mci.c
17916
17917 The warnings are harmless but annoying. Let's fix them.
17918
17919 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17920
17921commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
17922Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17923Date: Mon May 19 11:36:28 2008 +0200
17924
17925 avr32: Rework SDRAM initialization code
17926
17927 This cleans up the SDRAM initialization and related code a bit, and
17928 allows faster booting.
17929
17930 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
17931 * Remove memory test from sdram_init() and make caller responsible
17932 for verifying the SDRAM and determining its size.
17933 * Remove base_address member from struct sdram_config (was sdram_info)
17934 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
17935 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
17936
17937 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17938
17939commit 95107b7c028806919630bf02c653aa8f4f867c94
17940Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17941Date: Mon May 19 11:27:37 2008 +0200
17942
17943 avr32: Do stricter stack checking in the exception handler
17944
17945 Don't do a stack dump if the stack pointer is outside the memory area
17946 reserved for stack.
17947
17948 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17949
17950commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
17951Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17952Date: Fri May 2 15:32:57 2008 +0200
17953
17954 avr32: Use the same entry point for reset and exception handling
17955
17956 Since the reset vector is always aligned to a very large boundary, we
17957 can save a couple of KB worth of alignment padding by placing the
17958 exception vectors at the same address.
17959
17960 Deciding which one it is is easy: If we're handling an exception, the
17961 CPU is in Exception mode. If we're starting up after reset, the CPU is
17962 in Supervisor mode. So this adds a very minimal overhead to the reset
17963 path (only executed once) and the exception handling path (normally
17964 never executed at all.)
17965
17966 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17967
17968commit 0c16eed2189a190bd5655b33c029f809a9b31128
17969Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17970Date: Fri May 2 15:24:22 2008 +0200
17971
17972 avr32: Put memset in its own section
17973
17974 All C code is compiled with -ffunction-sections -fdata-sections.
17975 Assembly functions should get their own sections as well so that
17976 everything looks consistent.
17977
17978 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17979
17980commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
17981Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17982Date: Fri May 2 15:21:40 2008 +0200
17983
17984 avr32: Rename pm_init() as clk_init() and make SoC-specific
17985
17986 pm_init() was always more about clock initialization than anything
17987 else. Dealing with PLLs, clock gating and such is also inherently
17988 SoC-specific, so move it into a SoC-specific directory.
17989
17990 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17991
17992commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
17993Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17994Date: Wed Apr 30 16:15:57 2008 +0200
17995
17996 avr32: Use new-style Makefile for the at32ap platform
17997
17998 This makes it easier to avoid compiling certain files later.
17999
18000 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18001
18002commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
18003Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18004Date: Wed Apr 30 14:36:47 2008 +0200
18005
18006 avr32: Remove unused file cpu/at32ap/pm.c
18007
18008 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18009
18010commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
18011Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18012Date: Wed Apr 30 14:19:28 2008 +0200
18013
18014 avr32: Clean up the HMATRIX code
18015
18016 Rework the HMATRIX configuration interface so that it becomes easier
18017 to configure the HMATRIX for boards with special needs, and add new
18018 parts.
18019
18020 The HMATRIX header file has been split into a general,
18021 chip-independent part with register definitions, etc. and a
18022 chip-specific part with SFR bitfield definitions and master/slave
18023 identifiers.
18024
18025 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18026
18027commit 0a2e48792dd372c90b80059f3235e67a567e16fc
18028Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18029Date: Thu Nov 22 12:14:11 2007 +0100
18030
18031 avr32: Add support for the ATSTK1006 board
18032
18033 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
18034 board. It's currently in production and will be available soon.
18035
18036 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18037
18038commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
18039Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18040Date: Tue Apr 29 12:53:05 2008 +0200
18041
18042 avr32: Get rid of the .flashprog section
18043
18044 The .flashprog section was only needed back when we were running
18045 directly from flash, and it's even more useless on NGW100 since it
18046 uses the CFI flash driver which never used this workaround in the
18047 first place.
18048
18049 Remove it on STK1000 as well, and get rid of all the associated code and
18050 annotations.
18051
18052 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18053
18054commit cdd42c0c7a5205fc380912d83229069a71ea3abf
18055Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18056Date: Wed Apr 30 13:09:56 2008 +0200
18057
18058 avr32: Use correct condition around macb clock accessors
18059
18060 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
18061 the chip has a MACB controller, not when it has a USART.
18062
18063 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18064
18065commit f793a3581901ff39c2abb94012d9bbc8573ccf02
18066Author: David Brownell <david-b@pacbell.net>
18067Date: Wed Apr 16 22:57:58 2008 -0700
18068
18069 avr32: Disable the AP7000 internal watchdog on startup
18070
18071 This patch forces the watchdog off in all cases. That will at least
18072 get rid of the constant reboot cycle, though it won't let the watchdog
18073 actually run in the new kernels: its probe() comes up with a polite
18074 warning.
18075
18076 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18077
18078commit 55ac7a7490b55da56659f95d82a0c83b9756df27
18079Author: David Brownell <david-b@pacbell.net>
18080Date: Fri Feb 22 12:54:39 2008 -0800
18081
18082 avr32: stk1002 and ngw100 convergence
18083
18084 Make STK1002 and NGW100 boards act more alike:
18085 - STK boards can use as many arguments as NGW
18086 - STK boards don't need to manage FPGAs either
18087 - NGW commands should match STK ones
18088
18089 Also spell U-Boot right in prompts for STK1002 and NGW100.
18090
18091 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
18092 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
18093 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18094
18095commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
18096Author: Sergei Poselenov <sposelenov@emcraft.com>
18097Date: Tue May 27 13:47:00 2008 +0200
18098
18099 Socrates: Fix PCI bus frequency report
18100
18101 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18102
18103commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
18104Author: Sergei Poselenov <sposelenov@emcraft.com>
18105Date: Tue May 27 11:49:13 2008 +0200
18106
18107 Socrates: Added USB support.
18108
18109 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18110
18111commit 5a904e5637cff1d708dc67098004f83ba9e84c54
18112Author: Sergei Poselenov <sposelenov@emcraft.com>
18113Date: Tue May 27 11:35:02 2008 +0200
18114
18115 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
18116
18117 In case of several PCI USB controllers on a board this variable
18118 specifys which controller to use.
18119 See doc/README.generic_usb_ohci for details.
18120
18121 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18122
18123commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
18124Author: Sergei Poselenov <sposelenov@emcraft.com>
18125Date: Tue May 27 10:36:07 2008 +0200
18126
18127 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
18128
18129 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18130
18131commit 83e9d7a2614d4006b92690afa3390c291734267e
18132Author: Sergei Poselenov <sposelenov@emcraft.com>
18133Date: Mon May 26 18:16:04 2008 +0200
18134
18135 Socrates: Config file cleanup.
18136
18137 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18138
18139commit 602cac1389b755b223272f2328a47e6f8c240848
18140Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18141Date: Sat May 24 12:47:46 2008 +0200
18142
18143 MAKEALL: add at91 list
18144
18145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18146
18147commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
18148Author: Ron Madrid <ron_madrid@sbcglobal.net>
18149Date: Fri May 23 15:37:05 2008 -0700
18150
18151 Add Marvell 88E1118 support for TSEC
18152
18153 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
18154 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18155
18156commit 557b377d8bfc8b833b6e749457bcdfa298331a24
18157Author: Jens Gehrlein <sew_s@tqs.de>
18158Date: Mon May 5 14:06:11 2008 +0200
18159
18160 smc911x: add 16 bit support
18161
18162 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
18163 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18164
Wolfgang Denk1ec16772008-08-12 16:08:38 +020018165commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
18166Author: Christian Eggers <ceggers@gmx.de>
18167Date: Wed May 21 21:29:10 2008 +0200
18168
18169 Fix endianess conversion in usb_ohci.c
18170
18171 Sorry, I forgot this line:
18172
18173 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18174
18175 I think this must be swapped (result may be equal).
18176
Wolfgang Denk5a738e82008-06-28 23:16:01 +020018177commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
18178Author: Christian Eggers <ceggers@gmx.de>
18179Date: Wed May 21 22:12:00 2008 +0200
18180
18181 USB: replace old swap_ with proper endianess conversion macros
18182
18183 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18184 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18185
18186commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
18187Author: Christian Eggers <ceggers@gmx.de>
18188Date: Wed May 21 21:29:10 2008 +0200
18189
18190 Fix endianess conversion in usb_ohci.c
18191
18192 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18193 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18194
18195commit 477434c63c2ea5baa5c6c4e43500786f436511ff
18196Author: Sergei Poselenov <sposelenov@emcraft.com>
18197Date: Thu May 22 01:15:53 2008 +0200
18198
18199 USB: add support for multiple PCI OHCI controllers
18200
18201 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
18202 In case of several PCI USB controllers on a board this variable
18203 specifys which controller to use.
18204
18205 Also add USB support for sokrates board.
18206
18207 See doc/README.generic_usb_ohci for details.
18208
18209 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18210 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18211
18212commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
18213Author: Wolfgang Denk <wd@denx.de>
18214Date: Wed May 21 16:56:08 2008 +0200
18215
18216 Fix some whitespace issues
18217
18218 introduced by 53677ef18 "Big white-space cleanup."
18219
18220 Signed-off-by: Wolfgang Denk <wd@denx.de>
18221
18222commit 4416603aeb06861b468b06a981e52c3ff805db7b
18223Author: York Sun <yorksun@freescale.com>
18224Date: Mon May 12 14:36:39 2008 -0500
18225
18226 Make ads5121 out-of-tree compiling safe
18227
18228 Reuse the existing DIU driver in board/freescale/common.
18229
18230 Signed-off-by: York Sun <yorksun@freescale.com>
18231
18232commit 0e1bad47cd345c76c91a64caf41011e431b62599
18233Author: York Sun <yorksun@freescale.com>
18234Date: Mon May 5 10:20:01 2008 -0500
18235
18236 Adding DIU support for Freescale 5121ADS
18237
18238 Add DIU and cfb console support to FSL 5121ADS board.
18239
18240 Use #define CONFIG_VIDEO in config file to enable fb console.
18241
18242 Signed-off-by: York Sun <yorksun@freescale.com>
18243
18244commit a48ff68d235e671176f6b496c44246dbe5e0a93f
18245Author: York Sun <yorksun@freescale.com>
18246Date: Mon May 5 10:20:00 2008 -0500
18247
18248 Replace DPRINTF with debug
18249
18250 Remove DPRINTF macro and replace it with generic debug macro.
18251
18252 Signed-off-by: York Sun <yorksun@freescale.com>
18253
18254commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
18255Author: York Sun <yorksun@freescale.com>
18256Date: Mon May 5 10:19:59 2008 -0500
18257
18258 Move pixel clock setting to board file
18259
18260 The clock divider has different format in 5121 and 8610. This patch moves it to
18261 board specific code.
18262
18263 Signed-off-by: York Sun <yorksun@freescale.com>
18264
18265commit 53677ef18e25c97ac613349087c5cb33ae5a2741
18266Author: Wolfgang Denk <wd@denx.de>
18267Date: Tue May 20 16:00:29 2008 +0200
18268
18269 Big white-space cleanup.
18270
18271 This commit gets rid of a huge amount of silly white-space issues.
18272 Especially, all sequences of SPACEs followed by TAB characters get
18273 removed (unless they appear in print statements).
18274
18275 Also remove all embedded "vim:" and "vi:" statements which hide
18276 indentation problems.
18277
18278 Signed-off-by: Wolfgang Denk <wd@denx.de>
18279
18280commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
18281Author: Sergei Poselenov <sposelenov@emcraft.com>
18282Date: Thu May 8 17:46:23 2008 +0200
18283
18284 socrates: fix second TSEC configuration (it is actually TSEC3)
18285
18286 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18287
18288commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
18289Author: Sergei Poselenov <sposelenov@emcraft.com>
18290Date: Thu May 8 14:17:08 2008 +0200
18291
18292 Fixed reset for socrates
18293
18294 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18295
18296commit e18575d5f589a62e19c70d471d4b4e27cad3af56
18297Author: Sergei Poselenov <sposelenov@emcraft.com>
18298Date: Wed May 7 15:10:49 2008 +0200
18299
18300 socrates: changes to support FDT
18301
18302 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18303 Signed-off-by: Wolfgang Denk <wd@denx.de>
18304
18305commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
18306Author: Sergei Poselenov <sposelenov@emcraft.com>
18307Date: Wed Apr 30 11:42:50 2008 +0200
18308
18309 Initial support for "Socrates" board
18310
18311 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
18312
18313commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
18314Author: Yuri Tikhonov <yur@emcraft.com>
18315Date: Thu May 8 15:46:42 2008 +0200
18316
18317 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
18318
18319 This way we become able to utilize the full post_log_word for POST
18320 activities (overwise, POST ECC, which has 0x8000 ID, could be
18321 erroneously treated as started in post_output_backlog() even if there
18322 was actually no POST ECC run (because of OCM POST failure, for
18323 example).
18324
18325 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18326
18327commit 7845d49094c81321021b50a4dbb8864d2f3777e4
18328Author: Yuri Tikhonov <yur@emcraft.com>
18329Date: Thu May 8 15:46:02 2008 +0200
18330
18331 POST: mark OCM test as POST_STOP
18332
18333 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18334
18335commit 28a385065882d6cb6ac5f443311ff87887ed7c13
18336Author: Yuri Tikhonov <yur@emcraft.com>
18337Date: Thu May 8 15:45:26 2008 +0200
18338
18339 POST: add POST_STOP flag
18340
18341 Don't run futher tests in case of a test fails that is marked as
18342 POST_STOP.
18343
18344 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18345 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18346
18347commit a525145d8110d15b4389d23c3ea8a78f22509d3f
18348Author: Yuri Tikhonov <yur@emcraft.com>
18349Date: Thu May 8 15:44:16 2008 +0200
18350
18351 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
18352
18353 Switch the OCM testid with the codec one. The reason is that current
18354 implementation requires the POST_ROM testid to fit into lower 16
18355 bits, and the codec test will never run with POST_ROM hopefully.
18356
18357 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18358
18359commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
18360Author: Yuri Tikhonov <yur@emcraft.com>
18361Date: Thu May 8 15:43:28 2008 +0200
18362
18363 lwmon5: enable OCM post test on lwmon5 board
18364
18365 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18366
18367commit 6e8ec682268493b8d098f99e17b1ce71b4448977
18368Author: Yuri Tikhonov <yur@emcraft.com>
18369Date: Thu May 8 15:42:47 2008 +0200
18370
18371 POST: OCM test added.
18372
18373 Added OCM test to POST layer. This version runs before all other tests
18374 but doesn't yet interrupt post sequence on failure.
18375
18376 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18377 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
18378
18379commit 6891260bdd935a382c95d9fa333922b0dfded68a
18380Author: Yuri Tikhonov <yur@emcraft.com>
18381Date: Thu May 8 15:40:39 2008 +0200
18382
18383 POST: typo fix
18384
18385 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
18386
18387commit 727f63334676e760877d43bfb8f0e9331ac8b101
18388Author: Hebbar <gururajakr@sanyo.co.in>
18389Date: Tue May 20 02:16:36 2008 -0700
18390
18391 common/usb.c: fix incorrect escape sequence
18392
18393 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
18394
18395commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
18396Author: York Sun <yorksun@freescale.com>
18397Date: Thu May 15 15:26:27 2008 -0500
18398
18399 Fix 8313ERDB board configuration
18400
18401 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
18402 Correct TSEC1 vs TSEC2 assignment.
18403 Define ETHADDR and ETH1ADDR always.
18404
18405 Signed-off-by: York Sun <yorksun@freescale.com>
18406 Signed-off-by: Timur Tabi <timur@freescale.com>
18407
18408commit 2c289e320dcfb3760e99cf1d765cb067194a1202
18409Author: Jon Loeliger <jdl@freescale.com>
18410Date: Mon May 19 09:47:25 2008 -0500
18411
18412 mpc86xx: Removed unused and unconfigured memory test code.
18413
18414 Besides, other common code exists.
18415
18416 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18417
18418commit 180a90abdae72587c0f679edf8991455e559440d
18419Author: Wolfgang Denk <wd@denx.de>
18420Date: Mon May 19 12:47:11 2008 +0200
18421
18422 Release v1.3.3
18423
18424 Update CHANGELOG for release.
18425
18426 Signed-off-by: Wolfgang Denk <wd@denx.de>
18427
Wolfgang Denk5007aa62008-05-19 12:47:11 +020018428commit 16bedc661de0dae767b1377d8413373a3fbcfa79
18429Author: Stefan Roese <sr@denx.de>
18430Date: Mon May 19 07:14:38 2008 +0200
18431
18432 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
18433
18434 When SATA is selected (via jumper J6) we need to disable the first PCIe
18435 node in the device tree, so that Linux doesn't initialize it. Otherwise
18436 the Linux SATA driver will fail to detect the devices.
18437
18438 The same goes the other way around too. So if PCIe is selected we need
18439 to disable the SATA node in the device tree.
18440
18441 This is because PCIe port 0 and SATA on 460EX share the same pins
18442 (multiplexed) and we have to configure in U-Boot which peripheral is
18443 enabled.
18444
18445 Signed-off-by: Stefan Roese <sr@denx.de>
18446
18447commit 3cc27b426aeefe2930f911692e9df3143fb2565f
18448Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18449Date: Sun May 18 19:09:58 2008 +0200
18450
18451 i386: Fix multiple definitions of __show_boot_progress
18452
18453 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18454
18455commit 311f3446930c1e64c12026c1cfd00500b05be52d
18456Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18457Date: Sun May 18 19:09:57 2008 +0200
18458
18459 sc530_spunk: add missing SOBJS entry
18460
18461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18462
18463commit a559317143b4f95927b08cd388707e6f077e95fa
18464Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18465Date: Sun May 18 19:09:56 2008 +0200
18466
18467 sc520_spunk: Fix flash
18468
18469 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
18470 flash.c:398: error: label at end of compound statement
18471
18472 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18473
18474commit 91f221317af64191ee8caf303ea9305943158691
18475Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18476Date: Sun May 18 19:09:49 2008 +0200
18477
18478 drivers/pcmcia: add missing i82365
18479
18480 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18481
18482commit dd223944132f97ffa52977ea95e5a52428f5cc2f
18483Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18484Date: Sun May 18 19:09:47 2008 +0200
18485
18486 i386/bootm: remove unused var
18487
18488 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18489
18490commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
18491Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18492Date: Sun May 18 19:09:45 2008 +0200
18493
18494 example/gitignore: update with all generated examples
18495
18496 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18497
18498commit a38dc3ea8614f8b0c41e432b445a9959b9711295
18499Author: Wolfgang Denk <wd@denx.de>
18500Date: Thu May 15 00:42:45 2008 +0200
18501
18502 TQM8272: fix out-of-tree building
18503
18504 ...and add to MAKEALL script
18505
18506 Signed-off-by: Wolfgang Denk <wd@denx.de>
18507
18508commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
18509Author: Wolfgang Denk <wd@denx.de>
18510Date: Wed May 14 23:34:53 2008 +0200
18511
18512 environment: fix bug introduced by commit a8409f4f1ac8
18513
18514 env_get_char is not a function, but a pointer to one.
18515
18516 Signed-off-by: Wolfgang Denk <wd@denx.de>
18517
Wolfgang Denk5a738e82008-06-28 23:16:01 +020018518commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
18519Author: Gary Jennejohn <garyj@denx.de>
18520Date: Wed May 14 13:39:22 2008 +0200
18521
18522 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
18523
18524 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
18525 use a redundant environment.
18526
18527 Signed-off-by: Gary Jennejohn <garyj@denx.de>
18528
Wolfgang Denk5007aa62008-05-19 12:47:11 +020018529commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
18530Author: Wolfgang Denk <wd@denx.de>
18531Date: Wed May 14 13:55:30 2008 +0200
18532
18533 Fix config files for out-of-tree building
18534
18535 Several board/<...>/config.mk files include dynamically built (by
18536 the Makefile) config files but used the wrong file name of
18537 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
18538 instead if the correct
18539 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
18540
18541 The bug is nasty because the build result is correct for the (normal)
18542 in-tree builds, and because 'sinclude' is used no errors get raised
18543 even for out-of-tree build tests. But out-of-tree builds use an
18544 incomplete and thus usually incorrect configuration...
18545
18546 Signed-off-by: Wolfgang Denk <wd@denx.de>
18547
18548commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
18549Author: Stefan Roese <sr@denx.de>
18550Date: Wed May 14 13:40:03 2008 +0200
18551
18552 ppc4xx: Fix bogus Canyonlands config.mk
18553
18554 This patch fixes the canyonlands config.mk file to enable correct
18555 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
18556
18557 Signed-off-by: Stefan Roese <sr@denx.de>
18558
18559commit fdd1247a66d788a3446244f6fde9955a93c26322
18560Author: Stefan Roese <sr@denx.de>
18561Date: Wed May 14 10:32:32 2008 +0200
18562
18563 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
18564
18565 Canyonlands has a file ddr2_fixed.c which needs special treatment when
18566 building in separate directory. It has to be linked to build directory
18567 otherwise it is not seen.
18568
18569 Signed-off-by: Stefan Roese <sr@denx.de>
18570
18571commit a8409f4f1ac84c36273c1a1e341189662521bcfb
18572Author: Wolfgang Denk <wd@denx.de>
18573Date: Wed May 14 12:22:49 2008 +0200
18574
18575 environment: cleanup prototype declarations of env functions.
18576
18577 Signed-off-by: Wolfgang Denk <wd@denx.de>
18578
18579commit cf39b07948015c480b72a6e732cf7d839aa93a9e
18580Author: Wolfgang Denk <wd@denx.de>
18581Date: Wed May 14 12:21:48 2008 +0200
18582
18583 linkstation_HGLAN: Fix out of tree building.
18584
18585 Signed-off-by: Wolfgang Denk <wd@denx.de>
18586
18587commit 085551c05ca09e6c491ea11a1c6727a36776a545
18588Author: Stefan Roese <sr@denx.de>
18589Date: Wed May 14 10:32:32 2008 +0200
18590
18591 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
18592
18593 Canyonlands has a file ddr2_fixed.c which needs special treatment when
18594 building in separate directory. It has to be linked to build directory
18595 otherwise it is not seen.
18596
18597 Signed-off-by: Stefan Roese <sr@denx.de>
18598
18599commit 1510b82d50615f344e89d42533e8224cce067dc0
18600Author: Wolfgang Denk <wd@denx.de>
18601Date: Tue May 13 23:15:52 2008 +0200
18602
18603 Makefile: fix "error: version_autogenerated.h: No such file or directory"
18604
18605 Signed-off-by: Wolfgang Denk <wd@denx.de>
18606
Wolfgang Denk5a738e82008-06-28 23:16:01 +020018607commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
18608Author: Stelian Pop <stelian@popies.net>
18609Date: Tue May 13 17:31:24 2008 +0200
18610
18611 Cleanup nand_info[] declaration.
18612
18613 The nand_info array is declared as extern in several .c files.
18614 Those days, nand.h contains a reference to the array, so there is
18615 no need to declare it elsewhere.
18616
18617 Signed-off-by: Stelian Pop <stelian@popies.net>
18618 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18619
Wolfgang Denk5007aa62008-05-19 12:47:11 +020018620commit 70fab1908fc1734a403711eaabbef546bc4b77dc
18621Author: Stefan Roese <sr@denx.de>
18622Date: Tue May 13 20:22:01 2008 +0200
18623
18624 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
18625
18626 Signed-off-by: Stefan Roese <sr@denx.de>
18627
18628commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
18629Author: Wolfgang Denk <wd@denx.de>
18630Date: Mon May 12 01:11:21 2008 +0200
18631
18632 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
18633
18634 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
18635 which broke many PowerPC boards.
18636
18637commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
18638Author: Wolfgang Denk <wd@denx.de>
18639Date: Mon May 12 00:56:28 2008 +0200
18640
18641 Revert "Avoid initrd and logbuffer area overlaps"
18642
18643 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
18644 which breaks building on all PPC boards that don't use a log buffer.
18645
18646commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
18647Author: Nick Spence <nick.spence@freescale.com>
18648Date: Sat May 10 14:02:04 2008 -0700
18649
18650 Fix offset calculation for multi-type legacy images.
18651
18652 Calculation of tail was incorrect when size % 4 == 0.
18653
18654 New code removes the conditional and does the same thing but with arithmetic
18655
18656 Signed-off-by: Nick Spence <nick.spence@freescale.com>
18657
18658commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
18659Author: Wolfgang Denk <wd@denx.de>
18660Date: Mon May 12 00:40:58 2008 +0200
18661
18662 Revert "Change env_get_char from a global function ptr to a function."
18663
18664 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
18665 which is known to break booting from dataflash and NAND.
18666
18667commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
18668Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18669Date: Sun May 11 23:13:57 2008 +0200
18670
18671 API: remove duplicate syscall check
18672
Wolfgang Denk5a738e82008-06-28 23:16:01 +020018673 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18674
18675commit 67e3beb52c320b0a31cf030716c99392cde2d532
18676Author: Stelian Pop <stelian@popies.net>
18677Date: Fri May 9 21:46:51 2008 +0200
18678
18679 AT91: Cleanup unused config header file definitions.
18680
18681 CONFIG_ENV_OVERWRITE is commented out in the config header files,
18682 so let's cleanup the files by removing the whole definition.
18683
18684 Signed-off-by: Stelian Pop <stelian@popies.net>
18685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18686
18687commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
18688Author: Stelian Pop <stelian@popies.net>
18689Date: Thu May 8 14:52:34 2008 +0200
18690
18691 Support AT91CAP9 revC CPUs
18692
18693 The AT91CAP9 revC CPU has a few differences over the previous,
18694 revB CPU which was distributed in small quantities only (revA was
18695 an internal Atmel product only).
18696
18697 The revC silicon needs a special initialisation sequence to
18698 switch from the internal (imprecise) RC oscillator to the
18699 external 32k clock.
18700
18701 Signed-off-by: Stelian Pop <stelian@popies.net>
18702 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18703
18704commit 098b7b4b441b12c2a64dd517930f43c793542759
18705Author: Stelian Pop <stelian@popies.net>
18706Date: Thu May 8 14:52:33 2008 +0200
18707
18708 Use custom logo for Atmel boards
18709
18710 This patch adds a custom vendor logo for the Atmel AT91 boards.
18711
18712 Signed-off-by: Stelian Pop <stelian@popies.net>
18713 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18714
18715commit 761c70b80cdd3bead40146b96a8e713d6ae01632
18716Author: Stelian Pop <stelian@popies.net>
18717Date: Thu May 8 14:52:32 2008 +0200
18718
18719 AT91SAM9RLEK: hook up the ATMEL LCD driver
18720
18721 This patch makes the necessary adaptations (PIO configurations and
18722 defines in config header file) to hook up the Atmel LCD driver to the
18723 AT91SAM9RLEK board.
18724
18725 Signed-off-by: Stelian Pop <stelian@popies.net>
18726 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18727
18728commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
18729Author: Stelian Pop <stelian@popies.net>
18730Date: Thu May 8 14:52:31 2008 +0200
18731
18732 AT91SAM9263EK: hook up the ATMEL LCD driver
18733
18734 This patch makes the necessary adaptations (PIO configurations and
18735 defines in config header file) to hook up the Atmel LCD driver to the
18736 AT91SAM9263EK board.
18737
18738 Signed-off-by: Stelian Pop <stelian@popies.net>
18739 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18740
18741commit 820f2a958325061a446115f3035e48e4726b3390
18742Author: Stelian Pop <stelian@popies.net>
18743Date: Thu May 8 14:52:30 2008 +0200
18744
18745 AT91SAM9261EK: hook up the ATMEL LCD driver
18746
18747 This patch makes the necessary adaptations (PIO configurations and
18748 defines in config header file) to hook up the Atmel LCD driver to the
18749 AT91SAM9261EK board.
18750
18751 Signed-off-by: Stelian Pop <stelian@popies.net>
18752 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18753
18754commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
18755Author: Stelian Pop <stelian@popies.net>
18756Date: Thu May 8 14:52:29 2008 +0200
18757
18758 AT91CAP9ADK: hook up the ATMEL LCD driver
18759
18760 This patch makes the necessary adaptations (PIO configurations and
18761 defines in config header file) to hook up the Atmel LCD driver to the
18762 AT91CAP9ADK board.
18763
18764 Signed-off-by: Stelian Pop <stelian@popies.net>
18765 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18766
18767commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
18768Author: Stelian Pop <stelian@popies.net>
18769Date: Fri May 9 21:57:18 2008 +0200
18770
18771 Add ATMEL LCD driver
18772
18773 This patch adds support for the ATMEL LCDC driver which is used on some
18774 AT91 and AVR platforms.
18775
18776 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
18777 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
18778
18779 Signed-off-by: Stelian Pop <stelian@popies.net>
18780 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18781
18782commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
18783Author: Stelian Pop <stelian@popies.net>
18784Date: Thu May 8 18:52:25 2008 +0200
18785
18786 AT91SAM9RLEK support
18787
18788 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
18789 board.
18790
18791 Signed-off-by: Stelian Pop <stelian@popies.net>
18792 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18793
18794commit 8e429b3eee23927c1222679f6b6f53667b21595c
18795Author: Stelian Pop <stelian@popies.net>
18796Date: Thu May 8 18:52:23 2008 +0200
18797
18798 AT91SAM9263EK support
18799
18800 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
18801 board.
18802
18803 Signed-off-by: Stelian Pop <stelian@popies.net>
18804 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18805
18806commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
18807Author: Stelian Pop <stelian@popies.net>
18808Date: Thu May 8 20:52:22 2008 +0200
18809
18810 AT91SAM9261EK support
18811
18812 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
18813 board.
18814
18815 Signed-off-by: Stelian Pop <stelian@popies.net>
18816 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18817
18818commit 86c8c8a414988c50104a3b02c29f50af2be738c0
18819Author: Stelian Pop <stelian@popies.net>
18820Date: Thu May 8 20:52:21 2008 +0200
18821
18822 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
18823
18824 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
18825 in order to cope with the changes in DataFlash partitionning scheme
18826 (cset c3a60cb3).
18827
18828 Signed-off-by: Stelian Pop <stelian@popies.net>
18829 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18830
18831commit 96996ac25d5222611a8888968db6e53a6d3726da
18832Author: Stelian Pop <stelian@popies.net>
18833Date: Thu May 8 20:52:20 2008 +0200
18834
18835 AT91SAM9260EK: Normalize BOOTARGS
18836
18837 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
18838 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
18839 variable.
18840
18841 Signed-off-by: Stelian Pop <stelian@popies.net>
18842 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18843
18844commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
18845Author: Stelian Pop <stelian@popies.net>
18846Date: Thu May 8 20:52:19 2008 +0200
18847
18848 AT91SAM9260EK: Normalize SPI timings
18849
18850 This patch changes the SPI timings to closely match the ones
18851 used by the Linux kernel and the Atmel's own bootstrap project.
18852
18853 Signed-off-by: Stelian Pop <stelian@popies.net>
18854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18855
18856commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
18857Author: Stelian Pop <stelian@popies.net>
18858Date: Thu May 8 20:52:18 2008 +0200
18859
18860 AT91SAM9260EK: Handle 8 or 16 bit NAND
18861
18862 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
18863 makes the support configurable in the board config header file
18864 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
18865
18866 Signed-off-by: Stelian Pop <stelian@popies.net>
18867 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18868
18869commit ab52640fc01624e208424e527af0b7b3a5a65a12
18870Author: Stelian Pop <stelian@popies.net>
18871Date: Thu May 8 20:52:17 2008 +0200
18872
18873 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
18874
18875 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
18876 in order to cope with the changes in DataFlash partitionning scheme
18877 (cset c3a60cb3).
18878
18879 Signed-off-by: Stelian Pop <stelian@popies.net>
18880 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18881
18882commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
18883Author: Stelian Pop <stelian@popies.net>
18884Date: Thu May 8 20:52:16 2008 +0200
18885
18886 AT91CAP9ADK: Normalize BOOTARGS
18887
18888 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
18889 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
18890 variable.
18891
18892 Signed-off-by: Stelian Pop <stelian@popies.net>
18893 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18894
18895commit 93da48b910511911ce110656e17ed733c8ac4c45
18896Author: Stelian Pop <stelian@popies.net>
18897Date: Thu May 8 20:52:15 2008 +0200
18898
18899 AT91CAP9ADK: Normalize SPI timings
18900
18901 This patch changes the SPI timings to closely match the ones
18902 used by the Linux kernel and the Atmel's own bootstrap project.
18903
18904 Signed-off-by: Stelian Pop <stelian@popies.net>
18905 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18906
18907commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
18908Author: Stelian Pop <stelian@popies.net>
18909Date: Thu May 8 20:52:14 2008 +0200
18910
18911 AT91CAP9ADK: Handle 8 or 16 bit NAND
18912
18913 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
18914 makes the support configurable in the board config header file
18915 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
18916
18917 Signed-off-by: Stelian Pop <stelian@popies.net>
18918 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18919
18920commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
18921Author: Stelian Pop <stelian@popies.net>
18922Date: Thu May 8 20:52:13 2008 +0200
18923
18924 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
18925
18926 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
18927 below avoids the duplication of u-boot.lds by putting the file in the
18928 cpu directory instead of the board one.
18929
18930 Signed-off-by: Stelian Pop <stelian@popies.net>
18931 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18932
18933commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
18934Author: Stelian Pop <stelian@popies.net>
18935Date: Thu May 8 20:52:12 2008 +0200
18936
18937 Add proper copyright notices in Atmel boards Makefiles
18938
18939 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
18940 copyright notice. This patch adds the missing pieces.
18941
18942 Signed-off-by: Stelian Pop <stelian@popies.net>
18943 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18944
18945commit e817a042cef6164bf26fee86f90326f2ec9e6745
18946Author: Stelian Pop <stelian@popies.net>
18947Date: Thu May 8 20:52:11 2008 +0200
18948
18949 Add copyright information in Atmel boards partition.c
18950
18951 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
18952 the new created files. This patch fixes the problem.
18953
18954 Signed-off-by: Stelian Pop <stelian@popies.net>
18955 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18956
18957commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
18958Author: Stelian Pop <stelian@popies.net>
18959Date: Thu May 8 20:52:10 2008 +0200
18960
18961 Update origin and copyright information in arch-at91sam9 header files
18962
18963 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
18964 copied from the Linux kernel sources. This patch explicitly specifies
18965 this origin for all the copied headers, and for those missing copyright
18966 information, adds it.
18967
18968 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
18969 in the latest kernel sources by 'at91sam9_smc.h'.
18970
18971 The copyright information has been confirmed by the AT91 Linux kernel
18972 maintainer, Andrew Victor <avictor.za@gmail.com>.
18973
18974 Signed-off-by: Stelian Pop <stelian@popies.net>
Wolfgang Denk5007aa62008-05-19 12:47:11 +020018975 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18976
18977commit 79dd1712689d6a5031d7cbff54957049680751c7
18978Author: Markus Klotzbücher <mk@denx.de>
18979Date: Thu May 8 16:00:55 2008 +0200
18980
18981 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
18982
18983 When using dhcp/bootp the "netmask" environment variable is not set
18984 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
18985 desireable, so the following patch adds this this option to the board
18986 config.
18987
18988 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18989 Signed-off-by: Stefan Roese <sr@denx.de>
18990
18991commit 869d14b4cc2e47de2ddcb117bad0407a44436684
18992Author: Stefan Roese <sr@denx.de>
18993Date: Sat May 10 10:30:36 2008 +0200
18994
18995 ppc4xx: Update Makalu defconfig to use device-tree booting as default
18996
18997 This patch reworks the default environment on Makalu. Now "net_nfs" for
18998 example uses the device-tree style booting formerly know as "net_nfs_fdt".
18999 Also the addresses in RAM were changed because of the new image booting
19000 support, which check for image overwriting. So the addresses needed to
19001 get adjusted.
19002
19003 Signed-off-by: Stefan Roese <sr@denx.de>
19004
19005commit f3612a7b199cab3942f60d9c1392eb39d58cc699
19006Author: Becky Bruce <bgill@freescale.com>
19007Date: Wed May 7 13:28:16 2008 -0500
19008
19009 PPC: fix map_physmem build warning
19010
19011 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
19012 enabled. This quiets the warning.
19013
19014 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
19015
19016commit 36f32675f40292002ee1fed252c180a43022d2d4
19017Author: Becky Bruce <bgill@freescale.com>
19018Date: Wed May 7 13:24:57 2008 -0500
19019
19020 Update pci code to use phys_addr_t
19021
19022 Physical addrs need to be represented by phys_addr_t, not
19023 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
19024 are going to fail mightily.
19025
19026 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19027
19028commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
19029Author: Nick Spence <nick.spence@freescale.com>
19030Date: Thu May 8 22:32:22 2008 -0700
19031
19032 Support legacy multi-type images without FDT section.
19033
19034 This patch enables legacy multi-type images containing only a Linux kernel
19035 and root file system to be loaded, maintaining compatibility with previous
19036 versions of u-boot.
19037
19038 This is required when using old image files such as a Linux 2.4 kernel /
19039 filesystem.
19040
19041 Signed-off-by: Nick Spence <nick.spence@freescale.com>
19042 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
19043
19044commit 881031d9732783b7aeae2198fc7eb480ae8974a6
19045Author: Wolfgang Denk <wd@denx.de>
19046Date: Sat May 10 00:38:02 2008 +0200
19047
19048 Update CHANGELOG.
19049
19050 Signed-off-by: Wolfgang Denk <wd@denx.de>
19051
Wolfgang Denkd5eca4c2008-05-10 00:38:02 +020019052commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
19053Author: Wolfgang Denk <wd@denx.de>
19054Date: Sat May 10 00:36:09 2008 +0200
19055
19056 post/cpu/ppc4xx/Makefile: line length cleanup
19057
19058 Signed-off-by: Wolfgang Denk <wd@denx.de>
19059
19060commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
19061Author: Stelian Pop <stelian@popies.net>
19062Date: Thu May 8 22:52:09 2008 +0200
19063
19064 Fix @ -> <at> substitution
19065
19066 When applying the AT91CAP9 patches upstream, something transformed
19067 the '@' character into the ' <at> ' sequence.
19068
19069 The patch below restores the original form in all the places where
19070 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
19071 were copied from AT91CAP9, and a couple of other files where the
19072 ' <at> ' sequence was present).
19073
19074 Signed-off-by: Stelian Pop <stelian@popies.net>
19075
19076commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
19077Author: Stelian Pop <stelian@popies.net>
19078Date: Thu May 8 22:52:10 2008 +0200
19079
19080 Update origin and copyright information in arch-at91sam9 header files
19081
19082 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
19083 copied from the Linux kernel sources. This patch explicitly specifies
19084 this origin for all the copied headers, and for those missing copyright
19085 information, adds it.
19086
19087 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
19088 in the latest kernel sources by 'at91sam9_smc.h'.
19089
19090 The copyright information has been confirmed by the AT91 Linux kernel
19091 maintainer, Andrew Victor <avictor.za@gmail.com>.
19092
19093 Signed-off-by: Stelian Pop <stelian@popies.net>
19094
19095commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
19096Author: Stelian Pop <stelian@popies.net>
19097Date: Thu May 8 22:52:11 2008 +0200
19098
19099 Add copyright information in Atmel boards partition.c
19100
19101 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
19102 the new created files. This patch fixes the problem.
19103
19104 Signed-off-by: Stelian Pop <stelian@popies.net>
19105
19106commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
19107Author: Guennadi Liakhovetski <lg@denx.de>
19108Date: Thu May 8 10:09:27 2008 +0200
19109
19110 mx31ads: fix 32kHz clock handling
19111
19112 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
19113 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
19114 Also fix a typo when verifying a jumper configuration. While at it, make
19115 two needlessly global functions static.
19116
19117 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
19118
19119commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
19120Author: Marian Balakowicz <m8@semihalf.com>
19121Date: Wed May 7 13:10:04 2008 +0200
19122
19123 Avoid initrd and logbuffer area overlaps
19124
19125 Add logbuffer to reserved LMB areas to prevent initrd allocation
19126 from overlaping with it.
19127
19128 Make sure to use correct logbuffer base address.
19129
19130 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19131
19132commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
19133Author: Marian Balakowicz <m8@semihalf.com>
19134Date: Wed May 7 13:08:54 2008 +0200
19135
19136 ppc: Cleanup get_effective_memsize() use
19137
19138 Removed duplicated effective memory size calculation code.
19139
19140 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19141
19142commit 273c37d843d5b581090378016cd12dd9c586907b
19143Author: Marian Balakowicz <m8@semihalf.com>
19144Date: Wed May 7 09:03:53 2008 +0200
19145
19146 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
19147
19148 Recent modifcations to LOGBUFFER handling code were incorrecly
19149 introduced to fit_check_kernel() routine during
19150 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
19151 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
19152
19153 This patch cleans up this merge issue.
19154
19155 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19156
19157commit bc11756daff89a3de09ca80adac962b88cf06e6e
19158Author: Grant Erickson <gerickson@nuovations.com>
19159Date: Tue May 6 20:16:15 2008 -0700
19160
19161 Propagate Error Status to the Shell on fw_printenv Errors
19162
19163 Changed implementation such that fw_printenv returns failure status
19164 when one or more specified variables do not exist or when incorrect
19165 command syntax is used.
19166
19167 This aids scripting fw_printenv such that the script can key of the
19168 return status rather than relying on standard error "scraping".
19169
19170 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19171 Signed-off-by: Wolfgang Denk <wd@denx.de>
19172
19173commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
19174Author: Grant Erickson <gerickson@nuovations.com>
19175Date: Tue May 6 16:18:00 2008 -0700
19176
19177 Fix Compilation Errors with 'tools/env/fw_printenv'
19178
19179 In the current top-of-tree, 1.3.3.-rc2, the optional tool
19180 'tools/env/fw_printenv' fails to compile for two reasons:
19181
19182 1) The header watchdog.h cannot be found.
19183 2) The header zlib.h is picked up from the tool chain rather than the
19184 project causing a prototype conflict for crc32.
19185
19186 This patch addresses both of these issues.
19187
19188 Platforms Tested On:
19189 - AMCC "Kilauea"
19190
19191 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19192
19193commit 597f6c26a18b389903a64692bacbf9a1ca69355b
19194Author: James Yang <James.Yang@freescale.com>
19195Date: Mon May 5 10:22:53 2008 -0500
19196
19197 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
19198
19199 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
19200 work before relocating to RAM because command history is written into
19201 a global array that is not writable before relocation. This patch
19202 defers to the no-editing and no-history code in readline_into_buffer()
19203 if it is called before relocation.
19204
19205 Signed-off-by: James Yang <James.Yang@freescale.com>
19206 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19207
19208commit 726c0f1e5f108dccea052965123b95837d2bd402
19209Author: Detlev Zundel <dzu@denx.de>
19210Date: Mon May 5 16:11:22 2008 +0200
19211
19212 cosmetic: Adjust coding style for switch statements to be consistent
19213
19214 Signed-off-by: Detlev Zundel <dzu@denx.de>
19215
19216commit 574b319512b13e10800f0045e39b993f4ca25e42
19217Author: Detlev Zundel <dzu@denx.de>
19218Date: Mon May 5 16:11:21 2008 +0200
19219
19220 Fix disk type output in disk/part.c
19221
19222 Signed-off-by: Detlev Zundel <dzu@denx.de>
19223
19224commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
19225Author: Vlad Lungu <vlad.lungu@windriver.com>
19226Date: Mon May 5 14:20:03 2008 +0300
19227
19228 Mail address change, documentation modified
19229
19230 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
19231
19232commit 4d49b28038e2819088e8356a77212fc95a89ce5a
19233Author: Michal Simek <monstr@monstr.eu>
19234Date: Sun May 4 15:42:41 2008 +0200
19235
19236 microblaze: Repare intc handling
19237
19238 Signed-off-by: Michal Simek <monstr@monstr.eu>
19239
19240commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
19241Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19242Date: Sun May 4 15:17:52 2008 +0200
19243
19244 include/gitignore: update to all architectures
19245
19246 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19247
19248commit 1df368aed3b8bc240fe1595d290b0e91b22961da
19249Author: Marcel Ziswiler <marcel@ziswiler.com>
19250Date: Mon May 5 02:12:06 2008 +0200
19251
19252 ide: Remove spurious second include of io.h
19253
19254 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
19255
19256 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19257
19258commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
19259Author: Adrian Filipi <adrian.filipi@eurotech.com>
19260Date: Tue May 6 16:46:37 2008 -0400
19261
19262 Fix some typos
19263
19264 This patch fixes three typos.
19265 The first is a repetition of CONFIG_CMD_BSP.
19266 The second makes the #endif comment match its #if.
19267 The third is a spelling error.
19268
19269 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
19270
19271commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
19272Author: Grant Erickson <gerickson@nuovations.com>
19273Date: Sun May 4 16:45:01 2008 -0700
19274
19275 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
19276
19277 Add support for the recognition of 'powerpc' as an alias for the PowerPC
19278 architecture type since Linux is already trending in that direction,
19279 preferring 'powerpc' to 'ppc'.
19280
19281 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
19282
19283commit f5a24259190c388c2527bdc49fee34577d862cc7
19284Author: Wheatley Travis <Travis.Wheatley@freescale.com>
19285Date: Fri May 2 13:35:15 2008 -0700
19286
19287 7450 and 86xx L2 cache invalidate bug corrections
19288
19289 The 7610 and related parts have an L2IP bit in the L2CR that is
19290 monitored to signal when the L2 cache invalidate is complete whereas the
19291 7450 and related parts utilize L2I for this purpose. However, the
19292 current code does not account for this difference. Additionally the 86xx
19293 L2 cache invalidate code used an "andi" instruction where an "andis"
19294 instruction should have been used.
19295
19296 This patch addresses both of these bugs.
19297
19298 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
19299 Acked-By: Jon Loeliger <jdl@freescale.com>
19300
19301commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
19302Author: Wolfgang Denk <wd@denx.de>
19303Date: Fri May 9 10:16:13 2008 +0200
19304
19305 Avoid infinite loop "Generating include/autoconf.mk"
19306
19307 Fix a bogus circular dependency that caused an infinite loop of
19308 "Generating include/autoconf.mk" again and again.
19309
19310 Signed-off-by: Wolfgang Denk <wd@denx.de>
19311
Wolfgang Denk5a738e82008-06-28 23:16:01 +020019312commit 567fb852178dbf59529d7301620a3f3732a4b02d
19313Author: Stelian Pop <stelian@popies.net>
19314Date: Thu May 8 22:52:09 2008 +0200
19315
19316 Fix @ -> <at> substitution
19317
19318 When applying the AT91CAP9 patches upstream, something transformed
19319 the '@' character into the ' <at> ' sequence.
19320
19321 The patch below restores the original form in all the places where
19322 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
19323 were copied from AT91CAP9, and a couple of other files where the
19324 ' <at> ' sequence was present).
19325
19326 Signed-off-by: Stelian Pop <stelian@popies.net>
19327 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19328
19329commit 73ccb3410a0785593cda7aee455dfc51f790e281
19330Author: Gary Jennejohn <gary.jennejohn@freenet.de>
19331Date: Mon Apr 28 14:04:32 2008 +0200
19332
19333 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
19334
19335 Signed-off-by: Gary Jennejohn <garyj@denx.de>
19336 Signed-off-by: Stefan Roese <sr@denx.de>
19337
Wolfgang Denkd5eca4c2008-05-10 00:38:02 +020019338commit ef2642625cbfb1c3695e3478d08ae515052a4950
19339Author: Stefan Roese <sr@denx.de>
19340Date: Thu May 8 11:10:46 2008 +0200
19341
19342 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
19343
19344 Signed-off-by: Stefan Roese <sr@denx.de>
19345
19346commit a00eccfebc954ad9485161efeca7d9aaf626d530
19347Author: Stefan Roese <sr@denx.de>
19348Date: Thu May 8 11:05:15 2008 +0200
19349
19350 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
19351
19352 This patch adds fdt (flattened device tree) support to all remaining AMCC
19353 eval boards. Most newer boards already support device tree. With this patch,
19354 all AMCC boards now enable device tree passing from U-Boot to Linux
19355 arch/powerpc kernels.
19356
19357 Signed-off-by: Stefan Roese <sr@denx.de>
19358
19359commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
19360Author: Stefan Roese <sr@denx.de>
19361Date: Thu May 8 11:01:09 2008 +0200
19362
19363 ppc4xx: Add weak default ft_board_setup() routine
19364
19365 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
19366 This routine is defined as weak and can be overwritten by a board specific
19367 one if needed.
19368
19369 Signed-off-by: Stefan Roese <sr@denx.de>
19370
19371commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
19372Author: Stefan Roese <sr@denx.de>
19373Date: Thu May 8 10:48:58 2008 +0200
19374
19375 ppc4xx: acadia: Add fdt support and fix section overlap problem
19376
19377 This patch adds fdt (flattened device tree) support to the AMCC
19378 Acadia eval board. This increases the image size and it doesn't
19379 fit anymore into 256kByte. Since we didn't want to remove features
19380 from the configuration, we decided to increase the U-Boot image size
19381 (add one flash sector).
19382
19383 Also changed the default environment definition to make it
19384 independent of such changes.
19385
19386 Signed-off-by: Stefan Roese <sr@denx.de>
19387
19388commit 4adb3023de75bc150f088c8935db340930ad38c8
19389Author: Ira Snyder <iws@ovro.caltech.edu>
19390Date: Tue Apr 29 11:18:54 2008 -0700
19391
19392 ppc4xx: Add device tree support to AMCC Yosemite
19393
19394 Add support for booting with a device tree blob. This is needed to boot
19395 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
19396 via the ethaddr variable.
19397
19398 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
19399 Signed-off-by: Stefan Roese <sr@denx.de>
19400
19401commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
19402Author: Dave Mitchell <dmitchell@amcc.com>
19403Date: Wed May 7 09:00:23 2008 -0700
19404
19405 ppc4xx: Fix typos in 460GT/EX FBDV array
19406
19407 Corrected two typos in the 460GT/EX FBDV array.
19408
19409 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
19410 Signed-off-by: Stefan Roese <sr@denx.de>
19411
19412commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
19413Author: Andy Fleming <afleming@freescale.com>
19414Date: Wed May 7 16:54:31 2008 -0500
19415
19416 85xx: Limit CPU2 workaround to parts that have the errata
19417
19418 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
19419 Signed-off-by: Andy Fleming <afleming@freescale.com>
19420
19421commit a5fe514e8ace564300d2c1d73846ddff49654243
19422Author: Lee Nipper <lee.nipper@freescale.com>
19423Date: Fri Apr 25 15:44:45 2008 -0500
19424
19425 mpc83xx: system performance settings for MPC8349EMDS.
19426
19427 These same settings are used on MPC8349ITX, and
19428 improve performance on MPC8349EMDS.
19429
19430 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
19431 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19432
19433commit 49387dba910e485640b575e920ee463b7e611dc3
19434Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19435Date: Tue May 6 13:22:52 2008 +0900
19436
19437 [MIPS] cpu/mips/cache.S: Fix build warning
19438
19439 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
19440 warns illegal global symbol references by bal (and jal also) instruction.
19441 This does not happen with the latest binutils v2.18.
19442
19443 Here's an example on gth2_config:
19444
19445 mips_4KC-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0x90000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isy
19446 stem /opt/eldk311/usr/bin/../lib/gcc-lib/mips-linux/3.3.3/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4k
19447 c -EB -c -o cache.o cache.S
19448 cache.S: Assembler messages:
19449 cache.S:243: Warning: Pretending global symbol used as branch target is local.
19450 cache.S:250: Warning: Pretending global symbol used as branch target is local.
19451
19452 In principle, gas might be sensitive to global symbol references in PIC
19453 code because they should be processed through GOT (global offset table).
19454 But if `bal' instruction is used, it results in PC-based offset jump.
19455 This is the cause of this warning.
19456
19457 In practice, we know it doesn't matter whether PC-based reference or GOT-
19458 based. As for this case, both will work before/after relocation. But let's
19459 fix the code.
19460
19461 This patch explicitly sets up a target address, then jump there.
19462 Here's an example of disassembled code with/without this patch.
19463
19464 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
19465 9000066c: ac80fffc sw zero,-4(a0)
19466 90000670: 01402821 move a1,t2
19467 -90000674: 0411ffba bal 90000560 <mips_init_icache>
19468 -90000678: 01803021 move a2,t4
19469 -9000067c: 01602821 move a1,t3
19470 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
19471 -90000684: 01a03021 move a2,t5
19472 -90000688: 03000008 jr t8
19473 -9000068c: 00000000 nop
19474 +90000674: 01803021 move a2,t4
19475 +90000678: 8f8f83ec lw t7,-31764(gp)
19476 +9000067c: 01e0f809 jalr t7
19477 +90000680: 00000000 nop
19478 +90000684: 01602821 move a1,t3
19479 +90000688: 01a03021 move a2,t5
19480 +9000068c: 8f8f81e0 lw t7,-32288(gp)
19481 +90000690: 01e0f809 jalr t7
19482 +90000694: 00000000 nop
19483 +90000698: 03000008 jr t8
19484 +9000069c: 00000000 nop
19485
19486 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19487
19488commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
19489Author: Vlad Lungu <vlad.lungu@windriver.com>
19490Date: Mon May 5 14:04:00 2008 +0300
19491
19492 Allow building mips versions with ELDK 3.1.1
19493
19494 .gpword works only with local symbols on certain binutils versions
19495
19496 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
19497
19498commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
19499Author: Wolfgang Denk <wd@denx.de>
19500Date: Mon May 5 12:52:36 2008 +0200
19501
19502 MAKEALL: add inka4x0 board
19503
19504 Signed-off-by: Wolfgang Denk <wd@denx.de>
19505
19506commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
19507Author: Wolfgang Denk <wd@denx.de>
19508Date: Sun May 4 21:34:23 2008 +0200
19509
19510 kb9202 board: fix build problem.
19511
19512 Signed-off-by: Wolfgang Denk <wd@denx.de>
19513
19514commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
19515Author: Wolfgang Denk <wd@denx.de>
19516Date: Sun May 4 12:10:33 2008 +0200
19517
19518 Prepare for v1.3.3-rc3
19519
19520 Update ChNAGELOG, minor white space cleanup.
19521
19522 Signed-off-by: Wolfgang Denk <wd@denx.de>
19523
Wolfgang Denk44b8ad42008-05-04 12:10:33 +020019524commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
19525Author: Wolfgang Denk <wd@denx.de>
19526Date: Sun May 4 00:35:15 2008 +0200
19527
19528 drivers/net/tsec.c: Fix typo.
19529
19530 Signed-off-by: Wolfgang Denk <wd@denx.de>
19531
19532commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
19533Author: Mike Frysinger <vapier@gentoo.org>
19534Date: Fri May 2 21:45:12 2008 -0400
19535
19536 version_autogenerated.h: use printf rather than echo -n
19537
19538 Some systems are dumb and do not implement the -n flag to echo (like OS X).
19539 Convert the Makefile to use printf as this should work everywhere.
19540
19541 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19542 Signed-off-by: Wolfgang Denk <wd@denx.de>
19543
19544commit 4acc2a108ad0a669165924704a6cb083f9138242
19545Author: Mike Frysinger <vapier@gentoo.org>
19546Date: Fri May 2 18:17:50 2008 -0400
19547
19548 fix building when saveenv is disabled in some setups
19549
19550 If you enable environment in the flash, but disable the embedded
19551 option, and you disable the saveenv command, then the #if nested
19552 logic will trigger a compile failure:
19553 env_flash.c: In function 'env_relocate_spec':
19554 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
19555 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
19556
19557 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19558
19559commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
19560Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
19561Date: Fri May 2 16:10:04 2008 -0400
19562
19563 SBC8548: fix address mask to allow 64M flash
19564
19565 Fix incorrect mask to enable all 64MB of onboard flash.
19566 Previously U-Boot incorrectly mapped only 8MB of flash, this
19567 patch correctly maps all the available flash.
19568
19569 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
19570
19571commit 3648085c464c8c22ef76fab006ca4344d3796124
19572Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19573Date: Fri May 2 19:48:56 2008 +0200
19574
19575 qemu_mips: add README
19576
19577 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19578
19579commit 6fdd002689190a0022c7b3dbab37fcba724580ce
19580Author: Marcel Ziswiler <marcel@ziswiler.com>
19581Date: Fri May 2 02:35:59 2008 +0200
19582
19583 Fix misspelled comment
19584
19585 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19586
19587commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
19588Author: Mike Frysinger <vapier@gentoo.org>
19589Date: Thu May 1 04:13:05 2008 -0400
19590
19591 mkimage: make mmap() checks consistent
19592
19593 The mmap() related code is full of inconsistent casts/constants when
19594 it comes to error checking, and may break when building on some
19595 systems (like ones that do not implicitly define the caddr_t type).
19596 Let's just avoid the whole mess by writing the code nice and clean in
19597 the first place.
19598
19599 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
19600
19601commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
19602Author: Marcel Ziswiler <marcel@ziswiler.com>
19603Date: Thu May 1 09:05:34 2008 +0200
19604
19605 Fix defined but not used build warning
19606
19607 - warning: 'srom' defined but not used
19608
19609 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19610
19611commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
19612Author: Marcel Ziswiler <marcel@ziswiler.com>
19613Date: Thu May 1 09:05:26 2008 +0200
19614
19615 Fix implicit declaration build warnings
19616
19617 - warning: implicit declaration of function ‘serial_initialize’
19618
19619 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
19620
19621commit 9acde129cc3f9c1b3bc11a821480dd446774d618
19622Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19623Date: Tue Apr 29 19:18:32 2008 +0200
19624
19625 TSEC: add config options for VSC8601 RGMII PHY
19626
19627 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
19628 and Tx clock lines. They are configured using 2 bits in extended
19629 register 0x17.
19630 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
19631 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
19632
19633 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19634 Acked-by: Andy Fleming <afleming@freescale.com>
19635 Acked-by: Ben Warren <biggerbadderben@gmail.com>
19636 --
19637
19638 drivers/net/tsec.c | 6 ++++++
19639 drivers/net/tsec.h | 3 +++
19640 2 files changed, 9 insertions(+), 0 deletions(-)
19641
19642commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
19643Author: Wolfgang Denk <wd@denx.de>
19644Date: Sat May 3 23:07:15 2008 +0200
19645
19646 Revert "ColdFire: Get information from the correct GCC"
19647
19648 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
19649 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
19650
19651commit c4e5f52a58d278eebb87f476e353972c5dacea40
19652Author: Wolfgang Denk <wd@denx.de>
19653Date: Sat May 3 22:25:00 2008 +0200
19654
19655 config.mk: use correct (cross) compiler
19656
19657 Some config.mk files reference $(CC) to test for specific tool chain
19658 features, so make sure $(CC) gets set before including any such
19659 config files.
19660
19661 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
19662 the correct GCC").
19663
19664 Signed-off-by: Wolfgang Denk <wd@denx.de>
19665
19666commit 27c38689d0cfde0e444239345f97b5eecc9f4067
19667Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19668Date: Thu May 1 02:13:44 2008 +0200
19669
19670 pxa: fix previous definition on cpu init
19671
19672 start.S:183:1: warning: "ICMR" redefined
19673 In file included from start.S:33:
19674 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
19675 start.S:187:1: warning: "RCSR" redefined
19676 ...
19677
19678 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19679
19680commit 6d12e697de794d700767f22f950e3026ccf4daf6
19681Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19682Date: Thu May 1 02:13:43 2008 +0200
19683
19684 pxa: fix pcmcia operation on 'i' may be undefined
19685
19686 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19687 Signed-off-by: Wolfgang Denk <wd@denx.de>
19688
19689commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
19690Author: Kumar Gala <galak@kernel.crashing.org>
19691Date: Wed Apr 30 16:24:35 2008 -0500
19692
19693 MPC8610HPCD: Drop -O2 from the build flags
19694
19695 Make the flags use -Os like all other boards
19696
19697 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19698
19699commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
19700Author: Stefan Roese <sr@denx.de>
19701Date: Wed Apr 30 15:50:39 2008 +0200
19702
19703 RTC: Fix month offset by one problem in M41T62 RTC driver
19704
19705 This patch fixes a problem with the month being read and written
19706 incorrectly (offset by one). This only gets visible by also using
19707 the Linux driver (rtc-m41t80).
19708
19709 Tested on AMCC Canyonlands.
19710
19711 Signed-off-by: Stefan Roese <sr@denx.de>
19712
19713commit 141ba1cad8e6598a2466e7e2976c6a12285df619
19714Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19715Date: Sat May 3 13:51:44 2008 +0900
19716
19717 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
19718
19719 Current trick to pick up GNU assembler minor version uses a dot(.) as a
19720 delimiter, and take the second field to obtain minor version number. But
19721 as can be expected, this doesn't work with a version string which has
19722 dots more than needs.
19723
19724 Here's an example:
19725
19726 $ mips-linux-gnu-as --version | grep 'GNU assembler'
19727 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
19728 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
19729 2-129) 2
19730 $
19731
19732 This patch restricts the version format to 2.XX.XX... This will work
19733 in most cases.
19734
19735 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
19736 2.18.50.20080215
19737 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
19738 18
19739 $
19740
19741 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19742
19743commit ea638951acead7f1086c908c0b9f086beab82a22
19744Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19745Date: Sat May 3 13:51:28 2008 +0900
19746
19747 [MIPS] cpu/mips/cache.S: Add dcache_enable
19748
19749 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
19750 "allow ports to override bootelf behavior") requires ports to have this
19751 function.
19752
19753 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
19754 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19755
19756commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
19757Author: Wolfgang Denk <wd@denx.de>
19758Date: Thu May 1 21:30:16 2008 +0200
19759
19760 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
19761
19762 Onenand needs a version of memcpy() which performs 16 bit accesses
19763 only; make sure the name does not conflict with the standard
19764 function.
19765
19766 Signed-off-by: Wolfgang Denk <wd@denx.de>
19767
19768commit 12bc4e94251c369c529ffa505cf58b148c372f7f
19769Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19770Date: Wed Apr 30 22:38:17 2008 +0200
19771
19772 cmd_nand: fix warning: str2long ncompatible pointer type
19773
19774 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19775
19776commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
19777Author: Timur Tabi <timur@freescale.com>
19778Date: Fri Apr 4 11:16:11 2008 -0500
19779
19780 Fix calculation of I2C clock for some 86xx chips
19781
19782 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
19783 There is no pattern that can be used to determine which chips use which
19784 frequency, so the only way to determine is to look up the actual SOC
19785 designation and use the right value for that SOC.
19786
19787 Signed-off-by: Timur Tabi <timur@freescale.com>
19788
19789commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
19790Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19791Date: Wed Apr 30 12:11:19 2008 -0500
19792
19793 ColdFire: Fix ethernet hang issue for mcf547x_8x
19794
19795 The ethernet hang is caused by receiving buffer in DRAM is not
19796 yet ready due to access cycles require longer time in DRAM.
19797 Relocate DMA buffer descriptors from DRAM to internal SRAM.
19798
19799 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19800
19801commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
19802Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19803Date: Wed Apr 30 12:10:47 2008 -0500
19804
19805 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
19806
19807 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
19808 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19809
19810commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
19811Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19812Date: Wed Apr 30 12:10:23 2008 -0500
19813
19814 ColdFire: Get information from the correct GCC
19815
19816 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
19817 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
19818
19819commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
19820Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
19821Date: Wed Apr 30 18:02:59 2008 +0200
19822
19823 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
19824
19825 Fix warnings
19826
19827 nv_nand.c: In function 'saveenv':
19828 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
19829 env_nand.c: In function 'env_relocate_spec':
19830 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
19831
19832 if compiled for davinci_schmoogie_config.
19833
19834 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
19835 Ack by: Sergey Kubushyn <ksi@koi8.net>
19836
19837commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
19838Author: Anatolij Gustschin <agust@denx.de>
19839Date: Wed Apr 30 13:34:40 2008 +0200
19840
19841 Fix warnings while compiling net/net.c for MPC8610HPCD board
19842
19843 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
19844 causing overriding default -Os option. New gcc (ver. 4.2.2)
19845 produces warnings while compiling net/net.c file with -O2
19846 option. The patch is an attempt to fix this.
19847
19848 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19849
19850commit 58b575e575c25fdf8c88141e145db201f3092149
19851Author: Sascha Laue <Sascha.Laue@gmx.biz>
19852Date: Wed Apr 30 15:23:38 2008 +0200
19853
19854 lwmon5: fix offset error in sysmon0 POST
19855
19856 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19857 Signed-off-by: Wolfgang Denk <wd@denx.de>
19858
19859commit e7419b243a373de4ee042f7d4f45f66de787240d
19860Author: Sascha Laue <Sascha.Laue@gmx.biz>
19861Date: Wed Apr 30 15:16:35 2008 +0200
19862
19863 lwmon5: fix manual merge error in POST
19864
19865 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19866
19867commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
19868Author: Wolfgang Denk <wd@denx.de>
19869Date: Wed Apr 30 17:46:26 2008 +0200
19870
19871 cmd_nand.c: fix another 'incompatible pointer type' warning.
19872
19873 Signed-off-by: Wolfgang Denk <wd@denx.de>
19874
19875commit de109d909707e2dfe806be5efc3cdb103b47c8ad
19876Author: Wolfgang Denk <wd@denx.de>
19877Date: Wed Apr 30 17:25:07 2008 +0200
19878
19879 Makefile: fix parallel builds
19880
19881 This problem shows up with parallel builds only; it results in
19882 somewhat cryptic error messages like
19883
19884 $ JOBS=-j6 MAKEALL netstar
19885 Configuring for netstar board...
19886 arm-linux-ld: cannot find -lgeneric
19887 make[1]: *** [eeprom.srec] Error 1
19888
19889 A few boards (like netstar and voiceblue) need some libraries for
19890 building; however, the board Makefile does not contain any such
19891 dependencies which may cause problems with parallel builds. Adding
19892 such dependencies is difficult as we would also have to provide build
19893 rules, which already exist in the respective library Makefiles.
19894
19895 To solve this, we make sure that all libraries get built before the
19896 board code.
19897
19898 Signed-off-by: Wolfgang Denk <wd@denx.de>
19899
19900commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
19901Author: Stefan Roese <sr@denx.de>
19902Date: Wed Apr 30 14:51:36 2008 +0200
19903
19904 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
19905
19906 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
19907 used for NAND booting to match the values needed for the new 512MB
19908 DIMM modules shipped with the productions boards:
19909
19910 Crucial: CT6464AC667.8FB
19911
19912 Signed-off-by: Stefan Roese <sr@denx.de>
19913
19914commit ea9202a659dc75996facf1475f1866a19a9d3129
19915Author: Stefan Roese <sr@denx.de>
19916Date: Wed Apr 30 10:49:43 2008 +0200
19917
19918 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
19919
19920 This patch fixes a problem with DIMMs that have 8 banks. Now the
19921 MCIF0_MBxCF register will be setup correctly for this setup too.
19922
19923 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
19924
19925 Signed-off-by: Stefan Roese <sr@denx.de>
19926
19927commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
19928Author: Wolfgang Denk <wd@denx.de>
19929Date: Tue Apr 29 23:41:06 2008 +0200
19930
19931 Prepare v1.3.3-rc2, again.
19932
19933 Signed-off-by: Wolfgang Denk <wd@denx.de>
19934
Wolfgang Denk2d0ad662008-04-29 23:41:06 +020019935commit b7fcc4c13993782342cf5cd20d237a6281648a0b
19936Author: Wolfgang Denk <wd@denx.de>
19937Date: Tue Apr 29 23:35:24 2008 +0200
19938
19939 Prepare v1.3.3-rc2
19940
19941 Signed-off-by: Wolfgang Denk <wd@denx.de>
19942
Wolfgang Denkc9d51df2008-04-29 23:35:24 +020019943commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
19944Author: Wolfgang Denk <wd@denx.de>
19945Date: Tue Apr 29 23:32:20 2008 +0200
19946
19947 common/env_nand.c: fix one more incompatible pointer type issue
19948
19949 Signed-off-by: Wolfgang Denk <wd@denx.de>
19950
19951commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
19952Author: Wolfgang Denk <wd@denx.de>
19953Date: Tue Apr 29 21:33:08 2008 +0200
19954
19955 post/board/lwmon5/sysmon.c: fix manual merge error.
19956
19957 Signed-off-by: Wolfgang Denk <wd@denx.de>
19958
19959commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
19960Author: Kumar Gala <galak@kernel.crashing.org>
19961Date: Tue Apr 29 12:54:59 2008 -0500
19962
19963 85xx: Add -mno-spe to e500/85xx builds
19964
19965 Newer gcc's might be configured to enable autovectorization by default.
19966 If we happen to build with one of those compilers we will get SPE
19967 instructions in random code.
19968
19969 -mno-spe disables the compiler for automatically generating SPE
19970 instructions without our knowledge.
19971
19972 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19973
19974commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
19975Author: Kumar Gala <galak@kernel.crashing.org>
19976Date: Tue Apr 29 10:18:34 2008 -0500
19977
19978 Update .gitignore for zlib.h
19979
19980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19981
19982commit 45239cf4152109caa925145ccd433529902df887
19983Author: Kumar Gala <galak@kernel.crashing.org>
19984Date: Tue Apr 29 10:27:08 2008 -0500
19985
19986 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
19987
19988 All the 85xx and 86xx UM describe the register as timing_cfg_3
19989 not as ext_refrec.
19990
19991 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19992
19993commit ef7d30b14394e4c4a153118f5845760cadada02a
19994Author: Kumar Gala <galak@kernel.crashing.org>
19995Date: Tue Apr 29 10:28:34 2008 -0500
19996
19997 85xx/86xx: Rename DDR init address and init extended address register
19998
19999 Rename init_addr and init_ext_addr to match the docs between
20000 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
20001
20002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20003
20004commit cf6cc014270549684873a5972d2595052c468cb6
20005Author: Kumar Gala <galak@kernel.crashing.org>
20006Date: Mon Apr 28 02:24:04 2008 -0500
20007
20008 85xx: Additional fixes and cleanup of MP code
20009
20010 * adjust __spin_table alignment to match ePAPR v0.94 spec
20011 * loop over all cpus when determing who is up. This fixes an issue if
20012 the "boot cpu" isn't core0. The "boot cpu" will already be in the
20013 cpu_up_mask so there is no harm
20014 * Added some protection in the code to ensure proper behavior. These
20015 changes are explicitly needed but don't hurt:
20016 - Added eieio to ensure the "hot word" of the table is written after
20017 all other table updates have occurred.
20018 - Added isync to ensure we don't prefetch loading of table entries
20019 until we a released
20020
20021 These issues we raised by Dave Liu.
20022
20023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20024
20025commit b2d527a8b9fb50afccbaf79b5540952585cdc760
20026Author: Yuri Tikhonov <yur@emcraft.com>
20027Date: Tue Apr 29 15:06:41 2008 +0200
20028
20029 lwmon5: minor clean-up to include/configs/lwmon5.h
20030
20031 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
20032 the CFG_DSPIC_TEST_ADDR definition more readable.
20033
20034 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20035
20036commit f4c4d21a885ccc222fd0acdf653b683249e85117
20037Author: Stefan Roese <sr@denx.de>
20038Date: Tue Apr 29 16:08:05 2008 +0200
20039
20040 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
20041
20042 Signed-off-by: Stefan Roese <sr@denx.de>
20043
20044commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
20045Author: Yuri Tikhonov <yur@emcraft.com>
20046Date: Tue Apr 29 13:32:45 2008 +0200
20047
20048 ppc flush_cache: add watch-dog triggering into the loops.
20049
20050 Some boards (e.g. lwmon5) need rather a frequent watch-dog
20051 kicking. Since the time it takes for the flush_cache() function
20052 to complete its job depends on the size of data being flushed, one
20053 may encounter watch-dog resets on such boards when, for example,
20054 download big files over ethernet.
20055
20056 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20057
20058commit cab99d6f3281ab6784feccf98b9b425daa58418a
20059Author: Stefan Roese <sr@denx.de>
20060Date: Tue Apr 29 14:44:54 2008 +0200
20061
20062 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
20063
20064 Signed-off-by: Stefan Roese <sr@denx.de>
20065
20066commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
20067Author: Stefan Roese <sr@denx.de>
20068Date: Tue Apr 29 14:12:07 2008 +0200
20069
20070 ppc4xx: Fix Katmai CFG_MONITOR_LEN
20071
20072 Signed-off-by: Stefan Roese <sr@denx.de>
20073
20074commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
20075Author: Stefan Roese <sr@denx.de>
20076Date: Tue Apr 29 13:57:07 2008 +0200
20077
20078 ppc4xx: Complete remove bogus dflush()
20079
20080 Since the current dflush() implementation is know to have some problems
20081 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
20082 it by using clean_dcache_range().
20083
20084 Tested on Katmai with ECC DIMM.
20085
20086 Signed-off-by: Stefan Roese <sr@denx.de>
20087
20088commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
20089Author: Stefan Roese <sr@denx.de>
20090Date: Tue Apr 29 13:36:51 2008 +0200
20091
20092 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
20093
20094 As it seems the "old" ECC initialization routine by using dflush() didn't
20095 write all lines in the dcache back to memory on lwmon5. This could lead
20096 to ECC error upon Linux booting. This patch changes the program_ecc()
20097 routine to now use clean_dcache_range() instead of dflush().
20098 clean_dcache_range() uses dcbst which is exactly what we want in this
20099 case.
20100
20101 Since dflush() is known is cause problems, this routine will be
20102 removed completely and replaced by clean_dcache_range() with an
20103 additional patch.
20104
20105 Signed-off-by: Stefan Roese <sr@denx.de>
20106
20107commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
20108Author: Yuri Tikhonov <yur@emcraft.com>
20109Date: Mon Apr 28 18:19:34 2008 +0200
20110
20111 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
20112
20113 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20114
20115commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
20116Author: Markus Brunner <super.firetwister@googlemail.com>
20117Date: Mon Apr 28 08:47:47 2008 +0200
20118
20119 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
20120
20121 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
20122 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
20123 doesn't exist.
20124
20125 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
20126
Wolfgang Denk2d0ad662008-04-29 23:41:06 +020020127commit 2ef7503a593c77a80c2a054011970227c4b62774
20128Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20129Date: Thu Apr 24 07:57:17 2008 +0200
20130
20131 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
20132
20133 Move non-inlied functions into specific drivers file
20134 Set get_prom as weak
20135
20136 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20137 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
20138 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20139
20140commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
20141Author: Guennadi Liakhovetski <lg@denx.de>
20142Date: Thu Apr 3 17:04:19 2008 +0200
20143
20144 net: make ARP timeout configurable
20145
20146 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
20147 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
20148 to the boards get lost, which typically are ARP replies. By configuring
20149 the timeout to a lower value we significantly improve the first network
20150 transfer time on this board. The timeout is specified in milliseconds,
20151 later internally it is converted to deciseconds, because it has to be
20152 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
20153 different boards.
20154
20155 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20156 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20157
20158commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
20159Author: Guennadi Liakhovetski <lg@denx.de>
20160Date: Thu Apr 3 13:36:18 2008 +0200
20161
20162 minor cs8900 driver clean up
20163
20164 Remove a redundant register definition, clean up some coding style
20165 violations.
20166
20167 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20168 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20169
Wolfgang Denkc9d51df2008-04-29 23:35:24 +020020170commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
20171Author: Wolfgang Denk <wd@denx.de>
20172Date: Mon Apr 28 22:01:04 2008 +0200
20173
20174 jffs2_1pass.c: fix incompatible pointer type warning
20175
20176 Signed-off-by: Wolfgang Denk <wd@denx.de>
20177
20178commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
20179Author: Sascha Laue <Sascha.Laue@gmx.biz>
20180Date: Tue Apr 1 10:10:18 2008 +0200
20181
20182 lwmon5: update dsPIC POST spezification
20183
20184 The specification for the lwmon5 board dsPIC POST got changed.
20185 Also add defines for the temperatures and voltages.
20186
20187 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
20188
20189commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
20190Author: Sascha Laue <Sascha.Laue@gmx.biz>
20191Date: Tue Apr 1 15:13:03 2008 +0200
20192
20193 Fix watchdog POST for lwmon5
20194
20195 If the hardware watchdog detects a voltage error, the watchdog sets
20196 GPIO62 to low. The watchdog POST has to detect this low level.
20197
20198 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
20199 Signed-off-by: Wolfgang Denk <wd@denx.de>
20200
20201commit dd5748bcd669f46aeb6686c1b341323843738ccc
20202Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20203Date: Mon Apr 28 14:37:14 2008 +0200
20204
20205 rtl8169: fix compiler warnings
20206
20207 Fix multiple compiler warnings related to argument type mismatch.
20208
20209 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20210
20211commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
20212Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20213Date: Mon Apr 28 14:36:06 2008 +0200
20214
20215 IDE: fix compiler warnings
20216
20217 The IDE driver can use 32-bit addresses in LBA mode, in which case it
20218 spits multiple warnings during compilation. Fix them.
20219
20220 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20221
20222commit db9084de28c46ac81c8f681722cb0d7411be4d7f
20223Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20224Date: Mon Apr 28 14:35:57 2008 +0200
20225
20226 LinkStation: fix compiler warning, add a maintainer
20227
20228 out_8 wants a pointer to an unsigned as the first argument. Add a
20229 maintainer for Linkstation boards.
20230
20231 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
20232
20233commit c71abba3cb67b063f789f17abf6c7447727c0cd5
20234Author: Wolfgang Denk <wd@denx.de>
20235Date: Mon Apr 28 14:55:12 2008 +0200
20236
20237 cmd_nand.c: fix "differ in signedness" problem
20238
20239 Signed-off-by: Wolfgang Denk <wd@denx.de>
20240
20241commit f2c288a35341ad02ac03b1563d786763c9c8f159
20242Author: Wolfgang Denk <wd@denx.de>
20243Date: Mon Apr 28 12:48:47 2008 +0200
20244
20245 pcnet.c: fix a merge issue
20246
20247 Signed-off-by: Wolfgang Denk <wd@denx.de>
20248
20249commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
20250Author: Wolfgang Denk <wd@denx.de>
20251Date: Mon Apr 28 12:08:18 2008 +0200
20252
20253 NAND: fix some strict-aliasing compiler warnings
20254
20255 Signed-off-by: Wolfgang Denk <wd@denx.de>
20256
20257commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
20258Author: Stefan Roese <sr@denx.de>
20259Date: Mon Apr 28 11:37:14 2008 +0200
20260
20261 ppc4xx: Fix compile warning of hcu4 board
20262
20263 Signed-off-by: Stefan Roese <sr@denx.de>
20264
20265commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
20266Author: Wolfgang Denk <wd@denx.de>
20267Date: Mon Apr 28 11:31:23 2008 +0200
20268
20269 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
20270
20271 Signed-off-by: Wolfgang Denk <wd@denx.de>
20272
20273commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
20274Author: Guennadi Liakhovetski <lg@denx.de>
20275Date: Mon Apr 28 00:25:32 2008 +0200
20276
20277 mx31ads: fix loadaddr environment variable define
20278
20279 Arithmetic expressions do not get evaluated under stringification. Remove
20280 default network configuration, add DHCP command support. Thanks to Felix
20281 Radensky for reporting.
20282
20283 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20284
20285commit 144eec777ac07bcb12bd38245a5a289f694a7f98
20286Author: Wolfgang Denk <wd@denx.de>
20287Date: Mon Apr 28 10:55:24 2008 +0200
20288
20289 katmai: fix section overlap problem
20290
20291 Since we didn't want to remove features from the configuration, we
20292 decided to increase the U-Boot image size (add one flash sector).
20293
20294 Also changed the default environment definition to make it
20295 independent of such changes.
20296
20297 Signed-off-by: Wolfgang Denk <wd@denx.de>
20298 Acked-by: Stefan Roese <sr@denx.de>
20299
20300commit 941d696d25624e3cc65ebf924199541acf52d74e
20301Author: Wolfgang Denk <wd@denx.de>
20302Date: Mon Apr 28 10:55:24 2008 +0200
20303
20304 katmai: fix section overlap problem
20305
20306 Since we didn't want to remove features from the configuration, we
20307 decided to increase the U-Boot image size (add one flash sector).
20308
20309 Also changed the default environment definition to make it
20310 independent of such changes.
20311
20312 Signed-off-by: Wolfgang Denk <wd@denx.de>
20313 Acked-by: Stefan Roese <sr@denx.de>
20314
20315commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
20316Author: Kumar Gala <galak@kernel.crashing.org>
20317Date: Sat Apr 26 11:44:44 2008 -0500
20318
20319 post: Fix building with O=
20320
20321 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20322
20323commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
20324Author: Wolfgang Denk <wd@denx.de>
20325Date: Sat Apr 26 01:55:00 2008 +0200
20326
20327 Prepare v1.3.3-rc1
20328
20329 Signed-off-by: Wolfgang Denk <wd@denx.de>
20330
Wolfgang Denk6de7ed22008-04-26 01:55:00 +020020331commit 19cf2ec90d8ce52da60c1693693c4048cb810967
20332Author: Wolfgang Denk <wd@denx.de>
20333Date: Sat Apr 26 01:25:39 2008 +0200
20334
20335 post/Makefile: make sure to use the correct flags
20336
20337 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
20338 messages to be printed.
20339
20340 Signed-off-by: Wolfgang Denk <wd@denx.de>
20341
20342commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
20343Author: Wolfgang Denk <wd@denx.de>
20344Date: Sat Apr 26 00:34:42 2008 +0200
20345
20346 Coding Style cleanup, update CHANGELOG
20347
20348 Signed-off-by: Wolfgang Denk <wd@denx.de>
20349
Wolfgang Denk7f39a012008-04-26 00:34:42 +020020350commit f9204e15173834ff8d123e36279ce49c3c6c74fc
20351Author: Magnus Lilja <lilja.magnus@gmail.com>
20352Date: Sun Apr 20 10:38:12 2008 +0200
20353
20354 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
20355
20356 This patch enables SPI and MC13783/RTC support for the Litekit board.
20357
20358 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20359
20360commit f97abbfb47d9e407354e157cae3f6369e460cd37
20361Author: Ed Swarthout <Ed.Swarthout@freescale.com>
20362Date: Fri Apr 25 01:08:32 2008 -0500
20363
20364 MPC8544DS: decode pcie3 end-point configuration correctly.
20365
20366 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
20367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20368
20369commit 292188e15523c165c4269403fdcd33c26d89176e
20370Author: Roy Zang <tie-fei.zang@freescale.com>
20371Date: Fri Apr 25 00:55:09 2008 -0500
20372
20373 MPC8544DS: Removes the unknown flash message information
20374
20375 This patch removes the unknown flash message information:
20376 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
20377 This unknown flash message is caused by PromJet.
20378 Some of the board user is unhappy with this information.
20379
20380 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
20381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20382
20383commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
20384Author: Kim Phillips <kim.phillips@freescale.com>
20385Date: Thu Apr 24 14:07:38 2008 -0500
20386
20387 mpc83xx: bump loadaddr over fdtaddr to 0x500000
20388
20389 this seems as a good compromise between human memory, typing,
20390 and last but not least, to accommodate for current and future kernel bloat.
20391
20392 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20393 Acked-by: Dave Liu <daveliu@freescale.com>
20394
20395commit be5a7190265a34d968578ff266549c60f6f57654
20396Author: Dave Liu <r63238@freescale.com>
20397Date: Tue Apr 15 13:12:23 2008 +0800
20398
20399 mpc83xx: clean up the readme for 83xx boards
20400
20401 1. correct the typo
20402 2. correct the memory map for 837xerdb board
20403
20404 Signed-off-by: Dave Liu <daveliu@freescale.com>
20405
20406commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
20407Author: Dave Liu <r63238@freescale.com>
20408Date: Tue Apr 15 13:11:11 2008 +0800
20409
20410 mpc83xx: remove the unused CPM's stuff
20411
20412 The MPC83xx family never have CPM block, so remove it from 83xx.
20413
20414 Signed-off-by: Dave Liu <daveliu@freescale.com>
20415
20416commit c63ad6325a8ac0097a54b418a3288926b0484b18
20417Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20418Date: Fri Apr 18 16:29:40 2008 +0200
20419
20420 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
20421
20422 This patch adds a configurable flash auto protection list that can be used
20423 to make U-Boot protect flash regions in flash_init().
20424
20425 The idea has been discussed on the u-boot mailing list starting
20426 on Nov 18th, 2007.
20427
20428 Even this patch brings a new feature it is used as a bugfix for 4xx
20429 platforms where flash_init() does not completely protect the
20430 monitor's flash range in all situations.
20431
20432 U-Boot protects the flash range from CFG_MONITOR_BASE to
20433 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
20434 include the reset vector at 0xfffffffc.
20435
20436 Example:
20437 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
20438
20439 This config option will auto protect the last 512k of flash that
20440 contains the bootloader on board like APC405 and PMC405.
20441
20442 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20443
20444commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
20445Author: Stefan Roese <sr@denx.de>
20446Date: Fri Apr 25 13:59:03 2008 +0200
20447
20448 ppc4xx: Remove double defines in lwmon5.h
20449
20450 introduced with latest lwmon5/POST merge
20451
20452 Signed-off-by: Stefan Roese <sr@denx.de>
20453
20454commit 7590378fb9c686709492ceb142825cd058255956
20455Author: Bartlomiej Sieka <tur@semihalf.com>
20456Date: Fri Apr 25 13:54:02 2008 +0200
20457
20458 Use watchdog-aware functions when calculating hashes of images - take two
20459
20460 Some files didn't get updated properly with the "Use watchdog-aware
20461 functions when calculating hashes of images" commit, this commit
20462 fixes this.
20463
20464 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20465 Signed-off-by: Wolfgang Denk <wd@denx.de>
20466
20467commit 8e048c438e20ec89b49da5f085f8f756eba6e587
20468Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20469Date: Fri Apr 25 12:01:39 2008 +0200
20470
20471 ppc4xx: Add bootcount limit handling for APC405 boards
20472
20473 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20474
20475commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
20476Author: Bartlomiej Sieka <tur@semihalf.com>
20477Date: Fri Apr 25 12:10:09 2008 +0200
20478
20479 Use watchdog-aware functions when calculating hashes of images
20480
20481 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20482
20483commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
20484Author: Wolfgang Denk <wd@denx.de>
20485Date: Fri Apr 25 12:44:08 2008 +0200
20486
20487 USB: fix more GCC 4.2.x aliasing warnings
20488
20489 Signed-off-by: Wolfgang Denk <wd@denx.de>
20490 Acked-by: Markus Klotzbuecher <mk@denx.de>
20491
20492commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
20493Author: Wolfgang Denk <wd@denx.de>
20494Date: Fri Apr 25 12:41:53 2008 +0200
20495
20496 lib_generic/crc32.c: add missing #include <watchdog.h>
20497
20498 Signed-off-by: Wolfgang Denk <wd@denx.de>
20499
20500commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
20501Author: Wolfgang Denk <wd@denx.de>
20502Date: Fri Apr 25 11:52:21 2008 +0200
20503
20504 lib_generic/crc32.c: fix compile problem
20505
20506 Signed-off-by: Wolfgang Denk <wd@denx.de>
20507
20508commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
20509Author: Stefan Roese <sr@denx.de>
20510Date: Tue Apr 22 12:20:32 2008 +0200
20511
20512 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
20513
20514 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
20515 environment variable will now get passed to the Linux kernel by setting
20516 the device_type property of the PCIe device tree node. For normal root-
20517 complex configuration it will keep its defaults value of "pci" and for
20518 endpoint configuration it will get changed to "pci-endpoint".
20519
20520 Signed-off-by: Stefan Roese <sr@denx.de>
20521
20522commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
20523Author: Yuri Tikhonov <yur@emcraft.com>
20524Date: Thu Apr 24 10:30:53 2008 +0200
20525
20526 lwmon5: watchdog POST fix
20527
20528 Use the GPT0_MASKx registers as the temporary storage for watch-dog
20529 timer POST test instead of GPT0_COMPx. The latter
20530 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
20531
20532 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20533 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20534
20535commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
20536Author: Kim Phillips <kim.phillips@freescale.com>
20537Date: Mon Apr 21 18:10:14 2008 -0500
20538
20539 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
20540
20541 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
20542 proven problematic getting right from the start at least on 83xx and
20543 4xx.
20544
20545 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20546
20547commit a99715b8ebfc500f3f40e01b36b64d473938443d
20548Author: Detlev Zundel <dzu@denx.de>
20549Date: Fri Apr 18 14:50:01 2008 +0200
20550
20551 Realining some header definitions.
20552
20553 Signed-off-by: Detlev Zundel <dzu@denx.de>
20554
20555commit 4acbc6c7f993cae409c424615415a3e76820f13d
20556Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20557Date: Thu Apr 24 07:57:16 2008 +0200
20558
20559 NE2000: coding style cleanup
20560
20561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20562
20563commit b4aff1ffaf7120032c653357c007faa14f74d29d
20564Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20565Date: Wed Apr 23 00:11:47 2008 +0900
20566
20567 qemu-mips.h: Add CFI support
20568
20569 CONFIG_ENV_OVERWRITE is also added.
20570
20571 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
20572
20573 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20574 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20575
20576commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
20577Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20578Date: Tue Apr 22 22:47:27 2008 +0900
20579
20580 doc/README.mips: Add MIPS notes
20581
20582 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20583
20584commit 215b01bba8bc662d35f72b084700b192d367dfb4
20585Author: Bartlomiej Sieka <tur@semihalf.com>
20586Date: Tue Apr 22 12:27:56 2008 +0200
20587
20588 Add support for calculating hashes with watchdog triggering
20589
20590 Implement watchodg-aware variants of hash calculation functions:
20591 - crc32_wd()
20592 - md5_wd()
20593 - sha1_csum_wd()
20594 The above functions calculate the hash of the input buffer in chunks,
20595 triggering the watchdog after processing each chunk. The chunk size
20596 is given as a function call parameter.
20597
20598 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20599
20600commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
20601Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
20602Date: Wed Apr 23 11:02:12 2008 +0900
20603
20604 qemu-mips: Cleanup whitespace, indentation, etc.
20605
20606 No functional change.
20607
20608 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
20609 Then I re-created from scratch, and changed more lines than the original.
20610
20611 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20612 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20613
20614commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
20615Author: Vlad Lungu <vlad@comsys.ro>
20616Date: Wed Oct 10 23:02:09 2007 +0300
20617
20618 Fixed pcnet io_base
20619
20620 Bus and phys address are not always the same
20621
20622 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
20623
20624commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
20625Author: Wolfgang Denk <wd@denx.de>
20626Date: Thu Apr 24 23:44:26 2008 +0200
20627
20628 drivers/net/pcnet.c: Coding Style cleanup.
20629
20630 Signed-off-by: Wolfgang Denk <wd@denx.de>
20631
20632commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
20633Author: Vlad Lungu <vlad@comsys.ro>
20634Date: Wed Oct 10 23:04:23 2007 +0300
20635
20636 Added Am79C970A chip id to pcnet
20637
20638 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
20639
20640commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
20641Author: Magnus Lilja <lilja.magnus@gmail.com>
20642Date: Sun Apr 20 10:35:03 2008 +0200
20643
20644 i.MX31: Fix architecture numbers for ADS and Litekit boards
20645
20646 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
20647
20648 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20649
20650commit e7ae84d6c7288790e88639f57cb60daf89c11369
20651Author: Magnus Lilja <lilja.magnus@gmail.com>
20652Date: Sun Apr 20 10:36:36 2008 +0200
20653
20654 i.MX31: Use symbolic names for Litekit membases.
20655
20656 Use symbolic names instead of hard coded addresses for Litekit membases.
20657
20658 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
20659
20660commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
20661Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20662Date: Sat Apr 19 17:59:20 2008 +0200
20663
20664 Fix show_boot_progress prototype
20665
20666 in commit fad634071 "make show_boot_progress () weak."
20667 show_boot_progress is supposed to be declared as weak but declared as
20668 inline instead.
20669
20670 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20671
20672commit edbed247a14d70b94958010f736621212285de91
20673Author: Bartlomiej Sieka <tur@semihalf.com>
20674Date: Fri Apr 18 12:39:23 2008 +0200
20675
20676 Memory footprint optimizations
20677
20678 As suggested by Wolfgang Denk:
20679 - image printing functions:
20680 - remove wrappers
20681 - remove indentation prefix from functions' signatures
20682 - merge getenv_verify and getenv_autostart into one parametrized function
20683
20684 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20685
20686commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
20687Author: Guennadi Liakhovetski <lg@denx.de>
20688Date: Tue Apr 15 13:33:11 2008 +0200
20689
20690 MX31ADS environment variable update, spi and rtc support
20691
20692 Update MX31ADS default environment to better match the flash layout and
20693 the memory map, support SPI and RTC.
20694
20695 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
20696
20697commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
20698Author: Kumar Gala <galak@kernel.crashing.org>
20699Date: Mon Apr 21 09:28:36 2008 -0500
20700
20701 85xx: Round up frequency calculations to get reasonable output
20702
20703 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
20704
20705 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
20706
20707 Signed-off-by: Dejan Minic <minic@freescale.com>
20708 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
20709 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20710 Acked-by: Andy Fleming <afleming@freescale.com>
20711
20712commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
20713Author: Kumar Gala <galak@kernel.crashing.org>
20714Date: Wed Apr 23 16:58:04 2008 -0500
20715
20716 fsl_pci: Only modify registers if we have them
20717
20718 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
20719
20720 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20721
20722commit 83fe32334337def160b302aa9d152d808bfcc68e
20723Author: Markus Klotzbücher <mk@denx.de>
20724Date: Wed Apr 23 10:57:33 2008 +0200
20725
20726 USB: remove a cpu bug workaround for an unsupported architecture.
20727
20728 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20729
20730commit f957576cb53e6cfab412709cfc8db1afd39d21c3
20731Author: Markus Klotzbücher <mk@denx.de>
20732Date: Wed Apr 23 10:53:23 2008 +0200
20733
20734 USB: fix those pesky aliasing warnings issued by gcc-4.2
20735
20736 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
20737 Signed-off-by: Detlev Zundel <dzu@denx.de>
20738
20739commit 89cdab788f3716b335fefb60b836ebcf975aceab
20740Author: Mike Frysinger <vapier@gentoo.org>
20741Date: Mon Mar 31 11:02:01 2008 -0400
20742
20743 crc32: use uint32_t rather than unsigned long
20744
20745 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
20746 this is done with the build toolchain instead of the target tool
20747 chain, so if the build is a 64bit system but the target is 32bits,
20748 the size will obviously be wrong. This converts all unsigned long
20749 stuff related to crc32 to uint32_t types. Compile tested only: output
20750 of ./tools/envcrc when run on a 32bit build system matches that of a
20751 64bit build system.
20752
20753 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
20754 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20755
20756commit 80c40b765b3642ddb9f3392b7898715aab44a29c
20757Author: Dirk Behme <dirk.behme@googlemail.com>
20758Date: Wed Mar 26 09:53:29 2008 +0100
20759
20760 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
20761
20762 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
20763
20764 Changes:
20765
20766 - Remove *_masked() functions as noted by Wolfgang
20767
20768 - Adapt register naming to recent TI spec (sprue26, March 2007)
20769
20770 - Fix reset_timer() handling
20771
20772 - As reported by Pieter [1] the overflow fix introduced a delay of factor 16 (e.g 2 seconds became 32). While the overflow fix is basically okay, it missed to divide udelay by 16, too. Fix this.
20773
20774 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
20775
20776 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
20777
20778 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
20779
20780 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
20781
20782 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
20783 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
20784
20785commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
20786Author: Sergei Poselenov <sposelenov@emcraft.com>
20787Date: Wed Apr 9 16:09:41 2008 +0200
20788
20789 Added watchdog triggering calls in the "mtest" test function.
20790
20791 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20792
20793commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
20794Author: Yuri Tikhonov <yur@emcraft.com>
20795Date: Sun Apr 6 19:19:14 2008 +0200
20796
20797 lwmon5 watchdog: limit trigger rate
20798
20799 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
20800 the CONFIG_WD_MAX_RATE value.
20801
20802 Note that an earlier version of this patch which used microseconds
20803 instead of ticks dis not work. The problem was that we used
20804 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
20805 get_tbclk(), which in turn calls get_sys_info(). It turns out that
20806 this function does a lot of prolonged operations (like divisions)
20807 which take too much time so we do not trigger the watchdog in time,
20808 and it resets the system.
20809
20810 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20811
20812commit 2d2b994a30bb100774dc747ae9865b7f95285a88
20813Author: Yuri Tikhonov <yur@emcraft.com>
20814Date: Mon Mar 31 10:51:37 2008 +0200
20815
20816 POST: move CONFIG_POST to Makefiles
20817
20818 Introduce the new logical option CONFIG_HAS_POST which is set when the
20819 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
20820 to determine should the POST libs be compiled for the selected target
20821 platform, or not.
20822
20823 To avoid breaking u-boot linking process, the empty post/libpost.a file is
20824 created for platforms which do not have POSTs.
20825
20826 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20827 Signed-off-by: Wolfgang Denk <wd@denx.de>
20828
20829commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
20830Author: Yuri Tikhonov <yur@emcraft.com>
20831Date: Mon Mar 31 10:49:34 2008 +0200
20832
20833 POST: preparations for moving CONFIG_POST to Makefiles
20834
20835 Remove CONFIG_POST ifdefs from the post/ source files.
20836
20837 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
20838 Signed-off-by: Wolfgang Denk <wd@denx.de>
20839
20840commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
20841Author: Stefan Roese <sr@denx.de>
20842Date: Tue Apr 22 14:14:20 2008 +0200
20843
20844 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
20845
20846 This patch fixes the Canyonlands and Glacier default environment to better
20847 fit to the arch/powerpc device-tree kernels. The variables dealing with
20848 arch/ppc booting are removed, since these boards are supported only in
20849 arch/powerpc. Glacier uses the same config file as Canyonlands.
20850
20851 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
20852
20853 Signed-off-by: Stefan Roese <sr@denx.de>
20854
20855commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
20856Author: Stefan Roese <sr@denx.de>
20857Date: Tue Apr 22 14:06:42 2008 +0200
20858
20859 ppc4xx: Small coding style cleanup for the latest esd patches
20860
20861 Signed-off-by: Stefan Roese <sr@denx.de>
20862
20863commit 79941d63bc03aed8c48d7602f18217cc200ee931
20864Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20865Date: Mon Apr 21 18:01:07 2008 +0200
20866
20867 ppc4xx: Update CPU strapping for PMC440 boards
20868
20869 This patch removes the temporary 'test' strapping option
20870 of the sbe command. The '667' strapping option now uses
20871 a PLB/PCI divider of 3.
20872
20873 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20874
20875commit f00cf3193a6635355b121e90debb2f54e777e7da
20876Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20877Date: Mon Apr 21 14:42:21 2008 +0200
20878
20879 ppc4xx: Remove unused APC405 strataflash driver
20880
20881 The APC405 board support has been migrated to use the common
20882 CFI flash driver.
20883
20884 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20885
20886commit 1c686676a86473bbd92151f0544e109413f6ed06
20887Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20888Date: Mon Apr 21 14:42:17 2008 +0200
20889
20890 ppc4xx: Update APC405 configuration
20891
20892 - enable esd's auto_update mechanism
20893 - support alternative flash layout on rev. 1.8 boards
20894 - update default environment
20895 - use common CFI flash driver
20896 - coding style cleanup
20897
20898 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20899
20900commit 0b9872515a521bf7866dc24b85ddce708e60d702
20901Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20902Date: Mon Apr 21 14:42:11 2008 +0200
20903
20904 ppc4xx: Update APC405 board support
20905
20906 - enable esd's auto_update mechanism
20907 - fix LCD support on latest hardware revision (uses other LCD controller)
20908 - support alternative flash layout on rev. 1.8 boards
20909 - coding style cleanup
20910
20911 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20912
20913commit 83975d02e225e231960784972e7820a8b303756b
20914Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20915Date: Mon Apr 21 14:42:06 2008 +0200
20916
20917 ppc4xx: update esd's common auto_update code for 405 boards
20918
20919 - Coding style cleanup (long lines)
20920 - improve handling of protected flash regions
20921 - remove dead code
20922
20923 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20924
20925commit b9233fe5d59cb25d975071616bd1035d6f4c2285
20926Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20927Date: Mon Apr 21 14:41:59 2008 +0200
20928
20929 ppc4xx: Update esd's common LCD code for 405 boards
20930
20931 - Coding style cleanup (long lines)
20932 - Add s1d13505 support
20933 - Make some functions return a result code instead of void
20934
20935 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20936
20937commit dea68189424c3f1242427a8146a3861bf093173c
20938Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20939Date: Mon Apr 21 11:36:55 2008 +0200
20940
20941 ppc4xx: Update FPGA image for APC405 boards
20942
20943 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20944
20945commit 2a05b152924acfcec3b037693329e517e6d3578f
20946Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20947Date: Mon Apr 21 11:36:08 2008 +0200
20948
20949 ppc4xx: Update bootlogo for APC405 boards
20950
20951 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20952
20953commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
20954Author: Stefan Roese <sr@denx.de>
20955Date: Fri Apr 18 16:41:31 2008 +0200
20956
20957 ppc4xx: Add dcache_enable() for 440
20958
20959 dcache_enable() was missing for 440 and the patch
20960 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
20961 "] behavior uses this function.
20962
20963 Note: Currently the cache handling functions like
20964 d/icache_disable/enable() are NOP's on 440. This may be changed in the
20965 future.
20966
20967 Signed-off-by: Stefan Roese <sr@denx.de>
20968
20969commit a49e0d177a0749614b316ec847fb623f09c82c07
20970Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20971Date: Mon Apr 21 11:19:04 2008 +0200
20972
20973 video: Add missing free for logo memory
20974
20975 This patch adds two missing free()s.
20976
20977 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20978
20979commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
20980Author: Troy Kisky <troy.kisky@boundarydevices.com>
20981Date: Mon Sep 24 16:41:43 2007 -0700
20982
20983 PATCH - Fix oob data copied into supplied buffer
20984
20985 This patch correctly sets the oobavail variable
20986 and fixes a bug where the oob data was not valid when
20987 there where multiple groups in oobfree.
20988
20989 First segment fixes a typo
20990 Second segment fixes a bug where oob data may be copied incorrectly.
20991 Third segment adds an error message when exiting due to write protect.
20992 Forth segment fixes a bug where oobavail may be set incorrectly.
20993
20994 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
20995
20996commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
20997Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20998Date: Fri Apr 18 17:24:32 2008 +0200
20999
21000 ppc4xx: Fix sys_get_info() for 405GP(r)
21001
21002 This patch assigns the correct EBC clock for 405GP(r) CPUs
21003 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
21004 uses an uninitialized EBC clock in its startup message.
21005
21006 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21007
21008commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
21009Author: Wolfgang Denk <wd@denx.de>
21010Date: Sun Apr 20 15:39:38 2008 -0700
21011
21012 Makefile: remove nand_spl/System.map when cleaning up.
21013
21014commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
21015Author: Wolfgang Denk <wd@denx.de>
21016Date: Sun Apr 20 15:35:52 2008 -0700
21017
21018 MAKEALL: sort entries / lists.
21019
21020 Signed-off-by: Wolfgang Denk <wd@denx.de>
21021
21022commit 0878af169b181868a105b5c33f3a6423e2c9fd60
21023Author: Kumar Gala <galak@kernel.crashing.org>
21024Date: Fri Apr 18 11:29:01 2008 -0500
21025
21026 85xx: Fix size of cpu-release-addr property
21027
21028 The cpu-release-addr is defined as always being a 64-bit quanity regardless
21029 if we are running on a 32-bit or 64-bit machine.
21030
21031commit 88353a985109562a639b2f8a0c90d77011bfe374
21032Author: Timur Tabi <timur@freescale.com>
21033Date: Fri Apr 4 11:15:58 2008 -0500
21034
21035 Fix calculation of I2C clock for some 85xx chips
21036
21037 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
21038 some use CCB/3. There is no pattern that can be used to determine which
21039 chips use which frequency, so the only way to determine is to look up the
21040 actual SOC designation and use the right value for that SOC.
21041
21042 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
21043
21044 Signed-off-by: Timur Tabi <timur@freescale.com>
21045
21046commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
21047Author: Wolfgang Denk <wd@denx.de>
21048Date: Fri Apr 18 11:44:27 2008 -0700
21049
21050 Fix build breakage casued by commit c0559be371b2
21051
21052 Change env_get_char from a global function ptr to a function.
21053
21054 Signed-off-by: Wolfgang Denk <wd@denx.de>
21055
21056commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
21057Author: Wolfgang Denk <wd@denx.de>
21058Date: Fri Apr 18 10:53:41 2008 -0700
21059
21060 Coding Style cleanup, update CHANGELOG.
21061
21062 Signed-off-by: Wolfgang Denk <wd@denx.de>
21063
Wolfgang Denkdde52742008-04-18 10:53:41 -070021064commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
21065Author: Mike Frysinger <vapier@gentoo.org>
21066Date: Tue Apr 8 14:00:57 2008 -0400
21067
21068 Add support for u-boot in svn and localversion-* files
21069
21070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21071
21072commit d23ff6827decf121461fbc5622612fd7effe207e
21073Author: Guennadi Liakhovetski <lg@denx.de>
21074Date: Thu Apr 3 17:04:22 2008 +0200
21075
21076 MX31ADS network and flash updates
21077
21078 This patch allows U-Boot to use buffered writes to the Spansion NOR
21079 flash installed on this board, and eliminates long delays in network
21080 transfers after the board startup.
21081
21082 Also modify flash layout to embed main and redundant environment
21083 blocks in the U-Boot image.
21084
21085 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21086
21087commit b5dc9b304d289831f291843ff88a45cbdf1a6290
21088Author: Guennadi Liakhovetski <lg@denx.de>
21089Date: Mon Apr 14 10:53:12 2008 +0200
21090
21091 Support for the MX31ADS evaluation board from Freescale
21092
21093 This patch adds support for the MX31ADS evaluation board from Freescale,
21094 initialization code is copied from RedBoot sources, also provided by
21095 Freescale.
21096
21097 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21098
Wolfgang Denk7f39a012008-04-26 00:34:42 +020021099commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
21100Author: Stefan Roese <sr@denx.de>
21101Date: Tue Apr 8 10:33:29 2008 +0200
21102
21103 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
21104
21105 Signed-off-by: Stefan Roese <sr@denx.de>
21106
21107commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
21108Author: Stefan Roese <sr@denx.de>
21109Date: Tue Apr 8 10:33:28 2008 +0200
21110
21111 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
21112
21113 Signed-off-by: Stefan Roese <sr@denx.de>
21114
21115commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
21116Author: Stefan Roese <sr@denx.de>
21117Date: Tue Apr 8 10:33:27 2008 +0200
21118
21119 ppc4xx: Add Glacier NAND booting target
21120
21121 Signed-off-by: Stefan Roese <sr@denx.de>
21122
21123commit 46f373838e384a4c23d13581b1dfa5acb66b5810
21124Author: Stefan Roese <sr@denx.de>
21125Date: Tue Apr 8 10:31:00 2008 +0200
21126
21127 nand_spl: Update nand_spl to support 2k page size NAND devices
21128
21129 This patch adds support for booting from 2k page sized NAND device
21130 (e.g. Micron 29F2G08AAC).
21131
21132 Tested on AMCC Canyonlands.
21133
21134 Signed-off-by: Stefan Roese <sr@denx.de>
21135
Wolfgang Denkdde52742008-04-18 10:53:41 -070021136commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
21137Author: Anatolij Gustschin <agust@denx.de>
21138Date: Thu Apr 17 18:18:00 2008 +0200
21139
21140 Fix crash on sequoia in ppc_4xx_eth_init
21141
21142 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
21143 with cache enabled (TLB Parity exeption). This patch
21144 fixes the problem.
21145
21146 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21147
21148commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
21149Author: Anatolij Gustschin <agust@denx.de>
21150Date: Thu Apr 17 18:15:27 2008 +0200
21151
21152 ppc4xx: Fix crash on sequoia with cache enabled
21153
21154 Currently U-Boot crashes on sequoia board in CPU POST if
21155 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
21156 won't be disabled by change_tlb before CPU POST because
21157 there is an insufficient adress range check since
21158 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
21159 this problem.
21160
21161 Signed-off-by: Anatolij Gustschin <agust@denx.de>
21162
21163commit 43c509254fab375c49936498da944658117ed07c
21164Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21165Date: Thu Apr 17 23:35:13 2008 +0900
21166
21167 Use jr as register jump instruction
21168
21169 Current assembler codes are inconsistent in the way of register jump
21170 instruction usage; some use jr, some use j. Of course GNU as allows both
21171 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
21172 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
21173 at all.
21174
21175 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21176
21177commit 7ce63709828d37b08866e537339a169bd0db2bd3
21178Author: Guennadi Liakhovetski <lg@denx.de>
21179Date: Tue Apr 15 14:15:30 2008 +0200
21180
21181 RTC driver for MC13783
21182
21183 MC13783 is a multifunction IS with an SPI interface to the host. This
21184 driver handles the RTC controller in this chip.
21185
21186 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21187
21188commit 38254f45b0b412332726c90d3184ad47479fcffb
21189Author: Guennadi Liakhovetski <lg@denx.de>
21190Date: Tue Apr 15 14:14:25 2008 +0200
21191
21192 New i.MX31 SPI driver
21193
21194 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
21195 only implemented and tested on i.MX31, can with a modified register layout
21196 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
21197 controllers too.
21198
21199 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21200
21201commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
21202Author: Magnus Lilja <lilja.magnus@gmail.com>
21203Date: Tue Apr 15 19:09:10 2008 +0200
21204
21205 Fix name of i.MX31 boards in config file header
21206
21207 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
21208
21209 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
21210
21211commit a49864593e083a5d0779fb9ca98e5a0f2053183d
21212Author: Mike Frysinger <vapier@gentoo.org>
21213Date: Sun Apr 13 19:42:19 2008 -0400
21214
21215 allow ports to override go behavior
21216
21217 Split the arch-specific logic out of the common go code and into a dedicated
21218 weak function called do_go_exec() that lives in cpu directories. This will
21219 need review from i386/nios people to make sure I didn't break them.
21220
21221commit 017e9b7925f74878d0e9475388cca9bda5ef9482
21222Author: Mike Frysinger <vapier@gentoo.org>
21223Date: Sun Apr 13 19:42:18 2008 -0400
21224
21225 allow ports to override bootelf behavior
21226
21227 Change the bootelf setup function into a dedicated weak function called
21228 do_bootelf_exec. This way ports can control the behavior however they
21229 like before/after calling the ELF entry point.
21230
21231commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
21232Author: Ulf Samuelsson <ulf@atmel.com>
21233Date: Sat Apr 12 20:56:03 2008 +0200
21234
21235 Reorder ARM boards in Makefile
21236
21237 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
21238 are no longer under ARM92xT header.
21239
21240 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
21241 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21242
21243commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
21244Author: Ulf Samuelsson <ulf@atmel.com>
21245Date: Sat Apr 12 20:29:44 2008 +0200
21246
21247 Clean up dataflash partitioning
21248
21249 This patch removes the board dependent parts from
21250 "drivers/mtd/dataflash.c".
21251 Each board relying on this, will have the appropriate
21252 code in a new file, "partition.c" in the board directory.
21253 board Makefiles updated to use the file.
21254
21255 The dataflash partitions are aligned on sector/page boundaries.
21256
21257 The CONFIG_NEW_DF_PARTITION was used to create named partitions
21258 This is now the default operation, and the CONFIG variable is removed.
21259
21260 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
21261
21262commit 51ecde946fec511a16346e498204ca10ad71080d
21263Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21264Date: Sat Apr 12 14:08:45 2008 +0200
21265
21266 gitignore: udpate stgit generated and .patch file
21267
21268 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21269
21270commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
21271Author: Wolfgang Denk <wd@denx.de>
21272Date: Fri Apr 18 00:15:36 2008 -0700
21273
21274 Get rid of redundant copy of renamed header file.
21275
21276 Signed-off-by: Wolfgang Denk <wd@denx.de>
21277
21278commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
21279Author: Vlad Lungu <vlad@comsys.ro>
21280Date: Fri Apr 11 21:20:14 2008 +0300
21281
21282 Fix dependency generation for older gcc versions
21283
21284 With gcc 3.3.3 at least, compilation fails with
21285
21286 Generating include/autoconf.mk
21287 gcc: compilation of header file requested
21288 make: *** [include/autoconf.mk] Error 1
21289
21290 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
21291
21292 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
21293
21294commit cb1c4896905ab22fcd982e6a8a539f0031942e71
21295Author: Marian Balakowicz <m8@semihalf.com>
21296Date: Fri Apr 11 11:07:49 2008 +0200
21297
21298 Restore the ability to continue booting after legacy image overwrite
21299
21300 Before new uImage code was merged, bootm code allowed for the kernel image to
21301 get overwritten during decompresion. new uImage introduced a check for image
21302 overwrites and refused to boot the image that got overwritten. This patch
21303 restores the old behavior. It also adds a warning when the image overwriten is
21304 a multi-image file, because in such case accessing componentes other than the
21305 first one will fail.
21306
21307 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21308
21309commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
21310Author: Marian Balakowicz <m8@semihalf.com>
21311Date: Fri Apr 11 11:07:43 2008 +0200
21312
21313 ppc: Fix ftd_blob variable init when processing raw blob
21314
21315 Set fdt_blob variable before its value is printed out.
21316
21317 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21318
21319commit 3d36be030043cd841a2551d00a395135e363a64b
21320Author: Jason Wessel <jason.wessel@windriver.com>
21321Date: Thu Apr 10 14:30:16 2008 -0500
21322
21323 Remove all the search paths from the .lds files.
21324
21325 The cross compiler is responsible for providing the correct libraries
21326 and the logic to find the linking libraries.
21327
21328 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
21329
21330commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
21331Author: Bartlomiej Sieka <tur@semihalf.com>
21332Date: Mon Apr 14 15:44:16 2008 +0200
21333
21334 Boot-related documentation update
21335
21336 - document 'bootm_low' and 'bootm_size' environment variables
21337 - update inaccurate CFG_BOOTMAPSZ entry
21338
21339 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
21340
21341commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
21342Author: Guennadi Liakhovetski <lg@denx.de>
21343Date: Wed Apr 9 17:34:08 2008 +0200
21344
21345 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
21346
21347 Restore logic reverted by commit
21348
21349 commit 80767a6cead9990d9e77e62be947843c2c72f469
21350 Author: Peter Pearse <peter.pearse@arm.com>
21351 Date: Wed Sep 5 16:04:41 2007 +0100
21352
21353 Changed API name to coloured_led.h
21354 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
21355 Tidied other cpu/arm920t/start.S code
21356
21357 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21358
21359commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
21360Author: Mike Frysinger <vapier@gentoo.org>
21361Date: Tue Apr 8 10:24:24 2008 -0400
21362
21363 Remove conflicting NAND ID
21364
21365 There are two NAND entries with ID 0xDC and this obviously causes problems.
21366 In the kernel, they punted the first entry, so we should do the same.
21367
21368 See this upstream e-mail for more info:
21369 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
21370
21371 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
21372 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21373
21374commit 188e94c370621708d13547d58dbc6ed3c5602aa8
21375Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21376Date: Tue Apr 8 16:20:35 2008 +0900
21377
21378 cpu/mips/cpu.c: Fix flush_cache bug
21379
21380 Cache operations have to take line address (addr), not start_addr.
21381 I noticed this bug when debugging ping failure.
21382
21383 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21384
21385commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
21386Author: Martin Krause <martin.krause@tqs.de>
21387Date: Thu Apr 3 14:29:01 2008 +0200
21388
21389 TQM5200: fix default IDE reset level
21390
21391 Before the first call of ide_reset(), the level of the IDE reset
21392 signal on the TQM5200 is low (reset asserted). This patch sets the
21393 default value to high (reset not asserted).
21394
21395 Currently this patch fixes no real problem, but it is cleaner to
21396 assert the reset signal only on demand, and not permanently.
21397
21398 Signed-off-by: Martin Krause <martin.krause@tqs.de>
21399
21400commit c61e033d6e8abb7b4060ee36060961e1399f6079
21401Author: Detlev Zundel <dzu@denx.de>
21402Date: Thu Apr 3 14:18:48 2008 +0200
21403
21404 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
21405
21406 Signed-off-by: Detlev Zundel <dzu@denx.de>
21407
21408commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
21409Author: Detlev Zundel <dzu@denx.de>
21410Date: Thu Apr 3 14:18:47 2008 +0200
21411
21412 mgcoge, mgsuv: rename 'addcon' to 'addcons'
21413
21414 The latter name with 13 users is already established, so we will use
21415 that.
21416
21417 Signed-off-by: Detlev Zundel <dzu@denx.de>
21418
21419commit e175eacc87c3a9e4dad0799fee0e95732520afc7
21420Author: Martin Krause <martin.krause@tqs.de>
21421Date: Thu Apr 3 13:37:56 2008 +0200
21422
21423 IDE: fix bug in reset sequence
21424
21425 According to the ata (ata5) specification the RESET- signal
21426 shall be asserted for at least 25 us. Without this patch,
21427 the RESET- signal is asserted on some boards for only < 1 us
21428 (e. g. on the TQM5200). This patch adds a general delay of
21429 25 us to the RESET- signal.
21430
21431 Without this patch a Platinum 4 GiB CF card is not recognised
21432 properly on boards with a TQM5200 (STK52xx, TB5200).
21433
21434 Signed-off-by: Martin Krause <martin.krause@tqs.de>
21435
21436commit 813bea96a960916c72b4a3a7df840151529c26ce
21437Author: Sascha Laue <Sascha.Laue@gmx.biz>
21438Date: Thu Apr 3 14:43:11 2008 +0200
21439
21440 lwmon5: disable CONFIG_ZERO_BOOTDELAY
21441
21442 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
21443
21444commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
21445Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21446Date: Wed Apr 2 08:03:58 2008 +0200
21447
21448 ds174x: Fix warning on return in rtc_get and rtc_set functions
21449
21450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21451
21452commit a253b38bf50c85227c33ca0febc870ee49d1588e
21453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21454Date: Wed Apr 2 08:03:57 2008 +0200
21455
21456 cmd_log.c: Fix assignment differ in signedness
21457
21458 In function 'logbuff_init_ptrs':
21459 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
21460
21461 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21462
21463commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
21464Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21465Date: Wed Apr 2 11:04:43 2008 +0530
21466
21467 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
21468
21469 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
21470
21471commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
21472Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21473Date: Tue Apr 1 14:07:10 2008 +0200
21474
21475 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
21476
21477 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21478
21479commit c08fb3ea36d19b1640b7906264581e9105534399
21480Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21481Date: Tue Apr 15 10:24:14 2008 +0200
21482
21483 Additional PCI IDs for IDE and network controllers
21484
21485 These PCI IDs are required by the Linkstation platforms.
21486
21487 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21488
21489commit c0559be371b2a64b1a817088c3308688e2182f93
21490Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
21491Date: Mon Apr 14 23:01:50 2008 +0200
21492
21493 Change env_get_char from a global function ptr to a function.
21494
21495 This avoids an early global data reference.
21496
21497 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
21498
21499commit 3e0f331c05d72f140715c1e9fca991927e44d422
21500Author: Guennadi Liakhovetski <lg@denx.de>
21501Date: Tue Apr 29 12:35:08 2008 +0000
21502
21503 Clean up smsc911x driver
21504
21505 Replace direct register address derefencing with accessor functions.
21506 Restrict explicitly 32-bit bus-width, extend affected configurations
21507 respectively.
21508
21509 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21510 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21511
21512commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
21513Author: Sascha Hauer <s.hauer@pengutronix.de>
21514Date: Tue Apr 15 00:08:20 2008 -0400
21515
21516 This patch adds a driver for the following smsc network controllers:
21517 LAN9115
21518 LAN9116
21519 LAN9117
21520 LAN9215
21521 LAN9216
21522 LAN9217
21523
21524 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21525 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
21526 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21527
21528commit 3dfd4aab929cccddb63d9ea509967861e1333b52
21529Author: Sascha Laue <Sascha.Laue@gmx.biz>
21530Date: Tue Apr 1 15:13:03 2008 +0200
21531
21532 Fix watchdog POST for lwmon5
21533
21534 If the hardware watchdog detects a voltage error, the watchdog sets
21535 GPIO62 to low. The watchdog POST has to detect this low level.
21536
21537 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
21538
21539commit 24b448448a917e52806f82660a5c9d47608894fb
21540Author: Dave Liu <r63238@freescale.com>
21541Date: Tue Apr 1 15:22:11 2008 +0800
21542
21543 ata: update the libata.h from ata.h of linux kernel
21544
21545 Current libata.h of u-boot is out of sync from linux kernel,
21546 this patch make it be consistent with linux kernel.
21547
21548 Signed-off-by: Dave Liu <daveliu@freescale.com>
21549 Signed-off-by: Tor Krill <tor@excito.com>
21550
21551commit f8f9dc98883f66f59eb0601da65808e6b139c87c
21552Author: Kumar Gala <galak@kernel.crashing.org>
21553Date: Mon Mar 31 11:59:27 2008 -0500
21554
21555 Allow use of ARCH=powerpc when building
21556
21557 The linux kernel is now mostly ARCH=powerpc, so to make life easier
21558 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
21559
21560 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21561
21562commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
21563Author: Kyungmin Park <kmpark@infradead.org>
21564Date: Mon Mar 31 10:40:54 2008 +0900
21565
21566 Add apollon board MAINTAINERS entry
21567
21568 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21569
21570commit 77e475cc0ed1832160017d364be32a0be9ff02a9
21571Author: Kyungmin Park <kmpark@infradead.org>
21572Date: Mon Mar 31 10:40:36 2008 +0900
21573
21574 Fix OneNAND read
21575
21576 It should access with 16-bit instead of 8-bit
21577
21578 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
21579
21580 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21581
21582commit a9da2b41079d230db3a5641625311983f85ce1fb
21583Author: Kyungmin Park <kmpark@infradead.org>
21584Date: Mon Mar 31 10:40:19 2008 +0900
21585
21586 Fix OneNAND erase command
21587
21588 It mis-calculates the block address.
21589 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
21590
21591 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21592
21593commit 61525f2ffa156665a66908fda47dbf29d65ea579
21594Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
21595Date: Mon Mar 31 01:32:15 2008 +0200
21596
21597 Support for LinkStation / KuroBox HD and HG PPC models
21598
21599 This patch is based on the port by Mihai Georgian (see linkstation.c for
21600 Copyright information) and implements support for LinkStation / KuroBox HD
21601 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
21602 the moment, pending network driver fixing.
21603
21604 Notice to users: this is pretty much a barebone port. Support for network
21605 on HG models is already in the U-Boot mainline, but you might also want
21606 patches to switch fan / phy modes depending on the negotiated ethernet
21607 parameters. This patch also doesn't support console switching, booting EM
21608 mode, Buffalo specific ext2 magic number. So, if you want to use any of
21609 those, you need additional patches. Otherwise this patche provides a fully
21610 functional u-boot with a network console on your system.
21611
21612 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21613
21614commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
21615Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21616Date: Sun Mar 30 01:22:13 2008 -0500
21617
21618 Add CONFIG_MII_INIT support to related boards
21619
21620 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
21621 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
21622 that use mii_init() in cmd_init.c.
21623
21624 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21625 Acked-by: Ben Warren <biggerbadderben@gmail.com>
21626
21627commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
21628Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21629Date: Sun Mar 30 01:19:06 2008 -0500
21630
21631 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
21632
21633 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
21634 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
21635
21636 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21637
21638commit e99ccb488181d012248c6be30b2093e950319fc5
21639Author: Kumar Gala <galak@kernel.crashing.org>
21640Date: Thu Mar 27 11:46:38 2008 -0500
21641
21642 Introduce phys_size_t and move phys_addr_t into asm/types.h
21643
21644 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
21645 that have larger physical addresses like 44x, 85xx, and 86xx.
21646
21647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21648
21649commit 20a14a42a25f72e379f38460b8a8484667536795
21650Author: Andy Fleming <afleming@freescale.com>
21651Date: Wed Apr 2 16:19:07 2008 -0500
21652
21653 Rename include/md5.h to include/u-boot/md5.h
21654
21655 Some systems have md5.h installed in /usr/include/. This isn't the
21656 desired file (we want the one in include/md5.h). This will avoid the
21657 conflict. This fixes the host tools building problem by creating a new
21658 directory for U-Boot specific header files.
21659
21660 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
21661 Denk]
21662
21663 Signed-off-by: Wolfgang Denk <wd@denx.de>
21664 Signed-off-by: Andy Fleming <afleming@freescale.com>
21665 Acked-by: Timur Tabi <timur@freescale.com>
21666
21667commit f297b7a1ec87433f66320d89d993e1bc738c66b8
21668Author: Dave Liu <r63238@freescale.com>
21669Date: Thu Mar 27 18:51:17 2008 +0800
21670
21671 drivers: code clean up
21672
21673 Signed-off-by: Dave Liu <daveliu@freescale.com>
21674
21675commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
21676Author: Dave Liu <r63238@freescale.com>
21677Date: Thu Mar 27 18:50:41 2008 +0800
21678
21679 drivers: clean up the ata_piix.h
21680
21681 Signed-off-by: Dave Liu <daveliu@freescale.com>
21682
21683commit e8f7ba404f1409606962815ecc955a06984b08b3
21684Author: Dave Liu <r63238@freescale.com>
21685Date: Thu Mar 27 18:49:56 2008 +0800
21686
21687 doc: english polishing for README.sata
21688
21689 according to gvb's suggestion, polishing for the doc.
21690
21691 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
21692 Signed-off-by: Dave Liu <daveliu@freescale.com>
21693
21694commit 3e3f766a5274d204780460e1879723b565296d34
21695Author: Kumar Gala <galak@kernel.crashing.org>
21696Date: Wed Mar 26 18:53:28 2008 -0500
21697
21698 Fix warnings introduced by I2C bus speed setting patch
21699
21700 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21701
21702commit 3c735e7437150e8615f26930c7819db85634276d
21703Author: eran liberty <eran.liberty@gmail.com>
21704Date: Thu Mar 27 00:50:49 2008 +0100
21705
21706 Altera Stratix II support
21707
21708 Adds Support for Altera's Stratix II.
21709
21710 Within your board specific init file you will have to call
21711
21712 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
21713 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
21714
21715 Altera_desc* contines (for example):
21716 {
21717 Altera_StratixII, /* part type */
21718 passive_serial, /* interface type */
21719 1, /* bytes of data part can accept */
21720 (void *)(&funcs), /* interface function table */
21721 0L, /* base interface address */
21722 0 /* implementation specific cookie */
21723 }
21724
21725 funcs is the interface. It is of type altera_board_specific_func.
21726 It looks like this:
21727 altera_board_specific_func func = {
21728 pre_fn,
21729 config_fn,
21730 status_fn,
21731 done_fn,
21732 clk_fn,
21733 data_fn,
21734 abort_fn,
21735 post_fn,
21736 };
21737
21738 you will have to implement these functions, which is usually bit
21739 banging some gpio.
21740
21741 Signed-off-by: Eran Liberty <liberty@extricom.com>
21742
21743commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
21744Author: Wolfgang Denk <wd@denx.de>
21745Date: Sun Apr 13 14:32:54 2008 -0700
21746
21747 Update CHANGELOG
21748
21749 Signed-off-by: Wolfgang Denk <wd@denx.de>
21750
Wolfgang Denkda8a7132008-04-13 14:32:54 -070021751commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
21752Author: Sascha Hauer <s.hauer@pengutronix.de>
21753Date: Wed Mar 26 20:41:17 2008 +0100
21754
21755 Phytec Phycore-i.MX31 support
21756
21757 This patch adds support for the Phytec Phycore-i.MX31 board
21758
21759 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21760 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21761
21762commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
21763Author: Sascha Hauer <s.hauer@pengutronix.de>
21764Date: Wed Mar 26 20:41:09 2008 +0100
21765
21766 mx31 litekit support
21767
21768 This patch adds support for the mx31 litekit board
21769
21770 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21771 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21772
21773commit cdace0661208754a53019ea0dc7b803a040e0939
21774Author: Sascha Hauer <s.hauer@pengutronix.de>
21775Date: Wed Mar 26 20:40:49 2008 +0100
21776
21777 add an i2c driver for mx31
21778
21779 This patch adds an i2c driver for Freescale i.MX processors
21780
21781 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21782 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21783
21784commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
21785Author: Sascha Hauer <s.hauer@pengutronix.de>
21786Date: Wed Mar 26 20:40:42 2008 +0100
21787
21788 core support for Freescale mx31
21789
21790 This patch adds the core support for Freescale mx31
21791
21792 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21793 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21794
21795commit 7ec68862a27c8f6f6d566228de8f6724d964a939
21796Author: Wolfgang Denk <wd@denx.de>
21797Date: Sun Apr 13 14:19:23 2008 -0700
21798
21799 Fix compile error
21800
21801 ...as suggested by Peter Pearse
21802
21803 Signed-off-by: Wolfgang Denk <wd@denx.de>
21804
21805commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
21806Author: Sascha Hauer <s.hauer@pengutronix.de>
21807Date: Wed Mar 26 20:40:36 2008 +0100
21808
21809 Separate omap24xx specific code from arm1136
21810
21811 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
21812 to cpu/arm1136/omap24xx.
21813
21814 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
21815 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21816
21817commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
21818Author: Mike Frysinger <vapier@gentoo.org>
21819Date: Tue Jan 29 18:21:05 2008 -0500
21820
21821 disable caches before booting an app for Blackfin apps
21822
21823 It isn't generally save to execute applications outside of U-Boot with caches
21824 enabled due to the way the Blackfin processor handles caches (requires
21825 software assistance). This patch disables caches before booting an ELF or
21826 just booting raw code. The previous discussion on the patch was that we
21827 wanted to use weaks instead, but that proved to not be feasible when multiple
21828 symbols are involved, which puts us back at the ifdef solution. I've
21829 minimized the ugliness by moving the setup step outside of the main function.
21830
21831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
21832
21833commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
21834Author: Wolfgang Denk <wd@denx.de>
21835Date: Sun Apr 13 10:03:54 2008 -0700
21836
21837 ppc: Get rid of unused machine type definitions
21838
21839 Signed-off-by: Wolfgang Denk <wd@denx.de>
21840
21841commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
21842Author: Wolfgang Denk <wd@denx.de>
21843Date: Sun Apr 13 09:59:26 2008 -0700
21844
21845 Coding Style cleanup; update CHANGELOG
21846
21847 Signed-off-by: Wolfgang Denk <wd@denx.de>
21848
Wolfgang Denk35f734f2008-04-13 09:59:26 -070021849commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
21850Author: Larry Johnson <lrj@acm.org>
21851Date: Thu Feb 21 13:58:11 2008 -0500
21852
21853 LM73 bug fix for negative temperatures and cleanup
21854
21855 When the LM73 temperature sensor measures a temperature below 0 C, the
21856 current driver does not perform sign extension, so the result returned is
21857 512 C too high. This patch fixes the problem, and does general cleanup
21858 of the code.
21859
21860 Signed-off-by: Larry Johnson <lrj@acm.org>
21861
21862commit 96ef831f713289afba19da0c8f905e99da2b23e0
21863Author: Guennadi Liakhovetski <lg@denx.de>
21864Date: Thu Apr 3 13:36:02 2008 +0200
21865
21866 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
21867
21868 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
21869 series require different addresses for buffered write commands. Define a
21870 configuration option to support buffered writes on those chips. A more
21871 elegant solution would be to automatically detect those chips by parsing
21872 their CFI records, but that would require introduction of a fixup table
21873 into the cfi_flash driver.
21874
21875 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
21876
21877commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
21878Author: Lee Nipper <lee.nipper@freescale.com>
21879Date: Thu Apr 10 09:35:06 2008 -0500
21880
21881 mpc83xx: Update DIMM data bus width test to support 40-bit width
21882
21883 32-bit wide ECC memory modules report 40-bit width.
21884 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
21885
21886 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
21887 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21888
21889commit 5fb5a689d822ca61e814bd523fc930af335242fa
21890Author: Dave Liu <r63238@freescale.com>
21891Date: Mon Mar 31 17:05:12 2008 +0800
21892
21893 mpc83xx: Fix the bug of serdes initialization
21894
21895 Currently the serdes will not be initializated due to the
21896 partid's error.
21897
21898 Signed-off-by: Dave Liu <daveliu@freescale.com>
21899 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21900
21901commit 2000784818f043db7ca60e2846a72d097766b894
21902Author: Dave Liu <r63238@freescale.com>
21903Date: Thu Apr 3 16:28:29 2008 +0800
21904
21905 mpc83xx: Fix the SATA clock setting of 837x targets
21906
21907 Currently the SATA controller clock is configured as CSB clock,
21908 usually the CSB clock is 400/333/266MHz.
21909
21910 However, The SATA IP block is only guaranteed to operate up to
21911 200 MHz as stated in the HW spec.
21912
21913 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
21914
21915 This patch makes the SATA clock as half of CSB clock.
21916
21917 Signed-off-by: Dave Liu <daveliu@freescale.com>
21918 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21919
21920commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
21921Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21922Date: Wed Apr 2 13:41:21 2008 +0200
21923
21924 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
21925
21926 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21927 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
21928
21929commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
21930Author: Kumar Gala <galak@kernel.crashing.org>
21931Date: Wed Apr 9 04:20:57 2008 -0500
21932
21933 85xx: Fix detection of MP cpu spin up
21934
21935 We were looking at the wrong memory offset to determine of a secondary
21936 cpu had been spun up or not. Also added a warning message if the
21937 all the secondary cpus we expect don't spin up.
21938
21939 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21940
21941commit f3e04bdc3f360c66801a9048956e61e41a16edba
21942Author: Kumar Gala <galak@kernel.crashing.org>
21943Date: Tue Apr 8 10:45:50 2008 -0500
21944
21945 85xx: Use SVR_SOC_VER instead of SVR_VER
21946
21947 The recent change introduced by 'Update SVR numbers to expand support'
21948 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
21949 to compare against a particular processor id.
21950
21951 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21952
21953commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
21954Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
21955Date: Fri Apr 11 10:00:35 2008 -0400
21956
21957 ppc4xx: Fix power mgt definitions for PPC440
21958
21959 Corrected DCR addresses of PPC440EP power management registers.
21960
21961 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
21962
21963commit 950a392464e616b4590bc4501be46e2d7d162dea
21964Author: Wolfgang Denk <wd@denx.de>
21965Date: Fri Apr 11 15:11:26 2008 +0200
21966
21967 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
21968
21969 Reverting became necessary after it turned out that the patches in
21970 the u-boot-arm repo were modified, and in some cases corrupted.
21971
21972 This reverts the following commits:
21973
21974 066bebd6353e33af3adefc3404560871699e9961
21975 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
21976 c88ae20580b2b01487b4cdcc8b2a113f551aee36
21977 a147e56f03871bba4f05058d5e04ce7deb010b04
21978 d6674e0e2a6a1f033945f78838566210d3f28c95
21979 8c8463cce44d849e37744749b32d38e1dfb12e50
21980 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
21981 8bf69d81782619187933a605f1a95ee1d069478d
21982 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
21983 a574a73852a527779234e73e17e7597fd8128882
21984 1377b5583a48021d983e1fd565f7d40c89e84d63
21985 1704dc20917b4f71e373e2c888497ee666d40380
21986
21987 Signed-off-by: Wolfgang Denk <wd@denx.de>
21988
21989commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
21990Author: Stefan Roese <sr@denx.de>
21991Date: Fri Apr 11 07:02:29 2008 +0200
21992
21993 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
21994
21995 This patch reworks the default environment on Kilauea/Haleakala. Now
21996 "net_nfs" for exmaple uses the device-tree style booting formerly know
21997 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
21998 new image booting support, which check for image overwriting. So the
21999 addresses needed togeet adjusted.
22000
22001 Signed-off-by: Stefan Roese <sr@denx.de>
22002
22003commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
22004Author: Stefan Roese <sr@denx.de>
22005Date: Wed Apr 9 11:58:02 2008 +0200
22006
22007 ppc4xx: Fix Canyonlands default environment to work with new image support
22008
22009 Since the new image support checks for image overwriting, the default
22010 environment needs to get adjusted to use correct addresses.
22011
22012 Signed-off-by: Stefan Roese <sr@denx.de>
22013
22014commit dfc6c7b647dba7ab86749616f0e9e5740deed422
22015Author: Stefan Roese <sr@denx.de>
22016Date: Wed Apr 9 11:54:11 2008 +0200
22017
22018 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
22019
22020 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
22021 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
22022 on 4xx systems _start currently cannot be used for this calculation.
22023 So revert back to the original version for now.
22024
22025 Signed-off-by: Stefan Roese <sr@denx.de>
22026
22027commit f91374f65eae8b42cac329e06ba1c54728278efb
22028Author: Michal Simek <monstr@monstr.eu>
22029Date: Fri Mar 28 12:49:52 2008 +0100
22030
22031 microblaze: Sort microblaze boards in MAKEALL script
22032
22033commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
22034Author: Michal Simek <monstr@monstr.eu>
22035Date: Fri Mar 28 11:58:45 2008 +0100
22036
22037 microblaze: clean microblaze_config.mk
22038
22039 FLAGS are generated by U-BOOT generator.
22040 Board specific FLAGS are in board directory
22041
22042 Signed-off-by: Michal Simek <monstr@monstr.eu>
22043
22044commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
22045Author: Michal Simek <monstr@monstr.eu>
22046Date: Fri Mar 28 12:47:19 2008 +0100
22047
22048 microblaze: xupv2p fix config file for supporting FDT
22049
22050commit 188dc16b189143573b1ed90e584bf866d75cdd12
22051Author: Michal Simek <monstr@monstr.eu>
22052Date: Fri Mar 28 11:53:02 2008 +0100
22053
22054 microblaze: ml401 fix config file for supporting FDT
22055
22056 Signed-off-by: Michal Simek <monstr@monstr.eu>
22057
22058commit 4c6a6f02e239236261333759997eeaf86b30b54c
22059Author: Michal Simek <monstr@monstr.eu>
22060Date: Fri Mar 28 11:22:48 2008 +0100
22061
22062 microblaze: ml401 - add ifdef for GPIO
22063
22064 Signed-off-by: Michal Simek <monstr@monstr.eu>
22065
22066commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
22067Author: Michal Simek <monstr@monstr.eu>
22068Date: Fri Mar 28 12:13:03 2008 +0100
22069
22070 microblaze: clean uart16550 and uartlite handling
22071
22072 Signed-off-by: Michal Simek <monstr@monstr.eu>
22073
22074commit 0b20f250877441460fb79d72192954abe8498834
22075Author: Michal Simek <monstr@monstr.eu>
22076Date: Fri Mar 28 11:08:31 2008 +0100
22077
22078 microblaze: Add Emaclite driver to Makefile
22079
22080 Signed-off-by: Michal Simek <monstr@monstr.eu>
22081
22082commit 868cde5310f88234b774878e4f06e79df10a88b3
22083Author: Michal Simek <monstr@monstr.eu>
22084Date: Fri Mar 28 11:08:01 2008 +0100
22085
22086 microblaze: Add Emac driver to Makefile
22087
22088 Signed-off-by: Michal Simek <monstr@monstr.eu>
22089
22090commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
22091Author: Michal Simek <monstr@monstr.eu>
22092Date: Fri Mar 28 12:42:29 2008 +0100
22093
22094 microblaze: add Emac ethernet driver
22095
22096commit 89c53891b18cbafd29ab8931b40e27ad231b6085
22097Author: Michal Simek <monstr@monstr.eu>
22098Date: Fri Mar 28 12:41:56 2008 +0100
22099
22100 microblaze: add Emaclite ethernet driver
22101
22102commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
22103Author: Michal Simek <monstr@monstr.eu>
22104Date: Fri Mar 28 11:04:01 2008 +0100
22105
22106 microblaze: ML401 and XUPV2P remove emac and emaclite reference
22107
22108 Signed-off-by: Michal Simek <monstr@monstr.eu>
22109
22110commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
22111Author: Michal Simek <monstr@monstr.eu>
22112Date: Fri Mar 28 10:59:32 2008 +0100
22113
22114 microblaze: remove old setting for emac driver
22115
22116 Signed-off-by: Michal Simek <monstr@monstr.eu>
22117
22118commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
22119Author: Michal Simek <monstr@monstr.eu>
22120Date: Fri Mar 28 10:58:15 2008 +0100
22121
22122 microblaze: Clean Makefile from ancient emac driver
22123
22124 Signed-off-by: Michal Simek <monstr@monstr.eu>
22125
22126commit ab68f921d9c741830f721c3d879c13a0c5597183
22127Author: Daniel Hellstrom <daniel@gaisler.com>
22128Date: Fri Mar 28 10:20:43 2008 +0100
22129
22130 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
22131
22132 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22133
22134commit 6ed8a43a19bb0275501bc286007daafa923552cf
22135Author: Daniel Hellstrom <daniel@gaisler.com>
22136Date: Wed Mar 26 23:38:48 2008 +0100
22137
22138 SPARC/LEON3: added support for GR-CPCI-AX2000 FPGA AX board. The FPGA is exchangeable but a standard LEON3 design is assumed. See www.gaisler.com for information.
22139
22140 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22141
22142commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
22143Author: Daniel Hellstrom <daniel@gaisler.com>
22144Date: Wed Mar 26 23:34:47 2008 +0100
22145
22146 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
22147
22148 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22149
22150commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
22151Author: Daniel Hellstrom <daniel@gaisler.com>
22152Date: Fri Mar 28 10:06:52 2008 +0100
22153
22154 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
22155
22156 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22157
22158commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
22159Author: Daniel Hellstrom <daniel@gaisler.com>
22160Date: Wed Mar 26 23:26:48 2008 +0100
22161
22162 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
22163
22164 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22165
22166commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
22167Author: Daniel Hellstrom <daniel@gaisler.com>
22168Date: Fri Mar 28 10:00:33 2008 +0100
22169
22170 SPARC: Added support for SPARC LEON2 SOC Processor.
22171
22172 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22173
22174commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
22175Author: Daniel Hellstrom <daniel@gaisler.com>
22176Date: Wed Mar 26 23:00:38 2008 +0100
22177
22178 SPARC/LEON3: Added AMBA Bus Plug&Play information print command (ambapp). It can print available cores (type: AHB Master, AHB Slave, APB Slave), their address ranges, IRQ number and version.
22179
22180 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22181
22182commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
22183Author: Daniel Hellstrom <daniel@gaisler.com>
22184Date: Wed Mar 26 22:51:29 2008 +0100
22185
22186 SPARC: Added support for SPARC LEON3 SOC processor.
22187
22188 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22189
22190commit bf3d8b31169546fcddb4737391e1893fb12d033a
22191Author: Daniel Hellstrom <daniel@gaisler.com>
22192Date: Fri Mar 28 08:29:26 2008 +0100
22193
22194 SPARC: added SPARC support for new uimage in common code.
22195
22196 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22197
22198commit 00ab32c85405a4fe65fd4128243086210fc90a21
22199Author: Daniel Hellstrom <daniel@gaisler.com>
22200Date: Wed Mar 26 22:36:03 2008 +0100
22201
22202 SPARC: added SPARC board information to the command bdinfo.
22203
22204 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22205
22206commit c2f02da21a3f37f0878554eebc785e04fdc4e128
22207Author: Daniel Hellstrom <daniel@gaisler.com>
22208Date: Fri Mar 28 09:47:00 2008 +0100
22209
22210 SPARC: Added generic support for SPARC architecture.
22211
22212 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22213
22214commit e54ec0f016803e4d9524ff71f7971bda0c51b287
22215Author: Stefan Roese <sr@denx.de>
22216Date: Thu Apr 3 14:50:34 2008 +0200
22217
22218 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
22219
22220 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
22221 has 2 RGMII instances and we need to configure the 2nd RGMII instance
22222 for the EMAC2+3 channels.
22223
22224 Signed-off-by: Stefan Roese <sr@denx.de>
22225
22226commit c2a545ce33b26d80337f80b533828839249fb1c9
22227Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22228Date: Wed Apr 2 08:03:56 2008 +0200
22229
22230 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
22231
22232 fdt.c: In function 'ft_cpu_setup':
22233 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
22234 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
22235 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
22236 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
22237
22238 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22239
22240commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
22241Author: Andy Fleming <afleming@freescale.com>
22242Date: Mon Mar 31 20:45:56 2008 -0500
22243
22244 Fix fdt set command to conform to dts spec
22245
22246 The fdt set command was treating properties specified as <00> and <0011>
22247 as byte streams, rather than as an array of cells. As we already have
22248 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
22249 we should use the <> syntax to describe arrays of cells, which are always
22250 32-bits per element. If we imagine this likely (IMHO) scenario:
22251
22252 > fdt set /ethernet-phy@1 reg <1>
22253
22254 With the old code, this would create a bad fdt, since the reg cell would be
22255 made to be one byte in length. But the cell must be 4 bytes, so this would
22256 break mysteriously.
22257
22258 Also, the dts spec calls for constants inside the angle brackets (<>)
22259 to conform to C constant standards as they pertain to base.
22260 Take this scenario:
22261
22262 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
22263
22264 The old fdt command would complain that it couldn't parse that. Or, if you
22265 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
22266 do this:
22267
22268 > fdt set /mydev clock <1f78a40>
22269
22270 Whereas the new code will accept decimal numbers.
22271
22272 While I was in there, I extended the fdt command parser to handle property
22273 strings which are split across multiple arguments:
22274
22275 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
22276 > fdt p /ethernet@f00
22277 ethernet@f00 {
22278 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
22279 };
22280
22281 Lastly, the fdt print code was rearranged slightly to print arrays of cells
22282 if the length of the property is a multiple of 4 bytes, and to not print
22283 leading zeros.
22284
22285 Signed-off-by: Andy Fleming <afleming@freescale.com>
22286
22287commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
22288Author: Stefan Roese <sr@denx.de>
22289Date: Wed Apr 2 08:39:33 2008 +0200
22290
22291 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
22292
22293 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
22294 interface. This usage can be configured with the jumper J6. This patch
22295 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
22296 is installed.
22297
22298 Signed-off-by: Stefan Roese <sr@denx.de>
22299
22300commit 6fe2946f198481254a6ee9600d7456b8316a4083
22301Author: Kim Phillips <kim.phillips@freescale.com>
22302Date: Fri Mar 28 17:37:49 2008 -0500
22303
22304 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
22305
22306 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
22307 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
22308 started.
22309
22310 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22311
22312commit b5873f1732b92a25690e1513b90dfb0d644f6697
22313Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22314Date: Tue Apr 1 07:30:51 2008 +0200
22315
22316 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
22317
22318 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22319
22320commit 2d934ea51f276522b532f870a820e844ff480b5b
22321Author: Tor Krill <tor@excito.com>
22322Date: Fri Mar 28 15:29:45 2008 +0100
22323
22324 Add Vitesse 8601 support to TSEC driver
22325
22326 Add phy_info for Vitesse VSC8601.
22327 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
22328
22329 Signed-off-by: Tor Krill <tor@excito.com>
22330 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
22331 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22332
22333commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
22334Author: Daniel Hellstrom <daniel@gaisler.com>
22335Date: Mon Mar 31 14:25:00 2008 +0000
22336
22337 SPARC: added SMC91111 driver in and out macros for LEON processors.
22338
22339 This patch makes SPARC/LEON processors able to read and write
22340 to the SMC91111 chip using the chip external I/O bus of the memory
22341 controller. This patchs defines the standard in and out macros
22342 expected by the SMC9111 driver.
22343
22344 To access that I/O bus one must set up the memory controller
22345 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
22346 up this correctly when the other MCTRL parameters are set up. It
22347 can be set up from the board configuration header file.
22348
22349 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22350 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22351
22352commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
22353Author: Stelian Pop <stelian@popies.net>
22354Date: Wed Mar 26 18:52:34 2008 +0100
22355
22356 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
22357
22358 Signed-off-by: Stelian Pop <stelian@popies.net>
22359
22360commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
22361Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22362Date: Mon Mar 31 21:31:04 2008 +0200
22363
22364 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
22365
22366 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22367
22368commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
22369Author: Stelian Pop <stelian@popies.net>
22370Date: Wed Mar 26 18:52:33 2008 +0100
22371
22372 Add support for AT91SAM9260EK
22373
22374 Support for booting from internal DataFlash, external DataFlash card
22375 or NAND flash is available.
22376
22377 Signed-off-by: Stelian Pop <stelian@popies.net>
22378
22379commit 1762f13b4aab88b685b1722f17dada247945624b
22380Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22381Date: Mon Mar 31 21:20:49 2008 +0200
22382
22383 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
22384
22385 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22386
22387commit 761712188b353494defb2b644491ff73d0daaa6f
22388Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22389Date: Mon Mar 31 21:12:17 2008 +0200
22390
22391 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
22392
22393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22394
22395commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
22396Author: Stelian Pop <stelian@popies.net>
22397Date: Wed Mar 26 20:52:32 2008 +0100
22398
22399 Port AT91CAP9 to the new headers
22400
22401 Adapt the existing AT91CAP9 code to the new headers and APIs.
22402
22403 Signed-off-by: Stelian Pop <stelian@popies.net>
22404
22405commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
22406Author: Stelian Pop <stelian@popies.net>
22407Date: Wed Mar 26 19:52:31 2008 +0100
22408
22409 Finish header files reworking
22410
22411 Replace AT91CAP9.h file with several splitted header files coming
22412 from the Linux kernel.
22413
22414 This is part 2 of the replacement: more header imports and edits.
22415
22416 Signed-off-by: Stelian Pop <stelian@popies.net>
22417
22418commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
22419Author: Stelian Pop <stelian@popies.net>
22420Date: Wed Mar 26 19:52:30 2008 +0100
22421
22422 Import several header files from Linux
22423
22424 Replace AT91CAP9.h file with several splitted header files coming
22425 from the Linux kernel.
22426
22427 This is part 1 of the replacement: pristine header files import.
22428
22429 Signed-off-by: Stelian Pop <stelian@popies.net>
22430
22431commit a8a78f2d99dc1bd30dc3595da118539b506c6118
22432Author: Stelian Pop <stelian@popies.net>
22433Date: Wed Mar 26 20:52:28 2008 +0100
22434
22435 Move at91cap9 specific files to at91sam9 directory
22436
22437 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
22438 common infrastructure can be used. Let this infrastructure be
22439 named after the AT91SAM9 family, and move the existing AT91CAP9
22440 files to the new place.
22441
22442 Signed-off-by: Stelian Pop <stelian@popies.net>
22443
22444commit 61106a565870ff503f92b251b94bd7afef889a04
22445Author: Stelian Pop <stelian@popies.net>
22446Date: Wed Mar 26 21:52:27 2008 +0100
22447
22448 Use timer_init() instead of board supplied interrupt_init()
22449
22450 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
22451 the board, so use timer_init() instead of interrupt_init().
22452
22453 Signed-off-by: Stelian Pop <stelian@popies.net>
22454
22455commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
22456Author: Stelian Pop <stelian@popies.net>
22457Date: Wed Mar 26 21:52:36 2008 +0100
22458
22459 Cleanup DataFlash partition handling
22460
22461 DataFlash partition information has become a mess. This patch
22462 defines a single partition scheme for Atmel DataFlashes. This partition
22463 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
22464
22465 Signed-off-by: Stelian Pop <stelian@popies.net>
22466
22467commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
22468Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22469Date: Fri Mar 28 08:47:45 2008 -0500
22470
22471 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
22472
22473 When the version_string function in start.S is not 4-byte align,
22474 it will cause the compiler generates "unaligned opcodes detected
22475 in executable segment". This issue affects all ColdFire CPUs.
22476 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
22477 it is not aligned.
22478
22479 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22480 Acked-by: John Rigby <jrigby@freescale.com>
22481
22482commit bae61eefe15b4d454060a7140e49ae58322be803
22483Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22484Date: Tue Mar 25 15:41:15 2008 -0500
22485
22486 ColdFire: Add dspi and serial flash support for MCF5445x
22487
22488 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22489 Acked-by: John Rigby <jrigby@freescale.com>
22490
22491commit 48ead7a7a922fceaf494e352abfab8216a41b417
22492Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22493Date: Tue Mar 18 17:37:01 2008 -0500
22494
22495 ColdFire: Remove R5200 board
22496
22497 This board never went into production
22498
22499 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
22500 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22501 Acked-by: John Rigby <jrigby@freescale.com>
22502
22503commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
22504Author: Matthew Fettke <[matthew.fettke@gmail.com]>
22505Date: Thu Jan 24 14:02:32 2008 -0600
22506
22507 ColdFire: Added M5275EVB support.
22508
22509 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
22510 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22511 Acked-by: John Rigby <jrigby@freescale.com>
22512
22513commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
22514Author: Matthew Fettke <[matthew.fettke@gmail.com]>
22515Date: Mon Feb 4 15:38:20 2008 -0600
22516
22517 ColdFire: Added MCF5275 cpu support.
22518
22519 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
22520 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22521 Acked-by: John Rigby <jrigby@freescale.com>
22522
22523commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
22524Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22525Date: Mon Mar 17 12:14:11 2008 -0500
22526
22527 ColdFire: Define bootdelay in configuration file for M52277EVB
22528
22529 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
22530 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22531 Acked-by: John Rigby <jrigby@freescale.com>
22532
22533commit 77878f16cedee17161ff2336990970fffc6cea35
22534Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22535Date: Mon Mar 17 12:09:07 2008 -0500
22536
22537 ColdFire: Fix second memory Chipselect for M5475EVB
22538
22539 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22540 Acked-by: John Rigby <jrigby@freescale.com>
22541
22542commit 43d60642395a550956cb21d287c8cfa563913d28
22543Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22544Date: Thu Mar 13 14:26:32 2008 -0500
22545
22546 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
22547
22548 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22549 Acked-by: John Rigby <jrigby@freescale.com>
22550
22551commit eb14ebe813a0cb5d47905228da446a5ad692473b
22552Author: Larry Johnson <lrj@acm.org>
22553Date: Sun Mar 30 20:33:04 2008 -0500
22554
22555 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
22556
22557 Signed-off-by: Larry Johnson <lrj@acm.org>
22558
22559commit 02e3892021112f21067d9ed1d04ae4182725ba52
22560Author: Stefan Roese <sr@denx.de>
22561Date: Mon Mar 31 12:20:48 2008 +0200
22562
22563 ppc4xx: Small whitespace fix of esd patches
22564
22565 Signed-off-by: Stefan Roese <sr@denx.de>
22566
22567commit 034394abb524785047c815f00dde8cdbdc1593c5
22568Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22569Date: Sun Mar 30 18:52:44 2008 +0200
22570
22571 ppc4xx: Cleanup PMC440 board support
22572
22573 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22574
22575commit a6cc6c37188d85c25d167a4515da86f48d9a583e
22576Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22577Date: Sun Mar 30 18:52:06 2008 +0200
22578
22579 ppc4xx: Add ptm configuration variables for PMC440
22580
22581 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
22582 environment variables.
22583
22584 Cleanup pci_target_init.
22585
22586 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22587
22588commit 7c91f51a2fe296909147f1646a1412729dd10b1d
22589Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22590Date: Sun Mar 30 18:01:15 2008 +0200
22591
22592 ppc4xx: Minor updates for DU440 boards
22593
22594 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
22595
22596commit d5bffeb868d6b4d462f558dac43011027b6644b7
22597Author: Mike Frysinger <vapier@gentoo.org>
22598Date: Tue Feb 19 00:54:20 2008 -0500
22599
22600 Blackfin: cleanup and overhaul common board init functions
22601
22602 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22603
22604commit b86b3416f874358acaf07519e7620cdb2145f75b
22605Author: Mike Frysinger <vapier@gentoo.org>
22606Date: Tue Feb 19 00:50:58 2008 -0500
22607
22608 Blackfin: cleanup lib_blackfin/cache.c
22609
22610 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22611
22612commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
22613Author: Mike Frysinger <vapier@gentoo.org>
22614Date: Sun Mar 30 15:46:13 2008 -0400
22615
22616 Blackfin: unify cpu and boot modes
22617
22618 All of the duplicated code for Blackfin processors and boot modes have been
22619 unified. After all, the core is the same for all processors, just the
22620 peripheral set differs (which gets handled in the drivers).
22621
22622 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22623
22624commit 880cc4381ea8360248cddcdf87a64566745a5724
22625Author: Stelian Pop <stelian@popies.net>
22626Date: Wed Mar 26 22:52:35 2008 +0100
22627
22628 Fix CFG_NO_FLASH compilation.
22629
22630 Many Atmel boards have no "real" (NOR) flash on board, and rely only
22631 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
22632 be present in a board configuration file, while still enabling flash
22633 commands like 'flinfo', 'protect', etc.
22634
22635 Signed-off-by: Stelian Pop <stelian@popies.net>
22636
22637commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
22638Author: Mike Frysinger <vapier@gentoo.org>
22639Date: Tue Feb 19 00:58:13 2008 -0500
22640
22641 Blackfin: BF537-stamp: cleanup spi flash driver
22642
22643 This punts the old spi flash driver for a new/generalized one until the
22644 common one can be integrated.
22645
22646 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
22647
22648commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
22649Author: Ben Warren <biggerbadderben@gmail.com>
22650Date: Sun Mar 30 11:34:34 2008 -0400
22651
22652 Fix macro typo in common/cmd_mii.c
22653
22654 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
22655 actually applied the wrong patch.
22656
22657 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22658
22659commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
22660Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22661Date: Sun Mar 30 16:39:53 2008 +0200
22662
22663 use correct at91rm9200 register name in m501sk board
22664
22665 This fixes a naming bug for at91rm9200 lowlevel init code:
22666 NOR boot flash is on chipselect 0, not chipselect 2. This
22667 makes code use the register name from chip datasheets.
22668
22669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22670
22671commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
22672Author: David Brownell <david-b@pacbell.net>
22673Date: Fri Jan 18 12:55:00 2008 -0800
22674
22675 use correct at91rm9200 register name
22676
22677 This fixes a naming bug for at91rm9200 lowlevel init code:
22678 NOR boot flash is on chipselect 0, not chipselect 2. This
22679 makes code use the register name from chip datasheets.
22680
22681 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22682
22683commit a3543d6dc52b0ba9c64016687cf32d600b31a476
22684Author: David Brownell <david-b@pacbell.net>
22685Date: Fri Jan 18 12:45:45 2008 -0800
22686
22687 add missing ARM boards to MAKEALL
22688
22689 Add some missing ARM boards to MAKEALL. These build correctly,
22690 unlike several of the boards already listed.
22691
22692 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
22693
22694commit 066bebd6353e33af3adefc3404560871699e9961
22695Author: Peter Pearse <peter.pearse@arm.com>
22696Date: Sun Mar 30 11:34:09 2008 +0100
22697
22698 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
22699 to prevent compilation error.
22700
22701 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22702
22703commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
22704Author: Guennadi Liakhovetski <[lg@denx.de]>
22705Date: Sun Mar 30 11:32:30 2008 +0100
22706
22707 Support for the MX31ADS evaluation board from Freescale
22708
22709 This patch adds support for the MX31ADS evaluation board from Freescale,
22710 initialization code is copied from RedBoot sources, also provided by Freescale.
22711
22712 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22713
22714commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
22715Author: Sascha Hauer <s.hauer@pengutronix.de>
22716Date: Sun Mar 30 11:32:27 2008 +0100
22717
22718 Phytec Phycore-i.MX31 support
22719
22720 This patch adds support for the Phytec Phycore-i.MX31 board
22721
22722 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22723 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22724
22725commit a147e56f03871bba4f05058d5e04ce7deb010b04
22726Author: Sascha Hauer <s.hauer@pengutronix.de>
22727Date: Sun Mar 30 11:32:24 2008 +0100
22728
22729 mx31 litekit support
22730
22731 This patch adds support for the mx31 litekit board
22732
22733 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22734 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22735
22736commit d6674e0e2a6a1f033945f78838566210d3f28c95
22737Author: Sascha Hauer <s.hauer@pengutronix.de>
22738Date: Sun Mar 30 11:32:21 2008 +0100
22739
22740 add SMSC LAN9x1x Network driver
22741
22742 This patch adds a driver for the following smsc network controllers:
22743 LAN9115
22744 LAN9116
22745 LAN9117
22746 LAN9215
22747 LAN9216
22748 LAN9217
22749
22750 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22751 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22752
22753commit 8c8463cce44d849e37744749b32d38e1dfb12e50
22754Author: Sascha Hauer <s.hauer@pengutronix.de>
22755Date: Sun Mar 30 11:32:16 2008 +0100
22756
22757 add an i2c driver for mx31
22758
22759 This patch adds an i2c driver for Freescale i.MX processors
22760
22761 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22762 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22763
22764commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
22765Author: Sascha Hauer <s.hauer@pengutronix.de>
22766Date: Sun Mar 30 11:30:43 2008 +0100
22767
22768 core support for Freescale mx31
22769
22770 This patch adds the core support for Freescale mx31
22771
22772 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22773 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22774
22775commit 8bf69d81782619187933a605f1a95ee1d069478d
22776Author: Sascha Hauer <s.hauer@pengutronix.de>
22777Date: Sun Mar 30 11:28:46 2008 +0100
22778
22779 Separate omap24xx specific code from arm1136
22780
22781 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
22782
22783 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
22784 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22785
22786commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
22787Author: Peter Pearse <peter.pearse@arm.com>
22788Date: Sun Mar 30 11:23:05 2008 +0100
22789
22790 Add pmdra into MAKEALL
22791
22792 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
22793
22794commit a574a73852a527779234e73e17e7597fd8128882
22795Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
22796Date: Sun Mar 30 11:21:58 2008 +0100
22797
22798 Adds support for the Prodrive PMDRA board, based on a DM6441
22799
22800 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
22801
22802commit 1377b5583a48021d983e1fd565f7d40c89e84d63
22803Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
22804Date: Sun Mar 30 11:11:34 2008 +0100
22805
22806 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
22807
22808 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
22809
22810commit 1704dc20917b4f71e373e2c888497ee666d40380
22811Author: Dirk Behme <dirk.behme@gmail.com>
22812Date: Sun Mar 30 11:09:01 2008 +0100
22813
22814 - Remove *_masked() functions as noted by Wolfgang
22815 - Adapt register naming to recent TI spec (sprue26, March 2007)
22816 - Fix reset_timer() handling
22817 - As reported by Pieter [1] the overflow fix introduced a
22818 delay of factor 16 (e.g 2 seconds became 32). While the
22819 overflow fix is basically okay, it missed to divide udelay by
22820 16, too. Fix this.
22821 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
22822 - Remove software division of timer count value (DIV(x)
22823 macro) and do it in hardware (TIM_CLK_DIV).
22824 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
22825 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
22826 the hints & testing!
22827
22828 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
22829
22830 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
22831
22832commit ac3315c26e143c31680750c9c13f027efbcc887e
22833Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
22834Date: Thu Mar 6 16:45:44 2008 +0100
22835
22836 new PHY @ e1000 - 2nd try
22837
22838 Add 82541ER device with latest integrated IGP2 PHY.
22839 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
22840
22841 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
22842 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22843
22844commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
22845Author: Daniel Hellstrom <daniel@gaisler.com>
22846Date: Fri Mar 28 20:22:53 2008 +0100
22847
22848 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
22849
22850 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
22851 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
22852 available at www.gaisler.com.
22853
22854 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
22855 offloading etc.) can be determined by a bit in the control register.
22856 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
22857
22858 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22859 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22860
22861commit 233a8bcd94997f3f345833a3b82e836222f2a206
22862Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
22863Date: Mon Mar 17 17:08:22 2008 -0500
22864
22865 Add CONFIG_MII_INIT in cmd_mii.c
22866
22867 Provide common configuration in do_mii() to execute mii_init()
22868 for all cpu architectures
22869
22870 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22871 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22872
22873commit f605479de2deb11e834f31dfdb0af107c86aced6
22874Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
22875Date: Mon Mar 17 17:08:16 2008 -0500
22876
22877 ColdFire: Fix FEC transmit issue for MCF5275
22878
22879 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
22880 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22881
22882commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
22883Author: Aras Vaichas <arasv@magtech.com.au>
22884Date: Wed Mar 26 09:43:57 2008 +1100
22885
22886 DHCP request fix for Windows Server 2003
22887
22888 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
22889 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
22890 interoperability problems with Windows Server 200x DHCP server when U-Boot
22891 client responds too fast for server to handle.
22892
22893 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
22894 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
22895
22896commit 97bf85d784fbed485e652eb907589ad0d5cb7262
22897Author: Daniel Hellstrom <daniel@gaisler.com>
22898Date: Fri Mar 28 20:40:19 2008 +0100
22899
22900 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
22901
22902 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
22903 SPARC CPUs implement flash_read64 which calls __raw_readq.
22904
22905 For current SPARC architectures (LEON2 and LEON3) each read from the
22906 FLASH must lead to a cache miss. This is because FLASH can not be set
22907 non-cacheable since program code resides there, and alternatively disabling
22908 cache is poor from performance view, or doing a cache flush between each
22909 read is even poorer.
22910
22911 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
22912 load alternative space, the alternative space number (ASI) is processor
22913 implementation spcific and can be found by including <asm/processor.h>.
22914
22915 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
22916
22917commit 70431e8a7393b6b793f77957f95b999fc9a269b8
22918Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22919Date: Fri Mar 28 15:41:25 2008 +0100
22920
22921 Make MPC83xx one step closer to full relocation.
22922
22923 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
22924 and use GOT relative reference.
22925
22926 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
22927 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22928
22929commit 5b2793a3f3de34d439232b05acc8af67a028fd35
22930Author: Michael Barkowski <michael.barkowski@freescale.com>
22931Date: Thu Mar 27 14:34:43 2008 -0400
22932
22933 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
22934
22935 This patch fixes eeprom page size so that you can now write more than
22936 64 bytes at a time.
22937
22938 It also makes the board take MAC addresses, if found, from EEPROM.
22939
22940 User should place up to 4 addresses at offset 0x7f00, for
22941 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
22942 four six-byte values should have it's CRC at the end. crc32 and
22943 eeprom commands can be used to accomplish this.
22944
22945 If CRC fails, MAC addresses come from the environment. If CRC
22946 succeeds, the environment is overwritten at startup.
22947
22948 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
22949 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22950
22951commit 8f325cff31f6e745e6540014b131b9a97f61944c
22952Author: Michael Barkowski <michael.barkowski@freescale.com>
22953Date: Fri Mar 28 15:15:38 2008 -0400
22954
22955 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
22956
22957 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
22958 controller on the PCI bus in Linux on the MPC8323ERDB.
22959
22960 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
22961 config file.
22962
22963 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
22964 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22965
22966commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
22967Author: Kim Phillips <kim.phillips@freescale.com>
22968Date: Fri Mar 28 10:19:07 2008 -0500
22969
22970 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
22971
22972 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
22973 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
22974 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
22975 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
22976 convenience macros.
22977
22978 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22979
22980commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
22981Author: Kim Phillips <kim.phillips@freescale.com>
22982Date: Fri Mar 28 10:18:53 2008 -0500
22983
22984 mpc83xx: display ddr frequency in board_add_ram_info banner
22985
22986 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22987
22988commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
22989Author: Kim Phillips <kim.phillips@freescale.com>
22990Date: Fri Mar 28 10:18:40 2008 -0500
22991
22992 mpc83xx: unreinvent mem_clk
22993
22994 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
22995 mem_*_clk for consistency's sake.
22996
22997 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
22998
22999commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
23000Author: Kim Phillips <kim.phillips@freescale.com>
23001Date: Fri Mar 28 14:31:23 2008 -0500
23002
23003 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
23004
23005 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23006
23007commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
23008Author: Dave Liu <r63238@freescale.com>
23009Date: Wed Mar 26 22:57:19 2008 +0800
23010
23011 mpc83xx: enable the SATA interface on mpc837xemds board
23012
23013 Enable the first two SATA interfaces on MPC837xEMDS board,
23014 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
23015
23016 Signed-off-by: Dave Liu <daveliu@freescale.com>
23017 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23018
23019commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
23020Author: Dave Liu <r63238@freescale.com>
23021Date: Wed Mar 26 22:56:36 2008 +0800
23022
23023 mpc83xx: initialize serdes for MPC837xEMDS boards
23024
23025 This patch is stolen from Anton Vorontsov's patch
23026 for mpc837xerdb boards.
23027
23028 The reference clk and xcorevdd voltage of serdes1/2
23029 is same between mpc837xemds and mpc837xerdb.
23030
23031 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
23032 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
23033 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
23034
23035 Signed-off-by: Dave Liu <daveliu@freescale.com>
23036 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23037
23038commit cc8e839abc80887ae832767b5930d40edd6d7eb7
23039Author: Stefan Roese <sr@denx.de>
23040Date: Fri Mar 28 14:09:04 2008 +0100
23041
23042 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
23043
23044 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
23045 interface. This usage can be configured with the jumper J6. This patch
23046 displays the current configuration upon bootup and changes the PCIe
23047 init loop, to only initialize the availabel PCIe slots.
23048
23049 Signed-off-by: Stefan Roese <sr@denx.de>
23050
23051commit 90447ecbbac8572457b6d8903073ac3f120995ba
23052Author: Tor Krill <tor@excito.com>
23053Date: Fri Mar 28 11:29:10 2008 +0100
23054
23055 MTD/CFI: Add support for 16bit legacy AMD flash
23056
23057 Add entry for 512Kx16 AMD flash to jedec_table.
23058 Read out 16bit device id if chipwidth is 16bit.
23059 Fixed coding style after Stefans feedback
23060
23061 Signed-off-by: Tor Krill <tor@excito.com>
23062
23063commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
23064Author: Stefan Roese <sr@denx.de>
23065Date: Fri Mar 28 11:02:53 2008 +0100
23066
23067 ppc: Small change to CFG_MEM_TOP_HIDE description
23068
23069 Signed-off-by: Stefan Roese <sr@denx.de>
23070
23071commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
23072Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23073Date: Thu Mar 27 15:44:12 2008 +0900
23074
23075 sh: Add support stat structure and stat.h
23076
23077 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23078
23079commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
23080Author: Mark Jonas <toertel@gmail.com>
23081Date: Sat Mar 22 19:27:52 2008 +0100
23082
23083 sh: Removed warning when compiling drivers/serial/serial_sh.c.
23084
23085 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
23086 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23087
23088commit f309fa38929ffba71230c02330ffa42f4bba6333
23089Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23090Date: Wed Mar 12 18:02:57 2008 +0900
23091
23092 sh: Remove disable_ctrlc function from R7780MP
23093
23094 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23095
23096commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
23097Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23098Date: Wed Mar 12 17:55:15 2008 +0900
23099
23100 sh: Add maintainer of R7780MP to MAINTAINER file
23101
23102 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
23103
23104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23105
23106commit f5e2466f7baa887a7df0c536333eea8231333497
23107Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23108Date: Tue Mar 25 17:11:24 2008 +0900
23109
23110 sh: Add support Renesas Solutions R2D plus board
23111
23112 R2D plus is SH reference board used with SH7751R.
23113 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
23114 one PCI bus, VGA, and two Ethernet controller.
23115
23116 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23117
23118commit e92c95180bb5bc5fd4051598a9d60beaba48988d
23119Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23120Date: Wed Mar 12 12:15:29 2008 +0900
23121
23122 sh: Add support SH4 cache control
23123
23124 Add support SH4 cache control and flash_cache function
23125
23126 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23127
23128commit 28e5efde4d925fcb34901d0030d0648de2da7e89
23129Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23130Date: Mon Mar 24 01:53:01 2008 +0900
23131
23132 sh: Add support PCI host driver for SH7751/SH7751R
23133
23134 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23135
23136commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
23137Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23138Date: Mon Mar 24 02:11:26 2008 +0900
23139
23140 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
23141
23142 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23143
23144commit 566933278101c144d75361ea682678a326c1290d
23145Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23146Date: Wed Mar 12 12:10:28 2008 +0900
23147
23148 sh: Add support SuperH SH7751/SH7751R
23149
23150 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23151
23152commit 3313e0e26224fc9a0c445124f3455058c696df84
23153Author: Mark Jonas <toertel@gmail.com>
23154Date: Mon Mar 10 11:37:10 2008 +0100
23155
23156 sh: Added support for SH7720 based board MPR2.
23157
23158 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
23159 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23160
23161commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
23162Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23163Date: Thu Mar 6 14:05:53 2008 +0900
23164
23165 sh: Fix receive FIFO level register of SH4A
23166
23167 Receive FIFO level register is different in SH4A.
23168 Because register is different, cannot occasionally receive data.
23169
23170 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23171
23172commit c133c1fb0b590662206b0eba70f4478ee0300a9a
23173Author: Yusuke Goda <goda.yusuke@renesas.com>
23174Date: Tue Mar 11 12:55:12 2008 +0900
23175
23176 sh: Add support Renesas Solutions R7780MP
23177
23178 Renesas Solutions R7780MP is a reference board on SH7780.
23179 This board has serial, 10/100 base Ethernet deivice, CF slot
23180 and VGA devices. This board can set extension board.
23181 Extension board has 10/100/1000 base Ethernet device, PCI slot,
23182 S-ATA, iDVR slot.
23183
23184 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23185 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23186
23187commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
23188Author: Yusuke Goda <goda.yusuke@renesas.com>
23189Date: Wed Mar 5 14:30:02 2008 +0900
23190
23191 sh: Add support PCI of SuperH and SH7780
23192
23193 This patch add support PCI of SuperH base code and SH7780 specific code.
23194
23195 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23196 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23197
23198commit b55523efff2ae11f0b9ae3cc405893c32eb78156
23199Author: Yusuke Goda <goda.yusuke@renesas.com>
23200Date: Wed Mar 5 14:23:26 2008 +0900
23201
23202 sh: Add support SH7780
23203
23204 SH7780 is CPU of Renesas Technology.
23205 This CPU has
23206 - CPU clock 400MHz
23207 - PCI support
23208 - DDR-SDRAM controller
23209 - etc ...
23210
23211 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23212 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23213
23214commit c2042f5952a686c414031309b8f244513bf578f0
23215Author: goda.yusuke <goda.yusuke@renesas.com>
23216Date: Fri Jan 25 20:46:36 2008 +0900
23217
23218 sh: Add support Renesas Solutions Migo-R board
23219
23220 Migo-R is a board based on SH7722 and has may devices.
23221 In this patch, supported SCIF, NOR flash and Ethernet.
23222
23223 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
23224 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23225
23226commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
23227Author: Bartlomiej Sieka <tur@semihalf.com>
23228Date: Thu Mar 27 15:06:40 2008 +0100
23229
23230 Fix host tool build breakage, take two
23231
23232 Revert commit 87c8431f and fix build breakage so that the build continues
23233 to work on FC systems.
23234
23235 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23236
23237commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
23238Author: Stefan Roese <sr@denx.de>
23239Date: Wed Mar 19 09:36:47 2008 +0100
23240
23241 ppc4xx: Enable ECC on LWMON5
23242
23243 Since all ECC related problems seem to be resolved on LWMON5, this patch
23244 now enables ECC support.
23245
23246 We have to write the ECC bytes by zeroing and flushing in smaller
23247 steps, since the whole 256MByte takes too long for the external
23248 watchdog.
23249
23250 Signed-off-by: Stefan Roese <sr@denx.de>
23251
23252commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
23253Author: Larry Johnson <lrj@acm.org>
23254Date: Mon Mar 17 11:10:35 2008 -0500
23255
23256 ppc4xx: Updates to Korat-specific code
23257
23258 This patch contains updates for changes for the Korat PPC440EPx board.
23259 These changes include:
23260
23261 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
23262 described in the new "doc/README.korat" file;
23263
23264 (2) a new memory map for the registers in the board's CPLD;
23265
23266 (3) a revised format for manufacturer's data in serial EEPROM; and
23267
23268 (4) changes to track updates to U-Boot for the Sequoia board.
23269
23270 Signed-off-by: Larry Johnson <lrj@acm.org>
23271
23272commit f766cdf89b3a2a7634b8c5869f606150e332036c
23273Author: Markus Brunner <super.firetwister@gmail.com>
23274Date: Thu Mar 27 10:46:25 2008 +0100
23275
23276 ppc4xx: PPC405EP Set EMAC noise filter bits
23277
23278 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
23279 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
23280 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
23281
23282 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
23283 Signed-off-by: Stefan Roese <sr@denx.de>
23284
23285commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
23286Author: Mike Nuss <mike@terascala.com>
23287Date: Wed Feb 20 11:54:20 2008 -0500
23288
23289 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
23290
23291 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
23292 after startup to change the speed of the clocks. This patch adds the
23293 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
23294 initialization code will reconfigure the PLL to run the system with a CPU
23295 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
23296 external EEPROM.
23297
23298 Signed-off-by: Mike Nuss <mike@terascala.com>
23299 Acked-by: Stefan Roese <sr@denx.de>
23300
23301commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
23302Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23303Date: Thu Mar 27 09:12:40 2008 +0100
23304
23305 new-image: Fix host tool build breakage
23306
23307 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
23308
23309commit 6fb4b640562a10daff0dbe537638d511b5b48650
23310Author: Stefan Roese <sr@denx.de>
23311Date: Thu Mar 27 10:24:03 2008 +0100
23312
23313 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
23314
23315 Signed-off-by: Stefan Roese <sr@denx.de>
23316
23317commit 9462732a3ec551c11862450902cd8ee1bedea6d9
23318Author: Stefan Roese <sr@denx.de>
23319Date: Wed Mar 19 10:23:43 2008 +0100
23320
23321 ppc4xx: Add fdt support to Prodrive alpr
23322
23323 Since this board will probably be ported to arch/powerpc in the
23324 near future, we add device tree support now. This way we are
23325 "ready" for arch/powerpc from now on.
23326
23327 Signed-off-by: Stefan Roese <sr@denx.de>
23328
23329commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
23330Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
23331Date: Mon Mar 17 09:27:56 2008 +0100
23332
23333 ppc4xx: Enable cache support on the ALPR board
23334
23335 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
23336
23337commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
23338Author: Stefan Roese <sr@denx.de>
23339Date: Wed Mar 26 10:14:11 2008 +0100
23340
23341 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
23342
23343 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
23344 memory area will get subtracted from the top (end) of ram and won't get
23345 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
23346 should gets passed the now "corrected" memory size and won't touch it
23347 either. This should work for arch/ppc and arch/powerpc. Only Linux board
23348 ports in arch/powerpc with bootwrapper support, which recalculate the
23349 memory size from the SDRAM controller setup, will have to get fixed
23350 in Linux additionally.
23351
23352 This patch enables this config option on some PPC440EPx boards as a workaround
23353 for the CHIP 11 errata. Here the description from the AMCC documentation:
23354
23355 CHIP_11: End of memory range area restricted access.
23356 Category: 3
23357
23358 Overview:
23359 The 440EPx DDR controller does not acknowledge any
23360 transaction which is determined to be crossing over the
23361 end-of-memory-range boundary, even if the starting address is
23362 within valid memory space. Any such transaction from any PLB4
23363 master will result in a PLB time-out on PLB4 bus.
23364
23365 Impact:
23366 In case of such misaligned bursts, PLB4 masters will not
23367 retrieve any data at all, just the available data up to the
23368 end of memory, especially the 440 CPU. For example, if a CPU
23369 instruction required an operand located in memory within the
23370 last 7 words of memory, the DCU master would burst read 8
23371 words to update the data cache and cross over the
23372 end-of-memory-range boundary. Such a DCU read would not be
23373 answered by the DDR controller, resulting in a PLB4 time-out
23374 and ultimately in a Machine Check interrupt. The data would
23375 be inaccessible to the CPU.
23376
23377 Workaround:
23378 Forbid any application to access the last 256 bytes of DDR
23379 memory. For example, make your operating system believe that
23380 the last 256 bytes of DDR memory are absent. AMCC has a patch
23381 that does this, available for Linux.
23382
23383 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
23384 lwmon5, korat, sequoia
23385
23386 The other remaining 440EPx board were intentionally not included
23387 since it is not clear to me, if they use the end of ram for some
23388 other purpose. This is unclear, since these boards have CONFIG_PRAM
23389 defined and even comments like this:
23390
23391 PMC440.h:
23392 /* esd expects pram at end of physical memory.
23393 * So no logbuffer at the moment.
23394 */
23395
23396 It is strongly recommended to not use the last 256 bytes on those
23397 boards too. Patches from the board maintainers are welcome.
23398
23399 Signed-off-by: Stefan Roese <sr@denx.de>
23400
23401commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
23402Author: Stefan Roese <sr@denx.de>
23403Date: Thu Mar 27 10:09:05 2008 +0100
23404
23405 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
23406
23407 Signed-off-by: Stefan Roese <sr@denx.de>
23408
23409commit d56a3ce179688cde61073a3690e21703d68fafd7
23410Author: Stefan Roese <sr@denx.de>
23411Date: Tue Mar 25 17:51:13 2008 +0100
23412
23413 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
23414
23415 The routine ft_board_setup() configures the EBC NOR mappings for the
23416 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
23417 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
23418 problem, we need to pass the corrected address here too.
23419
23420 Signed-off-by: Stefan Roese <sr@denx.de>
23421
23422commit 9ad31989de12ce5c67b07c4867ead47465655c4b
23423Author: Stefan Roese <sr@denx.de>
23424Date: Wed Mar 19 16:35:12 2008 +0100
23425
23426 ppc4xx: Fix compilation warning in 4xx_enet.c
23427
23428 Signed-off-by: Stefan Roese <sr@denx.de>
23429
23430commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
23431Author: Stefan Roese <sr@denx.de>
23432Date: Wed Mar 19 16:20:49 2008 +0100
23433
23434 ppc4xx: Add AMCC Glacier 406GT eval board support
23435
23436 This patch adds support for the AMCC Glacier 460GT eval board.
23437 The main difference to the Canyonlands board are listed here:
23438
23439 - 4 ethernet ports instead of 2
23440 - no SATA port
23441 - no USB port
23442
23443 Currently EMAC2+3 are not working. This will be fixed in a later
23444 release.
23445
23446 Signed-off-by: Stefan Roese <sr@denx.de>
23447
23448commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
23449Author: Stefan Roese <sr@denx.de>
23450Date: Thu Mar 27 08:47:26 2008 +0100
23451
23452 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
23453
23454 Signed-off-by: Stefan Roese <sr@denx.de>
23455
23456commit b9670dd85be6e0496ef2e231043c23cad9b1d903
23457Author: Anatolij Gustschin <agust@denx.de>
23458Date: Wed Mar 26 21:05:43 2008 +0100
23459
23460 Fix out of tree building issue
23461
23462 Currently U-Boot building in some external directory
23463 doesn't work. This patch tries to fix the problem.
23464
23465 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23466
23467commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
23468Author: Anatolij Gustschin <agust@denx.de>
23469Date: Wed Mar 26 18:13:33 2008 +0100
23470
23471 README: update documentation (availability, links, etc.)
23472
23473 Fix typo in README
23474
23475 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23476
23477commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
23478Author: Anatolij Gustschin <agust@denx.de>
23479Date: Wed Mar 26 17:47:44 2008 +0100
23480
23481 Fix compilation error in cmd_usb.c
23482
23483 This patch fixes compilation error
23484 cmd_usb.c: In function 'do_usb':
23485 cmd_usb.c:552: error: void value not ignored as it ought to be
23486
23487 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23488
23489commit d8c82db482d6b535d12b419d6440b88bf7091c9b
23490Author: Timur Tabi <timur@freescale.com>
23491Date: Fri Mar 14 17:45:29 2008 -0500
23492
23493 Add support for setting the I2C bus speed in fsl_i2c.c
23494
23495 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
23496 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
23497 but fsl_i2c.c ignores it and uses conservative value when programming the
23498 I2C bus speed.
23499
23500 Signed-off-by: Timur Tabi <timur@freescale.com>
23501 Acked-by: Andy Fleming <afleming@freescale.com>
23502
23503commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
23504Author: Wolfgang Denk <wd@denx.de>
23505Date: Thu Mar 27 00:03:57 2008 +0100
23506
23507 Coding style cleanup, update CHANGELOG
23508
23509 Signed-off-by: Wolfgang Denk <wd@denx.de>
23510
Wolfgang Denk9a6a7e02008-03-27 00:03:57 +010023511commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
23512Author: Dave Liu <r63238@freescale.com>
23513Date: Wed Mar 26 22:55:32 2008 +0800
23514
23515 drivers: add the support for Freescale SATA controller
23516
23517 Add the Freescale on-chip SATA controller driver to u-boot,
23518 The SATA controller is used on the 837x and 8315 targets,
23519 The driver can be used to load kernel, fs and dtb.
23520
23521 The features list:
23522 - 1.5/3 Gbps link speed
23523 - LBA48, LBA28 support
23524 - DMA and FPDMA support
23525 - Two ports support
23526
23527 Signed-off-by: Dave Liu <daveliu@freescale.com>
23528
23529commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
23530Author: Dave Liu <r63238@freescale.com>
23531Date: Wed Mar 26 22:54:44 2008 +0800
23532
23533 ata: add the readme for SATA command line
23534
23535 Signed-off-by: Dave Liu <daveliu@freescale.com>
23536
23537commit cd54081cd479e542fc399b8a40651ff11a1ad849
23538Author: Dave Liu <r63238@freescale.com>
23539Date: Wed Mar 26 22:53:24 2008 +0800
23540
23541 ata: enable the sata initialize on boot up
23542
23543 Signed-off-by: Dave Liu <daveliu@freescale.com>
23544
23545commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
23546Author: Dave Liu <r63238@freescale.com>
23547Date: Wed Mar 26 22:52:36 2008 +0800
23548
23549 ata: add the fis struct for SATA
23550
23551 Signed-off-by: Dave Liu <daveliu@freescale.com>
23552
23553commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
23554Author: Dave Liu <r63238@freescale.com>
23555Date: Wed Mar 26 22:51:44 2008 +0800
23556
23557 ata: add the libata support
23558
23559 add simple libata support in u-boot
23560
23561 Signed-off-by: Dave Liu <daveliu@freescale.com>
23562
23563commit 8e9bb43429e50df55fa41932cbe65841ff579220
23564Author: Dave Liu <r63238@freescale.com>
23565Date: Wed Mar 26 22:50:45 2008 +0800
23566
23567 ata: make the ata_piix driver using new SATA framework
23568
23569 original ata_piix driver is using IDE framework, not real
23570 SATA framework. For now, the ata_piix driver is only used
23571 by x86 sc520_cdp board. This patch makes the ata_piix driver
23572 use the new SATA framework, so
23573
23574 - remove the duplicated command stuff
23575 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
23576 - add the CONFIG_CMD_SATA define to sc520_cdp.h
23577
23578 Signed-off-by: Dave Liu <daveliu@freescale.com>
23579
23580commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
23581Author: Dave Liu <r63238@freescale.com>
23582Date: Wed Mar 26 22:49:44 2008 +0800
23583
23584 ata: add the support for SATA framework
23585
23586 - add the SATA framework
23587 - add the SATA command line
23588
23589 Signed-off-by: Dave Liu <daveliu@freescale.com>
23590
23591commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
23592Author: Dave Liu <r63238@freescale.com>
23593Date: Wed Mar 26 22:48:18 2008 +0800
23594
23595 ata: merge the header of ata_piix driver
23596
23597 move the sata.h from include/ to drivers/block/ata_piix.h
23598
23599 Signed-off-by: Dave Liu <daveliu@freescale.com>
23600
23601commit 9eef62804d9695425b24c87b46a61a7fa74afee0
23602Author: Dave Liu <r63238@freescale.com>
23603Date: Wed Mar 26 22:47:06 2008 +0800
23604
23605 ata: merge the ata_piix driver
23606
23607 move the cmd_sata.c from common/ to drivers/ata_piix.c,
23608 the cmd_sata.c have some part of ata_piix controller drivers.
23609 consolidate the driver to have better framework.
23610
23611 Signed-off-by: Dave Liu <daveliu@freescale.com>
23612
Wolfgang Denk35f734f2008-04-13 09:59:26 -070023613commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
23614Author: Markus Klotzbuecher <mk@denx.de>
23615Date: Wed Mar 26 18:26:43 2008 +0100
23616
23617 USB, Storage: fix a bug introduced in commit
23618 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
23619 to only print only information on one storage device, but not for
23620 multiple.
23621
23622 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23623
23624commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
23625Author: Anatolij Gustschin <agust@denx.de>
23626Date: Wed Mar 26 17:47:44 2008 +0100
23627
23628 Fix compilation error in cmd_usb.c
23629
23630 This patch fixes compilation error
23631 cmd_usb.c: In function 'do_usb':
23632 cmd_usb.c:552: error: void value not ignored as it ought to be
23633
23634 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23635 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23636
23637commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
23638Author: Kumar Gala <galak@kernel.crashing.org>
23639Date: Wed Mar 26 08:53:53 2008 -0500
23640
23641 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
23642
23643 Provide a board_lmb_reserve helper function to ensure we reserve
23644 the page of memory we are using for the boot page translation code.
23645
23646 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23647
23648commit 79679d80021ab095e639e250ca472fe526da02e2
23649Author: Kumar Gala <galak@kernel.crashing.org>
23650Date: Wed Mar 26 08:34:25 2008 -0500
23651
23652 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
23653
23654 The following changes are needed to be inline with ePAPR v0.81:
23655
23656 * r4, r5 and now always set to 0 on boot release
23657 * r7 is used to pass the size of the initial map area (IMA)
23658 * EPAPR_MAGIC value changed for book-e processors
23659 * changes in the spin table layout
23660 * spin table supports a 64-bit physical release address
23661
23662 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23663
23664commit 25eedb2c1958a13110c7de1fc809b624053cc69c
23665Author: Jon Loeliger <jdl@freescale.com>
23666Date: Wed Mar 19 15:02:07 2008 -0500
23667
23668 FSL: Clean up board/freescale/common/Makefile
23669
23670 Each file that can be built here now follows some
23671 CONFIG_ option so that they are appropriately built
23672 or not, as needed. And CONFIG_ defines were added
23673 to various board config files to make sure that happens.
23674
23675 The other board/freescale/*/Makefiles no longer need
23676 to reach up and over into ../common to build their
23677 individually needed files any more.
23678
23679 Boards that are CDS specific were renamed with cds_ prefix.
23680
23681 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23682
23683commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
23684Author: Kumar Gala <galak@kernel.crashing.org>
23685Date: Wed Feb 27 22:00:27 2008 -0600
23686
23687 85xx: Fix merge duplication
23688
23689 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
23690
23691 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23692
23693commit 5893b3d0a4084f87a06a5d3dc03db91206818941
23694Author: James Yang <James.Yang@freescale.com>
23695Date: Tue Feb 12 16:35:07 2008 -0600
23696
23697 85xx: Expand CCSR space with more DDR controller registers.
23698
23699 Signed-off-by: James Yang <James.Yang@freescale.com>
23700 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23701 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23702
23703commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
23704Author: James Yang <James.Yang@freescale.com>
23705Date: Fri Feb 8 18:05:08 2008 -0600
23706
23707 85xx: Speed up get_ddr_freq() and get_bus_freq()
23708
23709 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
23710 called. However, get_sys_info() recalculates extraneous information when
23711 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
23712 values from global_data instead.
23713
23714 Signed-off-by: James Yang <James.Yang@freescale.com>
23715 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23716
23717commit e9ea679918fbc9a53fa2f2a904aac874ea736036
23718Author: James Yang <James.Yang@freescale.com>
23719Date: Fri Feb 8 16:46:27 2008 -0600
23720
23721 85xx: Show DDR memory data rate in addition to the memory clock frequency.
23722
23723 Show the DDR memory data rate in addition to the memory clock
23724 frequency. For DDR/DDR2 memories the memory data rate is 2x the
23725 memory clock.
23726
23727 Signed-off-by: James Yang <James.Yang@freescale.com>
23728 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23729
23730commit 591933ca6eabc440e6ed6967233aaf56fce464a3
23731Author: James Yang <James.Yang@freescale.com>
23732Date: Fri Feb 8 16:44:53 2008 -0600
23733
23734 85xx: get_tbclk() speed up and rounding fix
23735
23736 Speed up get_tbclk() by referencing pre-computed bus clock
23737 frequency value from global data instead of sys_info_t. Fix
23738 rounding of result to nearest; previously it was rounding
23739 upwards.
23740
23741 Signed-off-by: James Yang <James.Yang@freescale.com>
23742 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23743
23744commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
23745Author: Andy Fleming <afleming@freescale.com>
23746Date: Wed Feb 6 01:19:40 2008 -0600
23747
23748 Update SVR numbers to expand support
23749
23750 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
23751 is used to distinguish certain variants within an SOC family. To
23752 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
23753 constants to reflect the larger value. We also add SVR numbers for all
23754 of the current variants. Finally, to make things neater, rather than
23755 use an enormous switch statement to print out the CPU type, we create
23756 and array of SVR/name pairs (using a macro), and print out the CPU name
23757 that matches the SVR SOC version.
23758
23759 Signed-off-by: Andy Fleming <afleming@freescale.com>
23760
23761commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
23762Author: Andy Fleming <afleming@freescale.com>
23763Date: Wed Feb 6 01:12:57 2008 -0600
23764
23765 Add the Freescale PCI device IDs
23766
23767 Signed-off-by: Andy Fleming <afleming@freescale.com>
23768
23769commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
23770Author: Kumar Gala <galak@kernel.crashing.org>
23771Date: Thu Feb 14 11:04:23 2008 -0600
23772
23773 85xx: Added support for multicore boot mechanism
23774
23775 Added the cpu command that provides a generic mechanism to get status,
23776 reset, and release secondary cores in multicore processors.
23777
23778 Added support for using the ePAPR defined spin-table mechanism on 85xx.
23779
23780 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23781 Signed-off-by: Andy Fleming <afleming@freescale.com>
23782
23783commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
23784Author: Kumar Gala <galak@kernel.crashing.org>
23785Date: Thu Jan 17 16:48:33 2008 -0600
23786
23787 85xx: Added support for multicore boot mechanism
23788
23789 Added the cpu command that provides a generic mechanism to get status,
23790 reset, and release secondary cores in multicore processors.
23791
23792 Added support for using the ePAPR defined spin-table mechanism on 85xx.
23793
23794 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23795
23796commit f69766e4b5d47ecd3aa58677a8da875694f364f2
23797Author: Kumar Gala <galak@kernel.crashing.org>
23798Date: Wed Jan 30 14:55:14 2008 -0600
23799
23800 85xx: Add the concept of CFG_CCSRBAR_PHYS
23801
23802 When we go to 36-bit physical addresses we need to keep the concept of
23803 the physical CCSRBAR address seperate from the virtual one.
23804
23805 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
23806
23807 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23808
Wolfgang Denk9a6a7e02008-03-27 00:03:57 +010023809commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
23810Author: Wolfgang Denk <wd@denx.de>
23811Date: Wed Mar 26 15:38:47 2008 +0100
23812
23813 Coding style cleanup.
23814
23815 Signed-off-by: Wolfgang Denk <wd@denx.de>
23816
23817commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
23818Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
23819Date: Wed Mar 26 13:02:13 2008 +0100
23820
23821 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
23822
23823 The default settings for RTC DS1337 keeps the OSC
23824 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
23825 turn it off.
23826
23827 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
23828
23829commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
23830Author: Wolfgang Denk <wd@denx.de>
23831Date: Wed Mar 26 11:48:46 2008 +0100
23832
23833 Cleanup coding style, update CHANGELOG
23834
23835 Signed-off-by: Wolfgang Denk <wd@denx.de>
23836
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010023837commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
23838Author: Wolfgang Denk <wd@denx.de>
23839Date: Wed Mar 26 10:40:12 2008 +0100
23840
23841 README: update documentation (availability, links, etc.)
23842
23843 Signed-off-by: Wolfgang Denk <wd@denx.de>
23844
23845commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
23846Author: Aras Vaichas <arasv@magtech.com.au>
23847Date: Tue Mar 25 12:09:07 2008 +1100
23848
23849 USB Storage, add meaningful return value
23850
23851 This patch changes the "usb storage" command to return success if it
23852 finds a USB storage device, otherwise it returns error.
23853
23854 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23855
23856commit 18e69a35efbb078403db0c0063986470dad7d082
23857Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23858Date: Fri Mar 14 23:20:18 2008 +0300
23859
23860 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
23861
23862 Linux understands "host" (default), "peripheral" and "otg" (broken).
23863 Though, U-Boot doesn't restrict dr_mode variable to these values (think
23864 of renames in future).
23865
23866 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23867 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23868
23869commit c7604783b236e368f225efb7b3efb418fe20b404
23870Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23871Date: Fri Mar 14 23:20:30 2008 +0300
23872
23873 tsec: fix link detection for the RTL8211B PHY
23874
23875 RTL8211B sets link state register after autonegotiation complete,
23876 so with bootdelay=0 RTL8211B will report lack of the link.
23877
23878 To fix this, we should wait for aneg to complete, even if the
23879 link is currently down.
23880
23881 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23882 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23883
23884commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
23885Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23886Date: Mon Mar 24 20:47:09 2008 +0300
23887
23888 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
23889
23890 device_type = "soc" is being deprecated, newer device trees will use
23891 "fsl,soc" and/or "fsl,immr" for the soc nodes.
23892
23893 This patch also adds clock-frequency property for soc nodes (the same
23894 value as bus-frequency).
23895
23896 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23897
23898commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
23899Author: Joe D'Abbraccio <ljd015@freescale.com>
23900Date: Mon Mar 24 13:00:59 2008 -0400
23901
23902 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
23903
23904 With the original value of 1/2 clock cycle delay, the system ran relatively
23905 stable except when we run benchmarks that are intensive users of memory.
23906 When I run samba connected disk with a HDBENCH test, the system locks-up
23907 or reboots sporadically.
23908
23909 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
23910
23911commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
23912Author: Scott Wood <scottwood@freescale.com>
23913Date: Mon Mar 24 12:44:13 2008 -0500
23914
23915 mpc83xx: Set PCI I/O bus-address base to zero.
23916
23917 The device trees for these boards describe PCI I/O as starting from
23918 address zero from the device's perspective.
23919
23920 Placing I/O elsewhere may cause problems with certain PCI boards, and may
23921 cause problems with Linux.
23922
23923 Signed-off-by: Scott Wood <scottwood@freescale.com>
23924
23925commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
23926Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23927Date: Mon Mar 24 20:47:05 2008 +0300
23928
23929 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
23930
23931 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
23932 This patch fixes "system time drifting" problem.
23933
23934 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23935
23936commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
23937Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23938Date: Mon Mar 24 20:47:02 2008 +0300
23939
23940 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
23941
23942 This is needed to update /choosen/linux,stdout-path properly.
23943
23944 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23945
23946commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
23947Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23948Date: Mon Mar 24 20:47:00 2008 +0300
23949
23950 mpc83xx: MPC8360E-RDK: add dhcp command
23951
23952 Plus modify environment to use it and remove bootfile env variable,
23953 it is internal and CONFIG_BOOTFILE is used for these purposes.
23954
23955 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23956
23957commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
23958Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23959Date: Mon Mar 24 20:46:57 2008 +0300
23960
23961 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
23962
23963 Current DDR setup easily causes memory corruption, this patch fixes it.
23964
23965 Also fix TIMING_CFG0_MRS_CYC definition.
23966
23967 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23968
23969commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
23970Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23971Date: Mon Mar 24 20:46:53 2008 +0300
23972
23973 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
23974
23975 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
23976 controller and FHCI (QE USB).
23977
23978 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23979
23980commit 7ad959490962e6842648d87d4bd795ea6cdcce67
23981Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23982Date: Mon Mar 24 20:46:51 2008 +0300
23983
23984 mpc83xx: MPC8360E-RDK: add support for NAND
23985
23986 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23987
23988commit 9a3e832aeb491861d029991241572ebdf4b5b61b
23989Author: Anton Vorontsov <avorontsov@ru.mvista.com>
23990Date: Mon Mar 24 20:46:46 2008 +0300
23991
23992 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
23993
23994 This is needed for BCM PHYs to work on this board.
23995
23996 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
23997
23998commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
23999Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24000Date: Mon Mar 24 20:46:34 2008 +0300
24001
24002 uec: add support for Broadcom BCM5481 Gigabit PHY
24003
24004 This patch adds basic support for Broadcom BCM5481 PHY.
24005
24006 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
24007 Peter Barada <peterb@logicpd.com>.
24008
24009 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24010
24011commit 6a600c3a1876bc203445df4f0fd6b12648259666
24012Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24013Date: Mon Mar 24 20:46:28 2008 +0300
24014
24015 uec: add support for RGMII_RXID interface mode
24016
24017 PHY drivers will use it to setup software delay between RXD and RXC
24018 signals.
24019
24020 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24021
24022commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
24023Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24024Date: Mon Mar 24 20:46:24 2008 +0300
24025
24026 uec: add support for gbit mii status readings
24027
24028 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24029
24030commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
24031Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24032Date: Mon Mar 24 17:40:47 2008 +0300
24033
24034 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
24035
24036 This is primarily for the early console support.
24037
24038 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24039
24040commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
24041Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24042Date: Mon Mar 24 17:40:43 2008 +0300
24043
24044 83xx: initialize serdes for MPC837XRDB boards
24045
24046 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
24047 On the MPC8378ERDB: 2 PCI-E
24048 On the MPC8379ERDB: 4 SATA
24049
24050 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24051
24052commit 453316a2a19642d8afcbca7452e40a6b44a197b1
24053Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24054Date: Mon Mar 24 17:40:32 2008 +0300
24055
24056 83xx: serdes setup routines
24057
24058 This patch adds few routines to configure serdes on 837x targets.
24059
24060 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24061
24062commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
24063Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24064Date: Mon Mar 24 17:40:27 2008 +0300
24065
24066 83xx: split COBJS onto separate lines
24067
24068 ..plus get rid of some #ifdefs in the .c files.
24069
24070 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24071
24072commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
24073Author: Anton Vorontsov <avorontsov@ru.mvista.com>
24074Date: Mon Mar 24 17:40:23 2008 +0300
24075
24076 83xx: nand support for MPC837XRDB boards
24077
24078 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
24079
24080commit 82e45a204190593e8613145a928f998fb8c909c4
24081Author: Jerry Van Baren <gvb.uboot@gmail.com>
24082Date: Tue Mar 18 21:44:41 2008 -0400
24083
24084 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
24085
24086 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24087 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24088
24089commit 0fa7a1b4719e325fce332689fb8754ec166191ff
24090Author: Michael Barkowski <michael.barkowski@freescale.com>
24091Date: Thu Mar 20 13:15:39 2008 -0400
24092
24093 mpc8323erdb: remove RTC and add EEPROM
24094
24095 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
24096
24097 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
24098 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24099
24100commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
24101Author: Michael Barkowski <michael.barkowski@freescale.com>
24102Date: Thu Mar 20 13:15:34 2008 -0400
24103
24104 mpc8323erdb: Improve the system performance
24105
24106 The following changes are based on kernel UCC ethernet performance:
24107
24108 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
24109 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
24110 switch to enable this setting.
24111
24112 The following changes are based on the App Note AN3369 and
24113 verified to improve memory latency using LMbench:
24114
24115 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
24116 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
24117 previously.
24118 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
24119 Twr=15ns, and this was already the setting in DDR_MODE)
24120 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
24121 Trp=15ns)
24122 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
24123 Tras=40ns)
24124 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
24125 Trcd=15ns)
24126 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
24127 Trfc=75ns)
24128 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
24129 on Tfaw=50ns)
24130 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
24131 on CL=3 and WL=2).
24132
24133 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
24134 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24135
24136commit fc549c871f43933396a5b3e21d897023d4b31b8d
24137Author: Michael Barkowski <michael.barkowski@freescale.com>
24138Date: Thu Mar 20 13:15:28 2008 -0400
24139
24140 mpc8323erdb: use readable DDR config macros
24141
24142 Use available shift/mask macros to define DDR configuration.
24143
24144 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
24145 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24146
24147commit 89c7784ed90ba50301eec521144f95111e472906
24148Author: Timur Tabi <timur@freescale.com>
24149Date: Fri Feb 8 13:15:55 2008 -0600
24150
24151 83xx: Add Vitesse VSC7385 firmware uploading
24152
24153 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
24154 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
24155 Cleaned up the board header files to make selecting the VSC7385 easier to
24156 control.
24157
24158 Signed-off-by: Timur Tabi <timur@freescale.com>
24159 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24160
24161commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
24162Author: Timur Tabi <timur@freescale.com>
24163Date: Fri Feb 8 13:15:54 2008 -0600
24164
24165 NET: Add Vitesse VSC7385 firmware uploading
24166
24167 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
24168 and other boards. A small firwmare must be uploaded to its on-board memory
24169 before it can be enabled. This patch adds the code which uploads firmware
24170 (but not the firmware itself).
24171
24172 Previously, this feature was provided by a U-Boot application that was
24173 made available only on Freescale BSPs. The VSC7385 firmware must still
24174 be obtained separately, but at least there is no longer a need for a separate
24175 application.
24176
24177 Signed-off-by: Timur Tabi <timur@freescale.com>
24178 Acked-by: Ben Warren <biggerbadderben@gmail.com>
24179
24180commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
24181Author: Wolfgang Denk <wd@denx.de>
24182Date: Wed Mar 26 00:52:10 2008 +0100
24183
24184 Coding Style cleanyp; update CHANGELOG
24185
24186 Signed-off-by: Wolfgang Denk <wd@denx.de>
24187
Wolfgang Denk840a0d72008-03-26 00:52:10 +010024188commit 43ddd9c820fec44816188f53346b464e20b3142d
24189Author: Jerry Van Baren <gvb.uboot@gmail.com>
24190Date: Sat Mar 22 14:23:49 2008 -0400
24191
24192 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
24193
24194 These defines embedded the u-boot env variables and/or the bd_t structure
24195 in the fdt blob. The conclusion of discussion on the u-boot email list
24196 was that embedding these in the fdt blob is not useful: there are better
24197 ways of passing the data (in fact, the fdt blob itself replaces the
24198 bd_t struct).
24199
24200 The only board that enables these is the stxxtc and they don't appear
24201 to be used by linux.
24202
24203 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24204 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24205
24206commit 22ed2285743359fd1fe73e411dff914b2256e68f
24207Author: Stefan Roese <sr@denx.de>
24208Date: Mon Mar 17 10:49:25 2008 +0100
24209
24210 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
24211
24212 Signed-off-by: Stefan Roese <sr@denx.de>
24213
24214commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
24215Author: Kyungmin Park <kmpark@infradead.org>
24216Date: Mon Mar 17 08:54:06 2008 +0900
24217
24218 Add Flex-OneNAND booting support
24219
24220 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
24221 using a NOR Flash interface. This on-chip integration enables system designers
24222 to reduce external system logic and use high-density NAND Flash
24223 in applications that would otherwise have to use more NOR components.
24224
24225 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
24226 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
24227 that require low reliability and high density, SLC area of Flex-OneNAND
24228 to store data that need high reliability and high performance. Flex-OneNAND
24229 can let users take advantage of storing these two different types of data
24230 into one chip, which is making Flex-OneNAND more cost- and space-effective.
24231
24232 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24233
24234commit c512389cc4a10253249271ff6c887c6dab1f0db2
24235Author: André Schwarz <andre.schwarz@matrix-vision.de>
24236Date: Thu Mar 13 13:50:52 2008 +0100
24237
24238 MPC5200: support setup without FEC
24239
24240 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
24241 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
24242
24243 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
24244 Acked-by: Grant Likely <grant.likely@secretlab.ca>
24245
24246commit aa3511e422946041ef626f80a05ae5e8bfc700e6
24247Author: Jon Loeliger <jdl@freescale.com>
24248Date: Wed Mar 5 18:05:46 2008 -0600
24249
24250 FSL: Move board/mpc8266ads under board/freescale
24251
24252 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24253
24254commit 7f1d846e5c5754449c286587d099d85246062772
24255Author: Jon Loeliger <jdl@freescale.com>
24256Date: Wed Mar 5 18:05:47 2008 -0600
24257
24258 FSL: Move board/mpc7448hpc2 under board/freescale
24259
24260 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24261
24262commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
24263Author: Jon Loeliger <jdl@freescale.com>
24264Date: Wed Mar 5 18:05:45 2008 -0600
24265
24266 FSL: Move board/mpc8260ads under board/freescale
24267
24268 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24269
24270commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
24271Author: goda.yusuke <goda.yusuke@renesas.com>
24272Date: Wed Mar 5 17:08:33 2008 +0900
24273
24274 net: Add support AX88796L ethernet device
24275
24276 AX88796L is device of NE2000 compatible.
24277 This patch support AX88796L ethernet device.
24278
24279 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
24280 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24281
24282commit e0a6140dd381e1eed1ada2291166ef2616d8822b
24283Author: Wolfgang Denk <wd@denx.de>
24284Date: Tue Mar 25 22:50:41 2008 +0100
24285
24286 ne2000 driver: change #ifdef to Makefile conditional compilation
24287
24288 Signed-off-by: Wolfgang Denk <wd@denx.de>
24289
24290commit e710185aae90c64d39c2d453e40e58ceefe4f250
24291Author: goda.yusuke <goda.yusuke@renesas.com>
24292Date: Wed Mar 5 17:08:20 2008 +0900
24293
24294 net: Divided code of NE2000 ethernet driver
24295
24296 There are more devices of the NE2000 base.
24297 A present code is difficult for us to support more devices.
24298 To support more NE2000 clone devices, separated the function.
24299
24300 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
24301 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24302
24303commit 395bce4f59a507a60a475f7ee46bed47de9482df
24304Author: Mike Frysinger <vapier@gentoo.org>
24305Date: Sun Feb 24 23:58:13 2008 -0500
24306
24307 net/Blackfin: move on-chip MAC driver into drivers/net/
24308
24309 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
24310 directory, but it is not board specific, so relocate it to the drivers dir
24311 so that other Blackfin ports can utilize it.
24312
24313 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24314
24315commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
24316Author: Mike Frysinger <vapier@gentoo.org>
24317Date: Sun Feb 24 23:52:35 2008 -0500
24318
24319 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
24320
24321 Since the "ssync" instruction may have hardware anomalies associated with
24322 it, have the smc91111 driver use the SSYNC macro rather than invoking it
24323 directly. We workaround all the anomalies via this macro.
24324
24325 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24326
24327commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
24328Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24329Date: Sun Feb 17 22:57:47 2008 +0000
24330
24331 8xx: Update OF support on 8xx
24332
24333 This patch does some shifting around of OF support on 8xx.
24334
24335 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24336
24337commit 9c666a7db0b2285a270c68810889ce7d5dba304b
24338Author: Kumar Gala <galak@kernel.crashing.org>
24339Date: Fri Feb 15 15:16:18 2008 -0600
24340
24341 ppc: Allow boards to specify how much memory they can map
24342
24343 For historical reasons we limited the stack to 256M because some boards
24344 could only map that much via BATS. However newer boards are capable of
24345 mapping more memory (for example 85xx is capble of doing up to 2G).
24346
24347 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24348
24349commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
24350Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24351Date: Fri Feb 15 01:05:58 2008 +0000
24352
24353 8xx : Add OF support to Adder875 board port - resubmit
24354
24355 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
24356
24357commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
24358Author: Kumar Gala <galak@kernel.crashing.org>
24359Date: Thu Feb 14 20:44:42 2008 -0600
24360
24361 Add setexpr command
24362
24363 Add a simple expr style command that will set an env variable as the result
24364 of the command. This allows us to do simple math in shell. The following
24365 operations are supported: &, |, ^, +, -, *, /.
24366
24367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24368
24369commit 3f105faa64b9826e088711fdfcaa70cb1230397a
24370Author: Jon Loeliger <jdl@freescale.com>
24371Date: Wed Mar 5 17:27:48 2008 -0600
24372
24373 FSL: Move board/mpc7448hpc2 under board/freescale
24374
24375 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24376
24377commit 449c703374a8868453425e15da7e2f76221b72e4
24378Author: Jon Loeliger <jdl@freescale.com>
24379Date: Wed Mar 5 17:21:43 2008 -0600
24380
24381 FSL: Move board/mpc8266ads under board/freescale
24382
24383 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24384
24385commit 5863577989ad689427bb750107e9a75f1c1645d2
24386Author: Jon Loeliger <jdl@freescale.com>
24387Date: Wed Mar 5 16:41:41 2008 -0600
24388
24389 FSL: Move board/mpc8260ads under board/freescale
24390
24391 Signed-off-by: Jon Loeliger <jdl@freescale.com>
24392
24393commit 8a773983957ee6c4aa344469b742f29c7d26afbd
24394Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24395Date: Tue Mar 25 21:30:08 2008 +0900
24396
24397 [MIPS] Move gth2_config from ARM section to MIPS
24398
24399 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24400
24401commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
24402Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24403Date: Tue Mar 25 21:30:07 2008 +0900
24404
24405 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
24406
24407 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24408
24409commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
24410Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24411Date: Tue Mar 25 21:30:07 2008 +0900
24412
24413 [MIPS] Fix dcache_status()
24414
24415 You can't judge UNCACHED by Config.K0 LSB.
24416
24417 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24418
24419commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
24420Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24421Date: Tue Mar 25 21:30:07 2008 +0900
24422
24423 [MIPS] Introduce _machine_restart
24424
24425 Handles machine specific functions by using weak functions.
24426
24427 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24428
24429commit decaba6f5cf386d569ac3997bebb871b966c6b18
24430Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24431Date: Tue Mar 25 21:30:07 2008 +0900
24432
24433 [MIPS] Cleanup CP0 Status initialization
24434
24435 Add setup_c0_status from Linux. For the moment we disable interrupts, set
24436 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
24437 reset-time configuration and will work well across most processors.
24438
24439 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24440
24441commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
24442Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24443Date: Tue Mar 25 21:30:07 2008 +0900
24444
24445 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
24446
24447 Without this change, we'll be suffering from deffered WATCH exception
24448 once Status.EXL is cleared. Make sure Cause.WP is cleared.
24449
24450 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24451
24452commit 26138623230ca2bad3c78e05a65527ea70c8b688
24453Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24454Date: Tue Mar 25 21:30:07 2008 +0900
24455
24456 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
24457
24458 Move things to appropriate place.
24459
24460 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24461
24462commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
24463Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24464Date: Tue Mar 25 21:30:06 2008 +0900
24465
24466 [MIPS] Implement flush_cache()
24467
24468 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
24469 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
24470 function is used not only in U-Boot specfic programs but also at loading
24471 target binaries.
24472
24473 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24474
24475commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
24476Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24477Date: Tue Mar 25 21:30:06 2008 +0900
24478
24479 [MIPS] Fix I-/D-cache initialization loops
24480
24481 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
24482 again per a loop for I-cache initialization. But according to 'See MIPS
24483 Run', we're encouraged to use three separate loops rather than combining
24484 them *for both I- and D-cache*. This patch tries to fix this.
24485
24486 In accordance with fixing above, mips_init_[id]cache are separated from
24487 mips_cache_reset(), and rewrite cache loops are completely rewritten with
24488 useful macros.
24489
24490 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24491
24492commit 1898840797c7f50799377bd5b285a8a93a82c419
24493Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24494Date: Tue Mar 25 21:30:06 2008 +0900
24495
24496 [MIPS] Replace memory clearance code with f_fill64
24497
24498 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
24499
24500 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24501
24502commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
24503Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24504Date: Tue Mar 25 21:30:06 2008 +0900
24505
24506 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
24507
24508 This patch replaces the current function definitions with NESTED, LEAF
24509 and END macro. They specify some more additional information about the
24510 function; an alignment of symbol, type of symbol, stack frame usage, etc.
24511 These information explicitly tells the assembler and the debugger about
24512 the types of code we want to generate.
24513
24514 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24515
24516commit 282223a607c611425fa33f5428f8eae6636972bb
24517Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24518Date: Tue Mar 25 11:43:17 2008 +0900
24519
24520 [MIPS] asm headers' updates
24521
24522 Make some asm headers adjusted to the latest Linux kernel.
24523
24524 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24525
24526commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
24527Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24528Date: Tue Mar 25 11:39:29 2008 +0900
24529
24530 [MIPS] Request for the 'mips_cache_lock()' removal
24531
24532 The initial intension of having mips_cache_lock() was to use the cache
24533 as memory for temporary stack use so that a C environment can be set up
24534 as early as possible.
24535
24536 But now mips_cache_lock() follow lowlevel_init(). We've already have the
24537 real memory initilaized at this point, therefore we could/should use it.
24538 No reason to lock at all.
24539
24540 Other problems:
24541
24542 Cache locking is not consistent across MIPS implementaions. Some imple-
24543 mentations don't support locking at all. The style of locking varies -
24544 some support per line locking, others per way, etc. Some parts use bits
24545 in status registers instead of cache ops. Current mips_cache_lock() is
24546 not necessarily general-purpose.
24547
24548 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
24549 they are never get unlocked, so the code relies on whatever gets loaded
24550 after U-Boot to re-initialize the cache and clear the locks. We're sup-
24551 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
24552 but leave the situation as it is for a long time.
24553
24554 For these reasons, I proposed the removal of mips_cache_lock() from the
24555 global start-up code.
24556
24557 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
24558 *things have changed*. If he wants the same behavior as before, he needs
24559 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
24560
24561 If we don't have any regression report through several releases, then
24562 we'll remove codes entirely.
24563
24564 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24565 Acked-by: Andrew Dyer <amdyer@gmail.com>
24566
24567commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
24568Author: Yuri Tikhonov <yur@emcraft.com>
24569Date: Mon Mar 24 11:30:54 2008 +0100
24570
24571 lwmon5 SYSMON POST: fix backlight control
24572
24573 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
24574 run on the board, then the SYSMON POST controls the display backlight
24575 (doesn't switch backlight ON if POST FAILED, and does switch the
24576 backlight ON if PASSED).
24577
24578 If not, then the video driver controls the display backlight (just
24579 switch ON the backlight upon initialization).
24580
24581 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24582
24583commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
24584Author: Yuri Tikhonov <yur@emcraft.com>
24585Date: Mon Mar 24 11:29:14 2008 +0100
24586
24587 lwmon5 SYSMON POST: fix handling of negative temperatures
24588
24589 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
24590
24591 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24592
24593commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
24594Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24595Date: Fri Mar 7 16:04:25 2008 +0900
24596
24597 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
24598
24599 In current source code, when the device number of PCI is 0, process PCI
24600 bridge without fail. However, when the device number is 0, it is not PCI
24601 always bridge. There are times when device of PCI allocates.
24602
24603 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
24604 use this patch.
24605
24606 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
24607 Acked-by: Stefan Roese <sr@denx.de>
24608
24609commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
24610Author: Yuri Tikhonov <yur@emcraft.com>
24611Date: Fri Mar 21 09:18:40 2008 +0100
24612
24613 LWMON5: fix dsPIC POST
24614
24615 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
24616
24617 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
24618
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010024619commit 388b82fddc7c05596f3f615f190da0448227dc82
24620Author: Bartlomiej Sieka <tur@semihalf.com>
24621Date: Thu Mar 20 23:23:13 2008 +0100
24622
24623 [new uImage] Enable new uImage support for the pcs440ep board.
24624
24625 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24626
24627commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
24628Author: Bartlomiej Sieka <tur@semihalf.com>
24629Date: Thu Mar 20 23:23:13 2008 +0100
24630
24631 [new uImage] Do not compile new uImage format support by default
24632
24633 Disable default building of new uImage format support in preparation
24634 for merge with the master. Support for new format can be enabled on
24635 a per-board basis, by defining the following in the board's config file:
24636
24637 #define CONFIG_FIT 1
24638 #define CONFIG_OF_LIBFDT 1
24639
24640 This can be optionally defined to give more verbose output:
24641
24642 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
24643
24644 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24645
24646commit dafaede8a46c7159310239e036c93e31c6374487
24647Author: Bartlomiej Sieka <tur@semihalf.com>
24648Date: Thu Mar 20 23:20:31 2008 +0100
24649
24650 [new uImage] Disable debuging output in preparation for merge with master
24651
24652 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24653
24654commit fbe7a155027beacebaee9b32e1ada781fe924bca
24655Author: Bartlomiej Sieka <tur@semihalf.com>
24656Date: Thu Mar 20 19:38:45 2008 +0100
24657
24658 [new uImage] Compilation and new uImage handling fixes for imxtract
24659
24660 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
24661 include/config_cmd_default.h. Fix few warnings and handling of new format
24662 images.
24663
24664 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24665
24666commit 36cc8cbb3379d5166f882641123521735c469f92
24667Author: Bartlomiej Sieka <tur@semihalf.com>
24668Date: Thu Mar 20 23:10:19 2008 +0100
24669
24670 [new uImage] Fix autoscr command used with new uImage format
24671
24672 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24673
24674commit 43142e817f0597be412e7cbe19413f5532eafa5d
24675Author: Bartlomiej Sieka <tur@semihalf.com>
24676Date: Thu Mar 20 23:10:19 2008 +0100
24677
24678 [new uImage] Fix *.its files location in documentation
24679
24680 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24681
Wolfgang Denk840a0d72008-03-26 00:52:10 +010024682commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
24683Author: Wolfgang Denk <wd@denx.de>
24684Date: Thu Mar 20 22:01:38 2008 +0100
24685
24686 lwmon5 POST: remove unreachable code
24687
24688 plus some coding style cleanup
24689
24690 Signed-off-by: Wolfgang Denk <wd@denx.de>
24691
24692commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
24693Author: Yuri Tikhonov <yur@emcraft.com>
24694Date: Thu Mar 20 17:56:04 2008 +0300
24695
24696 LWMON5: POST RTC fix
24697
24698 Modify the RTC API to provide one a status for the time reported by
24699 the rtc_get() function:
24700 0 - a reliable time is guaranteed,
24701 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
24702 and so on).
24703
24704 The RTC chip drivers are responsible for providing this info if the
24705 corresponding chip supports such functionality. If not - always
24706 report that the time is reliable.
24707
24708 The POST RTC test was modified to detect the RTC faults utilizing
24709 this new rtc_get() feature.
24710
24711 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24712
24713commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
24714Author: Martin Krause <martin.krause@tqs.de>
24715Date: Wed Mar 19 14:25:14 2008 +0100
24716
24717 TQM5200B: update MTD partition layout
24718
24719 - insert partition for dtb blob to TQM5200B MTD layout
24720 - set env variables dependent on the configured board
24721 (TQM5200 or TQM5200B)
24722
24723 Signed-off-by: Martin Krause <martin.krause@tqs.de>
24724
24725commit f0105727d132f56a21fa3ed8b162309cca6cac44
24726Author: Stefan Roese <sr@denx.de>
24727Date: Wed Mar 19 07:09:26 2008 +0100
24728
24729 CFI: Small cleanup for FLASH_SHOW_PROGRESS
24730
24731 With this patch we don't need that many #ifdef's in the code. It moves
24732 the subtraction into the macro and defines a NOP-macro when
24733 CONFIG_FLASH_SHOW_PROGRESS is not defined.
24734
24735 Signed-off-by: Stefan Roese <sr@denx.de>
24736 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
24737
24738commit 9a042e9ca512beaaa2cb450274313fc477141241
24739Author: Jerry Van Baren <gvb.uboot@gmail.com>
24740Date: Sat Mar 8 13:48:01 2008 -0500
24741
24742 Flash programming progress countdown.
24743
24744 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
24745
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010024746commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
24747Author: Bartlomiej Sieka <tur@semihalf.com>
24748Date: Wed Mar 19 10:00:06 2008 +0100
24749
24750 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
24751
24752 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24753
Wolfgang Denk840a0d72008-03-26 00:52:10 +010024754commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
24755Author: David Gibson <david@gibson.dropbear.id.au>
24756Date: Mon Feb 18 18:09:04 2008 +1100
24757
24758 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
24759
24760 Since fdt_node_offset_by_compatible() was converted to the new
24761 fdt_next_node() iterator, a chunk of initialization code became
24762 redundant, but was not removed by oversight. This patch cleans it up.
24763
24764 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24765
24766commit d0ccb9b140b472039732de102fc14597eedb14df
24767Author: David Gibson <david@gibson.dropbear.id.au>
24768Date: Mon Feb 18 18:06:31 2008 +1100
24769
24770 libfdt: Trivial cleanup for CHECK_HEADER)
24771
24772 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
24773 However, there are a handful of functions (fdt_move, rw_check_header,
24774 fdt_open_into) from other files which could also use it (currently
24775 they open-code something more-or-less identical). Therefore, this
24776 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
24777 places.
24778
24779 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24780
24781commit fe30a354cdbb808b5f15366a935b151a4ccee74f
24782Author: Kumar Gala <galak@kernel.crashing.org>
24783Date: Wed Feb 20 14:32:36 2008 -0600
24784
24785 Fix fdt boardsetup command parsing
24786
24787 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
24788
24789 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24790
24791commit 804887e6001e2f00bea11431bf34d6d472512cda
24792Author: Kumar Gala <galak@kernel.crashing.org>
24793Date: Fri Feb 15 03:34:36 2008 -0600
24794
24795 Add sub-commands to fdt
24796
24797 fdt header - Display header info
24798 fdt bootcpu <id> - Set boot cpuid
24799 fdt memory <addr> <size> - Add/Update memory node
24800 fdt rsvmem print - Show current mem reserves
24801 fdt rsvmem add <addr> <size> - Add a mem reserve
24802 fdt rsvmem delete <index> - Delete a mem reserves
24803
24804 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24805
24806commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
24807Author: David Gibson <david@gibson.dropbear.id.au>
24808Date: Thu Feb 14 16:50:34 2008 +1100
24809
24810 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
24811
24812 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
24813 node which has NOP tags interspersed with its properties. In this
24814 case fdt_add_subnode_namelen() will put the new subnode before the
24815 first NOP tag, even if there are properties after it, which will
24816 result in an invalid blob.
24817
24818 This patch fixes the bug, and adds a testcase for it.
24819
24820 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24821
24822commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
24823Author: David Gibson <david@gibson.dropbear.id.au>
24824Date: Tue Feb 12 11:58:31 2008 +1100
24825
24826 libfdt: Add and use a node iteration helper function.
24827
24828 This patch adds an fdt_next_node() function which can be used to
24829 iterate through nodes of the tree while keeping track of depth. This
24830 function is used to simplify the iteration code in a lot of other
24831 functions, and is also exported for use by library users.
24832
24833 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24834
24835commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
24836Author: David Gibson <david@gibson.dropbear.id.au>
24837Date: Fri Jan 11 14:55:05 2008 +1100
24838
24839 libfdt: Add fdt_set_name() function
24840
24841 This patch adds an fdt_set_name() function to libfdt, mirroring
24842 fdt_get_name(). This is a r/w function which alters the name of a
24843 given device tree node.
24844
24845 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
24846
24847commit 23e20aa6488e6c0622496549861bfdc74108debe
24848Author: Yuri Tikhonov <yur@pollux.denx.de>
24849Date: Tue Mar 18 13:33:30 2008 +0100
24850
24851 lwmon5: Fix register test logic to match the specific GDC h/w.
24852
24853 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24854 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24855
24856commit 46bc0a938779aa1d664b847d36b08aa00f22e539
24857Author: Yuri Tikhonov <yur@pollux.denx.de>
24858Date: Tue Mar 18 13:27:57 2008 +0100
24859
24860 Fix backlight in the lwmon5 POST.
24861
24862 Backlight was switched on even when temperature was too low.
24863
24864 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24865 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24866
24867commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
24868Author: Yuri Tikhonov <yur@pollux.denx.de>
24869Date: Wed Feb 6 18:48:36 2008 +0100
24870
24871 The patch introduces the alternative configuration of the log buffer for the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory), the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ..., PPC440EPX_GPT0_COMP5).
24872
24873 To enable this, alternative, configuration the U-Boot board configuration
24874 file for lwmon5 includes the definitions of alternative addresses for header
24875 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
24876
24877 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
24878 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
24879 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
24880
24881 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24882
24883commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
24884Author: Yuri Tikhonov <yur@pollux.denx.de>
24885Date: Mon Feb 4 17:11:53 2008 +0100
24886
24887 Add support for the lwmon5 board reset via GPIO58.
24888
24889 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24890 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24891
24892commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
24893Author: Yuri Tikhonov <yur@pollux.denx.de>
24894Date: Mon Feb 4 17:09:55 2008 +0100
24895
24896 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
24897
24898 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24899 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24900
24901commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
24902Author: Yuri Tikhonov <yur@pollux.denx.de>
24903Date: Mon Feb 4 14:11:03 2008 +0100
24904
24905 The patch introduces the CRITICAL feature of POST tests. If the test marked as POST_CRITICAL fails then the alternative, post_critical, boot-command is used. If this command is not defined then U-Boot enters into interactive mode.
24906
24907 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24908 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24909
24910commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
24911Author: Yuri Tikhonov <yur@pollux.denx.de>
24912Date: Mon Feb 4 14:10:42 2008 +0100
24913
24914 The patch adds new POST tests for the Lwmon5 board. These are:
24915
24916 * External Watchdog test;
24917 * dsPIC tests;
24918 * FPGA test;
24919 * GDC test;
24920 * Sysmon tests.
24921
24922 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24923 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24924
24925commit c2ed33efbfff5767bca236828e021c55fd547b6c
24926Author: Yuri Tikhonov <yur@pollux.denx.de>
24927Date: Mon Feb 4 14:10:01 2008 +0100
24928
24929 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
24930
24931 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24932
Wolfgang Denk7f39a012008-04-26 00:34:42 +020024933commit 3a5d1e7f1309998791702b2a559e3126781746b9
24934Author: Yuri Tikhonov <yur@pollux.denx.de>
24935Date: Tue Mar 18 13:33:30 2008 +0100
24936
24937 lwmon5: Fix register test logic to match the specific GDC h/w.
24938
24939 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24940 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24941
24942commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
24943Author: Yuri Tikhonov <yur@pollux.denx.de>
24944Date: Tue Mar 18 13:27:57 2008 +0100
24945
24946 Fix backlight in the lwmon5 POST.
24947
24948 Backlight was switcehd on even when temperature was too low.
24949
24950 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24951 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24952
24953commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
24954Author: Yuri Tikhonov <yur@pollux.denx.de>
24955Date: Wed Feb 6 18:48:36 2008 +0100
24956
24957 The patch introduces the alternative configuration of the log buffer for
24958 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
24959 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
24960 PPC440EPX_GPT0_COMP5).
24961
24962 To enable this, alternative, configuration the U-Boot board configuration
24963 file for lwmon5 includes the definitions of alternative addresses for header
24964 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
24965
24966 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
24967 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
24968 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
24969
24970 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24971
24972commit ff818b21b069f4bc9cb73373cc5a16014be101b7
24973Author: Yuri Tikhonov <yur@pollux.denx.de>
24974Date: Mon Feb 4 17:11:53 2008 +0100
24975
24976 Add support for the lwmon5 board reset via GPIO58.
24977
24978 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24979 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24980
24981commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
24982Author: Yuri Tikhonov <yur@pollux.denx.de>
24983Date: Mon Feb 4 17:09:55 2008 +0100
24984
24985 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
24986 Disable external watch-dog for now.
24987
24988 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
24989 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24990
24991commit e262efe35742c1ad4b0966ff501efc26f34a0aec
24992Author: Yuri Tikhonov <yur@pollux.denx.de>
24993Date: Mon Feb 4 14:11:03 2008 +0100
24994
24995 The patch introduces the CRITICAL feature of POST tests. If the test
24996 marked as POST_CRITICAL fails then the alternative, post_critical,
24997 boot-command is used. If this command is not defined then U-Boot
24998 enters into interactive mode.
24999
25000 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
25001 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25002
25003commit 65b20dcefc89618193fa51947968dada91e4c778
25004Author: Yuri Tikhonov <yur@pollux.denx.de>
25005Date: Mon Feb 4 14:10:42 2008 +0100
25006
25007 The patch adds new POST tests for the Lwmon5 board.
25008 These are:
25009
25010 * External Watchdog test;
25011 * dsPIC tests;
25012 * FPGA test;
25013 * GDC test;
25014 * Sysmon tests.
25015
25016 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
25017 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
25018
25019commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
25020Author: Yuri Tikhonov <yur@pollux.denx.de>
25021Date: Mon Feb 4 14:10:01 2008 +0100
25022
25023 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
25024
25025 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
25026
Wolfgang Denk840a0d72008-03-26 00:52:10 +010025027commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
25028Author: Wolfgang Denk <wd@denx.de>
25029Date: Tue Mar 18 17:35:51 2008 +0100
25030
25031 HMI1001: fix compile problem.
25032
25033 Signed-off-by: Wolfgang Denk <wd@denx.de>
25034
25035commit 1f2a9970109cebf7446e0503b10b71f8673045ee
25036Author: Mike Frysinger <vapier@gentoo.org>
25037Date: Mon Feb 18 05:32:30 2008 -0500
25038
25039 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
25040
25041 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
25042 for the board specific driver at all. Just use the common CFI driver.
25043
25044 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25045
25046commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
25047Author: Mike Frysinger <vapier@gentoo.org>
25048Date: Tue Feb 19 00:36:14 2008 -0500
25049
25050 Blackfin: add proper ELF markings to some assembly functions
25051
25052 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25053
25054commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
25055Author: Mike Frysinger <vapier@gentoo.org>
25056Date: Tue Feb 19 00:35:17 2008 -0500
25057
25058 Blackfin: new cplbinfo command for viewing cplb tables
25059
25060 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25061
25062commit aadb72503cd1602349a5fe53356d5f55ecc1b900
25063Author: Mike Frysinger <vapier@gentoo.org>
25064Date: Mon Feb 18 05:37:51 2008 -0500
25065
25066 Blackfin: update MAINTAINERS list
25067
25068 Add maintainer information for the Blackfin boards.
25069
25070 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25071
25072commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
25073Author: Mike Frysinger <vapier@gentoo.org>
25074Date: Mon Feb 18 05:26:48 2008 -0500
25075
25076 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
25077
25078 Stop tying things to the processor that should be tied to other defines and
25079 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
25080 system to select the -mcpu option.
25081
25082 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25083
25084commit 86a20fb920bd198105acf7b1191117f566d637ed
25085Author: Mike Frysinger <vapier@gentoo.org>
25086Date: Sat Feb 16 07:40:36 2008 -0500
25087
25088 Blackfin: move bootldr command to common code
25089
25090 This moves the Blackfin-common bootldr command out of the BF537-STAMP
25091 specific board directory and into the common directory so that all Blackfin
25092 boards may utilize it.
25093
25094 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25095
25096commit decbe029b2a9d3333d02c433389b1c821eea96d7
25097Author: Heiko Schocher <hs@denx.de>
25098Date: Fri Mar 14 11:05:20 2008 +0100
25099
25100 mgcoge: update configuration
25101
25102 Fix configuration for mgcoge board
25103
25104 Signed-off-by: Heiko Schocher <hs@denx.de>
25105
25106commit c136724cda0219c49f1d4b346f00da29b14fdf14
25107Author: Wolfgang Denk <wd@denx.de>
25108Date: Sun Mar 16 01:22:59 2008 +0100
25109
25110 drivers/rtc/Makefile: keep list sorted
25111
25112 Signed-off-by: Wolfgang Denk <wd@denx.de>
25113
25114commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
25115Author: Tor Krill <tor@excito.com>
25116Date: Sat Mar 15 15:40:26 2008 +0100
25117
25118 Add support for Intersil isl1208 RTC
25119
25120 Signed-off-by: Tor Krill <tor@excito.com>
25121
25122commit 0210cff3d079d97b2156b13685ee8de368e68a1a
25123Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25124Date: Sat Mar 15 17:36:41 2008 +0100
25125
25126 cramfs: Fix ifdef
25127
25128 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25129
25130commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
25131Author: Wolfgang Denk <wd@denx.de>
25132Date: Sun Mar 16 01:12:58 2008 +0100
25133
25134 Conding style cleanup
25135
25136 Signed-off-by: Wolfgang Denk <wd@denx.de>
25137
Wolfgang Denk17cf79a2008-03-16 01:12:58 +010025138commit 41712b4e8c95dff23354bcd620e1f9477160c190
25139Author: Stefan Roese <sr@denx.de>
25140Date: Wed Mar 5 12:31:53 2008 +0100
25141
25142 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
25143
25144 This patch adds USB OHCI support to the Canyonlands board port. It also
25145 enables EXT2 support.
25146
25147 Signed-off-by: Stefan Roese <sr@denx.de>
25148
25149commit 2596f5b9d353ff3e4387a3325d05740f16958038
25150Author: Stefan Roese <sr@denx.de>
25151Date: Wed Mar 5 12:29:32 2008 +0100
25152
25153 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
25154
25155 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
25156 way a board just needs to define this new option to enable the "force
25157 NoPowerSwitching mode" instead of adding new CPU/architecture defines
25158 to the USB source itself.
25159
25160 This new option will be used first with the new AMCC 460EX Canyonlands
25161 board port, which will be posted in a few days.
25162
25163 This patch also fixes a small compilation problem when DEBUG is enabled.
25164
25165 Signed-off-by: Stefan Roese <sr@denx.de>
25166
25167commit 71665ebf88408ff2acb762af47989fd4365b321a
25168Author: Stefan Roese <sr@denx.de>
25169Date: Mon Mar 3 17:27:02 2008 +0100
25170
25171 ppc4xx: Add Canyonlands NAND booting support
25172
25173 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
25174 NAND devices. The only bootstrap option for NAND booting is option F for
25175 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
25176 EEPROM needs to be programmed accordingly.
25177
25178 This patch adds basic NAND booting support for the AMCC Canyonlands aval
25179 board and also adds support to the "bootstrap" command, to enable NAND
25180 booting I2C setting.
25181
25182 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
25183
25184 Signed-off-by: Stefan Roese <sr@denx.de>
25185
25186commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
25187Author: Stefan Roese <sr@denx.de>
25188Date: Tue Mar 11 16:53:00 2008 +0100
25189
25190 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
25191
25192 This patch adds support for the AMCC Canyonlands 460EX evaluation
25193 board.
25194
25195 Signed-off-by: Stefan Roese <sr@denx.de>
25196
25197commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
25198Author: Stefan Roese <sr@denx.de>
25199Date: Tue Mar 11 16:52:24 2008 +0100
25200
25201 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
25202
25203 This patch adds support for the AMCC Canyonlands 460EX evaluation
25204 board.
25205
25206 Signed-off-by: Stefan Roese <sr@denx.de>
25207
25208commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
25209Author: Stefan Roese <sr@denx.de>
25210Date: Tue Mar 11 16:51:17 2008 +0100
25211
25212 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
25213
25214 This patch adds support for the AMCC Canyonlands 460EX evaluation
25215 board.
25216
25217 Signed-off-by: Stefan Roese <sr@denx.de>
25218
25219commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
25220Author: Stefan Roese <sr@denx.de>
25221Date: Tue Mar 11 15:11:43 2008 +0100
25222
25223 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
25224
25225 This patch adds basic support for the AMCC 460EX/460GT PPC's.
25226
25227 Signed-off-by: Stefan Roese <sr@denx.de>
25228
25229commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
25230Author: Stefan Roese <sr@denx.de>
25231Date: Tue Mar 11 15:11:18 2008 +0100
25232
25233 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
25234
25235 This patch adds basic support for the AMCC 460EX/460GT PPC's.
25236
25237 Signed-off-by: Stefan Roese <sr@denx.de>
25238
25239commit 999ecd5aca381984d8ebbeb207ece82a1c275577
25240Author: Stefan Roese <sr@denx.de>
25241Date: Tue Mar 11 15:07:10 2008 +0100
25242
25243 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
25244
25245 This patch adds basic support for the AMCC 460EX/460GT PPC's.
25246
25247 Signed-off-by: Stefan Roese <sr@denx.de>
25248
25249commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
25250Author: Stefan Roese <sr@denx.de>
25251Date: Tue Mar 11 15:05:50 2008 +0100
25252
25253 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
25254
25255 This patch adds basic support for the AMCC 460EX/460GT PPC's.
25256
25257 Signed-off-by: Stefan Roese <sr@denx.de>
25258
25259commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
25260Author: Stefan Roese <sr@denx.de>
25261Date: Tue Mar 11 15:05:26 2008 +0100
25262
25263 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
25264
25265 This patch adds basic support for the AMCC 460EX/460GT PPC's.
25266
25267 Signed-off-by: Stefan Roese <sr@denx.de>
25268
25269commit 56e410178375d9f20be25fb24e180974f0ae120b
25270Author: Stefan Roese <sr@denx.de>
25271Date: Tue Feb 19 22:07:57 2008 +0100
25272
25273 ppc4xx: interrupt.c reworked
25274
25275 This patch is a rework of the 4xx interrupt handling done while
25276 adding the 460EX/GT support. Interrupts are needed on 4xx for the
25277 EMAC driver.
25278
25279 Signed-off-by: Stefan Roese <sr@denx.de>
25280
25281commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
25282Author: Stefan Roese <sr@denx.de>
25283Date: Tue Feb 19 22:01:57 2008 +0100
25284
25285 ppc4xx: program_tlb now uses 64bit physical addess
25286
25287 This patch changes the physical addess parameter from 32bit to 64bit.
25288 This is needed for 36bit 4xx platforms to access areas located
25289 beyond the 4GB border, like SoC peripherals (EBC etc.).
25290
25291 Signed-off-by: Stefan Roese <sr@denx.de>
25292
25293commit c3307fa186af85771924c434997089b8104c0a46
25294Author: Stefan Roese <sr@denx.de>
25295Date: Tue Feb 19 21:58:25 2008 +0100
25296
25297 ppc4xx: miiphy.c reworked
25298
25299 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
25300 badly neede some cleanup.
25301
25302 Signed-off-by: Stefan Roese <sr@denx.de>
25303
25304commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
25305Author: Stefan Roese <sr@denx.de>
25306Date: Tue Feb 19 16:21:49 2008 +0100
25307
25308 rtc: Add M41T62 support
25309
25310 This patch add support for the STM M41T62 RTC. It is used and tested
25311 on the AMCC Canyonlands 406EX platform.
25312
25313 Signed-off-by: Stefan Roese <sr@denx.de>
25314
25315commit 217d383e201adc7f2271145ae345ea5eae2b7170
25316Author: Niklaus Giger <niklaus.giger@netstal.com>
25317Date: Mon Feb 25 18:46:43 2008 +0100
25318
25319 ppc4xx: Add 405GPr based MCU25 board specific files
25320
25321 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25322
25323commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
25324Author: Niklaus Giger <niklaus.giger@netstal.com>
25325Date: Mon Feb 25 18:46:42 2008 +0100
25326
25327 ppc4xx: Add 405GPr based MCU25 board config file
25328
25329 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25330
25331commit b05f35436b733a240559e77e46bed8439665ecc5
25332Author: Niklaus Giger <niklaus.giger@netstal.com>
25333Date: Mon Feb 25 18:46:41 2008 +0100
25334
25335 ppc4xx: Add 405GPr based MCU25 board. Global files
25336
25337 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25338
25339commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
25340Author: Niklaus Giger <niklaus.giger@netstal.com>
25341Date: Mon Feb 25 18:37:02 2008 +0100
25342
25343 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
25344
25345 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25346
25347commit a079494853cc2bfeddb26673219db0b4b2b31566
25348Author: Niklaus Giger <niklaus.giger@netstal.com>
25349Date: Mon Feb 25 18:37:01 2008 +0100
25350
25351 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
25352
25353 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
25354 the FLASH_CFI_LEGACY et al. config options.
25355
25356 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25357
25358commit e4170e5a50c8110f792bc37472833ae669d69951
25359Author: Stefan Roese <sr@denx.de>
25360Date: Tue Mar 11 13:52:25 2008 +0100
25361
25362 ppc4xx: Fix comment in 405EX DDR2 init code
25363
25364 Signed-off-by: Stefan Roese <sr@denx.de>
25365
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010025366commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
25367Author: Bartlomiej Sieka <tur@semihalf.com>
25368Date: Fri Mar 14 16:22:34 2008 +0100
25369
25370 Add MD5 support to the new uImage format
25371
25372 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25373
25374commit 0ede0c383530a418cf98be9122371a86573cd0db
25375Author: Bartlomiej Sieka <tur@semihalf.com>
25376Date: Fri Mar 14 16:22:34 2008 +0100
25377
25378 Add the MD5 algorithm
25379
25380 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
25381 calculated using the md5() function -- see include/md5.h for details.
25382
25383 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25384
Wolfgang Denk17cf79a2008-03-16 01:12:58 +010025385commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
25386Author: Wolfgang Denk <wd@denx.de>
25387Date: Fri Mar 14 16:04:54 2008 +0100
25388
25389 tools/setlocalversion: use a git-describe-ish format
25390
25391 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
25392 where 'nnnnn' is the number of commits since the last tag (i.e.,
25393 1.3.2-rc3). This makes it much easier to recognize "newer" versions
25394 and to see how much has been changed since the referenced tag.
25395
25396 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
25397
25398 Signed-off-by: Wolfgang Denk <wd@denx.de>
25399
25400commit c6dc21c84de0f159a1752c5ebd33cff843f63609
25401Author: Wolfgang Denk <wd@denx.de>
25402Date: Thu Mar 13 14:32:03 2008 +0100
25403
25404 HMI1001: add support for MPC5200 Rev. B processors.
25405
25406 Signed-off-by: Wolfgang Denk <wd@denx.de>
25407
25408commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
25409Author: Wolfgang Denk <wd@denx.de>
25410Date: Thu Mar 13 14:29:49 2008 +0100
25411
25412 TQM5200: remove dead code
25413
25414 This board never used a MGT5100 processor.
25415
25416 Signed-off-by: Wolfgang Denk <wd@denx.de>
25417
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010025418commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
25419Author: Marian Balakowicz <m8@semihalf.com>
25420Date: Wed Mar 12 12:14:15 2008 +0100
25421
25422 [new uImage] Fix build issue on ARM
25423
25424 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
25425
25426 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25427
25428commit 3310c549a73a949430bfda90876df7552a1dab0c
25429Author: Marian Balakowicz <m8@semihalf.com>
25430Date: Wed Mar 12 12:13:13 2008 +0100
25431
25432 [new uImage] Add new uImage format documentation and examples
25433
25434 Create doc/uImage.FIT documentation directory with the following files:
25435 - command_syntax_extensions.txt : extended command syntax description
25436 - howto.txt : short usage howto
25437 - source_file_format.txt : internal new uImage format description
25438
25439 Add example image source files:
25440 - kernel.its
25441 - kernel_fdt.its
25442 - multi.its
25443
25444 Update README appropriately.
25445
25446 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25447 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25448
25449commit 1ec73761d2e247078f4520a265d463e8b73391a2
25450Author: Marian Balakowicz <m8@semihalf.com>
25451Date: Wed Mar 12 10:35:52 2008 +0100
25452
25453 [new uImage] Fix definition of common bootm_headers_t fields
25454
25455 verify, autostart and lmb fields are used regardless of CONFIG_FIT
25456 setting, move their definitions to common section.
25457
25458 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25459
25460commit 1d1cb4270edc6a99276834064069717f9782c491
25461Author: Marian Balakowicz <m8@semihalf.com>
25462Date: Wed Mar 12 10:35:51 2008 +0100
25463
25464 [new uImage] Fix build problems on trab board
25465
25466 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25467
25468commit f773bea8e11f4a11c388dcee956b2444203e6b65
25469Author: Marian Balakowicz <m8@semihalf.com>
25470Date: Wed Mar 12 10:35:46 2008 +0100
25471
25472 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
25473
25474 Save FIT configuration provied in the first bootm argument and use it
25475 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
25476 arguments are not specified.
25477
25478 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25479
25480commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
25481Author: Marian Balakowicz <m8@semihalf.com>
25482Date: Wed Mar 12 10:33:01 2008 +0100
25483
25484 [new uImage] More verbose kernel image uncompress error message
25485
25486 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25487
25488commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
25489Author: Marian Balakowicz <m8@semihalf.com>
25490Date: Wed Mar 12 10:33:01 2008 +0100
25491
25492 [new uImage] Use show_boot_progress() for new uImage format
25493
25494 This patch allocates a set of show_boot_progress() IDs for new uImage format
25495 and adds show_boot_progress() calls in new uImage format handling code.
25496
25497 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25498
25499commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
25500Author: Marian Balakowicz <m8@semihalf.com>
25501Date: Wed Mar 12 10:33:01 2008 +0100
25502
25503 [new uImage] Add new uImage fromat support to fpga command
25504
25505 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25506
25507commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
25508Author: Marian Balakowicz <m8@semihalf.com>
25509Date: Wed Mar 12 10:33:01 2008 +0100
25510
25511 [new uImage] Add new uImage format handling to other bootm related commands
25512
25513 Updated commands:
25514
25515 docboot - cmd_doc.c
25516 fdcboot - cmd_fdc.c
25517 diskboot - cmd_ide.c
25518 nboot - cmd_nand.c
25519 scsiboot - cmd_scsi.c
25520 usbboot - cmd_usb.c
25521
25522 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25523
25524commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
25525Author: Marian Balakowicz <m8@semihalf.com>
25526Date: Wed Mar 12 10:33:00 2008 +0100
25527
25528 [new uImage] Add new uImage format support to imgextract command
25529
25530 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25531
25532commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
25533Author: Marian Balakowicz <m8@semihalf.com>
25534Date: Wed Mar 12 10:33:00 2008 +0100
25535
25536 [new uImage] Add new uImage format support to autoscript routine
25537
25538 autoscript() routine is updated to accept second argument, which
25539 is only used for FIT images and provides a FIT subimage unit name.
25540
25541 autoscript() routine callers must now pass two arguments. For
25542 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
25543 variable 'autoscript_uname' is introduced and used as a FIT
25544 subimage unit name source.
25545
25546 autoscript command accepts extended syntax of the addr argument:
25547 addr:<subimg_uname>
25548
25549 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25550
25551commit cd7c596e9f561dbbc17b717277438aee78cde14f
25552Author: Marian Balakowicz <m8@semihalf.com>
25553Date: Wed Mar 12 10:33:00 2008 +0100
25554
25555 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
25556
25557 This patch updates architecture specific implementations of
25558 do_bootm_linux() adding new uImage format handling for
25559 operations like get kernel entry point address, get kernel
25560 image data start address.
25561
25562 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25563
25564commit 3dfe110149311425919e6d6a14b561b4207498f1
25565Author: Marian Balakowicz <m8@semihalf.com>
25566Date: Wed Mar 12 10:32:59 2008 +0100
25567
25568 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
25569
25570 This patch adds new node offset fields to struct bootm_headers
25571 and updates bootm_headers processing code to make use of them.
25572 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
25573
25574 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25575
25576commit bc8ed486b125452ba3bd8344f052f437329150c5
25577Author: Marian Balakowicz <m8@semihalf.com>
25578Date: Wed Mar 12 10:32:53 2008 +0100
25579
25580 [new uImage] ppc: Add new uImage format support to FDT handling routines
25581
25582 Support for new (FIT) format uImages is added to powerpc specific
25583 boot_get_fdt() routine which now recognizes, sanity checks FIT image
25584 and is able to access data sections of the requested component image.
25585
25586 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25587
25588commit a44a269a905f924b420020506a4d7d7eedcc0eaf
25589Author: Marian Balakowicz <m8@semihalf.com>
25590Date: Wed Mar 12 10:14:57 2008 +0100
25591
25592 [new uImage] Re-enable interrupts for non automatic booting
25593
25594 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
25595 environment variable is not set to 'yes'.
25596
25597 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25598
25599commit d985c8498c4e47095820da97aa722381d39172c5
25600Author: Marian Balakowicz <m8@semihalf.com>
25601Date: Wed Mar 12 10:14:38 2008 +0100
25602
25603 [new uImage] Remove unnecessary arguments passed to ramdisk routines
25604
25605 boot_get_ramdisk() and image_get_ramdisk() do not need all
25606 cmdtp, flag, argc and argv arguments. Simplify routines definition.
25607
25608 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25609
25610commit c87796483bc7c2900470dc747c367f602577608d
25611Author: Marian Balakowicz <m8@semihalf.com>
25612Date: Wed Mar 12 10:12:37 2008 +0100
25613
25614 [new uImage] Add new uImage format support for ramdisk handling
25615
25616 This patch updates boot_get_ramdisk() routine adding format
25617 verification and handling for new (FIT) uImages.
25618
25619 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25620
25621commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
25622Author: Marian Balakowicz <m8@semihalf.com>
25623Date: Wed Mar 12 10:01:05 2008 +0100
25624
25625 [new uImage] Add new uImage format support for kernel booting
25626
25627 New format uImages are recognized by the bootm command,
25628 validity of specified kernel component image is checked and
25629 its data section located and used for further processing
25630 (uncompress, load, etc.)
25631
25632 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25633
25634commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
25635Author: Marian Balakowicz <m8@semihalf.com>
25636Date: Tue Mar 11 12:35:20 2008 +0100
25637
25638 [new uImage] Add new uImage format support for imls and iminfo commands
25639
25640 imls and iminfo can now recognize nad print out contents of the new (FIT)
25641 format uImages.
25642
25643 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25644
25645commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
25646Author: Bartlomiej Sieka <tur@semihalf.com>
25647Date: Tue Mar 11 12:34:47 2008 +0100
25648
25649 [new uImage] Add support for new uImage format to mkimage tool
25650
25651 Support for the new uImage format (FIT) is added to mkimage tool.
25652 Commandline syntax is appropriately extended:
25653
25654 mkimage [-D dtc_options] -f fit-image.its fit-image
25655
25656 mkimage (together with dtc) takes fit-image.its and referenced therein
25657 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
25658 final image that can be transferred to the target (e.g., via tftp) and then
25659 booted using the bootm command in U-Boot.
25660
25661 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25662
25663commit eb6175edd6c120d8b89678243e5a2be362ee8e40
25664Author: Marian Balakowicz <m8@semihalf.com>
25665Date: Mon Mar 10 17:53:49 2008 +0100
25666
25667 [new uImage] Make node unit names const in struct bootm_headers
25668
25669 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25670
25671commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
25672Author: Marian Balakowicz <m8@semihalf.com>
25673Date: Fri Feb 29 21:24:06 2008 +0100
25674
25675 [new uImage] New uImage low-level API
25676
25677 Add FDT-based functions for handling new format component images,
25678 configurations, node operations, property get/set, etc.
25679
25680 fit_ - routines handling global new format uImage operations
25681 like get/set top level property, process all nodes, etc.
25682 fit_image_ - routines handling component images subnodes
25683 fit_conf_ - routines handling configurations node
25684
25685 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
25686 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
25687
Wolfgang Denk17cf79a2008-03-16 01:12:58 +010025688commit 30f1806f60978d707b0cff2d7bf89d141fc24290
25689Author: Wolfgang Denk <wd@denx.de>
25690Date: Sun Mar 9 16:20:02 2008 +0100
25691
25692 Release v1.3.2
25693
25694 Update CHANGELOG for release.
25695
25696 Signed-off-by: Wolfgang Denk <wd@denx.de>
25697
Wolfgang Denke0aee8c2008-03-09 16:20:02 +010025698commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
25699Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25700Date: Sun Mar 9 14:52:11 2008 +0100
25701
25702 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
25703
25704 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25705 Signed-off-by: Wolfgang Denk <wd@denx.de>
25706
25707commit db695b78515ddb88a2d4f3357c120345efbf59ec
25708Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25709Date: Sun Mar 9 10:44:01 2008 +0100
25710
25711 scb9328: Fix flash warning: type qualifiers ignored on function return type
25712
25713 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25714
25715commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
25716Author: Wolfgang Denk <wd@denx.de>
25717Date: Sun Mar 9 10:50:41 2008 +0100
25718
25719 esd/common/fpga.c: fix indentation.
25720
25721 Signed-off-by: Wolfgang Denk <wd@denx.de>
25722
25723commit cc3843e36453e2b8db65d7e56de938ba045016a0
25724Author: Wolfgang Denk <wd@denx.de>
25725Date: Sun Mar 9 10:33:31 2008 +0100
25726
25727 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
25728
25729 and get rid of a couple of unneeded casts.
25730
25731 Signed-off-by: Wolfgang Denk <wd@denx.de>
25732
25733commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
25734Author: Wolfgang Denk <wd@denx.de>
25735Date: Sun Mar 9 10:09:53 2008 +0100
25736
25737 esd/common/fpga.c: fix 'assignment of read-only location' error
25738
25739 Signed-off-by: Wolfgang Denk <wd@denx.de>
25740
25741commit c6fe4dabac066e8758345d249032768496983a3e
25742Author: Wolfgang Denk <wd@denx.de>
25743Date: Sun Mar 9 02:13:19 2008 +0100
25744
25745 Makefile: make build silently again.
25746
25747 Signed-off-by: Wolfgang Denk <wd@denx.de>
25748
25749commit 76babc86576f092573599334c85ec543fdbc6015
25750Author: Wolfgang Denk <wd@denx.de>
25751Date: Sun Mar 9 02:07:49 2008 +0100
25752
25753 m501sk: Fix out of tree building
25754
25755 Signed-off-by: Wolfgang Denk <wd@denx.de>
25756
25757commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
25758Author: Wolfgang Denk <wd@denx.de>
25759Date: Sun Mar 9 00:06:09 2008 +0100
25760
25761 ADS5121: fix out of tree build
25762
25763 and simplify Makefile a bit.
25764
25765 Signed-off-by: Wolfgang Denk <wd@denx.de>
25766
25767commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
25768Author: Wolfgang Denk <wd@denx.de>
25769Date: Sat Mar 8 22:35:31 2008 +0100
25770
25771 Release v1.3.2
25772
25773 Signed-off-by: Wolfgang Denk <wd@denx.de>
25774
25775commit 78a90f827df74520e939c794fc7413dace21c4db
25776Author: Wolfgang Denk <wd@denx.de>
25777Date: Sat Mar 8 22:35:04 2008 +0100
25778
25779 Update CHANGELOG
25780
25781 Signed-off-by: Wolfgang Denk <wd@denx.de>
25782
Wolfgang Denk360323b2008-03-08 22:35:04 +010025783commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
25784Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25785Date: Sat Mar 8 21:30:04 2008 +0100
25786
25787 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
25788
25789 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25790
25791commit d75469d48c05795144f4b8ba76addbb4920a7bba
25792Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25793Date: Sat Mar 8 09:25:49 2008 +0900
25794
25795 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
25796
25797 When rtl_recv() of rtl8169 is called, OWNbit of status register
25798 is not enable occasionally.
25799 rtl_recv() doesn't work normally when the driver doesn't do
25800 appropriate processing.
25801 This patch fix this problem.
25802
25803 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
25804
25805commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
25806Author: Heiko Schocher <hs@denx.de>
25807Date: Fri Mar 7 08:15:28 2008 +0100
25808
25809 mgsuvd: update board configuration
25810
25811 initialize the UPIOx controller.
25812
25813 Signed-off-by: Heiko Schocher <hs@denx.de>
25814
25815commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
25816Author: Heiko Schocher <hs@denx.de>
25817Date: Fri Mar 7 08:13:41 2008 +0100
25818
25819 mgcoge: update board configuration
25820
25821 add support for the config Flash.
25822 initialize the UPIOx controller.
25823
25824 Signed-off-by: Heiko Schocher <hs@denx.de>
25825
25826commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
25827Author: Kim Phillips <kim.phillips@freescale.com>
25828Date: Fri Mar 7 12:27:31 2008 -0600
25829
25830 mpc83xx: make dtb basename file references equal those of linux
25831
25832 the dts file basenames were updated in linux - this helps avoid
25833 inadvertently loading any old dtbs laying around.
25834
25835 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25836
25837commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
25838Author: Kim Phillips <kim.phillips@freescale.com>
25839Date: Wed Feb 27 16:08:22 2008 -0600
25840
25841 net: uec_phy: actually increment the timeout counter
25842
25843 allow u-boot to recover (and, e.g., switch to another interface) in the
25844 case where a PHY does not report autonegotiation is complete within its
25845 two second timeout value.
25846
25847 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25848
25849commit 772003e43957ee0c895abed7cd82cbe72820cbb8
25850Author: Markus Brunner <super.firetwister@googlemail.com>
25851Date: Wed Mar 5 21:38:12 2008 +0100
25852
25853 fix taihu soft spi_read
25854
25855 The taihu board used gpio_read_out_bit which reads the output register and not
25856 the pin state.
25857
25858 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
25859
25860commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
25861Author: Stefan Roese <sr@denx.de>
25862Date: Fri Mar 7 08:01:43 2008 +0100
25863
25864 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
25865
25866 Signed-off-by: Stefan Roese <sr@denx.de>
25867
25868commit bd4458cb47abecabd406b1210457be96c69fc49d
25869Author: Dave Liu <r63238@freescale.com>
25870Date: Tue Mar 4 16:59:22 2008 +0800
25871
25872 837xEMDS: Improve the system performance
25873
25874 1. Make the CSB bus pipeline depth as 4, and enable
25875 the repeat mode;
25876 2. Raise the eTSEC emergency priority;
25877 3. Use the highest IP blocks clock.
25878
25879 Signed-off-by: Dave Liu <daveliu@freescale.com>
25880
25881commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
25882Author: Detlev Zundel <dzu@denx.de>
25883Date: Thu Mar 6 16:45:53 2008 +0100
25884
25885 Replace "run load; run update" with conditionalized "run load update".
25886
25887 The latter version stops when "run load" fails for whatever reasons
25888 rendering the combination *a lot* more secure.
25889
25890 Signed-off-by: Detlev Zundel <dzu@denx.de>
25891
25892commit 6bc113886d7d316df1a4e459bec8baf027518551
25893Author: Stefan Roese <sr@denx.de>
25894Date: Tue Mar 4 17:40:41 2008 +0100
25895
25896 net: Print error message upon net usage when no ethernet-interface is found
25897
25898 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
25899 defined. Then no ethernet interface is available but a simple "tftp"
25900 command will return without any error message which is quite confusing.
25901
25902 Signed-off-by: Stefan Roese <sr@denx.de>
25903
25904commit a30a549a3553032d809e0356306b62de0b125901
25905Author: Jon Loeliger <jdl@freescale.com>
25906Date: Tue Mar 4 10:03:03 2008 -0600
25907
25908 Remove erroneous or extra spd.h #includers.
25909
25910 Many of the spd.h #includers don't need it,
25911 and wanted to have spd_sdram() declared instead.
25912 Since they didn't get that, some also had open
25913 coded extern declarations of it instead or as well.
25914 Fix it all up by using spd_sdram.h where needed.
25915
25916 Signed-off-by: Jon Loeliger <jdl@freescale.com>
25917
25918commit a4475386cef14af3fd88f0518b688e755669486d
25919Author: Wolfgang Denk <wd@denx.de>
25920Date: Tue Mar 4 17:41:28 2008 +0100
25921
25922 PCS440EP: fix build problems (redundant #define)
25923
25924 Signed-off-by: Wolfgang Denk <wd@denx.de>
25925
25926commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
25927Author: Stefan Roese <sr@denx.de>
25928Date: Tue Mar 4 17:39:25 2008 +0100
25929
25930 net: Print error message upon net usage when no ethernet-interface is found
25931
25932 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
25933 defined. Then no ethernet interface is available but a simple "tftp"
25934 command will return without any error message which is quite confusing.
25935
25936 Signed-off-by: Stefan Roese <sr@denx.de>
25937
25938commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
25939Author: Wolfgang Denk <wd@denx.de>
25940Date: Tue Mar 4 17:38:50 2008 +0100
25941
25942 W7OLMC/W7OLMG: fix build problems (redundant #define)
25943
25944 Signed-off-by: Wolfgang Denk <wd@denx.de>
25945
25946commit f9301e1cda296245ba052d7b08321199c3d0af9d
25947Author: Wolfgang Denk <wd@denx.de>
25948Date: Tue Mar 4 14:58:31 2008 +0100
25949
25950 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
25951
25952 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
25953 problem for out-of-tree builds which caused "make clean" to fail.
25954
25955 Signed-off-by: Wolfgang Denk <wd@denx.de>
25956
25957commit dfece9500556bed5d8244b1c15d973cec7c25bfe
25958Author: Wolfgang Denk <wd@denx.de>
25959Date: Tue Mar 4 11:58:26 2008 +0100
25960
25961 examples/Makefile: build "hello_world" on 8xx, too.
25962
25963 Signed-off-by: Wolfgang Denk <wd@denx.de>
25964
25965commit 74eb0222594fd23aafdf168e60e872814eea8b62
25966Author: Mike Nuss <mike@terascala.com>
25967Date: Mon Mar 3 15:27:05 2008 -0500
25968
25969 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
25970
25971 Every now and then a Sequoia board (or equivalent hardware) had
25972 problems connecting to a Gigabit capable network interface.
25973
25974 There were differences in the PHY setup between Linux and U-Boot.
25975
25976 This patch fixes the problem. Apparently "remote fault" is being set,
25977 which signals to some devices (on the other end of the cable) that a
25978 fault has occurred, while other devices ignore it. I believe the RF bit
25979 was causing the issue, but I removed T4 also, to match up with Linux.
25980
25981 Signed-off-by: Mike Nuss <mike@terascala.com>
25982
25983commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
25984Author: Timur Tabi <timur@freescale.com>
25985Date: Mon Mar 3 09:58:52 2008 -0600
25986
25987 fix QE firmware uploading limit
25988
25989 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
25990 systems with more than one RISC core.
25991
25992 Signed-off-by: Timur Tabi <timur@freescale.com>
25993
25994commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
25995Author: Bernhard Nemec <bnemec@ganssloser.com>
25996Date: Mon Mar 3 11:57:23 2008 +0000
25997
25998 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
25999
26000 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
26001 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
26002
Wolfgang Denk5a738e82008-06-28 23:16:01 +020026003 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
Wolfgang Denk360323b2008-03-08 22:35:04 +010026004
26005commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
26006Author: Kim B. Heino <Kim.Heino@bluegiga.com>
26007Date: Mon Mar 3 10:39:13 2008 +0200
26008
26009 fix copy from ram to dataflash
26010
26011 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
26012 routines instead of dataflash. This is because it checks "if source
26013 address is not dataflash" instead of target address.
26014
26015 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
26016
26017commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
26018Author: Wolfgang Denk <wd@denx.de>
26019Date: Mon Mar 3 12:16:44 2008 +0100
26020
26021 Fix quoting problem (preboot setting) in many board config files.
26022
26023 Signed-off-by: Wolfgang Denk <wd@denx.de>
26024
26025commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
26026Author: Wolfgang Denk <wd@denx.de>
26027Date: Mon Mar 3 12:36:49 2008 +0100
26028
26029 ADS5121: Fix default environment.
26030
26031 Signed-off-by: Wolfgang Denk <wd@denx.de>
26032
26033commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
26034Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26035Date: Sun Mar 2 16:12:31 2008 +0100
26036
26037 Makefile: Fix missing unconfig and mkconfig use
26038
26039 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26040
26041commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
26042Author: michael <trimarchi@gandalf.sssup.it>
26043Date: Sun Mar 2 23:33:46 2008 +0100
26044
26045 Fix checking fat32 cluster size.
26046
26047 This fixes the cluster size tests in the FAT32 file system.
26048 The current implementation of VFAT support doesn't work if the
26049 referred cluster has an offset > 16bit representation, causing
26050 "fatload" and "fatls" commands etc. to fail.
26051
26052 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
26053
26054commit 661bad63a076a96c39c64f136915f146725af92b
26055Author: Wolfgang Denk <wd@denx.de>
26056Date: Sun Mar 2 22:57:23 2008 +0100
26057
26058 Prepare v1.3.2-rc2 release candidate
26059
26060 Signed-off-by: Wolfgang Denk <wd@denx.de>
26061
Wolfgang Denk282fcf12008-03-02 22:57:23 +010026062commit 76957cb3d621bf664311908e5962e151c633c285
26063Author: Stefan Roese <sr@denx.de>
26064Date: Sat Mar 1 12:11:40 2008 +0100
26065
26066 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
26067
26068 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
26069 currently 4k/2k is configured. This patch fixes this issue.
26070
26071 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
26072
26073 Signed-off-by: Stefan Roese <sr@denx.de>
26074
26075commit 118978c8eb43803e2794233922df4249fa278b83
26076Author: Woodruff, Richard <r-woodruff2@ti.com>
26077Date: Fri Feb 29 17:34:35 2008 -0600
26078
26079 Fix alignment error on ARM for modules
26080
26081 Fix alignment fault on ARM when running modules. With out an explicit
26082 linker file gcc4.2.1 will half word align __bss_start's value. The word
26083 dereference will crash hello_world.
26084
26085 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
26086
26087commit ce1120dd703e6f12c59e4eba9962356a0300b832
26088Author: Dave Liu <r63238@freescale.com>
26089Date: Fri Feb 29 17:45:31 2008 +0800
26090
26091 fs: Fix ext2 read issue
26092
26093 The ext2 aligned process will corrupt the key
26094 data struct, the patch fix this.
26095
26096 Signed-off-by: Dave Liu <daveliu@freescale.com>
26097
26098commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
26099Author: Wolfgang Denk <wd@denx.de>
26100Date: Sun Mar 2 22:45:33 2008 +0100
26101
26102 Makefile: cleanup "clean" target
26103
26104 Make sure CDPATH settings cannot interfere.
26105 Update CHANGELOG.
26106
26107 Signed-off-by: Wolfgang Denk <wd@denx.de>
26108
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026109commit ffda586fc1373243c9794babde69500f6293a8d8
26110Author: Li Yang <leoli@freescale.com>
26111Date: Fri Feb 29 11:46:05 2008 +0800
26112
26113 add cscope build target
26114
26115 Add cscope build target to generate cscope database for code browsing.
26116
26117 Signed-off-by: Li Yang <leoli@freescale.com>
26118
26119commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
26120Author: Kim Phillips <kim.phillips@freescale.com>
26121Date: Wed Feb 27 15:06:39 2008 -0600
26122
26123 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
26124
26125 erratum 5.6 states the autoneg completion bit is functional only if the
26126 autoneg bit is asserted.
26127
26128 This fixes any secondarily-issued networking commands on non-gigabit
26129 links on the mpc8360 mds board.
26130
26131 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26132
26133commit 5f91db7f582ca17b1f19f10189c025696f333d2e
26134Author: John Rigby <jrigby@freescale.com>
26135Date: Tue Feb 26 09:38:14 2008 -0700
26136
26137 MPC5121e ADS PCI support take 3
26138
26139 Adds PCI support for MPC5121
26140
26141 Tested with drivers/net/rtl8139.c
26142
26143 Support is conditional since PCI on old silicon does not work.
26144
26145 ads5121_PCI_config turns on PCI
26146
26147 In this version, condition compilation of PCI code has been moved
26148 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
26149 suggested by Jean-Christophe PLAGNIOL-VILLARD
26150
26151 Signed-off-by: John Rigby <jrigby@freescale.com>
26152
26153commit 44b4dbed4133f657705b7c5193209da9978243a7
26154Author: Anatolij Gustschin <agust@denx.de>
26155Date: Mon Feb 25 23:53:07 2008 +0100
26156
26157 Fix warnings while compilation of post/drivers/memory.c
26158
26159 Fix warnings while compilation with new gcc in eldk-4.2
26160
26161 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26162
26163commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
26164Author: Anatolij Gustschin <agust@denx.de>
26165Date: Mon Feb 25 20:54:04 2008 +0100
26166
26167 ppc4xx: Fix problem in 4xx_enet.c driver
26168
26169 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
26170 enabled. To reproduce the problem ensure that 'ethrotate'
26171 environment variable isn't set to "no" and then run
26172 "tftp 200000 not_existent_file".
26173 This patch tries to fix the issue.
26174
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026175 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26176
26177commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
26178Author: Anatolij Gustschin <agust@denx.de>
26179Date: Mon Feb 25 20:04:20 2008 +0100
26180
26181 POST: Disable cache while SPR POST
26182
26183 Currently (since commit b2e2142c) u-boot crashes on
26184 sequoia board while SPR test if CONFIG_4xx_DCACHE is
26185 enabled. This patch disables the cache while SPR test.
26186
26187 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26188
26189commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
26190Author: Martin Krause <martin.krause@tqs.de>
26191Date: Mon Feb 25 17:52:40 2008 +0100
26192
26193 TQM5200: use automatic fdt memory fixup (part 2)
26194
26195 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
26196 TB5200 and TB5200_B to fixup the /memory node with the memory values
26197 detected by U-Boot.
26198
26199 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26200
26201commit 44ceec253ea941b301abf4b079d52324def69d92
26202Author: Martin Krause <martin.krause@tqs.de>
26203Date: Mon Feb 25 15:17:05 2008 +0100
26204
26205 TQM5200: use automatic fdt memory fixup
26206
26207 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
26208 TB5200 and TB5200_B to fixup the /memory node with the memory values
26209 detected by U-Boot.
26210
26211 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26212
26213commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
26214Author: Martin Krause <martin.krause@tqs.de>
26215Date: Mon Feb 25 13:27:52 2008 +0100
26216
26217 TQM5200: fix bug in SDRAM initialization code
26218
26219 This patch fixes a bug in the SDRAM initialization code for the
26220 TQM5200. The hi_addr bit is now set correctly. Without this patch
26221 the hi_addr bit is always set to 1, if the second SDRAM bank is
26222 not populated.
26223
26224 For other MPC5200 boards a correspondig patch has already been applied
26225 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
26226
26227 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26228 --
26229 Forget the first patch please. I confused flash with SDRAM in
26230 the comment ...
26231
26232commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
26233Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26234Date: Mon Feb 25 00:03:12 2008 +0100
26235
26236 mx1fs2/flash: Fix multiple compiler warnings
26237
26238 "pointer targets in assignment differ in signedness"
26239
26240 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26241
26242commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
26243Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26244Date: Mon Feb 25 00:03:11 2008 +0100
26245
26246 arm-imx: Fix register definitions
26247
26248 Sync register definitions with linux
26249
26250 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26251
26252commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
26253Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26254Date: Mon Feb 25 00:03:10 2008 +0100
26255
26256 actua1/actua2/actua3: Fix multiple unused variable warnings
26257
26258 - actua1:
26259 actux1.c: In function 'checkboard':
26260 actux1.c:92: warning: unused variable 'revision'
26261
26262 - actua2:
26263 actux2.c: In function 'checkboard':
26264 actux2.c:100: warning: unused variable 's'
26265 actux2.c:99: warning: unused variable 'revision'
26266 actux2.c: In function 'reset_phy':
26267 actux2.c:130: warning: unused variable 'i'
26268
26269 - actua3:
26270 actux3.c: In function 'checkboard':
26271 actux3.c:114: warning: unused variable 'revision'
26272
26273 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26274
26275commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
26276Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26277Date: Sun Feb 24 11:44:29 2008 +0900
26278
26279 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
26280
26281 The previous patch was lacking of i386, microblaze, nios and nios2. This
26282 patch tries to fix them.
26283
26284 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26285
26286commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
26287Author: Marian Balakowicz <m8@semihalf.com>
26288Date: Fri Feb 29 22:22:46 2008 +0100
26289
26290 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
26291
26292 Do not use global fdt blob pointer, calculate blob size from routine
26293 argument blob pointer.
26294
26295 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26296
26297commit d1cc52879c8966507dad9fb575481e6d3985e64e
26298Author: David Gibson <david@gibson.dropbear.id.au>
26299Date: Tue Feb 12 00:58:31 2008 +1100
26300
26301 libfdt: Add and use a node iteration helper function.
26302
26303 This patch adds an fdt_next_node() function which can be used to
26304 iterate through nodes of the tree while keeping track of depth. This
26305 function is used to simplify the iteration code in a lot of other
26306 functions, and is also exported for use by library users.
26307
26308 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
26309
26310commit 8cf30809a82902a471866d2f07725ce3b8a22291
26311Author: Bartlomiej Sieka <tur@semihalf.com>
26312Date: Fri Feb 29 16:00:24 2008 +0100
26313
26314 [new uImage] Add libfdt support to mkimage
26315
26316 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26317
26318commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
26319Author: Bartlomiej Sieka <tur@semihalf.com>
26320Date: Fri Feb 29 16:00:23 2008 +0100
26321
26322 [new uImage] Add sha1.o object to mkimage binary build
26323
26324 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26325
26326commit df6f1b895c997978f03afe04502ee76b7ba34ab9
26327Author: Marian Balakowicz <m8@semihalf.com>
26328Date: Fri Feb 29 16:00:06 2008 +0100
26329
26330 [new uImage] Fix component handling for legacy multi component images
26331
26332 Use uint32_t when accessing size table in image_multi_count() and
26333 image_multi_getimg() for multi component images.
26334
26335 Add missing uimage_to_cpu() endianness conversion.
26336
26337 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26338
26339commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
26340Author: Marian Balakowicz <m8@semihalf.com>
26341Date: Fri Feb 29 15:59:59 2008 +0100
26342
26343 [new uImage] Share common uImage code between mkimage and U-boot
26344
26345 This patch adds the following common routines:
26346
26347 1) Dedicated mkimage print_header() is replaced with common
26348 image_print_contents()
26349 image_print_contents_noindent()
26350
26351 2) Common os/arch/type/comp fields name <--> id translation routines
26352 genimg_get_os_name()
26353 genimg_get_arch_name()
26354 genimg_get_type_name()
26355 genimg_get_comp_name()
26356 genimg_get_os_id()
26357 genimg_get_arch_id()
26358 genimg_get_type_id()
26359 genimg_get_comp_id()
26360
26361 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26362
26363commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
26364Author: Marian Balakowicz <m8@semihalf.com>
26365Date: Fri Feb 29 14:58:34 2008 +0100
26366
26367 [new uImage] Update naming convention for bootm/uImage related code
26368
26369 This patch introduces the following prefix convention for the
26370 image format handling and bootm related code:
26371
26372 genimg_ - dual format shared code
26373 image_ - legacy uImage format specific code
26374 fit_ - new uImage format specific code
26375 boot_ - booting process related code
26376
26377 Related routines are renamed and a few pieces of code are moved around and
26378 re-grouped.
26379
26380 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26381
26382commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
26383Author: Kumar Gala <galak@kernel.crashing.org>
26384Date: Wed Feb 27 21:51:51 2008 -0600
26385
26386 [new uImage] Respect autostart setting in linux bootm
26387
26388 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26389 Acked-by: Marian Balakowicz <m8@semihalf.com>
26390
26391commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
26392Author: Kumar Gala <galak@kernel.crashing.org>
26393Date: Wed Feb 27 21:51:50 2008 -0600
26394
26395 [new uImage] Provide ability to restrict region used for boot images
26396
26397 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
26398 to restrict what memory range is used for bootm.
26399
26400 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26401 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026402
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026403commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
26404Author: Kumar Gala <galak@kernel.crashing.org>
26405Date: Wed Feb 27 21:51:49 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026406
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026407 [new uImage] Use lmb for bootm allocations
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026408
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026409 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
26410 functions over to using lmb for allocation of the ramdisk, command line
26411 and kernel bd info.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026412
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026413 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
26414 tree.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026415
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026416 Provided a weak function that board code can call to do additional
26417 lmb reserves if needed.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026418
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026419 Also introduce the concept of bootmap_base to specify the offset in
26420 physical memory that the bootmap is located at. This is used for
26421 allocations of the cmdline, kernel bd, and device tree as they should
26422 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026423
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026425
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026426commit f5614e7926863bf0225ec860d9b319741a9c4004
26427Author: Kumar Gala <galak@kernel.crashing.org>
26428Date: Wed Feb 27 21:51:48 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026429
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026430 [new uImage] Add autostart flag to bootm_headers structure
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026431
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026432 The autostart env variable was dropped as part of the initial new uImage
26433 cleanup. Add it back here so the arch specific code can decide if it
26434 wants to really boot or not.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026435
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026436 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26437 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026438
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026439commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
26440Author: Kumar Gala <galak@kernel.crashing.org>
26441Date: Wed Feb 27 21:51:47 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026442
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026443 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026444
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026445 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
26446 the memory spaces used by various boot images and structures. This code
26447 will allow us to simplify the code in bootm and its support functions.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026448
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026449 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026450
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026451commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
26452Author: Kumar Gala <galak@kernel.crashing.org>
26453Date: Tue Feb 19 22:03:47 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026454
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026455 [new uImage] ppc: Allow boards to specify effective amount of memory
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026456
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026457 For historical reasons we limited the stack to 256M because some boards
26458 could only map that much via BATS. However newer boards are capable of
26459 mapping more memory (for example 85xx is capable of doing up to 2G).
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026460
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026461 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26462 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026463
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026464commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
26465Author: Kumar Gala <galak@kernel.crashing.org>
26466Date: Wed Feb 27 21:51:46 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026467
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026468 [new uImage] rework error handling so common functions don't reset
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026469
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026470 Changed image_get_ramdisk() to just return NULL on error and have
26471 get_ramdisk() propogate that error to the caller. It's left to the
26472 caller to call do_reset() if it wants to.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026473
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026474 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
26475 to a common location. In the future we will change get_fdt() and
26476 fdt_relocate() to return success/failure and not call do_reset() at all.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026477
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026478 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26479 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026480
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026481commit d2bc095a639672def11d5d043b5688d0dbd692ec
26482Author: Kumar Gala <galak@kernel.crashing.org>
26483Date: Wed Feb 27 21:51:45 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026484
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026485 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026486
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026487 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
26488 however it does mean we have to go in and fixup the initrd info since
26489 we don't know where it will be.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026490
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026491 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026492
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026493commit 27953493ef025fb698d68c5dee39b36f01f4d530
26494Author: Kumar Gala <galak@kernel.crashing.org>
26495Date: Wed Feb 27 21:51:44 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026496
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026497 [new uImage] ppc: Determine if we are booting an OF style
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026498
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026499 If we are bootin OF style than we can skip setting up some things
26500 that are used for the old boot method.
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026501
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026502 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26503 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026504
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026505commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
26506Author: Kumar Gala <galak@kernel.crashing.org>
26507Date: Wed Feb 27 21:51:43 2008 -0600
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026508
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026509 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026510
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026511 We don't actually need the kdb param as we are just using it to get
26512 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
26513 boot via OF we might not actually fill out a kdb.
26514
26515 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26516 Acked-by: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026517
26518commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
26519Author: Kumar Gala <galak@kernel.crashing.org>
26520Date: Wed Feb 27 16:30:47 2008 -0600
26521
26522 85xx: Don't icbi when unlocking the cache
26523
26524 There is no reason to icbi when invalidating the temporary stack in
26525 the d-cache. Its impossible on e500 to have the i-cache contain
26526 any addresses in the temp stack and it can be problematic in generating
26527 transactions on the bus to non-valid addresses.
26528
26529 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26530
26531commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
26532Author: Andy Fleming <afleming@freescale.com>
26533Date: Wed Feb 27 15:50:50 2008 -0600
26534
26535 Fix source for ECM error IVPR
26536
26537 The source vector for the ECM was being set to 2,
26538 but that's what the source vector for DDR was being
26539 set to. Change it to 1.
26540
26541 Signed-off-by: Andy Fleming <afleming@freescale.com>
26542
26543commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
26544Author: Andy Fleming <afleming@freescale.com>
26545Date: Wed Feb 27 14:29:58 2008 -0600
26546
26547 Invalidate INIT_RAM TLB mappings
26548
26549 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
26550 mappings to be unguarded. This collided with an existing "bug"
26551 where the mappings for the INIT_RAM were being kept around.
26552 This meant that speculative loads to those addresses were
26553 succeeding in the TLB, and going out to the bus, where they
26554 were causing an exception (there's nothing at that address). The
26555 Flash code was coincidentally causing such a speculative load.
26556 Rather than go back to mapping the INIT RAM as guarded, we fix
26557 it so that the entries for the INIT_RAM are invalidated. Thus
26558 the speculative loads will fail in the TLB, and have no effect.
26559
26560 Signed-off-by: Andy Fleming <afleming@freescale.com>
26561
26562commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
26563Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26564Date: Sun Feb 17 22:56:17 2008 +0100
26565
26566 sbc8548: Fix Revision reading and unused variable 'path'
26567
26568 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26569
26570commit 495d162374c472f46454453553382ad0735dc725
26571Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26572Date: Sun Feb 17 22:56:16 2008 +0100
26573
26574 sbc8548: Fix cfi flash bank declaration
26575
26576 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26577
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026578commit 4efbe9dbb129f857f27856936112c8c02f016be6
26579Author: Marian Balakowicz <m8@semihalf.com>
26580Date: Wed Feb 27 11:02:26 2008 +0100
26581
26582 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
26583
26584 Dual format image code must properly handle all three FDT passing methods:
26585 - raw FDT blob passed
26586 - FDT blob embedded in the legacy uImage
26587 - FDT blob embedded in the new uImage
26588
26589 This patch enables proper raw FDT handling when no FIT imaeg support
26590 is compiled in. This is a bit tricky as we must dected FIT format even
26591 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
26592 blobs use tha same low level format (libfdt).
26593
26594 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26595
26596commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
26597Author: Marian Balakowicz <m8@semihalf.com>
26598Date: Wed Feb 27 11:02:26 2008 +0100
26599
26600 [new uImage] POWERPC: Add image_get_fdt() routine
26601
26602 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
26603 (3) or embedded in the new uImage. For the (2) case embedding image must be
26604 verified before we get FDT from it. This patch factors out legacy image
26605 specific verification routine to the separate helper routine.
26606
26607 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26608 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26609
26610commit 1efd43601f90de21ec6c0ebb9880823e822927b1
26611Author: Marian Balakowicz <m8@semihalf.com>
26612Date: Wed Feb 27 11:02:07 2008 +0100
26613
26614 [new uImage] Add image_get_kernel() routine
26615
26616 Legacy image specific verification is factored out to a separate helper
26617 routine to keep get_kernel() generic and simple.
26618
26619 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26620 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26621
26622commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
26623Author: Marian Balakowicz <m8@semihalf.com>
26624Date: Wed Feb 27 11:01:04 2008 +0100
26625
26626 [new uImage] Move image verify flag to bootm_headers structure
26627
26628 Do not pass image verification flag directly to related routines.
26629 Simplify argument passing and move it to the bootm_header structure which
26630 contains curently processed image specific data and is already being passed
26631 on the argument list.
26632
26633 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26634 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26635
26636commit 823afe7cefe00dafefc6696c1cc7aa828c394234
26637Author: Marian Balakowicz <m8@semihalf.com>
26638Date: Wed Feb 27 11:00:47 2008 +0100
26639
26640 [Makefile] Sort COBJS in lib_<arch> Makefiles
26641
26642 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26643
26644commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
26645Author: Marian Balakowicz <m8@semihalf.com>
26646Date: Wed Feb 27 11:00:47 2008 +0100
26647
26648 [new uImage] Optimize gen_get_image() flow control
26649
26650 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
26651 to do, update its control flow to better reflect that simple case.
26652
26653 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26654 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26655
26656commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
26657Author: Marian Balakowicz <m8@semihalf.com>
26658Date: Mon Feb 4 08:28:17 2008 +0100
26659
26660 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
26661
26662 PPC specific FDT blob handling code is divided into two separate routines:
26663
26664 get_fdt() - find and verify a FDT blob (either raw or image embedded)
26665 fdt_relocate() - move FDT blob to within BOOTMAP if needed
26666
26667 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26668 Acked-by: Kumar Gala <galak@kernel.crashing.org>
26669
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026670commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
26671Author: Jon Loeliger <jdl@freescale.com>
26672Date: Mon Feb 25 13:13:37 2008 -0600
26673
26674 86xx: Fix renamed GUR symbols in sbc8641d board.
26675
26676 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
26677 (86xx: Fix GUR PCI config registers properly), we should have
26678 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
26679 symbols in the sbc8641d board as well. Fix this oversight.
26680
26681 Signed-off-by: Jon Loeliger <jdl@freescale.com>
26682
26683commit 64cd594e623c39f73964d18787763e4533f791f7
26684Author: Stefan Roese <sr@denx.de>
26685Date: Mon Feb 25 16:50:48 2008 +0100
26686
26687 ppc4xx: Fix acadia_nand build problem
26688
26689 Don't include testdram() on NAND-booting target acadia_nand. This saves
26690 a few bytes and makes the target build clean again.
26691
26692 Signed-off-by: Stefan Roese <sr@denx.de>
26693
26694commit 14e099e698d41e8179d05c2b2dbcf704a236f748
26695Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26696Date: Sun Feb 24 23:03:12 2008 +0000
26697
26698 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
26699
26700 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26701
26702commit 724902c8464e610642b3a170278b99710325888e
26703Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26704Date: Sun Feb 24 23:03:11 2008 +0000
26705
26706 arm-imx: Fix registers definition
26707
26708 Sync registers definition with linux
26709
26710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26711
26712commit 4cd288b589ea1178947c6e364453c32b3dede6b7
26713Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26714Date: Sun Feb 24 23:03:10 2008 +0000
26715
26716 actua1/actua2/actua3: Fix multipleunused variable
26717
26718 - actua1:
26719 actux1.c: In function 'checkboard':
26720 actux1.c:92: warning: unused variable 'revision'
26721
26722 - actua2:
26723 actux2.c: In function 'checkboard':
26724 actux2.c:100: warning: unused variable 's'
26725 actux2.c:99: warning: unused variable 'revision'
26726 actux2.c: In function 'reset_phy':
26727 actux2.c:130: warning: unused variable 'i'
26728
26729 - actua3:
26730 actux3.c: In function 'checkboard':
26731 actux3.c:114: warning: unused variable 'revision'
26732
26733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26734
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010026735commit d5934ad7756f038a393a9cfab76a4fe306d9d930
26736Author: Marian Balakowicz <m8@semihalf.com>
26737Date: Mon Feb 4 08:28:09 2008 +0100
26738
26739 [new uImage] Add dual format uImage support framework
26740
26741 This patch adds framework for dual format images. Format detection is added
26742 and the bootm controll flow is updated to include cases for new FIT format
26743 uImages.
26744
26745 When the legacy (image_header based) format is detected appropriate
26746 legacy specific handling is invoked. For the new (FIT based) format uImages
26747 dual boot framework has a minial support, that will only print out a
26748 corresponding debug messages. Implementation of the FIT specific handling will
26749 be added in following patches.
26750
26751 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
26752
Wolfgang Denk6570eb32008-03-02 22:45:33 +010026753commit b29661fc1151077776454288051bc9a488351ce8
26754Author: Wolfgang Denk <wd@denx.de>
26755Date: Sun Feb 24 15:21:36 2008 +0100
26756
26757 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
26758
26759 Signed-off-by: Wolfgang Denk <wd@denx.de>
26760
Wolfgang Denk513ee372008-02-24 15:21:36 +010026761commit 00b48a48424894daa589d166d73277830b1c6ac4
26762Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26763Date: Sat Feb 23 12:15:56 2008 +0100
26764
26765 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
26766
26767 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26768
26769commit b075d74efb70ff68c49a2532f26b56d6703b69c1
26770Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26771Date: Sat Feb 23 17:24:16 2008 +0900
26772
26773 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
26774
26775 ----------------------------------------------------------------
26776 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
26777
26778 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
26779 32bit targets.
26780
26781 GCC can be made to warn about usage of long long types with ISO C90
26782 (-ansi), but only with -pedantic. You can write this in a way that even
26783 then it doesn't cause warnings, namely by:
26784
26785 #ifdef __GNUC__
26786 __extension__ typedef __signed__ long long __s64;
26787 __extension__ typedef unsigned long long __u64;
26788 #endif
26789
26790 The __extension__ keyword in front of this switches off any pedantic
26791 warnings for this expression.
26792
26793 Signed-off-by: Olaf Hering <olh@suse.de>
26794 Cc: <linux-arch@vger.kernel.org>
26795 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
26796 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
26797 ----------------------------------------------------------------
26798
26799 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26800
26801commit 208acd112e6517b21fc30c420396902b103563ac
26802Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26803Date: Sat Feb 23 17:07:57 2008 +0900
26804
26805 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
26806
26807 This will reduce the build time.
26808
26809 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26810
26811commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
26812Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26813Date: Sat Feb 23 17:05:00 2008 +0900
26814
26815 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
26816
26817 This will reduce the build time.
26818
26819 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26820
26821commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
26822Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26823Date: Sat Feb 23 16:58:41 2008 +0900
26824
26825 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
26826
26827 This reduces the build time by ~10%. Here's the gth2_config example.
26828
26829 BEFORE AFTER
26830 real 0m31.441s 0m27.833s
26831 user 0m24.766s 0m23.045s
26832 sys 0m10.425s 0m7.468s
26833
26834 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
26835
26836commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
26837Author: Marcel Moolenaar <marcelm@juniper.net>
26838Date: Fri Feb 22 10:48:07 2008 -0800
26839
26840 make define2mk.sed work on FreeBSD
26841
26842 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
26843 the define2mk.sed script was identified as the source of the link
26844 failure on FreeBSD. The problem is that sed(1) does not always support
26845 the '+' operator. It isn't on FreeBSD. The attach patch implements the
26846 equivalent, using the '*' operator instead and should work everywhere.
26847
26848 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
26849
26850commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
26851Author: Detlev Zundel <dzu@denx.de>
26852Date: Fri Feb 22 17:21:32 2008 +0100
26853
26854 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
26855
26856 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
26857 final traces of long-deprecated "ramdisk" kernel parm") makes these
26858 changes neccessary.
26859
26860 Signed-off-by: Detlev Zundel <dzu@denx.de>
26861
26862commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
26863Author: Larry Johnson <lrj@acm.org>
26864Date: Thu Feb 21 13:58:16 2008 -0500
26865
26866 LM75 bug fix for negative temperatures
26867
26868 When the LM75 temperature sensor measures a temperature below 0 C, the
26869 current driver does not perform sign extension, so the result returned is
26870 256 C too high. This patch fixes the problem.
26871
26872 Signed-off-by: Larry Johnson <lrj@acm.org>
26873
26874commit 5a910c224b13e413bda41922379add6d75c32da3
26875Author: Heiko Schocher <hs@denx.de>
26876Date: Thu Feb 21 18:33:45 2008 +0100
26877
26878 IDS8247: update MAINTAINER entry.
26879
26880 Signed-off-by: Heiko Schocher <hs@denx.de>
26881
26882commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
26883Author: Heiko Schocher <hs@denx.de>
26884Date: Thu Feb 21 18:31:15 2008 +0100
26885
26886 Fix device tree for mgsuvd board.
26887
26888 Rename the "scc" node in "ethernet" for the mgsuvd board.
26889
26890 Signed-off-by: Heiko Schocher <hs@denx.de>
26891
26892commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
26893Author: Yuri Tikhonov <yur@emcraft.com>
26894Date: Thu Feb 21 14:23:42 2008 +0100
26895
26896 lwmon5: enable hardware watchdog
26897
26898 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
26899 causing it to reboot the board if U-Boot does a long busy-wait with
26900 udelay(). Thus, for these boards we have to restart WD more
26901 frequently.
26902
26903 This patch splits the busy-wait udelay() into smaller, predefined,
26904 intervals, so that the watchdog timer may be resetted with the
26905 configurable (CONFIG_WD_PERIOD) interval.
26906
26907 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26908
26909commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
26910Author: Anatolij Gustschin <agust@denx.de>
26911Date: Thu Feb 21 12:52:29 2008 +0100
26912
26913 ppc4xx: Support for ATI Radeon 9200 card on sequoia
26914
26915 Adds configuration option for ATI Radeon 9200 card
26916 support to sequoia config file. If CONFIG_VIDEO
26917 is enabled, TEXT_BASE should be changed to 0xFFF80000.
26918
26919 Signed-off-by: Anatolij Gustschin <agust@denx.de>
26920
26921commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
26922Author: Kumar Gala <galak@kernel.crashing.org>
26923Date: Mon Feb 18 08:18:07 2008 -0600
26924
26925 Remove duplicate defines for ARRAY_SIZE
26926
26927 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
26928 the define in common.h.
26929
26930 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26931
26932commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
26933Author: Kumar Gala <galak@kernel.crashing.org>
26934Date: Mon Feb 18 08:09:37 2008 -0600
26935
26936 ppc: Allow boards to specify effective amount of memory
26937
26938 For historical reasons we limited the stack to 256M because some boards
26939 could only map that much via BATS. However newer boards are capable of
26940 mapping more memory (for example 85xx is capable of doing up to 2G).
26941
26942 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26943
26944commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
26945Author: Mike Frysinger <vapier@gentoo.org>
26946Date: Mon Feb 18 05:24:13 2008 -0500
26947
26948 include autoconf.mk before any other .mk files
26949
26950 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
26951 those .mk files can have make if statements based on the current config.
26952
26953 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26954
26955commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
26956Author: Mike Frysinger <vapier@gentoo.org>
26957Date: Mon Feb 18 05:10:07 2008 -0500
26958
26959 error check autoconf.mk generation
26960
26961 If any of the steps for generating autoconf.mk fail currently, they go
26962 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
26963 This is simpler and more robust than placing '|| exit $$?' after every line.
26964
26965 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26966
26967commit 019895a8dee71a9f00da05c03e379f45d581b0fe
26968Author: Stefano Babic <sbabic@denx.de>
26969Date: Mon Feb 18 08:03:51 2008 +0100
26970
26971 Fix bug in dependency checking
26972
26973 By adding VERSION_FILE to the PHONY targets the script
26974 /tools/setlocalversion is always called and version_autogenerated.h
26975 is replaced only if the script find a modified source file.
26976
26977 Signed-off-by: Stefano Babic <sbabic@denx.de>
26978
26979commit 98ba144ccc912eee90dd42699f023c497ce774c6
26980Author: Kyungmin Park <kmpark@infradead.org>
26981Date: Mon Feb 18 14:35:43 2008 +0900
26982
26983 Fix GPMC CS2 memory setup at apollon
26984
26985 It disables the current map first
26986
26987 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
26988
26989commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
26990Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26991Date: Sun Feb 17 23:52:46 2008 +0100
26992
26993 uli526x: Fix multiple differ in signedness and parentheses around comparison
26994
26995 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26996
26997commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
26998Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26999Date: Sun Feb 17 16:58:04 2008 +0100
27000
27001 MIPS: Fix CFG_NO_FLASH support
27002
27003 - Fix flash_init call when CFG_NO_FLASH is used
27004 - Remove no more needed flash.c for qemu-mips
27005
27006 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27007
27008commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
27009Author: Mike Frysinger <vapier@gentoo.org>
27010Date: Sat Feb 16 02:40:18 2008 -0500
27011
27012 easylogo: clean up some more and add -r (rgb) support
27013
27014 Michael Hennerich added support for outputting an image in RGB format rather
27015 than forcing YUYV all the time. This makes obvious sense if the display you
27016 have takes RGB input rather than YUYV.
27017
27018 Rather than hack in support for options, I've converted it to use getopt and
27019 cleaned up the argument parsing in the process.
27020
27021 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
27022 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27023
27024commit f65c98129ccada3f7caf97d80395a95b84e911de
27025Author: Mike Frysinger <vapier@gentoo.org>
27026Date: Sat Feb 16 02:12:37 2008 -0500
27027
27028 Makefile: add target for $(LDSCRIPT)
27029
27030 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
27031 then change into the board directory and try and create it. This allows you
27032 to generate the linker script on the fly based upon board defines (like the
27033 Blackfin boards do).
27034
27035 There should be no regressions due to this change as the normal case is to
27036 already have a u-boot.lds file. If that's the case, then there's nothing to
27037 generate, and so make will always exit. The fix here is that if the linker
27038 script does not exist, the implicit rules take over and attempt to guess how
27039 to generate the file.
27040
27041 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27042
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010027043commit 5583cbf736474ef754e128a54fb78632f57b48fd
27044Author: Marian Balakowicz <m8@semihalf.com>
27045Date: Thu Feb 21 17:27:49 2008 +0100
27046
27047 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
27048
27049 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27050
27051commit 2242f5369822bc7780db95c47985bb408ea9157b
27052Author: Marian Balakowicz <m8@semihalf.com>
27053Date: Thu Feb 21 17:27:41 2008 +0100
27054
27055 [new uImage] Rename and move print_image_hdr() routine
27056
27057 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27058
27059commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
27060Author: Marian Balakowicz <m8@semihalf.com>
27061Date: Thu Feb 21 17:20:20 2008 +0100
27062
27063 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
27064
27065 Introducing routines for parsing new uImage format bootm arguments:
27066 [<addr>]#<conf> - configuration specification
27067 [<addr>]:<subimg> - subimage specification
27068
27069 New format images can contain multiple subimages of the same type. For example
27070 a single new format image file can contain three kernels, two ramdisks and a
27071 couple of FDT blobs. Subimage and configuration specifications are extensions
27072 to bootm (and other image-related commands) arguments' syntax that allow to
27073 specify which particular subimage should be operated on.
27074
27075 Subimage specification is used to denote a particular subimage. Configurations
27076 are a bit more complex -- they are used to define a particualr booting setup,
27077 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
27078 etc.
27079
27080 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27081
27082commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
27083Author: Marian Balakowicz <m8@semihalf.com>
27084Date: Thu Feb 21 17:20:19 2008 +0100
27085
27086 [new uImage] Add gen_get_image() routine
27087
27088 This routine assures that image (whether legacy or FIT) is not
27089 in a special dataflash storage.
27090
27091 If image address is a dataflash address image is moved to system RAM.
27092
27093 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27094
27095commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
27096Author: Marian Balakowicz <m8@semihalf.com>
27097Date: Thu Feb 21 17:20:18 2008 +0100
27098
27099 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
27100
27101 New uImage format (Flattened Image Tree) requires libfdt
27102 functionality, print out error message if CONFIG_OF_LIBFDT
27103 is not defined.
27104
27105 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
27106 This commit turns it on by default.
27107
27108 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27109
Wolfgang Denk513ee372008-02-24 15:21:36 +010027110commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
27111Author: Michael Schwingen <michael@schwingen.org>
27112Date: Mon Feb 18 23:16:35 2008 +0100
27113
27114 CFI: Do not use uninitialized cmd_reset
27115
27116 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
27117 commands instead
27118
27119 From a short test, it looks like AMD-style flash roms treat *any* unknown
27120 command write as a reset, at least when in CFI Query mode, so issuing the
27121 Intel reset command to AMD-style flashs seems safe (from the small sample I
27122 have), plus the 3-cycle magic sequence should kick the state machine into
27123 the right state even without a reset command. Since the AMD-style flashs
27124 require the unlock sequence for real operation, I chose to try the AMD reset
27125 command first, so that Intel flashs do no see an invalid command prior to
27126 the CFI query.
27127
27128 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
27129 plus Intel StrataFlash.
27130
27131 Signed-off-by: Michael Schwingen <michael@schwingen.org>
27132 Signed-off-by: Stefan Roese <sr@denx.de>
27133
27134commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
27135Author: Rafal Jaworowski <raj@semihalf.com>
27136Date: Thu Feb 21 11:56:44 2008 +0100
27137
27138 API: Add (c) and licensing notice to the public API header.
27139
27140 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27141
27142commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
27143Author: Yuri Tikhonov <yur@emcraft.com>
27144Date: Thu Feb 21 11:06:07 2008 +0100
27145
27146 Fix CPU POST test failure
27147
27148 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
27149 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
27150 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
27151 This patch just saves the CR value before running the test code, so allowing
27152 it to do anything it wants with CR.
27153
27154 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
27155 Acked-by: Yuri Tikhonov <yur@emcraft.com>
27156 --
27157
27158commit d5908b093955415f3d340706378b991f911af671
27159Author: Jon Loeliger <jdl@freescale.com>
27160Date: Wed Feb 20 15:26:51 2008 -0600
27161
27162 8610HPCD: Document the flashbank selection switches.
27163
27164 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27165
27166commit a551cee99ad1d1da20fd23ad265de47448852f56
27167Author: Jon Loeliger <jdl@freescale.com>
27168Date: Wed Feb 20 14:22:26 2008 -0600
27169
27170 86xx: Fix GUR PCI config registers properly.
27171
27172 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
27173 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
27174 botched it due to not realizing that 8610 and 8641 had different
27175 Global Utility Register defintions, one of which was like 85xx,
27176 and the other wasn't. Correct this problem by introducing two
27177 symbols, one for each 86xx SoC, but neither of which is named
27178 anything like 85xx.
27179
27180 My bad. Lovely Wednesday with git bisect. You know.
27181
27182 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27183
27184commit cb06eb961bdffc8728b38c242473d802e83ab2b4
27185Author: Jon Loeliger <jdl@freescale.com>
27186Date: Wed Feb 20 12:24:11 2008 -0600
27187
27188 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
27189
27190 Without an actual supported video card hooked up, enabling
27191 the CONFIG_VIDEO by default just makes it look broken by
27192 routing all console output to the video card. Don't.
27193
27194 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27195
27196commit 4d264eff4312f230776b913edade7ceb75f1b1e0
27197Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27198Date: Wed Jan 30 15:08:15 2008 -0600
27199
27200 ColdFire: Fix missing code flash size for M5485EVB
27201
27202 Signed-off-by: James Mahan <kmahan@freescale.com>
27203 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27204
27205commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
27206Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27207Date: Wed Jan 30 15:04:42 2008 -0600
27208
27209 ColdFire: Fix 5282 and 5271 interrupt mask bit
27210
27211 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
27212
27213commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
27214Author: Jon Loeliger <jdl@freescale.com>
27215Date: Tue Feb 19 12:31:08 2008 -0600
27216
27217 8610HPCD: Fix typos in two PCI setup registers.
27218
27219 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
27220 were erroneously present as 85xx names and values, leftover from
27221 the clone wars. Fix this by removing the 85xx cruft from the
27222 86xx codebase.
27223
27224 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27225
27226commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
27227Author: Jon Loeliger <jdl@freescale.com>
27228Date: Mon Feb 18 14:01:56 2008 -0600
27229
27230 86xx: Convert sbc8641d to use libfdt.
27231
27232 This is the proper fix for a missing closing brace in the function
Wolfgang Denk5a738e82008-06-28 23:16:01 +020027233 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
Wolfgang Denk513ee372008-02-24 15:21:36 +010027234 The ft_cpu_setup() function in mpc8641hpcn.c should have been
27235 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
27236 but was missed. Only, the sbc8641d was nominally still using it.
27237 It all got ripped out, and the funcality that was in ft_board_setup()
27238 was refactored to remove the CPU portions into the new file
27239 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
27240
27241 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
27242
27243 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27244
27245commit 04efddc87c50c84f85dad5c331c634a6ce830a83
27246Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27247Date: Sun Feb 17 23:35:31 2008 +0100
27248
27249 mpc86xx: Fix unused variable 'config' and 'immap'
27250
27251 and remove useless CONFIG_DDR_INTERLEAVE
27252
27253 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27254
27255commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
27256Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27257Date: Sun Feb 17 23:03:36 2008 +0100
27258
27259 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
27260
27261 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27262
27263commit b6f29c84c208a091f95a10cbc9852d729659ba20
27264Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27265Date: Sun Feb 17 14:15:31 2008 +0100
27266
27267 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
27268
27269 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27270
27271commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
27272Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27273Date: Sun Feb 17 14:15:32 2008 +0100
27274
27275 pxa: fix assignment from incompatible pointer type
27276
27277 fix mmc_bread function prototype
27278
27279 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27280
27281commit 64d792063fff90b8118179b092feee09fe5cae13
27282Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27283Date: Sun Feb 17 14:15:30 2008 +0100
27284
27285 at91cap9adk: fix implicit declaration of function 'eth_init'
27286
27287 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27288
27289commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
27290Author: Wolfgang Denk <wd@denx.de>
27291Date: Sun Feb 17 15:43:44 2008 +0100
27292
27293 Remove files added by mistake, update CHANGELOG.
27294
27295 Signed-off-by: Wolfgang Denk <wd@denx.de>
27296
Wolfgang Denkeae60c42008-02-17 15:43:44 +010027297commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
27298Author: Mike Nuss <mike@terascala.com>
27299Date: Wed Feb 6 11:10:11 2008 -0500
27300
27301 PPC440EPx: Optionally enable second I2C bus
27302
27303 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
27304 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
27305 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
27306
27307 Signed-off-by: Mike Nuss <mike@terascala.com>
27308 Cc: Stefan Roese <sr@denx.de>
27309
27310commit ef5b4f221c22d05770878513951745f236b5b43f
27311Author: Niklaus Giger <niklaus.giger@netstal.com>
27312Date: Tue Feb 5 10:26:44 2008 +0100
27313
27314 ppc4xx: HCU4/5. Cleanup configs
27315
27316 - hcu4.h: Removed define of CONFIG_PPC405GPr
27317 - Corrected phy addresses
27318 - Fix boot variables
27319 - Respect line length of 80 chars
27320
27321 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27322
27323commit 74973126d1be63ac75bdc192f46234dca3a7c421
27324Author: Niklaus Giger <niklaus.giger@netstal.com>
27325Date: Tue Feb 5 11:31:28 2008 +0100
27326
27327 ppc4xx: HCU4/5. Cleanups
27328
27329 - Fix some coding style violations.
27330 - Use in/out_u16/32 where appropriate.
27331 - Use register names from ppc405.h.
27332 - Fix trace useage for Lauterbach.
27333 - Remove obsolete generation HCU2.
27334 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
27335
27336 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27337
27338commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
27339Author: Niklaus Giger <niklaus.giger@netstal.com>
27340Date: Tue Feb 5 10:26:41 2008 +0100
27341
27342 ppc4xx: PPC405GPr fix missing register definitions
27343
27344 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27345
27346commit 214398d9cb22268d9d4f7563359edca0f78297a2
27347Author: Larry Johnson <lrj@acm.org>
27348Date: Fri Jan 18 21:49:05 2008 -0500
27349
27350 ppc4xx: Beautify configuration files for Sequoia and Korat boards
27351
27352 Signed-off-by: Larry Johnson <lrj@acm.org>
27353
27354commit 30c6a241e88499f536e86d325759e29ba00ff67f
27355Author: Anatolij Gustschin <agust@denx.de>
27356Date: Fri Feb 15 20:09:01 2008 +0100
27357
27358 Wipe out assembler warnings while compiling x86 biosemu
27359
27360 This patch tries to get rid of some assembler warnings about
27361 changed .got2 section type while compiling x86 bios emulator
27362 code.
27363
27364 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27365
27366commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
27367Author: Wolfgang Denk <wd@denx.de>
27368Date: Fri Feb 15 00:57:09 2008 +0100
27369
27370 Prepare v1.3.2-rc1 release candidate
27371
Wolfgang Denkce754912008-02-15 00:57:09 +010027372commit f33e9653c9c09868995d788511d573771c209fe5
27373Author: Anatolij Gustschin <agust@denx.de>
27374Date: Fri Feb 15 00:13:20 2008 +0100
27375
27376 Fix compile warning on lib_ppc/board.c
27377
27378 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27379
27380commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
27381Author: Anatolij Gustschin <agust@denx.de>
27382Date: Thu Feb 14 18:22:04 2008 +0100
27383
27384 Add Radeon Mobility 9200 pci device id to the radeon driver
27385
27386 This patch extends PCI device id table of the
27387 radeon driver so that the driver will also support
27388 Radeon Mobility 9200 (M9+) based boards.
27389
27390 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27391
27392commit 1b8607e1f7143548c6062c28371449ec69588c00
27393Author: Anatolij Gustschin <agust@denx.de>
27394Date: Thu Feb 14 18:19:50 2008 +0100
27395
27396 Extend ATI Radeon driver to support more video modes
27397
27398 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
27399 800x600, 640x480 at 24, 16 and 8 bpp.
27400
27401 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27402
27403commit 4124382de029d361162a4b8cecc773eb8f26e2a8
27404Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27405Date: Sun Feb 10 17:05:20 2008 +0100
27406
27407 xsengine: fix typo and few coding style
27408
27409 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27410
27411commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
27412Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27413Date: Fri Feb 8 21:25:58 2008 +0100
27414
27415 Fix wrong memory limit calculation in memory-test
27416
27417 If the length of the memory address range passed to the "mtest" command is
27418 not of the form 2^x - 1, not all address lines are tested. This bug is
27419 inherited from the original software at
27420 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
27421 this.
27422
27423 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27424
27425commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
27426Author: Wolfgang Denk <wd@denx.de>
27427Date: Fri Feb 15 00:11:39 2008 +0100
27428
27429 Coding STyle cleanup.
27430
27431 Signed-off-by: Wolfgang Denk <wd@denx.de>
27432
27433commit f6921e3dc331293c873ec4d109fd5517a42a90b3
27434Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27435Date: Tue Feb 5 13:30:43 2008 +0900
27436
27437 sh: Fix register address of SH7722
27438
27439 The address of SH7722 is wrong by old document.
27440 This patch fixes this problem.
27441
27442 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27443
27444commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
27445Author: Mike Frysinger <vapier@gentoo.org>
27446Date: Mon Feb 4 17:44:23 2008 -0500
27447
27448 only update version header as needed
27449
27450 Constantly rebuilding the version header will force useless relinking, so we
27451 simply need to compare the new header with the existing one before updating
27452 it.
27453
27454 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27455
27456commit 208447f8e953f347425eb92c8e28d59e6d911363
27457Author: Mike Frysinger <vapier@gentoo.org>
27458Date: Mon Jan 28 05:56:19 2008 -0500
27459
27460 Do not specify a CROSS_COMPILE default when executing size
27461
27462 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27463
27464commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
27465Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27466Date: Wed Feb 13 11:19:19 2008 +0100
27467
27468 Fix return value of mtest when CFG_ALT_MEMTEST set
27469
27470 Fix a missing return statement from a non-void function.
27471
27472 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
27473
27474commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
27475Author: Timur Tabi <timur@freescale.com>
27476Date: Wed Jan 9 14:35:26 2008 -0600
27477
27478 85xx, 86xx: Determine I2C clock frequencies and store in global_data
27479
27480 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
27481
27482 Update the get_clocks() function in 85xx and 86xx to determine the I2C
27483 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
27484
27485 Signed-off-by: Timur Tabi <timur@freescale.com>
27486
27487commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
27488Author: Wolfgang Denk <wd@denx.de>
27489Date: Thu Feb 14 23:18:01 2008 +0100
27490
27491 TQM834x: clean up configuration
27492
27493 Get board name consistent with Linux and elsewhere;
27494 get rid of local network definitions etc.
27495
27496 Signed-off-by: Wolfgang Denk <wd@denx.de>
27497
27498commit 38cc09c55b1d7f233789052c6fc462e5377669a9
27499Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27500Date: Thu Feb 14 08:02:12 2008 +0100
27501
27502 TFTP: fix search of ':' in BootFile
27503
27504 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27505
27506commit 0bc9efada170096c6b273f19165e32936d330d80
27507Author: Wolfgang Denk <wd@denx.de>
27508Date: Thu Feb 14 22:46:55 2008 +0100
27509
27510 Coding style cleanup; update CHANGELOG.
27511
27512 Signed-off-by: Wolfgang Denk <wd@denx.de>
27513
Wolfgang Denkf0e20762008-02-14 22:46:55 +010027514commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
27515Author: Wolfgang Denk <wd@denx.de>
27516Date: Thu Feb 14 22:43:22 2008 +0100
27517
27518 PPC: Use r2 instead of r29 as global data pointer
27519
27520 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
27521 will refuse to use load/store multiple insns; instead, it issues a
27522 list of simple load/store instructions upon function entry and exit,
27523 resulting in bigger code size, which in turn makes the build for a
27524 few boards fail.
27525
27526 Use r2 instead.
27527
27528 Signed-off-by: Wolfgang Denk <wd@denx.de>
27529
27530commit 3c234efa693bc59906c2be55c7918ecbb55392ea
27531Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
27532Date: Wed Jan 30 09:08:49 2008 +0100
27533
27534 ARM: make the machid configurable via the environment
27535
27536 If the variable "machid" exists, let do_bootm_linux use that instead
27537 of bd->bi_arch_number.
27538
27539 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
27540
27541commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
27542Author: Vlad Lungu <vlad@comsys.ro>
27543Date: Wed Jan 23 16:34:46 2008 +0200
27544
27545 Use #ifdef CONFIG_FSLDMAFEC
27546
27547 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
27548 fails
27549
27550 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
27551
27552commit 26c7bab81e08dc7bd696c48f753428a829629bd8
27553Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27554Date: Sat Jan 19 10:25:59 2008 +0900
27555
27556 common/miiphyutil.c: Cleanup MII_DEBUG and debug()
27557
27558 Current MII_DEBUG is confusing in two ways. One is useless define-then-
27559 undef at the top of the file. The other is there is only one debug() in
27560 this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
27561 While there are many useful printf()/puts() debug codes, but they are for
27562 DEBUG, not for MII_DEBUG.
27563
27564 This patch tries to put them all together into MII_DEBUG and debug().
27565
27566 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
27567
27568commit 751b9b5189f3274b03c809172631316d6b002c82
27569Author: Kyungmin Park <kmpark@infradead.org>
27570Date: Thu Jan 17 16:43:25 2008 +0900
27571
27572 OneNAND Initial Program Loader (IPL) support
27573
27574 This patch enables the OneNAND boot within U-Boot.
27575 Before this work, we used another OneNAND IPL called X-Loader based
27576 on open source. With this work, we can build the oneboot.bin image
27577 without other program.
27578
27579 The build sequence is simple.
27580 First, it compiles the u-boot.bin
27581 Second, it compiles OneNAND IPL
27582 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
27583 The mechanism is similar with NAND boot except it boots from itself.
27584
27585 Another thing is that you can only use the OneNAND IPL only to work
27586 other bootloader such as RedBoot and so on.
27587
27588 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27589
27590commit 21f6f9636f0e978397548751347425fbf8d42bb3
27591Author: Andy Fleming <afleming@freescale.com>
27592Date: Wed Jan 16 13:06:59 2008 -0600
27593
27594 Fix CONFIG_MMC usage in fat code
27595
27596 A #if statement in fat.c depended on CONFIG_MMC, instead of
27597 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined
27598 as "1" rather than just defined. Now it's better.
27599
27600 Signed-off-by: Andy Fleming <afleming@freescale.com>
27601
27602commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
27603Author: Rafal Jaworowski <raj@semihalf.com>
27604Date: Tue Jan 15 12:52:31 2008 +0100
27605
27606 ppc: Refactor cache routines, so there is only one common set.
27607
27608 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27609
Wolfgang Denkce754912008-02-15 00:57:09 +010027610commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
27611Author: Jon Loeliger <jdl@jdl.com>
27612Date: Wed Jan 23 15:55:02 2008 -0600
27613
27614 86xx: Fix compilation warning in sys_eprom.c
27615
27616 sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
27617
27618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27619
Wolfgang Denkeae60c42008-02-17 15:43:44 +010027620commit 65230107025733e89e28fd5e5cfd916d4953c28a
27621Author: Haavard Skinnemoen <hskinnemoen at>
27622Date: Fri Feb 22 11:40:50 2008 +0000
27623
27624 Move AT91RM9200DK board support under board/atmel
27625
27626 We already have a vendor subdir for Atmel, so we should use it.
27627
Wolfgang Denk5a738e82008-06-28 23:16:01 +020027628 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
Wolfgang Denkeae60c42008-02-17 15:43:44 +010027629
27630commit 6d0943a6be99977d6d853d51749e9963d68eb192
27631Author: Andreas Engel <andreas.engel@ericsson.com>
27632Date: Mon Jan 14 09:06:52 2008 +0000
27633
27634 ARM: cleanup duplicated exception handlingcode
27635
27636 Move duplicated exception handling code into lib_arm.
27637
27638 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
27639
27640commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
27641Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
27642Date: Fri Feb 1 10:09:03 2008 +0000
27643
27644 Support for Artila M-501 starter kit
27645
27646 Kimmo Leppala / Sysart and
27647 Timo Tuunainen / Sysart
27648
27649commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
27650Author: Stelian Pop <stelian@popies.net>
27651Date: Mon Feb 11 10:50:19 2008 +0000
27652
27653 AT91CAP9 support
27654
27655 ---------------------------------
27656
27657 read_dataflash() takes a signed char pointer as a parameter. Silence a
27658 few warnings dues to incorrect parameter types in env_dataflash.c.
27659
27660 Signed-off-by: Stelian Pop <stelian@popies.net>
27661
27662commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
27663Author: Stelian Pop <stelian@popies.net>
27664Date: Thu Feb 7 09:42:57 2008 +0000
27665
27666 AT91CAP9 support : move board files to Atmel vendor directory.
27667
27668 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
27669
27670 Signed-off-by: Stelian Pop <stelian@popies.net>
27671
27672commit 7263ef191b87da94768f762c7093bedeb70db98f
27673Author: Stelian Pop <stelian at>
27674Date: Thu Jan 3 21:15:56 2008 +0000
27675
27676 AT91CAP9 support : MACB changes
27677
Wolfgang Denk5a738e82008-06-28 23:16:01 +020027678 Signed-off-by: Stelian Pop <stelian <at> popies.net>
27679 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
Wolfgang Denkeae60c42008-02-17 15:43:44 +010027680
27681commit 6afcabf11d7321850f4feaadfee841488ace54c5
27682Author: Stelian Pop <stelian@popies.net>
27683Date: Thu Feb 7 16:37:54 2008 +0000
27684
27685 AT91CAP9 support : board/ files
27686
27687 Signed-off-by: Stelian Pop <stelian@popies.net>
27688
27689commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
27690Author: Stelian Pop <stelian at>
27691Date: Wed Jan 30 21:15:54 2008 +0000
27692
27693 AT91CAP9 support : cpu/ files
27694
Wolfgang Denk5a738e82008-06-28 23:16:01 +020027695 Signed-off-by: Stelian Pop <stelian <at> popies.net>
Wolfgang Denkeae60c42008-02-17 15:43:44 +010027696
27697commit fa506a926cec348805143576c941f8e61b333cc0
27698Author: Stelian Pop <stelian@popies.net>
27699Date: Thu Jan 31 21:15:53 2008 +0000
27700
27701 AT91CAP9 support : include/ files
27702
27703 Signed-off-by: Stelian Pop <stelian@popies.net>
27704
27705commit 20b197c6f2799af399a68f96a1aff543a75621b8
27706Author: Stelian Pop <stelian@popies.net>
27707Date: Sun Jan 20 19:49:21 2008 +0000
27708
27709 AT91CAP9 support : build integration
27710
27711 Signed-off-by: Stelian Pop <stelian@popies.net>
27712
27713commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
27714Author: Stelian Pop <stelian@popies.net>
27715Date: Sun Jan 20 21:07:00 2008 +0000
27716
27717 Improve DataFlash CS definition.
27718
27719 Use a structure instead of the error prone unnamed array to
27720 define the possible dataflash banks.
27721
27722 Signed-off-by: Stelian Pop <stelian@popies.net>
27723
27724commit a6cdd21b56014208706238712a853a9e9a0a2290
27725Author: Stelian Pop <stelian@popies.net>
27726Date: Sat Jan 19 21:09:35 2008 +0000
27727
27728 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
27729
27730 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
27731
27732 cpu/arm926ejs/start.o: In function `cpu_init_crit':
27733 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
27734
27735 Signed-off-by: Stelian Pop <stelian@popies.net>
27736
27737commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
27738Author: Peter Pearse <peter.pearse@arm.com>
27739Date: Fri Feb 1 16:50:24 2008 +0000
27740
27741 Fix timer overflow in DaVinci
27742 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
27743
27744commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
27745Author: Peter Pearse <peter.pearse@arm.com>
27746Date: Fri Feb 1 16:49:08 2008 +0000
27747
27748 Update board NetStar
27749 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
27750
Wolfgang Denkce754912008-02-15 00:57:09 +010027751commit b7f6193e76651e1fd606e46eb11915b53cb6618b
27752Author: Niklaus Giger <niklaus.giger@netstal.com>
27753Date: Tue Feb 5 10:26:42 2008 +0100
27754
27755 ppc4xx: HCU4/5. Fix make O=../xx
27756
27757 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27758
27759commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
27760Author: Larry Johnson <lrj@acm.org>
27761Date: Tue Jan 22 08:51:59 2008 -0500
27762
27763 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
27764
27765 Signed-off-by: Larry Johnson <lrj@acm.org>
27766
Wolfgang Denkf0e20762008-02-14 22:46:55 +010027767commit fe891ecf4d187e9d11dde869ed4623af52b54451
27768Author: Hiroshi Ito <ito@mlb.co.jp>
27769Date: Thu Jan 31 18:35:04 2008 +0900
27770
27771 NFS Timeout with large files.
27772
27773 Retry to send NFS packet before reaching timeout.
27774
27775 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
27776
27777commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
27778Author: Johannes Stezenbach <js@sig21.net>
27779Date: Tue Jan 29 00:11:25 2008 +0100
27780
27781 Add dependencies to avoid race conditions with parallel make.
27782
27783 Signed-off-by: Johannes Stezenbach <js@sig21.net>
27784
27785commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
27786Author: Mike Frysinger <vapier@gentoo.org>
27787Date: Mon Jan 28 05:46:01 2008 -0500
27788
27789 Mark board_init_[fr] as noreturn
27790
27791 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27792
27793commit 161b2af4d7b48fd602ce333c355a4df0337892bb
27794Author: Mike Frysinger <vapier@gentoo.org>
27795Date: Mon Jan 28 05:28:50 2008 -0500
27796
27797 Only use TEXT_BASE if defined by the board
27798
27799 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27800
27801commit 1b769881750030f10743808b9d6013e11f559350
27802Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27803Date: Fri Jan 25 07:54:47 2008 +0100
27804
27805 Fix remaining CONFIG_COMMANDS
27806
27807 update comments
27808 Fix coding style
27809
27810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
27811
27812commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
27813Author: Niklaus Giger <niklaus.giger@netstal.com>
27814Date: Mon Jan 21 16:46:00 2008 +0100
27815
27816 Add *~ to .gitignore
27817
27818 One should never add a backup file ending in with ~ to the git repository.
27819
27820 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
27821
27822commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
27823Author: Kumar Gala <galak@kernel.crashing.org>
27824Date: Thu Jan 17 00:02:10 2008 -0600
27825
27826 Remove duplicate defines for ARRAY_SIZE
27827
27828 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27829
27830commit c77ce474b1c57b13e9d36d9830f147966c143694
27831Author: Stelian Pop <stelian@popies.net>
27832Date: Mon Jan 14 22:08:14 2008 +0100
27833
27834 Fix incorrect address test in AT91F_DataflashSelect().
27835
27836 Signed-off-by: Stelian Pop <stelian@popies.net>
27837
27838commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
27839Author: Kumar Gala <galak@kernel.crashing.org>
27840Date: Wed Feb 13 15:09:58 2008 -0600
27841
27842 Fix building of fdt_support.c if DEBUG set
27843
27844 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27845
Wolfgang Denkce754912008-02-15 00:57:09 +010027846commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
27847Author: Jon Loeliger <jdl@freescale.com>
27848Date: Tue Feb 12 14:53:28 2008 -0600
27849
27850 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
27851
27852 These replace direct structure references for IMMR sections.
27853
27854 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27855
Wolfgang Denkf0e20762008-02-14 22:46:55 +010027856commit c62776be8dca4097ca03d4f9415f08d4887b45d0
27857Author: Wolfgang Denk <wd@denx.de>
27858Date: Tue Feb 12 00:45:06 2008 +0100
27859
27860 Get rid of "#undef DEBUG" from board config files.
27861
27862 Signed-off-by: Wolfgang Denk <wd@denx.de>
27863
27864commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
27865Author: Timur Tabi <timur@freescale.com>
27866Date: Tue Jan 15 17:09:41 2008 -0600
27867
27868 Remove #undef DEBUG from MPC83xx board header files
27869
27870 Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
27871 The inclusion of this line makes it impossible to enable debug code in
27872 other source files, because "#define DEBUG" typically needs to be defined
27873 before any header files are included.
27874
27875 Signed-off-by: Timur Tabi <timur@freescale.com>
27876
27877commit 69018ce2e086e9caf35b914d675b82bc4888f077
27878Author: Kumar Gala <galak@kernel.crashing.org>
27879Date: Thu Jan 17 08:25:45 2008 -0600
27880
27881 QE: Move FDT support into a common file
27882
27883 Move the flat device tree setup for QE related devices into
27884 a common file shared between 83xx & 85xx platforms that have QE's.
27885
27886 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27887
Wolfgang Denk8f702ad2008-03-26 11:48:46 +010027888commit 5cf746c303710329f8040d9c62ee354313e3e91f
27889Author: Marian Balakowicz <m8@semihalf.com>
27890Date: Thu Jan 31 13:59:09 2008 +0100
27891
27892 [new uImage] Move kernel data find code to get_kernel() routine
27893
27894 Verification of the kernel image (in old format) and finding kernel
27895 data is moved to a dedicated routine. The routine will also hold
27896 support for, to be added, new image format.
27897
27898 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27899
27900commit 7b325454fd231d4273de3fe373850f777fb086bf
27901Author: Marian Balakowicz <m8@semihalf.com>
27902Date: Thu Jan 31 13:58:20 2008 +0100
27903
27904 [new uImage] Cleanup FDT handling in PPC do_boot_linux()
27905
27906 Move FDT blob finding and relocation to a dedicated
27907 get_fdt() routine. It increases code readability and
27908 will make adding support for new uImage format easier.
27909
27910 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27911
27912commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
27913Author: Marian Balakowicz <m8@semihalf.com>
27914Date: Thu Jan 31 13:58:13 2008 +0100
27915
27916 [new uImage] Cleanup do_botm_linux() boot allocations
27917
27918 This patch moves common pre-boot allocation steps shared between PPC
27919 and M68K to a helper routines:
27920
27921 common:
27922 - get_boot_sp_limit()
27923 - get_boot_cmline()
27924 - get_boot_kbd()
27925
27926 platform:
27927 - set_clocks_in_mhz()
27928
27929 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27930
27931commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
27932Author: Marian Balakowicz <m8@semihalf.com>
27933Date: Thu Jan 31 13:57:17 2008 +0100
27934
27935 [new uImage] Move ramdisk loading to a common routine
27936
27937 Ramdisk loading code, including initrd_high variable handling,
27938 was duplicated for PPC and M68K platforms. This patch creates
27939 common helper routine that is being called from both platform
27940 do_bootm_linux() routines.
27941
27942 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27943
27944commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
27945Author: Marian Balakowicz <m8@semihalf.com>
27946Date: Thu Jan 31 13:55:53 2008 +0100
27947
27948 [new uImage] Removed dead ramdisk code on microblaze architectures
27949
27950 Microblaze do_bootm_linux() includes ramdisk processing code but
27951 the ramdisk does not get used anywhere later on.
27952
27953 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27954
27955commit 5ad03eb3854c162684222a718b44c0716ea0db03
27956Author: Marian Balakowicz <m8@semihalf.com>
27957Date: Thu Jan 31 13:55:39 2008 +0100
27958
27959 [new uImage] Factor out common image_get_ramdisk() routine
27960
27961 Architecture specific do_bootm_linux() routines share common
27962 ramdisk image processing code. Move this code to a common
27963 helper routine.
27964
27965 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27966
27967commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
27968Author: Marian Balakowicz <m8@semihalf.com>
27969Date: Thu Jan 31 13:20:08 2008 +0100
27970
27971 [new uImage] Move FDT error printing to common fdt_error() routine
27972
27973 FDT error handling in PPC do_bootm_linux() shares the same message format.
27974 This patch moves error message printing to a helper fdt_error() routine.
27975
27976 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27977 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
27978
27979commit 42b73e8ee00d48004791dea64b8093fb974c57e1
27980Author: Marian Balakowicz <m8@semihalf.com>
27981Date: Thu Jan 31 13:20:07 2008 +0100
27982
27983 [new uImage] Factor out common routines for getting os/arch/type/comp names
27984
27985 Move numeric-id to name translation for image os/arch/type/comp header
27986 fields to a helper routines: image_get_os_name(), image_get_arch_name(),
27987 image_get_type_name(), image_get_comp_name().
27988
27989 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
27990
27991commit e99c26694a384221d336f6448c06a57479c0baa4
27992Author: Marian Balakowicz <m8@semihalf.com>
27993Date: Thu Jan 31 13:20:07 2008 +0100
27994
27995 [new uImage] Remove standalone applications handling from boootm
27996
27997 Standalone applications are supposed to be run using the "go" command.
27998 This patch removes standalone images handling from the do_bootm().
27999
28000 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28001
28002commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
28003Author: Marian Balakowicz <m8@semihalf.com>
28004Date: Thu Jan 31 13:20:07 2008 +0100
28005
28006 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
28007
28008 Support for OF_FLAT_TREE is to be obsoleted in the near future,
28009 remove related code from the bootm routines.
28010
28011 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28012
28013commit 82850f3d32a2661868ec6876bed7a22c55cef718
28014Author: Marian Balakowicz <m8@semihalf.com>
28015Date: Thu Jan 31 13:20:06 2008 +0100
28016
28017 [new uImage] Use image API in SH do_bootm_linux() routine
28018
28019 Introduce image handling API for lately added Hitachi SH architecture.
28020
28021 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28022
28023commit 4a995edec1ac163d9326d143ffe2b47e7543407f
28024Author: Marian Balakowicz <m8@semihalf.com>
28025Date: Thu Jan 31 13:20:06 2008 +0100
28026
28027 [new uImage] Rename architecture specific bootm code files
28028
28029 Implementation of the do_bootm_linux() and other bootm helper routines is
28030 architecture specific code. As such it resides in lib_<arch> directories
28031 in files named <arch>_linux.c
28032
28033 This patch renames those files to a more clear and accurate
28034 lib_<arch>/bootm.c form.
28035
28036 List of the renamed files:
28037 lib_arm/armlinux.c -> lib_arm/bootm.c
28038 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
28039 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
28040 lib_i386/i386_linux.c -> lib_i386/bootm.c
28041 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
28042 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
28043 lib_mips/mips_linux.c -> lib_mips/bootm.c
28044 lib_nios/nios_linux.c -> lib_nios/bootm.c
28045 lib_nios2/nios_linux.c -> lib_nios2/bootm.c
28046 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
28047 lib_sh/sh_linux.c -> lib_sh/bootm.c
28048
28049 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28050
28051commit 7582438c285bf0cef82909d0f232de64ec567a8a
28052Author: Marian Balakowicz <m8@semihalf.com>
28053Date: Thu Jan 31 13:20:06 2008 +0100
28054
28055 [new uImage] Return error on image move/uncompress overwrites
28056
28057 Check for overwrites during image move/uncompress, return with error
28058 when the original image gets corrupted. Report clear message to the user
28059 and prevent further troubles when pointer to the corrupted images is passed
28060 to do_bootm_linux routine.
28061
28062 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28063
28064commit f13e7b2e993c61fed1f607962501e051940d6e80
28065Author: Marian Balakowicz <m8@semihalf.com>
28066Date: Tue Jan 8 18:12:17 2008 +0100
28067
28068 [new uImage] Cleanup image header pointer use in bootm code
28069
28070 - use single image header pointer instead of a set of auxilliary variables.
28071 - add multi component image helper routines: get component size/data address
28072
28073 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28074
28075commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
28076Author: Marian Balakowicz <m8@semihalf.com>
28077Date: Tue Jan 8 18:17:10 2008 +0100
28078
28079 [new uImage] Cleanup cmd_bootm.c
28080
28081 - sort and cleanup headers, declarations, etc.
28082 - group related routines
28083 - cleanup indentation, white spaces
28084
28085 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28086
28087commit af13cdbc01eaf88880978bfb4f603e012818ba24
28088Author: Marian Balakowicz <m8@semihalf.com>
28089Date: Tue Jan 8 18:11:45 2008 +0100
28090
28091 [new uImage] Add memmove_wd() common routine
28092
28093 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
28094
28095 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28096
28097commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
28098Author: Marian Balakowicz <m8@semihalf.com>
28099Date: Tue Jan 8 18:11:44 2008 +0100
28100
28101 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
28102
28103 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28104
28105commit 15158971f49255ccef54f0979a942cfd3de2ae52
28106Author: Marian Balakowicz <m8@semihalf.com>
28107Date: Tue Jan 8 18:11:44 2008 +0100
28108
28109 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
28110
28111 Use image header copy instead of a (possibly corrupted) pointer to
28112 a initial image location.
28113
28114 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28115
28116commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
28117Author: Marian Balakowicz <m8@semihalf.com>
28118Date: Tue Jan 8 18:11:44 2008 +0100
28119
28120 [new uImage] Remove I386 uImage fake_header() routine
28121
28122 I386 targets are not using a uImage format, instead fake header
28123 is added to ram image before it is further processed by bootm.
28124
28125 Remove this fixup and force proper uImage use for I386.
28126
28127 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28128
28129commit 559316faf7eae0614c91d77f509b57d6c4c091ba
28130Author: Marian Balakowicz <m8@semihalf.com>
28131Date: Tue Jan 8 18:11:44 2008 +0100
28132
28133 [new uImage] Move CHUNKSZ definition to image.h
28134
28135 CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
28136 move this definition to a common header.
28137
28138 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28139
28140commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
28141Author: Marian Balakowicz <m8@semihalf.com>
28142Date: Tue Jan 8 18:11:43 2008 +0100
28143
28144 [new uImage] Move gunzip() common code to common/gunzip.c
28145
28146 Move gunzip(), zalloc() and zfree() to a separate file.
28147 Share zalloc() and zfree() with cramfs uncompress routine.
28148
28149 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28150
28151commit d45d5a18b6b36688f2365623f9d550566c664b5b
28152Author: Marian Balakowicz <m8@semihalf.com>
28153Date: Tue Jan 8 18:11:43 2008 +0100
28154
28155 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
28156
28157 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
28158 readable in PPC variant of do_bootm_linux() routine.
28159
28160 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28161
28162commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
28163Author: Marian Balakowicz <m8@semihalf.com>
28164Date: Tue Jan 8 18:11:43 2008 +0100
28165
28166 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
28167
28168 PPC implementation of do_bootm_linux() routine is moved to
28169 a dedicated file lib_ppc/ppc_linux.c
28170
28171 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28172
28173commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
28174Author: Marian Balakowicz <m8@semihalf.com>
28175Date: Tue Jan 8 18:14:09 2008 +0100
28176
28177 [new uImage] Define a API for image handling operations
28178
28179 - Add inline helper macros for basic header processing
28180 - Move common non inline code common/image.c
28181 - Replace direct header access with the API routines
28182 - Rename IH_CPU_* to IH_ARCH_*
28183
28184 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28185
28186commit ed29bc4e8142b46b626f67524207b36e43d9aad6
28187Author: Marian Balakowicz <m8@semihalf.com>
28188Date: Thu Jan 31 13:19:58 2008 +0100
28189
28190 Add missing cmd_ximg.o to common/Makefile
28191
28192 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
28193
Wolfgang Denkf0e20762008-02-14 22:46:55 +010028194commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
28195Author: Grzegorz Bernacki <gjb@semihalf.com>
28196Date: Mon Jan 28 10:15:02 2008 +0100
28197
28198 ADS5121e: DDR2 init/timing update.
28199
28200 Signed-off-by: John Rigby <jrigby@freescale.com>
28201 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
28202
28203commit ac9152830d7fdebace8a260b7737ef2870c21ca0
28204Author: John Rigby <jrigby@freescale.com>
28205Date: Wed Jan 30 13:36:57 2008 -0700
28206
28207 Device tree updates
28208
28209 Changes to match 5121 device tree going mainline in 2.6.25.
28210
28211 Change OF_SOC from "soc5121" to plain "soc".
28212 Remove unneeded "ref-frequency" fixups.
28213 Remove "address" enetaddr fixup.
28214
28215 Add bus-frequency fixup for old OF_SOC so old
28216 kernels with old device trees will work with new
28217 u-boot with 66MHz IPS clock
28218
28219 Signed-off-by: John Rigby <jrigby@freescale.com>
28220
28221commit de55d18df3ff2ea614624e74793de7c43520e0e7
28222Author: John Rigby <jrigby@freescale.com>
28223Date: Wed Jan 30 13:36:56 2008 -0700
28224
28225 Change IPS freq to 66MHz
28226
28227 Recommended frequency is 66MHz
28228 Change divider from 4 to 3.
28229
28230 Signed-off-by: John Rigby <jrigby@freescale.com>
28231
28232commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
28233Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28234Date: Mon Jan 14 22:38:55 2008 +0100
28235
28236 xsengine: rename board_post_init to board_late_init
28237
28238 missing migration from "Cleanup of some init functions"
28239 in c837dcb1a316745092567bfe4fb266d0941884ff
28240
28241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28242
28243commit 8dafa87476b0d7170e219c2f5e3842c833a91807
28244Author: Larry Johnson <lrj@acm.org>
28245Date: Sat Jan 12 23:35:33 2008 -0500
28246
28247 Add attribute POST_PREREL to ECC memory POST
28248
28249 Signed-off-by: Larry Johnson <lrj@acm.org>
28250
Wolfgang Denkce754912008-02-15 00:57:09 +010028251commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
28252Author: Kumar Gala <galak@kernel.crashing.org>
28253Date: Thu Jan 17 08:25:45 2008 -0600
28254
28255 QE: Move FDT support into a common file
28256
28257 Move the flat device tree setup for QE related devices into
28258 a common file shared between 83xx & 85xx platforms that have QE's.
28259
28260 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28261
28262commit d38da537943cd36356b9d3d9d9b60533554b81d8
28263Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28264Date: Wed Jan 23 17:20:14 2008 +0100
28265
28266 AVR32: Make SDRAM refresh rate configurable
28267
28268 The existing code assumes the SDRAM row refresh period should always
28269 be 15.6 us. This is not always true, and indeed on the ATNGW100, the
28270 refresh rate should really be 7.81 us.
28271
28272 Add a refresh_period member to struct sdram_info and initialize it
28273 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
28274 panic() until the refresh_period member is updated properly.
28275
28276 Big thanks to Gerhard Berghofer for pointing out this issue.
28277
28278 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28279
28280commit 61151cccb660cdb06a07fb283de6089913d7bde0
28281Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28282Date: Thu Apr 19 10:10:11 2007 +0200
28283
28284 ATSTK1000: Fix potential flash programming bug
28285
28286 The (now obsolete) atngw100 flash programming code was having problems
28287 programming the onboard at49bv642 chip. The atstk1000 flash
28288 programming code may have the same bug, so import fix for this problem
28289 from the AVR32 Linux BSP.
28290
28291 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28292
28293commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
28294Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28295Date: Thu Nov 22 17:04:13 2007 +0100
28296
28297 ATSTK1004: Fix comment about default load address
28298
28299 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
28300 wouldn't have worked anyway since the board can only access 4MB of
28301 SDRAM.
28302
28303 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28304
28305commit 8269ab53608d8db2aa06969c337ab0b0518211e5
28306Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28307Date: Thu Nov 22 17:01:24 2007 +0100
28308
28309 ATSTK1002: Use SDRAM + 4MB as default load address
28310
28311 Many people run into problems when they compile a big kernel and load
28312 the uImage at the default SDRAM + 2MB address as the kernel will
28313 overwrite the uImage as it is being unpacked. Increase the default
28314 load address so that we can load a 4MB kernel image without any
28315 problems.
28316
28317 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28318
28319commit 2bcacc2d841b77f3d2d3910db722003742727e9f
28320Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28321Date: Thu Nov 22 16:51:39 2007 +0100
28322
28323 ATNGW100: Fix default mtest range
28324
28325 Let mtest cover the whole SDRAM except the last megabyte, which is
28326 where u-boot lives.
28327
28328 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28329
28330commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
28331Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28332Date: Tue Jan 22 15:31:56 2008 +0900
28333
28334 sh: Fix register address of SH7722.
28335
28336 The address of SH7722 is wrong by old document.
28337 This patch fixes this problem.
28338
28339 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28340
28341commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
28342Author: Mike Frysinger <vapier@gentoo.org>
28343Date: Mon Feb 4 19:26:57 2008 -0500
28344
28345 new command for displaying strings at specified memory locations
28346
28347 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28348
28349commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
28350Author: Mike Frysinger <vapier@gentoo.org>
28351Date: Mon Feb 4 19:26:57 2008 -0500
28352
28353 rewrite/cleanup Blackfin RTC driver
28354
28355 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28356
28357commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
28358Author: Mike Frysinger <vapier@gentoo.org>
28359Date: Mon Feb 4 19:26:57 2008 -0500
28360
28361 generate u-boot.ldr for Blackfin targets
28362
28363 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28364
28365commit b779f7a59530436040f157f7841db7ab796542df
28366Author: Mike Frysinger <vapier@gentoo.org>
28367Date: Mon Feb 4 19:26:57 2008 -0500
28368
28369 scrub unused symbols
28370
28371 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28372
28373commit cc2977acc3bbbb7850f16645dd1081f95335868d
28374Author: Mike Frysinger <vapier@gentoo.org>
28375Date: Mon Feb 4 19:26:57 2008 -0500
28376
28377 move Blackfin cpu object list to respective cpu directories
28378
28379 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28380
28381commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
28382Author: Mike Frysinger <vapier@gentoo.org>
28383Date: Mon Feb 4 19:26:57 2008 -0500
28384
28385 interface to Blackfin on-chip One-Time-Programmable memory
28386
28387 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28388
28389commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
28390Author: Mike Frysinger <vapier@gentoo.org>
28391Date: Mon Feb 4 19:26:56 2008 -0500
28392
28393 add support for memory commands with Blackfin L1 instruction memory
28394
28395 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28396
28397commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
28398Author: Mike Frysinger <vapier@gentoo.org>
28399Date: Mon Feb 4 19:26:56 2008 -0500
28400
28401 use C code rather than inline assembly
28402
28403 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28404
28405commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
28406Author: Mike Frysinger <vapier@gentoo.org>
28407Date: Mon Feb 4 19:26:56 2008 -0500
28408
28409 add Blackfin-specific reginfo command
28410
28411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28412
28413commit 0858b835e7ea501ea084d34cef75932f098342bb
28414Author: Mike Frysinger <vapier@gentoo.org>
28415Date: Mon Feb 4 19:26:55 2008 -0500
28416
28417 add support for Blackfin symbol prefixes to examples
28418
28419 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28420
28421commit 8dc48d71a4be753ea9f84956cd33600de35fad04
28422Author: Mike Frysinger <vapier@gentoo.org>
28423Date: Mon Feb 4 19:26:55 2008 -0500
28424
28425 add Blackfin-specific bdinfo command
28426
28427 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28428
28429commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
28430Author: Mike Frysinger <vapier@gentoo.org>
28431Date: Mon Feb 4 19:26:55 2008 -0500
28432
28433 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
28434
28435 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28436
28437commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
28438Author: Mike Frysinger <vapier@gentoo.org>
28439Date: Mon Feb 4 19:26:55 2008 -0500
28440
28441 unify the Blackfin board targets
28442
28443 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28444
28445commit d4d7730853e5d675f76ec666807da3028c91d592
28446Author: Mike Frysinger <vapier@gentoo.org>
28447Date: Mon Feb 4 19:26:55 2008 -0500
28448
28449 punt Blackfin VDSP headers and import sanitized/auto-generated ones
28450
28451 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28452
28453commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
28454Author: Mike Frysinger <vapier@gentoo.org>
28455Date: Mon Feb 4 19:26:54 2008 -0500
28456
28457 always pull in asm/blackfin.h for Blackfin ports
28458
28459 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28460
28461commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
28462Author: Mike Frysinger <vapier@gentoo.org>
28463Date: Mon Feb 4 19:26:54 2008 -0500
28464
28465 add missing __raw versions of Blackfin read/write io functions
28466
28467 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28468
28469commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
28470Author: Mike Frysinger <vapier@gentoo.org>
28471Date: Mon Feb 4 19:26:54 2008 -0500
28472
28473 add the default Blackfin logo used by Blackfin boards with splash screens
28474
28475 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28476
28477commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
28478Author: Mike Frysinger <vapier@gentoo.org>
28479Date: Mon Feb 4 19:26:54 2008 -0500
28480
28481 add some more Blackfin docs
28482
28483 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28484
28485commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
28486Author: Mike Frysinger <vapier@gentoo.org>
28487Date: Mon Feb 4 19:26:54 2008 -0500
28488
28489 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
28490
28491 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28492
28493commit 4087bc88cebec75c432a7fe9f6afb545b0919831
28494Author: Mike Frysinger <vapier@gentoo.org>
28495Date: Mon Feb 4 19:26:54 2008 -0500
28496
28497 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
28498
28499 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28500
28501commit b45264ee85cbd92020640a32e02fb434fd557108
28502Author: Mike Frysinger <vapier@gentoo.org>
28503Date: Mon Feb 4 19:26:53 2008 -0500
28504
28505 add gitignores for Blackfin pieces
28506
28507 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28508
Wolfgang Denkf0e20762008-02-14 22:46:55 +010028509commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
28510Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28511Date: Fri Jan 18 01:14:03 2008 +0100
28512
28513 TFTP: add host ip addr support
28514
28515 allow to use a different server as set in serverip
28516 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
28517 if not defined the max length will be at 128
28518
28519 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28520
Wolfgang Denkce754912008-02-15 00:57:09 +010028521commit e56b4b494cd92def577969f9678395aa22d34c9f
28522Author: Timur Tabi <timur@freescale.com>
28523Date: Wed Jan 9 14:35:26 2008 -0600
28524
28525 85xx,86xx: Determine I2C clock frequencies and store in global_data
28526
28527 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
28528
28529 Update the get_clocks() function in 85xx and 86xx to determine the I2C
28530 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
28531
28532 Signed-off-by: Timur Tabi <timur@freescale.com>
28533
Wolfgang Denkf0e20762008-02-14 22:46:55 +010028534commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
28535Author: Wolfgang Denk <wd@denx.de>
28536Date: Thu Dec 27 10:56:54 2007 +0100
28537
28538 OMAP5912: fix FIFO handling in UART driver
28539
28540 According to the OMAP5912 Serial Interfaces Reference Guide (see
28541 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
28542 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
28543 changed when the baud clock is not running, i. e. when both DLL and
28544 DLH are set to 0.
28545
28546 Thus make sure that DLL and DLH are 0 when writing the FCR.
28547
28548 Signed-off-by: Wolfgang Denk <wd@denx.de>
28549
28550commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
28551Author: Harald Welte <laforge@openmoko.org>
28552Date: Wed Dec 19 15:10:52 2007 +0100
28553
28554 ARM: S3C24x0 SoC NAND controller support
28555
28556 This patch adds NAND support to the S3C24x0 SoC code in u-boot
28557
28558 Signed-off-by: Harald Welte <laforge@openmoko.org>
28559
28560commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
28561Author: Harald Welte <laforge@openmoko.org>
28562Date: Wed Dec 19 14:24:40 2007 +0100
28563
28564 ARM: s3c24xx: Multiple serial port support
28565
28566 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
28567
28568 Signed-off-by: Harald Welte <laforge@openmoko.org>
28569
28570commit a25f72f1f73a11de68251fb88c89991e202e68fa
28571Author: Harald Welte <laforge@openmoko.org>
28572Date: Wed Dec 19 14:16:57 2007 +0100
28573
28574 ARM: arm920t: Allow use of 'gd' pointer from IRQ
28575
28576 This patch allows us to use the 'gd' pointer (and thus environment
28577 and everything else associated with it) from interrupt context on
28578 arm920t.
28579
28580 Signed-off-by: Harald Welte <laforge@openmoko.org>
28581
28582commit be19bd5cd0f454b63298844a0b5377e029b2caad
28583Author: Harald Welte <laforge@openmoko.org>
28584Date: Wed Dec 19 14:19:38 2007 +0100
28585
28586 ARM: arm920/s3c24xx: IRQ demulitplexer callback
28587
28588 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
28589 plus a stub implementation of it for the S3C2410.
28590
28591 The purpose is to allow arm920t implementations such as the s3c24x0 to
28592 implement interrupt handlers in u-boot without having to touch core
28593 arm920t code.
28594
28595 Signed-off-by: Harald Welte <laforge@openmoko.org>
28596
28597commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
28598Author: Hebbar <gururajakr@sanyo.co.in>
28599Date: Tue Dec 18 16:03:07 2007 -0800
28600
28601 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
28602
28603 Add ifdef to bdinfo command to display ethernet information
28604 only if CONFIG_CMD_NET is defined for arm modules.
28605
28606 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
28607
28608commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
28609Author: Hebbar <gururajakr@sanyo.co.in>
28610Date: Tue Dec 18 16:00:54 2007 -0800
28611
28612 ARM: add I2C init function call in lib_arm/board.c
28613
28614 Adds I2C init func call to init sequence for ARM boards. This is
28615 present in ppc,blackfin and other processor init sequence.
28616
28617 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
28618
Wolfgang Denkce754912008-02-15 00:57:09 +010028619commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
28620Author: Stefan Roese <sr@denx.de>
28621Date: Fri Feb 1 09:38:29 2008 +0100
28622
28623 ppc4xx: Fix ndfc HW ECC byte order
28624
28625 The current ndfc HW ECC implementation swaps the first two ECC bytes.
28626 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
28627 so this swapping in the HW ECC driver is bogus. This patch fixes this
28628 problem and now really uses the SMC ECC byte order.
28629
28630 Thanks to Sean MacLennan for pointing this out.
28631
28632 Signed-off-by: Stefan Roese <sr@denx.de>
28633
28634commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
28635Author: Stefan Roese <sr@denx.de>
28636Date: Wed Jan 30 15:35:50 2008 +0100
28637
28638 ppc4xx: Fix GPIO configuration for pcs440ep
28639
28640 The SRD0_PFC0 register was not configured correctly to enable the GPIO's
28641 49-63 for GPIO. They have been configured as trace signals. This patch
28642 fixes this by clearing the corresponding bit.
28643
28644 Signed-off-by: Stefan Roese <sr@denx.de>
28645
28646commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
28647Author: Stefan Roese <sr@denx.de>
28648Date: Wed Jan 30 14:48:28 2008 +0100
28649
28650 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
28651
28652 Signed-off-by: Stefan Roese <sr@denx.de>
28653
Wolfgang Denkf0e20762008-02-14 22:46:55 +010028654commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
28655Author: Ladislav Michl <ladis@linux-mips.org>
28656Date: Fri Dec 7 00:42:32 2007 +0100
28657
28658 ARM: Board voiceblue update
28659
28660 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28661
28662commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
28663Author: Ladislav Michl <ladis@linux-mips.org>
28664Date: Thu Dec 6 23:24:57 2007 +0100
28665
28666 ARM: AT91RM9200 based boards config cleanup
28667
28668 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28669
28670 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
28671 indentation.
28672
28673commit 481f28b1db5cd21deb55f69399ba240e107af4c7
28674Author: Ladislav Michl <ladis@linux-mips.org>
28675Date: Thu Dec 6 22:59:16 2007 +0100
28676
28677 ARM: Fix at91rm9200dk base address
28678
28679 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
28680 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
28681 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
28682 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
28683 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
28684 I'm sending this patch 4th (!) time in hope it produces at least some
28685 reaction.
28686
28687 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
28688
28689 Fix at91rm9200dk base and environment address.
28690
28691commit c95219fae2a7add7daa2f91aedca65b1698465c7
28692Author: stefano babic <sbabic@denx.de>
28693Date: Tue Nov 20 10:40:24 2007 +0100
28694
28695 MMC for PXA 27X (resubmit)
28696
28697 MMC support for X_Scale PXA is broken and does not work.
28698 Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
28699 There were already some patches around the world but none of them was
28700 merged into the official u-boot tree.
28701
28702 This patch makes order fixing this issue. Resubmit after code cleanup.
28703
28704 Applied and tested on PXA 270 (TrizepsIV module).
28705
28706 Signed-off-by: Stefano Babic <sbabic@denx.de>
28707
28708commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
28709Author: stefano babic <sbabic@denx.de>
28710Date: Tue Nov 20 10:37:04 2007 +0100
28711
28712 Fix gcc issues in pxa-regs.h
28713
28714 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
28715 issues generates wrong code.
28716 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
28717 This patch fixes the problem and solves the gcc-4 issues as the linux
28718 kernel does.
28719
28720 Signed-off-by: Stefano Babic <sbabic@denx.de>
28721 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
28722
28723commit 7047b388876e7b905b2ec4edb8010543e3641b85
28724Author: Jens Gehrlein <sew_s@tqs.de>
28725Date: Tue Jan 29 08:45:03 2008 +0100
28726
28727 TQM834x: enable DHCP
28728
28729 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28730 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28731
28732commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
28733Author: Jens Gehrlein <sew_s@tqs.de>
28734Date: Tue Jan 29 08:45:02 2008 +0100
28735
28736 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
28737
28738 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
28739 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28740
28741commit 8931ab176025b03cfc320b3fd1eca432a88ed560
28742Author: Ben Warren <biggerbadderben@gmail.com>
28743Date: Sat Jan 26 23:41:19 2008 -0500
28744
28745 Fix conditional compilation of mpx8xxx_spi driver
28746
28747 This driver should only compile if CONFIG_MPC8XXX_SPI is set
28748
28749 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
28750 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28751
28752commit 63f732d3d3880feb531f48af247c025bf01462b0
28753Author: Rafal Jaworowski <raj@semihalf.com>
28754Date: Tue Jan 29 17:00:34 2008 +0100
28755
28756 API: Provide dummy halt() in the glue layer.
28757
28758 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
28759
28760 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
28761
28762commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
28763Author: Rafal Jaworowski <raj@semihalf.com>
28764Date: Tue Jan 29 16:57:38 2008 +0100
28765
28766 API: Convert conditional building to the new scheme.
28767
28768 This fixes a build breakage with CONFIG_API enabled, which appeared after
28769 the recent changes in the U-Boot build system.
28770
28771 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
28772
28773commit 98b742489c09780be6a832eeaa4e5eff824792bb
28774Author: Wolfgang Denk <wd@denx.de>
28775Date: Fri Jan 25 09:56:17 2008 +0100
28776
28777 inka4x0: remove dead code
28778
28779 Signed-off-by: Wolfgang Denk <wd@denx.de>
28780
Wolfgang Denkce754912008-02-15 00:57:09 +010028781commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
28782Author: Becky Bruce <becky.bruce@freescale.com>
28783Date: Wed Jan 23 16:31:06 2008 -0600
28784
28785 86xx: Add reginfo command
28786
28787 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28788
28789commit ddcebcb638715a6278da93b553d5016f99823816
28790Author: Becky Bruce <becky.bruce@freescale.com>
28791Date: Wed Jan 23 16:31:05 2008 -0600
28792
28793 86xx: Add print_laws function to fsl_law.c
28794
28795 This can be used for debug, and will be used by board code
28796 to help implement reginfo.
28797
28798 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28799
28800commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
28801Author: Becky Bruce <becky.bruce@freescale.com>
28802Date: Wed Jan 23 16:31:04 2008 -0600
28803
28804 86xx: Remove old-style law setup code
28805
28806 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
28807
28808 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28809
28810commit 713d8186649dae874613d495b0cecaa039a98b30
28811Author: Becky Bruce <becky.bruce@freescale.com>
28812Date: Wed Jan 23 16:31:03 2008 -0600
28813
28814 86xx: Convert sbc8641d to use new law setup code.
28815
28816 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28817
28818commit 031976f6364b93833e989f57e9f1e023e0be8c4c
28819Author: Becky Bruce <becky.bruce@freescale.com>
28820Date: Wed Jan 23 16:31:02 2008 -0600
28821
28822 86xx: Convert mpc8610hpcd to new law setup method.
28823
28824 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28825
28826commit 4933b91f8a49e436681f163df3173beb91cac44a
28827Author: Becky Bruce <becky.bruce@freescale.com>
28828Date: Wed Jan 23 16:31:01 2008 -0600
28829
28830 86xx: Support new law setup method and convert mpc8641
28831
28832 Adds the support code in cpu/mpc86xx for the new law setup code
28833 recently created fsl_law.c, and changes the MPC8641HPCN config
28834 to use this code.
28835
28836 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28837
28838commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
28839Author: Becky Bruce <becky.bruce@freescale.com>
28840Date: Wed Jan 23 16:31:00 2008 -0600
28841
28842 86xx: Rearrange the sequence in start.S
28843
28844 * split the BAT initialization so that only 2 BATs (for the boot page
28845 and stack) are programmed very early on. The rest are initialized later.
28846 * Move other BAT setup, ccsrbar setup, and law setup later in the code
28847 after translation has been enabled.
28848
28849 These changes will facilitate the moving of law and BAT initialization
28850 to C code, and will aid with 36-bit physical addressing support.
28851
28852 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
28853
Wolfgang Denkf0e20762008-02-14 22:46:55 +010028854commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
28855Author: Wolfgang Denk <wd@denx.de>
28856Date: Wed Jan 23 14:41:37 2008 +0100
28857
28858 Coding Style Cleanup; update CHANGELOG
28859
28860 Signed-off-by: Wolfgang Denk <wd@denx.de>
28861
Wolfgang Denkd0660bf2008-01-23 14:41:37 +010028862commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
28863Author: Wolfgang Denk <wd@denx.de>
28864Date: Wed Jan 23 14:31:17 2008 +0100
28865
28866 Coding Style Cleanup; update CHANGELOG
28867
28868 Signed-off-by: Wolfgang Denk <wd@denx.de>
28869
Wolfgang Denk3595e612008-01-23 14:31:17 +010028870commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
28871Author: Dave Liu <r63238@freescale.com>
28872Date: Fri Jan 18 10:07:04 2008 +0800
28873
28874 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
28875
28876 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
28877 cause the 83xx immap broken, so the DMA and PCI will
28878 be failed.
28879
28880 The patch fix the struct spi8xxx and rm struct spi83xx.
28881
28882 Signed-off-by: Dave Liu <daveliu@freescale.com>
28883 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
28884
Wolfgang Denkd0660bf2008-01-23 14:41:37 +010028885commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
28886Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28887Date: Sat Apr 14 17:11:49 2007 +0200
28888
28889 AVR32: ATNGW100 board support
28890
28891 Add support for the ATNGW100 Network Gateway reference design,
28892 including flash, ethernet and MMC support.
28893
28894 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28895
28896commit e006927a0b9a54e8ee7685d8ac748aaad6801862
28897Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
28898Date: Sat Nov 24 18:15:31 2007 +0100
28899
28900 AVR32: Initialize ipaddr, loadaddr and bootfile at startup
28901
28902 I don't know why the relevant layers can't do this by itself, but this
28903 is what ppc does.
28904
28905 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
28906
28907commit 799891ef7b1b3432032ec23466df6b665a797fa4
28908Author: Michael Schwingen <michael@schwingen.org>
28909Date: Fri Jan 18 00:04:28 2008 +0100
28910
28911 Add AcTux board support
28912
28913 Hi,
28914
28915 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
28916 files that
28917 contain changes for multiple boards, the board-specific files follow as
28918 separate patches.
28919
28920 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28921
28922commit 66a4344a4d910a11125df7768899ad529719855e
28923Author: Michael Schwingen <michael@schwingen.org>
28924Date: Wed Jan 16 19:53:23 2008 +0100
28925
28926 add AcTux-4 board support
28927
28928 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28929
28930commit bc24345e4101a5c996d6b48ce497b09c53025dc6
28931Author: Michael Schwingen <michael@schwingen.org>
28932Date: Wed Jan 16 19:51:55 2008 +0100
28933
28934 add AcTux-3 board support
28935
28936 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28937
28938commit aebf00fc4d1343b24715373893f7b20bf462d1e9
28939Author: Michael Schwingen <michael@schwingen.org>
28940Date: Wed Jan 16 19:51:14 2008 +0100
28941
28942 add AcTux-2 board support
28943
28944 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28945
28946commit ea99e8f05b7240fd657739e286664664ae160abe
28947Author: Michael Schwingen <michael@schwingen.org>
28948Date: Wed Jan 16 19:50:37 2008 +0100
28949
28950 add AcTux-1 board support
28951
28952 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28953
28954commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
28955Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28956Date: Mon Jan 14 19:20:08 2008 +0100
28957
28958 ARM: remove useless function board_post_init
28959
28960 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28961
28962commit 96bd462942022e4569b582c072a0ed26de1cd19b
28963Author: Michael Schwingen <michael@schwingen.org>
28964Date: Thu Jan 10 14:59:46 2008 +0100
28965
28966 IXP: enable RTS
28967
28968 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
28969 No handshaking is done, but the active RTS signal allows to
28970 connect to the target using a PC which is using RTS/CTS
28971 handshake, and does no harm if the PC is set to ignore RTS.
28972
28973 Signed-off-by: Michael Schwingen <michael@schwingen.org>
28974
28975commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
28976Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28977Date: Mon Jan 7 08:41:34 2008 +0100
28978
28979 IXP: add dynamic microcode addr
28980
28981 allow to load the microde from flash or ram by download it through
28982 the serial or other.
28983
28984 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28985 Acked-by: Stefan Roese <sr@denx.de>
28986
28987commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
28988Author: Michael Schwingen <michael@schwingen.org>
28989Date: Sat Nov 10 15:44:12 2007 +0100
28990
28991 load ixp42x NPE firmware from separate flash block, remove dead code
28992
28993 Hi,
28994
28995 the following patch adds support to move the IXP42X NPE firmware to a
28996 separate flash block, whose start address is defined in
28997 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
28998 NPE-enabled u-boot without copyright problems due to the NPE firmware.
28999
29000 I hope the patch applies, I get whitespace-related differences in the NPE
29001 files due to trailing whitespace in the original versions.
29002
29003 Signed-off-by: Michael Schwingen <michael@schwingen.org>
29004 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29005
Wolfgang Denk3595e612008-01-23 14:31:17 +010029006commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
29007Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29008Date: Tue Jan 15 14:15:46 2008 -0600
29009
29010 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
29011
29012 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29013 Signed-off by: John Rigby <jrigby@freescale.com>
29014
29015commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
29016Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29017Date: Tue Jan 15 14:02:49 2008 -0600
29018
29019 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
29020
29021 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29022 Signed-off by: John Rigby <jrigby@freescale.com>
29023
29024commit 777d1abd9796f1c2e148417cc10657e847d318ce
29025Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29026Date: Tue Jan 15 14:00:25 2008 -0600
29027
29028 ColdFire: Add MCF547x_8x FEC driver
29029
29030 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29031 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29032 Signed-off by: John Rigby <jrigby@freescale.com>
29033
29034commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
29035Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29036Date: Tue Jan 15 13:54:09 2008 -0600
29037
29038 ColdFire: Add MCF547x_8x dma code and header files
29039
29040 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29041 Signed-off by: John Rigby <jrigby@freescale.com>
29042
29043commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
29044Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29045Date: Tue Jan 15 13:52:03 2008 -0600
29046
29047 ColdFire: Add MCF547x_8x dma code - 2
29048
29049 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29050 Signed-off by: John Rigby <jrigby@freescale.com>
29051
29052commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
29053Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29054Date: Tue Jan 15 13:48:52 2008 -0600
29055
29056 ColdFire: Add MCF547x_8x dma code - 1
29057
29058 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29059 Signed-off by: John Rigby <jrigby@freescale.com>
29060
29061commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
29062Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29063Date: Tue Jan 15 13:39:44 2008 -0600
29064
29065 ColdFire: Add MCF547x_8x related header files
29066
29067 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29068 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29069 Signed-off by: John Rigby <jrigby@freescale.com>
29070
29071commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
29072Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29073Date: Tue Jan 15 13:37:34 2008 -0600
29074
29075 ColdFire: Add MCF547x_8x cpu arch
29076
29077 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29078 Signed-off by: John Rigby <jrigby@freescale.com>
29079
29080commit e2756f4b54aba0e0523b81dd145666829cf7fd59
29081Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29082Date: Mon Jan 14 17:47:23 2008 -0600
29083
29084 ColdFire: Add MCF5227x cpu and M52277EVB support-3
29085
29086 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29087 Signed-off by: John Rigby <jrigby@freescale.com>
29088
29089commit c87581027994c148131b2f11aa75501f782ec19a
29090Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29091Date: Mon Jan 14 17:46:19 2008 -0600
29092
29093 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
29094
29095 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29096 Signed-off by: John Rigby <jrigby@freescale.com>
29097
29098commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
29099Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29100Date: Mon Jan 14 17:43:33 2008 -0600
29101
29102 ColdFire: Add MCF5227x cpu and M52277EVB support-1
29103
29104 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29105 Signed-off by: John Rigby <jrigby@freescale.com>
29106
29107commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
29108Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29109Date: Mon Jan 14 17:35:44 2008 -0600
29110
29111 ColdFire: Fix CFI Flash low level Read/Write macro
29112
29113 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29114 Signed-off by: John Rigby <jrigby@freescale.com>
29115
29116commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
29117Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29118Date: Mon Jan 14 17:23:08 2008 -0600
29119
29120 ColdFire: Add M5373EVB platform support - 2
29121
29122 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29123 Signed-off by: John Rigby <jrigby@freescale.com>
29124
29125commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
29126Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29127Date: Mon Jan 14 17:19:54 2008 -0600
29128
29129 ColdFire: Add M5373EVB platform support - 1
29130
29131 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29132 Signed-off by: John Rigby <jrigby@freescale.com>
29133
29134commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
29135Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29136Date: Mon Jan 14 17:17:03 2008 -0600
29137
29138 ColdFire: Update FlexBus CS for MCF532x
29139
29140 Definition update and change from 16bit to 32bit
29141
29142 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29143 Signed-off by: John Rigby <jrigby@freescale.com>
29144
29145commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
29146Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29147Date: Mon Jan 14 17:11:47 2008 -0600
29148
29149 ColdFire: PCI and misc updates for MCF5445x
29150
29151 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29152 Signed-off by: John Rigby <jrigby@freescale.com>
29153
29154commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
29155Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29156Date: Mon Jan 14 17:06:55 2008 -0600
29157
29158 ColdFire: MCF5445x header files cleanup
29159
29160 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29161 Signed-off by: John Rigby <jrigby@freescale.com>
29162
29163commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
29164Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29165Date: Mon Jan 14 16:59:42 2008 -0600
29166
29167 ColdFire: MCF532x header files cleanup
29168
29169 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29170 Signed-off by: John Rigby <jrigby@freescale.com>
29171
29172commit 7af7751d047e74b2ec58400f97b879c56446b3e8
29173Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
29174Date: Mon Jan 14 15:30:15 2008 -0600
29175
29176 ColdFire: Add modules header files
29177
29178 Add CF specific modules header files
29179
29180 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29181 Signed-off-by: John Rigby <jrigby@freescale.com>
29182
29183commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
29184Author: Kim Phillips <kim.phillips@freescale.com>
29185Date: Thu Jan 17 12:48:00 2008 -0600
29186
29187 codingstyle cleanup for spi driver
29188
29189 ..and rm unused CONFIG_FSL_SPI define
29190
29191 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29192
29193commit d59feffb42c9f174116db7a82a311df98983dfce
29194Author: Haiying Wang <Haiying.Wang@freescale.com>
29195Date: Wed Jan 16 17:12:12 2008 -0500
29196
29197 FSL: Fix common EEPROM_data structure definition
29198
29199 - Fix EEPROM_data structure definition according to System EEPROM Data Format.
29200 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
29201 bd->bi_ethaddr.
29202
29203 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
29204
29205commit 6bee764bd6da510a4aad614880300c968bc7318d
29206Author: Timur Tabi <timur@freescale.com>
29207Date: Wed Jan 16 15:48:12 2008 -0600
29208
29209 86xx: enable command-line editing
29210
29211 Enable command-line editing for all MPC86xx boards.
29212
29213 Signed-off-by: Timur Tabi <timur@freescale.com>
29214
29215commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
29216Author: Ben Warren <biggerbadderben@gmail.com>
29217Date: Wed Jan 16 22:37:42 2008 -0500
29218
29219 Implement hard SPI driver on MPC8349EMDS
29220
29221 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
29222 This board has an ST M25P40 4Mbit EEPROM on its SPI bus
29223
29224 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29225 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29226
29227commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
29228Author: Ben Warren <biggerbadderben@gmail.com>
29229Date: Wed Jan 16 22:37:35 2008 -0500
29230
29231 Add support for a Freescale non-CPM SPI controller
29232
29233 This patch adds support for the SPI controller found on Freescale PowerPC
29234 processors such as the MCP834x family. Additionally, a new config option,
29235 CONFIG_HARD_SPI, is added for general purpose SPI controller use.
29236
29237 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29238 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29239
29240commit a8cb43a89be6cfd283257a603dd9841503ccce0f
29241Author: Dave Liu <r63238@freescale.com>
29242Date: Thu Jan 17 18:23:19 2008 +0800
29243
29244 mpc83xx: Fix the fatal conflict of merge
29245
29246 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
29247 will cause the mpc8315erdb board can't boot up.
29248
29249 The patch fix that bug, and remove the duplicated #ifdef
29250 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
29251 MPC8313E processor.
29252
29253 Signed-off-by: Dave Liu <daveliu@freescale.com>
29254 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29255
29256commit 3259eeaa4148125a81417477f62c05bd67f60587
29257Author: Larry Johnson <lrj@acm.org>
29258Date: Thu Jan 17 08:50:09 2008 -0500
29259
29260 Merge Sequoia beautification into Korat code
29261
29262 Signed-off-by: Larry Johnson <lrj@acm.org>
29263
29264commit e16925773211291b562e77187061e9dd1d757217
29265Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29266Date: Thu Jan 17 07:45:05 2008 +0100
29267
29268 net: add 'ethrotate' environment variable
29269
29270 [PATCH] net: add 'ethrotate' environment variable
29271
29272 This patch replaces the buildtime configuration option
29273 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
29274 configuration veriable. See README.
29275
29276 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29277 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29278
29279commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
29280Author: Stefan Roese <sr@denx.de>
29281Date: Thu Jan 17 14:29:04 2008 +0100
29282
29283 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
29284
29285 Signed-off-by: Stefan Roese <sr@denx.de>
29286
Wolfgang Denkd0660bf2008-01-23 14:41:37 +010029287commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
29288Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29289Date: Thu Jan 17 18:07:32 2008 +0900
29290
29291 sh: Remove CONFIG_COMMANDS from MS7720SE config file
29292
29293 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29294
Wolfgang Denk3595e612008-01-23 14:31:17 +010029295commit 055606bd25e88c0cd04ad348a679a04b1b616bee
29296Author: Niklaus Giger <niklaus.giger@netstal.com>
29297Date: Wed Jan 16 18:39:20 2008 +0100
29298
29299 ppc4xx: Netstal HCU4 board: added various fixes and POST
29300
29301 - Moved some common code to netstal/common/nm_bsp.c.
29302 - sdram initialisation goes go netstal/common/fixed_sdram.c.
29303 - Added support for POST.
29304 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
29305
29306 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29307
29308commit 69b0634a4ee98c9791815600d43b99f626a952f3
29309Author: Niklaus Giger <niklaus.giger@netstal.com>
29310Date: Thu Jan 17 12:53:56 2008 +0100
29311
29312 ppc4xx: netstal/common define routines used by all boards
29313
29314 Added some routines used by all Netstal boards:
29315 - nm_bsp.c: - nm_show_print and
29316 - common_misc_init_r
29317 - set_params_for_sw_install. Very specific code to handle our SW
29318 installation procedure
29319 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
29320 to handle sdram initialization.
29321 - nm.h: Common header
29322
29323 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29324
29325commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
29326Author: Niklaus Giger <niklaus.giger@netstal.com>
29327Date: Wed Jan 16 18:39:18 2008 +0100
29328
29329 ppc4xx: Netstal HCU5 board: added various fixes and POST
29330
29331 - Moved some common code to nestal/common/nm_bsp.c.
29332 - Added support for the vxWorks EDR.
29333 - Enable trace for Lauterbach, if present.
29334 - Added support for POST.
29335 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
29336
29337 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29338
29339commit 4371090e5da77edc7bf9f296364db4801639d9c4
29340Author: Niklaus Giger <niklaus.giger@netstal.com>
29341Date: Wed Jan 16 18:39:08 2008 +0100
29342
29343 ppc4xx: Netstal HCU5 board. Added POST. Various fixes
29344
29345 - Various fixes
29346 - Reduced rom_size from 384 to 320 kB
29347 - Environment is now in flash
29348 - Added POST
29349 - Support for OF
29350
29351 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29352
29353commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
29354Author: Niklaus Giger <niklaus.giger@netstal.com>
29355Date: Wed Jan 16 18:37:50 2008 +0100
29356
29357 ppc4xx: Netstal HCU4 board. Added POST. Various fixes
29358
29359 - Various fixes
29360 - Reduced rom_size from 384 to 320 kB
29361 - Environment is now in flash
29362 - Added POST
29363 - Support for OF
29364
29365 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
29366
29367commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
29368Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29369Date: Thu Jan 17 10:53:08 2008 +0100
29370
29371 ppc4xx: Complete DU440 board support
29372
29373 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29374
29375commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
29376Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29377Date: Thu Jan 17 10:52:30 2008 +0100
29378
29379 ppc4xx: Add DU440 board support
29380
29381 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29382
Wolfgang Denkd0660bf2008-01-23 14:41:37 +010029383commit ac331da07db3860f11fa1d0fd3db7c810bce1198
29384Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29385Date: Thu Jan 17 15:53:52 2008 +0900
29386
29387 sh: Update SuperH SCIF driver
29388
29389 This patch fixed wrong SH7720 CPU macro and changed macro that
29390 calculated value of SCBRR register.
29391
29392 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29393
Wolfgang Denk3595e612008-01-23 14:31:17 +010029394commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
29395Author: Grzegorz Bernacki <gjb@semihalf.com>
29396Date: Wed Jan 16 15:12:47 2008 +0100
29397
29398 Set ips dividor to 1/4 of csb clock.
29399
29400 Previous setting cause ips clock to be out of spec. This bug was found by John
29401 Rigby from Freescale.
29402
29403 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
29404
29405commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
29406Author: Kumar Gala <galak@kernel.crashing.org>
29407Date: Thu Jan 17 02:19:18 2008 -0600
29408
29409 85xx: Get ride of old TLB setup code
29410
29411 Now that all boards have been converted, remove old config code and the
29412 config option for the new style.
29413
29414 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29415
29416commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
29417Author: Kumar Gala <galak@kernel.crashing.org>
29418Date: Thu Jan 17 02:02:10 2008 -0600
29419
29420 85xx: Convert TQM85xx to new TLB setup
29421
29422 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29423
29424commit 74121b470c14f7eaf284ee838bffca6f9521069e
29425Author: Kumar Gala <galak@kernel.crashing.org>
29426Date: Thu Jan 17 01:56:32 2008 -0600
29427
29428 85xx: Convert STXGP3 & STXSSA to new TLB setup
29429
29430 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29431
29432commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
29433Author: Kumar Gala <galak@kernel.crashing.org>
29434Date: Thu Jan 17 01:44:34 2008 -0600
29435
29436 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
29437
29438 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29439
29440commit 818218bac6a11591e2542c344d2330e0f4e1968b
29441Author: Kumar Gala <galak@kernel.crashing.org>
29442Date: Thu Jan 17 01:31:34 2008 -0600
29443
29444 85xx: Convert PM854/PM856 to new TLB setup
29445
29446 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29447
29448commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
29449Author: Kumar Gala <galak@kernel.crashing.org>
29450Date: Thu Jan 17 01:25:33 2008 -0600
29451
29452 85xx: Convert MPC8540EVAL to new TLB setup
29453
29454 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29455
29456commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
29457Author: Kumar Gala <galak@kernel.crashing.org>
29458Date: Thu Jan 17 01:12:22 2008 -0600
29459
29460 85xx: Convert MPC8568 MDS to new TLB setup
29461
29462 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29463
29464commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
29465Author: Kumar Gala <galak@kernel.crashing.org>
29466Date: Thu Jan 17 01:01:09 2008 -0600
29467
29468 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
29469
29470 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29471
29472commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
29473Author: Kumar Gala <galak@kernel.crashing.org>
29474Date: Thu Jan 17 00:52:29 2008 -0600
29475
29476 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
29477
29478 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29479
29480commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
29481Author: Kumar Gala <galak@kernel.crashing.org>
29482Date: Thu Jan 17 00:32:17 2008 -0600
29483
29484 85xx: Convert ATUM8548 to new TLB setup
29485
29486 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29487
29488commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
29489Author: Kumar Gala <galak@kernel.crashing.org>
29490Date: Wed Jan 16 23:11:57 2008 -0600
29491
29492 85xx: Convert MPC8544 DS to new TLB setup
29493
29494 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29495
29496commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
29497Author: Kumar Gala <galak@kernel.crashing.org>
29498Date: Wed Jan 16 22:38:34 2008 -0600
29499
29500 85xx: Reworked initial processor init
29501
29502 Reworked the initial processor initialzation sequence:
29503 * introduced cpu_early_init_f that is run in address space 1 (AS=1)
29504 * Moved TLB/LAW and CCSR init into cpu_early_init_f()
29505 * Reworked initial asm code to do most of the core init before TLBs
29506
29507 The main reasons for these changes are to allow handling of 36-bit phys
29508 addresses in the future and some of the issues that will exist when we
29509 do that.
29510
29511 There are a few caveats on what can be initialized via the LAW and TLB
29512 static tables:
29513 * TLB entry 14/15 can't be initialized via the TLB table
29514 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
29515 the code that is currently executing.
29516
29517 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29518
29519commit 44a23cfd6360a68eaa41f945190618a55519eac3
29520Author: Kumar Gala <galak@kernel.crashing.org>
29521Date: Wed Jan 16 22:33:22 2008 -0600
29522
29523 85xx: Introduce new tlb API
29524
29525 Add a set of functions to manipulate TLB entries:
29526 * set_tlb() - write a tlb entry
29527 * invalidate_tlb() - invalidate a tlb array
29528 * disable_tlb() - disable a variable size tlb entry
29529 * init_tlbs() - setup initial tlbs based on static table
29530
29531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29532
29533commit be88b1699863c262818f3af7f60173b4d48df8fc
29534Author: Stefan Roese <sr@denx.de>
29535Date: Thu Jan 17 07:50:17 2008 +0100
29536
29537 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
29538
29539 Signed-off-by: Stefan Roese <sr@denx.de>
29540
29541commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
29542Author: Kumar Gala <galak@kernel.crashing.org>
29543Date: Wed Jan 16 10:04:42 2008 -0600
29544
29545 85xx: Use proper defines for PCI addresses
29546
29547 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
29548 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
29549 be used for configuring the PCI ATMU.
29550
29551 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29552
29553commit 54a5070115eff38e9b324b78abdfa0b4520580b9
29554Author: Kumar Gala <galak@kernel.crashing.org>
29555Date: Wed Jan 16 09:22:29 2008 -0600
29556
29557 85xx: Remove old style of LAW init
29558
29559 All boards are now using the new fsl_law code so we can drop the old version.
29560
29561 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29562
29563commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
29564Author: Kumar Gala <galak@kernel.crashing.org>
29565Date: Wed Jan 16 09:15:29 2008 -0600
29566
29567 85xx: convert remaining 85xx boards over to use new LAW init code
29568
29569 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
29570 to use new LAW init code.
29571
29572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29573
29574commit 572b13afc42710f2957c382a710360429c0e099b
29575Author: Kumar Gala <galak@kernel.crashing.org>
29576Date: Wed Jan 16 09:11:53 2008 -0600
29577
29578 85xx: convert STXGP3/STXSSA over to use new LAW init code
29579
29580 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29581
29582commit 45f2166ac0233a9263058378f39612bd11f61196
29583Author: Kumar Gala <galak@kernel.crashing.org>
29584Date: Wed Jan 16 09:06:48 2008 -0600
29585
29586 85xx: convert PM854/PM856 over to use new LAW init code
29587
29588 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29589
29590commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
29591Author: Kumar Gala <galak@kernel.crashing.org>
29592Date: Wed Jan 16 09:05:27 2008 -0600
29593
29594 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
29595
29596 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29597
29598commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
29599Author: Kumar Gala <galak@kernel.crashing.org>
29600Date: Wed Jan 16 01:45:10 2008 -0600
29601
29602 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
29603
29604 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29605
29606commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
29607Author: Kumar Gala <galak@kernel.crashing.org>
29608Date: Wed Jan 16 01:32:06 2008 -0600
29609
29610 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
29611
29612 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29613
29614commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
29615Author: Kumar Gala <galak@kernel.crashing.org>
29616Date: Wed Jan 16 01:16:16 2008 -0600
29617
29618 85xx: convert MPC8544 DS over to use new LAW init code
29619
29620 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29621
29622commit 83d40dfd79fe868796275802f60116d84b9e4395
29623Author: Kumar Gala <galak@kernel.crashing.org>
29624Date: Wed Jan 16 01:13:58 2008 -0600
29625
29626 85xx: Move LAW init code into C
29627
29628 Move the initialization of the LAWs into C code and provide an API
29629 to allow modification of LAWs after init.
29630
29631 Board code is responsible to provide a law_table and num_law_entries.
29632
29633 We should be able to use the same code on 86xx as well.
29634
29635 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29636
Wolfgang Denkd0660bf2008-01-23 14:41:37 +010029637commit bed8ce838a609aaab136d43b25e6df2a520bc854
29638Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29639Date: Sat Dec 22 15:03:12 2007 +0100
29640
29641 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
29642
29643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29644
29645commit 0764c164fed6277d359cf132d55187ea34290114
29646Author: Vlad Lungu <vlad@comsys.ro>
29647Date: Wed Jan 16 19:27:51 2008 +0200
29648
29649 MIPS:Target support for qemu -M mips
29650
29651 With serial, NE2000, IDE support. Tested in big-endian mode.
29652 Memory size hard-coded to 128M for now, so don't play with
29653 the -m option.
29654
29655 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
29656
Wolfgang Denk3595e612008-01-23 14:31:17 +010029657commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
29658Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29659Date: Fri Jan 11 00:01:37 2008 +0100
29660
29661 Fix nfs command help to reflect that the serverip is optional
29662
29663 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29664 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29665
29666commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
29667Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29668Date: Mon Dec 10 22:32:14 2007 +0100
29669
29670 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
29671
29672 and move is_valid_ether_addr board file
29673
29674 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29675 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29676
29677commit c2f896b8fc4722e36915903e1942e138e68ce804
29678Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29679Date: Wed Jan 16 16:13:31 2008 +0900
29680
29681 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
29682
29683 rx_status on the memory is basically in LE, but needs to be handled in CPU
29684 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
29685 it'll work fine.
29686
29687 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29688 Cc: Masami Komiya <mkomiya@sonare.it>
29689 Cc: Lucas Jin <lucasjin@gmail.com>
29690 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29691
29692commit 96a236746fe6a7b84802afb4ed31536696d34812
29693Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29694Date: Wed Jan 16 16:12:26 2008 +0900
29695
29696 drivers/net/rtl8139.c: Fix cache coherency issues
29697
29698 Current driver is meant for cache coherent systems. This patch adds
29699 flush_cache() routines to support cache non-coherent systems.
29700
29701 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29702 Cc: Masami Komiya <mkomiya@sonare.it>
29703 Cc: Lucas Jin <lucasjin@gmail.com>
29704 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29705
29706commit d1276c76c1e2b5035296689280ba1acb2c425104
29707Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29708Date: Wed Jan 16 16:11:14 2008 +0900
29709
29710 drivers/net/rtl8139.c: Fix tx timeout
29711
29712 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
29713 does, the condition "(currticks() < to)" becomes invalid and immediately
29714 leads to tx timeout error. This patch introduces the fine-graded udely(10)
29715 loops to ease the impact of wrapping around.
29716
29717 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
29718 Cc: Masami Komiya <mkomiya@sonare.it>
29719 Cc: Lucas Jin <lucasjin@gmail.com>
29720 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29721
29722commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
29723Author: Dave Liu <r63238@freescale.com>
29724Date: Fri Jan 11 18:45:28 2008 +0800
29725
29726 TSEC: Add the support for RealTek RTL8211B PHY
29727
29728 Add the support of RealTek RTL8211B PHY, the RTL8211B
29729 PHY only supports RGMII and MII mode.
29730
29731 Signed-off-by: Dave Liu <daveliu@freescale.com>
29732 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29733
29734commit 84a3047b72b70e862b0b7a8e2058077457f89a32
29735Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29736Date: Wed Jan 16 09:40:41 2008 +0100
29737
29738 Remove annoying debug printout for PHY less boards.
29739
29740 PHY less board prints out lots of "read wrong ...":
29741 read wrong value : mii_id 3,mii_reg 2, base e0102320
29742 read wrong value : mii_id 3,mii_reg 3, base e0102320
29743 UEC: PHY is Generic MII (ffffffff)
29744 read wrong value : mii_id 3,mii_reg 4, base e0102320
29745 read wrong value : mii_id 3,mii_reg 0, base e0102320
29746 read wrong value : mii_id 3,mii_reg 1, base e0102320
29747 read wrong value : mii_id 3,mii_reg 1, base e0102320
29748 read wrong value : mii_id 3,mii_reg 5, base e0102320
29749 read wrong value : mii_id 3,mii_reg 1, base e0102320
29750 read wrong value : mii_id 3,mii_reg 1, base e0102320
29751 read wrong value : mii_id 3,mii_reg 5, base e0102320
29752 FSL UEC0: Full Duplex
29753 FSL UEC0: Speed 100BT
29754 FSL UEC0: Link is up
29755 Using FSL UEC0 device
29756
29757 Make this printout depend on UEC_VERBOSE_DEBUG and
29758 remove its definition in uec_phy.c
29759
29760 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29761 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29762
29763commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
29764Author: Kim Phillips <kim.phillips@freescale.com>
29765Date: Tue Jan 15 14:11:00 2008 -0600
29766
29767 net: reduce boot latency on QE UEC based boards
29768
29769 actually polling for PHY autonegotiation to finish enables us to remove the
29770 5 second boot prompt latency present on QE based boards.
29771
29772 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
29773 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
29774 code shamelessly stolen from tsec driver.
29775
29776 also rm unused CONFIG_RMII_MODE code.
29777
29778 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29779 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
29780 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29781
29782commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
29783Author: michael.firth@bt.com <michael.firth@bt.com>
29784Date: Wed Jan 16 11:40:51 2008 +0000
29785
29786 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
29787
29788 The current TSEC driver limits MDIO access to the devices that have been configured as attached
29789 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
29790
29791 Signed-off-by: Michael Firth <michael.firth@bt.com>
29792 Acked-by: Andy Fleming <afleming@freescale.com>
29793 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
29794
29795commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
29796Author: Kim Phillips <kim.phillips@freescale.com>
29797Date: Wed Jan 16 00:38:05 2008 -0600
29798
29799 Add support for the MPC837xERDB
29800
29801 MPC837xERDB board support includes:
29802 * DDR2 330MHz hardcoded (soldered on the board)
29803 * Local Bus NOR Flash
29804 * I2C, UART and RTC
29805 * eTSEC RGMII (TSEC0 - RTL8211B with MII;
29806 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
29807 * load)
29808
29809 Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
29810 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
29811 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29812
29813commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
29814Author: Kim Phillips <kim.phillips@freescale.com>
29815Date: Wed Jan 16 12:06:16 2008 -0600
29816
29817 mpc83xx: add support for more system clock performance controls
29818
29819 System registers that are modified are the Arbiter Configuration
29820 Register (ACR), the System Priority Control Register (SPCR), and the
29821 System Clock Configuration Register (SCCR).
29822
29823 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
29824 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
29825 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29826
29827commit 16c3cde050e2d243e62b37486f1558570787beb8
29828Author: James Yang <james.yang@freescale.com>
29829Date: Wed Jan 16 11:58:08 2008 -0600
29830
29831 FSL: Generalize PIXIS reset command parsing.
29832
29833 Before, the order of arguments to the pixis_reset
29834 command needed to be supplied in a hard-coded order.
29835 Generalize the command parsing to allow any order.
29836
29837 Signed-off-by: James Yang <james.yang@freescale.com>
29838 Acked-by: Jon Loeliger <jdl@freescale.com>
29839
29840commit ad8f8687b78c3e917b173f038926695383c55555
29841Author: Jon Loeliger <jdl@freescale.com>
29842Date: Tue Jan 15 13:42:41 2008 -0600
29843
29844 FSL: Convert board/freescale/common/Makefile to use CONFIG_
29845
29846 Convert the board/freescale/common/Makefile to use
29847 CONFIG_* options to select which files to conditionally
29848 compile into the board/freescale/common library rather
29849 than conditionally compiling entire files.
29850
29851 Now handles::
29852 CONFIG_FSL_PIXIS
29853 CONFIG_FSL_DIU_FB
29854 CONFIG_PQ_MDS_PIB
29855
29856 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
29857
29858 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29859
29860commit 7c2221eb230372a9e537c4f6636b147b0909325f
29861Author: Roy Zang <tie-fei.zang@freescale.com>
29862Date: Tue Jan 15 16:38:38 2008 +0800
29863
29864 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
29865
29866 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
29867 Remove unused ethernet CONFIG_ options.
29868
29869 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
29870 Acked-by: Jon Loeliger <jdl@freescale.com>
29871
29872commit 711a7946277d2e29af481011e8635e9975c54e45
29873Author: Kim Phillips <kim.phillips@freescale.com>
29874Date: Tue Jan 15 14:05:14 2008 -0600
29875
29876 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
29877
29878 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
29879
29880 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29881
29882commit 363eea9ff7f19a2cba17f262bd17559f166e134e
29883Author: Kim Phillips <kim.phillips@freescale.com>
29884Date: Tue Jan 15 09:51:12 2008 -0600
29885
29886 mpc83xx: clean up mpc8360emds.c warnings
29887
29888 mpc8360emds.c: In function 'ft_board_setup':
29889 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
29890 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
29891 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
29892 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
29893 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
29894 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
29895
29896 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29897
29898commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
29899Author: Kim Phillips <kim.phillips@freescale.com>
29900Date: Mon Jan 14 16:14:46 2008 -0600
29901
29902 mpc83xx: fix phy-connection-type fixup code
29903
29904 use tree passed to us in local blob, not global fdt.
29905
29906 Also use fdt_path_offset to convert to relative offset, since absolute
29907 reference is needed to check for rgmii-id mode string value.
29908
29909 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29910
29911commit 2b4c952be7c4357a13e839d48df80853820c33eb
29912Author: Kumar Gala <galak@kernel.crashing.org>
29913Date: Mon Jan 14 09:01:40 2008 -0600
29914
29915 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
29916
29917 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29918 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29919
29920commit e1d8ed2c08da14b168658cc5fa78529d461aea70
29921Author: Poonam Aggrwal <b10812@freescale.com>
29922Date: Mon Jan 14 09:41:14 2008 +0530
29923
29924 Changes in uboot DDR configuration for MPC8313eRDB
29925
29926 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
29927 DDR configuration in u-boot code. Some are related to performance, some
29928 affect stability and some correct few basic errors in the current
29929 configuration.
29930
29931 The changes have been tested and found to give better memory latency
29932 figures on MPC8313eRDB.LMBench figures prove it.
29933
29934 The changes are:
29935
29936 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
29937 (this may improve performance for application with many read
29938 or write to open pages).
29939 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
29940 001 (activating all the CS when only one is used may cause
29941 unwanted noise on the system)
29942
29943 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
29944 Tras=45ns)
29945 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
29946
29947 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
29948 comply with the 3 ODT clk requirements)
29949 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
29950 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
29951
29952 - DDR_SDRAM_MODE[AL]changed from 0 to 1.
29953 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
29954
29955 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
29956 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
29957
29958 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
29959 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
29960
29961 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
29962 Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
29963 Cc: Razzaz Mazyar <MRazzaz@freescale.com>
29964 Cc: Josep P J <PJ.Joseph@freescale.com>
29965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29966
29967commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
29968Author: Jerry Van Baren <gvb.uboot@gmail.com>
29969Date: Sat Jan 12 13:24:14 2008 -0500
29970
29971 Enable the isdram command on the MPC8360EMDS board
29972
29973 The isdram command prints out decoded information the "serial presence
29974 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
29975 debugging memory configuration problems.
29976
29977 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
29978 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29979
29980commit 8bd522ce4afda3d4868ee8c913f5394094326be1
29981Author: Dave Liu <r63238@freescale.com>
29982Date: Fri Jan 11 18:48:24 2008 +0800
29983
29984 mpc83xx: Add the support for MPC8315ERDB board
29985
29986 The features list:
29987 - Boot from NOR Flash
29988 - DDR2 266MHz hardcoded configuration
29989 - Local bus NOR Flash R/W operation
29990 - I2C, UART, MII and RTC
29991 - eTSEC0/1 support
29992 - PCI host
29993
29994 Signed-off-by: Dave Liu <daveliu@freescale.com>
29995 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29996
29997commit b05884efa614e4d8a9413158fc228e0dc02ab704
29998Author: Dave Liu <r63238@freescale.com>
29999Date: Fri Jan 11 18:46:50 2008 +0800
30000
30001 mpc83xx: Add config of eTSEC emergency priority in SPCR
30002
30003 The TSEC emergency priority definition of 831x/837x
30004 is different than the definition of 834x in SPCR register.
30005
30006 Add the other config of TSEC emergency priority into
30007 cpu_init.c
30008
30009 Signed-off-by: Dave Liu <daveliu@freescale.com>
30010 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30011
30012commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
30013Author: Dave Liu <r63238@freescale.com>
30014Date: Fri Jan 11 18:42:19 2008 +0800
30015
30016 mpc83xx: Remove cache config from MPC8360ERDK.h
30017
30018 The MPC8360ERDK board support patch is added before
30019 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
30020 so, miss clean up it.
30021
30022 The patch clean up the miss cache config.
30023
30024 Signed-off-by: Dave Liu <daveliu@freescale.com>
30025 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30026
30027commit cd9d23053d435c08fc8695017b5cb9003fcda786
30028Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30029Date: Mon Jan 14 23:09:32 2008 +0300
30030
30031 nand: FSL UPM NAND driver
30032
30033 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30034
30035commit 6cb2239ae76faee64434286c4f8fc71374702dd2
30036Author: Kyungmin Park <kmpark@infradead.org>
30037Date: Tue Jan 15 08:59:44 2008 +0900
30038
30039 OneNAND: Separate U-Boot dependent code from OneNAND
30040
30041 OneNAND: Separate U-Boot dependent code from OneNAND
30042
30043 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30044
30045commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
30046Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30047Date: Wed Jan 16 10:33:46 2008 +0100
30048
30049 ppc4xx: Sequoia coding style cleanup and beautification
30050
30051 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30052
30053commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
30054Author: Larry Johnson <lrj@acm.org>
30055Date: Tue Jan 15 14:35:58 2008 -0500
30056
30057 ppc4xx: Refactor ECC POST for AMCC Denali core
30058
30059 The ECC POST reported intermittent failures running after power-up on
30060 the Korat PPC440EPx board. Even when the test passed, the debugging
30061 output occasionally reported additional unexpected ECC errors.
30062
30063 This refactoring has three main objectives: (1) minimize the code
30064 executed with ECC enabled during the tests, (2) add more checking of the
30065 results so any unexpected ECC errors would cause the test to fail, and
30066 (3) use synchronization (only) where required by the processor.
30067
30068 Signed-off-by: Larry Johnson <lrj@acm.org>
30069
30070commit 2465665b73ac2f688af945b1ed510752afa816a4
30071Author: David Saada <David.Saada@ecitele.com>
30072Date: Tue Jan 15 10:40:24 2008 +0200
30073
30074 QE UEC: Extend number of supported UECs to 4
30075
30076 This patch extends the number of supported UECs to 4. Note that the
30077 problem of QE thread resources exhaustion is resolved by setting the
30078 correct number of QE threads according to Ethernet type (GBE or FE).
30079
30080 Signed-off-by: David Saada <david.saada@ecitele.com>
30081 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30082
30083commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
30084Author: Wolfgang Denk <wd@denx.de>
30085Date: Wed Jan 16 00:01:01 2008 +0100
30086
30087 LWMON5: enable hush shell as command line parser
30088
30089 Signed-off-by: Wolfgang Denk <wd@denx.de>
30090
30091commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
30092Author: Wolfgang Denk <wd@denx.de>
30093Date: Tue Jan 15 17:22:28 2008 +0100
30094
30095 ADS5121: disable watchdog; enable image timestamps
30096
30097 Signed-off-by: Wolfgang Denk <wd@denx.de>
30098
30099commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
30100Author: Wolfgang Denk <wd@denx.de>
30101Date: Tue Jan 15 17:21:28 2008 +0100
30102
30103 TK885D: fixes for bigger flash sector sizes on new modules;
30104 adjust default environment;
30105 disable SCC ethernet (not used on this board).
30106
30107 Signed-off-by: Wolfgang Denk <wd@denx.de>
30108
30109commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
30110Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30111Date: Tue Jan 15 17:48:13 2008 +0900
30112
30113 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
30114
30115 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30116
30117commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
30118Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30119Date: Tue Jan 15 23:25:25 2008 +0900
30120
30121 sh: Add support SH7710/SH7712
30122
30123 SH7710/SH7712 of SH3 CPU are supported.
30124 SH771X is called SH-Ether, and has the Ether controller in CPU.
30125 The driver of Ether is not included in this patch.
30126
30127 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30128
30129commit 63a11be68306870e04d3851ed9fa41955cdf4894
30130Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30131Date: Tue Jan 15 23:06:17 2008 +0900
30132
30133 sh: Add support of map_physmem() and unmap_physmem() to SuperH
30134
30135 This patch add the support of map_physmem() and unmap_physmem()
30136 used with Common Flash Interface(CFI) driver.
30137
30138 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30139
30140commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
30141Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30142Date: Wed Jan 9 14:42:27 2008 +0900
30143
30144 sh: Add maintainer of MS7720SE to the MAINTAINER file
30145
30146 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30147
30148commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
30149Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30150Date: Wed Jan 9 14:39:58 2008 +0900
30151
30152 sh: Fix board name in MS7720SE's config.mk
30153
30154 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30155
30156commit c0a04d93734d768b39dbb72fb501b65614c8615d
30157Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30158Date: Wed Jan 9 14:37:36 2008 +0900
30159
30160 sh: Add MS7720SE to MAKEALL
30161
30162 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30163
30164commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
30165Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30166Date: Mon Dec 3 22:58:50 2007 +0900
30167
30168 sh: Add support for MS7720RP02 board
30169
30170 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30171 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30172 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30173
30174commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
30175Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30176Date: Wed Jan 9 14:30:02 2008 +0900
30177
30178 sh: Add support for SH7720 in serial_sh driver.
30179
30180 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30181 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30182 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30183
30184commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
30185Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30186Date: Mon Dec 3 22:58:45 2007 +0900
30187
30188 sh: Add support SH3 and SH7720
30189
30190 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
30191 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30192 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30193
30194commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
30195Author: Stefan Roese <sr@denx.de>
30196Date: Tue Jan 15 10:11:02 2008 +0100
30197
30198 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
30199
30200 Signed-off-by: Stefan Roese <sr@denx.de>
30201
30202commit 17bef68097ab3692500a36fb31115bff7910aa99
30203Author: Niklaus Giger <niklausgiger@gmx.ch>
30204Date: Mon Jan 14 14:04:42 2008 +0100
30205
30206 ppc_4xx: Fix post spr.c for PPC405
30207
30208 post/cpu/ppc4xx/spr.c contained a few checks for registers only present
30209 for PPC440 and derivates processor.
30210
30211 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30212
30213commit 06c428bcd4413014b43236e77765022071424fa6
30214Author: Dave Liu <r63238@freescale.com>
30215Date: Mon Jan 14 11:12:01 2008 +0800
30216
30217 QE: fix compile warning
30218
30219 qe.c: In function 'qe_upload_firmware':
30220 qe.c:390: warning: pointer targets in passing argument 2
30221 uec.c: In function 'uec_initialize':
30222 uec.c:1236: warning: 'uec_info' may be used uninitialized
30223
30224 Signed-off-by: Dave Liu <daveliu@freescale.com>
30225
30226commit a0dd99d51efa55fe023e19c97ead92683725eb11
30227Author: Stefan Roese <sr@denx.de>
30228Date: Mon Jan 14 10:05:05 2008 +0100
30229
30230 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
30231
30232 Now that bit 29 is the USB PHY reset bit, update the Kilauea port
30233 to remove the USB PHY reset after powerup. The CPLD will keep the
30234 USB PHY in reset (active low) until the bit is set to 1 in
30235 board_early_init_f().
30236
30237 Signed-off-by: Stefan Roese <sr@denx.de>
30238
30239commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
30240Author: Wolfgang Denk <wd@denx.de>
30241Date: Sun Jan 13 23:26:45 2008 +0100
30242
30243 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
30244
30245 Signed-off-by: Wolfgang Denk <wd@denx.de>
30246
30247commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
30248Author: Wolfgang Denk <wd@denx.de>
30249Date: Sun Jan 13 23:37:50 2008 +0100
30250
30251 ADS5121: Fix typo in ads5121.c, adjust default environment
30252
30253 Signed-off-by: Wolfgang Denk <wd@denx.de>
30254
30255commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
30256Author: John Rigby <jrigby@freescale.com>
30257Date: Fri Aug 24 18:18:43 2007 -0600
30258
30259 ADS5121: MAX slew rate for PATA pins
30260
30261 Signed-off-by: John Rigby <jrigby@freescale.com>
30262
30263commit dd531aac34aaad138f16cacdb51d61908d59c0e2
30264Author: Wolfgang Denk <wd@denx.de>
30265Date: Sun Jan 13 21:05:52 2008 +0100
30266
30267 Fix Makefile dependency problem with parallel builds.
30268
30269 Signed-off-by: Wolfgang Denk <wd@denx.de>
30270
30271commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
30272Author: Wolfgang Denk <wd@denx.de>
30273Date: Sun Jan 13 19:51:39 2008 +0100
30274
30275 MPC8544DS: fix board Makefile for silent build (with -s)
30276
30277 Signed-off-by: Wolfgang Denk <wd@denx.de>
30278
30279commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
30280Author: Wolfgang Denk <wd@denx.de>
30281Date: Sun Jan 13 16:44:08 2008 +0100
30282
30283 PMC440 board: fix board Makefile for out-of-tree building
30284
30285 Signed-off-by: Wolfgang Denk <wd@denx.de>
30286
30287commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
30288Author: Wolfgang Denk <wd@denx.de>
30289Date: Sun Jan 13 16:07:44 2008 +0100
30290
30291 Makalu: fix compile warning
30292
30293 Signed-off-by: Wolfgang Denk <wd@denx.de>
30294
30295commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
30296Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30297Date: Sun Jan 13 12:36:12 2008 +0100
30298
30299 cmd_nand : fix compiler warning.
30300
30301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30302
30303commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
30304Author: Michael Schwingen <rincewind@discworld.dascon.de>
30305Date: Sat Jan 12 20:29:47 2008 +0100
30306
30307 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
30308
30309 Signed-off-by: Michael Schwingen <michael@schwingen.org>
30310 Acked-by: Stefan Roese <sr@denx.de>
30311
30312commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
30313Author: Wolfgang Denk <wd@denx.de>
30314Date: Sun Jan 13 02:19:44 2008 +0100
30315
30316 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
30317
30318 Signed-off-by: Wolfgang Denk <wd@denx.de>
30319
30320commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
30321Author: Wolfgang Denk <wd@denx.de>
30322Date: Sun Jan 13 02:19:13 2008 +0100
30323
30324 MPC8xx FEC driver: fix compiler warning.
30325
30326 Signed-off-by: Wolfgang Denk <wd@denx.de>
30327
30328commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
30329Author: Wolfgang Denk <wd@denx.de>
30330Date: Sun Jan 13 00:59:21 2008 +0100
30331
30332 Fix Makefile dependencies issues; allow silent build
30333
30334 - get rid of "version" target whichdidn't really work
30335 - make autoconf.mk depend on version_autogenerated.h to make sure
30336 to rebuild files as needed
30337 - add XECHO macro to allow for silent build using "make -s"
30338
30339 Signed-off-by: Wolfgang Denk <wd@denx.de>
30340
30341commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
30342Author: Wolfgang Denk <wd@denx.de>
30343Date: Sun Jan 13 00:55:47 2008 +0100
30344
30345 ADS5121e: fix compile warning
30346
30347 Signed-off-by: Wolfgang Denk <wd@denx.de>
30348
30349commit f2b6f4610627fe3d607620e25082916a01538875
30350Author: Wolfgang Denk <wd@denx.de>
30351Date: Sun Jan 13 00:55:18 2008 +0100
30352
30353 MUNICes: fix board Makefile for remote build directory
30354
30355 Signed-off-by: Wolfgang Denk <wd@denx.de>
30356
30357commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
30358Author: Oliver Weber <almoeli@gmx.de>
30359Date: Wed Jan 9 17:04:38 2008 +0100
30360
30361 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
30362
30363 Signed-off-by: Oliver Weber <almoeli@gmx.de>
30364
30365commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
30366Author: Andreas Engel <andreas.engel@ericsson.com>
30367Date: Wed Jan 9 17:10:56 2008 +0100
30368
30369 Make bootretry work when command line editing is enabled
30370
30371 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
30372 This patch fixes the problem.
30373
30374 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
30375
30376commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
30377Author: Larry Johnson <lrj@acm.org>
30378Date: Fri Jan 11 23:26:18 2008 -0500
30379
30380 Refactor code for "i2c sdram" command
30381
30382 Signed-off-by: Larry Johnson <lrj@acm.org>
30383
30384commit 0df6b8446c4721b91ce311548114891130371083
30385Author: Larry Johnson <lrj@acm.org>
30386Date: Thu Jan 10 22:23:39 2008 -0500
30387
30388 Fix "i2c sdram" command for DDR2 DIMMs
30389
30390 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
30391 "i2c sdram" command. This patch provides correct alternative
30392 interpretations when DDR2 memory is detected.
30393
30394 Signed-off-by: Larry Johnson <lrj@acm.org>
30395
30396commit 64134f011254123618798ff77c42ba196b2ec485
30397Author: Wolfgang Denk <wd@denx.de>
30398Date: Sat Jan 12 20:31:39 2008 +0100
30399
30400 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
30401
30402 With recent toolchain versions, some boards would not build because
30403 or errors like this one (here for ocotea board when building with
30404 ELDK 4.2 beta):
30405 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
30406
30407 For many boards, the .bss section is big enough that it wraps around
30408 at the end of the address space (0xFFFFFFFF), so the problem will not
30409 be visible unless you use a 64 bit tool chain for development. On
30410 some boards however, changes to the code size (due to different
30411 optimizations) we bail out with section overlaps like above.
30412
30413 The fix is to add the NOLOAD attribute to the .bss and .sbss
30414 sections, telling the linker that .bss does not consume any space in
30415 the image.
30416
30417 Signed-off-by: Wolfgang Denk <wd@denx.de>
30418
30419commit 3afac79ec27b91df185f090b31dad9620779f440
30420Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30421Date: Fri Jan 11 20:42:58 2008 -0600
30422
30423 USB: Add Philips 1561 PCI-OHCI ids
30424 (needed for M5475EVB)
30425
30426 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
30427
30428commit 5e8def6731cd7bec74bff42a16b139de04010353
30429Author: Wolfgang Denk <wd@denx.de>
30430Date: Sat Jan 12 15:51:34 2008 +0100
30431
30432 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
30433 boards.
30434
30435 Signed-off-by: Heiko Schocher <hs@denx.de>
30436 Signed-off-by: Wolfgang Denk <wd@denx.de>
30437
30438commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
30439Author: Grzegorz Bernacki <gjb@semihalf.com>
30440Date: Fri Jan 11 12:03:43 2008 +0100
30441
30442 MPC512X: Cleanup bus clock names.
30443
30444 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30445
30446commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
30447Author: Grzegorz Bernacki <gjb@semihalf.com>
30448Date: Tue Jan 8 17:16:59 2008 +0100
30449
30450 MPC512X: Fixed typo in macro name.
30451
30452 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30453
30454commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
30455Author: Grzegorz Bernacki <gjb@semihalf.com>
30456Date: Tue Jan 8 17:16:15 2008 +0100
30457
30458 ads5121: Added support for FDT.
30459
30460 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30461
30462commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
30463Author: Wolfgang Denk <wd@denx.de>
30464Date: Sat Jan 12 01:05:50 2008 +0100
30465
30466 Coding Style cleanup; update CHANGELOG.
30467
30468 Signed-off-by: Wolfgang Denk <wd@denx.de>
30469
Wolfgang Denkb7c6ea42008-01-12 01:05:50 +010030470commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
30471Author: Heiko Schocher <hs@denx.de>
30472Date: Fri Jan 11 15:15:17 2008 +0100
30473
30474 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
30475
30476 Signed-off-by: Timur Tabi <timur@freescale.com>
30477 Signed-off-by: Heiko Schocher <hs@denx.de>
30478
30479commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
30480Author: Heiko Schocher <hs@denx.de>
30481Date: Fri Jan 11 15:15:16 2008 +0100
30482
30483 MUNICes: Set the right CFG_DEFAULT_MBAR value.
30484
30485 Signed-off-by: Heiko Schocher <hs@denx.de>
30486
30487commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
30488Author: Heiko Schocher <hs@denx.de>
30489Date: Fri Jan 11 15:15:15 2008 +0100
30490
30491 added the config File for the MUNICes board.
30492
30493 Signed-off-by: Heiko Schocher <hs@denx.de>
30494
30495commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
30496Author: Heiko Schocher <hs@denx.de>
30497Date: Fri Jan 11 15:15:14 2008 +0100
30498
30499 added basic support for the MUNICes board.
30500
30501 Signed-off-by: Heiko Schocher <hs@denx.de>
30502
30503commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
30504Author: Wolfgang Denk <wd@denx.de>
30505Date: Sat Jan 12 00:39:37 2008 +0100
30506
30507 Update CHANGELOG and MAINTAINERS files.
30508
30509 Signed-off-by: Wolfgang Denk <wd@denx.de>
30510
Wolfgang Denke5b6f642008-01-12 00:39:37 +010030511commit 5ba7390c3cb579172be66888a371707b47b5be4e
30512Author: Anatolij Gustschin <agust@denx.de>
30513Date: Fri Jan 11 02:15:02 2008 +0100
30514
30515 Fix compilation problem in common/cmd_bmp.c
30516
30517 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
30518 isn't defined. This patch fix this.
30519
30520 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30521
30522commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
30523Author: Heiko Schocher <hs@denx.de>
30524Date: Fri Jan 11 01:12:09 2008 +0100
30525
30526 Fix defaultconfig for the mgcoge board.
30527
30528 Signed-off-by: Heiko Schocher <hs@denx.de>
30529
30530commit ac9db066b26935f31bff15c98168b19faeb603f3
30531Author: Heiko Schocher <hs@denx.de>
30532Date: Fri Jan 11 01:12:08 2008 +0100
30533
30534 Added support for the mgcoge board from keymile.
30535
30536 Signed-off-by: Heiko Schocher <hs@denx.de>
30537
30538commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
30539Author: Heiko Schocher <hs@denx.de>
30540Date: Fri Jan 11 01:12:07 2008 +0100
30541
30542 Enable SMC microcode relocation patch for SMC1.
30543
30544 Signed-off-by: Heiko Schocher <hs@denx.de>
30545
30546commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
30547Author: Heiko Schocher <hs@denx.de>
30548Date: Fri Jan 11 01:12:06 2008 +0100
30549
30550 Added support for the mgsuvd board from keymile.
30551
30552 Signed-off-by: Heiko Schocher <hs@denx.de>
30553
30554commit bf05293973b348f6946c9df92cd3c65ece42d0be
30555Author: James Yang <james.yang@freescale.com>
30556Date: Thu Jan 10 16:02:07 2008 -0600
30557
30558 Fix 64-bit vsprintf.
30559
30560 There were some size and unsigned problems.
30561 Also add support for "ll" size modifier in format string like glibc
30562
30563 Signed-off-by: James Yang <James.Yang@freescale.com>
30564 Acked-by: Jon Loeliger <jdl@freescale.com>
30565
30566commit 92fa37eac530860643afa26ae347af3d23d67309
30567Author: Larry Johnson <lrj@acm.org>
30568Date: Wed Jan 9 12:42:35 2008 -0500
30569
30570 Remove superfluous preprocessor conditionals from LM73 driver
30571
30572 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
30573
30574 (2) Use conditional Makefile.o.
30575
30576 Signed-off-by: Larry Johnson <lrj@acm.org>
30577
30578commit efc6f447c1b940d1650c4b854c5598a595ddc3da
30579Author: Guennadi Liakhovetski <lg@denx.de>
30580Date: Thu Jan 10 17:59:07 2008 +0100
30581
30582 Add support for the TK885D baseboard from TELE-DATA
30583
30584 The TK885D board uses a TQM885D module from TQ, this port adds an
30585 own configuration file and adds a last_stage_init() method to
30586 configure the two PHYs, depending on the phy_auto_nego environment
30587 variable.
30588
30589 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
30590
30591commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
30592Author: Kumar Gala <galak@kernel.crashing.org>
30593Date: Thu Jan 10 02:22:05 2008 -0600
30594
30595 Fix compiler warning
30596
30597 main.c: In function 'readline_into_buffer':
30598 main.c:927: warning: unused variable 'p_buf'
30599
30600 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30601
30602commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
30603Author: Anatolij Gustschin <agust@denx.de>
30604Date: Fri Jan 11 14:30:01 2008 +0100
30605
30606 Add Fujitsu CoralP/Lime video driver
30607
30608 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30609 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
30610
30611commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
30612Author: Anatolij Gustschin <agust@denx.de>
30613Date: Fri Jan 11 02:39:47 2008 +0100
30614
30615 Fix video console newline and carriage return handling
30616
30617 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
30618 are not displayed correctly. This is an attempt to fix
30619 this issue. Also add carriage return handling.
30620
30621 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30622 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
30623
30624commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
30625Author: Stefan Roese <sr@denx.de>
30626Date: Fri Jan 11 15:53:58 2008 +0100
30627
30628 ppc4xx: Fix sdram init on Sequoia boards
30629
30630 Clear possible errors in MCSR resulting from data-eye-search.
30631 If not done, then we could get an interrupt later on when
30632 exceptions are enabled.
30633
30634 Signed-off-by: Stefan Roese <sr@denx.de>
30635
30636commit d610a60730b7464f6f659db49d264d89a7c71061
30637Author: Anatolij Gustschin <agust@denx.de>
30638Date: Fri Jan 11 15:31:09 2008 +0100
30639
30640 ppc4xx: Rework Lime support for lwmon5
30641
30642 Rework Lime support for lwmon5 using new video driver
30643
30644 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30645
30646commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
30647Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30648Date: Fri Jan 11 14:55:16 2008 +0100
30649
30650 ppc4xx: Update PMC440 config file
30651
30652 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30653
30654commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
30655Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30656Date: Fri Jan 11 14:55:08 2008 +0100
30657
30658 ppx4xx: Fix sdram init on PMC440 boards
30659
30660 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
30661
30662commit 061aad4d320dddce26247699dcf2875ee2ea1366
30663Author: Dave Liu <r63238@freescale.com>
30664Date: Thu Jan 10 23:09:33 2008 +0800
30665
30666 mpc83xx: Fix the bug of 266MHz data rate DDR
30667
30668 The DDR doesn't work on the 266MHz data rate,
30669 the patch fix the bug.
30670
30671 Signed-off-by: Dave Liu <daveliu@freescale.com>
30672 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30673
30674commit ded08317ad9e340b887bf2eb46e9565a0f610a93
30675Author: Dave Liu <r63238@freescale.com>
30676Date: Thu Jan 10 23:08:26 2008 +0800
30677
30678 mpc83xx: Make the code more readable
30679
30680 Format the code, make it more readable
30681
30682 Signed-off-by: Dave Liu <daveliu@freescale.com>
30683 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30684
30685commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
30686Author: Dave Liu <r63238@freescale.com>
30687Date: Thu Jan 10 23:07:23 2008 +0800
30688
30689 mpc83xx: Reduce the latency of DDR
30690
30691 Reduce the AL from 2 to 1 clock to improve the performance.
30692
30693 Signed-off-by: Dave Liu <daveliu@freescale.com>
30694 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30695
30696commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
30697Author: Dave Liu <r63238@freescale.com>
30698Date: Thu Jan 10 23:06:05 2008 +0800
30699
30700 mpc83xx: Fix the wrong definition of MPC8315E
30701
30702 According to the latest user manual of MPC8315E,
30703 1) The SVCOD of HRCWL is different than 837x
30704 2) The SCCR has changes
30705
30706 Signed-off-by: Dave Liu <daveliu@freescale.com>
30707 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30708
30709commit ec2638ea08a537a1bd409db873aaaa33a053ebae
30710Author: Dave Liu <r63238@freescale.com>
30711Date: Thu Jan 10 23:05:00 2008 +0800
30712
30713 mpc83xx: Fix the typo in mpc83xx.h
30714
30715 The SPCR about TSEC priority is wrong.
30716
30717 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
30718 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
30719 Signed-off-by: Dave Liu <daveliu@freescale.com>
30720 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30721
30722commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
30723Author: Dave Liu <r63238@freescale.com>
30724Date: Thu Jan 10 23:04:13 2008 +0800
30725
30726 mpc83xx: Fix the typo in global data struct
30727
30728 Fix the typo in global_data.h
30729
30730 Signed-off-by: Dave Liu <daveliu@freescale.com>
30731 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30732
30733commit 2c5b48fc205c3e2752910da8f39209ed075929e5
30734Author: Dave Liu <r63238@freescale.com>
30735Date: Thu Jan 10 23:03:03 2008 +0800
30736
30737 mpc83xx: Remove cache config from config.h
30738
30739 clean up the cache config from configs.h of board
30740
30741 Signed-off-by: Dave Liu <daveliu@freescale.com>
30742 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30743
30744commit fab6f556bbbbd1bb35a5433161f7f173c18df559
30745Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30746Date: Wed Jan 9 20:57:47 2008 +0300
30747
30748 mpc83xx: add support for the MPC8360E-RDK
30749
30750 This is MPC8360E based board with:
30751 - 256MB fixed SDRAM;
30752 - 8MB Intel Strata NOR flash;
30753 - StMICRO 64MiB NAND flash;
30754 - two 10/100/1000 ethernet ports connected via Broadcom
30755 BCM5481 PHYs;
30756 - two 10/100 ethernet ports connected via National
30757 DP83848 PHYs;
30758 - one PCI and one miniPCI slots;
30759 - four serial ports (two NS16550-compatible, two UCCs);
30760 - four USB ports working through MPC8360E "FHCI" USB controller;
30761 - Fujitsu MB86277 graphics controller;
30762 - Analog to Digital Converter/Touchscreen controller, AD7843
30763 connected to SPI.
30764
30765 Features not supported in this patch are:
30766 - StMICRO 64MiB NAND flash (patch sent);
30767 - MINT framebuffer initialization (patch is pending);
30768 - Fetching production information from the EEPROM via I2C;
30769 - FHCI USB;
30770 - Two slow UCCs used as RS-485 UARTs.
30771
30772 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30773 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30774
30775commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
30776Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30777Date: Wed Jan 9 20:57:40 2008 +0300
30778
30779 mpc83xx: add "fsl, qe" compatible fixups
30780
30781 New device trees will use "fsl,qe" compatible properties.
30782
30783 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30784 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30785
30786commit 977b57583a7c34010e566a09a679ec3c1836f996
30787Author: Kim Phillips <kim.phillips@freescale.com>
30788Date: Wed Jan 9 15:24:06 2008 -0600
30789
30790 mpc83xx: add missing CONFIG_HAS_ETH0 defines
30791
30792 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
30793 is defined; add the define to the missing board configs.
30794
30795 Thanks to Emilian Medve for finding this.
30796
30797 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30798
30799commit b830b7f1635984ba607219fcbd78597c28eeb529
30800Author: Becky Bruce <bgill@freescale.com>
30801Date: Thu Jan 10 14:00:28 2008 -0600
30802
30803 86xx: Support 2GB DIMMs
30804
30805 Configure the number of bits used to address the banks inside the SDRAM
30806 device. The default register value of 0 means 2 bits to address 4 banks.
30807 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
30808
30809 Signed-off-by: Becky Bruce <bgill@freescale.com>
30810
30811commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
30812Author: Niklaus Giger <niklausgiger@gmx.ch>
30813Date: Thu Jan 10 18:50:33 2008 +0100
30814
30815 ppc4xx: Make Sequoia boot vxWorks
30816
30817 vxWorks expects in
30818 TLB 0 a entry for the Machine Check interrupt
30819 TLB 1 a entry for the RAM
30820 TLB 2 a entry for the EBC
30821 TLB 3 a entry for the boot flash
30822
30823 After changing the baudrate to 9600 I had no problems to boot the
30824 vxWorks image as distributed by WindRiver (Revision 2.0/1 from
30825 June 18, 2007)
30826
30827 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30828
30829commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
30830Author: Larry Johnson <lrj@arlinx.com>
30831Date: Wed Jan 9 23:10:27 2008 -0500
30832
30833 ppc4xx: Fix dflush() to restore DVLIM register
30834
30835 Signed-off-by: Larry Johnson <lrj@acm.org>
30836
30837commit 252f60b068d1f94190b5bcfda169db582387e15e
30838Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30839Date: Thu Jan 10 03:52:44 2008 -0500
30840
30841 Nios2: remove common/cmd_bdinfo.c unused variable.
30842
30843 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30844 Signed-off-by: Scott McNutt <smcnutt@psyent.com>
30845
30846commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
30847Author: Ben Warren <biggerbadderben@gmail.com>
30848Date: Wed Jan 9 18:15:53 2008 -0500
30849
30850 Fix Ethernet init() return codes
30851
30852 Change return values of init() functions in all Ethernet drivers to conform
30853 to the following:
30854
30855 >=0: Success
30856 <0: Failure
30857
30858 All drivers going forward should return 0 on success. Current drivers that
30859 return 1 on success were left as-is to minimize changes.
30860
30861 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
30862 Acked-by: Stefan Roese <sr@denx.de>
30863 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30864 Acked-by: Kim Phillips <kim.phillips@freescale.com>
30865 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30866 Acked-By: Timur Tabi <timur@freescale.com>
30867
30868commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
30869Author: Wolfgang Denk <wd@denx.de>
30870Date: Thu Jan 10 00:55:14 2008 +0100
30871
30872 Coding Style cleanup; update CHANGELOG
30873
30874 Signed-off-by: Wolfgang Denk <wd@denx.de>
30875
Wolfgang Denk545b06a2008-01-10 00:55:14 +010030876commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
30877Author: Kim Phillips <kim.phillips@freescale.com>
30878Date: Wed Jan 9 16:56:54 2008 -0600
30879
30880 Add QE brg freq and correct qe bus freq fdt update code
30881
30882 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30883 Signed-off-by: Andy Fleming <afleming@freescale.com>
30884
30885commit 890dfef06c2d169a3356359596890754dfb8ee1c
30886Author: Andy Fleming <afleming@freescale.com>
30887Date: Wed Jan 9 16:34:51 2008 -0600
30888
30889 Remove cache config from ATUM8548 and sbc8548 configs
30890
30891 These boards weren't updated by Kumar's config patch because they
30892 weren't in the tree, yet.
30893
30894 Signed-off-by: Andy Fleming <afleming@freescale.com>
30895
30896commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
30897Author: Timur Tabi <timur@freescale.com>
30898Date: Mon Jan 7 13:31:19 2008 -0600
30899
30900 85xx: add ability to upload QE firmware
30901
30902 Define the layout of a binary blob that contains a QE firmware and instructions
30903 on how to upload it. Add function qe_upload_firmware() to parse the blob and
30904 perform the actual upload. Add command-line command "qe fw" to take a firmware
30905 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the
30906 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define
30907 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
30908
30909 Signed-off-by: Timur Tabi <timur@freescale.com>
30910
30911commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
30912Author: Kumar Gala <galak@kernel.crashing.org>
30913Date: Tue Jan 8 01:22:21 2008 -0600
30914
30915 85xx: Remove cache config from configs.h
30916
30917 Either use the standard defines in asm/cache.h or grab the information
30918 at runtime from the L1CFG SPR.
30919
30920 Also, minor cleanup in cache.h to make the code a bit more readable.
30921
30922 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30923
30924commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
30925Author: robert lazarski <robertlazarski@gmail.com>
30926Date: Fri Dec 21 10:39:27 2007 -0500
30927
30928 mpc85xx: Add support for ATUM8548 (updated)
30929
30930 Add support for Instituto Atlantico's ATUM8548 board
30931
30932 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
30933 Signed-off-by: Andy Fleming <afleming@freescale.com>
30934
30935commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
30936Author: robert lazarski <robertlazarski@gmail.com>
30937Date: Fri Dec 21 10:36:37 2007 -0500
30938
30939 mpc85xx: Add support for ATUM8548 (updated)
30940
30941 Add support for Instituto Atlantico's ATUM8548 board
30942
30943 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
30944
30945commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
30946Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30947Date: Thu Dec 13 06:45:14 2007 -0600
30948
30949 mpc85xx: Add support for SBC8548 (updated)
30950
30951 Add support for Wind River's SBC8548 reference board.
30952
30953 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30954
30955commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
30956Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30957Date: Thu Dec 13 06:45:08 2007 -0600
30958
30959 mpc85xx: Add support for SBC8548 (updated)
30960
30961 Add support for Wind River's SBC8548 reference board.
30962
30963 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30964 Signed-off by: Andy Fleming <afleming@freescale.com>
30965
30966commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
30967Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30968Date: Mon Oct 22 19:58:19 2007 +0400
30969
30970 MPC8568E-MDS: set up QE pario for UART1
30971
30972 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
30973 be set up appropriately.
30974
30975 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30976
30977commit ad162249cb371e9e38971676f09be791e5f3cf4a
30978Author: Anton Vorontsov <avorontsov@ru.mvista.com>
30979Date: Mon Oct 22 18:12:46 2007 +0400
30980
30981 MPC8568E-MDS: reset UCCs to use them reliably
30982
30983 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
30984 UCCs.
30985
30986 p.s Similar code exists in the Linux kernel board file (for capability
30987 reasons with older U-Boots), but should be removed some day.
30988
30989 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
30990
30991commit 2146cf56821c3364786ca94a7306008c5824b238
30992Author: Kumar Gala <galak@kernel.crashing.org>
30993Date: Wed Dec 19 01:18:15 2007 -0600
30994
30995 Reworked FSL Book-E TLB macros to be more readable
30996
30997 The old macros made it difficult to know what WIMGE and perm bits
30998 were set for a TLB entry. Actually use the bit masks for these items
30999 since they are only a single bit.
31000
31001 Also moved the macros into mmu.h out of e500.h since they aren't specific
31002 to e500.
31003
31004 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31005
31006commit 1d47273d46925929f8f2c1913cd96d7257aade88
31007Author: Kumar Gala <galak@kernel.crashing.org>
31008Date: Tue Dec 18 23:21:51 2007 -0600
31009
31010 Use FSL Book-E MMU macros from Linux Kernel
31011
31012 Grab the FSL Book-E MAS register macros from Linux. Also added
31013 defines for page sizes up to 4TB and removed SHAREN since it doesnt
31014 really exist.
31015
31016 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31017
31018commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
31019Author: Andy Fleming <afleming@freescale.com>
31020Date: Wed Jan 9 13:51:32 2008 -0600
31021
31022 Fix my own merge stupidity
31023
31024 Way back in August I merged Heiko's patch:
31025 566a494f592: [PCS440EP] upgrade the PCS440EP board
31026
31027 with Jon's CONFIG_COMMANDS patches.
31028
31029 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
31030
31031 However, in the process, I left out some of Heiko's good changes.
31032
31033 Now Heiko's and Jon's patches are properly merged in fat_register_device()
31034
31035 Signed-off-by: Andy Fleming <afleming@freescale.com>
31036
31037commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
31038Author: James Yang <James.Yang@freescale.com>
31039Date: Wed Jan 9 11:17:49 2008 -0600
31040
31041 Expose parse_line() globally.
31042
31043 Add new function readline_into_buffer() that allows the
31044 output of readline to be put into a pointer to char buffer.
31045
31046 This refactoring allows other functions besides the
31047 main command loop to also use the same input mechanism.
31048
31049 Signed-off-by: James Yang <James.Yang@freescale.com>
31050 Acked-by: Jon Loeliger <jdl@freescale.com>
31051
31052commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
31053Author: Guennadi Liakhovetski <lg@denx.de>
31054Date: Wed Jan 9 01:15:25 2008 +0100
31055
31056 trivial: fix consequences of a bad merge
31057
31058 Fix what looks like a merge artifact.
31059
31060 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31061
31062commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
31063Author: Zhang Wei <wei.zhang@freescale.com>
31064Date: Thu Jan 3 10:51:15 2008 +0800
31065
31066 Add Ctrl combo key support to usb keyboard driver.
31067
31068 Ctrl combo key support is added, which is very useful to input Ctrl-C
31069 for interrupt current job.
31070 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
31071 key input when tstc() is called.
31072
31073 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
31074
31075commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
31076Author: Marcel Ziswiler <marcel@ziswiler.com>
31077Date: Sun Dec 30 03:30:56 2007 +0100
31078
31079 fix various comments
31080
31081 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31082
31083commit 7817cb2083d982923752fe0f12b67c0e7c09a027
31084Author: Marcel Ziswiler <marcel@ziswiler.com>
31085Date: Sun Dec 30 03:30:46 2007 +0100
31086
31087 fix comments with new drivers organization
31088
31089 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
31090
31091commit a9b410dc7d2a4721c408b13abfc037988150f145
31092Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31093Date: Fri Dec 28 12:50:59 2007 +0900
31094
31095 Remove the obsolete terse version of do_mii()
31096
31097 We now have more useful version of do_mii() and everybody use it.
31098 Gerald Van Baren says:
31099
31100 > When I originally wrote the mii command 6(!) years ago, I wrote a
31101 > verbose version that printed human readable decomposition of the flags,
31102 > etc., and a terse one that didn't print as much stuff and thus had a
31103 > smaller memory footprint.
31104 >
31105 > It sounds like the terse version has withered and died, apparently
31106 > people are only using the verbose version (which is very understandable,
31107 > I do myself).
31108
31109 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31110 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
31111
31112commit 01c687aa6e065bd4faf80f723361e798941dd6b0
31113Author: Mike Frysinger <vapier@gentoo.org>
31114Date: Thu Dec 27 13:42:56 2007 -0500
31115
31116 Do not reference sha1.c when building mkimage.
31117
31118 remove sha1.o from mkimage linking since it isn't actually used.
31119
31120 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
31121
31122commit b9173af73e524d37c812f210173cf83385c5171a
31123Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31124Date: Thu Dec 27 15:39:54 2007 +0900
31125
31126 common/cmd_mii.c: Add sanity argc check
31127
31128 If type mii command without arguments, we suffer from uninitialized argv[]
31129 entries; for example we MIPS get stuck by TLB error.
31130
31131 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
31132
31133commit 500856eb1707ed17d9204baa61dd59948d3b2899
31134Author: Rafal Jaworowski <raj@semihalf.com>
31135Date: Wed Jan 9 19:39:36 2008 +0100
31136
31137 API for external applications.
31138
31139 This is an API for external (standalone) applications running on top of
31140 U-Boot, and is meant to be more extensible and robust than the existing
31141 jumptable mechanism. It is similar to UNIX syscall approach. See api/README
31142 for more details.
31143
31144 Included is the demo application using this new framework (api_examples).
31145
31146 Please note this is still an experimental feature, and is turned off by
31147 default.
31148
31149 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
31150
Wolfgang Denke5b6f642008-01-12 00:39:37 +010031151commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
31152Author: Jon Loeliger <jdl@freescale.com>
31153Date: Wed Jan 9 12:14:55 2008 -0600
31154
31155 86xx: Remove cache config from configs.h
31156
31157 Just use the standard defines in asm/cache.h.
31158
31159 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31160
Wolfgang Denk545b06a2008-01-10 00:55:14 +010031161commit 26a41790f8eba19ad450e18ae91351daf485b3e2
31162Author: Rafal Jaworowski <raj@semihalf.com>
31163Date: Wed Jan 9 18:05:27 2008 +0100
31164
31165 Globalize envmatch()
31166
31167 The newly introduced API (routines related to env vars) will need to call
31168 it.
31169
31170 Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
31171
Wolfgang Denke5b6f642008-01-12 00:39:37 +010031172commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
31173Author: Jon Loeliger <jdl@freescale.com>
31174Date: Fri Jan 4 12:07:27 2008 -0600
31175
31176 Convert MPC8610HPCD to use libfdt.
31177
31178 Assumes the presence of the aliases node in the DTS to
31179 locate the pci and serial nodes for fixups.
31180
31181 Use consistent fdtaddr and fdtfile in environment variables.
31182
31183 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31184
31185commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
31186Author: Jon Loeliger <jdl@freescale.com>
31187Date: Fri Jan 4 11:58:23 2008 -0600
31188
31189 8610: Fix lingering compile warnings.
31190
31191 Turn off DEBUG.
31192
31193 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31194
Wolfgang Denk545b06a2008-01-10 00:55:14 +010031195commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
31196Author: Wolfgang Denk <wd@denx.de>
31197Date: Wed Jan 9 15:14:46 2008 +0100
31198
31199 Coding Style cleanup, update CHANGELOG
31200
31201 Signed-off-by: Wolfgang Denk <wd@denx.de>
31202
Wolfgang Denkcc3c26002008-01-09 15:14:46 +010031203commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
31204Author: Mike Frysinger <vapier@gentoo.org>
31205Date: Tue Dec 18 04:29:55 2007 -0500
31206
31207 fix easylogo on big endian dev systems
31208
31209 didnt realize how out of shape easylogo actually was until i tried using it.
31210 this patch does byte swapping as need be on the input tga header since the tga
31211 is in little endian but the host could just as well be big endian. i didnt
31212 bother using bswap macros or such stuff from system headers as nothing in
31213 POSIX dictates byte swapping functionality.
31214
31215 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
31216
31217commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
31218Author: Mike Frysinger <vapier@gentoo.org>
31219Date: Tue Dec 18 03:23:25 2007 -0500
31220
31221 cleanup easylogo
31222
31223 - make the Makefile not suck
31224 - include proper headers for prototypes
31225 - fix obvious broken handling of strchr() when handling '.' in filenames
31226
31227 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
31228
31229commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
31230Author: raptorbrino@aim.com <raptorbrino@aim.com>
31231Date: Thu Dec 13 21:23:28 2007 -0500
31232
31233 Fix build problems under Cygwin
31234
31235 This patch allows u-boot to build without error in a cygwin
31236 environment. Cygwin does not define __u64 in it's
31237 include/asm/types.h file. The -idirafter flag in the u-boot
31238 build causes the inclusion of the cygwin types.h file as opposed
31239 to u-bot/include/asm/types.h file which does define __u64.
31240 Subsequently, sha1.c compile fails due to unknown symbol.
31241
31242 Signed-off-by: Brian Miller <raptorbrino@netscape.net>
31243
31244commit 43ef1c381f9195504a2488f5cb909227eb97d475
31245Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
31246Date: Fri Nov 30 17:29:59 2007 +0100
31247
31248 cmd_bmp: Add support for displaying gzip compressed bmps
31249
31250 The existing code can show information about a gzip compressed BMP
31251 image, but can't actually display it.
31252
31253 Therefore, move the decompression code out of bmp_info() and use it in
31254 bmp_display() as well in order to display a compressed BMP image.
31255
31256 Also, clean things up a bit and fix a memory leak while we're at it.
31257
31258 [hskinnemoen@atmel.com: a bit of refactoring]
31259 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31260
31261commit d197ffd8172c6fdef38733424640a9a47295d6e9
31262Author: Guennadi Liakhovetski <lg@denx.de>
31263Date: Thu Nov 29 21:15:56 2007 +0100
31264
31265 Fix and optimize MII operations on FEC (MPC8xx) controllers
31266
31267 This patch fixes several issues at least on a MPC885 based system with two
31268 FEC interfaces used in MII mode.
31269
31270 1. PHY discovery should first read PHY_PHYIDR2 register and only then
31271 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
31272 otherwise the values read are wrong. Also notice, that PHY discovery
31273 cannot work on MPC88x / MPC87x in setups with both FECs active at all
31274 in its present form, because for both interfaces the registers from FEC
31275 1 are used to communicate over MII.
31276
31277 2. Remove code duplication for resetting the FEC by isolating it into a
31278 separate function.
31279
31280 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
31281
31282 4. Optimize mii_init() to only reset the FEC 1 controller once.
31283
31284 5. Fix a typo in mii_init() using index i instead of j thus potentially
31285 leading to unpredictable results.
31286
31287 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31288
31289commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
31290Author: Guennadi Liakhovetski <lg@denx.de>
31291Date: Tue Nov 20 13:14:20 2007 +0100
31292
31293 Fix endianness conversions in rtl8169 driver
31294
31295 It is unclear on what platforms this driver has been tested, since
31296 noone up to now defines CONFIG_RTL8169 in the board configuration
31297 header. Now it has been fixed for a big-endian mpc8241 based
31298 linkstation platform. This patch presents the necessary endianness
31299 conversion fixes.
31300
31301 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
31302
Wolfgang Denk545b06a2008-01-10 00:55:14 +010031303commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
31304Author: Zhang Wei <wei.zhang@freescale.com>
31305Date: Thu Jan 3 10:51:15 2008 +0800
31306
31307 Add Ctrl combo key support to usb keyboard driver.
31308
31309 Ctrl combo key support is added, which is very useful to input Ctrl-C
31310 for interrupt current job.
31311 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
31312 key input when tstc() is called.
31313
31314 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
31315 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31316
Wolfgang Denkcc3c26002008-01-09 15:14:46 +010031317commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
31318Author: Wolfgang Denk <wd@denx.de>
31319Date: Wed Jan 9 13:43:38 2008 +0100
31320
31321 Coding Style clenaup; update CHANGELOG
31322
31323 Signed-off-by: Wolfgang Denk <wd@denx.de>
31324
Wolfgang Denk635a2c72008-01-09 13:43:38 +010031325commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
31326Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31327Date: Thu Dec 27 17:13:11 2007 +0100
31328
31329 Remove bit swapping in Xilinx Spartan bitfile loading
31330
31331 This patch removes the unnecessary bit swapping when
31332 booting .bit files with the 'fpga loadb' command.
31333
31334 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31335
31336commit 437fc7327f0611f82937858f2d80e4cd61b40984
31337Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31338Date: Thu Dec 27 17:13:05 2007 +0100
31339
31340 Fix MSB check in Xilinx Spartan slave serial mode
31341
31342 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31343
31344commit 3bff4ffa33729a42645e328a21e8d16488872958
31345Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31346Date: Thu Dec 27 17:12:56 2007 +0100
31347
31348 Add new Xilinx Spartan FPGA types
31349
31350 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31351
31352commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
31353Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31354Date: Thu Dec 27 17:12:43 2007 +0100
31355
31356 Add pre and post configuration callbacks for Spartan FPGAs
31357
31358 This patch adds a post configuration callback for Spartan2/3 FPGAs.
31359 pre and post configuration callback are now optional and
31360 not called when the function pointer is set to NULL.
31361
31362 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31363
31364commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
31365Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31366Date: Thu Dec 27 17:12:34 2007 +0100
31367
31368 Improve configuration of FPGA subsystem
31369
31370 This patch removes the FPGA subsystem configuration through
31371 the CONFIG_FPGA bitmask configuration option.
31372
31373 See README for the new options:
31374
31375 CONFIG_FPGA,
31376 CONFIG_FPGA_<vendor>,
31377 CONFIG_FPGA_<family>
31378
31379 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31380
31381commit 95c6bc7d4a3588b452baca610f8c795a83630477
31382Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31383Date: Thu Dec 27 16:55:17 2007 +0100
31384
31385 Add Epson RX8025 RTC support
31386
31387 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31388
31389commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
31390Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31391Date: Thu Dec 27 16:57:23 2007 +0100
31392
31393 serial: Make default_serial_console() a weak function
31394
31395 With this patch it is possible to reimplement default_serial_console()
31396 in board specific code. This will be done in the upcomming PMC440
31397 U-Boot port. This also allows the lwmon board maintainer to
31398 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
31399
31400 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31401
31402commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
31403Author: Harald Welte <laforge@openmoko.org>
31404Date: Wed Dec 19 14:14:47 2007 +0100
31405
31406 add 'terminal program' functionality
31407
31408 This patch adds a 'cu' like serial terminal command to u-boot
31409 using which you can access other serial ports from the system console.
31410
31411 OpenMoko uses this in their Neo1973 phones to get access to the GSM
31412 Modem and GPS chip from the bootloader.
31413
31414 Signed-off-by: Harald Welte <laforge@openmoko.org>
31415
31416commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
31417Author: Harald Welte <laforge@openmoko.org>
31418Date: Wed Dec 19 14:12:53 2007 +0100
31419
31420 Re-introduce the 'nand read.oob' and 'nand write.oob' commands
31421 that used to exist with the legacy NAND code
31422
31423 Signed-off-by: Harald Welte <laforge@openmoko.org>
31424
31425commit f540c42d9564854b19ce9bbb70affe172529fe70
31426Author: Harald Welte <laforge@openmoko.org>
31427Date: Wed Dec 19 14:09:58 2007 +0100
31428
31429 Fix building with CRAMFS but not JFFS2 support
31430
31431 Signed-off-by: Harald Welte <laforge@openmoko.org>
31432
31433commit 23d0baf967fecdaf1804f045f6339337c5607eec
31434Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31435Date: Sat Dec 22 15:52:58 2007 +0100
31436
31437 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
31438
31439 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31440 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31441
31442commit 23776ff292966a85d811126933830bed48211826
31443Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31444Date: Tue Dec 11 10:53:12 2007 +0100
31445
31446 ARM: support board-specific ethernet PHY init
31447
31448 Add until the new phylib will be arrived
31449
31450 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31451
31452commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
31453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31454Date: Sat Dec 8 16:34:08 2007 +0100
31455
31456 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
31457
31458 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31459
31460commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
31461Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31462Date: Sun Dec 9 11:01:10 2007 +0100
31463
31464 Add missing file in gitignore and comments
31465
31466 based on Linux source tree's .gitignore files
31467
31468 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31469
31470commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
31471Author: Wolfgang Denk <wd@denx.de>
31472Date: Wed Jan 9 11:36:21 2008 +0100
31473
31474 Coding Style cleanup, update CHANGELOG
31475
31476 Signed-off-by: Wolfgang Denk <wd@denx.de>
31477
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031478commit b2e2142c500c48a57f18f9dd30e66c13caea0971
31479Author: Stefan Roese <sr@denx.de>
31480Date: Wed Jan 9 10:38:58 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031481
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031482 POST: Execute SPR test after relocation
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031483
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031484 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
31485 self modifying code and this doesn't work with stack in d-cache, since
31486 I can't move the code from d-cache to i-cache. We move the SPR test to
31487 be executed a little later, after relocation. Then stack is located in
31488 SDRAM and this self-modifying code is no problem anymore.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031489
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031490 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031491
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031492commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
31493Author: Stefan Roese <sr@denx.de>
31494Date: Wed Jan 9 10:28:20 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031495
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031496 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031497
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031498 This patch configures the LWMON5 port to use d-cache as init-ram and
31499 the unused GPT0_COMP6 as POST WORD storage.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031500
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031501 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031502
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031503commit 1754f50b710194f886b6f2831803d8960171a14d
31504Author: Stefan Roese <sr@denx.de>
31505Date: Wed Jan 9 10:25:46 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031506
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031507 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031508
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031509 The privious 4xx POST implementation only supported storing the POST
31510 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
31511 we need to store the POST WORD in some other non volatile location.
31512 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
31513 a location.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031514
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031515 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031516
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031517commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
31518Author: Stefan Roese <sr@denx.de>
31519Date: Wed Jan 9 10:23:16 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031520
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031521 ppc4xx: Add 44x cache locking to better support init-ram in d-cache
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031522
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031523 This patch adds support for locking the init-ram/stack in d-cache,
31524 so that other regions may use d-cache as well
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031525
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031526 Note, that this current implementation locks exactly 4k of d-cache,
31527 so please make sure that you don't define a bigger init-ram area. Take
31528 a look at the lwmon5 440EPx implementation as a reference.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031529
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031530 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031531
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031532commit 0ddb89601a8d29e808db450366752ffdc6267c53
31533Author: Wolfgang Denk <wd@denx.de>
31534Date: Wed Jan 9 10:16:33 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031535
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031536 Fix memset bug in ext2fs_read_file()
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031537
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031538 ext2fs_read_file() had the function arguments swapped.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031539
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031540 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031541
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031542 Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031543
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031544commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
31545Author: Markus Klotzbücher <mk@denx.de>
31546Date: Tue Jan 5 08:17:15 1988 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031547
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031548 Fix problems with usb storage devices on MPC5200 /TQM5200
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031549
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031550 The MPC5200 OHCI controller operates in big endian, so
31551 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031552
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031553 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031554
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031555commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
31556Author: Wolfgang Denk <wd@denx.de>
31557Date: Tue Jan 8 22:58:27 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031558
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031559 Fix compile problem with new env code.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031560
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031561 Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031562
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031563commit 64b3727b9779d86127cd576e392a987de5ebb9fd
31564Author: Markus Klotzbücher <mk@denx.de>
31565Date: Tue Nov 27 10:23:20 2007 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031566
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031567 tools: fix fw_printenv tool to compile again
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031568
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031569 This patch updates the fw_printenv/fw_setenv userspace tool to include
31570 the correct MTD header in order to compile against current kernel
31571 headers. Backward compatibility is preserved by introducing an option
31572 MTD_VERSION which can be set to "old" for compilation using the old MTD
31573 headers. Along with this a number of warnings are fixed.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031574
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031575 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031576
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031577commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
31578Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31579Date: Tue Jan 8 15:40:09 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031580
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031581 ppc4xx: assign PCI interrupts on seuqoia boards
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031582
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031583 Some operating systems rely on assigned PCI interrupts.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031584
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031585 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031586
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031587commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
31588Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31589Date: Tue Jan 8 15:50:49 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031590
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031591 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031592
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031593 This patch allows the use of 4xx interrupt vector number defines
31594 in board specific code outside cpu/ppc4xx.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031595
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031596 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031597
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031598commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
31599Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31600Date: Tue Jan 8 15:39:01 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031601
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031602 ppc4xx: Fix UIC2 vector number base
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031603
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031604 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031605
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031606commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
31607Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31608Date: Tue Jan 8 12:49:58 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031609
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031610 ppc4xx: Update PLB/PCI divider for PMC440 board
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031611
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031612 This patch updates the PLB/PCI divider when running at
31613 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031614
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031615 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031616
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031617commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
31618Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31619Date: Tue Jan 8 11:13:09 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031620
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031621 ppc4xx: Disable error message when no NAND chip is installed on PMC440
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031622
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031623 Add CFG_NAND_QUIET_TEST option to disable error message when
31624 no NAND chip is installed on PMC440 boards.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031625
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031626 Disable a couple of config defines that are only used for NAND_U_BOOT.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031627
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031628 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031629
Wolfgang Denk545b06a2008-01-10 00:55:14 +010031630commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
31631Author: Wolfgang Denk <wd@denx.de>
31632Date: Tue Jan 8 22:58:27 2008 +0100
31633
31634 Fix compile problem with new env code.
31635
31636 Signed-off-by: Wolfgang Denk <wd@denx.de>
31637
31638commit 6de66b35426312a21174a9bf0576a094e2904bea
31639Author: Markus Klotzbücher <mk@denx.de>
31640Date: Tue Nov 27 10:23:20 2007 +0100
31641
31642 tools: fix fw_printenv tool to compile again
31643
31644 This patch updates the fw_printenv/fw_setenv userspace tool to include
31645 the correct MTD header in order to compile against current kernel
31646 headers. Backward compatibility is preserved by introducing an option
31647 MTD_VERSION which can be set to "old" for compilation using the old MTD
31648 headers. Along with this a number of warnings are fixed.
31649
31650 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
31651
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031652commit ad3006fe7e84667021753b74247b0bafd97ba35f
31653Author: Gerald Van Baren <vanbaren@cideas.com>
31654Date: Mon Jan 7 23:47:32 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031655
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031656 LIBFDT: use memmove() instead of memcpy()
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031657
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031658 This is partial patch from the DTC/libfdt
31659 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647
31660 Author: David Gibson <david@gibson.dropbear.id.au>
31661 Date: Wed Nov 21 11:56:14 2007 +1100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031662
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031663 The patch also fixes one genuine bug caught by valgrind -
31664 _packblocks() in fdt_rw.c was using memcpy() where it should have been
31665 using memmove().
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031666
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031667 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031668
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031669commit aec7135bc300e3340d18f203347ee00c5b5f68c0
31670Author: David Gibson <david@gibson.dropbear.id.au>
31671Date: Mon Dec 17 14:42:07 2007 +1100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031672
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031673 libfdt: Add more documentation (patch the seventh)
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031674
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031675 This patch adds more documenting comments to libfdt.h. Specifically,
31676 these document the read/write functions (not including fdt_open_into()
31677 and fdt_pack(), for now).
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031678
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031679 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031680
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031681commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
31682Author: David Gibson <david@gibson.dropbear.id.au>
31683Date: Mon Dec 17 14:41:52 2007 +1100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031684
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031685 libfdt: Add more documentation (patch the sixth)
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031686
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031687 This patch adds some more documenting comments to libfdt.h.
31688 Specifically this documents all the write-in-place functions.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031689
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031690 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031691
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031692commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
31693Author: Gerald Van Baren <vanbaren@cideas.com>
31694Date: Sat Dec 29 22:45:27 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031695
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031696 Fine grained per property /chosen updating.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031697
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031698 Implement a suggestion by Scott Wood to make the /chosen handling fine
31699 grained. Don't overwrite pre-existing properties on a per-property basis,
31700 so if /chosen exists but a necessary /chosen/property doesn't, it gets
31701 created. If a /chosen property exists, it is NOT overwritten unless the
31702 "force" flag is true.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031703
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031704 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031705
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031706commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
31707Author: Gerald Van Baren <vanbaren@cideas.com>
31708Date: Sat Jan 5 15:33:29 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031709
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031710 Improve the FDT help message.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031711
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031712 Add a note that "fdt copy" makes the new address active.
31713 Remove most of the extra hints at the end of the fdt help.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031714
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031715 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031716
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031717commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
31718Author: Gerald Van Baren <vanbaren@cideas.com>
31719Date: Sat Jan 5 14:52:04 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031720
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031721 Support setting FDT properties with optional values.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031722
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031723 Fix a bug found and documented by Bartlomiej Sieka where the optional
31724 value on "fdt set <path> <prop> [<val>]" wasn't optional.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031725
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031726 => fdt mknode / testnode
31727 => fdt print /testnode
31728 testnode {
31729 };
31730 => fdt set /testnode testprop
31731 => fdt print /testnode
31732 testnode {
31733 testprop;
31734 };
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031735
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031736 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031737
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031738commit 22fb2246df91bfc840d87f0c5910818bad55577a
31739Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31740Date: Fri Dec 28 11:56:30 2007 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031741
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031742 Add fdt_find_and_setprop() to fdt_support.h
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031743
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031744 fdt_find_and_setprop() is used by several 4xx boards and it's
31745 missing in the appropriate header. This patch eliminates a
31746 warning when building U-Boot for such boards.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031747
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031748 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31749 Acked-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031750
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031751commit 802b769bac17b0560d3535a42c502469ee190cd1
31752Author: Stefan Roese <sr@denx.de>
31753Date: Tue Jan 8 18:39:30 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031754
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031755 ppc4xx: Return 0 on success in 4xx ethernet driver
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031756
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031757 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031758
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031759commit 6775c68683a53c7abc778774641aac6f833a2cbf
31760Author: Kim Phillips <kim.phillips@freescale.com>
31761Date: Tue Jan 8 09:59:49 2008 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031762
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031763 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031764
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031765 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031766
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031767commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
31768Author: Kim Phillips <kim.phillips@freescale.com>
31769Date: Thu Dec 20 16:28:34 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031770
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031771 mpc83xx: rm remaining FLAT_TREE code
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031772
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031773 ..in board pci.c files
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031774
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031775 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031776
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031777commit b3458d2cd55d01732e30a76d898afd99e871cd67
31778Author: Kim Phillips <kim.phillips@freescale.com>
31779Date: Thu Dec 20 15:57:28 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031780
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031781 mpc83xx: remove FLAT_TREE code
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031782
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031783 need to rm it from pci code, too!
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031784
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031785 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031786
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031787commit 5b8bc606c61456566af6912f818a153b6b06f242
31788Author: Kim Phillips <kim.phillips@freescale.com>
31789Date: Thu Dec 20 14:09:22 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031790
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031791 mpc83xx: convert to using do_fixup_*()
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031792
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031793 convert to using simpler mpc85xx style fdt update code; streamline by
31794 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
31795 the old school FLAT_TREE code from 83xx (since the sbc8349 was just
31796 converted over to using libfdt).
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031797
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031798 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031799
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031800commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
31801Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31802Date: Thu Dec 20 12:58:51 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031803
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031804 sbc8349: enable libfdt by default on WRS SBC8349 board.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031805
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031806 Make libfdt the default for the WRS SBC8349 board.
31807 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
31808 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031809
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031810 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031811
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031812commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
31813Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31814Date: Thu Dec 20 12:58:16 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031815
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031816 sbc8349: migrate board to libfdt
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031817
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031818 This adds libfdt support code for the Wind River sbc8349 board.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031819
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031820 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
31821 the other Freescale 83xx boards.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031822
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031823 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031824
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031825commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
31826Author: Paul Gortmaker <paul.gortmaker@windriver.com>
31827Date: Thu Dec 20 12:56:19 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031828
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031829 sbc8349: Remove board specific ECC code
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031830
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031831 ECC code is now shared for all 83xx boards, so remove board specific one.
31832 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031833
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031834 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031835
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031836commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
31837Author: Kim Phillips <kim.phillips@freescale.com>
31838Date: Thu Dec 20 01:30:48 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031839
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031840 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031841
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031842 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031843
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031844 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031845
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031846commit ccf21c311e68d48399eff1e72936052885f6e3f7
31847Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
31848Date: Thu Dec 6 16:43:40 2007 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031849
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031850 Add support CONFIG_UEC_ETH3 in MPC83xx
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031851
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031852 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
31853
31854commit e6af9932d31171e35db880e7b2f29f903b1b7660
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031855Author: Kumar Gala <galak@kernel.crashing.org>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031856Date: Mon Nov 26 11:00:54 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031857
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031858 Remove CONFIG options related to OF that we dont use
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031859
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031860 The MPC8360E MDS config defined:
31861 CONFIG_OF_HAS_BD_T
31862 CONFIG_OF_HAS_UBOOT_ENV
31863
31864 Which we don't use or ever needed. This seems like copy-paste feature creep.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031865
31866 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
31867
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031868commit f602082b4b7ed4ee16432067cc67a0a24fedc715
31869Author: Kim Phillips <kim.phillips@freescale.com>
31870Date: Mon Dec 10 14:16:22 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031871
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031872 mpc83xx: supress compiler warning
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031873
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031874 mpc8360emds.c: In function ‘ft_board_setup’:
31875 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
31876 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031877
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031878 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031879
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031880commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
31881Author: Kim Phillips <kim.phillips@freescale.com>
31882Date: Tue Nov 27 14:17:29 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031883
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031884 mpc83xx: fix remaining fdt_find_node_by_path references
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031885
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031886 rename to fdt_path_offset
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031887
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031888 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031889
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031890commit 921d4b19ad1be704df58725485d9292dc0414adf
31891Author: Kim Phillips <kim.phillips@freescale.com>
31892Date: Mon Nov 19 12:30:09 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031893
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031894 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031895
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031896 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
31897 This change guarantees that the environment will be located on the
31898 first flash sector after the U-Boot image.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031899
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031900 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031901
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031902commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
31903Author: Kim Phillips <kim.phillips@freescale.com>
31904Date: Fri Nov 9 14:28:08 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031905
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031906 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031907
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031908 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type
31909 properties in the device tree so the PHY gets configured for internal delay on
31910 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031911
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031912 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031913
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031914commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
31915Author: Dave Liu <r63238@freescale.com>
31916Date: Tue Sep 18 12:41:15 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031917
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031918 mpc83xx: update the CREDITS and MAINTAINERS
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031919
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031920 update the CREDITS and MAINTAINERS.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031921
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031922 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031923
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031924commit b21add4b42af7b767448251b599b91066a160e0d
31925Author: Dave Liu <r63238@freescale.com>
31926Date: Tue Sep 18 12:40:21 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031927
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031928 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031929
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031930 Add the MAINTAINER and MAKEALL entries for mpc837xemds
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031931
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031932 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031933
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031934commit f8900ce9094c462355eb792eea264ff16ac8fd16
31935Author: Dave Liu <r63238@freescale.com>
31936Date: Tue Sep 18 12:38:53 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031937
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031938 mpc83xx: Add the MPC837xEMDS board readme
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031939
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031940 Add the README.mpc837xemds to /doc
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031941
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031942 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031943
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031944commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
31945Author: Dave Liu <r63238@freescale.com>
31946Date: Tue Sep 18 12:37:57 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031947
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031948 mpc83xx: Add the support of MPC837xEMDS board
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031949
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031950 The MPC837xEMDS board support:
31951 * DDR2 400MHz hardcoded and SPD init
31952 * Local bus NOR Flash
31953 * I2C, UART, MII and RTC
31954 * eTSEC RGMII
31955 * PCI host
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031956
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031957 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031958
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031959commit 555da61702771fe0f76f3de23b4e7590f3704161
31960Author: Dave Liu <r63238@freescale.com>
31961Date: Tue Sep 18 12:36:58 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031962
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031963 mpc83xx: Add the support of MPC8315E SoC
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031964
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031965 The MPC8315E SoC including e300c3 core and new IP blocks,
31966 such as TDM, PCI Express and SATA controller.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031967
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031968 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031969
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031970commit 03051c3d35c9981ceaa059005660e699f3eacf1c
31971Author: Dave Liu <r63238@freescale.com>
31972Date: Tue Sep 18 12:36:11 2007 +0800
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031973
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031974 mpc83xx: Add the support of MPC837x SoC
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031975
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031976 The MPC837x SoC including e300c4 core and new IP blocks,
31977 such as SDHC, PCI Express and SATA controller.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031978
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031979 Signed-off-by: Dave Liu <daveliu@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031980
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031981commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
31982Author: Anton Vorontsov <avorontsov@ru.mvista.com>
31983Date: Wed Nov 14 18:54:53 2007 +0300
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031984
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031985 MPC8360E-MDS: configure and enable second UART
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031986
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031987 Despite user manual, BCSR9.7 is negated (high) on HRST, so
31988 UART2 is disabled. Fix that and configure QE pins properly.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031989
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031990 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031991
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031992commit b2893e1fcb28fad8c8b317104df8cee0142c7631
31993Author: Timur Tabi <timur@freescale.com>
31994Date: Mon Nov 5 09:34:06 2007 -0600
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031995
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031996 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010031997
Wolfgang Denkc93939f2008-01-09 11:36:21 +010031998 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
31999 currently-defined 83xx boards. This change guarantees that the environment
32000 will be located on the first flash sector after the U-Boot image.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032001
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032002 Signed-off-by: Timur Tabi <timur@freescale.com>
32003 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032004
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032005commit e05329516a13616b53240cd85b739217c2bf87f1
32006Author: Larry Johnson <lrj@acm.org>
32007Date: Fri Jan 4 13:27:02 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032008
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032009 ppc4xx: Remove weak binding from common Denali data-eye search code
32010
32011 Now that there are no board-specific versions of
32012 "denali_core_search_data_eye()", the weak binding on the common version
32013 can be removed.
32014
32015 Signed-off-by: Larry Johnson <lrj@acm.org>
32016
32017commit 5ba576c01602fd328800a427964c36a0a05c5dce
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032018Author: Stefan Roese <sr@denx.de>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032019Date: Sat Jan 5 09:13:46 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032020
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032021 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032022
32023 Signed-off-by: Stefan Roese <sr@denx.de>
32024
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032025commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
32026Author: Stefan Roese <sr@denx.de>
32027Date: Sat Jan 5 09:12:41 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032028
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032029 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032030
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032031 On Katmai the complete auto-calibration somehow doesn't seem to
32032 produce the best results, meaning optimal values for RQFD/RFFD.
32033 This was discovered by GDA using a high bandwidth scope,
32034 analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
32035 so now on Katmai "only" RFFD is auto-calibrated.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032036
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032037 This patch also adds RDCC calibration as mentioned on page 7 of
32038 the AMCC PowerPC440SP/SPe DDR2 application note:
32039 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
32040
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032041 Signed-off-by: Stefan Roese <sr@denx.de>
32042
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032043commit 49db47b8ae6afff2b898be312948ff501357dc80
32044Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32045Date: Wed Jan 2 16:48:42 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032046
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032047 ppc4xx: Remove sdram.h from PMC440 board
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032048
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032049 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032050
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032051commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
32052Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32053Date: Wed Jan 2 16:48:34 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032054
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032055 ppc4xx: use common denali core defines and data eye search code for PMC440
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032056
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032057 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032058
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032059commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
32060Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32061Date: Wed Jan 2 12:05:14 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032062
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032063 ppc4xx: More cleanup for esd's LCD code
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032064
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032065 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032066
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032067commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
32068Author: Stefan Roese <sr@denx.de>
32069Date: Fri Jan 4 12:00:01 2008 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032070
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032071 ppc4xx: Fix Sequoia NAND booting target
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032072
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032073 The Sequoia NAND booting target now uses the recently extracted
32074 cpu/ppc4xx/denali_data_eye.c file too.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032075
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032076 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032077
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032078commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
32079Author: Lawrence R. Johnson <lrj@acm.org>
32080Date: Thu Jan 3 15:02:02 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032081
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032082 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032083
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032084 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032085
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032086commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
32087Author: Lawrence R. Johnson <lrj@acm.org>
32088Date: Fri Jan 4 02:11:56 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032089
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032090 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032091
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032092 Note: this patch changes the configuration of some GPIO registers:
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032093
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032094 Register Old Value New Value
32095 --------------- ---------- ----------
32096 DCR GPIO0_TCR 0x0000000F 0x0000F0CF
32097 DCR GPIO0_TSRH 0x55005000 0x00000000
32098 DCR GPIO1_TCR 0xC2000000 0xE2000000
32099 DCR GPIO1_TSRL 0x0C000000 0x00200000
32100 DCR GPIO1_ISR2L 0x00050000 0x00110000
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032101
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032102 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032103
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032104commit 5ab884b254ca2e707ab50545cd705f30108cf491
32105Author: Lawrence R. Johnson <lrj@acm.org>
32106Date: Thu Jan 3 18:54:00 2008 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032107
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032108 ppc4xx: Add functionality to GPIO support
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032109
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032110 This patch makes two additions to GPIO support:
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032111
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032112 First, it adds function gpio_read_in_bit() to read the a bit from the
32113 GPIO Input Register (GPIOx_IR) in the same way that function
32114 gpio_read_out_bit() reads a bit from the GPIO Output Register
32115 (GPIOx_OR).
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032116
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032117 Second, it modifies function gpio_set_chip_configuration() to provide
32118 an additional option for configuring the GPIO from the
32119 "CFG_4xx_GPIO_TABLE".
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032120
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032121 According to the 440EPx User's Manual, when an alternate output is used,
32122 the three-state control is configured in one of two ways, depending on
32123 the particular output. The first option is to select the corresponding
32124 alternate three-state control in the GPIOx_TRSH/L registers. The second
32125 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
32126 the GPIOx_TRSH/L registers, and set the corresponding bit in the
32127 GPIOx_TCR register to enable the output. For example, the Manual
32128 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
32129 the alternate three-state control (first option), and specifies
32130 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
32131 enabled in the GPIOx_TCR register (second option).
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032132
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032133 Currently, gpio_set_chip_configuration() configures all alternate signal
32134 outputs to use the first option. This patch allow the second option to
32135 be selected by setting the "out_val" element in the table entry to
32136 "GPIO_OUT_1". The first option is used when the "out_val" element is
32137 set to "GPIO_OUT_0". Because "out_val" is not currently used when an
32138 alternate signal is selected, and because all current GPIO tables set
32139 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
32140 not change any existing configurations.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032141
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032142 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032143
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032144commit 196404cdc1de495d6182e84731c200fc5748df15
32145Author: Larry Johnson <lrj@arlinx.com>
32146Date: Sun Dec 30 01:01:54 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032147
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032148 PPC4xx: Remove sdram.h from board/lwmon5
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032149
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032150 These definitions are now in "include/ppc440.h".
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032151
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032152 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032153
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032154commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
32155Author: Larry Johnson <lrj@arlinx.com>
32156Date: Sun Dec 30 01:01:32 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032157
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032158 PPC4xx: Use common code for LWMON5 board SDRAM support
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032159
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032160 This patch also modifies the functionality of the code so that the data-eye
32161 search is now done with with the cache disabled.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032162
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032163 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032164
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032165commit 62cc3951ab72135d9c101f1845b794e63a0fa189
32166Author: Larry Johnson <lrj@arlinx.com>
32167Date: Sun Dec 30 01:01:14 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032168
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032169 PPC4xx: Remove sdram.h from board/amcc/sequoia
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032170
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032171 These definitions are now in "include/ppc440.h".
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032172
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032173 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032174
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032175commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
32176Author: Larry Johnson <lrj@arlinx.com>
32177Date: Sun Dec 30 01:00:50 2007 -0500
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032178
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032179 PPC4xx: Use common code for Sequoia board SDRAM support
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032180
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032181 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032182
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032183commit 8b0c5c127690335758100c25eaec2b84db97c101
32184Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32185Date: Thu Dec 27 16:58:41 2007 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032186
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032187 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032188
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032189 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
32190 networking stack does not automatically switch to
32191 another interface. This patch does not touch the default
32192 behavior.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032193
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032194 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32195 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032196
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032197commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
32198Author: Upakul Barkakaty <upakul@gmail.com>
32199Date: Thu Nov 29 12:16:13 2007 +0530
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032200
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032201 NET: Proper return code handling in eth_init() function in file eth.c
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032202
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032203 This patch modifies the return code handling in the eth_init()
32204 function, to be compatible with the handling of the return codes in
32205 the other network stack files. It now returns a 0 on Success and -1 on
32206 error.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032207
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032208 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
32209 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032210
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032211commit 5ca2d0953e4579a80810966cca2077e20d912c97
32212Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32213Date: Mon Nov 19 20:27:04 2007 +0900
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032214
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032215 net/eth.c: Fix env_enetaddr signed overflow
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032216
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032217 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
32218 warned as below:
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032219
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032220 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032221
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032222 DRAM: 256 MB
32223 Flash: 32 MB
32224 In: serial
32225 Out: serial
32226 Err: serial
32227 Net: NEC-Candy
32228 Warning: NEC-Candy MAC addresses don't match:
32229 Address in SROM is 00:00:4C:80:92:A2
32230 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032231
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032232 This patch changes env_enetaddr type from `char' to `unsigned char'.
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032233
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032234 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
32235 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
32236 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032237
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032238commit f85b60710571b37293d2233933b76e2aa3db5635
32239Author: Rafal Jaworowski <raj@semihalf.com>
32240Date: Thu Dec 27 18:19:02 2007 +0100
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010032241
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032242 Introduce new eth_receive routine
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032243
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032244 The purpose of this routine is receiving a single network frame, outside of
32245 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
32246 U-Boot will let them utilise networking facilities. For sending a raw frame
32247 the already existing eth_send() can be used.
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032248
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032249 The direct consumer of this routine is the newly introduced API layer for
32250 external applications (enabled with CONFIG_API).
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032251
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032252 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
32253 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
32254 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032255
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032256commit 5c740711f0ea5b51414b341b71597c4a0751be74
32257Author: Jon Loeliger <jdl@freescale.com>
32258Date: Thu Jan 3 10:41:04 2008 -0600
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032259
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032260 8610: Move include of config.h earlier.
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032261
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032262 Include config.h earlier in the set of #includes
32263 so as to avoid a incidental and duplicate definition
32264 of CFG_CACHELINE_SIZE.
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032265
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032266 Signed-off-by: Jon Loeliger
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032267
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032268commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
32269Author: Jon Loeliger <jdl@freescale.com>
32270Date: Tue Dec 4 10:53:34 2007 -0600
Wolfgang Denk8890bf82007-12-03 00:15:28 +010032271
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032272 Don't slam #undef DEBUG in the 8641HPCN config file.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032273
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032274 Doing so prevents it from being individually set
32275 and useful in other files.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032276
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032277 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032278
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032279commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
32280Author: Jon Loeliger <jdl@freescale.com>
32281Date: Wed Nov 28 14:47:18 2007 -0600
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032282
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032283 Convert MPC8641HPCN to use libfdt.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032284
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032285 Assumes the presence of the aliases node in the DTS to
32286 locate the ethernet, pci and serial nodes for fixups.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032287
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032288 Use consistent fdtaddr and fdtfile in environment variables.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032289
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032290 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032291
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032292commit ce37422d0002e10490e268392e0c4e3028e52cec
32293Author: Stefan Roese <sr@denx.de>
32294Date: Wed Jan 2 14:06:26 2008 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032295
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032296 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032297
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032298 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
32299 flash chips connected to a 32bit wide port.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032300
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032301 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032302
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032303commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
32304Author: Wolfgang Denk <wd@denx.de>
32305Date: Wed Jan 2 15:58:44 2008 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032306
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032307 Fix compile problem introduced by "cleanup" commit 3dfd708c
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032308
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032309 Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032310
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032311commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
32312Author: Wolfgang Denk <wd@denx.de>
32313Date: Wed Jan 2 15:54:45 2008 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032314
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032315 Make scripts and Makefiles POSIX compliant
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032316
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032317 The bash builtin versions of the "test" (resp. "[") command allow
32318 using "==" for string comparisons, but POSIX compatible implemen-
32319 tations (like /usr/bin/test) insist on using "=" only. On such systems
32320 you will see:
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032321
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032322 $ /usr/bin/test a == a && echo OK
32323 /usr/bin/test: ==: binary operator expected
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032324
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032325 This patch fixes Makefiles and scripts to use POSIX style.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032326
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032327 Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032328
Wolfgang Denk3595e612008-01-23 14:31:17 +010032329commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
32330Author: Stefan Roese <sr@denx.de>
32331Date: Wed Jan 2 14:05:37 2008 +0100
32332
32333 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
32334
32335 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
32336 flash chips connected to a 32bit wide port.
32337
32338 Signed-off-by: Stefan Roese <sr@denx.de>
32339
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032340commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
32341Author: Wolfgang Denk <wd@denx.de>
32342Date: Wed Jan 2 12:38:43 2008 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032343
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032344 Minor coding style cleanup.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032345
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032346 Signed-off-by: Wolfgang Denk <wd@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032347
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032348commit e174ac34adf5d5653df12bc3cf19c52063a71269
32349Author: Stefan Roese <sr@denx.de>
32350Date: Fri Dec 28 17:29:56 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032351
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032352 ppc4xx: Coding style cleanup
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032353
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032354 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032355
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032356commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
32357Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32358Date: Fri Dec 28 17:07:24 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032359
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032360 ppc4xx: Complete PMC440 board support
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032361
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032362 This patch brings the PMC440 board configuration file.
32363 Finally it enables the PMC440 board support.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032364
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032365 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032366
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032367commit 407843a582560fc5231299561ab3c2b6b6cd3397
32368Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32369Date: Fri Dec 28 17:07:18 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032370
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032371 ppc4xx: Add FPGA support and BSP commands for PMC440 boards
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032372
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032373 This patch adds some BSP commands and FPGA booting support
32374 for esd's PMC440 boards.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032375
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032376 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032377
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032378commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
32379Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32380Date: Fri Dec 28 17:07:14 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032381
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032382 ppc4xx: Add initial esd PMC440 board files
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032383
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032384 This patch adds the first files for the new esd PMC440 boards.
32385 The next two patches will complete the PMC440 board support.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032386
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032387 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032388
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032389commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
32390Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32391Date: Fri Dec 28 17:10:36 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032392
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032393 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032394
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032395 - add EEPROM write protection for esd PLU405 boards.
32396 - initialize NAND GPIOs
32397 - use correct io accessors
32398 - cleanup
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032399
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032400 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032401
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032402commit 77660c4b59055d621d2a8595bd4c18bb277268fc
32403Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32404Date: Fri Dec 28 17:10:44 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032405
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032406 ppc4xx: use correct io accessors for esd's LCD code
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032407
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032408 This patch fixes esd's LCD dectection code to work correctly with
32409 newer gcc versions.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032410
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032411 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032412
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032413commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
32414Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32415Date: Fri Dec 28 17:10:42 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032416
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032417 ppc4xx: Maintenance patch for VOH405 boards
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032418
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032419 - add EEPROM write protection
32420 - initialize NAND GPIOs
32421 - use correct io accessors
32422 - slow down I2C clock to 100kHz
32423 - enable ext. I2C bus
32424 - cleanup
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032425
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032426 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032427
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032428commit c05569066dbcba3fdf36d4d1943df265dc316a86
32429Author: Stefan Roese <sr@denx.de>
32430Date: Fri Dec 28 16:08:08 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032431
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032432 ppc4xx: Enable 405EP PCI arbiter per default on all boards
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032433
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032434 In an attmemt to clean up the 4xx start.S file, I removed the enabling
32435 of the internal 405EP PCI arbiter. This is needed for multiple other
32436 405EP platforms, like most of the esd 405EP. Now the internal PCI
32437 arbiter is enabled again per default as it has been before.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032438
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032439 Signed-off-by: Stefan Roese <sr@denx.de>
32440 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032441
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032442commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
32443Author: Stefan Roese <sr@denx.de>
32444Date: Fri Dec 28 15:53:46 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032445
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032446 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032447
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032448 Signed-off-by: Stefan Roese <sr@denx.de>
32449 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032450
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032451commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
32452Author: Stefan Roese <sr@denx.de>
32453Date: Fri Dec 28 06:06:04 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032454
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032455 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032456
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032457 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
32458 platforms mentioned above.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032459
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032460 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032461
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032462commit b568fd25574181a3b12ae3d66b2913903442cb83
32463Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32464Date: Thu Dec 27 17:03:46 2007 +0100
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032465
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032466 Remove CPCI440 board
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032467
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032468 This board never left prototyping state and it
32469 became a millstone round my neck. So remove it.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032470
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032471 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032472
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032473commit c591dffe0cbacd896ccbad06011fe6d6afa080da
32474Author: Larry Johnson <lrj@arlinx.com>
32475Date: Thu Dec 27 11:28:51 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032476
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032477 Add support for Korat PPC440EPx board
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032478
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032479 These patches add support for the PPC440EPx-based "Korat" board to
32480 U-Boot. They are based primarily on support for the Sequoia board.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032481
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032482 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032483
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032484commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
32485Author: Larry Johnson <lrj@arlinx.com>
32486Date: Sat Dec 22 15:16:25 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032487
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032488 Add configuration file for Korat board
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032489
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032490 This patch supplies the configuration file for the Korat PPC440EPx-
32491 processor board.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032492
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032493 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032494
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032495commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
32496Author: Larry Johnson <lrj@arlinx.com>
32497Date: Sat Dec 22 15:16:11 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032498
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032499 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032500
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032501 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032502
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032503commit aba19604d848b2838cfb9ebe818909e6a216058e
32504Author: Larry Johnson <lrj@arlinx.com>
32505Date: Thu Dec 27 10:54:48 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032506
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032507 Add 440EPx DDR2 SPD DIMM support
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032508
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032509 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
32510 controller. It should also work on the 440GRx. It is based on the DDR2
32511 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032512
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032513 This code has been tested on prototype Korat boards with three Kingston
32514 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
32515 (two ranks). The Korat board has a single DIMM socket, but support has
32516 been provided (though not tested) for boards with two DIMM sockets.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032517
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032518 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032519
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032520commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
32521Author: Larry Johnson <lrj@arlinx.com>
32522Date: Sat Dec 22 15:15:30 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032523
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032524 Copy 440EPx/GRx SDRAM data-eye search to common directory
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032525
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032526 This patch creates a non-board-specific file for performing the SDRAM
32527 data-eye search. It also adds ECC error checking to the test of valid
32528 data on readback when ECC is enabled.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032529
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032530 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032531
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032532commit c46f53333b22b1f9098676bea8884fc7db820cf3
32533Author: Larry Johnson <lrj@arlinx.com>
32534Date: Sat Dec 22 15:15:13 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032535
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032536 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032537
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032538 This patch adds the Denali SDRAM controller definitions to "ppc440.h".
32539 It also fixes two typos in the definitions, so the board-specific
32540 "sdram.h" files containing these definitions are also fixed to avoid
32541 compiler warnings.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032542
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032543 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032544
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032545commit c348578bf612d0c56d8d376d23cae16defbd86af
32546Author: Larry Johnson <lrj@arlinx.com>
32547Date: Thu Dec 27 10:50:55 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032548
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032549 Add Ethernet 1000BASE-X support for PPC4xx
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032550
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032551 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol
32552 is defined, the PHY will advertise it's capabilities for autonegotiation
32553 based on the capabilities shown in the PHY's status registers, including
32554 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
32555 advertise hard-coded capabilities, as before.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032556
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032557 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032558
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032559commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
32560Author: Larry Johnson <lrj@arlinx.com>
32561Date: Thu Dec 27 09:52:17 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032562
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032563 Add driver for National Semiconductor LM73 temperature sensor
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032564
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032565 This driver is based on the driver for the LM75.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032566
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032567 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032568
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032569commit 12618278688ea9b3d76536960a5ad2e3790fac40
32570Author: Larry Johnson <lrj@arlinx.com>
32571Date: Sat Dec 22 15:14:00 2007 -0500
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032572
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032573 Add driver for STMicroelectronics M41T60 RTC
Wolfgang Denk27dd9822007-11-26 19:18:21 +010032574
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032575 This driver is based on the driver for the M41T11. In the intended
32576 application, the RTC will be powered by a large capacitor, rather than a
32577 battery. The driver therefore checks to see whether the RTC has lost
32578 power. The chip's OUT bit is normally reset from its power-up state. If
32579 the OUT bit is read as set, or if the date and time are not valid, then the
32580 RTC is assumed to have lost power, and its date and time are reset to
32581 1900-01-01 00:00:00.
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032582
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032583 Support for adjusting the speed of the clock to improve accuracy is
32584 provided through an environment variable.
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032585
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032586 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032587
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032588commit d3471173e14b7544bb60339eda8d3d3906694b0a
32589Author: Larry Johnson <lrj@arlinx.com>
32590Date: Sat Dec 22 15:34:39 2007 -0500
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032591
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032592 Use out_be32() and friends to access memory-mapped registers in sequoia.c
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032593
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032594 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032595
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032596commit c68f59fe3ec16769f82b5fca7421983c336d3aac
32597Author: Larry Johnson <lrj@arlinx.com>
32598Date: Sat Dec 22 15:34:20 2007 -0500
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032599
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032600 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032601
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032602 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032603
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032604commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
32605Author: Larry Johnson <lrj@arlinx.com>
32606Date: Sat Dec 22 15:23:50 2007 -0500
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032607
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032608 Cosmetic changes to ECC POST for AMCC Denali core
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032609
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032610 Signed-off-by: Larry Johnson <lrj@acm.org>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032611
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032612commit 2e583d6c81034f80a267b89fa55498ae063ccef1
32613Author: Stefan Roese <sr@denx.de>
32614Date: Wed Dec 26 20:20:19 2007 +0100
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032615
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032616 ppc4xx: Fix compilation problem in 405 cache POST test
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010032617
Wolfgang Denkc93939f2008-01-09 11:36:21 +010032618 Signed-off-by: Stefan Roese <sr@denx.de>
32619
32620commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
32621Author: Stefan Roese <sr@denx.de>
32622Date: Sat Dec 22 12:20:09 2007 +0100
32623
32624 ppc4xx: Move virtual address of POST cache test to bigger address
32625
32626 On Sequoia & LWMON5 the virtual address of the POST cache test is now
32627 moved to a bigger address. This enables usage of more memory on those
32628 boards.
32629
32630 Signed-off-by: Stefan Roese <sr@denx.de>
32631
32632commit d91722102cf63f77a0148ed3f3d54a26d87575e9
32633Author: Stefan Roese <sr@denx.de>
32634Date: Sat Dec 22 12:18:26 2007 +0100
32635
32636 ppc4xx: Fix problem in 44x cache POST routine
32637
32638 As repoted by Larry Johnson, running "diag run cache" caused a crash
32639 in U-Boot. This problem was introduced by a patch that removed the
32640 TLB entry for the cache test after the test has completed. Since this
32641 TLB was only setup once, a 2nd attempt to run this cache test
32642 failed with a crash. Now this TLB entry is created every time the
32643 routine is called.
32644
32645 Signed-off-by: Stefan Roese <sr@denx.de>
32646
32647commit b0265b576bb8fa9465f99e99c323768b562fadc2
32648Author: Stefan Roese <sr@denx.de>
32649Date: Fri Dec 21 07:51:29 2007 +0100
32650
32651 ppc4xx: Update Makalu fdt support
32652
32653 Signed-off-by: Stefan Roese <sr@denx.de>
32654
32655commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
32656Author: Stefan Roese <sr@denx.de>
32657Date: Wed Dec 19 09:05:40 2007 +0100
32658
32659 ppc4xx: Add fdt support to AMCC Katmai eval board
32660
32661 Signed-off-by: Stefan Roese <sr@denx.de>
32662
32663commit 328a340392a5df9aaf00792be989df73e750859e
32664Author: Stefan Roese <sr@denx.de>
32665Date: Tue Dec 18 08:44:51 2007 +0100
32666
32667 ppc4xx: fdt: Cleanup setup of cpu node setup
32668
32669 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
32670 without using the absolute path to the cpu node. This makes it possible
32671 to use this U-Boot version with both versions of cpu-node naming
32672 "cpu@0" and the former "PowerPC,440EPx@0".
32673
32674 Signed-off-by: Stefan Roese <sr@denx.de>
32675
32676commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
32677Author: Stefan Roese <sr@denx.de>
32678Date: Mon Dec 17 17:26:21 2007 +0100
32679
32680 ppc4xx: Fix lwmon5 compilation problem
32681
32682 Now that the 440EPx ECC test is not board specific anymore
32683 remove this Makefile.
32684
32685 Signed-off-by: Stefan Roese <sr@denx.de>
32686
32687commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
32688Author: Anatolij Gustschin <agustschin@t-online.de>
32689Date: Wed Dec 5 17:43:20 2007 +0100
32690
32691 Fix ppc4xx clear_bss() code
32692
32693 ppc4xx clear_bss() fails if BSS segment size is not
32694 divisible by 4 without remainder. This patch provides
32695 fix for this problem.
32696
32697 Signed-off-by: Anatolij Gustschin <agust@denx.de>
32698
32699commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
32700Author: Niklaus Giger <niklausgiger@gmx.ch>
32701Date: Fri Nov 30 18:35:11 2007 +0100
32702
32703 PPC4xx: Minimal changes to add vxWorks support
32704
32705 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
32706
32707commit 052440b022ca8981d39b6f8c10d1aa6326f47480
32708Author: Markus Klotzbücher <mk@denx.de>
32709Date: Fri Nov 23 13:09:18 2007 +0100
32710
32711 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
32712
32713 When using dhcp/bootp the "netmask" environment variable is not
32714 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
32715 desireable, so the following patch adds this this option to the board
32716 config.
32717
32718 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32719 Signed-off-by: Stefan Roese <sr@denx.de>
32720
32721commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
32722Author: Larry Johnson <lrj@arlinx.com>
32723Date: Sat Oct 27 12:48:15 2007 -0400
32724
32725 Fix/enhance ECC POST for 440EPx/GRx
32726
32727 This patch allows the ECC POST to be used for different boards with the
32728 PPC440 Denali SDRAM controller. Modifications include skipping the test
32729 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
32730 to prevent timing errors.
32731
32732 Signed-off-by: Larry Johnson <lrj@acm.org>
32733
32734commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
32735Author: Larry Johnson <lrj@arlinx.com>
32736Date: Sat Oct 27 12:48:05 2007 -0400
32737
32738 PPC4xx: Move/rename ECC POST for 440EPx/GRx
32739
32740 Signed-off-by: Larry Johnson <lrj@acm.org>
32741
32742commit c29d2d3680046d430022c55e50fcb27f5866517e
32743Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32744Date: Fri Dec 14 11:20:33 2007 +0100
32745
32746 ppc4xx: use correct io accessors for 4xx ethernet POST
32747
32748 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32749
32750commit ba79fde58a48c0a6ff8e2a96caba951594142203
32751Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32752Date: Fri Dec 14 11:19:56 2007 +0100
32753
32754 ppc4xx: fix flush + invalidate_dcache_range arguments
32755
32756 flush + invalidate_dcache_range() expect the start and stop+1 address.
32757 So the stop address is the first address behind (!) the range.
32758
32759 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32760
32761commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
32762Author: Stefan Roese <sr@denx.de>
32763Date: Fri Dec 14 08:41:29 2007 +0100
32764
32765 ppc4xx: fdt: use fdt_fixup_ethernet()
32766
32767 By using aliases in the dts file, the ethernet node fixup is
32768 much easier with the recently added functions.
32769
32770 Please note that the dts file needs the aliases for this to work.
32771
32772 Signed-off-by: Stefan Roese <sr@denx.de>
32773
32774commit 136288847e3b04f2ff357a067ad45e10afa0a24c
32775Author: Stefan Roese <sr@denx.de>
32776Date: Thu Dec 13 14:52:53 2007 +0100
32777
32778 ppc4xx: Bring 4xx fdt support up-to-date
32779
32780 This patch update the 4xx fdt support. It enabled fdt booting
32781 on the AMCC Kilauea and Sequoia for now. More can follow later
32782 quite easily.
32783
32784 Signed-off-by: Stefan Roese <sr@denx.de>
32785
32786commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
32787Author: Stefan Roese <sr@denx.de>
32788Date: Thu Dec 27 07:50:54 2007 +0100
32789
32790 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
32791
32792 The check for an sufficiently erased destination was missing in the
32793 buffered write function of the cfi flash driver (when
32794 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
32795 writing to such a region will fail with the currect error message.
32796
32797 Signed-off-by: Stefan Roese <sr@denx.de>
32798
32799commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
32800Author: Martin Krause <martin.krause@tqs.de>
32801Date: Mon Nov 12 10:56:17 2007 +0100
32802
32803 Some configuration updates for the TQM5200 based TB5200 board:
32804
32805 - enable command line history
32806 - increase malloc space (because of bigger flash sectors)
32807
32808 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32809
32810commit e318d9e9021a0af7508171f84ed09d0e79f0284e
32811Author: Martin Krause <martin.krause@tqs.de>
32812Date: Thu Sep 27 11:10:08 2007 +0200
32813
32814 TQM8xx: use the CFI flash driver on all TQM8xx boards
32815
32816 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32817
32818commit 11d9eec479b470eab9242ab937fca70a876d9376
32819Author: Martin Krause <martin.krause@tqs.de>
32820Date: Wed Sep 26 17:55:56 2007 +0200
32821
32822 TQM885D: adjust for doubled flash sector size + some minor fixes
32823
32824 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32825
32826commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
32827Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32828Date: Wed Sep 26 17:55:54 2007 +0200
32829
32830 TQM885D: Exchanged SDRAM timing by a more relaxed timing.
32831
32832 CAS-Latency=2, Write Recovery Time tWR=2
32833 The max. supported bus frequency is 66 MHz. Therefore, changed
32834 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
32835
32836 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32837
32838commit b988b8cd443989be65161888eea0127ad03f846f
32839Author: Martin Krause <martin.krause@tqs.de>
32840Date: Wed Sep 26 17:55:56 2007 +0200
32841
32842 TQM885D: use calculated cpuclk instead of measuring it
32843
32844 On the TQM885D the measurement of cpuclk with the PIT reference
32845 timer ist not necessary. Since all module variants use the same
32846 external 10 MHz oscillator, the cpuclk only depends on the PLL
32847 configuration - which is readable by software.
32848
32849 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32850
32851commit 492c7049869348d31168de8dad89651315e468e0
32852Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32853Date: Thu Sep 27 14:54:46 2007 +0200
32854
32855 TQM885D: fix SDRAM refresh
32856
32857 At 133 MHz the current SDRAM refresh rate is too fast
32858 (measured 4 * 1.17 us).
32859 CFG_MAMR_PTA changes from 39 to 128. This result
32860 in a refresh rate of 4 * 7.8 us at the default clock
32861 66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
32862 This is a compromise until a new method is found to
32863 adjust the refresh rate.
32864
32865 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32866
32867commit dabad4b9bc46908e301f73ce76b38b23626a96e9
32868Author: Jens Gehrlein <jens.gehrlein@tqs.de>
32869Date: Thu Sep 27 14:54:46 2007 +0200
32870
32871 TQM860M: Support for 10col SDRAMs, max. 128 MiB
32872
32873 Signed-off-by: Martin Krause <martin.krause@tqs.de>
32874
32875commit 61fb15c516fef5631e305f1976d7b3a679725856
32876Author: Wolfgang Denk <wd@denx.de>
32877Date: Thu Dec 27 01:52:50 2007 +0100
32878
32879 Fix coding style issues; update CHANGELOG.
32880
32881 Signed-off-by: Wolfgang Denk <wd@denx.de>
32882
32883commit 467bcee11fe26ad422f2de971aa70866079870f2
32884Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32885Date: Fri Dec 14 15:36:18 2007 +0100
32886
32887 cfi_flash: Add manufacturer-specific fixups
32888
32889 Run fixups based on the JEDEC manufacturer ID independent of the
32890 command set ID.
32891
32892 This changes current behaviour: Previously, geometry reversal for AMD
32893 chips were done based on the command set ID, while they are now done
32894 based on the JEDEC manufacturer and device ID.
32895
32896 Also add fixup for top-boot Atmel chips. A fixup is needed for
32897 AT49BV6416(T) too, but since u-boot currently only reads the low byte
32898 of the device ID, there's no way to tell it apart from AT49BV642D,
32899 which should not have this fixup. Since AT49BV642D support is
32900 necessary to get ATNGW100 board support into mainline, I've commented
32901 out the fixup for now.
32902
32903 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32904
32905commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
32906Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32907Date: Fri Dec 14 15:36:17 2007 +0100
32908
32909 cfi_flash: Add cmdset-specific init functions
32910
32911 Move things like reading JEDEC IDs and fixing up geometry reversal
32912 into separate functions. The geometry reversal fixup is now performed
32913 by altering the qry structure directly, which makes the sector init
32914 code slightly cleaner.
32915
32916 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32917
32918commit e23741f4a6d8047520ef0d4971762749b3587d32
32919Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32920Date: Fri Dec 14 15:36:16 2007 +0100
32921
32922 cfi_flash: Read whole QRY structure in one go
32923
32924 Read out the whole CFI Standard Query structure after successful cfi
32925 identification. This allows subsequent code to access this information
32926 directly without having to go through flash_read_uchar() and friends.
32927
32928 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32929
32930commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
32931Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32932Date: Mon Dec 17 11:02:44 2007 +0100
32933
32934 AVR32: Fix logic inversion in disable_interrupts()
32935
32936 disable_interrupts() should return nonzero if interrupts were
32937 _enabled_ before, not disabled.
32938
32939 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32940
32941commit acac475212cbedb17b321a363a1c878e2b47b37f
32942Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32943Date: Fri Dec 14 16:51:22 2007 +0100
32944
32945 AVR32: Enable interrupts at bootup
32946
32947 The timer code depends on the timer interrupt to keep track of the
32948 upper 32 bits of the cycle counter. This obviously doesn't work when
32949 interrupts are disabled the whole time.
32950
32951 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32952
32953commit 9570bcd87f4db255514f43b6701746c412f8fef0
32954Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32955Date: Thu Nov 15 10:03:45 2007 +0100
32956
32957 AVR32: Fix wrong pin setup for USART3
32958
32959 As reported by Gerhard Berghofer:
32960
32961 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
32962 instead of PB18 and PB19.
32963
32964 which is obviously correct. There's currently no code that uses
32965 USART3, but custom boards may run into problems.
32966
32967 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32968
32969commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
32970Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32971Date: Thu Nov 1 12:44:20 2007 +0100
32972
32973 README: Remove ATSTK1000 daughterboard list
32974
32975 As noted by Kim Phillips, these lists tend to become out of date.
32976
32977 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32978
32979commit c81cbbad21cb0ae983e2e796211202234cdc8be2
32980Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32981Date: Tue Oct 30 14:56:36 2007 +0100
32982
32983 Add ATSTK100[234] to MAINTAINERS
32984
32985 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
32986 "mother". Also update the entry for ATSTK1000 to be not only about the
32987 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
32988
32989 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
32990
32991commit 64ff2357b1727213803591813dbc779c924bf772
32992Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
32993Date: Mon Oct 29 13:02:54 2007 +0100
32994
32995 AVR32: Add support for the ATSTK1004 board
32996
32997 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
32998 which is a derivative of AT32AP7000.
32999
33000 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33001
33002commit 667568db157f374b85abd7e03596ddd1f0b25681
33003Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33004Date: Mon Oct 29 13:02:54 2007 +0100
33005
33006 AVR32: Add support for the ATSTK1003 board
33007
33008 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
33009 which is a derivative of AT32AP7000.
33010
33011 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33012
33013commit 5fee84a794a51ec830548cda485a770efb018b92
33014Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33015Date: Mon Oct 29 13:23:33 2007 +0100
33016
33017 AVR32: Make some AT32AP700x peripherals optional
33018
33019 Add a chip-features file providing definitions of the form
33020
33021 AT32AP700x_CHIP_HAS_<peripheral>
33022
33023 to indicate the availability of the given peripheral on the currently
33024 selected chip.
33025
33026 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33027
33028commit 36f28f8a9605ee5dcfa330482cfc62171261af97
33029Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33030Date: Mon Oct 29 13:09:56 2007 +0100
33031
33032 AVR32: Rename at32ap7000 -> at32ap700x
33033
33034 The SoC-specific code for all the AT32AP700x CPUs is practically
33035 identical; the only difference is that some chips have less features
33036 than others. By doing this rename, we can add support for the AP7000
33037 derivatives simply by making some features conditional.
33038
33039 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33040
33041commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
33042Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33043Date: Fri Jun 29 18:22:34 2007 +0200
33044
33045 atmel_mci: Show SR when block read fails
33046
33047 Show controller status as well as card status when an error occurs
33048 during block read.
33049
33050 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33051
33052commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
33053Author: Stefan Roese <sr@denx.de>
33054Date: Thu Dec 13 14:52:53 2007 +0100
33055
33056 ppc4xx: Bring 4xx fdt support up-to-date
33057
33058 This patch update the 4xx fdt support. It enabled fdt booting
33059 on the AMCC Kilauea and Sequoia for now. More can follow later
33060 quite easily.
33061
33062 Signed-off-by: Stefan Roese <sr@denx.de>
33063
33064commit 12d30aa79779c2aa7a998bbae4c075f822a53004
33065Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33066Date: Thu Dec 13 12:56:34 2007 +0100
33067
33068 cfi_flash: Use map_physmem() and unmap_physmem()
33069
33070 Use map_physmem() and unmap_physmem() to convert from physical to
33071 virtual addresses. This gives the arch a chance to provide an uncached
33072 mapping for flash accesses.
33073
33074 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33075
33076commit 4d7d6936eb29af7cca330937808312aa5f61454d
33077Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33078Date: Thu Dec 13 12:56:33 2007 +0100
33079
33080 Introduce map_physmem() and unmap_physmem()
33081
33082 map_physmem() returns a virtual address which can be used to access a
33083 given physical address without involving the cache. unmap_physmem()
33084 should be called when the virtual address returned by map_physmem() is
33085 no longer needed.
33086
33087 This patch adds a stub implementation which simply returns the
33088 physical address cast to a uchar * for all architectures except AVR32,
33089 which converts the physical address to an uncached virtual mapping.
33090 unmap_physmem() is a no-op on all architectures, but if any
33091 architecture needs to do such mappings through the TLB, this is the
33092 hook where those TLB entries can be invalidated.
33093
33094 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33095
33096commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
33097Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33098Date: Thu Dec 13 12:56:32 2007 +0100
33099
33100 cfi_flash: Introduce read and write accessors
33101
33102 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
33103 them to access the flash memory. This makes it clearer when the flash
33104 is actually being accessed; merely dereferencing a volatile pointer
33105 looks just like any other kind of access.
33106
33107 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33108
33109commit 812711ce6b3a386125dcf0d6a59588e461abbb87
33110Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33111Date: Thu Dec 13 12:56:31 2007 +0100
33112
33113 Implement __raw_{read,write}[bwl] on all architectures
33114
33115 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
33116 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
33117 from Linux.
33118
33119 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33120
33121commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
33122Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33123Date: Sat Oct 6 18:55:36 2007 +0200
33124
33125 cfi_flash: Reorder functions and eliminate extra prototypes
33126
33127 Reorder the functions in cfi_flash.c so that each function only uses
33128 functions that have been defined before it. This allows the static
33129 prototype declarations near the top to be eliminated and might allow
33130 gcc to do a better job inlining functions.
33131
33132 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33133
33134commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
33135Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33136Date: Thu Dec 13 12:56:29 2007 +0100
33137
33138 cfi_flash: Make some needlessly global functions static
33139
33140 Make functions not declared in any header file static.
33141
33142 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33143
33144commit 7e5b9b471518c5652febc68ba62b432193d6abf4
33145Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
33146Date: Thu Dec 13 12:56:28 2007 +0100
33147
33148 cfi_flash: Break long lines
33149
33150 This patch tries to keep all lines in the cfi_flash driver below 80
33151 columns. There are a few lines left which don't fit this requirement
33152 because I couldn't find any trivial way to break them (i.e. it would
33153 take some restructuring, which I intend to do in a later patch.)
33154
33155 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
33156
33157commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
33158Author: Bartlomiej Sieka <tur@semihalf.com>
33159Date: Tue Dec 11 13:59:57 2007 +0100
33160
33161 CFI: synchronize command offsets with Linux CFI driver
33162
33163 Fixes non-working CFI Flash on the Inka4x0 board.
33164
33165 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
33166
33167commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
33168Author: Kumar Gala <galak@kernel.crashing.org>
33169Date: Fri Dec 7 12:17:34 2007 -0600
33170
33171 Handle MPC85xx PCIe reset errata (PCI-Ex 38)
33172
33173 On the MPC85xx boards that have PCIe enable the PCIe errata fix.
33174 (MPC8544DS, MPC8548CDS, MPC8568MDS).
33175
33176 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33177
33178commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
33179Author: Kumar Gala <galak@kernel.crashing.org>
33180Date: Fri Dec 7 12:04:30 2007 -0600
33181
33182 Update Freescale MPC85xx ADS/CDS/MDS board config
33183
33184 * Enabled CONFIG_CMD_ELF
33185
33186 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33187
33188commit d435793229ce29a42797c1edc39f5b34f987f91a
33189Author: Kumar Gala <galak@kernel.crashing.org>
33190Date: Fri Dec 7 04:59:26 2007 -0600
33191
33192 Handle Asynchronous DDR clock on 85xx
33193
33194 The MPC8572 introduces the concept of an asynchronous DDR clock with
33195 regards to the platform clock.
33196
33197 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
33198 mode.
33199
33200 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33201
33202commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
33203Author: Kumar Gala <galak@kernel.crashing.org>
33204Date: Thu Nov 29 10:34:28 2007 -0600
33205
33206 Update Freescale MPC85xx ADS/CDS/MDS board config
33207
33208 * Removed some misc environment setup
33209 * Enabled CONFIG_CMDLINE_EDITING
33210
33211 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33212
33213commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
33214Author: Kumar Gala <galak@kernel.crashing.org>
33215Date: Thu Nov 29 10:47:44 2007 -0600
33216
33217 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
33218
33219 Minor path corrections needed to ensure buildability.
33220
33221 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33222
33223commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
33224Author: Kumar Gala <galak@kernel.crashing.org>
33225Date: Thu Nov 29 10:16:18 2007 -0600
33226
33227 Move the MPC8540 ADS board under board/freescale.
33228
33229 Minor path corrections needed to ensure buildability.
33230
33231 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33232
33233commit 870ceac5b3a3486c109396e005af81ae762b5710
33234Author: Kumar Gala <galak@kernel.crashing.org>
33235Date: Thu Nov 29 10:14:50 2007 -0600
33236
33237 Move the MPC8560 ADS board under board/freescale.
33238
33239 Minor path corrections needed to ensure buildability.
33240
33241 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33242
33243commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
33244Author: Kumar Gala <galak@kernel.crashing.org>
33245Date: Thu Nov 29 10:13:47 2007 -0600
33246
33247 Move the MPC8568 MDS board under board/freescale.
33248
33249 Minor path corrections needed to ensure buildability.
33250
33251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33252
33253commit a853d56c59b33415304531443633808736acfc6e
33254Author: Kumar Gala <galak@kernel.crashing.org>
33255Date: Thu Nov 29 02:18:59 2007 -0600
33256
33257 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
33258
33259 We already had defines for LAWAR_TRGT_IF_* that we should use
33260 rather than creating new ones. Also, added some missing defines for
33261 PCIE targets.
33262
33263 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33264
33265commit 04db400892da37b76a585e332a0c137954ad2015
33266Author: Kumar Gala <galak@kernel.crashing.org>
33267Date: Thu Nov 29 02:10:09 2007 -0600
33268
33269 Stop using immap_t on 85xx
33270
33271 In the future the offsets to various blocks may not be in same location.
33272 Move to using CFG_MPC85xx_*_ADDR as the base of the registers
33273 instead of getting it via &immap.
33274
33275 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33276
33277commit 2714223f8e04ab3e4133ff65872eef366d90bfea
33278Author: Kumar Gala <galak@kernel.crashing.org>
33279Date: Thu Nov 29 01:23:09 2007 -0600
33280
33281 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
33282
33283 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33284
33285commit c480861bf000156e6a3e932c258db59ff2212dd3
33286Author: Kumar Gala <galak@kernel.crashing.org>
33287Date: Thu Nov 29 01:06:19 2007 -0600
33288
33289 Update MPC8568 MDS to use libfdt
33290
33291 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
33292 ethernet, pci, and serial for the various fixups that are done.
33293
33294 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33295
33296commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
33297Author: Haiying Wang <Haiying.Wang@freescale.com>
33298Date: Wed Nov 14 15:52:06 2007 -0500
33299
33300 Add PCI Express support on MPC8568MDS
33301
33302 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33303 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33304
33305commit b90d25497625b90ffa3f2911a0895ca237556ff5
33306Author: Kumar Gala <galak@kernel.crashing.org>
33307Date: Thu Nov 29 00:11:44 2007 -0600
33308
33309 Update MPC85xx CDS to use libfdt
33310
33311 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
33312 ethernet, pci, and serial for the various fixups that are done.
33313
33314 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33315
33316commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
33317Author: Kumar Gala <galak@kernel.crashing.org>
33318Date: Wed Nov 28 22:54:27 2007 -0600
33319
33320 Update MPC8540 ADS to use libfdt
33321
33322 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
33323 ethernet, pci, and serial for the various fixups that are done.
33324
33325 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33326
33327commit 5ce715802f6c50dc78b3405b92f184b1e3710519
33328Author: Kumar Gala <galak@kernel.crashing.org>
33329Date: Wed Nov 28 22:40:31 2007 -0600
33330
33331 Update MPC8560 ADS to use libfdt
33332
33333 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
33334 ethernet, pci, and serial for the various fixups that are done.
33335
33336 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33337
33338commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
33339Author: Kumar Gala <galak@kernel.crashing.org>
33340Date: Wed Nov 28 00:36:33 2007 -0600
33341
33342 Stop using immap_t for cpm offset on 85xx
33343
33344 In the future the offsets to various blocks may not be in same location.
33345 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
33346 instead of getting it via &immap->im_cpm.
33347
33348 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33349
33350commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
33351Author: Kumar Gala <galak@kernel.crashing.org>
33352Date: Tue Nov 27 23:25:02 2007 -0600
33353
33354 Stop using immap_t for guts offset on 85xx
33355
33356 In the future the offsets to various blocks may not be in same location.
33357 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
33358 instead of getting it via &immap->im_gur.
33359
33360 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33361
33362commit 50c03c8cf494d91cdec39670d95337c743e16ec9
33363Author: Kumar Gala <galak@kernel.crashing.org>
33364Date: Tue Nov 27 22:42:34 2007 -0600
33365
33366 Update MPC8544 DS config
33367
33368 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
33369 * Removed some misc environment setup
33370 * Moved to using fdtfile & fdtaddr as fdt env var names
33371 * Enabled CONFIG_CMDLINE_EDITING
33372
33373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33374
33375commit addce57e2e4c49e77ffb2020a84690713bb18b47
33376Author: Kumar Gala <galak@kernel.crashing.org>
33377Date: Mon Nov 26 17:12:24 2007 -0600
33378
33379 Update MPC8544DS to use libfdt
33380
33381 Updated the MPC8544DS config to use libfdt and assume use of aliases for
33382 ethernet, pci, and serial for the various fixups that are done.
33383
33384 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33385
33386commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
33387Author: Kumar Gala <galak@kernel.crashing.org>
33388Date: Thu Nov 29 00:15:30 2007 -0600
33389
33390 Add libfdt based ft_cpu_setup for mpc85xx
33391
33392 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33393
33394commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
33395Author: Stefan Roese <sr@denx.de>
33396Date: Tue Dec 11 13:38:19 2007 +0100
33397
33398 ppc4xx: Correct GPIO offset in gpio_config()
33399
33400 Thanks to Gary Jennejohn for pointing this out.
33401
33402 Signed-off-by: Stefan Roese <sr@denx.de>
33403
33404commit 8809a2713b1ceaf3da55d9d785470294f15de06a
33405Author: Stefan Roese <sr@denx.de>
33406Date: Tue Dec 11 11:46:01 2007 +0100
33407
33408 rtc: Fix merging problem
33409
33410 Signed-off-by: Stefan Roese <sr@denx.de>
33411
33412commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
33413Author: Stefan Roese <sr@denx.de>
33414Date: Sat Dec 8 14:47:34 2007 +0100
33415
33416 ppc4xx: 405EX: Correctly enable USB pins
33417
33418 This patch selects the USB data pins in the 405EX GPIO and MFC (multi
33419 function control) registers. This is done for the AMCC Kilauea and
33420 Makalu eval boards.
33421
33422 Signed-off-by: Stefan Roese <sr@denx.de>
33423
33424commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
33425Author: Stefan Roese <sr@denx.de>
33426Date: Sat Dec 8 08:25:09 2007 +0100
33427
33428 CFI: Coding style cleanup
33429
33430 Signed-off-by: Stefan Roese <sr@denx.de>
33431
33432commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
33433Author: Michael Schwingen <michael@schwingen.org>
33434Date: Fri Dec 7 23:35:02 2007 +0100
33435
33436 CFI: support JEDEC flash roms in CFI-flash framework
33437
33438 The following patch adds support for non-CFI flash ROMS, by hooking into the
33439 CFI flash code and using most of its code, as recently discussed here in the
33440 thread "Mixing CFI and non-CFI flashs".
33441
33442 Signed-off-by: Michael Schwingen <michael@schwingen.org>
33443 Signed-off-by: Stefan Roese <sr@denx.de>
33444
33445commit c01b17dd856fa120b2970f50d9598546a4927ec3
33446Author: Gerald Van Baren <vanbaren@cideas.com>
33447Date: Wed Nov 28 21:24:50 2007 -0500
33448
33449 Conditionally compile fdt_fixup_ethernet()
33450
33451 Fix compiler warnings: On boards that don't have ethernets defined,
33452 don't compile fdt_fixup_ethernet().
33453
33454commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
33455Author: Kumar Gala <galak@kernel.crashing.org>
33456Date: Tue Nov 27 21:59:46 2007 -0600
33457
33458 Convert boards that set memory node to use fdt_fixup_memory()
33459
33460 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33461
33462commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
33463Author: Kumar Gala <galak@kernel.crashing.org>
33464Date: Mon Nov 26 17:06:15 2007 -0600
33465
33466 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
33467
33468 We use a combination of the serialN alias and CONFIG_CONS_INDEX to
33469 determine which serial alias we should set linux,stdout-path to.
33470
33471 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33472
33473commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
33474Author: Kumar Gala <galak@kernel.crashing.org>
33475Date: Mon Nov 26 14:57:45 2007 -0600
33476
33477 Add common memory fixup function
33478
33479 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
33480
33481 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33482
33483commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
33484Author: Kumar Gala <galak@kernel.crashing.org>
33485Date: Mon Nov 26 11:19:12 2007 -0600
33486
33487 Conditionally compile fdt_support.c
33488
33489 Modify common/Makefile to conditionally compile fdt_support.c based
33490 on CONFIG_OF_LIBFDT.
33491
33492 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33493
33494commit d88e7ba0980773479e1a64badb293116071b7ef0
33495Author: Kumar Gala <galak@kernel.crashing.org>
33496Date: Mon Nov 26 10:41:40 2007 -0600
33497
33498 Fix build breakage due to libfdt import
33499
33500 The IDS8247 got lost in the update and need an API update
33501 do to rename of functions in libfdt.
33502
33503 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33504
33505commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
33506Author: Gerald Van Baren <vanbaren@cideas.com>
33507Date: Fri Nov 23 19:43:20 2007 -0500
33508
33509 Add spaces around the = in the fdt print format.
33510
33511 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
33512
33513commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
33514Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33515Date: Fri Dec 7 01:25:38 2007 +0900
33516
33517 sh: Moved driver of the SuperH dependence
33518
33519 The composition of the directory in the drivers/ changed.
33520 I moved SuperH serial driver and marubun PCMCIA driver.
33521
33522 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33523
33524commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
33525Author: Wolfgang Denk <wd@denx.de>
33526Date: Thu Dec 6 10:21:19 2007 +0100
33527
33528 Release v1.3.1
33529
33530 Signed-off-by: Wolfgang Denk <wd@denx.de>
33531
33532commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
33533Author: Wolfgang Denk <wd@denx.de>
33534Date: Thu Dec 6 10:21:03 2007 +0100
33535
33536 ADS5121 Board: fix compile problem.
33537
33538 Signed-off-by: Wolfgang Denk <wd@denx.de>
33539
33540commit a27044b14a9e93678a82d7b35f202b93e7687abc
33541Author: Stefan Roese <sr@denx.de>
33542Date: Thu Dec 6 05:58:43 2007 +0100
33543
33544 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
33545
33546 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
33547 setting the FIXD bit in the SDR0_MFR register. Here a description of the
33548 symptoms:
33549
33550 Problem Description
33551 ------------------------------
33552 If a DMA is performed between memory and PCI with the DMA 1 Controller
33553 using prefetch, and as a result uses a special purpose buffer selected by
33554 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
33555 the first part of the transfer sequence is performed twice. The
33556 PPC440SPe PCI Controller requests more data than was needed such that in
33557 the case of enforce memory protection, a host CPU exception can occur.
33558 No data is corrupted, because data transfer is stopped in the PCI
33559 Controller. Prefetch enable is specified by setting DMA Configuration
33560 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
33561
33562 Behavior that may be observed in a running system
33563 ---------------------------------------------------------------------------
33564
33565 1. DMA performance is decreased because of the double access on the PCI bus
33566 interface.
33567 2. If an illegal access to some address on the PCI bus is detected at the
33568 system level, a machine check or similar system error may occur.
33569
33570 Workarounds Available
33571 ----------------------------------
33572
33573 1. Do not program prefetch. Note that a prefetch command cannot be programmed
33574 without selecting a special purpose buffer.
33575 2. To avoid crossing a physical boundary of the PCI slave device, add 512
33576 bytes of address to the PCI address range.
33577
33578 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
33579 from AMCC and slighly changed.
33580
33581 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
33582 Signed-off-by: Stefan Roese <sr@denx.de>
33583
33584commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
33585Author: Stefan Roese <sr@denx.de>
33586Date: Tue Dec 4 16:29:48 2007 +0100
33587
33588 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
33589
33590 Signed-off-by: Stefan Roese <sr@denx.de>
33591
33592commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
33593Author: Wolfgang Denk <wd@denx.de>
33594Date: Mon Dec 3 00:15:28 2007 +0100
33595
33596 Prepare for 1.3.1-rc1
33597
33598 Signed-off-by: Wolfgang Denk <wd@denx.de>
33599
33600commit e15e33433e7c05111968dc9b434a52fd42cbd221
33601Author: Stefan Roese <sr@denx.de>
33602Date: Fri Nov 30 07:15:41 2007 +0100
33603
33604 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
33605
33606 This manual PCIe reset triggering solves the problem seen with the
33607 Intel EPRO/1000 card, which was not detected (link not established)
33608 upon power-up reset.
33609
33610 Signed-off-by: Stefan Roese <sr@denx.de>
33611
33612commit 260eea5676ca46903a335686cc020b29c4ca46fe
33613Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33614Date: Thu Nov 29 01:21:54 2007 +0900
33615
33616 sh: Add SuperH boards maintainer to MAINTAINERS file
33617
33618 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
33619
33620 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33621
33622commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
33623Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33624Date: Thu Nov 29 00:13:04 2007 +0900
33625
33626 sh: Add ms7750se support in MAKEALL
33627
33628 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33629
33630commit c7144373427a178332bf9754131c8c34c52c200a
33631Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33632Date: Tue Nov 27 09:44:53 2007 +0100
33633
33634 sh: Add sh3 and sh4 support in MAKEALL
33635
33636 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33638
33639commit 130080874a3d28450098481a262c5f7c855e908d
33640Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33641Date: Sun Nov 25 02:51:17 2007 +0900
33642
33643 sh: Add document for SuperH.
33644
33645 This document is a summary of information concerning SuperH of U-Boot.
33646
33647 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33648
33649commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
33650Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33651Date: Sun Nov 25 02:39:31 2007 +0900
33652
33653 sh: Add marubun's pcmcia driver
33654
33655 Marubun pcmcia is a chip for PCMCIA used with SuperH.
33656 Of course, this can be used even by other architectures.
33657 When use this driver, came to be able to use CompactFlash
33658 and Ethernet.
33659
33660 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33661
33662commit febd86b969b975289ed948f1ac0eb9722da41ced
33663Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33664Date: Sun Nov 25 02:32:13 2007 +0900
33665
33666 sh: Update SuperH SCIF driver
33667
33668 - Changed volatile unsigned to vu_.
33669 - Changed Makefile for kconfig.
33670
33671 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
33672
33673commit 8be760903645af09871be50ad0a6f9ebb62b311d
33674Author: Stefan Roese <sr@denx.de>
33675Date: Tue Nov 27 11:57:35 2007 +0100
33676
33677 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
33678
33679 After an error in the AMCC 405EX users manual now correctly configure
33680 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
33681 usage.
33682
33683 Signed-off-by: Stefan Roese <sr@denx.de>
33684
33685commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
33686Author: Wolfgang Denk <wd@denx.de>
33687Date: Mon Nov 26 19:18:21 2007 +0100
33688
33689 Cleanup coding style; update CHANGELOG
33690
33691 Signed-off-by: Wolfgang Denk <wd@denx.de>
33692
33693commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
33694Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33695Date: Sun Nov 25 22:39:25 2007 +0100
33696
33697 MAKEALL: add missing 512x boards in ppc
33698
33699 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33700
33701commit a340c325e668ca7386c2276387681720be9c3757
33702Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33703Date: Sun Nov 25 18:45:47 2007 +0100
33704
33705 Makefile : fix tags ctags etags with new drivers organization
33706
33707 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33708
33709commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
33710Author: Stefan Roese <sr@denx.de>
33711Date: Mon Nov 26 15:06:14 2007 +0100
33712
33713 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
33714
33715 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
33716 operation.
33717
33718 Signed-off-by: Stefan Roese <sr@denx.de>
33719
33720commit ca1ce226287270bb01e25b8e3674c701f12edf19
33721Author: Stefan Roese <sr@denx.de>
33722Date: Mon Nov 26 15:01:45 2007 +0100
33723
33724 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
33725
33726 Signed-off-by: Stefan Roese <sr@denx.de>
33727
33728commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
33729Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33730Date: Sun Nov 25 18:45:47 2007 +0100
33731
33732 Makefile : fix tags ctags etags with new drivers organization
33733
33734 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33735
33736commit 59829cc189378c142c13d2aa8d9a897d8bef3961
33737Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33738Date: Sat Nov 24 21:26:56 2007 +0100
33739
33740 drivers/mtd : move mtd drivers to drivers/mtd
33741
33742 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33743
33744commit 318c0b90431f2648552e5ade78833f42652ce859
33745Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33746Date: Sat Nov 24 21:17:55 2007 +0100
33747
33748 drivers/misc : move misc drivers to drivers/misc
33749
33750 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33751
33752commit 33daf5b7858807cb4ce4158c2c56524671c14c08
33753Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33754Date: Sat Nov 24 21:13:59 2007 +0100
33755
33756 drivers/block : move block drivers to drivers/block
33757
33758 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33759
33760commit 0c698dcaa70275eb8814f665b545547cee013892
33761Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33762Date: Sat Nov 24 20:59:50 2007 +0100
33763
33764 drivers/rtc : move rtc drivers to drivers/rtc
33765
33766 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33767
33768commit f868cc5a50757d94f36c312395481cb0f187d9e6
33769Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33770Date: Sat Nov 24 20:14:44 2007 +0100
33771
33772 drivers/hwmon : move hardware monitor drviers to drivers/hwmon
33773
33774 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33775
33776commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
33777Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33778Date: Sat Nov 24 19:46:45 2007 +0100
33779
33780 drivers/input : move input drivers to drivers/input
33781
33782 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33783
33784commit e4558666293364fc3af1c1d9381ca933fa0f1275
33785Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33786Date: Sat Nov 24 19:40:11 2007 +0100
33787
33788 drivers/usb : move usb drivers to drivers/usb
33789
33790 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33791
33792commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
33793Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33794Date: Sat Nov 24 19:33:38 2007 +0100
33795
33796 drivers/serial : move serial drivers to drivers/serial
33797
33798 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33799
33800commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
33801Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33802Date: Wed Nov 21 21:19:24 2007 +0100
33803
33804 drivers/net : move net drivers to drivers/net
33805
33806 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33807
33808commit 352d259130b349fe9593b8dada641bd78a9659e5
33809Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33810Date: Tue Nov 20 20:41:48 2007 +0100
33811
33812 drivers/video : move video drivers to drivers/video
33813
33814 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33815
33816commit 73646217186aa17afc8e305c5f06f06dd335eaad
33817Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33818Date: Tue Nov 20 20:33:09 2007 +0100
33819
33820 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
33821
33822 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33823
33824commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
33825Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33826Date: Tue Nov 20 20:28:09 2007 +0100
33827
33828 drivers/pci : move pci drivers to drivers/pci
33829
33830 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
33831
33832commit 9162352817579840d7802da6d85872b3ca003c97
33833Author: Gerald Van Baren <vanbaren@cideas.com>
33834Date: Thu Nov 22 17:23:23 2007 -0500
33835
33836 Fix fdt printing for updated libfdt
33837
33838 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
33839
33840 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
33841
33842commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
33843Author: Kumar Gala <galak@kernel.crashing.org>
33844Date: Wed Nov 21 13:30:15 2007 -0600
33845
33846 Add additional fdt fixup helper functions
33847
33848 Added the following fdt fixup helpers:
33849 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
33850 * do_fixup_by_compat{_u32} - Find matching nodes by compat
33851
33852 The _u32 variants work the same only the property they are setting
33853 is know to be a 32-bit integer instead of a byte buffer.
33854
33855 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33856
33857commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
33858Author: Kumar Gala <galak@kernel.crashing.org>
33859Date: Wed Nov 21 11:11:03 2007 -0600
33860
33861 Add fdt_fixup_ethernet helper to set mac addresses
33862
33863 Added a fixup helper that uses aliases to set mac addresses
33864 in the device tree based on the bd_t
33865
33866 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33867
33868commit dbaf07ce620aab249e3502b20a986234a6af1d3a
33869Author: Kumar Gala <galak@kernel.crashing.org>
33870Date: Wed Nov 21 14:07:46 2007 -0600
33871
33872 Fix warnings from import of libfdt
33873
33874 cmd_fdt.c: In function fdt_print:
33875 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
33876 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
33877 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
33878 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
33879
33880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33881
33882commit 8d04f02f6224e6983f4812ea4da704950ec8539c
33883Author: Kumar Gala <galak@kernel.crashing.org>
33884Date: Wed Oct 24 11:04:22 2007 -0500
33885
33886 Update libfdt from device tree compiler (dtc)
33887
33888 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
33889 the device tree compiler (dtc) project.
33890
33891 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33892
33893commit e93becf80d732b64aef81b23e8b6ece02c40533d
33894Author: Kumar Gala <galak@kernel.crashing.org>
33895Date: Sat Nov 3 19:46:28 2007 -0500
33896
33897 Move do_fixup* for libfdt into common code
33898
33899 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
33900 into common/fdt_support.c and renamed:
33901
33902 do_fixup() -> do_fixup_by_path()
33903 do_fixup_u32() -> do_fixup_by_path_u32()
33904
33905 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33906
33907commit f738b4a75998f42a7408defadc9baac7a31c92db
33908Author: Kumar Gala <galak@kernel.crashing.org>
33909Date: Thu Oct 25 16:15:07 2007 -0500
33910
33911 Make no options to fdt print default to '/'
33912
33913 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33914
33915commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
33916Author: Kumar Gala <galak@kernel.crashing.org>
33917Date: Wed Oct 24 10:21:57 2007 -0500
33918
33919 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
33920
33921 Removed:
33922 fdt_node_is_compatible
33923 fdt_find_node_by_type
33924 fdt_find_compatible_node
33925
33926 To ease merge of newer libfdt as we aren't using them anywhere at this time.
33927
33928 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
33929 reason.
33930
33931 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33932
33933commit 98e2867cc85409b919f862e6c16026461ec955df
33934Author: Grant Likely <grant.likely@secretlab.ca>
33935Date: Wed Nov 21 09:19:37 2007 -0700
33936
33937 [BUILD] Remove libraries when updating autoconf.mk
33938
33939 Fix library problems caused by conditional compilation. Using
33940 autoconf.mk to decide which files to compile has caused a problem when
33941 changing configuration from one board to another without clearing out
33942 the library (*.a) files.
33943
33944 It used to be that the linker was always passed the same list of .o
33945 files when building the .a files. However, that is not longer true
33946 with conditional compilation. Now, a different board config will have
33947 a different file list passed to the linker. The problem occurs when
33948 a library has already been built and the board config is changed.
33949
33950 Since the linker will update instead of replace a preexisting library,
33951 then if the file list changes to remove some object files the old
33952 objects will still exist in the library.
33953
33954 The solution is to remove all old library files when autoconf.mk is
33955 made.
33956
33957 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33958
33959commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
33960Author: Kumar Gala <galak@kernel.crashing.org>
33961Date: Wed Nov 21 08:49:50 2007 -0600
33962
33963 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
33964
33965 Modify libfdt/Makefile to conditionally compile the *.c files based
33966 on the board config.
33967
33968 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
33969
33970commit 4a43719a7738712811d822ca8125427b27a55cdc
33971Author: Grant Likely <grant.likely@secretlab.ca>
33972Date: Mon Sep 24 09:05:31 2007 -0600
33973
33974 [BUILD] conditionally compile common/cmd_*.c in common/Makefile
33975
33976 Modify common/Makefile to conditionally compile the cmd_*.c files based
33977 on the board config.
33978
33979 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33980
33981commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
33982Author: Grant Likely <grant.likely@secretlab.ca>
33983Date: Mon Sep 24 09:05:31 2007 -0600
33984
33985 [BUILD] Generate include/autoconf.mk from board config files
33986
33987 Use cpp and sed to postprocess config.h and import the defined values
33988 into include/autoconf.mk. autoconf.mk is then included by config.mk to
33989 give 'make' access to the board configuration.
33990
33991 Doing this enables conditional compilation at the Makefile level instead
33992 of by wrapping every .c file with #ifdef/#endif wrappers.
33993
33994 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33995
33996commit 68b88999da87ab88e71e1306192905be3450198e
33997Author: Jon Loeliger <jdl@freescale.com>
33998Date: Tue Nov 20 15:02:26 2007 -0600
33999
34000 8610HPCD: Enable the 8610 Display Interface Unit
34001
34002 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34003
34004commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
34005Author: Jon Loeliger <jdl@freescale.com>
34006Date: Tue Nov 20 15:00:53 2007 -0600
34007
34008 Move 8610 DIU interface structure definitions to header file.
34009
34010 These two structures are still needed during the
34011 initialization and setup of the DIU hardware.
34012 So move them to the fsl_diu_fb.h file for now.
34013 Official "blah".
34014
34015 Noticed-by: York Sun <yorksun@freescale.com>
34016 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34017
34018commit 080c646dbf474a109c3f85718fb01ce042a38c45
34019Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34020Date: Tue Nov 20 20:14:18 2007 +0100
34021
34022 drivers/i2c : move i2c drivers to drivers/i2c
34023
34024 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34025
34026commit 9a337ddc154a10a26f117fd147b009abcdeba75a
34027Author: Wolfgang Denk <wd@denx.de>
34028Date: Mon Nov 19 22:20:24 2007 +0100
34029
34030 Prepare for 1.3.0 release.
34031
34032 Signed-off-by: Wolfgang Denk <wd@denx.de>
34033
34034commit f30ad49b16bf998b03c1a5228b6c86369d61c258
34035Author: Haiying Wang <Haiying.Wang@freescale.com>
34036Date: Mon Nov 19 10:02:13 2007 -0500
34037
34038 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
34039
34040 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
34041
34042 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
34043
34044commit f8c320609366176b31104d9bf5e295232e1c7f1d
34045Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34046Date: Mon Nov 19 11:14:16 2007 +0900
34047
34048 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
34049
34050 lowlevel_init.S: Assembler messages:
34051 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
34052
34053 Looking at codes, the `memtest' and `clearmem' are intentional mixed
34054 use of `global symbols' and `label' for debugging purpose. To make it
34055 build, just disable global-symbols-use for now. As a result `memtest'
34056 still remains as unused, but leave it be...
34057
34058 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
34059
34060commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
34061Author: Wolfgang Denk <wd@denx.de>
34062Date: Mon Nov 19 12:59:14 2007 +0100
34063
34064 Fix build problems with mp2usb board
34065
34066 Signed-off-by: Wolfgang Denk <wd@denx.de>
34067
34068commit 6bf4c686afca1e86e1c384d59218f914605713bf
34069Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34070Date: Sun Nov 18 18:36:11 2007 +0100
34071
34072 s3c24x0: Fix usb_ohci.c missing in Makefile
34073 and usb_ohci.c warning differ in signedness
34074
34075 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034076
34077commit 6073f61e078da5ddb521b56256bcc36508589883
34078Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034079Date: Sun Nov 18 12:55:02 2007 +0100
34080
34081 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
34082
34083 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34084
34085commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
34086Author: Wolfgang Denk <wd@denx.de>
34087Date: Sun Nov 18 17:11:09 2007 +0100
34088
34089 Fix compiler warnings for ARM systems.
34090
34091 Signed-off-by: Wolfgang Denk <wd@denx.de>
34092
34093commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
34094Author: Wolfgang Denk <wd@denx.de>
34095Date: Sun Nov 18 16:36:27 2007 +0100
34096
34097 Fix compiler warnings for PPC systems. Update CHANGELOG.
34098
34099 Signed-off-by: Wolfgang Denk <wd@denx.de>
34100
34101commit 653811a3c2b35856bf12e196dcc8c4694e28e420
34102Author: Stefan Roese <sr@denx.de>
34103Date: Sun Nov 18 14:44:44 2007 +0100
34104
34105 ppc4xx: Correct 405EX PCIe UTL register mapping
34106
34107 Map 4k mem space for UTL registers for each port.
34108
34109 Signed-off-by: Stefan Roese <sr@denx.de>
34110
34111commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
34112Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34113Date: Sat Nov 17 11:31:10 2007 +0100
34114
34115 Fix warning differ in signedness in net/net.c and net/nfs.c
34116
34117commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
34118Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34119Date: Sat Nov 17 20:42:45 2007 +0900
34120
34121 gth2.c: Fix a warning on gth2 build.
34122
34123 gth2.c: In function 'misc_init_r':
34124 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
34125
34126 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34127
34128commit 2309c130aa4c84b91bd874a41269c923eb61b555
34129Author: Stefan Roese <sr@denx.de>
34130Date: Sat Nov 17 07:58:25 2007 +0100
34131
34132 Fix warning differ in signedness in common/cmd_scsi.c
34133
34134 Signed-off-by: Stefan Roese <sr@denx.de>
34135
34136commit 9ea61b57968554eaf0f474ec7e088b17d367f474
34137Author: Stefan Roese <sr@denx.de>
34138Date: Sat Nov 17 14:52:29 2007 +0100
34139
34140 ppc4xx: Update AMCC Kilauea config file
34141
34142 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
34143
34144 Signed-off-by: Stefan Roese <sr@denx.de>
34145
34146commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
34147Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34148Date: Sat Nov 17 20:05:26 2007 +0900
34149
34150 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
34151
34152 Current trick to pick up GNU assembler minor version does not work with the
34153 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
34154 "(GNU Binutils) ".
34155
34156 $ sde-as --version |grep "GNU assembler"
34157 GNU assembler 2.15.94 mipssde-6.02.02-20050602
34158 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
34159 2.15.94
34160 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
34161 15
34162 $
34163
34164 $ mips-linux-as --version |grep "GNU assembler"
34165 GNU assembler (GNU Binutils) 2.18
34166 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
34167 (GNU
34168 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
34169 (no output)
34170 $
34171
34172 As a result of above, you'll see many noises with such binutils:
34173
34174 make -C cpu/mips/
34175 /bin/sh: line 0: [: : integer expression expected
34176 /bin/sh: line 0: [: : integer expression expected
34177 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
34178 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
34179 /bin/sh: line 0: [: : integer expression expected
34180 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
34181 /bin/sh: line 0: [: : integer expression expected
34182 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
34183 /bin/sh: line 0: [: : integer expression expected
34184
34185 This patch simplifies the trick and makes it work with both versions of gas.
34186 I also replace an expensive `awk (or gawk)' with `cut'.
34187
34188 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34189
34190commit 16664f72850846e645616da1c0fa5afcd6d15f15
34191Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34192Date: Sat Nov 17 20:05:26 2007 +0900
34193
34194 [MIPS] Remove useless instructions for initializing $gp.
34195
34196 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34197
34198commit 03c031d5660ea946c39af6e2e16267da857c609f
34199Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34200Date: Sat Oct 27 15:27:06 2007 +0900
34201
34202 [MIPS] MIPS 4K core: Coding style cleanups
34203
34204 No logical changes.
34205
34206 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34207
34208commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
34209Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34210Date: Sat Nov 17 20:05:20 2007 +0900
34211
34212 [MIPS] gth2.c: Fix a warning on gth2 build.
34213
34214 gth2.c: In function 'misc_init_r':
34215 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
34216
34217 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34218
34219commit 4fbd0741b2b6441da10be93e10267122581b7079
34220Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34221Date: Sat Oct 27 15:22:33 2007 +0900
34222
34223 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
34224
34225 au1x00_eth.c: In function 'au1x00_miiphy_write':
34226 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
34227
34228 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34229
34230commit f01320459736f156707425cf8112f98606301aa4
34231Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34232Date: Sat Oct 27 15:00:25 2007 +0900
34233
34234 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
34235
34236 au1x00_eth.c: In function 'au1x00_enet_initialize':
34237 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
34238 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
34239 au1x00_eth.c:246: error: for each function it appears in.)
34240 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
34241 au1x00_eth.c: In function 'au1x00_miiphy_write':
34242 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
34243 make[1]: *** [au1x00_eth.o] Error 1
34244
34245 Fixed by moving these two functions forward.
34246
34247 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34248
34249commit b09258c5393edd1087c5f39ae68338f16b49f8b3
34250Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34251Date: Sat Oct 27 15:00:25 2007 +0900
34252
34253 MAKEALL: Added missing pb1000 board
34254
34255 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34256
34257commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
34258Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34259Date: Sat Oct 27 15:00:24 2007 +0900
34260
34261 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
34262
34263 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34264
34265commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
34266Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34267Date: Sat Oct 27 15:00:24 2007 +0900
34268
34269 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
34270
34271 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34272
34273commit 5947f6999aafa7c54c1390983d264a8463dfea8e
34274Author: Wolfgang Denk <wd@denx.de>
34275Date: Sat Nov 17 02:34:38 2007 +0100
34276
34277 Update CHANGELOIG, prepare for -rc4
34278
34279 Signed-off-by: Wolfgang Denk <wd@denx.de>
34280
34281commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
34282Author: Luotao Fu <l.fu@pengutronix.de>
34283Date: Wed Nov 14 18:58:33 2007 +0100
34284
34285 Fix the i2c frequency and default address in rsdproto board
34286
34287 rsdproto board support has wrong I2C frequency and wrong return value
34288 handling.
34289
34290 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
34291
34292commit 429c180edad038f91c989cb14b478228092e7054
34293Author: Wolfgang Denk <wd@denx.de>
34294Date: Sat Nov 17 01:45:38 2007 +0100
34295
34296 powerpc: Backout relocation changes for MPC5121, too.
34297
34298 Apply Grant Likely's backout to MPC5121 code, too.
34299
34300 Pointed out by Rafal Jaworowski <raj@semihalf.com>
34301
34302 Signed-off-by: Wolfgang Denk <wd@denx.de>
34303
34304commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
34305Author: Grant Likely <grant.likely@secretlab.ca>
34306Date: Tue Nov 13 22:18:33 2007 -0700
34307
34308 powerpc: Backout relocation changes.
34309
34310 Ugh. I *hate* to back this change out, but these compiler flags don't
34311 work for relocation on all versions of GCC. I've not been able to
34312 reproduce the environment in my setup (and hence, not been able to
34313 find a combination that *does* work), so I've got no choice but to go
34314 back to the old gcc flags and linker script.
34315
34316 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34317
34318commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
34319Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34320Date: Tue Nov 13 09:11:05 2007 +0100
34321
34322 Fixed mips_io_port_base build errors.
34323
34324 This patch has been sent on:
34325 - 29 Sep 2007
34326
34327 Although mips_io_port_base is currently a part of IDE command, it is quite
34328 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
34329 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
34330
34331 This patch is triggered by multiple definition of `mips_io_port_base' build
34332 error on gth2 (and tb0229 also needs this fix.)
34333
34334 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
34335 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
34336 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
34337 make: *** [u-boot] Error 1
34338
34339 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34341
34342commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
34343Author: Wolfgang Denk <wd@denx.de>
34344Date: Sat Nov 17 01:30:40 2007 +0100
34345
34346 Fix a bug in the slave serial programming mode for the Xilinx
34347 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
34348 the most significant bit was set, which did not work on any
34349 architecture where "char" defaulted to be an unsigned type.
34350
34351 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
34352
34353 Signed-off-by: Wolfgang Denk <wd@denx.de>
34354
34355commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
34356Author: Jon Loeliger <jdl@freescale.com>
34357Date: Thu Nov 1 12:23:29 2007 -0500
34358
34359 86xx: Fix broken variable reference when #def DEBUGing.
34360
34361 Sometimes you can't reference the DDR2 controller variables.
34362
34363 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34364
34365commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
34366Author: Jason Jin <Jason.jin@freescale.com>
34367Date: Fri Oct 26 18:32:00 2007 +0800
34368
34369 make 8610 board use pixis reset
34370
34371 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34372
34373commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
34374Author: Jason Jin <Jason.jin@freescale.com>
34375Date: Mon Oct 29 19:26:21 2007 +0800
34376
34377 Unify pixis_reset altbank across board families
34378
34379 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
34380 into the separate board config files.
34381
34382 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34383 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34384
34385commit 64bf555465c7926be13e1046ac0d0f05ac72829c
34386Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34387Date: Wed Nov 7 08:19:21 2007 +0100
34388
34389 Fix warning: pointer targets in assignment differ in signedness
34390
34391 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34392
34393commit 7a60ee7c6248a958c5757d3660a1702723a2786d
34394Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34395Date: Wed Nov 7 08:19:19 2007 +0100
34396
34397 Fix warning differ in signedness in common/cmd_ide.c
34398
34399 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
34400
34401commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
34402Author: Stefan Roese <sr@denx.de>
34403Date: Fri Nov 16 14:16:54 2007 +0100
34404
34405 ppc4xx: Enable 405EX PCIe UTL register configuration
34406
34407 Till now the UTL registers on 405EX were not initialized but left with
34408 their default values. This patch new initializes some of the UTL
34409 registers on 405EX.
34410
34411 Signed-off-by: Stefan Roese <sr@denx.de>
34412
34413commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
34414Author: Stefan Roese <sr@denx.de>
34415Date: Fri Nov 16 14:00:59 2007 +0100
34416
34417 ppc4xx: Update AMCC Makalu for board rev 1.1
34418
34419 This patch adds changes needed for Makalu rev 1.1:
34420
34421 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
34422 - Enable 2nd ethernet port EMAC1
34423 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
34424 - Reset PCIe ports via GPIO upon bootup
34425
34426 Signed-off-by: Stefan Roese <sr@denx.de>
34427
34428commit 4d4faae65e115e327425cd514c1a35146a85166b
34429Author: Grant Likely <grant.likely@secretlab.ca>
34430Date: Mon Sep 24 09:05:31 2007 -0600
34431
34432 Group PCI and PCMCIA drivers in drivers/Makefile
34433
34434 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34435
34436commit 5798f87dc10a496d79d3177b9f5a76488987fd35
34437Author: Grant Likely <grant.likely@secretlab.ca>
34438Date: Mon Sep 24 09:05:31 2007 -0600
34439
34440 Group block/flash drivers in drivers/Makefile
34441
34442 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34443
34444commit df58c81551700f058b44cacf55a7997fa63bfe0a
34445Author: Grant Likely <grant.likely@secretlab.ca>
34446Date: Mon Sep 24 09:05:31 2007 -0600
34447
34448 Group USB drivers in drivers/Makefile
34449
34450 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34451
34452commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
34453Author: Grant Likely <grant.likely@secretlab.ca>
34454Date: Mon Sep 24 09:05:30 2007 -0600
34455
34456 Group i2c drivers in drivers/Makefile
34457
34458 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34459
34460commit ec00c76de0e5971273905998d62d6bb119324218
34461Author: Grant Likely <grant.likely@secretlab.ca>
34462Date: Mon Sep 24 09:05:30 2007 -0600
34463
34464 Group console drivers in drivers/Makefile
34465
34466 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34467
34468commit 754f230aa01b8c789fc31f8013c2487954073300
34469Author: Grant Likely <grant.likely@secretlab.ca>
34470Date: Mon Sep 24 09:05:30 2007 -0600
34471
34472 Group network drivers in drivers/Makefile
34473
34474 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34475
34476commit f0037c56b0d12cd46215124667b9f83d60ef9391
34477Author: Grant Likely <grant.likely@secretlab.ca>
34478Date: Mon Sep 24 09:05:30 2007 -0600
34479
34480 Build: split COBJS value into multiple lines
34481
34482 This change is in preparation for condtitionial compile support in the
34483 build system. By spliting them all into seperate lines now, subsequent
34484 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
34485 be less invasive and easier to review
34486
34487 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34488
34489commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
34490Author: Grant Likely <grant.likely@secretlab.ca>
34491Date: Mon Sep 24 09:05:30 2007 -0600
34492
34493 Add .gitignore files
34494
34495 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34496 Acked-by: Kim Phillips <kim.phillips@freescale.com>
34497
34498commit 955413f35f054a82e40042f1dbcf501c6a05719b
34499Author: Grant Likely <grant.likely@secretlab.ca>
34500Date: Thu Nov 15 08:27:52 2007 -0700
34501
34502 Revert "Correct relocation fixup for mpc5xx"
34503
34504 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
34505 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34506
34507commit e15633888a058aacb31a62d2cf1278e1e4c236ab
34508Author: Grant Likely <grant.likely@secretlab.ca>
34509Date: Thu Nov 15 08:24:32 2007 -0700
34510
34511 Revert "Correct fixup relocation for MPC5xxx"
34512
34513 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
34514 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34515
34516commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
34517Author: Grant Likely <grant.likely@secretlab.ca>
34518Date: Thu Nov 15 08:21:04 2007 -0700
34519
34520 Revert "Correct fixup relocation for mpc8220"
34521
34522 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
34523 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34524
34525commit 70922342369e5e39b286fe21e768a239ca07a514
34526Author: Grant Likely <grant.likely@secretlab.ca>
34527Date: Thu Nov 15 08:20:57 2007 -0700
34528
34529 Revert "Correct fixup relocation for mpc824x"
34530
34531 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
34532 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34533
34534commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
34535Author: Grant Likely <grant.likely@secretlab.ca>
34536Date: Thu Nov 15 08:20:50 2007 -0700
34537
34538 Revert "Correct fixup relocation for mpc8260"
34539
34540 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
34541 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34542
34543commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
34544Author: Grant Likely <grant.likely@secretlab.ca>
34545Date: Thu Nov 15 08:20:43 2007 -0700
34546
34547 Revert "Correct fixup relocation for mpc83xx"
34548
34549 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
34550 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34551
34552commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
34553Author: Grant Likely <grant.likely@secretlab.ca>
34554Date: Thu Nov 15 08:20:25 2007 -0700
34555
34556 Revert "[MPC512x] Correct fixup relocation"
34557
34558 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
34559 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34560
34561commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
34562Author: Stefan Roese <sr@denx.de>
34563Date: Thu Nov 15 14:25:09 2007 +0100
34564
34565 ppc4xx: Small AMCC Kilauea cleanup
34566
34567 Remove not needed pci_target_init() function.
34568
34569 Signed-off-by: Stefan Roese <sr@denx.de>
34570
34571commit aee747f19b460a0e9da20ff21e90fdaac1cec359
34572Author: Stefan Roese <sr@denx.de>
34573Date: Thu Nov 15 14:23:55 2007 +0100
34574
34575 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
34576
34577 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
34578 - Cleanup of the 4xx GPIO functions
34579 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
34580
34581 Signed-off-by: Stefan Roese <sr@denx.de>
34582
34583commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
34584Author: Stefan Roese <sr@denx.de>
34585Date: Thu Nov 15 14:20:08 2007 +0100
34586
34587 ppc4xx: AMCC Taihu board config file cleanup
34588
34589 This patch makes the AMCC Taihu a little more compatible to the other
34590 AMCC eval boards.
34591
34592 Signed-off-by: Stefan Roese <sr@denx.de>
34593
34594commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
34595Author: Marian Balakowicz <m8@semihalf.com>
34596Date: Thu Nov 15 13:37:28 2007 +0100
34597
34598 [INKA4x0] NG hardware: flash support
34599
34600 Disabled and remove inka4x0 custom flash driver, use CFI flash
34601 driver instead.
34602
34603 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34604
34605commit 5fb6d7191e206cdde0e23140fd8111caed93a595
34606Author: Marian Balakowicz <m8@semihalf.com>
34607Date: Thu Nov 15 13:29:55 2007 +0100
34608
34609 [INKA4x0] NG hardware: SDRAM support
34610
34611 Add support for three new DDR chips that may be present on a NG
34612 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
34613
34614 Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
34615
34616 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34617
34618commit f23cb34c367bb27585a4fdb8a75277370e7d0596
34619Author: Marian Balakowicz <m8@semihalf.com>
34620Date: Thu Nov 15 13:24:43 2007 +0100
34621
34622 [INKA4x0] NG hardware: platform code update
34623
34624 - Cleanup compile warnings.
34625 - Add missing '\0' in default environment.
34626 - Increase CFG_MONITOR_LEN to 256 KiB.
34627 - Add required CFG_USE_PPCENV.
34628
34629 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
34630
34631commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
34632Author: Peter Pearse <peter.pearse@arm.com>
34633Date: Thu Nov 15 08:58:00 2007 +0000
34634
34635 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
34636 Remove warnings re onenand_read() & write()
34637
34638commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
34639Author: Peter Pearse <peter.pearse@arm.com>
34640Date: Thu Nov 15 08:45:13 2007 +0000
34641
34642 Correction patch
34643
34644commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
34645Author: Roy Zang <tie-fei.zang@freescale.com>
34646Date: Thu Sep 13 18:52:28 2007 +0800
34647
34648 Enable ULi1575 Ethernet support in 8610HPCD config
34649
34650 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34651 Acked-by: Jon Loeliger <jdl@freescale.com>
34652
34653commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
34654Author: Stefan Roese <sr@denx.de>
34655Date: Tue Nov 13 08:18:20 2007 +0100
34656
34657 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
34658
34659 Signed-off-by: Stefan Roese <sr@denx.de>
34660
34661commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
34662Author: Stefan Roese <sr@denx.de>
34663Date: Tue Nov 13 08:06:11 2007 +0100
34664
34665 ppc4xx: Fix 405EX PCIe UTLSET register setup
34666
34667 Signed-off-by: Stefan Roese <sr@denx.de>
34668
34669commit 1ce55151c85d068f70317a8d65c61058b891afb4
34670Author: Heiko Schocher <hs@denx.de>
34671Date: Tue Nov 13 07:50:29 2007 +0100
34672
34673 [UC101] SRAM now with 2 MB working.
34674
34675 Signed-off-by: Heiko Schocher <hs@denx.de>
34676
34677commit 2d14684341109a69616e4d6016cd61402d55086f
34678Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34679Date: Fri Nov 9 15:37:53 2007 +0100
34680
34681 ppc4xx: Use generic usb-ohci driver for sequoia board
34682
34683 This patch makes the sequoia board use the generic usb-ohci driver
34684 instead of cpu/ppc4xx/usb_ohci.c.
34685
34686 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34687 Signed-off-by: Stefan Roese <sr@denx.de>
34688
34689commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
34690Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34691Date: Fri Nov 9 15:37:23 2007 +0100
34692
34693 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
34694
34695 This patch disables the 44x d-cache on 'usb start' and
34696 reenables it on 'usb stop'. This should be seen as a
34697 temporary fix until the generic usb-ohci driver can
34698 life with d-cache enabled.
34699
34700 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34701 Signed-off-by: Stefan Roese <sr@denx.de>
34702
34703commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
34704Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34705Date: Fri Nov 9 15:36:44 2007 +0100
34706
34707 ppc4xx: Remove redundant code from 4xx network driver
34708
34709 This patch removes some redundant code and decrements the end
34710 address of cache flush and invalidate by 1.
34711
34712 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
34713 Signed-off-by: Stefan Roese <sr@denx.de>
34714
34715commit 5ca9881aad8c413ac2a82868a5e3719178254502
34716Author: Peter Pearse <peter.pearse@arm.com>
34717Date: Fri Nov 9 15:24:26 2007 +0000
34718
34719 Add apollon board support
34720 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
34721
34722commit b53313dbfc74525d85f1e7e0102f902d5c863beb
34723Author: Stefan Roese <sr@denx.de>
34724Date: Fri Nov 9 12:19:58 2007 +0100
34725
34726 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
34727
34728 Signed-off-by: Stefan Roese <sr@denx.de>
34729
34730commit c7f69c340277935a6c19a956421852da944a365f
34731Author: Stefan Roese <sr@denx.de>
34732Date: Fri Nov 9 12:18:54 2007 +0100
34733
34734 ppc4xx: Make output a little shorter on I2C bootrom detection
34735
34736 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
34737 already print a line with the information which I2C bootrom is
34738 used for bootstrap configuration. So we don't need this extra line
34739 with "I2C boot EEPROM en-/dis-abled".
34740
34741 This patch also has a little code cleanup integrated.
34742
34743 Signed-off-by: Stefan Roese <sr@denx.de>
34744
34745commit 8d737a28152ec12873f8544cca1fb39a49e5e693
34746Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34747Date: Thu Nov 8 12:50:18 2007 -0600
34748
34749 ColdFire: MCF5329 - Remove reset registers from CCM
34750
34751 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34752
34753commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
34754Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34755Date: Thu Nov 8 12:31:11 2007 -0600
34756
34757 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
34758
34759 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34760
34761commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
34762Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34763Date: Thu Nov 8 12:19:01 2007 -0600
34764
34765 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
34766
34767 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34768
34769commit 225a24b5e062ad94627424508ae814f51dbe1a34
34770Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34771Date: Wed Nov 7 18:00:54 2007 -0600
34772
34773 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
34774
34775 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34776
34777commit 248c7c14835f34d5d910b45e5600050e58ca6cab
34778Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34779Date: Wed Nov 7 17:56:15 2007 -0600
34780
34781 ColdFire: MCF532x - Update do_reset() using core reset
34782
34783 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34784
34785commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
34786Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34787Date: Wed Nov 7 17:51:00 2007 -0600
34788
34789 ColdFire: Update cpu flag for 4.2-xx compiler
34790
34791 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
34792
34793commit 070ba56115b4da63b46e974287fa4550d4023386
34794Author: York Sun <yorksun@freescale.com>
34795Date: Wed Oct 31 14:59:04 2007 -0500
34796
34797 8610: Add console frame buffer support to FSL 8610 DIU driver.
34798
34799 Add cfb console support to FSL 8610 DIU driver.
34800 Inspect board version from PIXIS to obtain correct pixel format.
34801
34802 Use #define CONFIG_VIDEO in config file to enable fb console.
34803
34804 To switch monitor, set monitor variable to
34805 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
34806 followed by "diufb init".
34807
34808 Preserve logo bitmap at the top of the fb console.
34809
34810 Signed-off-by: York Sun <yorksun@freescale.com>
34811 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34812
34813commit a877880c6949e948bd63cd6ea4e216573d2f53dd
34814Author: York Sun <yorksun@freescale.com>
34815Date: Mon Oct 29 13:58:39 2007 -0500
34816
34817 8610: Add 8610 DIU display driver
34818
34819 1280x1024 and 1024x768 @ 32 bpp are supported now.
34820 DVI, Single-link LVDS, Double-link LVDS are all supported.
34821
34822 Environmental variable "monitor" is used to specify monitor port.
34823
34824 A new command "diufb" is introduced to reinitialize monitor
34825 and display a BMP file in the memory. So far, 1-bit, 4-bit,
34826 8-bit and 24-bit BMP formats are supported.
34827
34828 diufb init
34829 - initialize the diu driver
34830 Enable the port specified in the environmental variable "monitor"
34831
34832 diufb addr
34833 - display bmp file in memory.
34834 The bmp image should be no bigger than the resolution, 1280x1024
34835 for DVI and double-link LVDS, 1024x768 for single-link LVDS.
34836
34837 Note, this driver allocate memory but doesn't free it after use
34838 It is written on purpose -- to avoid a failure of reallocation
34839 due to memory fragement.
34840
34841 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
34842
34843 Signed-off-by: York Sun <yorksun@freescale.com>
34844 Signed-off-by: Jon loeliger <jdl@freescale.com>
34845
34846commit 52e5ddfecdda308f75782fae206b677b1810f5f9
34847Author: York Sun <yorksun@freescale.com>
34848Date: Wed Oct 31 10:43:59 2007 -0500
34849
34850 FSL: Add a freescale bitmap logo.
34851
34852 This Freescale logo is a 340 x 128 x 4bpp BMP file
34853 that can be displayed by the DIU Framebuffer driver.
34854
34855 Signed-off-by: York Sun <yorksun@freescale.com>
34856 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34857
34858commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
34859Author: York Sun <yorksun@freescale.com>
34860Date: Mon Oct 29 13:57:53 2007 -0500
34861
34862 8610: Make some extra debug environment variables conditional.
34863
34864 One may #define ENV_DEBUG to get them back again.
34865
34866 Signed-off-by: York Sun <yorksun@freescale.com>
34867
34868commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
34869Author: Jason Jin <Jason.jin@freescale.com>
34870Date: Mon Oct 29 19:26:21 2007 +0800
34871
34872 8610: Actually enable pixis_reset CONFIGs
34873
34874 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34875
34876commit f3bceaab230b4748d0afc4109b6837308f018b40
34877Author: Jason Jin <Jason.jin@freescale.com>
34878Date: Fri Oct 26 18:31:59 2007 +0800
34879
34880 Fix the BAT definition of PCI IO on 8610 board
34881
34882 The address in the BAT register is aligned with the BAT size.
34883 The original definition actually did not define BAT for PCIE2 IO.
34884 This patch fix this.
34885
34886 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34887
34888commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
34889Author: Jason Jin <Jason.jin@freescale.com>
34890Date: Mon Oct 29 19:26:21 2007 +0800
34891
34892 Unify pixis_reset altbank across board families
34893
34894 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
34895 into the separate board config files.
34896
34897 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34898 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34899
34900commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
34901Author: Jason Jin <Jason.jin@freescale.com>
34902Date: Fri Oct 26 18:32:00 2007 +0800
34903
34904 make 8610 board use pixis reset
34905
34906 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
34907
34908commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
34909Author: Jon Loeliger <jdl@freescale.com>
34910Date: Thu Nov 1 12:23:29 2007 -0500
34911
34912 86xx: Fix broken variable reference when #def DEBUGing.
34913
34914 Sometimes you can't reference the DDR2 controller variables.
34915
34916 Signed-off-by: Jon Loeliger <jdl@freescale.com>
34917
34918commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
34919Author: Roy Zang <tie-fei.zang@freescale.com>
34920Date: Mon Nov 5 17:39:24 2007 +0800
34921
34922 Implement general ULi 526x Ethernet driver support in U-boot
34923
34924 This patch implements general ULi 526x Ethernet driver.
34925 Until now, it is the only native Ethernet port on
34926 MPC8610HPCD board, but it could be used on other boards
34927 with ULi 526x Ethernet port as well.
34928
34929 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34930 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
34931 Acked-by: Jon Loeliger <jdl@freescale.com>
34932 Signed-off-by: Ben Warren <bwarren@qstreams.com>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034933
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034934commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
34935Author: Larry Johnson <lrj@arlinx.com>
34936Date: Thu Nov 1 08:46:50 2007 -0500
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034937
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034938 NET: Add Ethernet 1000BASE-X support for PPC4xx
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034939
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034940 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
34941 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
34942 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
34943 "mii info" command is modified to distinguish between 1000BASE-T and -X.
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034944
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034945 Signed-off-by: Larry Johnson <lrj@acm.org>
34946 Signed-off-by: Ben Warren <bwarren@qstreams.com>
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034947
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034948commit 298035df4948b113d29ac0e694717d34b95bc5dc
34949Author: Larry Johnson <lrj@arlinx.com>
34950Date: Wed Oct 31 11:21:29 2007 -0500
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034951
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034952 NET: Cosmetic changes
34953
34954 Signed-off-by: Larry Johnson <lrj@acm.org>
34955 Signed-off-by: Ben Warren <bwarren@qstreams.com>
34956
34957commit 654f38b3a387886996a5a75771fbfc29cb4f225e
34958Author: Stefan Roese <sr@denx.de>
34959Date: Mon Nov 5 07:43:05 2007 +0100
34960
34961 ppc4xx: Make output a little shorter on PCIe detection
34962
34963 Now not max 3 lines but 2 lines are printed per PCIe port.
34964
34965 Signed-off-by: Stefan Roese <sr@denx.de>
34966
34967commit 992742a5b09d9040adbd156fb90756af66ade310
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034968Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034969Date: Sat Nov 3 23:09:27 2007 +0100
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034970
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034971 Cleanup coding style; update CHANGELOG
Wolfgang Denk5b8d28d2007-11-19 22:20:24 +010034972
34973 Signed-off-by: Wolfgang Denk <wd@denx.de>
34974
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034975commit e881cb563e32f45832b7b6db77bdcd017adcbb41
34976Author: Bruce Adler <bruce.adler@ccpu.com>
34977Date: Fri Nov 2 13:15:42 2007 -0700
Wolfgang Denk92254112007-11-18 16:36:27 +010034978
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034979 fix wording in README
Wolfgang Denk92254112007-11-18 16:36:27 +010034980
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034981 Changed the wording to properly describe the shadowing
34982 of the environment from ROM to RAM
Wolfgang Denk92254112007-11-18 16:36:27 +010034983
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034984 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
Wolfgang Denk92254112007-11-18 16:36:27 +010034985
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034986commit ad845beef06245426c57b53dcdc01b7dc70e0d45
34987Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34988Date: Wed Oct 31 02:18:15 2007 +0900
34989
34990 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
Wolfgang Denk92254112007-11-18 16:36:27 +010034991
34992 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
34993
Wolfgang Denkc93939f2008-01-09 11:36:21 +010034994commit ec22755799466c8a103664bb3a5e647bf9c238f4
34995Author: Vlad Lungu <vlad@comsys.ro>
34996Date: Thu Oct 25 16:08:14 2007 +0300
34997
34998 Trimmed some variables in ne2000.c
34999
35000 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
35001
35002commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
35003Author: Zhang Wei <wei.zhang@freescale.com>
35004Date: Thu Oct 25 17:51:27 2007 +0800
35005
35006 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
35007
35008 The scan code of the key 'z' is 0x1d, which should be handled.
35009
35010 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
35011 controller.
35012
35013 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35014
35015commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
35016Author: Zhang Wei <wei.zhang@freescale.com>
35017Date: Thu Oct 25 17:30:04 2007 +0800
35018
35019 Fix USB support issue for MPC8641HPCN board.
35020
35021 The configuration file has already enabled USB, but it
35022 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
35023 on MPC8641HPCN can not work because of the wrong USB
35024 register endian.
35025
35026 And add the USB command to U-Boot commands list.
35027
35028 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35029
35030commit 4e62041023dc3de9d98d977bb080235bc6d035e0
35031Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35032Date: Wed Oct 24 18:16:01 2007 +0200
35033
35034 Use config_cmd_default.h instead of config_cmd_all.h
35035
35036 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35037
35038commit 56622f87857439b1c221e9deef11a9d5bb5d4308
35039Author: Marian Balakowicz <m8@semihalf.com>
35040Date: Wed Oct 24 01:37:36 2007 +0200
35041
35042 TQM5200: Call usb_cpu_init() during board init
35043
35044 usb_cpu_init() configures GPS USB pins, clocks, etc. and
35045 is required for proper operation of kernel USB subsystem.
35046 This setup was previously done in the kernel by the fixup
35047 code which is being removed, thus low level init must be
35048 done by U-boot now.
35049
35050 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35051
35052commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
35053Author: Guennadi Liakhovetski <lg@denx.de>
35054Date: Tue Oct 23 16:25:50 2007 +0200
35055
35056 Fix typo in nfs.c
35057
35058 An obvious typo. Originally fixed in linkstation u-boot port.
35059
35060 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35061
35062commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
35063Author: Guennadi Liakhovetski <lg@denx.de>
35064Date: Tue Oct 23 14:35:05 2007 +0200
35065
35066 Fix a typo in cpu/mpc824x/interrupts.c
35067
35068 Since December 2003 the timer_interrupt_cpu() function in
35069 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
35070 parameter. Remove it.
35071
35072 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
35073
35074commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
35075Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
35076Date: Wed Oct 17 11:13:51 2007 +0200
35077
35078 add ft_cpu_setup(..) on mpc8260
35079
35080 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
35081 based on code from mpc5xxx
35082
35083 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
35084 --
35085
35086commit 6abd82e19ae93c0b4d104e50165e235915ec0875
35087Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
35088Date: Wed Oct 17 11:18:42 2007 +0200
35089
35090 changes for IDS8247 board support
35091
35092 To get the IDS8247 board working following are done:
35093 - FCC2 is deactivated
35094 - FCC1 is activated
35095 - I2C is activated
35096 - CFI driver is activated
35097 - Adapted for use with LIBFDT
35098
35099 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
35100 --
35101
35102commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
Wolfgang Denk92254112007-11-18 16:36:27 +010035103Author: Stefan Roese <sr@denx.de>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035104Date: Sat Nov 3 12:08:28 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035105
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035106 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
35107
35108 This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
35109 Again, only one image supports both targets.
Wolfgang Denk92254112007-11-18 16:36:27 +010035110
35111 Signed-off-by: Stefan Roese <sr@denx.de>
35112
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035113commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
35114Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35115Date: Wed Oct 24 15:48:37 2007 +0200
Wolfgang Denk92254112007-11-18 16:36:27 +010035116
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035117 ATSTK1002: Remove default ethernet addresses
Wolfgang Denk92254112007-11-18 16:36:27 +010035118
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035119 Wolfgang is right: It's not a good idea to set up default initial
35120 ethernet addresses for a board, even though they belong to the local
35121 range.
Wolfgang Denk92254112007-11-18 16:36:27 +010035122
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035123 This will change the failure mode from "IT manager screams at you for
35124 using duplicate ethernet addresses" to a nice error message explaining
35125 that the ethernet address hasn't been set properly.
Wolfgang Denk92254112007-11-18 16:36:27 +010035126
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035127 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Wolfgang Denk92254112007-11-18 16:36:27 +010035128
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035129commit e5c794e491a57d829b6d8733e2ed8368a2269abf
35130Author: Justin Flammia <jflammia@savantav.com>
35131Date: Mon Oct 29 17:40:35 2007 -0400
Wolfgang Denk92254112007-11-18 16:36:27 +010035132
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035133 DHCP Client Fix
Wolfgang Denk92254112007-11-18 16:36:27 +010035134
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035135 This is a multi-part message in MIME format.
Wolfgang Denk92254112007-11-18 16:36:27 +010035136
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035137 commit e6e505eae94ed721e123e177489291fc4544b7b8
35138 Author: Justin Flammia <jflammia@savantav.com>
35139 Date: Mon Oct 29 17:19:03 2007 -0400
Wolfgang Denk92254112007-11-18 16:36:27 +010035140
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035141 Found a bug in the way the DHCP Request packet is built, where the IP address
35142 that is offered by the server is bound to prematurely. This patch is a fix of
35143 that bug where the IP address offered by the DHCP server is not used until
35144 after the DHCP ACK from the server is received.
Wolfgang Denk92254112007-11-18 16:36:27 +010035145
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035146 Signed-off-by: Justin Flammia <jflammia@savantav.com>
35147 Signed-off-by: Ben Warren <bwarren@qstreams.com>
Wolfgang Denk92254112007-11-18 16:36:27 +010035148
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035149commit 5d96d40d3f36da33348e68f9ea993f383e11f997
35150Author: Stefan Roese <sr@denx.de>
35151Date: Wed Oct 31 20:58:34 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035152
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035153 ppc4xx: Fix acadia_nand build problem
Wolfgang Denk92254112007-11-18 16:36:27 +010035154
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035155 Since the cache handling functions were moved from start.S into cache.S
35156 the acadia NAND booting Makfile needs to be adapted accordingly.
Wolfgang Denk92254112007-11-18 16:36:27 +010035157
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035158 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035159
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035160commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
35161Author: Stefan Roese <sr@denx.de>
35162Date: Wed Oct 31 20:57:11 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035163
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035164 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
35165
35166 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
35167 and to the Sequoia TLB init code. Now the cache can be enabled on 44x
35168 boards by defining CONFIG_4xx_DCACHE in the board config file. This
35169 option will disappear, when more boards use is successfully and no
35170 more known problems exist.
35171
35172 This is tested successfully on Sequoia and Katmai. The only problem that
35173 needs to be fixed is, that USB is not working on Sequoia right now, since
35174 it will need some cache handling code too, similar to the 4xx EMAC driver.
35175
35176 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035177
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035178commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
35179Author: Stefan Roese <sr@denx.de>
35180Date: Wed Oct 31 20:51:10 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035181
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035182 ppc4xx: Enable CPU POST test for 4xx with dcache enabled
Wolfgang Denk92254112007-11-18 16:36:27 +010035183
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035184 Now with caches enabled (i- and d-cache) on 44x, we need a chance to
35185 disable the cache for the CPU POST tests, since these tests consist
35186 of self modifying code. This is done via the new change_tlb() function.
Wolfgang Denk92254112007-11-18 16:36:27 +010035187
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035188 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035189
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035190commit f71b2888b4b3c870909a0341427b2a914246f81f
35191Author: Stefan Roese <sr@denx.de>
35192Date: Wed Oct 31 20:47:26 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035193
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035194 ppc4xx: Change 4xx POST ethernet test to handle cached memory too
Wolfgang Denk92254112007-11-18 16:36:27 +010035195
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035196 This patch enables the 4xx EMAC POST driver to work too, when dcache is
35197 enabled.
Wolfgang Denk92254112007-11-18 16:36:27 +010035198
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035199 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035200
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035201commit a2685904061b35a17583d65fe47cdc2686a69eaa
35202Author: Stefan Roese <sr@denx.de>
35203Date: Wed Oct 31 20:45:53 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035204
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035205 ppc4xx: Remove temporary TLB entry in POST cache test only for 440
Wolfgang Denk92254112007-11-18 16:36:27 +010035206
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035207 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035208
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035209commit ff768cb168d8157c24a25016dbfbeb465e47f420
35210Author: Stefan Roese <sr@denx.de>
35211Date: Wed Oct 31 18:01:24 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035212
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035213 ppc4xx: Change 4xx ethernet driver to handle cached memory too
Wolfgang Denk92254112007-11-18 16:36:27 +010035214
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035215 This patch enables the 4xx EMAC driver to work too, when dcache is
35216 enabled.
Wolfgang Denk92254112007-11-18 16:36:27 +010035217
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035218 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035219
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035220commit 483e09a223c666269ef81d3573a6591b1046b0ef
35221Author: Stefan Roese <sr@denx.de>
35222Date: Wed Oct 31 17:59:22 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035223
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035224 ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
Wolfgang Denk92254112007-11-18 16:36:27 +010035225
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035226 This function is used to either turn cache on or off in a specific
35227 memory area.
Wolfgang Denk92254112007-11-18 16:36:27 +010035228
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035229 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035230
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035231commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
35232Author: Stefan Roese <sr@denx.de>
35233Date: Wed Oct 31 17:57:52 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035234
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035235 ppc4xx: Remove cache definition from 4xx board config files
Wolfgang Denk92254112007-11-18 16:36:27 +010035236
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035237 All 4xx board config files don't need the cache definitions anymore.
35238 These are now defined in common headers.
Wolfgang Denk92254112007-11-18 16:36:27 +010035239
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035240 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk92254112007-11-18 16:36:27 +010035241
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035242commit 9b94ac61d2176185c30adf0793e079ec30e68687
35243Author: Stefan Roese <sr@denx.de>
35244Date: Wed Oct 31 17:55:58 2007 +0100
Wolfgang Denk92254112007-11-18 16:36:27 +010035245
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035246 ppc4xx: Rework 4xx cache support
Wolfgang Denked269682007-11-17 02:34:38 +010035247
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035248 New cache handling functions added and all existing functions
35249 moved from start.S into seperate cache.S.
Wolfgang Denked269682007-11-17 02:34:38 +010035250
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035251 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035252
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035253commit 06713773da4ac3d390c63d82641eb553224b27c2
35254Author: Stefan Roese <sr@denx.de>
35255Date: Tue Oct 23 18:03:12 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035256
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035257 ppc4xx: Remove compiler warning from previous commit
Wolfgang Denked269682007-11-17 02:34:38 +010035258
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035259 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035260
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035261commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
35262Author: Stefan Roese <sr@denx.de>
35263Date: Tue Oct 23 14:40:30 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035264
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035265 ppc4xx: Remove temporary TLB entry in POST cache test
Wolfgang Denked269682007-11-17 02:34:38 +010035266
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035267 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035268
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035269commit 1338e6a81834099ba19733b69aafd8ef5f098094
35270Author: Stefan Roese <sr@denx.de>
35271Date: Tue Oct 23 14:05:08 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035272
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035273 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
Wolfgang Denked269682007-11-17 02:34:38 +010035274
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035275 I lately noticed, that newer 4xx board with GBit support sometimes don't
35276 finish link autonegotiation in 4 seconds. Changing this timeout to 5
35277 seconds seems fine here.
Wolfgang Denked269682007-11-17 02:34:38 +010035278
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035279 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035280
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035281commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
35282Author: Stefan Roese <sr@denx.de>
35283Date: Tue Oct 23 14:03:17 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035284
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035285 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
Wolfgang Denked269682007-11-17 02:34:38 +010035286
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035287 This patch changes all in32/out32 calls to use the recommended in_be32/
35288 out_be32 macros instead.
Wolfgang Denked269682007-11-17 02:34:38 +010035289
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035290 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035291
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035292commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
35293Author: Stefan Roese <sr@denx.de>
35294Date: Thu Oct 25 12:24:59 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035295
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035296 ppc4xx: Fix POST ethernet test for Haleakala
Wolfgang Denked269682007-11-17 02:34:38 +010035297
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035298 The POST ethernet test needed to be changed to dynamically determine
35299 the count of ethernet devices. This code is cloned from the 4xx
35300 ethernet driver.
Wolfgang Denked269682007-11-17 02:34:38 +010035301
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035302 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035303
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035304commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
35305Author: Stefan Roese <sr@denx.de>
35306Date: Tue Oct 23 11:31:05 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035307
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035308 ppc4xx: Correct UART input clock calculation and passing to fdt
Wolfgang Denked269682007-11-17 02:34:38 +010035309
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035310 We now use a value in the gd (global data) structure for the UART input
35311 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
35312 in get_sys_info().
Wolfgang Denked269682007-11-17 02:34:38 +010035313
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035314 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035315
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035316commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
35317Author: Stefan Roese <sr@denx.de>
35318Date: Tue Oct 23 10:10:08 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035319
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035320 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
Wolfgang Denked269682007-11-17 02:34:38 +010035321
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035322 The Haleakala is nearly identical with the Kilauea eval board. The only
35323 difference is that the 405EXr only supports one EMAC and one PCIe
35324 interface. This patch adds support for the Haleakala board by using
35325 the identical image for Kilauea and Haleakala. The distinction is done
35326 by comparing the PVR.
Wolfgang Denked269682007-11-17 02:34:38 +010035327
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035328 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035329
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035330commit 9f798766aa85e62eb8fa8c721e148df609b78137
35331Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
35332Date: Tue Oct 23 08:29:10 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035333
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035334 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
Wolfgang Denked269682007-11-17 02:34:38 +010035335
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035336 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
Wolfgang Denked269682007-11-17 02:34:38 +010035337
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035338 Note:
35339 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
35340 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
35341 modules are still plugged in. So it is recommended to remove the DIMM
35342 modules while using the NAND booting code with the fixed SDRAM setup!
Wolfgang Denked269682007-11-17 02:34:38 +010035343
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035344 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
35345 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035346
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035347commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
35348Author: Stefan Roese <sr@denx.de>
35349Date: Mon Oct 22 16:24:44 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035350
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035351 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
Wolfgang Denked269682007-11-17 02:34:38 +010035352
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035353 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035354
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035355commit 3248f63ad89cb031491edb7016587fe6e9a238b9
35356Author: Stefan Roese <sr@denx.de>
35357Date: Mon Oct 22 16:22:40 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035358
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035359 ppc4xx: Rework of 4xx serial driver (4)
Wolfgang Denked269682007-11-17 02:34:38 +010035360
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035361 Change 4xx_uart.c:
Wolfgang Denked269682007-11-17 02:34:38 +010035362
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035363 - Use in_8/out_8 macros instead of in8/out8
35364 - No need for UART_BASE marco anymore, now really handled via function
35365 parameter
35366 - serial_init_common() introduced
35367 - Further coding style cleanup
Wolfgang Denked269682007-11-17 02:34:38 +010035368
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035369 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035370
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035371commit e61cb8163a66b8a135696ae232e2bead1ce0a049
35372Author: Stefan Roese <sr@denx.de>
35373Date: Mon Oct 22 15:45:49 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035374
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035375 ppc4xx: Rework of 4xx serial driver (3)
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035376
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035377 Change all linker scripts to reference the changed driver name iop480_uart.o.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035378
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035379 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035380
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035381commit 882ae41274921f9016131806bdeb27e19606f47a
35382Author: Stefan Roese <sr@denx.de>
35383Date: Mon Oct 22 15:44:39 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035384
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035385 ppc4xx: Rework of 4xx serial driver (2)
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035386
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035387 Change all linker scripts to reference the changed driver name 4xx_uart.o.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035388
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035389 Note: In most cased all these explicit referencing of these object files
35390 in the linker scripts is not neccessary. Only for manually embedded
35391 environment into the U-Boot image, which is not done is most cases.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035392
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035393 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035394
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035395commit ad31e40bed042cb670d0036fea96435007afb838
35396Author: Stefan Roese <sr@denx.de>
35397Date: Mon Oct 22 15:09:59 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035398
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035399 ppc4xx: Rework of 4xx serial driver (1)
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035400
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035401 This patch starts the rework of the PPC4xx serial driver. First we split
35402 the file into two seperate files, one 4xx_uart.c with the 405/440 UART
35403 handling code and the other one iop480_uart.c with the UART code for the
35404 PLX-Tech IOP480 PPC (PPC403 based).
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035405
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035406 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035407
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035408commit 764e7417ee5f6e25b1715720e7d7dd3487109385
35409Author: Stefan Roese <sr@denx.de>
35410Date: Mon Oct 22 10:30:38 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035411
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035412 ppc4xx: Correct UART input clock calculation and passing to fdt
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035413
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035414 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035415
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035416commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
35417Author: Stefan Roese <sr@denx.de>
35418Date: Mon Oct 22 07:34:34 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035419
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035420 ppc4xx: Add initial AMCC Makalu 405EX support
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035421
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035422 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035423
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035424commit fa8aea20456e6f1dba43f46bcc72024dd9499998
35425Author: Stefan Roese <sr@denx.de>
35426Date: Mon Oct 22 07:33:52 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035427
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035428 ppc4xx: Add freqUART to CPU speed detection
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035429
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035430 This value is needed later for the device tree configuration of
35431 the uart clock.
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035432
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035433 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035434
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035435commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
35436Author: Stefan Roese <sr@denx.de>
35437Date: Sun Oct 21 14:26:29 2007 +0200
Wolfgang Denk27dd9822007-11-26 19:18:21 +010035438
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035439 ppc: Small Kilauea cleanup of config file
Wolfgang Denked269682007-11-17 02:34:38 +010035440
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035441 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035442
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035443commit 758c037aeead34b49631b8da3a90b1bba14c0410
35444Author: Stefan Roese <sr@denx.de>
35445Date: Sun Oct 21 08:16:12 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035446
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035447 rtc: Add Xicor/Intersil X1205 RTC support
Wolfgang Denked269682007-11-17 02:34:38 +010035448
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035449 This patch adds support for the Xicor/Intersil X1205 RTC used on the
35450 AMCC Makalu eval board. This driver is basically cloned from the Linux
35451 driver version (2.6.23).
Wolfgang Denked269682007-11-17 02:34:38 +010035452
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035453 This patch also introduces the Linux bcd.h header for the BCD2BIN/
35454 BIN2BCD conversions. In the future some of the other U-Boot RTC driver
35455 should be converted to also use this header instead of implementing
35456 their own local copy of these functions/macros.
Wolfgang Denked269682007-11-17 02:34:38 +010035457
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035458 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035459
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035460commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
35461Author: Stefan Roese <sr@denx.de>
35462Date: Sun Oct 21 08:12:41 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035463
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035464 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
Wolfgang Denked269682007-11-17 02:34:38 +010035465
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035466 This patch moves some common 4xx macros and the PPC405_SYS_INFO/
35467 PPC440_SYS_INFO structure into the common ppc4xx.h header.
Wolfgang Denked269682007-11-17 02:34:38 +010035468
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035469 Lot's of other macros are good candidates to be consolidated this way
35470 in the future.
Wolfgang Denked269682007-11-17 02:34:38 +010035471
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035472 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035473
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035474commit 770c7af5800f598d22730d1f4b70f16c9b33512e
35475Author: Stefan Roese <sr@denx.de>
35476Date: Sun Oct 21 08:05:18 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035477
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035478 ppc4xx: Fix size setup in Kilauea DDR2 init routine
Wolfgang Denked269682007-11-17 02:34:38 +010035479
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035480 The size was initilized wrong. Instead of 256MB, the DDR2 controller
35481 was setup to 512MB. Now the correct values is used.
Wolfgang Denked269682007-11-17 02:34:38 +010035482
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035483 This patch also does a little cleanup and adds a comment here.
Wolfgang Denked269682007-11-17 02:34:38 +010035484
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035485 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035486
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035487commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
35488Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
35489Date: Thu Oct 18 17:29:04 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035490
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035491 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
Wolfgang Denked269682007-11-17 02:34:38 +010035492
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035493 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
35494 number is used to access system registers.
Wolfgang Denked269682007-11-17 02:34:38 +010035495
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035496 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
35497 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035498
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035499commit c36c68160333ac5fe41ec3db12a728b7075b3912
Wolfgang Denked269682007-11-17 02:34:38 +010035500Author: Stefan Roese <sr@denx.de>
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035501Date: Thu Oct 18 07:42:27 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035502
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035503 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
Wolfgang Denked269682007-11-17 02:34:38 +010035504
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035505 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
35506 is the internal SRAM. Since I now ported and tested this endpoint mode
35507 on Kilauea successfully to map to 0 (SDRAM), I also changed this for
35508 Katmai.
Wolfgang Denked269682007-11-17 02:34:38 +010035509
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035510 Yucca will stay at internal SRAM for now. Not sure if somebody relies on
35511 this setup.
Wolfgang Denked269682007-11-17 02:34:38 +010035512
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035513 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035514
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035515commit 5cb4af4791f61843432155142b6cfac901f66c10
35516Author: Stefan Roese <sr@denx.de>
35517Date: Thu Oct 18 07:39:38 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035518
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035519 ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
Wolfgang Denked269682007-11-17 02:34:38 +010035520
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035521 This patch adds endpoint support for the AMCC Kilauea eval board. It can
35522 be tested by connecting a reworked PCIe cable (only 1x lane singles
35523 connected) to another root-complex.
Wolfgang Denked269682007-11-17 02:34:38 +010035524
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035525 In this test setup, a 64MB inbound window is configured at BAR0 which maps
35526 to 0 on the PLB side. So accessing this BAR0 from the root-complex will
35527 access the first 64MB of the SDRAM on the PPC side.
Wolfgang Denked269682007-11-17 02:34:38 +010035528
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035529 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035530
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035531commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
35532Author: Stefan Roese <sr@denx.de>
35533Date: Sat Oct 13 16:43:23 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035534
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035535 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
Wolfgang Denked269682007-11-17 02:34:38 +010035536
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035537 This patch adds support for dynamic configuration of PCIe ports for the
35538 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
35539 boards Yucca & Katmai and the 405EX board Kilauea.
Wolfgang Denked269682007-11-17 02:34:38 +010035540
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035541 This dynamic configuration is done via the "pcie_mode" environement
35542 variable. This variable can be set to "EP" or "RP" for endpoint or
35543 rootpoint mode. Multiple values can be joined via the ":" delimiter.
35544 Here an example:
Wolfgang Denked269682007-11-17 02:34:38 +010035545
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035546 pcie_mode=RP:EP:EP
Wolfgang Denked269682007-11-17 02:34:38 +010035547
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035548 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
35549 as endpoint.
Wolfgang Denked269682007-11-17 02:34:38 +010035550
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035551 Per default Yucca will be configured as:
35552 pcie_mode=RP:EP:EP
Wolfgang Denked269682007-11-17 02:34:38 +010035553
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035554 Per default Katmai will be configured as:
35555 pcie_mode=RP:RP:REP
Wolfgang Denked269682007-11-17 02:34:38 +010035556
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035557 Per default Kilauea will be configured as:
35558 pcie_mode=RP:RP
Wolfgang Denked269682007-11-17 02:34:38 +010035559
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035560 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
35561 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035562
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035563commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
35564Author: Stefan Roese <sr@denx.de>
35565Date: Thu Oct 11 11:15:59 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035566
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035567 ppc4xx: Enable device tree support (fdt) on Kilauea per default
Wolfgang Denked269682007-11-17 02:34:38 +010035568
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035569 This patch enables the fdt support on the AMCC Kilauea eval board.
35570 Additionally now EBC ranges fdt fixup is included to support NOR
35571 FLASH mapping via the Linux physmap_of driver.
Wolfgang Denked269682007-11-17 02:34:38 +010035572
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035573 This Kilauea port now support booting arch/ppc and arch/powerpc
35574 Linux kernels. The default environment "net_nfs" is for arch/ppc
35575 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
35576 support will be removed.
Wolfgang Denked269682007-11-17 02:34:38 +010035577
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035578 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035579
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035580commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
35581Author: Stefan Roese <sr@denx.de>
35582Date: Thu Oct 11 11:11:45 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035583
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035584 ppc4xx: Add additional debug info to 4xx fdt support
Wolfgang Denked269682007-11-17 02:34:38 +010035585
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035586 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035587
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035588commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
35589Author: Stefan Roese <sr@denx.de>
35590Date: Fri Oct 5 21:28:58 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035591
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035592 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
Wolfgang Denked269682007-11-17 02:34:38 +010035593
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035594 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035595
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035596commit 1941cce71b1ae975602854045061e82f94ecd012
35597Author: Stefan Roese <sr@denx.de>
35598Date: Fri Oct 5 17:35:10 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035599
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035600 ppc4xx: Fix small merge problem in 4xx_enet.c
Wolfgang Denked269682007-11-17 02:34:38 +010035601
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035602 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035603
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035604commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
35605Author: Stefan Roese <sr@denx.de>
35606Date: Fri Oct 5 17:11:30 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035607
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035608 ppc4xx: Add initial AMCC Kilauea 405EX support
Wolfgang Denked269682007-11-17 02:34:38 +010035609
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035610 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denked269682007-11-17 02:34:38 +010035611
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035612commit dbbd125721aea6645fdb962f36bd41f59e272f9d
35613Author: Stefan Roese <sr@denx.de>
35614Date: Fri Oct 5 17:10:59 2007 +0200
Wolfgang Denked269682007-11-17 02:34:38 +010035615
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035616 ppc4xx: Add PPC405EX support
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035617
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035618 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035619
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035620commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
35621Author: Stefan Roese <sr@denx.de>
35622Date: Fri Oct 5 17:09:36 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035623
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035624 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035625
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035626 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035627
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035628commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
35629Author: Stefan Roese <sr@denx.de>
35630Date: Fri Oct 5 17:07:50 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035631
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035632 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035633
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035634 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035635
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035636commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
35637Author: Stefan Roese <sr@denx.de>
35638Date: Fri Oct 5 17:04:57 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035639
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035640 POST: Add 405EX support to 4xx UART POST test
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035641
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035642 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035643
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035644commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
35645Author: Stefan Roese <sr@denx.de>
35646Date: Fri Oct 5 15:10:02 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035647
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035648 DTT: Prepare DS1775 driver for use of different I2C addresses
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035649
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035650 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035651
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035652commit 19e93b1e16d267220440d827b920fbad8abfa70f
35653Author: Stefan Roese <sr@denx.de>
35654Date: Fri Oct 5 14:23:43 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035655
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035656 ppc4xx: 4xx_pcie: Change PCIe status output to match common style
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035657
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035658 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035659
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035660commit ff68f66bcb0da847845aa2fac11eba6c25938c99
35661Author: Stefan Roese <sr@denx.de>
35662Date: Fri Oct 5 09:22:33 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035663
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035664 ppc4xx: 4xx_pcie: Disable debug output as default
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035665
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035666 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035667
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035668commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
35669Author: Stefan Roese <sr@denx.de>
35670Date: Fri Oct 5 09:18:23 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035671
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035672 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035673
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035674 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035675
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035676commit 4dbee8a90df613eb517aadbecebd70f168913d30
35677Author: Stefan Roese <sr@denx.de>
35678Date: Fri Oct 5 07:57:20 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035679
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035680 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035681
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035682 128MB seems to be the smallest possible value for the memory size
35683 for on PCIe port. With this change now the BAR's of the PCIe cards
35684 are accessible under U-Boot.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035685
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035686 One big note: This only works for PCIe port 0 & 1. For port 2 this
35687 currently doesn't work, since the base address is now 0xc0000000
35688 (0xb0000000 + 2 * 0x08000000), and this is already occupied by
35689 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
35690 to change the base addresses completely and this change would have
35691 too much impact right now.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035692
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035693 This patch adds debug output to the 4xx pcie driver too.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035694
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035695 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035696
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035697commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
35698Author: Stefan Roese <sr@denx.de>
35699Date: Wed Oct 3 21:16:32 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035700
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035701 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035702
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035703 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035704
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035705commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
35706Author: Stefan Roese <sr@denx.de>
35707Date: Wed Oct 3 15:01:02 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035708
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035709 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035710
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035711 These files were introduced with the IBM 405GP but are currently used on all
35712 4xx PPC platforms. So the name doesn't match the content anymore. This patch
35713 renames the files to 4xx_pci.c/h.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035714
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035715 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035716
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035717commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
35718Author: Stefan Roese <sr@denx.de>
35719Date: Wed Oct 3 14:14:58 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035720
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035721 ppc4xx: Add a comment for 405EX PCIe endpoint configuration
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035722
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035723 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035724
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035725commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
35726Author: Stefan Roese <sr@denx.de>
35727Date: Wed Oct 3 10:38:09 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035728
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035729 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035730
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035731 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
35732 the SDR registers of the PCIe ports. This makes the overall design
35733 clearer, since it removed a lot of switch statements which are not
35734 needed anymore.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035735
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035736 Also, the functions ppc4xx_init_pcie_rootport() and
35737 ppc4xx_init_pcie_entport() are merged into a single function
35738 ppc4xx_init_pcie_port(), since most of the code was duplicated.
35739 This makes maintainance and porting to other 4xx platforms
35740 easier.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035741
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035742 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035743
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035744commit 026f71106871f31d17d0ea0db9a7547ff92934bc
35745Author: Stefan Roese <sr@denx.de>
35746Date: Wed Oct 3 07:48:09 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035747
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035748 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035749
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035750 This patch is the first patch of a series to make the 440SPe PCIe code
35751 usable on different 4xx PPC platforms. In preperation for the new 405EX
35752 which is also equipped with PCIe interfaces.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035753
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035754 (2) This patch renames the functions from 440spe_ to 4xx_ with a
35755 little additional cleanup
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035756
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035757 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035758
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035759commit c7c6da23028f146d912514b95aefa3da7cf37699
35760Author: Stefan Roese <sr@denx.de>
35761Date: Wed Oct 3 07:34:10 2007 +0200
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035762
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035763 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035764
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035765 This patch is the first patch of a series to make the 440SPe PCIe code
35766 usable on different 4xx PPC platforms. In preperation for the new 405EX
35767 which is also equipped with PCIe interfaces.
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035768
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035769 (1) This patch renames the files from 440spe_pcie to 4xx_pcie
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035770
Wolfgang Denkc93939f2008-01-09 11:36:21 +010035771 Signed-off-by: Stefan Roese <sr@denx.de>
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035772
Wolfgang Denk545b06a2008-01-10 00:55:14 +010035773commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
35774Author: Marian Balakowicz <m8@semihalf.com>
35775Date: Wed Oct 24 01:37:36 2007 +0200
35776
35777 TQM5200: Call usb_cpu_init() during board init
35778
35779 usb_cpu_init() configures GPS USB pins, clocks, etc. and
35780 is required for proper operation of kernel USB subsystem.
35781 This setup was previously done in the kernel by the fixup
35782 code which is being removed, thus low level init must be
35783 done by U-boot now.
35784
35785 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
35786 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35787
35788commit b5af773f8d92677e06f3295b45557c9d0a487c24
35789Author: Zhang Wei <wei.zhang@freescale.com>
35790Date: Thu Oct 25 17:51:27 2007 +0800
35791
35792 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
35793
35794 The scan code of the key 'z' is 0x1d, which should be handled.
35795
35796 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
35797 controller.
35798
35799 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35800 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35801
35802commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
35803Author: Rodolfo Giometti <giometti@enneenne.com>
35804Date: Mon Oct 15 11:59:17 2007 +0200
35805
35806 PXA USB OHCI: "usb stop" implementation.
35807
35808 Some USB keys need to be switched off before loading the kernel
35809 otherwise they can remain in an undefined status which prevents them
35810 to be correctly recognized by the kernel.
35811
35812 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
35813 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
35814
Wolfgang Denked269682007-11-17 02:34:38 +010035815commit 31548249decf18a6b877a18436b6139dd483fe4a
35816Author: Justin Flammia <jflammia@savantav.com>
35817Date: Mon Oct 29 17:40:35 2007 -0400
35818
35819 DHCP Client Fix
35820
35821 This is a multi-part message in MIME format.
35822
35823 commit e6e505eae94ed721e123e177489291fc4544b7b8
35824 Author: Justin Flammia <jflammia@savantav.com>
35825 Date: Mon Oct 29 17:19:03 2007 -0400
35826
35827 Found a bug in the way the DHCP Request packet is built, where the IP address
35828 that is offered by the server is bound to prematurely. This patch is a fix of
35829 that bug where the IP address offered by the DHCP server is not used until
35830 after the DHCP ACK from the server is received.
35831
35832 Signed-off-by: Justin Flammia <jflammia@savantav.com>
35833 Signed-off-by: Ben Warren <bwarren@qstreams.com>
35834
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010035835commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
35836Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35837Date: Thu Oct 25 17:16:22 2007 -0500
35838
35839 ColdFire 54455: Fix correct boot location for atmel and intel
35840
35841 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35842
35843commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
35844Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35845Date: Thu Oct 25 17:14:00 2007 -0500
35846
35847 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
35848
35849 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35850
35851commit c67e12e705b204cfe914e3e3e693d69a445dcabf
35852Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35853Date: Thu Oct 25 17:12:36 2007 -0500
35854
35855 ColdFire 5329: Assign correct SDRAM size and fix cache
35856
35857 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35858
35859commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
35860Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35861Date: Thu Oct 25 17:10:23 2007 -0500
35862
35863 ColdFire 5253: Assign correct SDRAM size
35864
35865 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35866
35867commit 2acefa72ee0026f862ab65597ca687428f63a973
35868Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35869Date: Thu Oct 25 17:09:17 2007 -0500
35870
35871 ColdFire 5282: Fix external flash boot and return dramsize
35872
35873 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
35874
35875commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
35876Author: Bartlomiej Sieka <tur@semihalf.com>
35877Date: Thu Oct 25 17:20:01 2007 +0200
35878
35879 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
35880
35881 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
35882
35883commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
35884Author: Martin Krause <martin.krause@tqs.de>
35885Date: Wed Oct 24 08:42:25 2007 +0200
35886
35887 TQM5200: fix spurious characters on second serial interface
35888
35889 With this patch PSC3 is configured as UART. This is done, because if
35890 the pins of PSC3 are not configured at all (-> all pins are GPI),
35891 due to crosstalk, spurious characters may be send over the RX232_2_TXD
35892 signal line.
35893
35894 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35895 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35896
35897commit be4a87f11e297a5cededbf7dd71c0248f3874acd
35898Author: Martin Krause <martin.krause@tqs.de>
35899Date: Wed Oct 24 08:41:27 2007 +0200
35900
35901 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
35902
35903 Some commands for the STK52xx base board try to access the SM501 grafic
35904 controller. But the TQM5200S has no grafic controller (only the TQM5200
35905 and the TQM5200B have). This patch deactivates the commands accessing
35906 the SM501 for the TQM5200S.
35907
35908 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35909 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
35910
35911commit b31f64343ead9482cd439b1adbe4c34026a641b1
35912Author: Martin Krause <martin.krause@tqs.de>
35913Date: Mon Oct 22 16:45:53 2007 +0200
35914
35915 TQM5200: fix spurious characters on second serial interface
35916
35917 With this patch PSC3 is configured as UART. This is done, because if
35918 the pins of PSC3 are not configured at all (-> all pins are GPI),
35919 due to crosstalk, spurious characters may be send over the RX232_2_TXD
35920 signal line.
35921
35922 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35923
35924commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
35925Author: Martin Krause <martin.krause@tqs.de>
35926Date: Mon Oct 22 16:40:06 2007 +0200
35927
35928 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
35929
35930 Some commands for the STK52xx base board try to access the SM501 grafic
35931 controller. But the TQM5200S has no grafic controller (only the TQM5200
35932 and the TQM5200B have). This patch deactivates the commands accessing
35933 the SM501 for the TQM5200S.
35934
35935 Signed-off-by: Martin Krause <martin.krause@tqs.de>
35936
35937commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
35938Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35939Date: Sun Oct 21 09:14:28 2007 +0200
35940
35941 Mips: Fix string functions differ prototype declaration
35942
35943 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35944
35945commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
35946Author: Ed Swarthout <Ed.Swarthout@freescale.com>
35947Date: Fri Oct 19 17:51:40 2007 -0500
35948
35949 fsl_pci_init enable COMMAND_MEMORY if inbound window
35950
35951 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
35952 to pciauto_setup_device has the side effect of not getting
35953 COMMAND_MEMORY set.
35954
35955 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
35956
35957commit e9d0d527992566ebef9826962ff1745b2f082b92
35958Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35959Date: Fri Oct 19 10:55:24 2007 +0200
35960
35961 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
35962
35963 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35964
35965commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
35966Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35967Date: Fri Oct 19 08:10:15 2007 +0200
35968
35969 fix warning: no return statement in function returning non-void
35970
35971 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35972
35973commit e78220f6e514206757acfe247297fc9a328a881f
35974Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35975Date: Fri Oct 19 06:33:45 2007 +0200
35976
35977 xsengine: Fix no partition type specified, use DOS as default
35978
35979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35980
35981commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
35982Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35983Date: Fri Oct 19 00:24:59 2007 +0200
35984
35985 lubbock: Fix no partition type specified, use DOS as default
35986
35987 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35988
35989commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
35990Author: Wolfgang Denk <wd@denx.de>
35991Date: Tue Oct 23 16:50:03 2007 +0200
35992
35993 Coding style: keep lists sorted; update CHANGELOG
35994
35995 Signed-off-by: Wolfgang Denk <wd@denx.de>
35996
Wolfgang Denk9a74ab62007-10-23 16:50:03 +020035997commit 58b74b05c621e2835ecf4e2d3243042cf4186777
35998Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
35999Date: Fri Oct 19 00:09:05 2007 +0200
36000
36001 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
36002
36003 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36004
36005commit 96455bfebc9887837095c9051d216f53c61b5f10
36006Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36007Date: Fri Oct 19 00:07:39 2007 +0200
36008
36009 Fix warning differ in signedness in board/innokom/innokom.c
36010
36011 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36012
36013commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
36014Author: Marcel Ziswiler <marcel@ziswiler.com>
36015Date: Fri Oct 19 00:25:33 2007 +0200
36016
36017 fix pxa255_idp board
36018
36019 The pxa255_idp being an old unmaintained board showed several issues:
36020 1. CONFIG_INIT_CRITICAL was still defined.
36021 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
36022 3. Symbol flash_addr was undeclared.
36023 4. The boards lowlevel_init function was still called memsetup.
36024 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
36025 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
36026 'target CPU does not support interworking' warnings on recent compilers.
36027 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
36028 indexes rather than the register definitions from the pxa-regs header
36029 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
36030 avoid any ambiguities.
36031 8. There were several redefinition warnings concerning ICMR, OSMR3,
36032 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
36033 9. The board configuration file was rather outdated.
36034 10. The part header file defined the vendor, product and revision arrays
36035 as unsigned chars instead of just chars in the block_dev_desc_t
36036 structure.
36037
36038 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
36039
36040commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
36041Author: Rune Torgersen <runet@innovsys.com>
36042Date: Wed Oct 17 11:56:31 2007 -0500
36043
36044 Make MPC8266ADS command selection more robust
36045
36046 Fix MPC8266 command line definition so it won't break when new commands
36047 are added to u-boot.
36048 Signed-off-by Rune Torgersen <runet@innovsys.com>
36049
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010036050commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
36051Author: Bartlomiej Sieka <tur@semihalf.com>
36052Date: Tue Oct 23 13:14:10 2007 +0200
36053
36054 Motion-PRO: Update configuration to accomodate next generation board.
36055
36056 New board has faster oscillator and a different Flash chip. This affects:
36057 - CFG_MPC5XXX_CLKIN
36058 - SDRAM timings
36059 - Flash CS configuration (timings)
36060 - Flash sector size, and thus MTD partition layout
36061 - malloc() arena size (due to bigger Flash sectors)
36062 - smaller memory test range (due to bigger malloc() arena)
36063
36064 This patch also enables more extensive memory testing via "mtest".
36065
36066 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36067
36068commit eff501904df2bf1724a750062628ba2c51dbb1f8
36069Author: Bartlomiej Sieka <tur@semihalf.com>
36070Date: Tue Oct 23 11:36:07 2007 +0200
36071
36072 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
36073
36074 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
36075 register must be written a value of 0x00000004 as the first step of the
36076 SDRAM contorller configuration.
36077
36078 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36079
36080commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
36081Author: Peter Pearse <peter.pearse@arm.com>
36082Date: Tue Oct 23 10:22:16 2007 +0100
36083
36084 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
36085
Wolfgang Denked269682007-11-17 02:34:38 +010036086commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
36087Author: Stefan Roese <sr@denx.de>
36088Date: Tue Oct 23 10:17:42 2007 +0200
36089
36090 ppc4xx: lwmon5: Some further GPIO config changes
36091
36092 Signed-off-by: Stefan Roese <sr@denx.de>
36093
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010036094commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
36095Author: Vlad Lungu <vlad@comsys.ro>
36096Date: Sun Oct 21 22:10:10 2007 +0900
36097
36098 [MIPS] Fix UNCACHED_SDRAM
36099
36100 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
36101
36102 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
36103 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36104
36105commit 00101dd7a32d12f698150123e47e4b3420279f86
36106Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36107Date: Sun Oct 21 21:30:42 2007 +0900
36108
36109 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
36110
36111 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36112
36113commit eb700636db017d310edaeb559b13d82588560674
36114Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36115Date: Sun Oct 21 10:55:37 2007 +0900
36116
36117 [MIPS] u-boot.lds: Define _gp in a standard manner
36118
36119 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36120
36121commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
36122Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36123Date: Sun Oct 21 10:55:36 2007 +0900
36124
36125 [MIPS] Fix $gp usage
36126
36127 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
36128 As a general principle, we should use _gp for $gp.
36129
36130 Thanks to linker script's help we fortunately have _gp which equals to
36131 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
36132 be able to access to GOT entires, global variables and procedure entry
36133 points. The right thing to do is to use _gp.
36134
36135 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
36136 which holds the offset from _gp. When updating GOT entries, we use this
36137 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
36138
36139 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
36140 I made some change to leave over num_got_entries.
36141
36142 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36143 Cc: Vlad Lungu <vlad@comsys.ro>
36144
36145commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
36146Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36147Date: Sun Oct 21 10:55:36 2007 +0900
36148
36149 [MIPS] u-boot.lds: Fix __got_start and __got_end
36150
36151 Ensure that __got_start points to top of the `.got', and __got_end points
36152 to bottom as well, so that we never fail to count num_got_entries.
36153
36154 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36155
36156commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
36157Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36158Date: Sun Oct 21 10:55:36 2007 +0900
36159
36160 [MIPS] u-boot.lds: Remove duplicated .sdata section
36161
36162 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
36163
Wolfgang Denk9a74ab62007-10-23 16:50:03 +020036164commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
36165Author: Wolfgang Denk <wd@denx.de>
36166Date: Sun Oct 21 01:01:17 2007 +0200
36167
36168 Minor coding style cleanup; update CHANGELOG
36169
36170 Signed-off-by: Wolfgang Denk <wd@denx.de>
36171
Wolfgang Denkba930932007-10-21 01:01:17 +020036172commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
36173Author: Vlad Lungu <vlad@comsys.ro>
36174Date: Thu Oct 4 20:47:10 2007 +0300
36175
36176 Fix NE2000 driver:
36177
36178 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
36179 to do anything in eth_stop() if eth_init() was not called.
36180 Simplified RX path in order to avoid timeouts on really really
36181 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
36182 clever enough to cope with 1 packet per eth_rx().
36183
36184 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
36185
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010036186commit df90968b48fb34fa9072fab150db2ac89678f537
36187Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36188Date: Mon Sep 24 13:32:13 2007 -0400
36189
36190 Setting MSR[DE] in do_reset
36191
36192 Hello,
36193 This patch ensures the soft reset of the board for the 85xx boards
36194 by setting the MSR[DE] in the do_reset function.
36195
36196 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
36197
36198commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
36199Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36200Date: Mon Sep 24 13:36:01 2007 -0400
36201
36202 MSR overwrite fix
36203
36204 Hello,
36205 This patch fixes the MSR overwrite in the start.S when moving out of
36206 the last 4K page.
36207
36208 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
36209
36210commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
36211Author: Dan Wilson <dwilson@fulcrummicro.com>
36212Date: Fri Oct 19 11:33:48 2007 -0500
36213
36214 tsec driver should clear RHALT on startup
36215
36216 This was causing problems for some people.
36217
36218 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
36219 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
36220 Signed-off-by: Andy Fleming <afleming@freescale.com>
36221
36222commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
36223Author: Kumar Gala <galak@kernel.crashing.org>
36224Date: Thu Oct 11 00:29:18 2007 -0500
36225
36226 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
36227
36228 On the MPC85xx CDS we have two issues:
36229
36230 1. The device tree fixup code did not check to see if the property we are
36231 trying to update is actually found. Its possible that it would update
36232 random memory starting at 0.
36233
36234 2. Newer Linux kernel's have moved the location of the PCI nodes to be
36235 sibilings of the soc node and not children. The explicit PATH to the PCI
36236 node would not be found for these device trees. Add the ability to handle
36237 both paths. In the future we shouldn't handle such fixups by explicit path.
36238
36239 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36240
36241commit a3063eec775719b7e91023bbec3f64b3118791df
36242Author: Kumar Gala <galak@kernel.crashing.org>
36243Date: Thu Oct 11 00:18:48 2007 -0500
36244
36245 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
36246
36247 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
36248 console. Make it so we match that config what we tell Linux as the early
36249 STDOUT console.
36250
36251 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36252
36253commit e1ce3cb617bb06f91f82f98915391175addf3e82
36254Author: Kumar Gala <galak@kernel.crashing.org>
36255Date: Tue Oct 2 11:12:27 2007 -0500
36256
36257 Remove magic numbers from cache related operations for mpc85xx
36258
36259 The mpc85xx start code uses some magic numbers that we actually
36260 have #defines for in <config.h> so use those instead.
36261
36262 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
36263
Wolfgang Denkba930932007-10-21 01:01:17 +020036264commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
36265Author: Detlev Zundel <dzu@denx.de>
36266Date: Fri Oct 19 16:47:26 2007 +0200
36267
36268 Fix two typos.
36269
36270 Signed-off-by: Detlev Zundel <dzu@denx.de>
36271
36272commit 281df457c1aa50d2752165d0c5c3282d4027b974
36273Author: Tony Li <tony.li@freescale.com>
36274Date: Thu Oct 18 17:47:19 2007 +0800
36275
36276 mpc83xx: Add configure entry for MPC83xx ATM support
36277
36278 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
36279 Makfile and MAKEALL
36280
36281 Signed-off-by: Tony Li <tony.li@freescale.com>
36282 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36283
36284commit d2646554f529a9577515eceb0ec5eceee18244ba
36285Author: Tony Li <tony.li@freescale.com>
36286Date: Thu Oct 18 17:44:38 2007 +0800
36287
36288 mpc83xx: pq-mds-pib.c typo error
36289
36290 Correct to val8 from val.
36291
36292 Signed-off-by: Tony Li <tony.li@freescale.com>
36293 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
36294
36295commit 3e11ae80fec1ee12194940955431186abf6009c2
36296Author: Stefan Roese <sr@denx.de>
36297Date: Wed Oct 17 15:40:19 2007 +0200
36298
36299 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
36300
36301 Signed-off-by: Stefan Roese <sr@denx.de>
36302
Wolfgang Denkc93939f2008-01-09 11:36:21 +010036303commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
36304Author: Jon Loeliger <jdl@freescale.com>
36305Date: Tue Oct 16 15:27:43 2007 -0500
36306
36307 Initial mpc8610hpcd Makefile files.
36308
36309 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36310 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36311 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36312 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36313
36314commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
36315Author: Jon Loeliger <jdl@freescale.com>
36316Date: Tue Oct 16 15:26:51 2007 -0500
36317
36318 Initial mpc8610hpcd cpu/, README and include/ files.
36319
36320 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36321 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36322 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36323 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36324
36325commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
36326Author: Jon Loeliger <jdl@freescale.com>
36327Date: Tue Oct 16 13:54:01 2007 -0500
36328
36329 Initial mpc8610hpcd board files.
36330
36331 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36332 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
36333 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
36334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36335
Wolfgang Denkba930932007-10-21 01:01:17 +020036336commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
36337Author: runet@innovsys.com <runet@innovsys.com>
36338Date: Tue Oct 16 14:50:40 2007 -0500
36339
36340 Make MPC8266ADS board compile again.
36341
36342 Signed-off-by: Runet Torgersen <runet@innovsys.com>
36343
36344commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
36345Author: Jon Loeliger <jdl@freescale.com>
36346Date: Mon Aug 27 12:41:03 2007 -0500
36347
36348 86xx: Allow for fewer DDR slots per memory controller.
36349
36350 As a direct correlation exists between DDR DIMM slots
36351 and SPD EEPROM addresses used to configure them, use
36352 the individually defined SPD_EEPROM_ADDRESS* values to
36353 determine if a DDR DIMM slot should have its SPD
36354 configuration read or not.
36355
36356 Effectively, this now allows for 1 or 2 DIMM slots
36357 per memory controller.
36358
36359 Signed-off-by: Jon Loeliger <jdl@freescale.com>
36360
36361commit 4d4a945e189a2f384c66432316da2788a0ac1607
36362Author: Rodolfo Giometti <giometti@enneenne.com>
36363Date: Mon Oct 15 11:59:17 2007 +0200
36364
36365 PXA USB OHCI: "usb stop" implementation.
36366
36367 Some USB keys need to be switched off before loading the kernel
36368 otherwise they can remain in an undefined status which prevents them
36369 to be correctly recognized by the kernel.
36370
36371 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
36372
36373commit e2e93442e558cf1500e92861f99713b2f045ea22
36374Author: Stefan Roese <sr@denx.de>
36375Date: Mon Oct 15 11:39:00 2007 +0200
36376
36377 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
36378
36379 The I2C bootstrap values that can be setup via the "bootstrap" command,
36380 were setup incorrect regarding the generation of the internal sync PCI
36381 clock. The values for PLB clock == 133MHz were slighly incorrect and the
36382 values for PLB clock == 166MHz were totally incorrect. This could
36383 lead to a hangup upon booting while PCI configuration scan.
36384
36385 This patch fixes this issue and configures valid PCI divisor values
36386 for the sync PCI clock, with respect to the provided external async
36387 PCI frequency.
36388
36389 Here the values of the formula in the chapter 14.2 "PCI clocking"
36390 from the 440EPx users manual:
36391
36392 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
36393
36394 33MHz async PCI frequency:
36395 PLB = 133:
36396 => 32 <= 44.3 <= 65 (div = 3)
36397
36398 PLB = 166:
36399 => 32 <= 55.3 <= 65 (div = 3)
36400
36401 66MHz async PCI frequency:
36402 PLB = 133:
36403 => 65 <= 66.5 <= 132 (div = 2)
36404
36405 PLB = 166:
36406 => 65 <= 83 <= 132 (div = 2)
36407
36408 Signed-off-by: Stefan Roese <sr@denx.de>
36409
36410commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
36411Author: Stefan Roese <sr@denx.de>
36412Date: Mon Oct 15 11:29:33 2007 +0200
36413
36414 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
36415
36416 The BCSR status bit for the 66MHz PCI operation was correctly
36417 addressed (MSB/LSB problem). Now the correct currently setup
36418 PCI frequency is displayed upon bootup.
36419
36420 This patch also fixes this problem on Rainier & Yellowstone, since these
36421 boards use the same souce code as Sequoia & Yosemite do.
36422
36423 Signed-off-by: Stefan Roese <sr@denx.de>
36424
36425commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
36426Author: Martin Krause <martin.krause@tqs.de>
36427Date: Wed Sep 26 17:55:56 2007 +0200
36428
36429 TQM860M: adjust for doubled flash sector size.
36430
36431 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
36432 doubled sector size.
36433
36434 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36435
36436commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
36437Author: Jens Gehrlein <jens.gehrlein@tqs.de>
36438Date: Wed Sep 26 17:55:54 2007 +0200
36439
36440 TQM8xx: Fix CAN timing.
36441
36442 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36443
36444commit d43e489baf02afae49077791fb22332d240d8656
36445Author: Martin Krause <martin.krause@tqs.de>
36446Date: Thu Sep 27 14:54:36 2007 +0200
36447
36448 TQM866M: fix SDRAM refresh
36449
36450 At 133 MHz the current SDRAM refresh rate is too fast
36451 (measured 4 * 1.17 us).
36452 CFG_MAMR_PTA changes from 39 to 97. This result
36453 in a refresh rate of 4 * 7.8 us at the default clock
36454 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
36455 This is a compromise until a new method is found to
36456 adjust the refresh rate.
36457
36458 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36459
36460commit 9ef57bbee1c67cc01da2026c242c4692db32be36
36461Author: Martin Krause <martin.krause@tqs.de>
36462Date: Wed Sep 26 17:55:55 2007 +0200
36463
36464 TQM866M: adjust for doubled flash sector size.
36465
36466 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
36467 doubled sector size.
36468
36469 Signed-off-by: Martin Krause <martin.krause@tqs.de>
36470
36471commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
36472Author: Michal Simek <monstr@monstr.eu>
36473Date: Sun Oct 14 16:12:29 2007 +0200
36474
36475 [FIX] XUPV2P change command handling
36476 and remove code violation
36477
36478commit 636400198228d96983c06657b17f760f5989958e
36479Author: Wolfgang Denk <wd@denx.de>
36480Date: Sun Oct 14 00:13:19 2007 +0200
36481
36482 Prepare for 1.3.0-rc3 release
36483
36484 Signed-off-by: Wolfgang Denk <wd@denx.de>
36485
Wolfgang Denkca722d52007-10-14 00:13:19 +020036486commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
36487Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36488Date: Sat Sep 29 13:41:37 2007 +0200
36489
36490 Fix warning differ in signedness in cpu/pxa/mmc.c
36491
36492 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36493
36494commit fc19e36f741e8bc727c0a330170b3b5db90399ef
36495Author: Wolfgang Denk <wd@denx.de>
36496Date: Sat Oct 13 23:51:14 2007 +0200
36497
36498 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
36499
36500 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36501 Signed-off-by: Wolfgang Denk <wd@denx.de>
36502
36503commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
36504Author: Wolfgang Denk <wd@denx.de>
36505Date: Sat Oct 13 21:15:39 2007 +0200
36506
36507 Coding Style cleanup.
36508
36509 Signed-off-by: Wolfgang Denk <wd@denx.de>
36510
Wolfgang Denkebc15912007-10-13 21:15:39 +020036511commit e1893815b0999410d7a327589611c7b38e95299e
36512Author: Wolfgang Denk <wd@denx.de>
36513Date: Fri Oct 12 15:49:39 2007 +0200
36514
36515 GP3 SSA: enable RTC
36516
36517 Signed-off-by: Wolfgang Denk <wd@denx.de>
36518
36519commit 8002012041f1ff9f997a5727abe5015f70cd2e46
36520Author: Grzegorz Bernacki <gjb@semihalf.com>
36521Date: Tue Oct 9 13:58:24 2007 +0200
36522
36523 [ads5121] EEPROM support added.
36524
36525 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36526
Wolfgang Denkca722d52007-10-14 00:13:19 +020036527commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
36528Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36529Date: Sat Oct 6 18:55:35 2007 +0200
36530
36531 AVR32: Initialize bi_flash* in board_init_r
36532
36533 The ATSTK1000-specific flash driver intializes bi_flashstart,
36534 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
36535 driver, don't.
36536
36537 Initialize these in board_init_r instead so that things will still be
36538 set up correctly when we switch to the CFI driver.
36539
36540 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36541
Wolfgang Denkebc15912007-10-13 21:15:39 +020036542commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
36543Author: Marian Balakowicz <m8@semihalf.com>
36544Date: Fri Oct 5 10:40:54 2007 +0200
36545
36546 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
36547
36548 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
36549
36550commit 92869195ef8210758d2176230c0a36897afd50ed
36551Author: Bartlomiej Sieka <tur@semihalf.com>
36552Date: Fri Oct 5 09:46:06 2007 +0200
36553
36554 CM5200: Fix missing null-termination in hostname manipulation code
36555
36556 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
36557
Wolfgang Denkca722d52007-10-14 00:13:19 +020036558commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
36559Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
36560Date: Tue Oct 2 19:09:01 2007 +0200
36561
36562 Fix memtest breakage
36563
36564 CFG_MEMTEST_START uses weird magic involving gd, which fails to
36565 compile. Use hardcoded values instead (we actually know how much RAM
36566 we have on board.)
36567
36568 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36569
Wolfgang Denkebc15912007-10-13 21:15:39 +020036570commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
36571Author: Stefan Roese <sr@denx.de>
36572Date: Tue Oct 2 11:44:46 2007 +0200
36573
36574 ppc4xx: Coding style cleanup
36575
36576 Signed-off-by: Stefan Roese <sr@denx.de>
36577
36578commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
36579Author: Stefan Roese <sr@denx.de>
36580Date: Tue Oct 2 11:44:19 2007 +0200
36581
36582 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
36583
36584 Signed-off-by: Stefan Roese <sr@denx.de>
36585
36586commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
36587Author: Grzegorz Bernacki <gjb@semihalf.com>
36588Date: Mon Oct 1 09:51:50 2007 +0200
36589
36590 Program EPLD to force full duplex mode for PHY.
36591
36592 EPLD forces modes of PHY operation. By default full duplex is turned off.
36593 This fix turns it on.
36594
36595 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
36596
Wolfgang Denkba930932007-10-21 01:01:17 +020036597commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
36598Author: Timo Ketola <timo.ketola@exertus.fi>
36599Date: Mon Sep 24 14:50:32 2007 +0300
36600
36601 Bugfix: Use only one PTD for one endpoint
36602
36603 Original isp116x-hcd code prepared multiple PTDs for longer than 16
36604 byte transfers for one endpoint. That is unnecessary because the
36605 ISP116x is able to split long data from one PTD into multiple
36606 transactions based on the buffer size of the endpoint. It also caused
36607 serious problems if the endpoint NAKed some of the transactions. In
36608 that case ISP116x wouldn't notice that the other PTDs were for the same
36609 endpoint and would try the other PTDs possibly out of order. That would
36610 break the whole transfer.
36611
36612 This patch makes isp116x_submit_job to use one PTD for one transfer.
36613
36614 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
36615 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
36616
Wolfgang Denkebc15912007-10-13 21:15:39 +020036617commit 86ec86c04326c3913178a7679aa910de071da75d
36618Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36619Date: Thu Sep 27 23:27:47 2007 +0200
36620
36621 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
36622
36623 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36624
36625commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
36626Author: Stefan Roese <sr@denx.de>
36627Date: Tue Sep 11 14:12:55 2007 +0200
36628
36629 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
36630
36631 Signed-off-by: Stefan Roese <sr@denx.de>
36632
Wolfgang Denkf7a7f082007-11-03 23:09:27 +010036633commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
36634Author: Ed Swarthout <Ed.Swarthout@freescale.com>
36635Date: Wed Sep 26 16:35:54 2007 -0500
36636
36637 85xx io out functions need sync after write.
36638
36639 This fixes the mc146818 rtc_read/write functions for 85xx.
36640
36641 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
36642
Wolfgang Denkebc15912007-10-13 21:15:39 +020036643commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
36644Author: Grant Likely <grant.likely@secretlab.ca>
36645Date: Tue Sep 25 15:48:05 2007 -0600
36646
36647 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
36648
36649 CFG_FPGA_XILINX is a bit value used to test against the value in
36650 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
36651 think that is the intention in this code.
36652
36653 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36654
Wolfgang Denkca722d52007-10-14 00:13:19 +020036655commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
36656Author: Michal Simek <monstr@monstr.eu>
36657Date: Mon Sep 24 00:41:30 2007 +0200
36658
36659 [FIX] change command handling and removing code violation
36660
36661commit f240356507038e5ce55e8a24cb2607e9eae6d10c
36662Author: Michal Simek <monstr@monstr.eu>
36663Date: Mon Sep 24 00:36:06 2007 +0200
36664
36665 [FIX] change sets of commands
36666 because changing of command handling brings
36667 compilation problems
36668
36669commit cb1bc63b75a232571eb69aa2c8aa919321655845
36670Author: Michal Simek <monstr@monstr.eu>
36671Date: Mon Sep 24 00:30:42 2007 +0200
36672
36673 [FIX] Email reparation & Copyright
36674 Both codes are written by myself without any
36675 support from CTU
36676
36677commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
36678Author: Michal Simek <monstr@monstr.eu>
36679Date: Mon Sep 24 00:25:11 2007 +0200
36680
36681 [PATCH] Change macro name for UartLite
36682 because PowerPC 405 can use UartLite as console
36683
36684commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
36685Author: Michal Simek <monstr@monstr.eu>
36686Date: Mon Sep 24 00:21:19 2007 +0200
36687
36688 [PATCH] Add support for design without interrupt controller
36689 Polling timer
36690
36691commit 0731933ec8ec45d02ba89b52df673d526873cdde
36692Author: Michal Simek <monstr@monstr.eu>
36693Date: Mon Sep 24 00:19:48 2007 +0200
36694
36695 [FIX] resolve problem with cpu without barrel shifter
36696
36697commit db14d77995ce515b728b178b63f82babe60e3d56
36698Author: Michal Simek <monstr@monstr.eu>
36699Date: Mon Sep 24 00:18:46 2007 +0200
36700
36701 [FIX] repair email address
36702
36703commit 481d4328618804add1f818a6c96296121cd0528e
36704Author: Michal Simek <monstr@monstr.eu>
36705Date: Mon Sep 24 00:17:42 2007 +0200
36706
36707 [FIX] repair MFSL commands
36708
36709commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
36710Author: Michal Simek <monstr@monstr.eu>
36711Date: Mon Sep 24 00:08:37 2007 +0200
36712
36713 synchronizition with mainline
36714
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010036715commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
36716Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36717Date: Sun Sep 23 02:42:38 2007 +0900
36718
36719 sh: Add support command of ide with sh
36720
36721 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36722
36723commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
36724Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36725Date: Sun Sep 23 02:38:42 2007 +0900
36726
36727 sh: Update Makefile
36728
36729 Add support MS7722SE01 to Makefile.
36730
36731 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36732
36733commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
36734Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36735Date: Sun Sep 23 02:31:13 2007 +0900
36736
36737 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
36738
36739 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36740
36741commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
36742Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36743Date: Sun Sep 23 02:19:24 2007 +0900
36744
36745 sh: Update MS7750SE01 platform
36746
36747 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36748
36749commit 516ad760db3553766267ada01b7d5d727faa4bbd
36750Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36751Date: Sun Sep 23 02:17:08 2007 +0900
36752
36753 sh: Remove comment out code from include/asm-sh/cpu_sh4.h
36754
36755 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36756
36757commit b02bad128669e567fce87d8df823b06a0144b8db
36758Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36759Date: Sun Sep 23 02:12:30 2007 +0900
36760
36761 sh: Update core code of SuperH.
36762
36763 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
36764
Wolfgang Denkebc15912007-10-13 21:15:39 +020036765commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
36766Author: Wolfgang Denk <wd@denx.de>
36767Date: Thu Sep 20 00:04:14 2007 +0200
36768
36769 v1.3.0-rc2
36770
36771 Signed-off-by: Wolfgang Denk <wd@denx.de>
36772
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020036773commit 135e19bc2773ebca487e9a8371f67e1ba202313a
36774Author: Wolfgang Denk <wd@denx.de>
36775Date: Tue Sep 18 21:36:35 2007 +0200
36776
36777 Avoid compiler warning.
36778
36779 Signed-off-by: Wolfgang Denk <wd@denx.de>
36780
36781commit 8a783a65851bc7421ab69f442261215e21b8891a
36782Author: Grant Likely <grant.likely@secretlab.ca>
36783Date: Tue Sep 18 12:24:57 2007 -0600
36784
36785 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
36786
36787 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
36788 nulls in a string differently. For example, the following statement:
36789 echo "this is a string\0" > afile
36790 Will produce the following with /bin/bash:
36791 "this is a string\0"
36792 But with /bin/dash, will produce:
36793 "this is a string
36794
36795 Bug fixed by moving the embedded null out of the makefile and into the
36796 config header. Also renamed the macro to avoid usage colision with the same
36797 macro used by other board ports.
36798
36799 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
36800
36801commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
36802Author: Wolfgang Denk <wd@denx.de>
36803Date: Tue Sep 18 17:40:27 2007 +0200
36804
36805 MCC200: fix build warning
36806
36807 The MCC200 board config file includes version.h for some customer-
36808 specific setting, which causes warnings with "make depend"; build
36809 version.h before depend.
36810
36811 Signed-off-by: Wolfgang Denk <wd@denx.de>
36812
Wolfgang Denkebc15912007-10-13 21:15:39 +020036813commit bd86220f58b99d6896198c385fda132f0c980915
36814Author: Peter Pearse <peter.pearse@arm.com>
36815Date: Tue Sep 18 13:07:54 2007 +0100
36816
36817 Move coloured led API to status_led.h
36818 Improve indentation in drivers/at45.c
36819
Wolfgang Denkca722d52007-10-14 00:13:19 +020036820commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
36821Author: Eirik Aanonsen <eaa@wprmedical.com>
36822Date: Tue Sep 18 08:47:20 2007 +0200
36823
36824 Update atstk1002 bootargs.
36825
36826 Updates to atstk1002 U-Boot header file:
36827 - Changed bootargs:
36828 * Set the bootargs for at1002 to point to the SD-card partition instead
36829 * ... of the boot flash.
36830 * Removing the rootfstype since that argument are not needed.
36831
36832 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
36833 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36834
36835commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
36836Author: Eirik Aanonsen <eaa@wprmedical.com>
36837Date: Wed Sep 12 13:32:37 2007 +0200
36838
36839 Add some comments to clocks in atstk1002.h
36840
36841 This patch applies some clarifying comments to how the different
36842 clocks are setup according to atstk1002.h Some of the previous
36843 comments where stating wrongful information.
36844
36845 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
36846
Wolfgang Denkebc15912007-10-13 21:15:39 +020036847commit 97213f32416ead885deafea86774e912ffd60ad0
36848Author: David Saada <David.Saada@ecitele.com>
36849Date: Mon Sep 17 17:04:47 2007 +0200
36850
36851 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
36852
36853 Signed-off-by: David Saada <david.saada@ecitele.com>
36854
Wolfgang Denkca722d52007-10-14 00:13:19 +020036855commit 30363e98fa470fbecea5e8bc0f1443352754f303
36856Author: Stefan Roese <sr@denx.de>
36857Date: Mon Sep 17 08:20:47 2007 +0200
36858
36859 Small whitespace cleanup of OneNAND patch
36860
36861 Signed-off-by: Stefan Roese <sr@denx.de>
36862
36863commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
36864Author: Kyungmin Park <kmpark@infradead.org>
36865Date: Mon Sep 10 17:15:14 2007 +0900
36866
36867 OneNAND support (take #2)
36868
36869 [PATCH 3/3] OneNAND support (take #2)
36870
36871 OneNAND support at U-Boot
36872
36873 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36874
36875commit 17aa2800457df0c06b41516f46f126712c196219
36876Author: Kyungmin Park <kmpark@infradead.org>
36877Date: Mon Sep 10 17:14:34 2007 +0900
36878
36879 OneNAND support (take #2)
36880
36881 [PATCH 2/3] OneNAND support (take #2)
36882
36883 OneNAND support at U-Boot
36884
36885 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36886
36887commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
36888Author: Kyungmin Park <kmpark@infradead.org>
36889Date: Mon Sep 10 17:13:49 2007 +0900
36890
36891 OneNAND support (take #2)
36892
36893 [PATCH 1/3] OneNAND support (take #2)
36894
36895 OneNAND support at U-Boot
36896
36897 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
36898
Wolfgang Denkba930932007-10-21 01:01:17 +020036899commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
36900Author: Michal Simek <monstr@monstr.eu>
36901Date: Sun Sep 16 20:51:57 2007 +0200
36902
36903 [FIX] remove files form repository
36904
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020036905commit 67c31036acaaaa992fc346cc89db0909a7e733c4
36906Author: Wolfgang Denk <wd@denx.de>
36907Date: Sun Sep 16 17:10:04 2007 +0200
36908
36909 TQM8xx[LM]: Fix broken environment alignment.
36910
36911 With recent toolchains, the environment sectors were no longer aligned to
36912 sector boundaries. The reason was a combination of two bugs:
36913
36914 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
36915 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
36916 this gets defined, is not included here (and cannot be included
36917 without causing lots of problems).
36918
36919 Added a new #define CFG_USE_PPCENV for all boards which really
36920 want to put the environment is a ".ppcenv" section.
36921
36922 2) The linker scripts just include environment.o, silently assuming
36923 that the objects in that file are really in the order in which
36924 they are coded in the C file, i. e. "environment" first, then
36925 "redundand_environment", and "env_size" last. However, current
36926 toolchains (GCC-4.x) reorder the objects, causing the environment
36927 data not to start on a flash sector boundary:
36928
36929 Instead of: we got:
36930
36931 40008000 T environment 40008000 T env_size
36932 4000c000 T redundand_environment 40008004 T redundand_environment
36933 40010000 T env_size 4000c004 T environment
36934
36935 Note: this patch fixes just the first part, and cures the alignment
36936 problem by making sure that "env_size" gets placed correctly. However,
36937 we still have a potential issue because primary and redundant
36938 environment sectors are actually swapped, i. e. we have now:
36939
36940 40008000 T redundand_environment
36941 4000c000 T environment
36942 40010000 T env_size
36943
36944 This shall be fixed in the next version.
36945
36946 Signed-off-by: Wolfgang Denk <wd@denx.de>
36947
36948commit eb6da8050797c204c9d010548424186c7ce32fc1
36949Author: Wolfgang Denk <wd@denx.de>
36950Date: Sun Sep 16 02:39:35 2007 +0200
36951
36952 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
36953
36954 Signed-off-by: Wolfgang Denk <wd@denx.de>
36955
36956commit cd2d1602c54cc6957bdef3872272a4b264893960
36957Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
36958Date: Mon Sep 10 14:54:56 2007 -0400
36959
36960 Typo fix in tsec.c
36961
36962 Fixup for the break statement in wrong place.
36963
36964 [Patch by urwithsughosh@gmail.com]
36965 Acked-by: Andy Fleming <afleming@freescale.com>
36966 Signed-off-by: Wolfgang Denk <wd@denx.de>
36967
36968commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
36969Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36970Date: Tue Sep 11 17:04:00 2007 +0200
36971
36972 Fix do_div() usage in nand process output
36973
36974 Fix usage of do_div() in nand erase|read|write process output.
36975
36976 The last patch to nand_util.c introduced do_div() instead of libgcc's
36977 implementation. But do_div() returns the quotient in its first
36978 macro parameter and not as result.
36979
36980 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36981
36982commit c750d2e6692a000a82f29de7bf24e3dc21239161
36983Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
36984Date: Wed Sep 12 12:36:53 2007 +0200
36985
36986 NAND: Add CFG_NAND_QUIET option
36987
36988 This config option sets the default for the progress information
36989 output behavior that can also be configured through the 'quiet'
36990 environment variable.
36991
36992 The legacy NAND code does not print the current progress info
36993 on the console. So this option is for backward compatibility for
36994 units that are in the field and where setting the quiet variable
36995 is not an option. With CFG_NAND_QUIET set to '1' the console
36996 progress info is turned off. This can still be overwritten
36997 through the environment variable.
36998
36999 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
37000
37001commit dcb88630290d2bcd803386dd4c2be73142994c4f
37002Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
37003Date: Thu Sep 13 16:06:05 2007 -0700
37004
37005 ColdFire: fix build error becasue of bad type of mii_init()
37006
37007 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37008
37009commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
37010Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
37011Date: Thu Sep 13 16:04:05 2007 -0700
37012
37013 ColdFire: Fix build error caused by pixis.c
37014
37015 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
37016
37017 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37018
37019commit e21659e30660a1377c42af135a6114efe39801d9
37020Author: Sam Sparks <SSparks@twacs.com>
37021Date: Fri Sep 14 11:14:42 2007 -0600
37022
37023 Update MPC8349ITX*_config to place config.tmp in right place.
37024
37025 MPC834ITX*_config does not store config.tmp at the correct locatation,
37026 causing MPC8349ITXGP to have the wrong TEXT_BASE.
37027
37028 Signed-off-by: Sam Sparks <SSparks@twacs.com>
37029 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37030
37031commit 1218abf1b5817a39a82399b4b928b00750575bda
37032Author: Wolfgang Denk <wd@denx.de>
37033Date: Sat Sep 15 20:48:41 2007 +0200
37034
37035 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
37036
37037 Signed-off-by: Wolfgang Denk <wd@denx.de>
37038
37039commit 66b3f24d665be678a9dbb125b1e84185400f63b5
37040Author: Dirk Behme <dirk.behme@googlemail.com>
37041Date: Sat Sep 15 11:55:42 2007 +0200
37042
37043 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
37044
37045 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
37046 function local.
37047
37048 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37049
37050 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
37051
Wolfgang Denkba930932007-10-21 01:01:17 +020037052commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
37053Author: Michal Simek <monstr@monstr.eu>
37054Date: Sat Sep 15 00:03:35 2007 +0200
37055
37056 Synchronize with U-BOOT mainline
37057
37058commit d7fee32b7e61fe11c64e371cde79faa4768e8350
37059Author: Sam Sparks <SSparks@twacs.com>
37060Date: Fri Sep 14 11:14:42 2007 -0600
37061
37062 Update MPC8349ITX*_config to place config.tmp in right place.
37063
37064 MPC834ITX*_config does not store config.tmp at the correct locatation,
37065 causing MPC8349ITXGP to have the wrong TEXT_BASE.
37066
37067 Signed-off-by: Sam Sparks <SSparks@twacs.com>
37068 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37069 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37070
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020037071commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
37072Author: Bartlomiej Sieka <tur@semihalf.com>
37073Date: Thu Sep 13 18:21:48 2007 +0200
37074
37075 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
37076
37077 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
37078
Wolfgang Denkebc15912007-10-13 21:15:39 +020037079commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
37080Author: Bartlomiej Sieka <tur@semihalf.com>
37081Date: Thu Sep 13 16:33:59 2007 +0200
37082
37083 tqm5200: Restore customary env. variable boot commands for powerpc kernels
37084
37085 - update default definitions of kernel_addr and fdt_addr env. variables
37086 - make arch/powerpc booting the default scenario
37087 - update MTD partition layout to match the above
37088
37089 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37090
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020037091commit f34024d4a328e6edd906456da98d2c537155c4f7
37092Author: Wolfgang Denk <wd@denx.de>
37093Date: Wed Sep 12 00:48:57 2007 +0200
37094
37095 Fix memory corruption problem on STX GP3 SSA Board.
37096
37097 Signed-off-by: Wolfgang Denk <wd@denx.de>
37098
Wolfgang Denkebc15912007-10-13 21:15:39 +020037099commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
37100Author: Peter Pearse <peter.pearse@arm.com>
37101Date: Tue Sep 11 15:35:01 2007 +0100
37102
37103 Final tidy
37104
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020037105commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
37106Author: Grzegorz Bernacki <gjb@semihalf.com>
37107Date: Tue Sep 11 15:42:11 2007 +0200
37108
37109 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
37110 scan on second pci bus.
37111
37112 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37113
37114commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
37115Author: Grzegorz Bernacki <gjb@semihalf.com>
37116Date: Tue Sep 11 12:57:52 2007 +0200
37117
37118 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
37119
37120 Bamboo has a file sdram.c which needs special treatment when building in
37121 separate directory. It has to be linked to build directory otherwise it is
37122 not seen.
37123
37124 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37125
Wolfgang Denkca722d52007-10-14 00:13:19 +020037126commit d45963854eff39d575124d859419bb4953ce2c87
37127Author: Michal Simek <monstr@monstr.eu>
37128Date: Tue Sep 11 00:37:04 2007 +0200
37129
37130 [FIX] Microblaze ML401 - repare FLASH handling
37131
Wolfgang Denkf7a59e22007-09-20 00:04:14 +020037132commit 38c1ef728d19950414a8ab1ccfc53767848fa346
37133Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
37134Date: Mon Sep 10 16:55:59 2007 +0100
37135
37136 Allocate CPU Architecture Code for STMicroelectronics' ST200.
37137
37138 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
37139 ---------------------------------------------------
37140
37141commit 754bac48156f8958d8f6a53a51eda88ab5758929
37142Author: Wolfgang Denk <wd@denx.de>
37143Date: Mon Sep 10 20:42:31 2007 +0200
37144
37145 Update version to match current state.
37146
37147 Signed-off-by: Wolfgang Denk <wd@denx.de>
37148
37149commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
37150Author: Grzegorz Bernacki <gjb@semihalf.com>
37151Date: Mon Sep 10 17:39:08 2007 +0200
37152
37153 [MPC512x] Streamline frame handling in the FEC driver
37154
37155 - convert frame size settings to be derived from a single base
37156 - set frame size to the recommended default value
37157
37158 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37159
37160commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
37161Author: Kyungmin Park <kmpark@infradead.org>
37162Date: Mon Sep 10 11:34:00 2007 +0900
37163
37164 Remove compiler warning: target CPU does not support interworking
37165
37166 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
37167
37168commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
37169Author: Wolfgang Denk <wd@denx.de>
37170Date: Sun Sep 9 21:21:33 2007 +0200
37171
37172 Fix compile error in spc1920 config.
37173
37174 Signed-off-by: Markus Klotzbücher <mk@denx.de>
37175 Signed-off-by: Wolfgang Denk <wd@denx.de>
37176
37177commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
37178Author: Grant Likely <grant.likely@secretlab.ca>
37179Date: Fri Sep 7 09:25:07 2007 -0600
37180
37181 Bugfix: make bootm+libfdt compile on boards with no flash
37182
37183 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37184
37185commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
37186Author: Grzegorz Bernacki <gjb@semihalf.com>
37187Date: Fri Sep 7 18:35:37 2007 +0200
37188
37189 [PPC440SPe] PCIe environment settings for Katmai and Yucca
37190
37191 - 'pciconfighost' is set by default in order to be able to scan bridges
37192 behind the primary host/PCIe
37193
37194 - 'pciscandelay' env variable is recognized to allow for user-controlled
37195 delay before the PCIe bus enumeration; some peripheral devices require a
37196 significant delay before they can be scanned (e.g. LSI8408E); without the
37197 delay they are not detected
37198
37199 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37200
37201commit 7f1913938984ef6c6a46cb53e003719196d9c5de
37202Author: Grzegorz Bernacki <gjb@semihalf.com>
37203Date: Fri Sep 7 18:20:23 2007 +0200
37204
37205 [PPC440SPe] Improve PCIe configuration space access
37206
37207 - correct configuration space mapping
37208 - correct bus numbering
37209 - better access to config space
37210
37211 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
37212 first device on the first bus. We now allow to configure up to 16 buses;
37213 also, scanning for devices behind the PCIe-PCIe bridge is supported, so
37214 peripheral devices farther in hierarchy can be identified.
37215
37216 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37217
37218commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
37219Author: Grzegorz Bernacki <gjb@semihalf.com>
37220Date: Fri Sep 7 17:46:18 2007 +0200
37221
37222 [PPC440SPe] Convert machine check exceptions handling
37223
37224 Convert using fixup mechanism to suppressing MCK for the duration of config
37225 read/write transaction: while fixups work fine with the case of a precise
37226 exception, we identified a major drawback with this approach when there's
37227 an imprecise case. In this scenario there is the following race condition:
37228 the fixup is (by design) set to catch the instruction following the one
37229 actually causing the exception; if an interrupt (e.g. decrementer) happens
37230 between those two instructions, the ISR code is executed before the fixup
37231 handler the machine check is no longer protected by the fixup handler as it
37232 appears as within the ISR code. In consequence the fixup approach is being
37233 phased out and replaced with explicit suppressing of MCK during a PCIe
37234 config read/write cycle.
37235
37236 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37237
37238commit ff7640c9ead8806b5d827f2b29f9cb2632add729
37239Author: Wolfgang Denk <wd@denx.de>
37240Date: Fri Sep 7 17:43:36 2007 +0200
37241
37242 Fix typo in MAKEALL script.
37243
37244 Signed-off-by: Wolfgang Denk <wd@denx.de>
37245
37246commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
37247Author: Grzegorz Bernacki <gjb@semihalf.com>
37248Date: Fri Sep 7 17:09:21 2007 +0200
37249
37250 [MPC512x] Proper handling of larger frames in the FEC driver
37251
37252 When frame larger than local RX buffer is received, it is split and handled
37253 by two buffer descriptors. Prior to this patch the FEC driver discarded
37254 contents of a buffer descriptor without the 'LAST' bit set, so the first
37255 part of the frame was lost in case of larger frames. This fix allows to
37256 safely combine the two pieces into the whole frame.
37257
37258 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
37259
37260commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
37261Author: Rafal Jaworowski <raj@semihalf.com>
37262Date: Fri Sep 7 17:05:36 2007 +0200
37263
37264 [MPC512x] Correct fixup relocation
37265
37266 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
37267
37268commit a89cbbd27a60e6740772000fd0688ffba1c2576a
37269Author: Wolfgang Denk <wd@denx.de>
37270Date: Fri Sep 7 01:21:25 2007 +0200
37271
37272 Update CHANGELOG, minor coding style cleanup.
37273
Wolfgang Denk4207b182007-09-07 01:21:25 +020037274commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
37275Author: stefano babic <sbabic@denx.de>
37276Date: Thu Aug 30 23:01:49 2007 +0200
37277
37278 PXA270: Added support for TrizepsIV board.
37279
37280 This patch add support for the Trizeps IV module (520Mhz).
37281
37282 Signed-off-by: Stefano Babic <sbabic@denx.de>
37283
37284commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
37285Author: stefano babic <sbabic@denx.de>
37286Date: Thu Aug 30 22:57:04 2007 +0200
37287
37288 PXA270: Add support for multiple serial ports.
37289
37290 This patch adds support for multiple serial ports to the PXA target.
37291 FFUART, BTUART and STUART are supported.
37292
37293 Signed-off-by: Stefano Babic <sbabic@denx.de>
37294
37295commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
37296Author: stefano babic <sbabic@denx.de>
37297Date: Thu Aug 30 22:48:47 2007 +0200
37298
37299 PXA270: fix compile issue (invalid lvalue)
37300
37301 Code is broken for PXA270 due to "invalid lvalue in assignment".
37302
37303 This patch fix it in pxa-regs.h
37304
37305 Signed-off-by: Stefano Babic <sbabic@denx.de>
37306
37307commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
37308Author: Jason Jin <Jason.jin@freescale.com>
37309Date: Thu Aug 30 18:19:05 2007 +0800
37310
37311 Add BUILD_DIR support for bios emulator.
37312
37313 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37314
37315commit b4d8a55145442f136982634862341a3e02002bda
37316Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37317Date: Fri Aug 31 14:41:51 2007 +0900
37318
37319 [MIPS] Remove inline asm string functions
37320
37321 Stop using inline string functions on MIPS as other ARCHs do so,
37322 since the optimized inline asm versions are not small.
37323
37324 This change is triggered by a following MIPS build error:
37325 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
37326 common/exports.c:32: undefined reference to `strcmp'
37327 make: *** [u-boot] Error 1
37328
37329 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37330
37331commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
37332Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37333Date: Fri Aug 31 14:41:45 2007 +0900
37334
37335 [MIPS] Update asm string header
37336
37337 This patches contains several bugfixes and cleanups in the latest upstream:
37338
37339 - Don't include linux/config.h
37340 - Remove buggy inline version of memscan.
37341 - Merge with Linux 2.6.11-rc3.
37342 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
37343 - Goodbye mips64. 31704 lines of code bite the dust.
37344 - Replace extern inline with static inline.
37345 - Fix return value of strncpy.
37346 - Remove a bunch more "$1" clobbers.
37347
37348 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37349
37350commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
37351Author: Bartlomiej Sieka <tur@semihalf.com>
37352Date: Tue Sep 4 17:31:22 2007 +0200
37353
37354 Fix do_bootm_linux() so that multi-file images with FDT blob boot.
37355
37356 Fix incorrect blob address calculation in do_bootm_linux() that prevents
37357 booting the kernel from a multi-file image (kernel + initrd + blob).
37358
37359 Also, make minor updates to the U-Boot's output and to the coding style.
37360
37361 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
37362
37363commit 041a2554ad619e80dce520c1a33210affcb6a3f2
37364Author: Gary Jennejohn <gary.jennejohn@freenet.de>
37365Date: Fri Aug 31 14:29:04 2007 +0200
37366
37367 Add support for Sil680 IDE controller.
37368
37369 o add drivers/sil680.c to support the Sil680 IDE-controller.
37370 o drivers/Makefile: add sil680.o.
37371
37372 Signed-off-by: Gary Jennejohn <garyj@denx.de>
37373
37374commit e79021223bc339df655e360645a52c457a74b067
37375Author: Grant Likely <grant.likely@secretlab.ca>
37376Date: Thu Sep 6 09:47:40 2007 -0600
37377
37378 bootm/fdt: Only process the fdt if an fdt address was provided
37379
37380 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
37381 kernels using the board info structure (instead of passing a device tree)
37382 This change allows the old style booting to be used if the fdt argument
37383 was not passed to 'bootm'.
37384
37385 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37386 Acked-by: Kim Phillips <kim.phillips@freescale.com>
37387
37388commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
37389Author: Grant Likely <grant.likely@secretlab.ca>
37390Date: Thu Sep 6 09:46:23 2007 -0600
37391
37392 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
37393
37394 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
37395
37396 Tested on: lite5200b
37397
37398 Note: the fixup functions have not been moved to a common place. This
37399 patch is targeted for immediate merging as in solves a build issue, but
37400 the final name/location of the fixups is still subject to debate. I
37401 propose to merge this now, and move the fixups in the next merge window
37402 to be usable by all targets.
37403
37404 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37405
37406commit 41bb76e941929f54a73206fb132f7a4c275543a3
37407Author: Grant Likely <grant.likely@secretlab.ca>
37408Date: Thu Sep 6 09:46:17 2007 -0600
37409
37410 libfdt: add convenience function fdt_find_and_setprop()
37411
37412 Given the path to a node, fdt_find_and_setprop() allows a property value
37413 to be set directly.
37414
37415 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37416
Wolfgang Denkebc15912007-10-13 21:15:39 +020037417commit 80767a6cead9990d9e77e62be947843c2c72f469
37418Author: Peter Pearse <peter.pearse@arm.com>
37419Date: Wed Sep 5 16:04:41 2007 +0100
37420
37421 Changed API name to coloured_led.h
37422 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
37423 Tidied other cpu/arm920t/start.S code
37424
Wolfgang Denk4207b182007-09-07 01:21:25 +020037425commit 56a9270521baaa00e12639a978302a67f61ef060
37426Author: Kumar Gala <galak@kernel.crashing.org>
37427Date: Thu Aug 30 16:18:18 2007 -0500
37428
37429 Fix ULI RTC support on MPC8544 DS
37430
37431 The RTC on the M1575 ULI chipset requires a dummy read before
37432 we are able to talk to the RTC. We accomplish this by adding a
37433 second memory region to the PHB the ULI is on and read from it.
37434
37435 The second region is added to maintain compatiabilty with Linux's
37436 view of the PCI memory map.
37437
37438 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
37439
37440commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
37441Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37442Date: Thu Aug 30 01:58:48 2007 -0500
37443
37444 ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
37445
37446 pcie is now differentiated from pci. Add 8641 bus-range updates.
37447
37448 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37449
Wolfgang Denkebc15912007-10-13 21:15:39 +020037450commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
37451Author: Peter Pearse <peter.pearse@arm.com>
37452Date: Tue Sep 4 16:18:38 2007 +0100
37453
37454 Add coloured led interface for ARM boards.
37455 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
37456
37457commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
37458Author: Peter Pearse <peter.pearse@arm.com>
37459Date: Tue Sep 4 14:49:28 2007 +0100
37460
37461 Move include/led.h to board/at91rm9200dk
37462
37463commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
37464Author: Peter Pearse <peter.pearse@arm.com>
37465Date: Tue Sep 4 14:25:51 2007 +0100
37466
37467 Ran Lindent on drivers/at45.c
37468
37469commit 557ab89d294f08dd532f21d19861b40093200a33
37470Author: Peter Pearse <peter.pearse@arm.com>
37471Date: Tue Sep 4 14:23:50 2007 +0100
37472
37473 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
37474
Wolfgang Denk4207b182007-09-07 01:21:25 +020037475commit 81b73dec16fd1227369a191e725e10044a9d56b8
37476Author: Gary Jennejohn <garyj@denx.de>
37477Date: Fri Aug 31 15:21:46 2007 +0200
37478
37479 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
37480
37481 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
37482 set to non-zero, because it doesn't support MRM (memory-read-
37483 multiple) correctly. We now added the possibility to configure
37484 this register in the board config file, so that the default value
37485 of 8 can be overridden.
37486
37487 Here the details of this patch:
37488
37489 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
37490 board-specific settings. As an example the sequoia board requires 0.
37491 Idea from Stefan Roese <sr@denx.de>.
37492 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
37493 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
37494 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
37495 CFG_PCI_CACHE_LINE_SIZE to 0.
37496
37497 Signed-off-by: Gary Jennejohn <garyj@denx.de>
37498 Signed-off-by: Stefan Roese <sr@denx.de>
37499
37500commit 60174746c668b309378a91488dded898e9553eae
37501Author: Wolfgang Denk <wd@denx.de>
37502Date: Fri Aug 31 10:01:51 2007 +0200
37503
37504 Fix TFTP OACK code for short packets.
37505
37506 The old code had a loop limit overflow bug which caused a semi-
37507 infinite loop for small packets, because in "i<len-8", "i" was signed,
37508 but "len" was unsigned, and "len-8" became a huge number for small
37509 values of "len".
37510
37511 This is a workaround which replaces broken commit 8f1bc284.
37512
37513 Signed-off-by: Wolfgang Denk <wd@denx.de>
37514
Wolfgang Denkca722d52007-10-14 00:13:19 +020037515commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
37516Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37517Date: Thu Aug 30 15:03:05 2007 +0200
37518
37519 Reduce BOOTDELAY variable to 1 second by default for STK1002
37520
37521 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37522 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37523
37524commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
37525Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37526Date: Thu Aug 30 15:03:04 2007 +0200
37527
37528 Remove double quotation marks around MAC address for STK1002
37529
37530 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
37531 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37532
Wolfgang Denk4207b182007-09-07 01:21:25 +020037533commit ff13ac8c7bbebb238e339592de765c546dba1073
37534Author: Wolfgang Denk <wd@denx.de>
37535Date: Thu Aug 30 14:42:15 2007 +0200
37536
37537 Backout commit 8f1bc284 as it causes TFTP to fail.
37538
37539 Signed-off-by: Wolfgang Denk <wd@denx.de>
37540
37541commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
37542Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37543Date: Thu Aug 30 02:26:17 2007 -0500
37544
37545 Revert "Fix MPC8544DS PCIe3 scsi."
37546
37547 This reverts commit 9468e680.
37548 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
37549
37550 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37551
37552commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
37553Author: Grant Likely <grant.likely@secretlab.ca>
37554Date: Wed Aug 29 18:26:24 2007 -0600
37555
37556 tftp: don't implicity trust the format of recevied packets
37557
37558 The TFTP OACK code trusts that the incoming packet is formated as
37559 ASCII text and can be processed by string functions. It also has a
37560 loop limit overflow bug where if the packet length is less than 8, it
37561 ends up looping over *all* of memory to find the 'blksize' string.
37562
37563 This patch solves the problem by forcing the packet to be null
37564 terminated and using strstr() to search for the sub string.
37565
37566 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
37567
Wolfgang Denkebc15912007-10-13 21:15:39 +020037568commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
37569Author: Stefan Roese <sr@denx.de>
37570Date: Wed Aug 29 16:31:18 2007 +0200
37571
37572 ppc4xx: Change lwmon5 default environment to support Linux RTC
37573
37574 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
37575 to supply the RTC I2C address as bootline parameter. This patch
37576 adds support for this rtc probing parameter to the bootargs:
37577
37578 "rtc-pcf8563.probe=0,0x51"
37579
37580 Signed-off-by: Stefan Roese <sr@denx.de>
37581
Wolfgang Denk4207b182007-09-07 01:21:25 +020037582commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
37583Author: Kim Phillips <kim.phillips@freescale.com>
37584Date: Wed Aug 29 09:06:05 2007 -0500
37585
37586 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
37587
37588 this had slipped through the cracks, since the sbc board was added
37589 after I wrote the original patch to remove all these symbols, and
37590 before it was merged.
37591
37592 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37593
37594commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
37595Author: Wolfgang Denk <wd@denx.de>
37596Date: Wed Aug 29 14:05:30 2007 +0200
37597
37598 Add mii_init() prototype
37599
37600 to get rid of a *lot* of compiler warnings.
37601
37602 Signed-off-by: Wolfgang Denk <wd@denx.de>
37603
37604commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
37605Author: Wolfgang Denk <wd@denx.de>
37606Date: Wed Aug 29 13:35:03 2007 +0200
37607
37608 Disable network support on cmi_mpc5xx board
37609
37610 ..because it caused compiler errors and there seems to be no
37611 board maintainer to take care of this.
37612
37613 Signed-off-by: Wolfgang Denk <wd@denx.de>
37614
37615commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
37616Author: Kumar Gala <galak@kernel.crashing.org>
37617Date: Mon Aug 20 09:44:00 2007 -0500
37618
37619 Fix MPC8544DS PCIe3 scsi.
37620
37621 <ed.swarthout@freescale.com>
37622
37623 The problem is pciauto_setup_device() getting called from fsl_pci_init.c
37624 is allocating memory space it doesn't need.
37625
37626 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
37627 Signed-off-by: Andy Fleming <afleming@freescale.com>
37628
37629commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
37630Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37631Date: Tue Aug 21 09:38:59 2007 -0500
37632
37633 8548cds fixes
37634
37635 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
37636 correct consoledev needed for linux boot.
37637 Standardize on fdt{file,addr} var to hold dtb file name.
37638
37639 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
37640
37641 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
37642
37643commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
37644Author: Haiying Wang <Haiying.Wang@freescale.com>
37645Date: Thu Aug 23 15:20:54 2007 -0400
37646
37647 Enable L2 cache for MPC8568MDS board
37648
37649 The L2 cache size is 512KB for 8568, print out the correct informaiton.
37650
37651 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
37652
37653commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
37654Author: Jason Jin <Jason.jin@freescale.com>
37655Date: Wed Aug 22 17:54:49 2007 +0800
37656
37657 Remove the bios emulator binary files from MAI board
37658
37659 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
37660
37661commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
37662Author: Kim Phillips <kim.phillips@freescale.com>
37663Date: Tue Aug 21 17:00:17 2007 -0500
37664
37665 support board vendor-common makefiles
37666
37667 if a board/$(VENDOR)/common/Makefile exists, build it.
37668
37669 also add the first such case, board/freescale/common/Makefile, to
37670 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
37671 dictated by board configuration.
37672
37673 thusly get rid of alternate build dir errors such as:
37674
37675 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
37676
37677 by putting the common/ mkdir command in its proper place (the common
37678 Makefile). Common bits from existing individual board Makefiles have
37679 been removed.
37680
37681 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37682
37683commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
37684Author: stefano babic <sbabic@denx.de>
37685Date: Tue Aug 21 15:52:33 2007 +0200
37686
37687 Fix: TFTP is not working on little endian systems
37688
37689 TFTP does not work anymore after multicast tftp
37690 patch was applied on little endian systems.
37691 This patch fix it.
37692
37693 Signed-off-by: Stefano Babic <sbabic@denx.de>
37694
37695commit 5f470948570526e9186f053a3003da7719604e90
37696Author: stefano babic <sbabic@denx.de>
37697Date: Tue Aug 21 15:50:33 2007 +0200
37698
37699 Fix MAC address setting in DM9000 driver.
37700
37701 The logic to check if there is a correct MAC address in the DM9000
37702 EEPROM, added in the last patch, is wrong. Now the MAC address is
37703 always taken from the environment, even if a suitable MAC is present
37704 in the EEPROM.
37705
37706 Signed-off-by: Stefano Babic <sbabic@denx.de>
37707
37708commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
37709Author: Martin Krause <martin.krause@tqs.de>
37710Date: Tue Aug 21 12:40:34 2007 +0200
37711
37712 MPC5xxx: fix some compiler warnings in USB code
37713
37714 Fix the following warnings:
37715 - usb.c:xx: warning: function declaration isn't a prototype
37716 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
37717 from pointer wihtout a cast
37718
37719 Signed-off-by: Martin Krause <martin.krase@tqs.de>
37720
37721commit 16e23c3f5dab6937f5109365416808c7f15c122b
37722Author: Ed Swarthout <Ed.Swarthout@freescale.com>
37723Date: Mon Aug 20 23:55:33 2007 -0500
37724
37725 fsl_pci_init - Remove self PCSRBAR allocation
37726
37727 CPU physical address space was being wasted by allocating a
37728 PCSRBAR PCI inbound region to it's memory space.
37729
37730 As a rule, PCSRBAR should be left alone since it does not affect
37731 transactions from self and other masters may have changed it.
37732
37733 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
37734
37735commit 0e700ce03a23bb1921149bc77008ace7103d5289
37736Author: Martin Krause <martin.krause@tqs.de>
37737Date: Mon Aug 20 13:56:47 2007 +0200
37738
37739 Fix compiler warning in include/s3c2410.h
37740
37741 This patch fixes the "type qualifiers ignored on fuction return tpye"
37742 warning for include/s3c2410.h
37743
37744 Signed-off-by: Martin Krause <martin.krause@tqs.de>
37745
37746commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
37747Author: Dirk Behme <dirk.behme@googlemail.com>
37748Date: Mon Aug 20 07:09:05 2007 +0200
37749
37750 Fix compilation error for omap2420h4_config.
37751
37752 omap2420h4 switched to cfi, so remove old (already disabled) flash.c
37753 and flash_probe() calls in env_flash.c.
37754
37755 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
37756
37757commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
37758Author: Kim Phillips <kim.phillips@freescale.com>
37759Date: Fri Aug 10 14:34:14 2007 -0500
37760
37761 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
37762
37763 and make some minor corrections to the FDT part of the README.
37764
37765 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37766
37767commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
37768Author: Wolfgang Denk <wd@denx.de>
37769Date: Wed Aug 29 01:32:05 2007 +0200
37770
37771 Minor coding style cleanup.
37772
37773 Signed-off-by: Wolfgang Denk <wd@denx.de>
37774
37775commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
37776Author: Heiko Schocher <hs@pollux.denx.de>
37777Date: Tue Aug 28 17:40:33 2007 +0200
37778
37779 [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
37780
37781 Signed-off-by: Heiko Schocher <hs@denx.de>
37782
37783commit f98984cb194bb34dbe1db9429d3b51133af30d07
37784Author: Heiko Schocher <hs@pollux.denx.de>
37785Date: Tue Aug 28 17:39:14 2007 +0200
37786
37787 IDE: - make ide_inb () and ide_outb () "weak", so boards can
37788 define there own I/O functions.
37789 (Needed for the pcs440ep board).
37790 - The default I/O Functions are again 8 Bit accesses.
37791 - Added CONFIG_CMD_IDE for the pcs440ep Board.
37792
37793 Signed-off-by: Heiko Schocher <hs@denx.de>
37794
Wolfgang Denkca722d52007-10-14 00:13:19 +020037795commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
37796Author: Semih Hazar <semih.hazar@indefia.com>
37797Date: Mon Aug 20 19:00:01 2007 +0300
37798
37799 AVR32: Change prototype of memset
37800
37801 Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
37802 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
37803
Wolfgang Denk4207b182007-09-07 01:21:25 +020037804commit 9c02defc29b57945b600714cf61ddfd02b02fb14
37805Author: Yuri Tikhonov <yur@emcraft.com>
37806Date: Sat Aug 25 05:07:16 2007 +0200
37807
37808 POST: limit memory test area to not touch global data anymore
37809
37810 As experienced on lwmon5, on some boards the POST memory test can
37811 corrupt the global data buffer (bd). This patch fixes this issue
37812 by checking and limiting this area.
37813
37814 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
37815 Signed-off-by: Stefan Roese <sr@denx.de>
37816
37817commit 75e1a84d483e36be10e206e539b028c4889e1158
37818Author: Stefan Roese <sr@denx.de>
37819Date: Fri Aug 24 15:41:42 2007 +0200
37820
37821 ppc4xx: Add RTC POST test to lwmon5 board configuration
37822
37823 Since this RTC POST test is taking quite a while to complete
37824 it's only initiated upon special keypress same as the complete
37825 memory POST.
37826
37827 Signed-off-by: Stefan Roese <sr@denx.de>
37828
37829commit d7bfa620037a6d2210159387571bdf93aa32c162
37830Author: Stefan Roese <sr@denx.de>
37831Date: Fri Aug 24 15:19:10 2007 +0200
37832
37833 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
37834
37835 Signed-off-by: Stefan Roese <sr@denx.de>
37836
37837commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
37838Author: Stefan Roese <sr@denx.de>
37839Date: Thu Aug 23 11:02:37 2007 +0200
37840
37841 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
37842
37843 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
37844 board. Now the "eeprom" command can be used to read/write from/to this
37845 device. Additionally a new command was added "eepromwp" to en-/disable
37846 the write-protect of this 2nd EEPROM.
37847
37848 The 1st EEPROM is not affected by this write-protect command.
37849
37850 Signed-off-by: Stefan Roese <sr@denx.de>
37851
37852commit c64fb30e4c5976007d56fc1789c7a0666082b536
37853Author: Stefan Roese <sr@denx.de>
37854Date: Wed Aug 22 08:56:09 2007 +0200
37855
37856 ppc4xx: Remove unused option CFG_INIT_RAM_OCM
37857
37858 Signed-off-by: Stefan Roese <sr@denx.de>
37859
37860commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
37861Author: Stefan Roese <sr@denx.de>
37862Date: Tue Aug 21 16:27:57 2007 +0200
37863
37864 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
37865
37866 This patch adds support for the matrix keyboard on the lwmon5 board.
37867 Since the implementation in the dsPCI is kind of compatible with the
37868 "old" lwmon board, most of the code is copied from the lwmon
37869 board directory.
37870
37871 Signed-off-by: Stefan Roese <sr@denx.de>
37872
37873commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
37874Author: Wolfgang Denk <wd@denx.de>
37875Date: Sun Aug 19 10:27:34 2007 +0200
37876
37877 Fix some build errors.
37878
37879 Signed-off-by: Wolfgang Denk <wd@denx.de>
37880
37881commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
37882Author: Wolfgang Denk <wd@denx.de>
37883Date: Sat Aug 18 22:00:38 2007 +0200
37884
37885 Update CHANGELOG.
37886
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020037887commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
37888Author: Kim Phillips <kim.phillips@freescale.com>
37889Date: Thu Aug 16 22:52:39 2007 -0500
37890
37891 lib_ppc: make board_add_ram_info weak
37892
37893 platforms wishing to display RAM diagnostics in addition to size,
37894 can do so, on one line, in their own board_add_ram_info()
37895 implementation.
37896
37897 this consequently eliminates CONFIG_ADD_RAM_INFO.
37898
37899 Thanks to Stefan for the hint.
37900
37901 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37902
37903commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
37904Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37905Date: Fri Aug 17 12:43:44 2007 +0900
37906
37907 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
37908
37909 This patch has been sent on:
37910 - 6 Jun 2007
37911
37912 Many users of PCI config read routines tend to ignore the function
37913 ret value, and are only concerned about the contents of *val. Based
37914 on this, pci_hose_read_config_{byte,word}_via_dword should initialize
37915 the *val on dword read error.
37916
37917 Without this fix, for example, we'll go on scanning bus with vendor or
37918 header_type uninitialized. This brings many unnecessary config trials.
37919
37920 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
37921
37922commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
37923Author: Stefan Roese <sr@denx.de>
37924Date: Sat Aug 18 14:37:52 2007 +0200
37925
37926 ColdFire: Fix some remaining problems with CFG_CMD_
37927
37928 Signed-off-by: Stefan Roese <sr@denx.de>
37929
37930commit 8280f6a1c43247616b68224675188e5ccd124650
37931Author: Stefan Roese <sr@denx.de>
37932Date: Sat Aug 18 14:33:02 2007 +0200
37933
37934 Coding style cleanup
37935
37936 Signed-off-by: Stefan Roese <sr@denx.de>
37937
37938commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
37939Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37940Date: Thu Aug 16 19:23:50 2007 -0500
37941
37942 ColdFire: Add M5235EVB Platform for MCF523x
37943
37944 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
37945
37946commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
37947Author: Kim Phillips <kim.phillips@freescale.com>
37948Date: Fri Aug 17 09:30:00 2007 -0500
37949
37950 mpc83xx: fix typo in DDR2 programming
37951
37952 introduced in the implement board_add_ram_info patch as I was cleaning out the
37953 magic numbers. sorry.
37954
37955 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37956
37957commit e58fe95784d2514fc9c21028dc59f2b319a35d80
37958Author: Kim Phillips <kim.phillips@freescale.com>
37959Date: Thu Aug 16 22:53:09 2007 -0500
37960
37961 mpc83xx: move freescale boards to boards/freescale
37962
37963 includes build fixes.
37964
37965 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37966
37967commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
37968Author: Kim Phillips <kim.phillips@freescale.com>
37969Date: Thu Aug 16 22:52:59 2007 -0500
37970
37971 mpc83xx: suppress unused variable 'val8' warning
37972
37973 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37974
37975commit bbea46f76f767b919070b4829bf34c86bd223248
37976Author: Kim Phillips <kim.phillips@freescale.com>
37977Date: Thu Aug 16 22:52:48 2007 -0500
37978
37979 mpc83xx: implement board_add_ram_info
37980
37981 add board_add_ram_info, to make memory diagnostic output more
37982 consistent. u-boot banner output now looks like:
37983
37984 DRAM: 256 MB (DDR1, 64-bit, ECC on)
37985
37986 and for boards with SDRAM on the local bus, a line such as this is
37987 added:
37988
37989 SDRAM: 64 MB (local bus)
37990
37991 also replaced some magic numbers with their equivalent define names.
37992
37993 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
37994
37995commit 14778585d1389d86d5846efec29e5fce892680ce
37996Author: Tony Li <tony.li@freescale.com>
37997Date: Fri Aug 17 10:35:59 2007 +0800
37998
37999 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
38000
38001 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
38002 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
38003
38004 Signed-off-by Tony Li <tony.li@freescale.com>
38005
38006commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
38007Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38008Date: Thu Aug 16 15:05:11 2007 -0500
38009
38010 ColdFire: Add M54455EVB for MCF5445x
38011
38012 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38013
38014commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
38015Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38016Date: Thu Aug 16 13:20:50 2007 -0500
38017
38018 ColdFire: Add M5253EVBE platform for MCF52x2
38019
38020 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38021
38022commit a605aacd8324094199402816cc6d9124aba57b8d
38023Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38024Date: Thu Aug 16 05:04:31 2007 -0500
38025
38026 ColdFire: Add M5249EVB platform for MCF52x2
38027
38028 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38029
38030commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
38031Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38032Date: Wed Aug 15 20:32:06 2007 -0500
38033
38034 ColdFire: Update Freescale MCF52x2 platforms
38035
38036 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38037
38038commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
38039Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38040Date: Wed Aug 15 19:55:10 2007 -0500
38041
38042 ColdFire: Update EB+MCF-EV123 platform
38043
38044 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38045
38046commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
38047Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38048Date: Wed Aug 15 19:46:38 2007 -0500
38049
38050 ColdFire: update TASREG platform for MCF52x2
38051
38052 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38053
38054commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
38055Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38056Date: Wed Aug 15 19:45:51 2007 -0500
38057
38058 ColdFire: update r5200 platform for MCF52x2
38059
38060 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38061
38062commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
38063Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38064Date: Wed Aug 15 19:43:20 2007 -0500
38065
38066 ColdFire: idmr platform MCF52x2 update
38067
38068 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38069
38070commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
38071Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38072Date: Wed Aug 15 19:41:06 2007 -0500
38073
38074 ColdFire: cobra5272 platform for MCF52x2 update
38075
38076 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38077
38078commit 56115665b4a64c10c01440c57749b265e0908fa4
38079Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38080Date: Wed Aug 15 19:38:15 2007 -0500
38081
38082 ColdFire: MCF52x2 Header files update
38083
38084 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38085
38086commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
38087Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38088Date: Wed Aug 15 19:21:21 2007 -0500
38089
38090 ColdFire: MCF52x2 update
38091
38092 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38093
38094commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
38095Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38096Date: Wed Aug 15 18:46:11 2007 -0500
38097
38098 ColdFire: MCF5329 update cache
38099
38100 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38101
38102commit 7171977fb8fd77cfb6676953fa9a05789c450513
38103Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38104Date: Wed Aug 15 15:40:20 2007 -0500
38105
38106 ColdFire: MCF5329 header file clean up
38107
38108 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38109
38110commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
38111Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38112Date: Wed Aug 15 15:39:17 2007 -0500
38113
38114 ColdFire: MCF5329 Update and cleanup
38115
38116 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
38117
38118commit 10327dc5541f947c0cf7e31fef86c4706169607a
38119Author: Andy Fleming <afleming@freescale.com>
38120Date: Thu Aug 16 16:35:02 2007 -0500
38121
38122 Add CONFIG_HAS_ETH0 to all boards with TSEC
38123
38124 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
38125 to update TSEC1's device-tree node, so we need to add it
38126 to all the boards with TSECs. Do this for 83xx and 86xx, too,
38127 since they will eventually do something similar.
38128
38129 Signed-off-by: Andy Fleming <afleming@freescale.com>
38130
38131commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
38132Author: Kumar Gala <galak@kernel.crashing.org>
38133Date: Thu Aug 16 15:05:04 2007 -0500
38134
38135 Update MPC8544 DS PCI memory map
38136
38137 The PCIe bus that the ULI M1575 is connected to has no possible way of
38138 needing more than the fixed amount of IO & Memory space needed by the ULI.
38139
38140 So make it use far less IO & memory space and have it use the shared LAW. This
38141 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed
38142 by each bus.
38143
38144 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38145
38146commit ea5877e31ed63ade948fd1293895ec23fe01472e
38147Author: Kumar Gala <galak@kernel.crashing.org>
38148Date: Thu Aug 16 11:01:21 2007 -0500
38149
38150 Fix up some fdt issues on 8544DS
38151
38152 It looks like we had a merge issue that duplicated a bit of code
38153 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get
38154 the MAC address properly set in the device tree on boot for TSEC1
38155
38156 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38157
38158commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
38159Author: Niklaus Giger <niklaus.giger@netstal.com>
38160Date: Thu Aug 16 15:16:03 2007 +0200
38161
38162 PPC4xx:HCU4/5 cleanup
38163
38164 Minor cleanups to confirm to the u-boot coding style.
38165 Some german expressions -> english.
38166 HCU5 enforces a unique IP adress for a given slot in the rack.
38167
38168 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38169
38170commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
38171Author: Niklaus Giger <niklaus.giger@netstal.com>
38172Date: Thu Aug 16 15:16:02 2007 +0200
38173
38174 PPC4xx:HCU4/5 cleanup ecc/sdram init
38175
38176 Make ecc initialisation robust, as DDR2-ECC errors may be generated
38177 while zeroing the RAM.
38178
38179 Return 16 bytes (a cacheline) less than the available memory, as the
38180 board and/or PPC440EPx might have problems accessing the last bytes.
38181
38182 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38183
38184commit d35b508a55508535b6e8445b718585d27df733d3
38185Author: Kim Phillips <kim.phillips@freescale.com>
38186Date: Wed Aug 15 22:29:56 2007 -0500
38187
38188 fdt: suppress unused variable 'bd' warning
38189
38190 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38191
38192commit 82bd9ee77490588d4da785d75829ca63d0176baf
38193Author: Andy Fleming <afleming@freescale.com>
38194Date: Wed Aug 15 20:06:50 2007 -0500
38195
38196 Fix warnings from of_data copy fix
38197
38198 Forgot to cast of_flat_tree to ulong.
38199
38200 Signed-off-by: Andy Fleming <afleming@freescale.com>
38201
38202commit 7613afda77d5eec0f47d303025b0c661b70e4c73
38203Author: Andy Fleming <afleming@freescale.com>
38204Date: Wed Aug 15 20:03:44 2007 -0500
38205
38206 Don't wait for disconnected TSECs
38207
38208 The TSEC driver's PHY code waits a long time for autonegotiation to
38209 complete, even if the link is down. The PHY knows the link is
38210 down or up before autonegotiation completes, so we can short-circuit
38211 the process if the link is down.
38212
38213 Signed-off-by: Andy Fleming <afleming@freescale.com>
38214
38215commit b96c83d4ae475a70ef2635cd0e748174c44c8601
38216Author: Andy Fleming <afleming@freescale.com>
38217Date: Wed Aug 15 20:03:34 2007 -0500
38218
38219 Fix numerous bugs in the 8568 UEC support
38220
38221 Actually, fixed a large bug in the UEC for *all* platforms.
38222 How did this ever work?
38223
38224 uec_init() did not follow the spec for eth_init(), and returned
38225 0 on success. Switch it to return the link like tsec_init()
38226 (and 0 on error)
38227
38228 The immap for the 8568 was defined based on MPC8568, rather than
38229 CONFIG_MPC8568
38230
38231 CONFIG_QE was off
38232
38233 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0"
38234
38235 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
38236 enabled
38237
38238 Signed-off-by: Andy Fleming <afleming@freescale.com>
38239
38240commit 3a79013e2adda53332dfd0b511066a805e929a9d
38241Author: Andy Fleming <afleming@freescale.com>
38242Date: Wed Aug 15 20:03:25 2007 -0500
38243
38244 Define tsec flag values in config files
38245
38246 The tsec_info structure and array has a "flags" field for each
38247 ethernet controller. This field is the only reason there are
38248 settings. Switch to defining TSECn_FLAGS for each controller
38249 in the config header, and we can greatly simplify the array, and
38250 also simplify the addition of future boards.
38251
38252 Signed-off-by: Andy Fleming <afleming@freescale.com>
38253
38254commit ec7238229507e7f47533a611ea8c53319d234cf3
38255Author: Andy Fleming <afleming@freescale.com>
38256Date: Wed Aug 15 20:03:13 2007 -0500
38257
38258 Add support for building all boards with a TSEC
38259
38260 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
38261 Now we can do a MAKEALL test on all of them!
38262
38263 Signed-off-by: Andy Fleming <afleming@freescale.com>
38264
38265commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
38266Author: Andy Fleming <afleming@freescale.com>
38267Date: Wed Aug 15 17:30:56 2007 -0500
38268
38269 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
38270
38271 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
38272 neglected to *also* put the code inside the similar #ifdef
38273 for CONFIG_OF_FLAT_TREE.
38274
38275 Signed-off-by: Andy Fleming <afleming@freescale.com>
38276
38277commit 78f9fef7f406078c8bf7191e665a73f795157746
38278Author: Scott Wood <scottwood@freescale.com>
38279Date: Wed Aug 15 15:46:46 2007 -0500
38280
38281 mpc885ads: Don't define CONFIG_BZIP2.
38282
38283 bzip2 requires a significant chunk of malloc space, and there isn't
38284 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
38285 and a downloaded image at 0x400000.
38286
38287 Signed-off-by: Scott Wood <scottwood@freescale.com>
38288
38289commit 002275a3ed8b114885f6702d6d544d0780dfe689
38290Author: Michal Simek <Monstr@seznam.cz>
38291Date: Thu Aug 16 08:54:10 2007 +0200
38292
38293 Bios emulator - fix microblaze toolchain problem
38294
38295 microblaze CPU have problem with bios_emulator code.
38296 Microblaze toolchain doesn't support PRAGMA PACK.
38297
38298 Signed-off-by: Michal Simek <monstr@monstr.eu>
38299
38300commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
38301Author: Wolfgang Denk <wd@denx.de>
38302Date: Thu Aug 16 11:51:04 2007 +0200
38303
38304 Minor Coding Style fix; Update CHANGELOG file.
38305
38306 Signed-off-by: Wolfgang Denk <wd@denx.de>
38307
38308commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
38309Author: Stefan Roese <sr@denx.de>
38310Date: Thu Aug 16 11:21:49 2007 +0200
38311
38312 ppc4xx: Remove #warning in esd auto_update.c
38313
38314 Signed-off-by: Stefan Roese <sr@denx.de>
38315
Wolfgang Denke5522fc2007-08-16 11:51:04 +020038316commit 2d78074d2e806edc380c1464eb9e5df335ece65e
38317Author: Stefan Roese <sr@denx.de>
38318Date: Fri Jun 22 17:32:28 2007 +0200
38319
38320 ppc7xx: Update CPCI750 board
38321
38322 This small CPCI750 update extends the board specific command
38323 "show_config" to display the Marvell strapping registers and
38324 extends the PCI IDE controller.
38325
38326 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
38327 Signed-off-by: Stefan Roese <sr@denx.de>
38328
Wolfgang Denkca722d52007-10-14 00:13:19 +020038329commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
38330Author: Michal Simek <monstr@monstr.eu>
38331Date: Thu Aug 16 10:46:28 2007 +0200
38332
38333 [FIX] Changes for bios_emulator code for others architecture
38334
38335commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
38336Author: Michal Simek <monstr@monstr.eu>
38337Date: Thu Aug 16 10:45:09 2007 +0200
38338
38339 [FIX] Remove unused include file
38340
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020038341commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
38342Author: Stefan Roese <sr@denx.de>
38343Date: Thu Aug 16 10:18:33 2007 +0200
38344
38345 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
38346
38347 Signed-off-by: Stefan Roese <sr@denx.de>
38348
38349commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
38350Author: Stefan Roese <sr@denx.de>
38351Date: Thu Aug 16 09:54:51 2007 +0200
38352
38353 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
38354
38355 Signed-off-by: Stefan Roese <sr@denx.de>
38356
38357commit 02ba7022f62bb75908296c58c63866e1d294b69a
38358Author: Stefan Roese <sr@denx.de>
38359Date: Thu Aug 16 09:52:29 2007 +0200
38360
38361 ppc4xx: Update Sequoia/Rainier bootstrap command
38362
38363 As suggested by David Mitchell, here an update for the Sequoia/Rainier
38364 bootstrap command.
38365
38366 Signed-off-by: Stefan Roese <sr@denx.de>
38367
38368commit 35cc4e4823668e8745854899cfaedd4489beb0ef
38369Author: Kim Phillips <kim.phillips@freescale.com>
38370Date: Wed Aug 15 22:30:39 2007 -0500
38371
38372 mpc83xx: enable libfdt by default on freescale boards
38373
38374 this enables libfdt code by default for the
38375 freescale mpc8313erdb, mpc832xemds, mpc8349emds,
38376 mpc8349itx and gp boards.
38377
38378 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38379
38380commit 3fde9e8b22cfbd7af489214758f9839a206576cb
38381Author: Kim Phillips <kim.phillips@freescale.com>
38382Date: Wed Aug 15 22:30:33 2007 -0500
38383
38384 mpc83xx: migrate remaining freescale boards to libfdt
38385
38386 this adds libfdt support code for the freescale
38387 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
38388 and gp boards.
38389
38390 Boards remain compatible with OF_FLAT_TREE.
38391
38392 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38393
38394commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
38395Author: Kim Phillips <kim.phillips@freescale.com>
38396Date: Wed Aug 15 22:30:26 2007 -0500
38397
38398 mpc83xx: move common /memory node update mechanism to cpu.c
38399
38400 also adds common prototypes to include/common.h.
38401
38402 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38403
38404commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
38405Author: Kim Phillips <kim.phillips@freescale.com>
38406Date: Wed Aug 15 22:30:19 2007 -0500
38407
38408 mpc83xx: remaining 8360 libfdt fixes
38409
38410 PCI clocks and QE frequencies weren't being updated, and the core clock
38411 was being updated incorrectly. This patch also adds a /memory node if
38412 it doesn't already exist prior to update.
38413
38414 plus some cosmetic trimming to single line comments.
38415
38416 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38417
38418commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
38419Author: Kim Phillips <kim.phillips@freescale.com>
38420Date: Wed Aug 15 22:30:12 2007 -0500
38421
38422 mpc83xx: fix UEC2->1 typo in libfdt setup code
38423
38424 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38425
38426commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
38427Author: Kim Phillips <kim.phillips@freescale.com>
38428Date: Wed Aug 15 22:30:05 2007 -0500
38429
38430 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
38431
38432 and reorder the existing 83xx maintainers alpha.
38433
38434 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
38435
Wolfgang Denkca722d52007-10-14 00:13:19 +020038436commit 5b4de9309d7a03aa1db2e5391ab696363391f460
38437Author: Michal Simek <monstr@monstr.eu>
38438Date: Wed Aug 15 21:15:05 2007 +0200
38439
38440 [FIX] Resolve problem with warnings
38441 microblaze toolchain don't support PRAGMA PACK.
38442
38443commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
38444Author: Michal Simek <monstr@monstr.eu>
38445Date: Wed Aug 15 21:05:07 2007 +0200
38446
38447 [FIX] Correction command setting for Microblaze boards
38448
38449commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
38450Author: Michal Simek <monstr@monstr.eu>
38451Date: Wed Aug 15 21:03:41 2007 +0200
38452
38453 [FIX] Correction command definition
38454
Wolfgang Denke5522fc2007-08-16 11:51:04 +020038455commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
38456Author: Jon Loeliger <jdl@freescale.com>
38457Date: Wed Aug 15 11:55:35 2007 -0500
38458
38459 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
38460
38461 Remove a leftover in net/tftp.c while we're at it.
38462
38463 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38464
38465commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
38466Author: Jon Loeliger <jdl@freescale.com>
38467Date: Wed Aug 15 12:20:40 2007 -0500
38468
38469 Move the MPC8641HPCN board under board/freescale.
38470
38471 Minor path corrections needed to ensure buildability.
38472
38473 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38474
38475commit 8662577fe36fdb6a44b55b998d9daac6392a736a
38476Author: Jon Loeliger <jdl@freescale.com>
38477Date: Wed Aug 15 11:46:22 2007 -0500
38478
38479 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
38480
38481 Remove a leftover in net/tftp.c while we're at it.
38482
38483 Signed-off-by: Jon Loeliger <jdl@freescale.com>
38484
38485commit 210f463c71917b7a4495c2103c228b9c179ae64d
38486Author: Jerry Van Baren <gvb.uboot@gmail.com>
38487Date: Wed Aug 15 11:13:15 2007 -0400
38488
38489 Fix where the #ifdef CFG_BOOTMAPSZ is placed.
38490
38491 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
38492 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
38493 when it should have gone inside of the conditional. As a result, it
38494 broke non-LIBFDT board builds.
38495
38496 Also added a missing "not." to the comment.
38497
38498 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
38499
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020038500commit 0e19209767194a97cec6d93dba9e64d1da8d548e
38501Author: Niklaus Giger <niklaus.giger@netstal.com>
38502Date: Wed Aug 15 12:14:23 2007 +0200
38503
38504 PPC4xx:HCU4/5-Board fix compile warning
38505
38506 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
38507
Wolfgang Denke5522fc2007-08-16 11:51:04 +020038508commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
38509Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38510Date: Tue Aug 14 14:06:45 2007 -0500
38511
38512 Fix malloc size error in ahci_init_one.
38513
38514 Typically this causes scsi init to corrupt the
38515 devlist and break the coninfo command.
38516 Fix a compiler size warning.
38517
38518 Signed-off-by: Jason Jin <jason.jin@freescale.com>
38519 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38520 Acked-by: Andy Fleming <afleming@freescale.com>
38521
38522commit b361acd64fd2525c081b9b288b0804efe209c0e9
38523Author: ksi@koi8.net <ksi@koi8.net>
38524Date: Tue Aug 14 10:02:16 2007 -0700
38525
38526 TI DaVinci - fix unsupported %hhx format
38527
38528 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
38529
38530commit f01dbb5424a81453c81190dd30e945891466f621
38531Author: Wolfgang Denk <wd@denx.de>
38532Date: Tue Aug 14 18:42:36 2007 +0200
38533
38534 Coding style cleanup. Update CHANGELOG.
38535
38536 Signed-off-by: Wolfgang Denk <wd@denx.de>
38537
Wolfgang Denk0611c492007-08-14 18:42:36 +020038538commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
38539Author: Andy Fleming <afleming@freescale.com>
38540Date: Tue Aug 14 10:32:59 2007 -0500
38541
38542 Fix initrd/dtb interaction
38543
38544 The original code would wrongly relocate the blob to be right before
38545 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
38546 if it is defined. So we make two changes:
38547
38548 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
38549
38550 2) If the blob is being relocated, relocate it before kbd, not initrd
38551
38552 Signed-off-by: Andy Fleming <afleming@freescale.com>
38553
38554commit e54b970173769307a116bd34028b6d0c2eea2a4e
38555Author: Peter Pearse <peter.pearse@arm.com>
38556Date: Tue Aug 14 15:40:00 2007 +0100
38557
38558 Supply spi interface in at45.c
38559
Wolfgang Denke5522fc2007-08-16 11:51:04 +020038560commit 4ce846ec59f36b85d6644a769690ad3feb667575
38561Author: Stefan Roese <sr@denx.de>
38562Date: Tue Aug 14 15:12:01 2007 +0200
38563
38564 POST: Fix merge problem
38565
38566 Signed-off-by: Stefan Roese <sr@denx.de>
38567
38568commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
38569Author: Stefan Roese <sr@denx.de>
38570Date: Tue Aug 14 15:03:17 2007 +0200
38571
38572 Coding style cleanup
38573
38574 Signed-off-by: Stefan Roese <sr@denx.de>
38575
38576commit 779e975117a75e91fcebe226a63104dbfb924ab1
38577Author: Stefan Roese <sr@denx.de>
38578Date: Tue Aug 14 14:44:41 2007 +0200
38579
38580 ppc4xx: Add initial Zeus (PPC405EP) board support
38581
38582 Signed-off-by: Stefan Roese <sr@denx.de>
38583
38584commit c5a172a5fd636c12467429e3f7910e53773979c6
38585Author: Stefan Roese <sr@denx.de>
38586Date: Tue Aug 14 14:41:55 2007 +0200
38587
38588 POST: Add option for external ethernet loopback test
38589
38590 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
38591 is not done using an internal loopback connection, but by assuming
38592 that an external loopback connector is plugged into the board.
38593
38594 Signed-off-by: Stefan Roese <sr@denx.de>
38595
38596commit eb2b4010ae426245172988804ee8d9193fb41038
38597Author: Stefan Roese <sr@denx.de>
38598Date: Tue Aug 14 14:39:44 2007 +0200
38599
38600 POST: Add ppc405 support to cache and UART POST
38601
38602 Signed-off-by: Stefan Roese <sr@denx.de>
38603
Wolfgang Denk0611c492007-08-14 18:42:36 +020038604commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
38605Author: Peter Pearse <peter.pearse@arm.com>
38606Date: Tue Aug 14 10:46:32 2007 +0100
38607
38608 Replace lost end of at45.c.
38609
38610commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
38611Author: Peter Pearse <peter.pearse@arm.com>
38612Date: Tue Aug 14 10:30:06 2007 +0100
38613
38614 Update Makefiles for merged and split at45.c.
38615
38616commit 3454cece2db57cb9eb7087995f7e73066a163f71
38617Author: Peter Pearse <peter.pearse@arm.com>
38618Date: Tue Aug 14 10:21:06 2007 +0100
38619
38620 Delete the merged files.
38621
38622commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
38623Author: Peter Pearse <peter.pearse@arm.com>
38624Date: Tue Aug 14 10:14:05 2007 +0100
38625
38626 Add the files.
38627
38628commit d4fc6012fd0a5c211b825691f44b06f8032c0551
38629Author: Peter Pearse <peter.pearse@arm.com>
38630Date: Tue Aug 14 10:10:52 2007 +0100
38631
38632 Add MACH_TYPE records for several AT91 boards.
38633 Merge to two at45.c files into a common file, split to at45.c and spi.c
38634 Fix spelling error in DM9161 PHY Support.
38635 Initialize at91rm9200 board (and set LED).
38636 Add PIO control for at91rm9200dk LEDs and Mux.
38637 Change dataflash partition boundaries to be compatible with Linux 2.6.
38638
38639 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
38640 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
38641
38642commit 4ef35e53c693556c54b0c22d6f873de87bade253
38643Author: Wolfgang Denk <wd@denx.de>
38644Date: Tue Aug 14 09:54:46 2007 +0200
38645
38646 Coding style cleanup, update CHANGELOG
38647
38648 Signed-off-by: Wolfgang Denk <wd@denx.de>
38649
Wolfgang Denk1ae021e2007-08-14 09:54:46 +020038650commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
38651Author: Wolfgang Denk <wd@denx.de>
38652Date: Tue Aug 14 09:47:27 2007 +0200
38653
38654 Coding style cleanup; rebuild CHANGELOG
38655
38656commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
38657Author: Randy Vinson <rvinson@linuxbox.(none)>
38658Date: Tue Feb 27 19:42:22 2007 -0700
38659
38660 85xxCDS: Add make targets for legacy systems.
38661
38662 The PCI ID select values on the Arcadia main board differ depending
38663 on the version of the hardware. The standard configuration supports
38664 Rev 3.1. The legacy target supports Rev 2.x.
38665
38666 Signed-off-by Randy Vinson <rvinson@mvista.com>
38667
38668commit e41094c7e38177c755fbd9b182018069614f080d
38669Author: Andy Fleming <afleming@freescale.com>
38670Date: Tue Aug 14 01:50:09 2007 -0500
38671
38672 85xxCDS: Enable the VIA PCI-to-ISA bridge.
38673
38674 Author: Randy Vinson <rvinson@linuxbox.(none)>
38675
38676 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
38677 Arcadia main board.
38678
38679 Signed-off-by: Randy Vinson <rvinson@mvista.com>
38680 Signed-off-by: York Sun <yorksun@freescale.com>
38681
38682commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
38683Author: Andy Fleming <afleming@freescale.com>
38684Date: Tue Aug 14 00:14:25 2007 -0500
38685
38686 Add support for UEC to 8568
38687
38688 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38689 Signed-off-by: Andy Fleming <afleming@freescale.com>
38690
38691commit c59e4091ffe0148398b9e9ff14a019ea038b7432
38692Author: Haiying Wang <Haiying.Wang@freescale.com>
38693Date: Tue Jun 19 14:18:34 2007 -0400
38694
38695 Add PCI support for MPC8568MDS board
38696
38697 This patch is against u-boot-mpc85xx.git of www.denx.com
38698
38699 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38700 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
38701
38702commit d111d6382c99fdea08c2312eeeae8786945e189a
38703Author: Haiying Wang <Haiying.Wang@freescale.com>
38704Date: Tue Jun 19 14:18:32 2007 -0400
38705
38706 Empirically set cpo and clk_adjust for mpc85xx DDR2 support
38707
38708 This patch is against u-boot-mpc85xx.git of www.denx.com
38709
38710 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
38711 both MPC8548CDS board and MPC8568MDS board, especially for supporting
38712 533MHz DDR2.
38713
38714 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
38715 DDR2 on all current board versions especially ver 1.92 or later to bring
38716 up.
38717
38718 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
38719
38720commit 3db0bef59eab1155801618cef5c481e97553b597
38721Author: Kumar Gala <galak@kernel.crashing.org>
38722Date: Tue Aug 7 18:07:27 2007 -0500
38723
38724 Use an absolute address when jumping out of 4k boot page
38725
38726 On e500 when we leave the 4k boot page we should use an absolute address since
38727 we don't know where the board code may want us to be really running at.
38728
38729 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
38730
38731commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
38732Author: Andy Fleming <afleming@freescale.com>
38733Date: Mon Aug 13 14:49:59 2007 -0500
38734
38735 MPC85xx BA bits not set for 3-bit bank address DIMM
38736
38737 The current implementation does not set the number of bank address bits
38738 (BA) in the processor. The default assumes 2 logical bank bits. This
38739 works fine for a DIMM that uses devices with 4 internal banks (SPD
38740 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
38741 devices with 8 internal banks (SPD byte17 = 0x8).
38742
38743 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
38744
38745commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
38746Author: Andy Fleming <afleming@freescale.com>
38747Date: Mon Aug 13 14:38:06 2007 -0500
38748
38749 Fix minor 85xx warnings
38750
38751 Some patches had inserted warnings into the build:
38752 * mpc8560ads declared data without using it
38753 * cpu_init declared ecm and immap without using it in all CONFIGs
38754 * MPC8548CDS.h had its default filenames changed so that they contained
38755 "\m" in the paths. Made the defaults not Windows-specific (or
38756 anything-specific)
38757
38758 Signed-off-by: Andy Fleming <afleming@freescale.com>
38759
38760commit f2cff6b104f82b993bef6086ce0c97159bbe1add
38761Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38762Date: Fri Jul 27 01:50:52 2007 -0500
38763
38764 8548cds PCIE support.
38765
38766 Make the early L1 cache stack region guarded to prevent speculative
38767 fetches outside the locked range.
38768
38769 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
38770 init.S whitespace cleanup.
38771
38772 Allow TEXT_BASE value to be specified on command line. This allows it
38773 to be set to 0xfffc0000 which cuts the uboot binary in half.
38774
38775 Clear and enable lbc and ecm errors.
38776
38777 Update last_busno in device-tree for pci and pcie.
38778
38779 Remove load of obsolete cpu/mpc85xx/pci.0
38780
38781 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38782 Acked-by: Andy Fleming <afleming@freescale.com>
38783
38784commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
38785Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38786Date: Fri Jul 27 01:50:51 2007 -0500
38787
38788 8544ds PCIE support
38789
38790 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
38791
38792 Enable LBC and ECM errors and clear error registers.
38793
38794 Add tftpflash env var to get uboot from tftp server and flash it.
38795
38796 Add pci/pcie convenience env vars to display register space:
38797 "run pcie3regs" to see all pcie3 ccsr registers
38798 "run pcie3cfg" to see all cfg registers
38799 Whitespace cleanup and MPC8544DS.h
38800
38801 Enable CONFIG_INTERRUPTS.
38802
38803 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38804 Acked-by: Andy Fleming <afleming@freescale.com>
38805
38806commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
38807Author: Andy Fleming <afleming@freescale.com>
38808Date: Tue Aug 14 01:34:21 2007 -0500
38809
38810 85xx start.S cleanup and exception support
38811
38812 From: Ed Swarthout <Ed.Swarthout@freescale.com>
38813
38814 Support external interrupts from platform to eliminate system hangs.
38815 Define CONFIG_INTERRUPTS board configure option to enable.
38816 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
38817
38818 Remove extra cpu initialization redundant with hardware initialization.
38819 Whitespace cleanup.
38820
38821 Define and use _START_OFFSET consistent with other processors using
38822 ppc_asm.tmpl
38823
38824 Move additional code from .text to boot page to make room for
38825 exception vectors at start of image.
38826
38827 Handle Machine Check, External and Critical exceptions.
38828
38829 Fix e500 machine check error determination in traps.c
38830
38831 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
38832
38833 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38834 Acked-by: Andy Fleming <afleming@freescale.com>
38835
38836commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
38837Author: Andy Fleming <afleming@freescale.com>
38838Date: Tue Aug 14 01:33:18 2007 -0500
38839
38840 Add MPC8544DS README
38841
38842 Signed-off-by: Andy Fleming <afleming@freescale.com>
38843
38844commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
38845Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38846Date: Fri Jul 27 01:50:48 2007 -0500
38847
38848 85xx allow debugger to configure ddr.
38849
38850 Only check for mpc8548 rev 1 when compiled for 8548.
38851
38852 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38853 Acked-by: Andy Fleming <afleming@freescale.com>
38854
38855commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
38856Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38857Date: Fri Jul 27 01:50:47 2007 -0500
38858
38859 mpc85xx L2 cache reporting and SRAM relocation option.
38860
38861 Allow debugger to override flash cs0/cs1 settings to enable alternate
38862 boot regions
38863
38864 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38865 Acked-by: Andy Fleming <afleming@freescale.com>
38866
38867commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
38868Author: Ed Swarthout <Ed.Swarthout@freescale.com>
38869Date: Fri Jul 27 01:50:46 2007 -0500
38870
38871 e500 needs ppc_asm.tmp MCK_EXCEPTION
38872
38873 Always define MCK_EXCEPTION macro - so e500 can use it too.
38874
38875 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
38876 Acked-by: Andy Fleming <afleming@freescale.com>
38877
Wolfgang Denk627f5c32007-08-14 09:47:27 +020038878commit 53a5c424bf8655b7b4e2c305a441963259a26a81
38879Author: David Updegraff <dave@cray.com>
38880Date: Mon Jun 11 10:41:07 2007 -0500
38881
38882 multicast tftp: RFC2090
38883
38884 Implemented IETF RFC2090, Multicast TFTP. Initial implementation
38885 on Realtek RTL8139 and Freescale TSEC.
38886
38887 Signed-off-by: David Updegraff <dave@cray.com>
38888 Signed-off-by: Ben Warren <bwarren@qstreams.com>
38889
38890commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
38891Author: Wilson Callan <wcallan@savantav.com>
38892Date: Sat Jul 28 10:56:13 2007 -0400
38893
38894 New CONFIG_BOOTP_SERVERIP option
38895
38896 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
38897 from the bootp server
38898
38899 Signed-off-by: Wilson Callan <wcallan@savantav.com>
38900 Signed-off-by: Ben Warren <bwarren@qstreams.com>
38901
38902commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
38903Author: Mike Rapoport <mike@compulab.co.il>
38904Date: Sun Aug 12 08:48:27 2007 +0300
38905
38906 Add ability to take MAC address from the environment to DM9000 driver
38907
38908 Signed-off-by: Mike Rapoport <mike@compulab.co.il>
38909 Signed-off-by: Ben Warren <bwarren@qstreams.com>
38910
38911commit be5d72d10d47609326226225181e301fb9a33b58
38912Author: Wolfgang Denk <wd@denx.de>
38913Date: Mon Aug 13 21:57:53 2007 +0200
38914
38915 Minor coding style cleanup. Update CHANGELOG.
38916
38917 Signed-off-by: Wolfgang Denk <wd@denx.de>
38918
38919commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
38920Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
38921Date: Sat Aug 11 06:54:58 2007 -0500
38922
38923 Modify SBC8641D to use new Freescale PCI routines
38924
38925 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
38926 adapter.
38927
38928 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
38929 Signde-off-by: Jon Loeliger <jdl@freescale.com>
38930
Wolfgang Denk36882932007-08-13 21:57:53 +020038931commit a08458303e7f9db67f296980036d3292c35cb45c
38932Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38933Date: Fri Jun 29 18:38:51 2007 +0200
38934
38935 atmel_mci: Fix data timeout value
38936
38937 Calculate the data timeout based on values from the CSD instead of
38938 just using a hardcoded DTOR value. This is a backport of a similar fix
38939 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
38940 instead of down.
38941
38942 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38943
38944commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
38945Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38946Date: Mon Aug 13 17:22:31 2007 +0200
38947
38948 AVR32: Include <div64.h> instead of <asm/div64.h>
38949
38950 include/asm-avr32/div64.h was recently moved to include/div64.h, but
38951 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
38952 the patch was merged perhaps?)
38953
38954 This patch updates cpu/at32ap/interrupts.c so that the avr32 port
38955 compiles again.
38956
38957 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38958
38959commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
38960Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
38961Date: Wed Jun 27 13:34:26 2007 +0200
38962
38963 atmel_mci: Use 512 byte blocksize if possible
38964
38965 Instead of always using the largest blocksize the card supports, check
38966 if it can support smaller block sizes and use 512 bytes if possible.
38967 Most cards do support this, and other parts of u-boot seem to have
38968 trouble with block sizes different from 512 bytes.
38969
38970 Also enable underrun/overrun protection.
38971
38972 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
38973 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
38974
Wolfgang Denke5522fc2007-08-16 11:51:04 +020038975commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
38976Author: Stefan Roese <sr@denx.de>
38977Date: Mon Aug 13 09:05:33 2007 +0200
38978
38979 ppc4xx: Fix problem in PLL clock calculation
38980
38981 This patch was originall provided by David Mitchell <dmitchell@amcc.com>
38982 and fixes a bug in the PLL clock calculation.
38983
38984 Signed-off-by: Stefan Roese <sr@denx.de>
38985
Wolfgang Denk36882932007-08-13 21:57:53 +020038986commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
38987Author: Wolfgang Denk <wd@denx.de>
38988Date: Sun Aug 12 21:34:50 2007 +0200
38989
38990 Update CHANGELOG
38991
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020038992commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
38993Author: Wolfgang Denk <wd@denx.de>
38994Date: Sun Aug 12 21:34:34 2007 +0200
38995
38996 Minor alignment of output, 2nd try.
38997 Also update CHANGELOG
38998
38999 Signed-off-by: Wolfgang Denk <wd@denx.de>
39000
39001commit 6b309f22a724fad8418e811751a0741b893419cf
39002Author: Wolfgang Denk <wd@denx.de>
39003Date: Sun Aug 12 20:35:49 2007 +0200
39004
39005 Minor alignment of output
39006
39007 Signed-off-by: Wolfgang Denk <wd@denx.de>
39008
39009commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
39010Author: Wolfgang Denk <wd@denx.de>
39011Date: Sun Aug 12 18:28:18 2007 +0200
39012
39013 Cleanup output on ADS5121 board
39014
39015 Signed-off-by: Wolfgang Denk
39016
39017commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
39018Author: Wolfgang Denk <wd@denx.de>
39019Date: Sun Aug 12 15:11:38 2007 +0200
39020
39021 Adapt board configuration and fix kernel crash on MCC200 board.
39022
39023 The update procedure was modified to turn off the USB subsystem
39024 before exit for MCC200 and TRAB. This is necessary as otherwise the
39025 USB controller continues to write periodically to system memory!
39026
39027 MCC200-specific notes:
39028 - the patch disables the magic key check for MCC200
39029 - the patch contains the configuration changes made
39030 for the new revision of the board.
39031
39032 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
39033 Signed-off-by: Wolfgang Denk <wd@denx.de>
39034
39035commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
39036Author: Wolfgang Denk <wd@denx.de>
39037Date: Sun Aug 12 14:47:54 2007 +0200
39038
39039 Adjust default configuration of ADS5121 board.
39040
39041 Signed-off-by: Wolfgang Denk <wd@denx.de>
39042
39043commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
39044Author: Wolfgang Denk <wd@denx.de>
39045Date: Sun Aug 12 14:27:39 2007 +0200
39046
39047 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
39048
39049 Signed-off-by: Wolfgang Denk <wd@denx.de>
39050
39051commit 5fe6be6208dda852c3564e384bd78d75784dea3e
39052Author: Gerald Van Baren <vanbaren@cideas.com>
39053Date: Tue Aug 7 21:14:22 2007 -0400
39054
39055 Improve error print messages.
39056
39057 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39058
39059commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
39060Author: Kim Phillips <kim.phillips@freescale.com>
39061Date: Tue Jul 17 13:57:04 2007 -0500
39062
39063 fdt: allow for builds that don't want env and bd_t nodes
39064
39065 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
39066 area.
39067
39068 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39069
39070commit 91148bf7aeba142d6f348805db7625db7da64d6f
39071Author: Kim Phillips <kim.phillips@freescale.com>
39072Date: Tue Jul 17 13:56:53 2007 -0500
39073
39074 fdt: do board setup based on fdt address specified on bootm line
39075
39076 The last fdt patch to bootm did board setup based on the address
39077 specified by a prior fdt address command invocation. The bootm
39078 code, as its call to fdt_chosen does, should use the fdt specified
39079 by the user on the bootm command. Note this restores full
39080 functionality for the 8360's existing default boot environment
39081 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
39082 before booting a kernel).
39083
39084 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39085
39086commit e125a2ffc209dd34794e326c7175658253beadf3
39087Author: Gerald Van Baren <vanbaren@cideas.com>
39088Date: Tue Jul 10 20:40:39 2007 -0400
39089
39090 Call ft_board_setup() from the bootm command.
39091
39092 In the patch titled "Create new fdt boardsetup command..." I removed the
39093 call to ft_board_setup() from the routine fdt_chosen(), but I forgot
39094 to add a direct call back into cmd_bootm.c
39095
39096 This fixes the oversight by adding the direct call to the bootm command.
39097
39098 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39099
39100commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
39101Author: Gerald Van Baren <vanbaren@cideas.com>
39102Date: Mon Jun 25 23:25:28 2007 -0400
39103
39104 Create new fdt boardsetup command, fix bug parsing [] form of set values.
39105
39106 Previously ft_board_setup() was called by fdt_chosen() which was not
39107 really correctly structured. This splits ft_board_setup() out by creating
39108 a new fdt boardsetup command.
39109
39110 Fix a bug when parsing fdt set command values which have the square
39111 bracket form [00 11 22 33] - the length was updated incorrectly in when
39112 parsing that form.
39113
39114 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39115
39116commit 6f35ded9e85493595e0eb66a82b502a95326d049
39117Author: Gerald Van Baren <vanbaren@cideas.com>
39118Date: Mon Jun 25 20:55:58 2007 -0400
39119
39120 Tighten up the error messages.
39121
39122 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39123
39124commit c45874b05aae897a6c29d1a97d4bb708fca2756c
39125Author: Gerald Van Baren <vanbaren@cideas.com>
39126Date: Mon Jun 25 19:52:23 2007 -0400
39127
39128 Asthetic improvements: error messages and line lengths.
39129
39130 Tighten up the error messages, split overlength lines.
39131
39132 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39133
39134commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
39135Author: Gerald Van Baren <vanbaren@cideas.com>
39136Date: Fri May 25 22:08:57 2007 -0400
39137
39138 Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
39139
39140 The fdt_chosen() function was adding/seting some properties ad-hoc
39141 improperly and duplicated (poorly) what was done in ft_board_setup()
39142
39143 Clean up long lines (setting properties, printing errors).
39144
39145 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39146
39147commit 06e19a07701c968f15d72c083b5872a1a11c7b01
39148Author: Gerald Van Baren <vanbaren@cideas.com>
39149Date: Mon May 21 23:27:16 2007 -0400
39150
39151 For fdt_find_node_by_path(), handle the root path properly.
39152
39153 Also removes the special case root path detection in cmd_fdt.c since it
39154 is no longer necessary.
39155
39156 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39157
39158commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
39159Author: Gerald Van Baren <vanbaren@cideas.com>
39160Date: Thu May 17 23:54:36 2007 -0400
39161
39162 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
39163
39164 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39165 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39166
39167commit 1a861169bc3758f9de3aead62b058736c6891246
39168Author: Gerald Van Baren <vanbaren@cideas.com>
39169Date: Wed Jun 6 22:47:58 2007 -0400
39170
39171 Replace fdt_node_offset() with fdt_find_node_by_path().
39172
39173 The new name matches more closely the kernel's name, which is also
39174 a much better description.
39175
39176 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39177 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39178
39179commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
39180Author: Gerald Van Baren <vanbaren@cideas.com>
39181Date: Wed May 16 22:39:59 2007 -0400
39182
39183 Fix cmd_fdt line lengths, refactor code.
39184
39185 Break lines that were greater than 80 characters in length.
39186 Move the fdt print and property parsing code to separate static functions
39187 to reduce coding clutter in the fdt_cmd handling body.
39188
39189 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39190
39191commit 25114033ab21788810c48ba4df103b649da1223b
39192Author: Gerald Van Baren <vanbaren@cideas.com>
39193Date: Sat May 12 09:47:25 2007 -0400
39194
39195 FDT command improvements.
39196
39197 Fix "fdt set" so that it will create a non-existing property.
39198 Add "fdt mknode" to create nodes.
39199
39200 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39201
39202commit 38eb508e8e811e2e57628f445de3a24a23c7d804
39203Author: Gerald Van Baren <vanbaren@cideas.com>
39204Date: Sat May 12 09:45:46 2007 -0400
39205
39206 Reorganize and fix problems (returns) in the bootm command.
39207
39208 Do *NOT* return after the "point of no return" has been passed.
39209 If something goes wrong, the board must be reset after that point.
39210 Move the "Transferring control to Linux" debug message back to where it
39211 belongs: just before transferring control to linux.
39212
39213 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39214
39215commit 89c8757d8f213c47709bdc4efe0695263a6080a6
39216Author: Gerald Van Baren <vanbaren@cideas.com>
39217Date: Tue May 8 21:27:35 2007 -0400
39218
39219 Fix bugs in the CONFIG_OF_LIBFDT
39220
39221 Stupid coding mistakes (identified by Timur Tabi, thanks).
39222
39223 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39224
39225commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
39226Author: Gerald Van Baren <vanbaren@cideas.com>
39227Date: Wed Apr 25 22:47:15 2007 -0400
39228
39229 Improve fdt move length handling.
39230
39231 Make the length parameter optional: if not specified, do the move using
39232 the current size unchanged.
39233
39234 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39235
39236commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
39237Author: Gerald Van Baren <vanbaren@cideas.com>
39238Date: Wed Apr 25 22:23:36 2007 -0400
39239
39240 Minor code clean up.
39241
39242 Declare the variable fdt properly as extern.
39243 Call the "set_fn" function pointer the "short way" without the full
39244 dereferencing syntax.
39245
39246 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39247
39248commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
39249Author: Gerald Van Baren <vanbaren@cideas.com>
39250Date: Wed Apr 25 21:24:27 2007 -0400
39251
39252 Improve error messages, more informative.
39253
39254 Print more than the raw libfdt error message strings. This is especially
39255 useful for cluing in the user when the bootm command aborts due to
39256 blob problems.
39257
39258 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39259
39260commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
39261Author: Gerald Van Baren <vanbaren@cideas.com>
39262Date: Fri Apr 20 22:46:53 2007 -0400
39263
39264 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
39265
39266 This is the way u-boot reduces configured-out code. At Wolfgang
39267 Grandegger and Wolfgang Denk's request, make libfdt conform.
39268
39269 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39270
39271commit 923efd286411ed052d9e074f59f8986d6081061c
39272Author: Bruce Adler <bruce.adler@ccpu.com>
39273Date: Fri Aug 10 14:54:47 2007 -0700
39274
39275 add image size and descriptors for Spartan 3E FPGA chips
39276
39277 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
39278
39279 Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
39280
39281commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
39282Author: Kim Phillips <kim.phillips@freescale.com>
39283Date: Fri Aug 10 15:34:48 2007 -0500
39284
39285 make MAKEALL more immune to merge conflicts
39286
39287 ..by placing board entries one per line, as suggested by jdl.
39288
39289 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39290
39291commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
39292Author: Kim Phillips <kim.phillips@freescale.com>
39293Date: Fri Aug 10 13:28:25 2007 -0500
39294
39295 README: Remove outdated cpu type, board type, and NAME_config lists
39296
39297 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39298
39299commit 49bb59912d21aacb507eb81fd21fb7af650c706c
39300Author: Dave Liu <r63238@freescale.com>
39301Date: Fri Aug 10 15:48:59 2007 +0800
39302
39303 mpc83xx: Suppress the warning 'burstlen'
39304
39305 suppress the warning 'burstlen' of spd_sdram.
39306
39307 Signed-off-by: Dave Liu <daveliu@freescale.com>
39308
Wolfgang Denk627f5c32007-08-14 09:47:27 +020039309commit c646bba6465a45c60746d4cc1602cd06c1960f2d
39310Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39311Date: Thu Aug 9 15:11:03 2007 -0500
39312
39313 Add support for SBC8641D. Config files.
39314
39315 Add support for Wind River's SBC8641D reference board.
39316
39317 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39318 Acked-by: Wolfgang Denk <wd@denx.de>
39319 Acked-by: Jon Loeliger <jdl@freescale.com>
39320
39321commit 8ac273271d57321f90505c7a51cdb1ef2113b628
39322Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39323Date: Thu Aug 9 15:10:53 2007 -0500
39324
39325 Add support for SBC8641D. Board files.
39326
39327 Add support for Wind River's SBC8641D reference board.
39328
39329 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39330 Acked-by: Wolfgang Denk <wd@denx.de>
39331 Acked-by: Jon Loeliger <jdl@freescale.com>
39332
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039333commit c2c0ab4aff86622b837a48a0e560351f9afafb95
39334Author: Stefan Roese <sr@denx.de>
39335Date: Fri Aug 10 20:34:58 2007 +0200
39336
39337 Conding style cleanup
39338
39339 Signed-off-by: Stefan Roese <sr@denx.de>
39340
39341commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
39342Author: Sergey Kubushyn <ksi@koi8.net>
39343Date: Fri Aug 10 20:26:18 2007 +0200
39344
39345 [ARM] TI DaVinci support, hopefully final
39346
39347 Add support for the following DaVinci boards:
39348 - DV_EVM
39349 - SCHMOOGIE
39350 - SONATA
39351
39352 Changes:
39353
39354 - Split into separate board directories
39355 - Removed changes to MTD_DEBUG (or whatever it's called)
39356 - New CONFIG_CMD party line followed
39357 - Some cosmetic fixes, cleanup etc.
39358 - Patches against the latest U-Boot tree as of now.
39359 - Fixed CONFIG_CMD_NET in net files.
39360 - Fixed CONFIG_CMD_EEPROM for schmoogie.
39361 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
39362 DV_EVM. Can't check if it works on SONATA, don't have a board any more,
39363 but it at least compiles.
39364
39365 Here is an excerpt from session log on SCHMOOGIE...
39366
39367 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)
39368
39369 DRAM: 128 MB
39370 NAND: 128 MiB
39371 In: serial
39372 Out: serial
39373 Err: serial
39374 ARM Clock : 297MHz
39375 DDR Clock : 162MHz
39376 ETH PHY : DP83848 @ 0x01
39377 U-Boot > iprobe
39378 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
39379 U-Boot > ping 192.168.253.10
39380 host 192.168.253.10 is alive
39381 U-Boot >
39382
39383 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
39384 Acked-by: Dirk Behme <dirk.behme@gmail.com>
39385 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
39386 Acked-by: Stefan Roese <sr@denx.de>
39387
Wolfgang Denk627f5c32007-08-14 09:47:27 +020039388commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
39389Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39390Date: Fri Jul 27 01:50:45 2007 -0500
39391
39392 fsl_pci_init cleanup.
39393
39394 Do not enable normal errors created during probe (master abort, perr,
39395 and pcie Invalid Configuration access).
39396
39397 Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
39398
39399 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39400 Acked-by: Andy Fleming <afleming@freescale.com>
39401
39402commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
39403Author: Ed Swarthout <Ed.Swarthout@freescale.com>
39404Date: Fri Jul 27 01:50:44 2007 -0500
39405
39406 pciauto_setup_device bars_num fix
39407
39408 Passing bars_num=0 to pciauto_setup_device should assign no bars.
39409
39410 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39411 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
39412 Acked-by: Andy Fleming <afleming@freescale.com>
39413
39414commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
39415Author: Jon Loeliger <jdl@freescale.com>
39416Date: Mon Aug 6 17:39:44 2007 -0500
39417
39418 8641hpcn: Do correct sized pointer math.
39419
39420 When I rebased Ed's patch and cleaned up a few compilation
39421 problems, I apparently rebased my brain on crack first.
39422 Fix that by doing (char *) sized pointer math as needed.
39423
39424 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39425
39426commit cfc7a7f5bb3273c9951173c788001d45118f141f
39427Author: Jon Loeliger <jdl@freescale.com>
39428Date: Thu Aug 2 14:42:20 2007 -0500
39429
39430 cpu/86xx fixes.
39431
39432 Remove rev 1 fixes.
39433 Always set PICGCR_MODE.
39434 Enable machine check and provide board config option
39435 to set and handle SoC error interrupts.
39436
39437 Include MSSSR0 in error message.
39438
39439 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
39440
39441 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
39442 Signed-off-by: Jon Loeliger <jdl@freescale.com>
39443
Wolfgang Denke5522fc2007-08-16 11:51:04 +020039444commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
39445Author: Stefan Roese <sr@denx.de>
39446Date: Fri Aug 10 10:42:25 2007 +0200
39447
39448 Coding style cleanup
39449
39450 Signed-off-by: Stefan Roese <sr@denx.de>
39451
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039452commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
39453Author: Dirk Behme <dirk.behme@googlemail.com>
39454Date: Thu Aug 2 17:42:08 2007 +0200
39455
39456 Make use of generic 64bit division in nand_util.c
39457
39458 Use generic 64bit division in nand_util.c. This makes nand_util.c
39459 independent of any toolchain 64bit division.
39460
39461 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39462
39463commit f7c086e94e8ce9aad7268af97f73aa6884686f27
39464Author: Dirk Behme <dirk.behme@googlemail.com>
39465Date: Thu Aug 2 17:41:14 2007 +0200
39466
39467 Move 64bit division from avr32 to generic lib
39468
39469 Move the 64bit division from lib_avr32 to lib_generic. With this, all
39470 boards can do_div/__div64_32 if needed, not only avr one. Code is put
39471 to lib_generic, so no larger memory footprint if not used. No code
39472 modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
39473
39474 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
39475
Wolfgang Denke5522fc2007-08-16 11:51:04 +020039476commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
39477Author: Niklaus Giger <niklausgiger@gmx.ch>
39478Date: Fri Jul 27 11:31:22 2007 +0200
39479
39480 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
39481
39482 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39483
39484commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
39485Author: Niklaus Giger <niklausgiger@gmx.ch>
39486Date: Fri Jul 27 11:30:33 2007 +0200
39487
39488 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
39489
39490 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39491
39492commit e8397fc78c9394d71de233a4d810fbc9047e4c76
39493Author: Niklaus Giger <niklausgiger@gmx.ch>
39494Date: Fri Jul 27 11:38:26 2007 +0200
39495
39496 Add PPC4xx-HCU4 and HCU5 boards: common files
39497
39498 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39499
39500commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
39501Author: Niklaus Giger <niklausgiger@gmx.ch>
39502Date: Fri Jul 27 11:28:44 2007 +0200
39503
39504 Add PPC4xx-HCU4 and HCU5 boards: make related
39505
39506 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39507
39508commit 137fdd9f474ecb853efdace5200576308c67f18d
39509Author: Niklaus Giger <niklausgiger@gmx.ch>
39510Date: Fri Jul 27 11:28:03 2007 +0200
39511
39512 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
39513
39514 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39515
39516commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
39517Author: Niklaus Giger <niklausgiger@gmx.ch>
39518Date: Fri Jul 27 11:27:15 2007 +0200
39519
39520 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
39521
39522 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39523
39524commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
39525Author: Niklaus Giger <niklausgiger@gmx.ch>
39526Date: Fri Jul 27 11:25:31 2007 +0200
39527
39528 Add PPC4xx-HCU4 and HCU5 boards: READMEs
39529
39530 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39531
39532commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
39533Author: Niklaus Giger <niklausgiger@gmx.ch>
39534Date: Fri Jul 27 11:37:40 2007 +0200
39535
39536 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
39537
39538 This series of patches adds support for 2 boards from Netstal Maschinen.
39539
39540 The HCU4 has a PPC405Gpr and
39541 the HCU5 has a PPC440EPX.
39542
39543 The HCU4 has a somehow complicated flash setup, as the booteprom is
39544 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
39545 elegant solution.
39546
39547 The HCU5 has only a booteprom as the whole code will be downloaded from a
39548 different board which has HD, CD-ROM, etc and where all code is stored.
39549
39550 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
39551 Thanks them a lot.
39552
39553 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
39554
39555commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
39556Author: Stefan Roese <sr@denx.de>
39557Date: Fri Aug 10 08:42:55 2007 +0200
39558
39559 ppc4xx: Update lwmon5 POST configuration
39560
39561 Signed-off-by: Stefan Roese <sr@denx.de>
39562
39563commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
39564Author: Yuri Tikhonov <yur@emcraft.com>
39565Date: Fri Aug 10 08:25:22 2007 +0200
39566
39567 POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
39568
39569 The patch adds support for UART POST on ppc44x-based boards with no
39570 external serial clocks installed.
39571
39572 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
39573 Acked-by: Stefan Roese <sr@denx.de>
39574
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039575commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
39576Author: Kim Phillips <kim.phillips@freescale.com>
39577Date: Mon Aug 6 18:18:34 2007 -0500
39578
39579 mpc83xx: fix ITX[GP] O=builddir builds
39580
39581 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop.
39582
39583 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
39584 "BUILD_DIR=<some dir> ./MAKEALL ..."
39585
39586 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39587
39588commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
39589Author: Dave Liu <r63238@freescale.com>
39590Date: Wed Aug 1 15:00:59 2007 +0800
39591
39592 mpc83xx: Correct the README for DDR ECC
39593
39594 Update the README for DDR ECC, change the name
39595 to README.mpc83xx.ddrecc.
39596
39597 Signed-off-by: Dave Liu <daveliu@freescale.com>
39598 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39599
39600commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
39601Author: Dave Liu <r63238@freescale.com>
39602Date: Wed Aug 1 15:00:15 2007 +0800
39603
39604 mpc83xx: Consolidate the ECC support of 83xx
39605
39606 Remove the duplicated source code of ecc command on the <board>.c,
39607 for reused, move these code to cpu/mpc83xx directory.
39608
39609 Signed-off-by: Dave Liu <daveliu@freescale.com>
39610 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39611
39612commit 036575c544cf1b69654d8fb334bda69c6ff3da36
39613Author: Dave Liu <r63238@freescale.com>
39614Date: Sat Aug 4 13:37:39 2007 +0800
39615
39616 mpc83xx: Correct the burst length for DDR2 with 32 bits
39617
39618 The burst length should be 4 for DDR2 with 32 bits bus
39619
39620 Signed-off-by: Dave Liu <daveliu@freescale.com>
39621
39622commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
39623Author: Kim Phillips <kim.phillips@freescale.com>
39624Date: Wed Jul 25 19:25:33 2007 -0500
39625
39626 mpc83xx: add support for the MPC8323E RDB
39627
39628 MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
39629 five 10/100 ethernet ports connected via an ICPlus IP175C
39630 switch, one PCI slot, and serial. Features not supported
39631 in this patch are SD card interface, 2 USB ports, and the
39632 two phone ports.
39633
39634 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
39635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39636
39637commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
39638Author: Kim Phillips <kim.phillips@freescale.com>
39639Date: Wed Jul 25 19:25:28 2007 -0500
39640
39641 mpc83xx: fixup generic pci for libfdt
39642
39643 add libfdt support to the generic 83xx pci code
39644
39645 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39646
39647commit f57ac7a7b37109245b69db80839ebee26179966a
39648Author: Kim Phillips <kim.phillips@freescale.com>
39649Date: Wed Jul 25 19:25:22 2007 -0500
39650
39651 mpc83xx: fix 8360 and cpu functions to update fdt being passed
39652
39653 ..and not the global fdt. Rename local fdt vars to blob so as not to
39654 be confused with the global var with the same three-letter name.
39655
39656 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39657
39658commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
39659Author: Jerry Van Baren <gvb.uboot@gmail.com>
39660Date: Wed Jul 4 21:34:24 2007 -0400
39661
39662 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
39663
39664 Several node strings were not correct (trailing slashes and properties
39665 in the strings)
39666 Added setting of the timebase-frequency.
39667 Improved error messages and use debug() instead of printf().
39668
39669 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
39670 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39671
39672commit 26d02c9bbac1751c5e19294f000100b48d43a920
39673Author: Jerry Van Baren <gvb.uboot@gmail.com>
39674Date: Wed Jul 4 21:27:30 2007 -0400
39675
39676 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
39677
39678 The new name matches more closely the kernel's name, which is also
39679 a much better description.
39680
39681 These are the mpc83xx changes made necessary by the function name change.
39682
39683 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
39684 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
39685 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39686
39687commit 9be39a67c9f8fef7107f5df09d673005f04d0963
39688Author: Dave Liu <daveliu@freescale.com>
39689Date: Mon Jun 25 10:41:56 2007 +0800
39690
39691 mpc83xx: Add support for the display of reset status
39692
39693 83xx processor family has many reset sources, such as
39694 power on reset, software hard reset, software soft reset,
39695 JTAG, bus monitor, software watchdog, check stop reset,
39696 external hard reset, external software reset.
39697 sometimes, to figure out the fault of system, we need to
39698 know the cause of reset early before the prompt of
39699 u-boot present.
39700
39701 Signed-off-by: Dave Liu <daveliu@freescale.com>
39702 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39703
39704commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
39705Author: Dave Liu <daveliu@freescale.com>
39706Date: Mon Jun 25 10:41:04 2007 +0800
39707
39708 mpc83xx: Fix the align bug of SDMA buffer
39709
39710 According to the latest user manual, the SDMA temporary
39711 buffer base address must be 4KB aligned.
39712
39713 Signed-off-by: Dave Liu <daveliu@freescale.com>
39714 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39715
39716commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
39717Author: Dave Liu <daveliu@freescale.com>
39718Date: Mon Jun 25 13:21:12 2007 +0800
39719
39720 mpc83xx: Revise the MPC8360EMDS readme doc
39721
39722 When the rev2.x silicon mount on the MPC8360EMDS baord,
39723 and if you are using the u-boot version after the commit
39724 3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
39725 to make the ethernet interface usable, we have to setup
39726 the jumpers correctly.
39727
39728 Signed-off-by: Dave Liu <daveliu@freescale.com>
39729 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39730
39731commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
39732Author: Timur Tabi <timur@freescale.com>
39733Date: Tue Jul 3 13:46:32 2007 -0500
39734
39735 FSL I2C driver programs the two I2C busses differently
39736
39737 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
39738 The second I2C bus has its slave address programmed incorrectly and is
39739 missing a 5-us delay.
39740
39741 Signed-off-by: Timur Tabi <timur@freescale.com>
39742 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39743
39744commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
39745Author: Timur Tabi <timur@freescale.com>
39746Date: Tue Jul 3 13:04:34 2007 -0500
39747
39748 Update SCCR programming in cpu_init_f() to support all 83xx processors
39749
39750 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
39751 bitfields for all 83xx processors. The code to update some bitfields was
39752 compiled only on some processors. Now, the bitfields are programmed as long
39753 as the corresponding CFG_SCCR option is defined in the board header file.
39754 This means that the board header file should not define any CFG_SCCR macros
39755 for bitfields that don't exist on that processor, otherwise the SCCR will be
39756 programmed incorrectly.
39757
39758 Signed-off-by: Timur Tabi <timur@freescale.com>
39759 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39760
39761commit 9546266999f0b9b51372636614211b88d90f0f25
39762Author: Martin Krause <martin.krause@tqs.de>
39763Date: Fri Jun 22 13:04:22 2007 +0200
39764
39765 TQM834x: cleanup configuraton
39766
39767 Remove irritating #undef DEBUG
39768
39769 Signed-off-by: Martin Krause <martin.krause@tqs.de>
39770 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39771
39772commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
39773Author: david.saada <David.Saada@ecitele.com>
39774Date: Mon Jun 18 09:09:53 2007 -0700
39775
39776 MPC83xx: Fix makefile to generate config.h file in the build directory
39777
39778 MPC83xx: Fix the Makefile config sections to generate the include/config.h
39779 file in the build directory instead of the source directory.
39780
39781 Signed-off-by: David Saada <david.saada@ecitele.com>
39782 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39783
39784commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
39785Author: Lee Nipper <Lee.Nipper@freescale.com>
39786Date: Thu Jun 14 20:07:33 2007 -0500
39787
39788 mpc83xx: Add support for 8360 silicon revision 2.1
39789
39790 This change adds 8360 silicon revision 2.1 support to u-boot.
39791
39792 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
39793 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39794
39795commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
39796Author: Kumar Gala <galak@kernel.crashing.org>
39797Date: Wed Aug 8 04:14:28 2007 -0500
39798
39799 Treat ppc64 host as ppc
39800
39801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
39802
39803commit 0dc4279b08ff82472bec2e2c90858602459febe8
39804Author: Jason Jin <Jason.jin@freescale.com>
39805Date: Wed Aug 8 09:01:46 2007 +0800
39806
39807 Minor fix for bios emulator makefile
39808
39809 Add $(obj) to LIB avoiding objects be built in the source dir
39810
39811 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39812
39813commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
39814Author: Jason Jin <Jason.jin@freescale.com>
39815Date: Wed Aug 8 08:33:11 2007 +0800
39816
39817 Add CONFIG_BIOSEMU define to guard all the bios emulator code
39818
39819 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39820
39821 This patch fix the compile issue on the board that did not enable the bios emulator
39822
39823commit ed8106433522f2ea8933e9808346860d061d7731
39824Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
39825Date: Tue Jul 31 12:27:25 2007 -0500
39826
39827 tsec: fix multiple PHY support
39828
39829 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
39830 broke multiple PHY support in tsec.c. This fixes it.
39831
39832 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
39833 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
39834
39835commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
39836Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
39837Date: Thu Aug 9 09:08:18 2007 -0500
39838
39839 tsec: Allow Ten Bit Interface address to be configurable
39840
39841 Allow the address of the Ten Bit Interface (TBI) to be changed in the
39842 event of a conflict with another device.
39843
39844 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
39845
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020039846commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
39847Author: Stefan Roese <sr@denx.de>
39848Date: Wed Aug 8 09:54:26 2007 +0200
39849
39850 Coding style cleanup
39851
39852 Signed-off-by: Stefan Roese <sr@denx.de>
39853
39854commit a41de1f0d373e09c782dea558385a06247111ba5
39855Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39856Date: Sun Aug 5 05:15:18 2007 -0500
39857
39858 Port enabled for I2C signals and chipselects port configuration.
39859
39860 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39861
39862commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
39863Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39864Date: Sun Aug 5 04:31:18 2007 -0500
39865
39866 Added NAND support
39867
39868 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39869
39870commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
39871Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39872Date: Sun Aug 5 04:11:20 2007 -0500
39873
39874 Added I2C support
39875
39876 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39877
39878commit 99c03c175d2689093176facf17c58ce2cb320001
39879Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39880Date: Sun Aug 5 03:58:52 2007 -0500
39881
39882 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
39883
39884 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39885
39886commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
39887Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39888Date: Sun Aug 5 03:55:21 2007 -0500
39889
39890 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
39891
39892 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39893
39894commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
39895Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39896Date: Sun Aug 5 03:43:30 2007 -0500
39897
39898 Moved sync() from board file to include/asm-m68k/io.h
39899
39900 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39901
39902commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
39903Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39904Date: Sun Aug 5 03:30:44 2007 -0500
39905
39906 Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
39907
39908 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39909
39910commit 9998bd37ead85e93953559720710d3b0685c81e6
39911Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39912Date: Sun Aug 5 03:19:10 2007 -0500
39913
39914 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
39915
39916 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
39917
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039918commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
39919Author: Jason Jin <Jason.jin@freescale.com>
39920Date: Tue Aug 7 16:17:06 2007 +0800
39921
39922 Add CONFIG_BIOSEMU define to guard all the bios emulator code
39923
39924 This patch fix the compile issue on the board that did not enable the bios emulator
39925
39926commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
39927Author: Wolfgang Denk <wd@denx.de>
39928Date: Tue Aug 7 16:02:13 2007 +0200
39929
39930 Fix missing brace error in fs/fat/fat.c
39931 [pointed out by Roderik Wildenburg]
39932
39933 Signed-off-by: Wolfgang Denk <wd@denx.de>
39934
Wolfgang Denkca722d52007-10-14 00:13:19 +020039935commit 706714d97a0d08d59eda4de2268c39f504688329
39936Author: Michal Simek <monstr@monstr.eu>
39937Date: Mon Aug 6 23:41:53 2007 +0200
39938
39939 [FIX] remove cute code
39940
39941commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
39942Author: Michal Simek <monstr@monstr.eu>
39943Date: Mon Aug 6 23:35:26 2007 +0200
39944
39945 [FIX] Fix romfs code
39946
39947commit ab4b956d3143f8f8174089053f5dfabbb04762b0
39948Author: Michal Simek <monstr@monstr.eu>
39949Date: Mon Aug 6 23:31:49 2007 +0200
39950
39951 [FIX] Coding style cleanup - Wolfgang's suggestions
39952
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039953commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
39954Author: Wolfgang Denk <wd@denx.de>
39955Date: Mon Aug 6 23:21:05 2007 +0200
39956
39957 Fixed typo in README (pointed out by Martin Jost).
39958
39959 Signed-off-by: Wolfgang Denk <wd@denx.de>
39960
Wolfgang Denke5522fc2007-08-16 11:51:04 +020039961commit 537223afa61f64480df31ce440a9cb386df4a814
39962Author: Stefan Roese <sr@denx.de>
39963Date: Mon Aug 6 21:10:17 2007 +0200
39964
39965 ppc4xx: Update AMCC Bamboo README doc/README.bamboo
39966
39967 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
39968 here an updated Bamboo README.
39969
39970 Signed-off-by: Stefan Roese <sr@denx.de>
39971
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020039972commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
39973Author: Wolfgang Denk <wd@denx.de>
39974Date: Mon Aug 6 02:17:36 2007 +0200
39975
39976 Coding style cleanup. Update CHANGELOG.
39977
39978 Signed-off-by: Wolfgang Denk <wd@denx.de>
39979
39980commit 221838cc7eb178370ff62aa05920a582e12ac322
39981Author: Jason Jin <Jason.jin@freescale.com>
39982Date: Tue Jul 10 09:03:22 2007 +0800
39983
39984 Remove the bios emulator from MAI board.
39985
39986 The bios emulator in the MAI board can not pass compile
39987 and have a lot of crap in it. remove it and will have a
39988 clean and small bios emulator in the drivers directory
39989 which can be uesed for every board.
39990
39991 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
39992
39993commit 5618332409bb96f4448d1712899369fc80c0b489
39994Author: Jason Jin <Jason.jin@freescale.com>
39995Date: Fri Jul 13 12:14:59 2007 +0800
39996
39997 Fix some compile issues for MAI board.
39998
39999 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40000
40001commit 0f460a1ee148b648ee242c3157650287d4296260
40002Author: Jason Jin <Jason.jin@freescale.com>
40003Date: Fri Jul 13 12:14:58 2007 +0800
40004
40005 Configurations for ATI video card BIOS emulator
40006
40007 This patch add definition of the BIOS emulator and the ATI framebuffer
40008 driver for MPC8641HPCN board.
40009
40010 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40011 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40012
40013commit ece92f85053b8df613edcf05b26a416cbc3d629c
40014Author: Jason Jin <Jason.jin@freescale.com>
40015Date: Fri Jul 6 08:34:56 2007 +0800
40016
40017 This is a BIOS emulator, porting from SciTech for u-boot, mainly for
40018 ATI video card BIOS. and can be used for x86 code emulation by some
40019 modifications.
40020
40021 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40022
40023commit 5072188acabde3178fac7f5a597150e6e74fd40c
40024Author: Jason Jin <Jason.jin@freescale.com>
40025Date: Fri Jul 6 08:33:33 2007 +0800
40026
40027 This is a framebuffer driver for ATI video card, can work for PCI9200,
40028 X300, X700, X800 ATI video cards.
40029
40030 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40031 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
40032
Wolfgang Denk96bb2e02007-08-06 02:17:36 +020040033commit 5728be389e65fd47f34b33c2596271eb4db751ae
40034Author: Wolfgang Denk <wd@denx.de>
40035Date: Mon Aug 6 01:01:49 2007 +0200
40036
40037 Coding style cleanup. Update CHANGELOG.
40038
40039 Signed-off-by: Wolfgang Denk <wd@denx.de>
40040
Wolfgang Denk15e87572007-08-06 01:01:49 +020040041commit 8092fef4c29b395958bb649647da7e3775731517
40042Author: Martin Krause <Martin.Krause@tqs.de>
40043Date: Tue Dec 12 14:26:01 2006 +0100
40044
40045 Add functions to list of exported functions
40046
40047 Additionally export the following fuctions (to make trab_config build again):
40048 - simple_strtol()
40049 - strcmp()
40050
40051 Also bump the ABI version to reflect this change
40052
40053 Signed-off-by: Martin Krause <martin.krause@tqs.de>
40054
40055commit 63cec5814fab5d2b1c86982327433807a5ac0249
40056Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40057Date: Thu Aug 2 14:09:49 2007 -0500
40058
40059 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
40060
40061 All of the PCI/PCI-Express driver and initialization code that
40062 was in the MPC8641HPCN port has now been moved into the common
40063 drivers/fsl_pci_init.c. In a subsequent patch, this will be
40064 utilized by the 85xx ports as well.
40065
40066 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
40067
40068 Also enable the second PCI-Express controller on 8641
40069 by getting its BATS and CFG_ setup right.
40070
40071 Fixed a u16 vendor compiler warning in AHCI driver too.
40072
40073 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40074 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
40075 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40076
Wolfgang Denkca722d52007-10-14 00:13:19 +020040077commit a274ca4f6d68830e7c916f897561cff8c4101c38
40078Author: Michal Simek <monstr@monstr.eu>
40079Date: Sun Aug 5 22:33:05 2007 +0200
40080
40081 [FIX] Coding style cleanup
40082
40083commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
40084Author: Michal Simek <monstr@monstr.eu>
40085Date: Sun Aug 5 16:13:31 2007 +0200
40086
40087 [FIX] Xilinx Uartlite driver
40088 Because PPC405 can use UARTLITE serial interface and
40089 Microblaze can use Uart16550 serial interface not only Uartlite.
40090
40091commit 98889edd50aadf862071eb5664747ad0d568a20e
40092Author: Michal Simek <monstr@monstr.eu>
40093Date: Sun Aug 5 15:54:53 2007 +0200
40094
40095 [FIX] Change configuration for XUPV2P Microblaze board
40096
40097commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
40098Author: Michal Simek <monstr@monstr.eu>
40099Date: Sun Aug 5 15:53:50 2007 +0200
40100
40101 [PATCH] Added support for Xilinx Emac community driver
40102
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020040103commit 86b116b1b1e165ca4840daefed36d2e3b8460173
40104Author: Bartlomiej Sieka <tur@semihalf.com>
40105Date: Fri Aug 3 12:08:16 2007 +0200
40106
40107 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
40108
40109 Add the ability for modules from the Schindler cm5200 family to use a
40110 single U-Boot image:
40111 - rename cm1_qp1 to cm5200
40112 - add run-time module detection
40113 - parametrize SDRAM configuration according to the module we are running on
40114
40115 Few minor, board-specific fixes included in this patch:
40116 - better MAC address handling
40117 - updated default environment ('update' command uses +{filesize} now)
40118 - improved error messages in the auto-update code
40119 - allow booting U-Boot from RAM (CFG_RAMBOOT)
40120
40121 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40122 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
40123 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40124
Wolfgang Denk15e87572007-08-06 01:01:49 +020040125commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
40126Author: Andy Fleming <afleming@freescale.com>
40127Date: Fri Aug 3 04:05:25 2007 -0500
40128
40129 Add Marvell 1149 PHY support to the TSEC
40130
Wolfgang Denkff874842007-08-06 01:11:08 +020040131commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
Wolfgang Denk15e87572007-08-06 01:01:49 +020040132Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denkff874842007-08-06 01:11:08 +020040133Date: Thu Aug 2 21:27:46 2007 +0200
Wolfgang Denk15e87572007-08-06 01:01:49 +020040134
Wolfgang Denkff874842007-08-06 01:11:08 +020040135 Coding style cleanup, update CHANGELOG
Wolfgang Denk15e87572007-08-06 01:01:49 +020040136
40137 Signed-off-by: Wolfgang Denk <wd@denx.de>
40138
Wolfgang Denk15e87572007-08-06 01:01:49 +020040139commit 63e22764d2f8653f68888c667eb65b3996b52680
40140Author: Wolfgang Denk <wd@denx.de>
40141Date: Thu Aug 2 10:11:18 2007 +0200
40142
40143 Minor cleanup of <board>_nand build rules.
40144
Wolfgang Denke5522fc2007-08-16 11:51:04 +020040145commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
40146Author: Stefan Roese <sr@denx.de>
40147Date: Thu Aug 2 08:33:56 2007 +0200
40148
40149 ppc4xx: Code cleanup
40150
40151 Signed-off-by: Stefan Roese <sr@denx.de>
40152
40153commit c92409812206ac67a7fa7aae298539a9c3804a46
40154Author: Grzegorz Bernacki <gjb@semihalf.com>
40155Date: Tue Jul 31 18:51:48 2007 +0200
40156
40157 [ppc440SPe] Graceful recovery from machine check during PCIe configuration
40158
40159 During config transactions on the PCIe bus an attempt to scan for a
40160 non-existent device can lead to a machine check exception with certain
40161 peripheral devices. In order to avoid crashing in such scenarios the
40162 instrumented versions of the config cycle read routines are introduced, so
40163 the exceptions fixups framework can gracefully recover.
40164
40165 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40166 Acked-by: Rafal Jaworowski <raj@semihalf.com>
40167
40168commit dec99558b9ea75a37940d07f41a3565a50b54ad1
40169Author: Rafal Jaworowski <raj@semihalf.com>
40170Date: Tue Jul 31 18:19:54 2007 +0200
40171
40172 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
40173
40174 This brings back separate settings for PCIe bus numbers depending on chip
40175 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
40176 commit. 440SPe rev. A does NOT work properly with the same settings as for
40177 the rev. B (no devices are seen on the bus during enumeration).
40178
40179 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40180
Wolfgang Denk15e87572007-08-06 01:01:49 +020040181commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
40182Author: Wolfgang Denk <wd@denx.de>
40183Date: Thu Aug 2 00:48:45 2007 +0200
40184
40185 Fix build errors and warnings / code cleanup.
40186
40187 Signed-off-by: Wolfgang Denk <wd@denx.de>
40188
Wolfgang Denke5522fc2007-08-16 11:51:04 +020040189commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
40190Author: Eugene OBrien <eugene.obrien@advantechamt.com>
40191Date: Tue Jul 31 10:24:56 2007 +0200
40192
40193 ppc4xx: Update AMCC Bamboo 440EP support
40194
40195 Changed storage type of cfg_simulate_spd_eeprom to const
40196 Changed storage type of gpio_tab to stack storage
40197 (Cannot access global data declarations in .bss until afer code relocation)
40198
40199 Improved SDRAM tests to catch problems where data is not uniquely addressable
40200 (e.g. incorrectly programmed SDRAM row or columns)
40201
40202 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
40203 Fixed AM29LV320DT (OpCode Flash) sector map
40204
40205 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
40206 Signed-off-by: Stefan Roese <sr@denx.de>
40207
40208commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
40209Author: Stefan Roese <sr@denx.de>
40210Date: Tue Jul 31 08:37:01 2007 +0200
40211
40212 ppc4xx: Update 440EPx lwmon5 board support
40213
40214 - Clear ECC status regs after ECC POST test
40215 - Set dcbz for ECC generation with caches enabled as default
40216 - Code cleanup
40217
40218 Signed-off-by: Stefan Roese <sr@denx.de>
40219
40220commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
40221Author: Stefan Roese <sr@denx.de>
40222Date: Mon Jul 30 11:04:57 2007 +0200
40223
40224 ppc4xx: Only print ECC related info when the error bis are set
40225
40226 Signed-off-by: Stefan Roese <sr@denx.de>
40227
40228commit e36220a4baf1f188ba60f17e9d0f043069b1362a
40229Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40230Date: Fri Jul 27 16:44:31 2007 +0200
40231
40232 new FPGA image for PLU405 board
40233
40234 new FPGA image for PLU405 board with improved CompactFlash timing
40235
40236 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
40237
Wolfgang Denk530181f2007-08-02 21:27:46 +020040238commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
40239Author: Rafal Jaworowski <raj@semihalf.com>
40240Date: Fri Jul 27 14:43:59 2007 +0200
40241
40242 [ADS5121] Support for the ADS5121 board
40243
40244 The following MPC5121e subsystems are supported:
40245
40246 - low-level CPU init
40247 - NOR Boot Flash (common CFI driver)
40248 - DDR SDRAM
40249 - FEC
40250 - I2C
40251 - Watchdog
40252
40253 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
40254 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40255 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
40256
40257commit 1863cfb7b100ba0ee3401799457a01dc058745f8
40258Author: Rafal Jaworowski <raj@semihalf.com>
40259Date: Fri Jul 27 14:22:04 2007 +0200
40260
40261 [PPC] Remove unused MSR_USER definition
40262
40263 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40264
Wolfgang Denke5522fc2007-08-16 11:51:04 +020040265commit d4024bb72dd81695ec099b2199eda0d27c623e62
40266Author: John Otken <john@softadvances.com>
40267Date: Thu Jul 26 17:49:11 2007 +0200
40268
40269 ppc4xx: Add support for AMCC 405EP Taihu board
40270
40271 Signed-off-by: John Otken <john@softadvances.com>
40272
40273commit b66091de6c7390620312c2501db23d8391e7cabb
40274Author: Anatolij Gustschin <agust@denx.de>
40275Date: Thu Jul 26 15:08:01 2007 +0200
40276
40277 ppc4xx: lwmon5: Update Lime initialization
40278
40279 Change Lime SDRAM initialization to now support 100MHz and
40280 133MHz (if enabled). Also the framebuffer is initialized to
40281 display a blue rectangle with a white border.
40282
40283 Signed-off-by: Anatolij Gustschin <agust@denx.de>
40284 Signed-off-by: Stefan Roese <sr@denx.de>
40285
40286commit 9f24a808f17fc0f37b7fb4805f734741335caecc
40287Author: Stefan Roese <sr@denx.de>
40288Date: Tue Jul 24 09:52:52 2007 +0200
40289
40290 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
40291
40292 The used Intel NOR FLASH chips have internally two dies, and are now
40293 treated as two seperate chips.
40294
40295 Signed-off-by: Stefan Roese <sr@denx.de>
40296
40297commit aedf5bde179ecfbd0a96130d18996a96518b785f
40298Author: Stefan Roese <sr@denx.de>
40299Date: Tue Jul 24 07:20:09 2007 +0200
40300
40301 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
40302
40303 As suggested by Hakan Eryigit, here an updated setup for the lwmon5
40304 interrupt controller.
40305
40306 Signed-off-by: Stefan Roese <sr@denx.de>
40307
40308commit a71d96eac8130b53a91f93cd10c70fca0db18d52
40309Author: Stefan Roese <sr@denx.de>
40310Date: Fri Jul 20 15:03:44 2007 +0200
40311
40312 ppc4xx: Fix bug with default GPIO output value
40313
40314 As spotted by Matthias Fuchs, the default output values for all GPIO1
40315 outputs were not setup correctly. This patch fixes this issue.
40316
40317 Signed-off-by: Stefan Roese <sr@denx.de>
40318
40319commit 531e3e8b831f357056448fa573137d5fb37000fd
40320Author: Pavel Kolesnikov <concord@emcraft.com>
40321Date: Fri Jul 20 15:03:03 2007 +0200
40322
40323 POST: Add ECC POST for the lwmon5 board
40324
40325 This patch adds ECC Post test for the Lwmon5 board based
40326 on PPC440EPx to U-Boot.
40327
40328 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
40329 Acked-by: Yuri Tikhonov <yur@emcraft.com>
40330 Acked-by: Stefan Roese <sr@denx.de>
40331
Wolfgang Denk530181f2007-08-02 21:27:46 +020040332commit cc3023b9f95d7ac959a764471a65001062aecf41
40333Author: Rafal Jaworowski <raj@semihalf.com>
40334Date: Thu Jul 19 17:12:28 2007 +0200
40335
40336 Fix breakage of 8xx boards from recent commit.
40337
40338 This patch fixes the negative consequences for 8xx of the recent
40339 "ppc4xx: Clean up 440 exceptions handling" commit.
40340
40341 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
40342
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020040343commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
40344Author: Stefan Roese <sr@denx.de>
40345Date: Mon Jul 16 13:11:12 2007 +0200
40346
40347 Coding style cleanup
40348
40349 Signed-off-by: Stefan Roese <sr@denx.de>
40350
Wolfgang Denke5522fc2007-08-16 11:51:04 +020040351commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
40352Author: Stefan Roese <sr@denx.de>
40353Date: Mon Jul 16 10:02:12 2007 +0200
40354
40355 ppc4xx: Code cleanup
40356
40357 Signed-off-by: Stefan Roese <sr@denx.de>
40358
40359commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
40360Author: Stefan Roese <sr@denx.de>
40361Date: Mon Jul 16 10:01:38 2007 +0200
40362
40363 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
40364
40365 Signed-off-by: Stefan Roese <sr@denx.de>
40366
40367commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
40368Author: Stefan Roese <sr@denx.de>
40369Date: Mon Jul 16 10:00:43 2007 +0200
40370
40371 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
40372
40373 The new boardspecific DDR2 controller configuration is used for the Yucca
40374 board. Now the Yucca board with 440SPe Rev. A chips is also supported.
40375
40376 Signed-off-by: Stefan Roese <sr@denx.de>
40377
40378commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
40379Author: Stefan Roese <sr@denx.de>
40380Date: Mon Jul 16 09:57:00 2007 +0200
40381
40382 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
40383
40384 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
40385 support non default, boardspecific DDR(2) controller configuration.
40386
40387 Signed-off-by: Stefan Roese <sr@denx.de>
40388
40389commit 5743a9207a370b90f09b20ebd61167c806b937f3
40390Author: Stefan Roese <sr@denx.de>
40391Date: Mon Jul 16 08:53:51 2007 +0200
40392
40393 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
40394
40395 The new function remove_tlb() can be used to remove the TLB's used to
40396 map a specific memory region. This is especially useful for the DDR(2)
40397 setup routines which configure the SDRAM area temporarily as a cached
40398 area (for speedup on auto-calibration and ECC generation) and later
40399 need this area uncached for normal usage.
40400
40401 Signed-off-by: Stefan Roese <sr@denx.de>
40402
Wolfgang Denkca722d52007-10-14 00:13:19 +020040403commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
40404Author: Michal Simek <monstr@monstr.eu>
40405Date: Mon Jul 16 00:31:07 2007 +0200
40406
40407 [PATCH] Support for Xilinx EmacLite controller
40408
Wolfgang Denk530181f2007-08-02 21:27:46 +020040409commit 3a6cab844cf74f76639d795e0be8717e02c86af7
40410Author: Wolfgang Denk <wd@denx.de>
40411Date: Sat Jul 14 22:51:02 2007 +0200
40412
40413 Update CHANGELOG
40414
40415 Signed-off-by: Wolfgang Denk <wd@denx.de>
40416
Wolfgang Denkca722d52007-10-14 00:13:19 +020040417commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
40418Author: Michal Simek <monstr@monstr.eu>
40419Date: Sat Jul 14 13:11:28 2007 +0200
40420
40421 [FIX] support for simply measuring time
40422
40423commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
40424Author: Michal Simek <monstr@monstr.eu>
40425Date: Sat Jul 14 12:41:23 2007 +0200
40426
40427 [FS] Added support for ROMFS
40428
Wolfgang Denkd97b4782007-07-14 22:51:02 +020040429commit 011595307731a7a67a7445d107c279d031e8ab97
40430Author: Heiko Schocher <hs@pollux.denx.de>
40431Date: Sat Jul 14 01:06:58 2007 +0200
40432
40433 [PCS440EP] - fix compile error, if BUILD_DIR is used
40434
Wolfgang Denkca722d52007-10-14 00:13:19 +020040435commit 5a2f1098d81ad58b309e5e558d0492643166a799
40436Author: Michal Simek <monstr@monstr.eu>
40437Date: Sat Jul 14 00:18:48 2007 +0200
40438
40439 [PATCH] Support time without timer
40440
40441commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
40442Author: Michal Simek <monstr@monstr.eu>
40443Date: Fri Jul 13 21:43:55 2007 +0200
40444
40445 [PATCH] Remove problem with disabled BARREL SHIFTER
40446
40447commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
40448Author: Michal Simek <monstr@monstr.eu>
40449Date: Fri Jul 13 21:41:44 2007 +0200
40450
40451 [FIX] correct help for rspr
40452
Wolfgang Denkd97b4782007-07-14 22:51:02 +020040453commit fad63407154f46246ce80d53a9c669a44362ac67
40454Author: Heiko Schocher <hs@pollux.denx.de>
40455Date: Fri Jul 13 09:54:17 2007 +0200
40456
40457 make show_boot_progress () weak.
40458
40459 Signed-off-by: Heiko Schocher <hs@denx.de>
40460
40461commit 907902472391b6ca1876ec300687562ecaf459b1
40462Author: Heiko Schocher <hs@pollux.denx.de>
40463Date: Fri Jul 13 08:26:05 2007 +0200
40464
40465 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur
40466 - fix compile error, if BUILD_DIR is used
40467
40468 Signed-off-by: Heiko Schocher <hs@denx.de>
40469
Wolfgang Denke5522fc2007-08-16 11:51:04 +020040470commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
40471Author: Stefan Roese <sr@denx.de>
40472Date: Thu Jul 12 16:32:08 2007 +0200
40473
40474 ppc4xx: Change receive buffer handling in the 4xx emac driver
40475
40476 This change fixes a bug in the receive buffer handling, that
40477 could lead to problems upon high network traffic (broadcasts...).
40478
40479 Signed-off-by: Stefan Roese <sr@denx.de>
40480
Wolfgang Denkd97b4782007-07-14 22:51:02 +020040481commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
40482Author: Wolfgang Denk <wd@denx.de>
40483Date: Thu Jul 12 01:45:34 2007 +0200
40484
40485 Update CHANGELOG, minor coding style cleanup.
40486
40487 Signed-off-by: Wolfgang Denk <wd@denx.de>
40488
Wolfgang Denk15e87572007-08-06 01:01:49 +020040489commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
40490Author: Andy Fleming <afleming@freescale.com>
40491Date: Fri Jun 8 16:41:18 2007 -0500
40492
40493 Remove erroneous errata code from Marvel 88E1111S driver
40494
40495 The Marvel 88E1111S driver for the TSEC was copied from the
40496 88E1101 driver, and included a fix for an erratum which does not
Wolfgang Denk9a0f7772007-08-06 15:59:45 +020040497 exist on that part. Now it is removed
Wolfgang Denk15e87572007-08-06 01:01:49 +020040498
40499 Signed-off-by: Andy Fleming <afleming@freescale.com>
40500
40501commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
40502Author: Andy Fleming <afleming@freescale.com>
40503Date: Tue Jun 5 16:38:44 2007 -0500
40504
40505 From: eran liberty <eran.liberty@gmail.com>
40506
40507 adds the reset register to 85xx immap
40508
40509 Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
40510 Signed-off-by: Andy Fleming <afleming@freescale.com>
40511
40512commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
40513Author: Andy Fleming <afleming@freescale.com>
40514Date: Thu May 10 17:50:01 2007 -0500
40515
40516 Polished the 85xx ADS config files
40517
40518 Made the boot commands use device trees by default.
40519 Also moved the ramdisk to 1000000 (I think the previous address
40520 was getting overridden during boot).
40521
40522 Signed-off-by: Andy Fleming <afleming@freescale.com>
40523
40524commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
40525Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40526Date: Wed May 9 11:03:32 2007 -0500
40527
40528 8544ds: Fix Makefile after moving pixis to board/freescale.
40529
40530 The OBJTREE != SRCTREE build scenario was broken.
40531 This fixes it.
40532
40533 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40534 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40535
40536commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
40537Author: Andy Fleming <afleming@freescale.com>
40538Date: Wed May 9 00:54:20 2007 -0500
40539
40540 tsec: Fix PHY code to match first driver
40541
40542 Jarrold Wen noticed that the generic PHY code always matches
40543 under the current implementation. Change it so the first match
40544 wins, and *only* unknown PHYs trigger the generic driver
40545
40546 Signed-off-by: Andy Fleming <afleming@freescale.com>
40547
40548commit ccc091aac61a38cd998d575d92f7232e256d6312
40549Author: Andy Fleming <afleming@freescale.com>
40550Date: Tue May 8 17:27:43 2007 -0500
40551
40552 Add support for CPM device tree configuration to 8560 ADS
40553
40554 * Adds code to modify CPM frequencies
40555 * Cleans up the config file to #define TSEC and (for now) #undef FCC
40556 * Adds the MII command for all 8560 ADS configurations
40557 * Updates config file to provide convenience commands for booting
40558 with a device tree
40559
40560 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
40561 Signed-off-by: Andy Fleming <afleming@freescale.com>
40562
40563commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
40564Author: Andy Fleming <afleming@freescale.com>
40565Date: Tue May 8 17:23:02 2007 -0500
40566
40567 Fix Marvell 88e1145 PHY init code
40568
40569 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
40570 where the reset was being done after the errata code instead of
40571 before.
40572
40573 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
40574 Signed-off-by: Andy Fleming <afleming@freescale.com>
40575
40576commit 5dc210dec5bace98a50b6ba905347890091a9bb0
40577Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40578Date: Wed Jul 11 14:52:16 2007 -0500
40579
40580 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
40581
40582 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40583
40584commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
40585Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40586Date: Wed Jul 11 14:52:08 2007 -0500
40587
40588 pciauto setup bridge
40589
40590 The P2P bridge bus numbers programmed into the device are relative to
40591 hose->first_busno.
40592
40593 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40594
40595commit 571f49fa717004ca4268b4e24057efc7bf9f987b
40596Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40597Date: Wed Jul 11 14:52:01 2007 -0500
40598
40599 Support PCIe extended config registers
40600
40601 FSL PCIe block has extended cfg registers in the 100 and 400 range.
40602 For example, to read the LTSSM register: pci display <busn>.0 404 1
40603
40604 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40605
40606commit ba5feb12581bb2912ce301e4866b71f846e9fc07
40607Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40608Date: Wed Jul 11 14:51:48 2007 -0500
40609
40610 Minor improvements to drivers/pci_auto.c
40611
40612 - Make pciauto_{pre,post}scan_setup_bridge non-static
40613 - Added physical address display in debug messages.
40614
40615 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40616
40617commit 40e81addab7bb74d20ddf681ce9babc880a828ee
40618Author: Ed Swarthout <Ed.Swarthout@freescale.com>
40619Date: Wed Jul 11 14:51:35 2007 -0500
40620
40621 Start pci hose scan from hose->current_busno.
40622
40623 Ensure hose->current_busno is not less than first_busno. This fixes
40624 broken board code which leaves current_busno=0 when first_busno is
40625 greater than 0 for the cases with multiple controllers.
40626
40627 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
40628
40629commit 3865b1fb7843a08ad49a6319a36415752276ff48
40630Author: Stefan Roese <sr@denx.de>
40631Date: Wed Jul 11 12:13:53 2007 +0200
40632
40633 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
40634
40635 Signed-off-by: Stefan Roese <sr@denx.de>
40636
Wolfgang Denke8779842007-07-12 01:45:34 +020040637commit fa1df308926a6f70e3504c57514ef27ac31fd13a
40638Author: Bartlomiej Sieka <tur@semihalf.com>
40639Date: Wed Jul 11 20:11:07 2007 +0200
40640
40641 CM1.QP1: Support for the Schindler CM1.QP1 board.
40642
40643 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
40644 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
40645
40646commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
40647Author: Heiko Schocher <hs@pollux.denx.de>
40648Date: Wed Jul 11 18:39:11 2007 +0200
40649
40650 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
40651 - now the Flash ST M29W040B is supported (not tested)
40652 - fix the "led" command
40653 - fix compile error, if BUILD_DIR is used
40654
40655 Signed-off-by: Heiko Schocher <hs@denx.de>
40656
Wolfgang Denk15e87572007-08-06 01:01:49 +020040657commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
40658Author: Stefan Roese <sr@denx.de>
40659Date: Sun Jul 8 13:44:27 2007 +0200
40660
40661 Fix malloc problem introduced with the relocation fixup for the PPC platform
40662
40663 The relocation fixup didn't handle the malloc pointer initialization
40664 correctly. This patch fixes this problem. Tested successfully on 4xx.
40665 The relocation fixup patches for 4xx will follow soon.
40666
40667 Signed-off-by: Stefan Roese <sr@denx.de>
40668
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020040669commit 0dca874db62718e41253659e60f3a1de7eb418ce
40670Author: TsiChung <tcliew@Goku.(none)>
40671Date: Tue Jul 10 15:45:43 2007 -0500
40672
40673 Cache update and added CFG_UNIFY_CACHE
40674
40675 Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
40676
40677 Signed-off-by: TsiChung <tcliew@Goku.(none)>
40678
40679commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
40680Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40681Date: Thu Jul 5 23:36:16 2007 -0500
40682
40683 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
40684
40685 Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
40686
40687 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40688
40689commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
40690Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40691Date: Thu Jul 5 23:31:25 2007 -0500
40692
40693 Update header files
40694
40695 Include immap.h and renamed mcfrtc.h to rtc.h
40696
40697 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40698
40699commit 2870e98ac8e5553e9187b12a47e5f46babb53990
40700Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40701Date: Thu Jul 5 23:29:21 2007 -0500
40702
40703 Add mcffec_initialize()
40704
40705 Added mcffec_initialize() in eth_initialize()
40706
40707 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40708
40709commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
40710Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40711Date: Thu Jul 5 23:27:40 2007 -0500
40712
40713 Update header file and clean up
40714
40715 Include immap.h
40716
40717 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40718
40719commit 0cee9c66318602c856a899ae5fa7579ccba6443a
40720Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40721Date: Thu Jul 5 23:23:15 2007 -0500
40722
40723 New uart structure and defines
40724
40725 Seperated from mcfuart.h
40726
40727 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40728
40729commit a90e79de8d99e9c9d69d60bfff9f24c337165900
40730Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40731Date: Thu Jul 5 23:22:31 2007 -0500
40732
40733 New timer structure and defines
40734
40735 Seperated from mcftimer.h
40736
40737 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40738
40739commit e04acb2eba4782489417240eff76e20e176aec10
40740Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40741Date: Thu Jul 5 23:21:09 2007 -0500
40742
40743 Rename mcfrtc to rtc
40744
40745 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
40746
40747 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40748
40749commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
40750Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40751Date: Thu Jul 5 23:17:36 2007 -0500
40752
40753 Rename mcfserial.c. Update include header
40754
40755 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
40756
40757 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40758
40759commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
40760Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40761Date: Thu Jul 5 23:13:58 2007 -0500
40762
40763 Header file update, clean up and cache handling
40764
40765 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
40766
40767 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40768
40769commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
40770Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40771Date: Thu Jul 5 23:10:40 2007 -0500
40772
40773 Create interrupts.c and modify Makefile
40774
40775 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
40776
40777 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40778
40779commit ddd104f1ed655eda50c06ba636237a83ed943f34
40780Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40781Date: Thu Jul 5 23:06:55 2007 -0500
40782
40783 Enable Icache
40784
40785 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40786
40787commit b9bf3de377b2bae70c983c9b97feae914999e735
40788Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40789Date: Thu Jul 5 23:05:31 2007 -0500
40790
40791 Update header file and some clean up
40792
40793 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
40794
40795 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40796
40797commit 84a015b52ec820a5ae173717d78516de731c89c2
40798Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40799Date: Thu Jul 5 23:03:28 2007 -0500
40800
40801 Update header file and enable icache
40802
40803 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
40804
40805 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40806
40807commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
40808Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40809Date: Thu Jul 5 23:01:22 2007 -0500
40810
40811 Update header file and removed interrupt_init()
40812
40813 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
40814
40815 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40816
40817commit 3b635492c95bd0d6e08f93f699821cba1f602a64
40818Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40819Date: Thu Jul 5 22:57:46 2007 -0500
40820
40821 Update for flash.o and mii.o
40822
40823 Removed flash.o and added mii.o
40824
40825 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40826
40827commit c5ded275d839e4ff79f41718d50a835d989f57bc
40828Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40829Date: Thu Jul 5 22:56:19 2007 -0500
40830
40831 MII functions calls.
40832
40833 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40834
40835commit 427c814104560e29bda14955c67703245aaaa5b4
40836Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40837Date: Thu Jul 5 22:54:42 2007 -0500
40838
40839 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
40840
40841 The removed MII routines will be placed in mii.c.
40842
40843 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40844
40845commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
40846Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40847Date: Thu Jul 5 22:51:05 2007 -0500
40848
40849 Duplicate code
40850
40851 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
40852
40853 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40854
40855commit 2744354a8437b8f78db178e30660215688bff570
40856Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40857Date: Thu Jul 5 22:46:38 2007 -0500
40858
40859 Seperate old structure defines and new structure defines
40860
40861 Removed new uart structure and defines to uart.h
40862
40863 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40864
40865commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
40866Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40867Date: Thu Jul 5 22:45:01 2007 -0500
40868
40869 Seperate old structure defines and new structure defines
40870
40871 New timer structure and defines will move to new timer.h
40872
40873 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40874
40875commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
40876Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40877Date: Thu Jul 5 22:42:23 2007 -0500
40878
40879 Clean up
40880
40881 Removed whitespace
40882
40883 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40884
40885commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
40886Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40887Date: Thu Jul 5 22:41:24 2007 -0500
40888
40889 Clean up
40890
40891 Replaced whitespace with tabs
40892
40893 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40894
40895commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
40896Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40897Date: Thu Jul 5 22:39:07 2007 -0500
40898
40899 Create new header file and move peripherals base address from configs file to new header file.
40900
40901 Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
40902
40903 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40904
40905commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
40906Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40907Date: Thu Jul 5 22:24:58 2007 -0500
40908
40909 Revert file mode
40910
40911 Changed MAKEALL file mode to executable, removed executable file mode from Makefile
40912
40913 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
40914
Wolfgang Denk15e87572007-08-06 01:01:49 +020040915commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
40916Author: Jon Loeliger <jdl@freescale.com>
40917Date: Tue Jul 10 11:19:50 2007 -0500
40918
40919 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
40920
40921 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40922 Those always evaluated TRUE, and thus were always compiled
40923 even when IDE really wasn't defined/wanted.
40924
40925 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40926
40927commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
40928Author: Jon Loeliger <jdl@freescale.com>
40929Date: Tue Jul 10 11:13:21 2007 -0500
40930
40931 drivers/: Remove lingering references to CFG_CMD_* symbols.
40932
40933 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40934 Those always evaluated TRUE, and thus were always compiled
40935 even when IDE really wasn't defined/wanted.
40936
40937 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40938
40939commit f40a7f3e3888b42a43674b099e5470022c8c544c
40940Author: Jon Loeliger <jdl@freescale.com>
40941Date: Tue Jul 10 11:07:56 2007 -0500
40942
40943 fs/: Remove lingering references to CFG_CMD_* symbols.
40944
40945 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40946 Those always evaluated TRUE, and thus were always compiled
40947 even when IDE really wasn't defined/wanted.
40948
40949 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40950
40951commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
40952Author: Jon Loeliger <jdl@freescale.com>
40953Date: Tue Jul 10 11:05:02 2007 -0500
40954
40955 net/: Remove lingering references to CFG_CMD_* symbols.
40956
40957 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40958 Those always evaluated TRUE, and thus were always compiled
40959 even when IDE really wasn't defined/wanted.
40960
40961 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40962
40963commit 902531788376046da212afd1661cffb62f3daa1c
40964Author: Jon Loeliger <jdl@freescale.com>
40965Date: Tue Jul 10 11:02:44 2007 -0500
40966
40967 common/: Remove lingering references to CFG_CMD_* symbols.
40968
40969 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40970 Those always evaluated TRUE, and thus were always compiled
40971 even when IDE really wasn't defined/wanted.
40972
40973 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40974
40975commit d39b57415838c73fb0a37eca84de3c68ba990586
40976Author: Jon Loeliger <jdl@freescale.com>
40977Date: Tue Jul 10 10:48:22 2007 -0500
40978
40979 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
40980
40981 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40982 Those always evaluated TRUE, and thus were always compiled
40983 even when IDE really wasn't defined/wanted.
40984
40985 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40986
40987commit 77a318545d57aefa844752465b94c7e09a3f26d0
40988Author: Jon Loeliger <jdl@freescale.com>
40989Date: Tue Jul 10 10:39:10 2007 -0500
40990
40991 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
40992
40993 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
40994 Those always evaluated TRUE, and thus were always compiled
40995 even when IDE really wasn't defined/wanted.
40996
40997 Signed-off-by: Jon Loeliger <jdl@freescale.com>
40998
40999commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
41000Author: Jon Loeliger <jdl@freescale.com>
41001Date: Tue Jul 10 10:27:39 2007 -0500
41002
41003 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
41004
41005 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41006
41007commit 079a136c3588814784561d6e4856970ee82d6e2a
41008Author: Jon Loeliger <jdl@freescale.com>
41009Date: Tue Jul 10 10:12:10 2007 -0500
41010
41011 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
41012
41013 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41014 used to be included but CONFIG_BOOTP_MASK was not defined.
41015
41016 Remove lingering references to CFG_CMD_* symbols.
41017
41018 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41019
41020commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
41021Author: Jon Loeliger <jdl@freescale.com>
41022Date: Tue Jul 10 09:38:02 2007 -0500
41023
41024 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
41025
41026 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41027 used to be included but CONFIG_BOOTP_MASK was not defined.
41028
41029 Remove lingering references to CFG_CMD_* symbols.
41030
41031 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41032
41033commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
41034Author: Jon Loeliger <jdl@freescale.com>
41035Date: Tue Jul 10 09:29:01 2007 -0500
41036
41037 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
41038
41039 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41040 used to be included but CONFIG_BOOTP_MASK was not defined.
41041
41042 Remove lingering references to CFG_CMD_* symbols.
41043
41044 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41045
41046commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
41047Author: Jon Loeliger <jdl@freescale.com>
41048Date: Tue Jul 10 09:22:23 2007 -0500
41049
41050 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
41051
41052 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41053 used to be included but CONFIG_BOOTP_MASK was not defined.
41054
41055 Remove lingering references to CFG_CMD_* symbols.
41056
41057 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41058
41059commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
41060Author: Jon Loeliger <jdl@freescale.com>
41061Date: Tue Jul 10 09:10:49 2007 -0500
41062
41063 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
41064
41065 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41066 used to be included but CONFIG_BOOTP_MASK was not defined.
41067
41068 Remove lingering references to CFG_CMD_* symbols.
41069
41070 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41071
41072commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
41073Author: Jon Loeliger <jdl@freescale.com>
41074Date: Tue Jul 10 09:02:57 2007 -0500
41075
41076 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
41077
41078 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
41079 used to be included but CONFIG_BOOTP_MASK was not defined.
41080
41081 Remove lingering references to CFG_CMD_* symbols.
41082
41083 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41084
41085commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
41086Author: Jon Loeliger <jdl@freescale.com>
41087Date: Mon Jul 9 22:08:34 2007 -0500
41088
41089 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
41090
41091 All of the choices for CONFIG_BOOTP_ are now documented in
41092 the README file. You must now individually select exactly
41093 the set that you want using a series of
41094 #define CONFIG_BOOTP_<x>
41095 statements in the board port config files now.
41096
41097 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41098
41099commit d3b8c1a743dcd31625c99e6a44590f207eb00028
41100Author: Jon Loeliger <jdl@freescale.com>
41101Date: Mon Jul 9 21:57:31 2007 -0500
41102
41103 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41104
41105 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41106
41107commit 2fd90ce575b02d189cbf443c85309bcd001aa393
41108Author: Jon Loeliger <jdl@freescale.com>
41109Date: Mon Jul 9 21:48:26 2007 -0500
41110
41111 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41112
41113 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41114
41115commit 37d4bb70586659dedef1658ce1bed071be098aec
41116Author: Jon Loeliger <jdl@freescale.com>
41117Date: Mon Jul 9 21:38:02 2007 -0500
41118
41119 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41120
41121 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41122
41123commit 18225e8dd1950bd6dbf35011e436db7f474c187d
41124Author: Jon Loeliger <jdl@freescale.com>
41125Date: Mon Jul 9 21:31:24 2007 -0500
41126
41127 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41128
41129 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41130
41131commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
41132Author: Jon Loeliger <jdl@freescale.com>
41133Date: Mon Jul 9 21:24:19 2007 -0500
41134
41135 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41136
41137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41138
41139commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
41140Author: Jon Loeliger <jdl@freescale.com>
41141Date: Mon Jul 9 21:16:53 2007 -0500
41142
41143 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
41144
41145 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41146
41147commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
41148Author: Jon Loeliger <jdl@freescale.com>
41149Date: Mon Jul 9 19:12:30 2007 -0500
41150
41151 Retire CONFIG_COMMANDS finally.
41152 Strip old CFG_CMD_* symbols out.
41153
41154 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41155
41156commit b5501f7d720fed99ab0b42c83f5dea52868ce007
41157Author: Jon Loeliger <jdl@freescale.com>
41158Date: Mon Jul 9 19:10:03 2007 -0500
41159
41160 Update README.* to reference new CONFIG_CMD_* names now.
41161
41162 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41163
41164commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
41165Author: Jon Loeliger <jdl@freescale.com>
41166Date: Mon Jul 9 19:06:00 2007 -0500
41167
41168 cpu/m*: Remove obsolete references to CONFIG_COMMANDS
41169
41170 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41171
41172commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
41173Author: Jon Loeliger <jdl@freescale.com>
41174Date: Mon Jul 9 18:57:22 2007 -0500
41175
41176 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
41177
41178 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41179
41180commit ab3abcbabd840928fb1eb5122118ca466b5e5013
41181Author: Jon Loeliger <jdl@freescale.com>
41182Date: Mon Jul 9 18:45:16 2007 -0500
41183
41184 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
41185
41186 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41187
41188commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
41189Author: Jon Loeliger <jdl@freescale.com>
41190Date: Mon Jul 9 18:38:39 2007 -0500
41191
41192 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
41193
41194 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41195
41196commit c508a4cefd8a953fc64957650506a035e6e3d9d1
41197Author: Jon Loeliger <jdl@freescale.com>
41198Date: Mon Jul 9 18:31:28 2007 -0500
41199
41200 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
41201
41202 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41203
41204commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
41205Author: Jon Loeliger <jdl@freescale.com>
41206Date: Mon Jul 9 18:24:55 2007 -0500
41207
41208 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
41209
41210 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41211
41212commit fcec2eb93e126400009729328e797f12bc94f1fd
41213Author: Jon Loeliger <jdl@freescale.com>
41214Date: Mon Jul 9 18:19:09 2007 -0500
41215
41216 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
41217
41218 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41219
41220commit a593814f2be0c9cdc3133cd550b167b8a988328f
41221Author: Jon Loeliger <jdl@freescale.com>
41222Date: Mon Jul 9 18:10:50 2007 -0500
41223
41224 rtc/: Remove obsolete references to CONFIG_COMMANDS
41225
41226 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41227
41228commit 67350568f9d46e66c21829f3513b3db0caeb948b
41229Author: Jon Loeliger <jdl@freescale.com>
41230Date: Mon Jul 9 18:05:38 2007 -0500
41231
41232 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
41233
41234 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41235
41236commit 7def6b34f910f08d7ef0a14646da067719237ca2
41237Author: Jon Loeliger <jdl@freescale.com>
41238Date: Mon Jul 9 18:02:11 2007 -0500
41239
41240 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
41241
41242 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41243
41244commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
41245Author: Jon Loeliger <jdl@freescale.com>
41246Date: Mon Jul 9 17:56:50 2007 -0500
41247
41248 fs/: Remove obsolete references to CONFIG_COMMANDS
41249
41250 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41251
41252commit c91898bbc505aff3e12a807af88e76da18efb7ee
41253Author: Jon Loeliger <jdl@freescale.com>
41254Date: Mon Jul 9 17:46:09 2007 -0500
41255
41256 tools/: Remove obsolete references to CONFIG_COMMANDS
41257
41258 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41259
41260commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
41261Author: Jon Loeliger <jdl@freescale.com>
41262Date: Mon Jul 9 17:45:14 2007 -0500
41263
41264 net/: Remove obsolete references to CONFIG_COMMANDS
41265
41266 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41267
41268commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
41269Author: Jon Loeliger <jdl@freescale.com>
41270Date: Mon Jul 9 17:39:42 2007 -0500
41271
41272 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
41273
41274 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41275
41276commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
41277Author: Jon Loeliger <jdl@freescale.com>
41278Date: Mon Jul 9 17:30:01 2007 -0500
41279
41280 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
41281
41282 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41283
41284commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
41285Author: Jon Loeliger <jdl@freescale.com>
41286Date: Mon Jul 9 17:22:37 2007 -0500
41287
41288 disk/: Remove obsolete references to CONFIG_COMMANDS
41289
41290 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41291
41292commit 639221c76c88215bd55af83ad174fc30d1940f8f
41293Author: Jon Loeliger <jdl@freescale.com>
41294Date: Mon Jul 9 17:15:49 2007 -0500
41295
41296 include/: Remove obsolete references to CONFIG_COMMANDS
41297 Mostly removed from comments here.
41298
41299 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41300
Wolfgang Denke8779842007-07-12 01:45:34 +020041301commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
41302Author: Wolfgang Denk <wd@denx.de>
41303Date: Tue Jul 10 00:01:28 2007 +0200
41304
41305 Coding style cleanup; update CHANGELOG.
41306
41307 Signed-off-by: Wolfgang Denk <wd@denx.de>
41308
Wolfgang Denke5522fc2007-08-16 11:51:04 +020041309commit c8603cfbd4573379a6076c9c208545ba2bbf019a
41310Author: Stefan Roese <sr@denx.de>
41311Date: Mon Jul 9 11:00:24 2007 +0200
41312
41313 Small coding style cleanup
41314
41315 Signed-off-by: Stefan Roese <sr@denx.de>
41316
41317commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
41318Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41319Date: Mon Jul 9 10:10:08 2007 +0200
41320
41321 Migrate esd 405EP boards to new NAND subsystem
41322
41323 Remove unused CFG_NAND_LEGACY define
41324
41325 These boards to not have NAND.
41326
41327 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41328
41329commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
41330Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41331Date: Mon Jul 9 10:10:06 2007 +0200
41332
41333 Migrate esd 405EP boards to new NAND subsystem
41334
41335 Migrate esd 405EP boards to new NAND subsystem
41336
41337 -cleanup
41338 -use correct io accessors (in/out_be32())
41339
41340 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41341
41342commit e09f7ab5749c345f924da272bea0521a73af5b11
41343Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41344Date: Mon Jul 9 10:10:04 2007 +0200
41345
41346 Migrate esd 405EP boards to new NAND subsystem
41347
41348 This patch prepares the migration from the legacy NAND driver
41349 to U-Boot's new NAND subsystem for esd boards.
41350
41351 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
41352
Wolfgang Denk15e87572007-08-06 01:01:49 +020041353commit c3517f919d0f61650cf3027fd4faf0f631142f6c
41354Author: Jon Loeliger <jdl@freescale.com>
41355Date: Sun Jul 8 18:10:08 2007 -0500
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041356
Wolfgang Denk15e87572007-08-06 01:01:49 +020041357 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041358
Wolfgang Denk15e87572007-08-06 01:01:49 +020041359 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041360
Wolfgang Denk15e87572007-08-06 01:01:49 +020041361commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
41362Author: Jon Loeliger <jdl@freescale.com>
41363Date: Sun Jul 8 18:05:39 2007 -0500
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041364
Wolfgang Denk15e87572007-08-06 01:01:49 +020041365 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041366
Wolfgang Denk15e87572007-08-06 01:01:49 +020041367 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041368
Wolfgang Denk15e87572007-08-06 01:01:49 +020041369commit c76fe47425afc7d5d670ff0539823c85d65d9c42
41370Author: Jon Loeliger <jdl@freescale.com>
41371Date: Sun Jul 8 18:02:23 2007 -0500
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041372
Wolfgang Denk15e87572007-08-06 01:01:49 +020041373 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041374
Wolfgang Denk15e87572007-08-06 01:01:49 +020041375 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041376
Wolfgang Denk15e87572007-08-06 01:01:49 +020041377commit baa26db4113679b80970ff447d91cc10217742a6
41378Author: Jon Loeliger <jdl@freescale.com>
41379Date: Sun Jul 8 17:51:39 2007 -0500
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041380
Wolfgang Denk15e87572007-08-06 01:01:49 +020041381 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041382
Wolfgang Denk15e87572007-08-06 01:01:49 +020041383 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka0453aa2007-07-10 00:01:28 +020041384
Wolfgang Denk15e87572007-08-06 01:01:49 +020041385commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
41386Author: Jon Loeliger <jdl@freescale.com>
41387Date: Sun Jul 8 17:02:01 2007 -0500
41388
41389 Clear up confusion over the CMD_POST and POST_DIAG mess.
41390
41391 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
41392 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST.
41393 Clear this mess up some.
41394
41395 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41396
41397commit b3631487105a57ab7cbadfc26efbaf9676275018
41398Author: Jon Loeliger <jdl@freescale.com>
41399Date: Sun Jul 8 15:45:08 2007 -0500
41400
41401 Remove references to the old cmd_confdefs.h include file.
41402
41403 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41404
41405commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
41406Author: Jon Loeliger <jdl@freescale.com>
41407Date: Sun Jul 8 15:42:59 2007 -0500
41408
41409 include/configs: Catch some CONFIG_CMD_* conversion stragglers.
41410
41411 Use new CONFIG_CMD_* in lwmon5.h board config file.
41412 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
41413
41414 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41415
41416commit a5562901661bd428f7e5feb333f796372cb81019
41417Author: Jon Loeliger <jdl@freescale.com>
41418Date: Sun Jul 8 15:31:57 2007 -0500
41419
41420 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
41421
41422 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41423
41424commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
41425Author: Jon Loeliger <jdl@freescale.com>
41426Date: Sun Jul 8 15:02:44 2007 -0500
41427
41428 include/configs: Use new CONFIG_CMD_* in various S* named board config files.
41429
41430 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41431
41432commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
41433Author: Jon Loeliger <jdl@freescale.com>
41434Date: Sun Jul 8 15:12:40 2007 -0500
41435
41436 include/configs: Use new CONFIG_CMD_* in various R* named board config files.
41437
41438 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41439
41440commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
41441Author: Jon Loeliger <jdl@freescale.com>
41442Date: Sun Jul 8 14:55:07 2007 -0500
41443
41444 include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
41445
41446 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41447
41448commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
41449Author: Jon Loeliger <jdl@freescale.com>
41450Date: Sun Jul 8 14:49:44 2007 -0500
41451
41452 include/configs: Use new CONFIG_CMD_* in various P* named board config files.
41453
41454 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41455
41456commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
41457Author: Jon Loeliger <jdl@freescale.com>
41458Date: Sun Jul 8 14:21:43 2007 -0500
41459
41460 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
41461
41462 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41463
41464commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
41465Author: Jon Loeliger <jdl@freescale.com>
41466Date: Sun Jul 8 14:14:17 2007 -0500
41467
41468 include/configs: Use new CONFIG_CMD_* in various M* named board config files.
41469
41470 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41471
41472commit 348f258f24253433e4a2302a0bbceb6740a67246
41473Author: Jon Loeliger <jdl@freescale.com>
41474Date: Sun Jul 8 13:46:18 2007 -0500
41475
41476 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
41477
41478 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41479
41480commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
41481Author: Jon Loeliger <jdl@freescale.com>
41482Date: Sun Jul 8 10:09:35 2007 -0500
41483
41484 include/configs: Use new CONFIG_CMD_* in various H* named board config files.
41485
41486 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41487
41488commit 60a0876b5106b34220e459c208bbf648073306c0
41489Author: Jon Loeliger <jdl@freescale.com>
41490Date: Sat Jul 7 21:04:26 2007 -0500
41491
41492 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
41493
41494 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41495
41496commit dcaa71562826a2466e894c868d132509dcda8444
41497Author: Jon Loeliger <jdl@freescale.com>
41498Date: Sat Jul 7 20:56:05 2007 -0500
41499
41500 include/configs: Use new CONFIG_CMD_* in various E* named board config files.
41501
41502 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41503
41504commit 3c3227f3c737502311b25b72084573901cbbf17d
41505Author: Jon Loeliger <jdl@freescale.com>
41506Date: Sat Jul 7 20:40:43 2007 -0500
41507
41508 include/configs: Use new CONFIG_CMD_* in various D* named board config files.
41509
41510 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41511
41512commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
41513Author: Jon Loeliger <jdl@freescale.com>
41514Date: Thu Jul 5 19:52:35 2007 -0500
41515
41516 include/configs: Use new CONFIG_CMD_* in various C* named board config files.
41517
41518 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41519
41520commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
41521Author: Jon Loeliger <jdl@freescale.com>
41522Date: Thu Jul 5 19:32:07 2007 -0500
41523
41524 include/configs: Use new CONFIG_CMD_* in various B* named board config files.
41525
41526 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41527
41528commit 498ff9a228485bd4b9f23d066bada268f9add1dd
41529Author: Jon Loeliger <jdl@freescale.com>
41530Date: Thu Jul 5 19:13:52 2007 -0500
41531
41532 include/configs: Use new CONFIG_CMD_* in various A* named board config files.
41533
41534 Since ADS860.h includes "board/fads/fads.h" with ramifications
41535 on the CONFIG_COMMAND treatment, it too has to be adjusted to
41536 exclude already configured commands in this same commit.
41537
41538 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41539
Wolfgang Denke5522fc2007-08-16 11:51:04 +020041540commit 10e038932f22ee80ebd53de312531e70e6590a2f
41541Author: Thomas Knobloch <knobloch@siemens.com>
41542Date: Fri Jul 6 14:58:39 2007 +0200
41543
41544 [NAND] Bad block skipping for command nboot
41545
41546 The old implementation of command nboot does not support reading the image from
41547 NAND flash with skipping of bad blocks. The patch implements a new version of
41548 the nboot command: by calling nboot.jffs2 from the u-boot command line the
41549 command will load the image from NAND flash with respect to bad blocks (by using
41550 nand_read_opts()). This is similar to e.g. the NAND read command: "nand
41551 read.jffs2 ...".
41552
41553 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
41554 Signed-off-by: Stefan Roese <sr@denx.de>
41555
41556commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
41557Author: Stefan Roese <sr@denx.de>
41558Date: Fri Jul 6 12:26:51 2007 +0200
41559
41560 ppc4xx: Update lwmon5 default environment
41561
41562 Signed-off-by: Stefan Roese <sr@denx.de>
41563
41564commit 5d187430a055d62f17ca84d75e7245439d1f7e75
41565Author: Stefan Roese <sr@denx.de>
41566Date: Fri Jul 6 11:48:24 2007 +0200
41567
41568 ppc4xx: Update lwmon5 board
41569
41570 Add unlock=yes environment variable to default variables to unlock
41571 the CFI flash by default.
41572
41573 Signed-off-by: Stefan Roese <sr@denx.de>
41574
Wolfgang Denk15e87572007-08-06 01:01:49 +020041575commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
41576Author: Stefan Roese <sr@denx.de>
41577Date: Fri Jul 6 09:45:47 2007 +0200
41578
41579 Fix problem with get/setdcr commands introduced by cfg patches
41580
41581 Signed-off-by: Stefan Roese <sr@denx.de>
41582
41583commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
41584Author: Wolfgang Denk <wd@denx.de>
41585Date: Fri Jul 6 02:50:19 2007 +0200
41586
41587 Code cleanup and default config update for STC GP3 SSA board.
41588
41589 Signed-off-by: Wolfgang Denk <wd@denx.de>
41590
41591commit e4dbe1b215f5c6c462e76909d240bd96472b84de
41592Author: Wolfgang Denk <wd@denx.de>
41593Date: Thu Jul 5 17:56:27 2007 +0200
41594
41595 Fixing some typos etc. introduced mainly by cfg patches.
41596
41597 Signed-off-by: Wolfgang Denk <wd@denx.de>
41598
41599commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
41600Author: Wolfgang Denk <wd@denx.de>
41601Date: Thu Jul 5 11:12:16 2007 +0200
41602
41603 Minor coding style cleanup. Update CHANGELOG.
41604
Wolfgang Denkbf6bad62007-07-05 11:12:16 +020041605commit dca3b3d6d6396b67e5e84af53452164923c73443
41606Author: Jon Loeliger <jdl@jdl.com>
41607Date: Wed Jul 4 22:33:46 2007 -0500
41608
41609 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
41610
41611 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41612
41613commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
41614Author: Jon Loeliger <jdl@jdl.com>
41615Date: Wed Jul 4 22:33:38 2007 -0500
41616
41617 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
41618
41619 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41620
41621commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
41622Author: Jon Loeliger <jdl@jdl.com>
41623Date: Wed Jul 4 22:33:30 2007 -0500
41624
41625 include/configs: Use new CONFIG_CMD_* in various s* named board config files.
41626
41627 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41628
41629commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
41630Author: Jon Loeliger <jdl@jdl.com>
41631Date: Wed Jul 4 22:33:23 2007 -0500
41632
41633 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
41634
41635 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41636
41637commit 26a34560d56a9df5bc2ae23525d9229736134757
41638Author: Jon Loeliger <jdl@jdl.com>
41639Date: Wed Jul 4 22:33:17 2007 -0500
41640
41641 include/configs: Use new CONFIG_CMD_* in various p* named board config files.
41642
41643 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41644
41645commit a5cb23092a7d31490a33d4ec871468b63babfa3c
41646Author: Jon Loeliger <jdl@jdl.com>
41647Date: Wed Jul 4 22:33:13 2007 -0500
41648
41649 include/configs: Use new CONFIG_CMD_* in various o* named board config files.
41650
41651 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41652
41653commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
41654Author: Jon Loeliger <jdl@jdl.com>
41655Date: Wed Jul 4 22:33:07 2007 -0500
41656
41657 include/configs: Use new CONFIG_CMD_* in various n* named board config files.
41658
41659 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41660
41661commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
41662Author: Jon Loeliger <jdl@jdl.com>
41663Date: Wed Jul 4 22:33:01 2007 -0500
41664
41665 include/configs: Use new CONFIG_CMD_* in various m* named board config files.
41666
41667 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41668
41669commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
41670Author: Jon Loeliger <jdl@jdl.com>
41671Date: Wed Jul 4 22:32:57 2007 -0500
41672
41673 include/configs: Use new CONFIG_CMD_* in various l* named board config files.
41674
41675 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41676
41677commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
41678Author: Jon Loeliger <jdl@jdl.com>
41679Date: Wed Jul 4 22:32:51 2007 -0500
41680
41681 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
41682
41683 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41684
41685commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
41686Author: Jon Loeliger <jdl@jdl.com>
41687Date: Wed Jul 4 22:32:32 2007 -0500
41688
41689 include/configs: Use new CONFIG_CMD_* in various i* named board config files.
41690
41691 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41692
41693commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
41694Author: Jon Loeliger <jdl@jdl.com>
41695Date: Wed Jul 4 22:32:25 2007 -0500
41696
41697 include/configs: Use new CONFIG_CMD_* in various h* named board config files.
41698
41699 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41700
41701commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
41702Author: Jon Loeliger <jdl@jdl.com>
41703Date: Wed Jul 4 22:32:19 2007 -0500
41704
41705 include/configs: Use new CONFIG_CMD_* in various g* named board config files.
41706
41707 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41708
41709commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
41710Author: Jon Loeliger <jdl@jdl.com>
41711Date: Wed Jul 4 22:32:10 2007 -0500
41712
41713 include/configs: Use new CONFIG_CMD_* in various e* named board config files.
41714
41715 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41716
41717commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
41718Author: Jon Loeliger <jdl@jdl.com>
41719Date: Wed Jul 4 22:32:03 2007 -0500
41720
41721 include/configs: Use new CONFIG_CMD_* in various d* named board config files.
41722
41723 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41724
41725commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
41726Author: Jon Loeliger <jdl@jdl.com>
41727Date: Wed Jul 4 22:31:56 2007 -0500
41728
41729 include/configs: Use new CONFIG_CMD_* in various c* named board config files.
41730
41731 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41732
41733commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
41734Author: Jon Loeliger <jdl@jdl.com>
41735Date: Wed Jul 4 22:31:49 2007 -0500
41736
41737 include/configs: Use new CONFIG_CMD_* in various b* named board config files.
41738
41739 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41740
41741commit 0b361c916617aff79e647b40f0e43361e0bbaccf
41742Author: Jon Loeliger <jdl@jdl.com>
41743Date: Wed Jul 4 22:31:42 2007 -0500
41744
41745 include/configs: Use new CONFIG_CMD_* in various a* named board config files.
41746
41747 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41748
41749commit b730cda82e362df6a22f4c59c0a9b97e885b1014
41750Author: Jon Loeliger <jdl@jdl.com>
41751Date: Wed Jul 4 22:31:35 2007 -0500
41752
41753 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
41754
41755 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41756
41757commit d794cfefead5fc177cf4f41164e80382e9c9484a
41758Author: Jon Loeliger <jdl@jdl.com>
41759Date: Wed Jul 4 22:31:15 2007 -0500
41760
41761 include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
41762
41763 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41764
41765commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
41766Author: Jon Loeliger <jdl@jdl.com>
41767Date: Wed Jul 4 22:31:07 2007 -0500
41768
41769 include/configs: Use new CONFIG_CMD_* in STx board config files.
41770
41771 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41772
41773commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
41774Author: Jon Loeliger <jdl@jdl.com>
41775Date: Wed Jul 4 22:30:58 2007 -0500
41776
41777 include/configs: Use new CONFIG_CMD_* in sbc* board config files.
41778
41779 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41780
41781commit 2694690e285acaa34922f55f4b5ae030da60c55a
41782Author: Jon Loeliger <jdl@jdl.com>
41783Date: Wed Jul 4 22:30:50 2007 -0500
41784
41785 include/configs: Use new CONFIG_CMD_* in TQM board config files.
41786
41787 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41788
41789commit 1cc4c458329765b58e584a19821e796b3c10e976
41790Author: Jon Loeliger <jdl@jdl.com>
41791Date: Wed Jul 4 22:30:28 2007 -0500
41792
41793 include/configs: Use new CONFIG_CMD_* in 82xx board config files.
41794
41795 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41796
41797commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
41798Author: Jon Loeliger <jdl@jdl.com>
41799Date: Wed Jul 4 22:30:06 2007 -0500
41800
41801 include/configs: Use new CONFIG_CMD_* in 83xx board config files.
41802
41803 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41804
Wolfgang Denk15e87572007-08-06 01:01:49 +020041805commit b44896215a09c60fa40cae906f7ed207bbc2c492
41806Author: Sergei Poselenov <sposelenov@emcraft.com>
41807Date: Thu Jul 5 08:17:37 2007 +0200
41808
41809 Merged POST framework with the current TOT.
41810
41811 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
41812
Wolfgang Denkbf6bad62007-07-05 11:12:16 +020041813commit b24629fa377214d63bb40d1360e354b6d3e4af56
41814Author: Jon Loeliger <jdl@jdl.com>
41815Date: Wed Jun 13 13:23:15 2007 -0500
41816
41817 mpc86xx: Remove old CFG_CMD_* references.
41818
41819 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41820
41821commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
41822Author: Jon Loeliger <jdl@jdl.com>
41823Date: Wed Jun 13 13:22:54 2007 -0500
41824
41825 Add MPC8568MDS to MAKEALL 85xx target.
41826
41827 It was missing from the original port submission.
41828
41829 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41830
41831commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
41832Author: Jon Loeliger <jdl@jdl.com>
41833Date: Wed Jun 13 13:22:08 2007 -0500
41834
41835 include/configs: Use new CONFIG_CMD_* in 85xx board config files.
41836
41837 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41838
41839commit 56b304ac2091689506088a9ae67f63fd6300cf16
41840Author: Jon Loeliger <jdl@jdl.com>
41841Date: Wed Jun 13 13:21:37 2007 -0500
41842
41843 Fix #if typo in CONFIG_CMD_* changes.
41844
41845 Signed-off-by: Jon Loeliger <jdl@freescale.com>
41846
Wolfgang Denk15e87572007-08-06 01:01:49 +020041847commit f780b83316d9af1f61d71cc88b1917b387b9b995
41848Author: Niklaus Giger <niklausgiger@gmx.ch>
41849Date: Wed Jun 27 18:11:38 2007 +0200
41850
41851 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
41852
41853 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
41854
41855commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
41856Author: Stefan Roese <sr@denx.de>
41857Date: Wed Jul 4 10:06:30 2007 +0200
41858
41859 ppc4xx: Update lwmon5 board
41860
41861 - Add optional ECC generation routine to preserve existing
41862 RAM values. This is needed for the Linux log-buffer support
41863 - Add optional DDR2 setup with CL=4
41864 - GPIO50 not used anymore
41865 - Lime register setup added
41866
41867 Signed-off-by: Stefan Roese <sr@denx.de>
41868
Wolfgang Denkbf6bad62007-07-05 11:12:16 +020041869commit 6810a34677dbc446334f5e451f1682426dd33b49
41870Author: Grant Likely <grant.likely@secretlab.ca>
41871Date: Tue Jul 3 00:17:28 2007 -0600
41872
41873 Fix Makefile to use $(MKCONFIG) macro for all board ports
41874
41875 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41876
41877commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
41878Author: Grant Likely <grant.likely@secretlab.ca>
41879Date: Tue Jul 3 00:17:28 2007 -0600
41880
41881 Fix Makefile to use $(MKCONFIG) macro for all board ports
41882
41883 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41884
41885commit 057004f4a4863554d56cc56268bfa7c7d9738e27
41886Author: Grant Likely <grant.likely@secretlab.ca>
41887Date: Tue Jul 3 00:34:49 2007 -0600
41888
41889 Correct fixup relocation for mpc83xx
41890
41891 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41892
41893commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
41894Author: Grant Likely <grant.likely@secretlab.ca>
41895Date: Tue Jul 3 00:34:44 2007 -0600
41896
41897 Correct fixup relocation for mpc8260
41898
41899 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41900
41901commit f3a52fe05923935db86985daf9438e2f70ac39aa
41902Author: Grant Likely <grant.likely@secretlab.ca>
41903Date: Tue Jul 3 00:34:39 2007 -0600
41904
41905 Correct fixup relocation for mpc824x
41906
41907 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41908
41909commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
41910Author: Grant Likely <grant.likely@secretlab.ca>
41911Date: Tue Jul 3 00:34:34 2007 -0600
41912
41913 Correct fixup relocation for mpc8220
41914
41915 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41916
41917commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
41918Author: Grant Likely <grant.likely@secretlab.ca>
41919Date: Tue Jul 3 00:34:29 2007 -0600
41920
41921 Correct fixup relocation for MPC5xxx
41922
41923 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41924
41925commit 3649cd99ba815b6601868735765602f00ef3692b
41926Author: Grant Likely <grant.likely@secretlab.ca>
41927Date: Tue Jul 3 00:34:24 2007 -0600
41928
41929 Correct relocation fixup for mpc5xx
41930
41931 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41932
41933commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
41934Author: Grant Likely <grant.likely@secretlab.ca>
41935Date: Tue Jul 3 00:34:19 2007 -0600
41936
41937 Don't set gd->reloc_off if relocation of .fixup works correctly
41938
41939 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41940
41941commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
41942Author: Grant Likely <grant.likely@secretlab.ca>
41943Date: Tue Jul 3 00:34:14 2007 -0600
41944
41945 Remove obsolete mpc83xx linker scripts
41946
41947 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41948
41949commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
41950Author: Grant Likely <grant.likely@secretlab.ca>
41951Date: Tue Jul 3 00:34:09 2007 -0600
41952
41953 Consolidate mpc8260 linker scripts
41954
41955 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41956
41957commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
41958Author: Grant Likely <grant.likely@secretlab.ca>
41959Date: Tue Jul 3 00:34:04 2007 -0600
41960
41961 Remove obsolete mpc824x linker scripts
41962
41963 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41964
41965commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
41966Author: Grant Likely <grant.likely@secretlab.ca>
41967Date: Tue Jul 3 00:33:59 2007 -0600
41968
41969 Remove obsolete mpc824x linker scripts (3 of 4)
41970
41971 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41972
41973commit a71c084f3ac7fedf144537db2b2da47323068833
41974Author: Grant Likely <grant.likely@secretlab.ca>
41975Date: Tue Jul 3 00:33:53 2007 -0600
41976
41977 Remove obsolete mpc824x linker scripts (2 of 4)
41978
41979 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41980
41981commit f670a15468d1365241d40022b9408e1004181f5e
41982Author: Grant Likely <grant.likely@secretlab.ca>
41983Date: Tue Jul 3 00:33:48 2007 -0600
41984
41985 Remove obsolete mpc824x linker scripts (1 of 4)
41986
41987 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41988
41989commit 09555bd45a04c0e54f172528d21bc18896550d28
41990Author: Grant Likely <grant.likely@secretlab.ca>
41991Date: Tue Jul 3 00:33:43 2007 -0600
41992
41993 Remove obsolete mpc8220 linker scripts
41994
41995 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
41996
41997commit 5efb992f046e51225c93d52f80fecbe433abd789
41998Author: Grant Likely <grant.likely@secretlab.ca>
41999Date: Tue Jul 3 00:33:38 2007 -0600
42000
42001 Remove obsolete mpc5xxx linker scripts (3 of 3)
42002
42003 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42004
42005commit 07c13dfef65b31647e69d8b61daa1eec598add1a
42006Author: Grant Likely <grant.likely@secretlab.ca>
42007Date: Tue Jul 3 00:33:33 2007 -0600
42008
42009 Remove obsolete mpc5xxx linker scripts (2 of 3)
42010
42011 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42012
42013commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
42014Author: Grant Likely <grant.likely@secretlab.ca>
42015Date: Tue Jul 3 00:33:28 2007 -0600
42016
42017 Remove obsolete mpc5xxx linker scripts (1 of 3)
42018
42019 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42020
42021commit b7d8e05f8675249b5f208aa73babeed384a4519d
42022Author: Grant Likely <grant.likely@secretlab.ca>
42023Date: Tue Jul 3 00:33:23 2007 -0600
42024
42025 Remove obsolete mpc5xx linker scripts
42026
42027 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42028
42029commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
42030Author: Grant Likely <grant.likely@secretlab.ca>
42031Date: Tue Jul 3 00:33:18 2007 -0600
42032
42033 Consolidate mpc83xx linker scripts
42034
42035 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42036
42037commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
42038Author: Grant Likely <grant.likely@secretlab.ca>
42039Date: Tue Jul 3 00:33:13 2007 -0600
42040
42041 Consolidate mpc8260 linker scripts
42042
42043 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42044
42045commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
42046Author: Grant Likely <grant.likely@secretlab.ca>
42047Date: Tue Jul 3 00:33:08 2007 -0600
42048
42049 Consolidate mpc824x linker scripts
42050
42051 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42052
42053commit 9c757b789a59a855db57b448dd825329c4e9c4a0
42054Author: Grant Likely <grant.likely@secretlab.ca>
42055Date: Tue Jul 3 00:33:03 2007 -0600
42056
42057 Consolidate mpc8220 linker scripts
42058
42059 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42060
42061commit d181c9a15cd41863fe24840d17848429f27d3c8c
42062Author: Grant Likely <grant.likely@secretlab.ca>
42063Date: Tue Jul 3 00:32:58 2007 -0600
42064
42065 Consolidate mpc5xxx linker scripts
42066
42067 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42068
42069commit 287ac924adb7291bebe5086652a362a30ab28b13
42070Author: Grant Likely <grant.likely@secretlab.ca>
42071Date: Tue Jul 3 00:32:53 2007 -0600
42072
42073 Consolidate mpc5xx linker scripts
42074
42075 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
42076
42077commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
42078Author: Wolfgang Denk <wd@denx.de>
42079Date: Wed Jul 4 00:43:53 2007 +0200
42080
42081 Fix a few file permission problems.
42082
42083 Signed-off-by: Wolfgang Denk <wd@denx.de>
42084
42085commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
42086Author: Wolfgang Denk <wd@denx.de>
42087Date: Wed Jul 4 00:38:38 2007 +0200
42088
42089 Minor coding style cleanup. Rebuild CHANGELOG file.
42090
Wolfgang Denk284c9bb2007-07-04 00:38:38 +020042091commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
42092Author: Jon Loeliger <jdl@jdl.com>
42093Date: Mon Jun 11 19:03:44 2007 -0500
42094
42095 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
42096
42097 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42098
42099commit 602ad3b33d9ceef83dbab46be68646d645d637ee
42100Author: Jon Loeliger <jdl@jdl.com>
42101Date: Mon Jun 11 19:03:39 2007 -0500
42102
42103 README: Rewrite command line config to use CONFIG_CMD_* names.
42104
42105 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42106
42107commit 72a074cec68e5bad60d63206c050974e08afd804
42108Author: Jon Loeliger <jdl@jdl.com>
42109Date: Mon Jun 11 19:03:34 2007 -0500
42110
42111 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42112
42113 This is a compatibility step that allows both the older form
42114 and the new form to co-exist for a while until the older can
42115 be removed entirely.
42116
42117 All transformations are of the form:
42118 Before:
42119 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42120 After:
42121 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42122
42123 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42124
42125commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
42126Author: Jon Loeliger <jdl@jdl.com>
42127Date: Mon Jun 11 19:03:28 2007 -0500
42128
42129 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42130
42131 This is a compatibility step that allows both the older form
42132 and the new form to co-exist for a while until the older can
42133 be removed entirely.
42134
42135 All transformations are of the form:
42136 Before:
42137 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42138 After:
42139 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42140
42141 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42142
42143commit 9107ebe0d352420895ab69b715697bdebc8caf50
42144Author: Jon Loeliger <jdl@jdl.com>
42145Date: Mon Jun 11 19:03:23 2007 -0500
42146
42147 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42148
42149 This is a compatibility step that allows both the older form
42150 and the new form to co-exist for a while until the older can
42151 be removed entirely.
42152
42153 All transformations are of the form:
42154 Before:
42155 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42156 After:
42157 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42158
42159 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42160
42161commit 5e378003d592ea828ec69d6defcd4de79096dd5c
42162Author: Jon Loeliger <jdl@jdl.com>
42163Date: Mon Jun 11 19:03:19 2007 -0500
42164
42165 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42166
42167 This is a compatibility step that allows both the older form
42168 and the new form to co-exist for a while until the older can
42169 be removed entirely.
42170
42171 All transformations are of the form:
42172 Before:
42173 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42174 After:
42175 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42176
42177 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42178
42179commit 737184114ec9c9e0ab94d6713536126073bd2472
42180Author: Jon Loeliger <jdl@jdl.com>
42181Date: Mon Jun 11 19:03:15 2007 -0500
42182
42183 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42184
42185 This is a compatibility step that allows both the older form
42186 and the new form to co-exist for a while until the older can
42187 be removed entirely.
42188
42189 All transformations are of the form:
42190 Before:
42191 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42192 After:
42193 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42194
42195 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42196
42197commit f48070fe5fe440dfb5ee5268c920de70e48ea327
42198Author: Jon Loeliger <jdl@jdl.com>
42199Date: Mon Jun 11 19:03:08 2007 -0500
42200
42201 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42202
42203 This is a compatibility step that allows both the older form
42204 and the new form to co-exist for a while until the older can
42205 be removed entirely.
42206
42207 All transformations are of the form:
42208 Before:
42209 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42210 After:
42211 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42212
42213 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42214
42215commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
42216Author: Jon Loeliger <jdl@jdl.com>
42217Date: Mon Jun 11 19:03:03 2007 -0500
42218
42219 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42220
42221 This is a compatibility step that allows both the older form
42222 and the new form to co-exist for a while until the older can
42223 be removed entirely.
42224
42225 All transformations are of the form:
42226 Before:
42227 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42228 After:
42229 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42230
42231 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42232
42233commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
42234Author: Jon Loeliger <jdl@jdl.com>
42235Date: Mon Jun 11 19:02:58 2007 -0500
42236
42237 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42238
42239 This is a compatibility step that allows both the older form
42240 and the new form to co-exist for a while until the older can
42241 be removed entirely.
42242
42243 All transformations are of the form:
42244 Before:
42245 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42246 After:
42247 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42248
42249 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42250
42251commit 98b79003c21c2578206003256de4e781d6b36ca8
42252Author: Jon Loeliger <jdl@jdl.com>
42253Date: Mon Jun 11 19:02:53 2007 -0500
42254
42255 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42256
42257 This is a compatibility step that allows both the older form
42258 and the new form to co-exist for a while until the older can
42259 be removed entirely.
42260
42261 All transformations are of the form:
42262 Before:
42263 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42264 After:
42265 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42266
42267 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42268
42269commit 6e2115acb6a892d53a6881bf253ae41d3df39156
42270Author: Jon Loeliger <jdl@jdl.com>
42271Date: Mon Jun 11 19:02:49 2007 -0500
42272
42273 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42274
42275 This is a compatibility step that allows both the older form
42276 and the new form to co-exist for a while until the older can
42277 be removed entirely.
42278
42279 All transformations are of the form:
42280 Before:
42281 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42282 After:
42283 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42284
42285 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42286
42287commit 45cdb9b72c94655c7308b464a2666057c0b286e0
42288Author: Jon Loeliger <jdl@jdl.com>
42289Date: Mon Jun 11 19:02:34 2007 -0500
42290
42291 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42292
42293 This is a compatibility step that allows both the older form
42294 and the new form to co-exist for a while until the older can
42295 be removed entirely.
42296
42297 All transformations are of the form:
42298 Before:
42299 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42300 After:
42301 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42302
42303 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42304
42305commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
42306Author: Jon Loeliger <jdl@jdl.com>
42307Date: Mon Jun 11 19:02:20 2007 -0500
42308
42309 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42310
42311 This is a compatibility step that allows both the older form
42312 and the new form to co-exist for a while until the older can
42313 be removed entirely.
42314
42315 All transformations are of the form:
42316 Before:
42317 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42318 After:
42319 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42320
42321 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42322
42323commit d5be43de93ff905c465e509d45a3164ef48d26e7
42324Author: Jon Loeliger <jdl@jdl.com>
42325Date: Mon Jun 11 19:02:10 2007 -0500
42326
42327 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42328
42329 This is a compatibility step that allows both the older form
42330 and the new form to co-exist for a while until the older can
42331 be removed entirely.
42332
42333 All transformations are of the form:
42334 Before:
42335 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42336 After:
42337 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42338
42339 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42340
42341commit b453960d4fdb87b3970d96119b90df2ed024fc4a
42342Author: Jon Loeliger <jdl@jdl.com>
42343Date: Mon Jun 11 19:02:05 2007 -0500
42344
42345 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42346
42347 This is a compatibility step that allows both the older form
42348 and the new form to co-exist for a while until the older can
42349 be removed entirely.
42350
42351 All transformations are of the form:
42352 Before:
42353 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42354 After:
42355 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42356
42357 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42358
42359commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
42360Author: Jon Loeliger <jdl@jdl.com>
42361Date: Mon Jun 11 19:01:54 2007 -0500
42362
42363 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42364
42365 This is a compatibility step that allows both the older form
42366 and the new form to co-exist for a while until the older can
42367 be removed entirely.
42368
42369 All transformations are of the form:
42370 Before:
42371 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42372 After:
42373 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42374
42375 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42376
42377commit a76adc8142c1d956385a109e0b70f9319ede4d66
42378Author: Jon Loeliger <jdl@jdl.com>
42379Date: Mon Jun 11 19:01:43 2007 -0500
42380
42381 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
42382
42383 This is a compatibility step that allows both the older form
42384 and the new form to co-exist for a while until the older can
42385 be removed entirely.
42386
42387 All transformations are of the form:
42388 Before:
42389 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
42390 After:
42391 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
42392
42393 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42394
42395commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
42396Author: Jon Loeliger <jdl@jdl.com>
42397Date: Mon Jun 11 19:01:34 2007 -0500
42398
42399 Introduce initial versions of new Command Config files.
42400
42401 Derive three new files from cmd_confdefs.h:
42402 config_bootp.h - Has BOOTP related config options, not commands
42403 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
42404 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
42405
42406 For now, include "config_bootp.h" for compatability until all
42407 users of it directly include it properly.
42408
42409 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka0453aa2007-07-10 00:01:28 +020042410
42411commit 1f2a05898658900dc5717761e27abf2052e67e13
42412Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
42413Date: Sat Jun 30 18:50:48 2007 +0200
42414
42415 Fix S-ATA support.
42416
42417 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
42418
42419commit a5d71e290f3673269be8eefb4ec44f53412f9461
42420Author: Heiko Schocher <hs@pollux.denx.de>
42421Date: Mon Jun 25 19:11:37 2007 +0200
42422
42423 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
42424
42425 Signed-off-by: Heiko Schocher <hs@denx.de>
42426
42427commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
42428Author: Niklaus Giger <niklaus.giger@nestal.com>
42429Date: Mon Jun 25 17:03:13 2007 +0200
42430
42431 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
42432
42433 This patch prints the DDR status registers upon machine check
42434 interrupt on the 440EPx/GRx. This can be useful especially when
42435 ECC support is enabled.
42436
42437 I added some small changes to the original patch from Niklaus to
42438 make it compile clean.
42439
42440 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
42441 Signed-off-by: Stefan Roese <sr@denx.de>
42442
42443commit 807018fb7faceb429ce0cb47baa2073746b33a4e
42444Author: Niklaus Giger <niklaus.giger@nestal.com>
42445Date: Mon Jun 25 16:50:55 2007 +0200
42446
42447 ppc4xx: Fix O=buildir builds
42448
42449 This patch fixes the problem to assemble cpu/ppc4xx/start.S
42450 experienced last week where building failed having specified
42451 O=../build.sequoia.
42452
42453 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
42454
42455commit 466fff1a7bb5fe764a06450626f6098219f446b8
42456Author: Stefan Roese <sr@denx.de>
42457Date: Mon Jun 25 15:57:39 2007 +0200
42458
42459 ppc4xx: Add pci_pre_init() for 405 boards
42460
42461 This patch removes the CFG_PCI_PRE_INIT option completely, since
42462 it's not needed anymore with the patch from Matthias Fuchs with
42463 the "weak" pci_pre_init() implementation.
42464
42465 Signed-off-by: Stefan Roese <sr@denx.de>
42466
42467commit 6f35c53166213c24a5a0e2390ed861136ff73870
42468Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42469Date: Sun Jun 24 17:41:21 2007 +0200
42470
42471 ppc4xx: Maintenance patch for esd's CPCI405 derivats
42472
42473 -add pci_pre_init() for pci interrupt fixup code
42474 -disable phy sleep mode via reset_phy() function
42475 -use correct io accessors
42476 -cleanup
42477
42478 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42479
42480commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
42481Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42482Date: Sun Jun 24 17:23:41 2007 +0200
42483
42484 ppc4xx: Add pci_pre_init() for 405 boards
42485
42486 This patch adds support for calling a plattform dependant
42487 pci_pre_init() function for 405 boards. This can be used to
42488 move the current pci_405gp_fixup_irq() function into the
42489 board code.
42490
42491 This patch also makes the CFG_PCI_PRE_INIT define obsolete.
42492 A default function with 'weak' attribute is used when
42493 a board specific pci_pre_init() is not implemented.
42494
42495 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
42496
42497commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
42498Author: Wolfgang Denk <wd@denx.de>
42499Date: Fri Jun 22 23:59:00 2007 +0200
42500
42501 Coding stylke cleanup; rebuild CHANGELOG
42502
Wolfgang Denk70df7bc2007-06-22 23:59:00 +020042503commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
42504Author: Igor Lisitsin <igor@emcraft.com>
42505Date: Wed Apr 18 14:55:19 2007 +0400
42506
42507 Adapt log buffer code to support Linux 2.6
42508
42509 A new environment variable, "logversion", selects the log buffer
42510 behaviour. If it is not set or set to a value other than 2, then the
42511 old, Linux 2.4.4, behaviour is selected.
42512
42513 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
42514 --
42515
42516commit a11e06965ec91270c51853407ff1261d3c740386
42517Author: Igor Lisitsin <igor@emcraft.com>
42518Date: Wed Mar 28 19:06:19 2007 +0400
42519
42520 Extend POST support for PPC440
42521
42522 Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
42523
42524 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
42525 --
42526
Wolfgang Denka0453aa2007-07-10 00:01:28 +020042527commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
42528Author: Heiko Schocher <hs@pollux.denx.de>
42529Date: Fri Jun 22 19:11:54 2007 +0200
42530
42531 [PCS440EP] upgrade the PCS440EP board:
42532 - Show on the Status LEDs, some States of the board.
42533 - Get the MAC addresses from the EEProm
42534 - use PREBOOT
42535 - use the CF on the board.
42536 - check the U-Boot image in the Flash with a SHA1
42537 checksum.
42538 - use dynamic TLB entries generation for the SDRAM
42539
42540 Signed-off-by: Heiko Schocher <hs@denx.de>
42541
42542commit 3a1f5c81b0b9557817a789bece839905581c2205
42543Author: Stefan Roese <sr@denx.de>
42544Date: Fri Jun 22 16:58:40 2007 +0200
42545
42546 ppc4xx: Fix problem with extended program_tlb() funtion
42547
42548 The recently extended program_tlb() function had a problem when
42549 multiple TLB's had to be setup (for example with 512MB of SDRAM). The
42550 virtual address was not incremented. This patch fixes this issue
42551 and is tested on Katmai with 512MB SDRAM.
42552
42553 Signed-off-by: Stefan Roese <sr@denx.de>
42554
Wolfgang Denk70df7bc2007-06-22 23:59:00 +020042555commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
42556Author: Rafal Jaworowski <raj@semihalf.com>
42557Date: Fri Jun 22 14:58:04 2007 +0200
42558
42559 [ppc] Fix build breakage for all non-4xx PowerPC variants.
42560
42561 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
42562 - minor 4xx cleanup
42563
Wolfgang Denke5522fc2007-08-16 11:51:04 +020042564commit d677b32855f577ae2690dcd64a172cdd706e0ffc
42565Author: Mike Frysinger <vapier@gentoo.org>
42566Date: Fri Jun 22 10:34:12 2007 +0200
42567
42568 [patch] add nand_init() prototype to nand.h
42569
42570 since nand_init() is expected to be called by other parts of u-boot, there
42571 should be a prototype for it in nand.h
42572
42573 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
42574 Signed-off-by: Stefan Roese <sr@denx.de>
42575
Wolfgang Denk70df7bc2007-06-22 23:59:00 +020042576commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
42577Author: Wolfgang Denk <wd@denx.de>
42578Date: Wed Jun 20 18:14:24 2007 +0200
42579
42580 Coding style cleanup. Refresh CHANGELOG.
42581
Wolfgang Denk09675ef2007-06-20 18:14:24 +020042582commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
42583Author: Stefan Roese <sr@denx.de>
42584Date: Tue Jun 19 17:22:44 2007 +0200
42585
42586 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
42587
42588 This patch adds a board command to configure the I2C bootstrap EEPROM
42589 values. Right now 533 and 667MHz are supported for booting either via NOR
42590 or NAND FLASH. Here the usage:
42591
42592 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting
42593 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting
42594
42595 Signed-off-by: Stefan Roese <sr@denx.de>
42596
42597commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
42598Author: Stefan Roese <sr@denx.de>
42599Date: Tue Jun 19 16:42:31 2007 +0200
42600
42601 [ppc4xx] Fix problem with NAND booting on AMCC Acadia
42602
42603 The latest changes showed a problem with the location of the NAND-SPL
42604 image in the OCM and the init-data area (incl. cache). This patch
42605 fixes this problem.
42606
42607 Signed-off-by: Stefan Roese <sr@denx.de>
42608
42609commit 86ba99e34194394052d24c04dc40d1263d29a26f
42610Author: Stefan Roese <sr@denx.de>
42611Date: Tue Jun 19 16:40:58 2007 +0200
42612
42613 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
42614
42615 Signed-off-by: Stefan Roese <sr@denx.de>
42616
Wolfgang Denk7f3035b2007-08-18 22:00:38 +020042617commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
42618Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42619Date: Mon Jun 18 13:50:13 2007 -0500
42620
42621 Added M5329AFEE and M5329BFEE Platforms
42622
42623 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
42624 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
42625 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
42626 rtc/mcfrtc.c
42627
42628 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
42629 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
42630 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
42631 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
42632 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
42633 lib_m68k/time.c, net/eth.c and rtc/Makefile
42634
42635 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
42636
Wolfgang Denkca722d52007-10-14 00:13:19 +020042637commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
42638Author: Michal Simek <monstr@monstr.eu>
42639Date: Sun Jun 17 19:04:11 2007 +0200
42640
42641 [fix] email reparation
42642
42643commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
42644Author: Michal Simek <monstr@monstr.eu>
42645Date: Sun Jun 17 19:03:21 2007 +0200
42646
42647 [FIX] fix microblaze file permitission
42648
Wolfgang Denk09675ef2007-06-20 18:14:24 +020042649commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
42650Author: Stefan Roese <sr@denx.de>
42651Date: Fri Jun 15 11:33:41 2007 +0200
42652
42653 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
42654
42655 Now CONFIG_440 has to be defined in all PPC440 board config files.
42656
42657 Signed-off-by: Stefan Roese <sr@denx.de>
42658
42659commit efa35cf12d914d4caba942acd5a6c45f217de302
42660Author: Grzegorz Bernacki <gjb@semihalf.com>
42661Date: Fri Jun 15 11:19:28 2007 +0200
42662
42663 ppc4xx: Clean up 440 exceptions handling
42664
42665 - Introduced dedicated switches for building 440 and 405 images required
42666 for 440-specific machine instructions like 'rfmci' etc.
42667
42668 - Exception vectors moved to the proper location (_start moved away from
42669 the critical exception handler space, which it occupied)
42670
42671 - CriticalInput now serviced (with default handler)
42672
42673 - MachineCheck properly serviced (added a dedicated handler and return
42674 subroutine)
42675
42676 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
42677 unhandled and those not relevant for 4xx were eliminated)
42678
42679 - Eliminated Linux leftovers, removed dead code
42680
42681 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
42682 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
42683 Signed-off-by: Stefan Roese <sr@denx.de>
42684
42685commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
42686Author: Stefan Roese <sr@denx.de>
42687Date: Fri Jun 15 08:18:01 2007 +0200
42688
42689 [ppc4xx] Add initial lwmon5 board support
42690
42691 This patch adds initial support for the Liebherr lwmon5 board euqipped
42692 with an AMCC 440EPx PowerPC.
42693
42694 Signed-off-by: Stefan Roese <sr@denx.de>
42695
42696commit 85f737376d5ff3d5f0d45a8b657686326d175307
42697Author: Stefan Roese <sr@denx.de>
42698Date: Fri Jun 15 07:39:43 2007 +0200
42699
42700 [ppc4xx] Extend 44x GPIO setup with default output state
42701
42702 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
42703 is extended with the default GPIO output state (level).
42704
42705 Signed-off-by: Stefan Roese <sr@denx.de>
42706
42707commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
42708Author: Stefan Roese <sr@denx.de>
42709Date: Thu Jun 14 11:14:32 2007 +0200
42710
42711 [ppc4xx] Extend program_tlb() with virtual & physical addresses
42712
42713 Now program_tlb() allows to program a TLB (or multiple) with
42714 different virtual and physical addresses. With this change, now one
42715 physical region (e.g. SDRAM) can be mapped 2 times, once with caches
42716 diabled and once with caches enabled.
42717
42718 Signed-off-by: Stefan Roese <sr@denx.de>
42719
42720commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
42721Author: Detlev Zundel <dzu@denx.de>
42722Date: Wed May 23 19:02:41 2007 +0200
42723
42724 Change 'repeatable' attribute of some commands to sensible values.
42725
42726 Most prominently this changes 'erase' to be non-repeatable.
42727
42728 Signed-off-by: Detlev Zundel <dzu@denx.de>
42729
42730commit 5afb202093f6a001797db92cf695b93a70ea9ab4
42731Author: Detlev Zundel <dzu@denx.de>
42732Date: Wed May 23 18:47:48 2007 +0200
42733
42734 Fix 'run' not to continue after interrupted command
42735
42736 Signed-off-by: Detlev Zundel <dzu@denx.de>
42737
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020042738commit 9b7464a2c88614e1061f509c48930a3d240d1a35
42739Author: Jason Jin <Jason.jin@freescale.com>
42740Date: Mon Jun 11 15:14:24 2007 +0200
42741
42742 USB: This patch fix readl in ohci swap reg access.
42743
42744 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
42745
Wolfgang Denk09675ef2007-06-20 18:14:24 +020042746commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
42747Author: Bartlomiej Sieka <tur@semihalf.com>
42748Date: Fri Jun 8 14:52:22 2007 +0200
42749
42750 TQM5200: Add Flat Device Tree support, update default env. accordingly.
42751
42752 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
42753 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
42754
42755commit 9045f33c023f698660a2e45d1b2194c0711abebc
42756Author: Wolfgang Denk <wd@denx.de>
42757Date: Fri Jun 8 10:24:58 2007 +0200
42758
42759 Fix config problems on SC3 board; make ide_reset_timeout work.
42760
42761commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
42762Author: Benoît Monin <bmonin@adeneo.eu>
42763Date: Fri Jun 8 09:55:24 2007 +0200
42764
42765 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
42766
42767 Set the correct value in GPIOx_TCR when configuring the gpio
42768 with CFG_440_GPIO_TABLE.
42769
42770 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
42771 Signed-off-by: Stefan Roese <sr@denx.de>
42772
Wolfgang Denk627f5c32007-08-14 09:47:27 +020042773commit f539edc076cfe52bff919dd512ba8d7af0e22092
42774Author: Vadim Bendebury <vbendeb@google.com>
42775Date: Thu May 24 15:52:25 2007 -0700
42776
42777 cosmetic changes to bcm570x driver
42778
42779 This is a cosmetic only changes submission.
42780 It affects files relevant to bcm570x driver.
42781 the commands used to generate this change was
42782
42783 cd drivers
42784 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h
42785
42786 The BMW target (the only one using this chip so far) builds cleanly, the
42787 `before and after' generated object files for drivers/bcm570x.c and
42788 drivers/tigon3.o are identical as reported by objdump -d
42789
42790 Signed-off-by: Vadim Bendebury <vbendeb@google.com>
42791 Signed-off-by: Ben Warren <bwarren@qstreams.com>
42792
Wolfgang Denk09675ef2007-06-20 18:14:24 +020042793commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
42794Author: Wolfgang Denk <wd@denx.de>
42795Date: Wed Jun 6 16:26:56 2007 +0200
42796
42797 Coding Style cleanup; generate new CHANGELOG file.
42798
42799 Signed-off-by: Wolfgang Denk <wd@denx.de>
42800
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020042801commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
42802Author: Markus Klotzbuecher <mk@denx.de>
42803Date: Wed Jun 6 11:49:44 2007 +0200
42804
42805 TRAB, USB: update trab board configuration for use of generic ohci driver
42806
42807commit dace45acd1c1357daa9322099d07c9a9e08b0024
42808Author: Markus Klotzbuecher <mk@denx.de>
42809Date: Wed Jun 6 11:49:43 2007 +0200
42810
42811 USB: ohci fixes and cleanup for ppc4xx and yosemite board.
42812
42813commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
42814Author: Markus Klotzbuecher <mk@denx.de>
42815Date: Wed Jun 6 11:49:43 2007 +0200
42816
42817 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
42818
42819commit fc43be478f2aa37ce38acd85355038866e4162af
42820Author: Markus Klotzbuecher <mk@denx.de>
42821Date: Wed Jun 6 11:49:35 2007 +0200
42822
42823 USB/OHCI: endianness cleanup in the generic ohci driver
42824
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020042825commit c440bfe6d6d92d66478a7e84402b31f48413617b
42826Author: Stefan Roese <sr@denx.de>
42827Date: Wed Jun 6 11:42:13 2007 +0200
42828
42829 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
42830
42831 This patch adds NAND booting support for the AMCC Acadia eval board.
42832
42833 Please make sure to configure jumper J7 to position 2-3 when booting
42834 from NOR, and to position 1-2 when booting for NAND.
42835
42836 I also added a board command to configure the I2C bootstrap EEPROM
42837 values. Right now only 267MHz is support for booting either via NOR
42838 or NAND FLASH. Here the usage:
42839
42840 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting
42841 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting
42842
42843 Signed-off-by: Stefan Roese <sr@denx.de>
42844
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020042845commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
42846Author: Rodolfo Giometti <giometti@linux.it>
42847Date: Wed Jun 6 10:08:14 2007 +0200
42848
42849 Files include/linux/byteorder/{big,little}_endian.h define
42850 __BIG_ENDIAN and __LITTLE_ENDIAN.
42851
42852 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42853
42854commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
42855Author: Zhang Wei <wei.zhang@freescale.com>
42856Date: Wed Jun 6 10:08:14 2007 +0200
42857
42858 Add USB PCI-OHCI, USB keyboard and event poll support to the
42859 MPC8641HPCN board config file.
42860
42861 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42862
42863commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
42864Author: Zhang Wei <wei.zhang@freescale.com>
42865Date: Wed Jun 6 10:08:14 2007 +0200
42866
42867 USB PCI-OHCI, interrupt pipe and usb event poll support
42868
42869 This patch added USB PCI-OHCI chips support, interrupt pipe support
42870 and usb event poll support. For supporting the USB interrupt pipe, the
42871 globe urb_priv is moved to purb in ed struct. Now, we can process
42872 several urbs at one time. The interrupt pipe support codes are ported
42873 from Linux kernel 2.4.
42874
42875 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
42876
42877commit fdcfaa1b02268b2899e374b35adf936c911a47eb
42878Author: Zhang Wei <wei.zhang@freescale.com>
42879Date: Wed Jun 6 10:08:13 2007 +0200
42880
42881 USB event poll support
42882
42883 This patch adds USB event poll support, which could be used in usbkbd
42884 and other usb devices driver when the asynchronous interrupt
42885 processing is supported.
42886
42887 Signed-off-by: Zhang Wei <wei.zhang@freescale.com
42888
42889commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
42890Author: Rodolfo Giometti <giometti@linux.it>
42891Date: Wed Jun 6 10:08:12 2007 +0200
42892
42893 ISP116x: delay for crappy USB keys
42894
42895 Using some (very) slow USB keys cause the USB host controller buffers
42896 are not ready to be read by the CPU so we need an extra delay before
42897 reading the USB storage data.
42898
42899 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
42900
42901commit 09444143670c9c2243cb7aba9f70b3713d33bed1
42902Author: Markus Klotzbuecher <mk@denx.de>
42903Date: Wed Jun 6 10:08:12 2007 +0200
42904
42905 Change duplicate usb_cpu_init_fail to usb_board_init_fail
42906
42907 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
42908 this out.
42909
42910 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
42911
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020042912commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
42913Author: Ed Swarthout <Ed.Swarthout@freescale.com>
42914Date: Tue Jun 5 12:30:52 2007 -0500
42915
42916 mpc8641 image size cleanup
42917
42918 e600 does not have a bootpg restriction.
42919 Move the version string to beginning of image at fff00000.
42920 Resetvec.S is not needed.
42921 Update flash copy instructions.
42922 Add tftpflash env variable
42923
42924 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
42925 Signed-off-by: Jon Loeliger <jdl@freescale.com>
42926
42927commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
42928Author: Benoît Monin <bmonin@adeneo.eu>
42929Date: Mon Jun 4 08:36:05 2007 +0200
42930
42931 [PATCH] Fix ppc4xx bootstrap letter displayed on startup
42932
42933 The attached patch is mainly cosmetic, allowing u-boot to
42934 display the correct bootstrap option letter according to the
42935 datasheets.
42936
42937 The original patch was extended with 405EZ support by Stefan
42938 Roese.
42939
42940 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
42941 Signed-off-by: Stefan Roese <sr@denx.de>
42942
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020042943commit 5b1313fb2758ffce8b624457f777d8cc6709608d
42944Author: Nikita V. Youshchenko <yoush@debian.org>
42945Date: Wed May 23 12:45:19 2007 +0400
42946
42947 fix compilation problem for mpc8349itx CFG_RAMBOOT
42948
42949 Current include/configs/MPC8349ITX.h does contain some support for building
42950 image that will be started from memory (without putting in into flash).
42951 It could be triggered by building with TEXT_BASE set to a low value.
42952
42953 However, this support is incomplete: using of low TEXT_BASE causes
42954 defining configuration macros in inconsistent way, which later leads
42955 to compilation errors. In particular. flash support is being disabled,
42956 but then flash structures get referenced.
42957
42958 This patch fixes this, making it possible to build with low TEXT_BASE.
42959
42960 Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
42961
42962 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42963
42964commit 8a364f0970de49949d635e60accf463c6443ef8c
42965Author: Nikita V. Youshchenko <yoush@debian.org>
42966Date: Wed May 23 12:45:25 2007 +0400
42967
42968 add missing 'console' var to default mpc8349itx config
42969
42970 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
42971
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020042972commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
42973Author: Stefan Roese <sr@denx.de>
42974Date: Fri Jun 1 16:18:17 2007 +0200
42975
42976 ppc4xx: Add missing file for Bamboo NAND booting support
42977
42978 Signed-off-by: Stefan Roese <sr@denx.de>
42979
42980commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
42981Author: Stefan Roese <sr@denx.de>
42982Date: Fri Jun 1 15:58:19 2007 +0200
42983
42984 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
42985
42986 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
42987 suggested by AMCC it is not recommended to dynamically change the EBC
42988 speed after bootup. So we undo this change to be on the safe side.
42989
42990 Signed-off-by: Stefan Roese <sr@denx.de>
42991
42992commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
42993Author: Stefan Roese <sr@denx.de>
42994Date: Fri Jun 1 15:29:04 2007 +0200
42995
42996 ppc4xx: Update Sequoia NAND booting support with ECC
42997
42998 Signed-off-by: Stefan Roese <sr@denx.de>
42999
43000commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
43001Author: Stefan Roese <sr@denx.de>
43002Date: Fri Jun 1 15:27:11 2007 +0200
43003
43004 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
43005
43006 This patch adds NAND booting support for the AMCC Bamboo eval board.
43007 Since the NAND-SPL boot image is limited to 4kbytes, this version
43008 only supports the onboard 64MBytes of DDR. The DIMM modules can't be
43009 supported, since the setup code for I2C DIMM autodetection and
43010 configuration is too big for this NAND bootloader.
43011
43012 Signed-off-by: Stefan Roese <sr@denx.de>
43013
43014commit 42be56f53c8b107868e6125c8524ae84293e95a7
43015Author: Stefan Roese <sr@denx.de>
43016Date: Fri Jun 1 15:23:04 2007 +0200
43017
43018 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
43019
43020 The U-Boot NAND booting support is now extended to support ECC
43021 upon loading of the NAND U-Boot image.
43022
43023 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
43024
43025 Signed-off-by: Stefan Roese <sr@denx.de>
43026
43027commit a471db07fbb65a841ffc9f4f112562b945230f98
43028Author: Stefan Roese <sr@denx.de>
43029Date: Fri Jun 1 15:19:29 2007 +0200
43030
43031 ppc4xx: Prepare Bamboo port for NAND booting support
43032
43033 This patch updates the "normal" Bamboo NOR booting port, so
43034 that it is compatible with the coming soon NAND booting
43035 Bamboo port.
43036
43037 It also enables the 2nd NAND flash on the Bamboo.
43038
43039 Signed-off-by: Stefan Roese <sr@denx.de>
43040
43041commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
43042Author: Stefan Roese <sr@denx.de>
43043Date: Fri Jun 1 15:16:58 2007 +0200
43044
43045 ppc4xx: Update in_be32() functions and friends to latest Linux version
43046
43047 Signed-off-by: Stefan Roese <sr@denx.de>
43048
43049commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
43050Author: Stefan Roese <sr@denx.de>
43051Date: Fri Jun 1 15:15:12 2007 +0200
43052
43053 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
43054
43055 This patch adds hardware ECC support to the NDFC driver. It also
43056 changes the register access from using the "simple" in32/out32
43057 functions to the in_be32/out_be32 functions, which make sure
43058 that the access is correctly synced. This is the only recommended
43059 access to SoC registers in the current Linux kernel.
43060
43061 Signed-off-by: Stefan Roese <sr@denx.de>
43062
43063commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
43064Author: Stefan Roese <sr@denx.de>
43065Date: Fri Jun 1 15:12:15 2007 +0200
43066
43067 NAND: Update nand_ecc.c to latest Linux version
43068
43069 This patch updates the nand_ecc code to the latest Linux version.
43070 The main reason for this is the more compact code. This makes
43071 it possible to include the ECC code into the NAND bootloader
43072 image (NAND_SPL) for PPC4xx.
43073
43074 Signed-off-by: Stefan Roese <sr@denx.de>
43075
43076commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
43077Author: Stefan Roese <sr@denx.de>
43078Date: Fri Jun 1 15:09:50 2007 +0200
43079
43080 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
43081
43082 Signed-off-by: Stefan Roese <sr@denx.de>
43083
43084commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
43085Author: Stefan Roese <sr@denx.de>
43086Date: Fri Jun 1 13:45:24 2007 +0200
43087
43088 ppc4xx: Change Luan config file to support ECC
43089
43090 With the updated 44x DDR2 driver the Luan board now supports
43091 ECC generation and checking.
43092
43093 Signed-off-by: Stefan Roese <sr@denx.de>
43094
43095commit 7187db73491c8de0fb56efb5e5134ba5ec443089
43096Author: Stefan Roese <sr@denx.de>
43097Date: Fri Jun 1 13:45:00 2007 +0200
43098
43099 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
43100
43101 Add config option for 180 degree advance clock control as needed
43102 for the AMCC Luan eval board.
43103
43104 Signed-off-by: Stefan Roese <sr@denx.de>
43105
43106commit ee1529838abbfaa35f14e3ffbeaaba693159475f
43107Author: Wolfgang Denk <wd@denx.de>
43108Date: Thu May 31 17:20:09 2007 +0200
43109
43110 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
43111
43112 Signed-off-by: Wolfgang Denk <wd@denx.de>
43113
43114commit 7049288fb1f16f1b317140226cdebd07bd416395
43115Author: Bartlomiej Sieka <tur@semihalf.com>
43116Date: Sun May 27 17:26:46 2007 +0200
43117
43118 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
43119
43120 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43121
43122commit 4520fd4d2c450da49637216aa0e53739b61c60ac
43123Author: Bartlomiej Sieka <tur@semihalf.com>
43124Date: Sun May 27 17:06:36 2007 +0200
43125
43126 Motion-PRO: Add support for redundant environment.
43127
43128 Enable redundant environment, add a MTD partition for it; also add env.
43129 variable command for passing MTD partitions to the kernel command line.
43130
43131 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43132 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43133
43134commit a26eabeec31746f06d309103690892805696e344
43135Author: Bartlomiej Sieka <tur@semihalf.com>
43136Date: Sun May 27 17:05:11 2007 +0200
43137
43138 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
43139
43140 Allow passing longer command line to the kernel - useful especially
43141 for passing MTD partition layout.
43142
43143 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43144 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43145
43146commit 9160b96f71483a116de81c68985e8ee306d36764
43147Author: Bartlomiej Sieka <tur@semihalf.com>
43148Date: Sun May 27 17:04:18 2007 +0200
43149
43150 Fix: Add missing NULL termination in strings expanded by macros parser.
43151
43152 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43153 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43154
43155commit 630ec84aef7228fc1dbfb38dec78541403a786cd
43156Author: Bartlomiej Sieka <tur@semihalf.com>
43157Date: Sun May 27 17:03:37 2007 +0200
43158
43159 Motion-PRO: Update EEPROM's page write bits and write delay.
43160
43161 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
43162 have a page write capability of two bytes", and "This device offers fast (1ms)
43163 byte write". Add 3ms of extra delay.
43164
43165 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43166 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43167
43168commit c00125e07c1ebc125bab40e1e18bceed8be0c162
43169Author: Bartlomiej Sieka <tur@semihalf.com>
43170Date: Sun May 27 16:58:45 2007 +0200
43171
43172 MPC5XXX, Motion-PRO: Fix PHY initialization problem.
43173
43174 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
43175 networking does not function. This commit switches PHY to TX mode by clearing
43176 the FX_SEL bit of Mode Control Register. It also reverses commit
43177 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
43178
43179 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43180 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43181
43182commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
43183Author: Bartlomiej Sieka <tur@semihalf.com>
43184Date: Sun May 27 16:57:15 2007 +0200
43185
43186 Motion-PRO: Add support for the temperature sensor.
43187
43188 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
43189 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43190
43191commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
43192Author: Bartlomiej Sieka <tur@semihalf.com>
43193Date: Sun May 27 16:55:23 2007 +0200
43194
43195 Motion-PRO: Add displaying of CPLD revision information during boot.
43196
43197 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
43198 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43199
43200commit c99512d6bd3973f01ca2fc4896d829b46e68f150
43201Author: Bartlomiej Sieka <tur@semihalf.com>
43202Date: Sun May 27 16:53:43 2007 +0200
43203
43204 MPC5xxx: Change names of defines related to IPB and PCI clocks.
43205
43206 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
43207 them does not cause PCI or IPB clocks to run at the specified speed.
43208 Instead, they configure divisors used to calculate said clocks. This
43209 patch renames the defines according to their real function.
43210
43211 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
43212 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43213
43214commit a11c0b85dc3664bb3c1e781137118730c8f619ab
43215Author: Bartlomiej Sieka <tur@semihalf.com>
43216Date: Sun May 27 16:51:48 2007 +0200
43217
43218 Motion-PRO: Add LED support.
43219
43220 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
43221 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
43222 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
43223
Wolfgang Denke5522fc2007-08-16 11:51:04 +020043224commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
43225Author: Ulf Samuelsson <ulf@atmel.com>
43226Date: Thu May 24 12:12:47 2007 +0200
43227
43228 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
43229
43230 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
43231 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43232 Signed-off-by: Stefan Roese <sr@denx.de>
43233
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043234commit d756894722c888d09a9fa1df8323753772d3dcce
43235Author: Stefan Roese <sr@denx.de>
43236Date: Thu May 24 09:49:00 2007 +0200
43237
43238 ppc4xx: Fix small 405EZ OCM initilization bug in start.S
43239
43240 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
43241 fixes a small bug in the 405EZ OCM initialization. Thanks for
43242 spotting.
43243
43244 Signed-off-by: Stefan Roese <sr@denx.de>
43245
43246commit 5d4a179013d59a76446462e1eb0a969fba63eb81
43247Author: Stefan Roese <sr@denx.de>
43248Date: Thu May 24 08:22:09 2007 +0200
43249
43250 ppc4xx: Update AMCC Acadia support for board revision 1.1
43251
43252 This patch updates the Acadia (405EZ) support for the new 1.1 board
43253 revision. It also adds support for NAND FLASH via the 4xx NDFC.
43254
43255 Please note that the jumper J7 must be in position 2-3 for this
43256 NAND support. Position 1-2 is for NAND booting only. NAND booting
43257 support will follow later.
43258
43259 Signed-off-by: Stefan Roese <sr@denx.de>
43260
Wolfgang Denka0453aa2007-07-10 00:01:28 +020043261commit 822d55365bb557e084d0e33625a6dedcc866110b
43262Author: Jon Loeliger <jdl@freescale.com>
43263Date: Wed May 23 14:09:46 2007 -0500
43264
43265 Add LIST_86xx MAKEALL target for PowerPC builds.
43266
43267 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43268
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043269commit 9f0077abd69f7a7c756a915b961037302be3e6f2
43270Author: Stefan Roese <sr@denx.de>
43271Date: Tue May 22 12:48:09 2007 +0200
43272
43273 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
43274
43275 Signed-off-by: Stefan Roese <sr@denx.de>
43276
43277commit 6f3dfc139a838b0841c151efe00ad47db2366e79
43278Author: Stefan Roese <sr@denx.de>
43279Date: Tue May 22 12:46:10 2007 +0200
43280
43281 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
43282
43283 This patch adds support for 405 PPC's to the 4xx NAND driver
43284 ndfc.c. This is in preparation for the new AMCC 405EZ.
43285
43286 Signed-off-by: Stefan Roese <sr@denx.de>
43287
43288commit 10603d76767426be803dadd4fb688b97eb69481c
43289Author: Stefan Roese <sr@denx.de>
43290Date: Mon May 21 07:41:22 2007 +0200
43291
43292 ppc4xx: Fix problem in 405EZ OCM initialization
43293
43294 As spotted by Bruce Adler this patch fixes an initialization problem
43295 for the 405EZ OCM.
43296
43297 Signed-off-by: Stefan Roese <sr@denx.de>
43298
43299commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
43300Author: Peter Pearse <peter.pearse@arm.com>
43301Date: Fri May 18 16:47:03 2007 +0100
43302
43303 Reduce line lengths to 80 characters max.
43304
43305commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
43306Author: Peter Pearse <peter.pearse@arm.com>
43307Date: Fri May 18 14:34:07 2007 +0100
43308
43309 Makefile permissions
43310
43311commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
43312Author: Peter Pearse <peter.pearse@arm.com>
43313Date: Fri May 18 14:33:11 2007 +0100
43314
43315 Makefile permissions
43316
Wolfgang Denka0453aa2007-07-10 00:01:28 +020043317commit 255a3577c848706441daee0174543efe205a77f8
43318Author: Kim Phillips <kim.phillips@freescale.com>
43319Date: Wed May 16 16:52:19 2007 -0500
43320
43321 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
43322
43323 For all practical u-boot purposes, TSECs don't differ throughout the
43324 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
43325
43326 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43327
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043328commit 70124c2602ae2d4c5d3dba05b482d91548242de8
43329Author: Stefano Babic <sbabic@denx.de>
43330Date: Wed May 16 14:49:12 2007 +0200
43331
43332 Fix compile problem cause my Microblaze merge
43333
43334 Signed-off-by: Stefano Babic <sbabic@denx.de>
43335
43336commit ada4697d0230d6da552867777f98a67ec3ba2579
43337Author: Jeffrey Mann <mannj@embeddedplanet.com>
43338Date: Wed May 16 13:23:10 2007 +0200
43339
43340 [PATCH] Run new sequoia boards with an EBC speed of 83MHz
43341
43342 Because the Sequoia board does not boot with an EBC faster than 66MHz,
43343 the clock divider are changed after the initial boot process.
43344
43345 This allows for maximum clocking speeds to be achieved on newer boards.
43346 Sequoia boards with 666.66 MHz processors require that the EBC divider
43347 be set to 3 in order to start the initial boot process at a slower EBC
43348 speed. After the initial boot process, the divider can be set back to 2,
43349 which will cause the boards to run at 83.333MHz. This is backward
43350 compatible with boards with 533.33 MHz processors, as these boards will
43351 already be set with an EBC divider of 2.
43352
43353 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43354
43355commit a7676ea7732f3c596805079fed7e5c9fac652cfc
43356Author: Wolfgang Denk <wd@denx.de>
43357Date: Wed May 16 01:16:53 2007 +0200
43358
43359 Minor Coding Style cleanup, update CHANGELOG.
43360
43361 Signed-off-by: Wolfgang Denk <wd@denx.de>
43362
Wolfgang Denk48923392007-05-16 01:16:53 +020043363commit d62f64cc23a940eafe712c776b3249e4160753d1
43364Author: Wolfgang Denk <wd@denx.de>
43365Date: Wed May 16 00:13:33 2007 +0200
43366
43367 Coding Style Cleanup, new CHANGELOG
43368
Wolfgang Denka0453aa2007-07-10 00:01:28 +020043369commit 3162eb836903c8b247fdc7470dd39bfa6996f495
43370Author: Wolfgang Denk <wd@denx.de>
43371Date: Tue May 15 23:38:05 2007 +0200
43372
43373 Minor coding style cleanup.
43374
43375commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
43376Author: mushtaq khan <mushtaq_k@procsys.com>
43377Date: Fri Apr 20 14:23:02 2007 +0530
43378
43379 Add driver for S-ATA-controller on Intel processors with South
43380 Bridge, ICH-5, ICH-6 and ICH-7.
43381
43382 Implementation:
43383
43384 1. Code is divided in to two files. All functions, which are
43385 controller specific are kept in "drivers/ata_piix.c" file and
43386 functions, which are not controller specific, are kept in
43387 "common/cmd_sata.c" file.
43388
43389 2. Reading and Writing from the S-ATA drive is done using PIO method.
43390
43391 3. Driver can be configured for 48-bit addressing by defining macro
43392 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
43393 addressing.
43394
43395 4. S-ATA read function is hooked to the File system, commands like
43396 ext2ls and ext2load file can be used. This has been tested.
43397
43398 5. U-Boot command "SATA_init" is added, which initializes the S-ATA
43399 controller and identifies the S-ATA drives connected to it.
43400
43401 6. U-Boot command "sata" is added, which is used to read/write, print
43402 partition table and get info about the drives present. This I have
43403 implemented in same way as "ide" command is implemented in U-Boot.
43404
43405 7. This driver is for S-ATA in native mode.
43406
43407 8. This driver does not support the Native command queuing and
43408 Hot-plugging.
43409
43410 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
43411
43412commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
43413Author: mushtaq khan <mushtaq_k@procsys.com>
43414Date: Mon Apr 30 15:57:22 2007 +0530
43415
43416 Fixes bug clearing the bss section for i386
43417
43418 Hi,
43419 There is a bug in the code of clearing the bss section for processor
43420 i386.(File: cpu/i386/start.S)
43421 In the code, bss_start addr (starting addr of bss section) is put into
43422 the register %eax, but the code which clears the bss section refers to
43423 the addr pointed by %edi.
43424
43425 This patch fixes this bug by putting bss_start into %edi register.
43426
43427 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
43428
43429commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
43430Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
43431Date: Mon Apr 30 16:47:28 2007 -0500
43432
43433 Add support for BCM5464 Quad Phy
43434
43435 Added support for Broadcom's BCM5464 Quad Phy
43436
43437 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
43438
43439commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
43440Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
43441Date: Wed May 9 08:10:57 2007 +0800
43442
43443 Search the exception table with linear algorithm
43444
43445 Search the exception table with linear algorithm instead of
43446 bisecting algorithm.
43447 Because the exception table might be unsorted.
43448
43449 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
43450
43451commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
43452Author: Aubrey.Li <aubrey.adi@gmail.com>
43453Date: Mon May 14 11:47:35 2007 +0800
43454
43455 Fix compilation issues on MACOSX
43456
43457 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
43458 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
43459
43460commit 56fd7162985c412317bbf763a225fba23c64fd31
43461Author: Stephen Williams <steve@icarus.com>
43462Date: Tue May 15 07:55:42 2007 -0700
43463
43464 Fix for compile of JSE target
43465
43466 The attached patch fixes the compile of the JSE board in the
43467 denx git as of 14 may 2007. It is an extremely simple patch,
43468 it just adds the missing define of CFG_SYSTEMACE_WIDTH.
43469
43470 Fix to compile JSE against 20070514 git of u-boot
43471
Wolfgang Denk0a5c2142007-12-27 01:52:50 +010043472commit 69df3c4da0c93017cceb25a366e794570bd0ed98
43473Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
43474Date: Sun May 13 21:01:03 2007 +0900
43475
43476 sh: MS7750SE support.
43477
43478 This adds support for the Hitachi MS7750SE.
43479
43480 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43481
43482commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
43483Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
43484Date: Sun May 13 20:58:00 2007 +0900
43485
43486 sh: First support code of SuperH.
43487
43488 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
43489
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043490commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
43491Author: Stefan Roese <sr@denx.de>
43492Date: Fri May 11 12:01:49 2007 +0200
43493
43494 ppc4xx: Add mtcpr/mfcpr access macros
43495
43496 Signed-off-by: Stefan Roese <sr@denx.de>
43497
43498commit 343c48bd84606c4025c8a7c7263fda465d6e284c
43499Author: Stefan Roese <sr@denx.de>
43500Date: Fri May 11 12:01:06 2007 +0200
43501
43502 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
43503
43504 Signed-off-by: Stefan Roese <sr@denx.de>
43505
Wolfgang Denk870c5c42007-05-16 00:13:33 +020043506commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
43507Author: Piotr Kruszynski <ppk@semihalf.com>
43508Date: Thu May 10 16:55:52 2007 +0200
43509
43510 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
43511 definition.
43512
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043513commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
43514Author: Peter Pearse <peter.pearse@arm.com>
43515Date: Wed May 9 11:42:44 2007 +0100
43516
43517 Add the board directory for SMN42
43518
43519commit 160131bf965785419626df6c388729fe0b597992
43520Author: Peter Pearse <peter.pearse@arm.com>
43521Date: Wed May 9 11:41:58 2007 +0100
43522
43523 Add the files for the SMN42 board
43524
43525commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
43526Author: Peter Pearse <peter.pearse@arm.com>
43527Date: Wed May 9 11:40:34 2007 +0100
43528
43529 Remove the deleted files for the SMN42 patch
43530
43531commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
43532Author: Peter Pearse <peter.pearse@arm.com>
43533Date: Wed May 9 11:37:56 2007 +0100
43534
43535 New board SMN42 branch
43536
43537commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
43538Author: Peter Pearse <peter.pearse@arm.com>
43539Date: Wed May 9 10:24:38 2007 +0100
43540
43541 Makefile permissions
43542
43543commit b84289b595731e8851df46e893845cc1322c9b9b
43544Author: Ed Swarthout <Ed.Swarthout@freescale.com>
43545Date: Tue May 8 14:17:07 2007 -0500
43546
43547 8641hpcn: Fix Makefile after moving pixis to board/freescale.
43548
43549 The OBJTREE != SRCTREE build scenario was broken.
43550 This fixes it.
43551
43552 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
43553 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43554
Wolfgang Denk870c5c42007-05-16 00:13:33 +020043555commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
43556Author: Michal Simek <monstr@monstr.eu>
43557Date: Tue May 8 15:57:43 2007 +0200
43558
43559 add: reading special purpose registers
43560
43561commit 1a50f164beb065f360fbddb76029607d6b099698
43562Author: Michal Simek <monstr@monstr.eu>
43563Date: Tue May 8 14:52:52 2007 +0200
43564
43565 add: Microblaze V5 exception handling
43566
43567commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
43568Author: Michal Simek <monstr@monstr.eu>
43569Date: Tue May 8 14:39:11 2007 +0200
43570
43571 add: FSL control read and write
43572
43573commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
43574Author: Piotr Kruszynski <ppk@semihalf.com>
43575Date: Tue May 8 13:05:44 2007 +0200
43576
43577 [Motion-PRO] Add support for I2C, EEPROM and RTC.
43578
43579commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
43580Author: Bartlomiej Sieka <tur@semihalf.com>
43581Date: Tue May 8 10:23:56 2007 +0200
43582
43583 [Motion-PRO] Add ATA support. Add CF-booting commands to the default
43584 environment.
43585
43586commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
43587Author: Bartlomiej Sieka <tur@semihalf.com>
43588Date: Tue May 8 09:39:12 2007 +0200
43589
43590 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
43591 eliminates networking problems in Linux (timeouts).
43592
43593commit 1f1369c34b629be94702684d41d3fddf0f6193e7
43594Author: Bartlomiej Sieka <tur@semihalf.com>
43595Date: Tue May 8 09:21:57 2007 +0200
43596
43597 [Motion-PRO] Enable Flat Device Tree support and modify default environment
43598 to allow booting of FDT-expecting kernels.
43599
43600commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
43601Author: Michal Simek <monstr@monstr.eu>
43602Date: Mon May 7 23:58:31 2007 +0200
43603
43604 new: USE_MSR_INTR support
43605
43606commit 008861a2f3ef2c062744d733787c7e530a1b8761
43607Author: Bartlomiej Sieka <tur@semihalf.com>
43608Date: Mon May 7 22:36:15 2007 +0200
43609
43610 [MPC5xxx] There are networking problems on the Motion-PRO board with
43611 current PHY initalization code (tftp timeouts all the time). This commit
43612 temporarily disables PHY initalization sequence to make the networking
43613 operational, until a fix is found.
43614
43615commit abca901869c3760b6c5fecb825db6c1d91a78a93
43616Author: Wolfgang Denk <wd@denx.de>
43617Date: Mon May 7 22:10:36 2007 +0200
43618
43619 Get rid of duplicated file (see include/configs/sbc8560.h instead)
43620
43621 Signed-off-by: Wolfgang Denk <wd@denx.de>
43622
43623commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
43624Author: Wolfgang Denk <wd@denx.de>
43625Date: Mon May 7 22:07:08 2007 +0200
43626
43627 Get rid of duplicated file (see doc/README.SBC8560 instead)
43628
43629 Signed-off-by: Wolfgang Denk <wd@denx.de>
43630
43631commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
43632Author: Michal Simek <monstr@monstr.eu>
43633Date: Mon May 7 19:43:10 2007 +0200
43634
43635 fix: read and write MSR - repair number of parameters
43636
Wolfgang Denka9d7acb2007-06-06 16:26:56 +020043637commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
43638Author: Jeffrey Mann <mannj@embeddedplanet.com>
43639Date: Mon May 7 19:42:49 2007 +0200
43640
43641 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
43642
43643 A '3' got cut off in the formatting of the last patch to automatically
43644 change the clock speed of the system clock on sequoia board.
43645
43646 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43647 Signed-off-by: Stefan Roese <sr@denx.de>
43648
Wolfgang Denk870c5c42007-05-16 00:13:33 +020043649commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
43650Author: Michal Simek <monstr@monstr.eu>
43651Date: Mon May 7 19:33:51 2007 +0200
43652
43653 new: fsl interrupt support
43654 FSL_Has_data is connected to INTC.
43655
43656commit 792032baa7d625e34c981ab6df521911bd8dc861
43657Author: Michal Simek <monstr@monstr.eu>
43658Date: Mon May 7 19:30:12 2007 +0200
43659
43660 fix: interrupt handler
43661 remove asm code
43662
43663commit f3f001a341ef185d0f13841be5b5dc3395aacc31
43664Author: Michal Simek <monstr@monstr.eu>
43665Date: Mon May 7 19:25:08 2007 +0200
43666
43667 fix: remove asm code
43668
43669commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
43670Author: Michal Simek <monstr@monstr.eu>
43671Date: Mon May 7 19:12:43 2007 +0200
43672
43673 fix: clean interrupt
43674
43675commit 42efed6130c8fcf7da881385b5427065d2801757
43676Author: Michal Simek <monstr@monstr.eu>
43677Date: Mon May 7 17:22:25 2007 +0200
43678
43679 fix: interrupt handler for multiple sources
43680
43681commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
43682Author: Michal Simek <monstr@monstr.eu>
43683Date: Mon May 7 17:11:09 2007 +0200
43684
43685 new: add writing to msr register
43686
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020043687commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
43688Author: Markus Klotzbuecher <mk@denx.de>
43689Date: Mon May 7 16:43:56 2007 +0200
43690
43691 Fix an ancient CHANGELOG conflict
43692
Wolfgang Denk870c5c42007-05-16 00:13:33 +020043693commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
43694Author: Timur Tabi <timur@freescale.com>
43695Date: Sat May 5 08:12:30 2007 +0200
43696
43697 5xxx: write MAC address to mac-address and local-mac-address
43698
43699 Some device trees have a mac-address property, some have local-mac-address,
43700 and some have both. To support all of these device trees, ftp_cpu_setup()
43701 should write the MAC address to mac-address and local-mac-address, if they
43702 exist.
43703
43704 Signed-off-by: Timur Tabi <timur@freescale.com>
43705 Acked-by: Grant Likely <grant.likely@secretlab.ca>
43706
43707commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
43708Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43709Date: Sun Apr 29 14:01:54 2007 +0200
43710
43711 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
43712
43713 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
43714 message. Use PVR to distinguish between the two variants, and print proper CPU
43715 information.
43716
43717 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
43718 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
43719 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
43720
43721commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
43722Author: Ladislav Michl <ladis@linux-mips.org>
43723Date: Wed Apr 25 16:01:26 2007 +0200
43724
43725 [PATCH] simplify silent console
43726
43727 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
43728 Acked-by: Stefan Roese <sr@denx.de>
43729
43730commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
43731Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
43732Date: Mon Apr 23 15:30:39 2007 +0200
43733
43734 [PATCH] Avoid assigning PCI resources from zero address
43735
43736 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
43737 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
43738 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
43739 sentence about "0" being considered an invalid address) -- so, use a reasonable
43740 starting value of 0x1000 (that's what the most Linux archs are using).
43741
43742 Alternatively, one might have fixed the calls to pci_set_region() individually
43743 (some code even seems to have taken care of this issue) but that would have
43744 been a lot more work. :-)
43745
43746 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
43747 Acked-by: Stefan Roese <sr@denx.de>
43748
43749commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
43750Author: Jeffrey Mann <mannj@embeddedplanet.com>
43751Date: Mon Apr 23 14:00:11 2007 +0200
43752
43753 [patch] setenv(...) can delete environmentalvariables
43754
43755 update setenv() function so that entering a NULL value for the
43756 variable's value will delete the environmental variable
43757
43758 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43759 Acked-by: Stefan Roese <sr@denx.de>
43760
43761commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
43762Author: Mike Frysinger <vapier@gentoo.org>
43763Date: Mon Apr 23 13:54:24 2007 +0200
43764
43765 [patch] use unsigned char in smc91111 driver for mac
43766
43767 the v_mac variable in the smc91111 driver is declared as a signed char ...
43768 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
43769 because when it gets printed out, you get a display like:
43770 0xFFFFFFE0 and that's no good
43771
43772 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
43773
43774commit ffc50f9bb194343c6303517a517708457a5eb6b8
43775Author: Michal Simek <monstr@monstr.eu>
43776Date: Sat May 5 18:54:42 2007 +0200
43777
43778 new: FSL and MSR support #2
43779
43780commit f7e2e0eb0668136305f78bb9c21be79b48a34247
43781Author: Michal Simek <monstr@monstr.eu>
43782Date: Sat May 5 18:27:16 2007 +0200
43783
43784 new: FSL and MSR support
43785
43786commit 2f15278c2eb911c668b4fe562130b78cf554d139
43787Author: Wolfgang Denk <wd@denx.de>
43788Date: Sat May 5 18:23:11 2007 +0200
43789
43790 Coding stylke cleanup; update CHANGELOG.
43791
43792 Signed-off-by: Wolfgang Denk <wd@denx.de>
43793
Wolfgang Denk58c495b2007-05-05 18:23:11 +020043794commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
43795Author: Wolfgang Denk <wd@denx.de>
43796Date: Sat May 5 18:05:02 2007 +0200
43797
43798 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
43799
43800 Signed-off-by: Wolfgang Denk <wd@denx.de>
43801
Wolfgang Denk547c5632007-05-05 18:05:02 +020043802commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
43803Author: Wolfgang Denk <wd@denx.de>
43804Date: Sat May 5 17:15:50 2007 +0200
43805
43806 Make "file" command happy with some config.mk files; update CHANGELOG
43807
Wolfgang Denk58c495b2007-05-05 18:23:11 +020043808commit e3b8c78bc2489c27ae020986ef0eaca684866cef
43809Author: Jeffrey Mann <mannj@embeddedplanet.com>
43810Date: Sat May 5 08:32:14 2007 +0200
43811
43812 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
43813
43814 The AMCC Secquoia board has been changed in a new revision from using a
43815 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
43816 indicates the difference. This patch reads that bit and uses the correct
43817 clock speed for the board. This code is backward compatable will all
43818 prior boards. All prior boards will be read as 33.000.
43819
43820 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
43821 Signed-off-by: Stefan Roese <sr@denx.de>
43822
43823commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
43824Author: Stefan Roese <sr@denx.de>
43825Date: Sat May 5 08:29:01 2007 +0200
43826
43827 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
43828
43829 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
43830 for the 4k NAND boot image so define bus_frequency to 133MHz here
43831 which is save for the refresh counter setup.
43832
43833 Signed-off-by: Stefan Roese <sr@denx.de>
43834
Wolfgang Denka0453aa2007-07-10 00:01:28 +020043835commit 2f550ab976405300f5b07bf2890800840d0aa05f
43836Author: Timur Tabi <timur@freescale.com>
43837Date: Sat May 5 08:12:30 2007 +0200
43838
43839 5xxx: write MAC address to mac-address and local-mac-address
43840
43841 Some device trees have a mac-address property, some have local-mac-address,
43842 and some have both. To support all of these device trees, ftp_cpu_setup()
43843 should write the MAC address to mac-address and local-mac-address, if they
43844 exist.
43845
43846 Signed-off-by: Timur Tabi <timur@freescale.com>
43847 Acked-by: Grant Likely <grant.likely@secretlab.ca>
43848
Wolfgang Denk87de5a62007-05-05 17:15:50 +020043849commit a79886590593ba1d667c840caa4940c61639f18f
43850Author: Thomas Knobloch <knobloch@siemens.com>
43851Date: Sat May 5 07:04:42 2007 +0200
43852
43853 NAND: Wrong calculation of page number in nand_block_bad()
43854
43855 In case that there is no memory based bad block table available the
43856 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
43857 nand_block_bad() directly. When parameter 'getchip' is set to zero,
43858 nand_block_bad() will not right shift the offset to calculate the
43859 correct page number.
43860
43861 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
43862 Signed-off-by: Stefan Roese <sr@denx.de>
43863
43864commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
43865Author: Wolfgang Denk <wd@denx.de>
43866Date: Fri May 4 10:02:33 2007 +0200
43867
43868 Fix initrd length corruption in bootm command.
43869
43870 When using FDT Images, the length of an inital ramdisk was
43871 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
43872
43873 Patches by Timur Tabi & Johns Daniel.
43874
43875 Signed-off-by: Wolfgang Denk <wd@denx.de>
43876
Wolfgang Denk48923392007-05-16 01:16:53 +020043877commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
43878Author: Kim Phillips <kim.phillips@freescale.com>
43879Date: Thu May 3 19:43:52 2007 -0500
43880
43881 mpc83xx: fix trivial error in MAKEALL
43882
43883 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
43884
Wolfgang Denk87de5a62007-05-05 17:15:50 +020043885commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
43886Author: Wolfgang Denk <wd@denx.de>
43887Date: Thu May 3 16:34:41 2007 +0200
43888
43889 Update board configuration for STX GP3SSA board:
43890
43891 Enable hush shell, environment in flash rather in EEPROM,
43892 more user-friendly default environment, etc.
43893 The simple EEPROM environment can be selected easily in the board
43894 config file.
43895
43896 Signed-off-by: Wolfgang Denk <wd@denx.de>
43897
Wolfgang Denk3dc499b2007-05-03 16:34:41 +020043898commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
43899Author: Wolfgang Denk <wd@denx.de>
43900Date: Tue Apr 24 14:37:49 2007 +0200
43901
43902 Cleanup STX GP3SSA code; fix build and compile problems.
43903
43904commit 35171dc04e028ecacc23ad916a66295472555dbf
43905Author: Dan Malek <dan@embeddedalley.com>
43906Date: Fri Jan 5 09:15:34 2007 +0100
43907
43908 Add support for STX GP3SSA (stxssa) Board
43909
43910 Signed-off-by Dan Malek, <dan@embeddedalley.com>
43911
Wolfgang Denk36882932007-08-13 21:57:53 +020043912commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
43913Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43914Date: Wed May 2 13:31:53 2007 +0200
43915
43916 macb: Don't restart autonegotiation if we already have link
43917
43918 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
43919 link is already up.
43920
43921 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43922
43923commit 04fcb5d38bc90779cd9a710d60702075986f0e29
43924Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
43925Date: Wed May 2 13:22:38 2007 +0200
43926
43927 macb: Introduce a few barriers when dealing with DMA descriptors
43928
43929 There were a few theoretical possibilities that the compiler might
43930 optimize away DMA descriptor reads and/or writes and thus cause
43931 synchronization problems with the hardware. Insert barriers where
43932 we depend on reads/writes actually hitting memory.
43933
43934 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
43935
Wolfgang Denk547c5632007-05-05 18:05:02 +020043936commit ffa621a0d12a1ccd81c936c567f8917a213787a8
43937Author: Andy Fleming <afleming@freescale.com>
43938Date: Sat Feb 24 01:08:13 2007 -0600
43939
43940 Cleaned up some 85xx PCI bugs
43941
43942 * Cleaned up the CDS PCI Config Tables and added NULL entries to
43943 the end
43944 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
43945 * Fixed 85xx PCI code to assign powar region sizes based on the
43946 config values (rather than hard-coding them)
43947 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
43948
43949 Signed-off-by: Andy Fleming <afleming@freescale.com>
43950
43951commit 6743105988fc44d5b0d30388c790607835aae7a6
43952Author: Andy Fleming <afleming@freescale.com>
43953Date: Mon Apr 23 02:54:25 2007 -0500
43954
43955 Add support for the 8568 MDS board
43956
43957 This included some changes to common files:
43958 * Add 8568 processor SVR to various places
43959 * Add support for setting the qe bus-frequency value in the dts
43960 * Add the 8568MDS target to the Makefile
43961
43962 Signed-off-by: Andy Fleming <afleming@freescale.com>
43963
43964commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
43965Author: David Updegraff <dave@cray.com>
43966Date: Fri Apr 20 14:34:48 2007 -0500
43967
43968 Add support for treating unknown PHYs as generic PHYs.
43969
43970 When bringing up u-boot on new boards, PHY support sometimes gets
43971 neglected. Most PHYs don't really need any special support,
43972 though. By adding a generic entry that always matches if nothing
43973 else does, we can provide support for "unsupported" PHYs for the
43974 tsec.
43975
43976 The generic PHY driver supports most PHYs, including gigabit.
43977
43978 Signed-off-by: David Updegraff <dave@cray.com>
43979 Signed-off-by: Andy Fleming <afleming@freescale.com>
43980
Wolfgang Denk87de5a62007-05-05 17:15:50 +020043981commit a75af9bfd8fff0499efdbb90601cec5a2afef117
43982Author: James Yang <James.Yang@freescale.com>
43983Date: Wed Feb 7 15:28:04 2007 -0600
43984
43985 Conditionalize 8641 Rev1.0 MCM workarounds
43986
43987 Signed-off-by: James Yang <James.Yang@freescale.com>
43988 Signed-off-by: Jon Loeliger <jdl@freescale.com>
43989
Wolfgang Denk48923392007-05-16 01:16:53 +020043990commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
43991Author: Timur Tabi <timur@freescale.com>
43992Date: Mon Apr 30 13:59:50 2007 -0500
43993
43994 Fix memory initialization on MPC8349E-mITX
43995
43996 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
43997 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
43998 on some ITX boards, notably those with a revision 3.1 CPU.
43999
44000 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
44001 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
44002
44003 Signed-off-by: Timur Tabi <timur@freescale.com>
44004 Acked-by: Michael Benedict <MBenedict@twacs.com>
44005 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44006
44007commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
44008Author: Kim Phillips <kim.phillips@freescale.com>
44009Date: Mon Apr 30 15:26:21 2007 -0500
44010
44011 mpc83xx: replace elaborate boottime verbosity with 'clocks' command
44012
44013 and fix CPU: to align with Board: display text.
44014
44015 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44016
Wolfgang Denk87de5a62007-05-05 17:15:50 +020044017commit c1ab82669d9525998c34e802a12cad662723f22a
44018Author: James Yang <James.Yang@freescale.com>
44019Date: Fri Mar 16 13:02:53 2007 -0500
44020
44021 Rewrote picos_to_clk() to avoid rounding errors.
44022 Clarified that conversion is to DRAM clocks rather than platform clocks.
44023 Made function static to spd_sdram.c.
44024
44025 Signed-off-by: James Yang <James.Yang@freescale.com>
44026 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk547c5632007-05-05 18:05:02 +020044027
Wolfgang Denk58c495b2007-05-05 18:23:11 +020044028commit 8b39501d28754e72726ce7fb02310e56dbdf116a
44029Author: Stefan Roese <sr@denx.de>
44030Date: Sun Apr 29 14:13:01 2007 +0200
44031
44032 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
44033
44034 Signed-off-by: Stefan Roese <sr@denx.de>
44035
Wolfgang Denka0453aa2007-07-10 00:01:28 +020044036commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
44037Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
44038Date: Sun Apr 29 14:01:54 2007 +0200
44039
44040 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
44041
44042 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
44043 message. Use PVR to distinguish between the two variants, and print proper CPU
44044 information.
44045
44046 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
44047 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
44048 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
44049
Wolfgang Denk48923392007-05-16 01:16:53 +020044050commit 5c5d3242935cf3543af01142627494434834cf98
44051Author: Kim Phillips <kim.phillips@freescale.com>
44052Date: Wed Apr 25 12:34:38 2007 -0500
44053
44054 mpc83xx: minor fixups for 8313rdb introduction
44055
Wolfgang Denka0453aa2007-07-10 00:01:28 +020044056commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
44057Author: Ladislav Michl <ladis@linux-mips.org>
44058Date: Wed Apr 25 16:01:26 2007 +0200
44059
44060 [PATCH] simplify silent console
44061
44062 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
44063 Acked-by: Stefan Roese <sr@denx.de>
44064
Wolfgang Denk870c5c42007-05-16 00:13:33 +020044065commit 144876a380f5756f57412caf74c1d6dc201dd796
44066Author: Michal Simek <monstr@monstr.eu>
44067Date: Tue Apr 24 23:01:02 2007 +0200
44068
44069 [PATCH] MTD partition support, JFFS2 support
44070
Wolfgang Denk58c495b2007-05-05 18:23:11 +020044071commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
44072Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44073Date: Tue Apr 24 14:03:45 2007 +0200
44074
44075 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
44076
44077 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
44078
Wolfgang Denk547c5632007-05-05 18:05:02 +020044079commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
44080Author: Andy Fleming <afleming@freescale.com>
44081Date: Mon Apr 23 02:37:47 2007 -0500
44082
44083 Reworked 85xx speed detection code
44084
44085 Changed the code to read the registers and calculate the clock
44086 rates, rather than using a "switch" statement.
44087
44088 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
44089
44090 Signed-off-by: Andy Fleming <afleming@freescale.com>
44091
44092commit 81f481ca708ed6a56bf9c410e3191dbad581c565
44093Author: Andy Fleming <afleming@freescale.com>
44094Date: Mon Apr 23 02:24:28 2007 -0500
44095
44096 Enable 8544 support
44097
44098 * Add support to the Makefile
44099 * Add 8544 configuration support to the tsec driver
44100 * Add 8544 SVR numbers to processor.h
44101
44102 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44103 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44104
44105commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
44106Author: Andy Fleming <afleming@freescale.com>
44107Date: Fri Feb 23 17:12:25 2007 -0600
44108
44109 Support 1G size on 8548
44110
44111 e500v2 and newer cores support 1G page sizes.
44112
44113 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44114 Signed-off-by: Andy Fleming <afleming@freescale.com>
44115
44116commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
44117Author: Andy Fleming <afleming@freescale.com>
44118Date: Fri Feb 23 17:11:16 2007 -0600
44119
44120 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
44121
44122 The other pagesz constants use one letter to specify order of
44123 magnitude. Also change the one reference to it in mpc8548cds/init.S
44124
44125 Signed-off-by: Andy Fleming <afleming@freescale.com>
44126
44127commit 1f9a318cea14272edd10d63739e2d326c90f430e
44128Author: Andy Fleming <afleming@freescale.com>
44129Date: Fri Feb 23 16:28:46 2007 -0600
44130
44131 Only set ddrioovcr for 8548 rev1.
44132
44133 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44134 Signed-off-by: Andy Fleming <afleming@freescale.com>
44135
44136commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
44137Author: Andy Fleming <afleming@freescale.com>
44138Date: Sat Feb 24 01:16:45 2007 -0600
44139
44140 Tweak DDR ECC error counter
44141
44142 Enable single-bit error counter when memory was cleared by ddr controller.
44143
44144 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44145 Signed-off-by: Andy Fleming <afleming@freescale.com>
44146
44147commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
44148Author: Timur Tabi <timur@freescale.com>
44149Date: Mon Feb 12 13:34:55 2007 -0600
44150
44151 85xx: write MAC address to mac-address and local-mac-address
44152
44153 Some device trees have a mac-address property, some have local-mac-address,
44154 and some have both. To support all of these device trees, ftp_cpu_setup()
44155 should write the MAC address to mac-address and local-mac-address, if they
44156 exist.
44157
44158 Signed-off-by: Timur Tabi <timur@freescale.com>
44159
44160commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
44161Author: Andy Fleming <afleming@freescale.com>
44162Date: Mon Apr 23 01:44:44 2007 -0500
44163
44164 Some 85xx cpu cleanups
44165
44166 * Cleaned up the TSR[WIS] clearing
44167 * Cleaned up DMA initialization
44168
44169 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44170 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44171 Acked-by: Andy Fleming <afleming@freescale.com>
44172
44173commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
44174Author: Andy Fleming <afleming@freescale.com>
44175Date: Mon Apr 23 01:32:22 2007 -0500
44176
44177 Add cpu support for the 8544
44178
44179 Recognize new SVR values, and add a few register definitions
44180
44181 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44182 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44183 Acked-by: Andy Fleming <afleming@freescale.com>
44184
44185commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
44186Author: Jon Loeliger <jdl@freescale.com>
44187Date: Wed Apr 11 16:51:02 2007 -0500
44188
44189 Add MPC8544DS basic port board files.
44190
44191 Add board port under new board/freescale directory
44192 structure and reuse existing PIXIS FPGA support there.
44193
44194 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44195 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44196
44197commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
44198Author: Jon Loeliger <jdl@freescale.com>
44199Date: Wed Apr 11 16:50:57 2007 -0500
44200
44201 Add MPC8544DS main configuration file.
44202
44203 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44204 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44205
44206commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
44207Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44208Date: Wed Dec 27 22:07:15 2006 +0300
44209
44210 Fix PCI I/O space mapping on Freescale MPC85x0ADS
44211
44212 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
44213 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
44214 describing the local address window used for the PCI I/O space accesses -- fix
44215 this and carry over the necessary changes into the MPC8560ADS code since the
44216 PCI I/O space mapping was also broken for this board (by the earlier commit
44217 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how
44218 the PCI I/O space must be mapped to all the MPC85xx board config. headers.
44219
44220 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44221
44222 board/mpc8540ads/init.S | 4 ++--
44223 board/mpc8560ads/init.S | 4 ++--
44224 include/configs/MPC8540ADS.h | 5 ++---
44225 include/configs/MPC8541CDS.h | 2 +-
44226 include/configs/MPC8548CDS.h | 2 +-
44227 include/configs/MPC8560ADS.h | 8 ++++----
44228 6 files changed, 12 insertions(+), 13 deletions(-)
44229
44230commit 96629cbabdb727d4a5e62542deefc01d498db6dc
44231Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44232Date: Tue Dec 5 16:42:30 2006 +0800
44233
44234 u-boot: Fix e500 v2 core reset bug
44235
44236 The following patch fixes the e500 v2 core reset bug.
44237 For e500 v2 core, a new reset control register is added to reset the
44238 processor.
44239
44240 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44241
44242commit 63247a5acd58032e6cf33f525bc3923b467bac88
44243Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44244Date: Wed Dec 20 11:01:00 2006 +0800
44245
44246 u-boot: v2: Remove the fixed TLB and LAW entrynubmer
44247
44248 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
44249 entry number to control the loop. This can reduce the potential risk
44250 for the 85xx processor increasing its TLB adn LAW entry number.
44251
44252 Signed-off-by: Swarthout Edward <swarthout@freescale.com>
44253 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44254
44255commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
44256Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44257Date: Mon Dec 18 17:01:04 2006 +0800
44258
44259 u-boot: Fix the 85xxcds tsec bug
44260
44261 Fix the 85xxcds tsec bug.
44262 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
44263
44264 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
44265
44266commit 7337b237ffc4aaf1b9467024fe472a880d852598
44267Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44268Date: Fri Dec 15 14:43:31 2006 +0800
44269
44270 u-boot: Fix CPU2 errata on MPC8548CDS board
44271
44272 This patch apply workaround of CPU2 errata on MPC8548CDS board.
44273
44274 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
44275
44276commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
44277Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
44278Date: Mon Dec 18 16:25:15 2006 +0800
44279
44280 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
44281
44282 This patch disables MPC8548CDS 2T_TIMING for DDR by default.
44283
44284 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
44285
44286commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
44287Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
44288Date: Thu Dec 14 14:14:55 2006 +0800
44289
44290 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
44291
44292 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
44293 board.
44294 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
Wolfgang Denk87de5a62007-05-05 17:15:50 +020044295
Wolfgang Denk48923392007-05-16 01:16:53 +020044296commit 96b8a05432f346f36493535c85320b70ec9c7c1b
44297Author: Scott Wood <scottwood@freescale.com>
44298Date: Mon Apr 16 14:54:15 2007 -0500
44299
44300 mpc83xx: Add MPC8313ERDB support.
44301
44302 Signed-off-by: Scott Wood <scottwood@freescale.com>
44303
44304commit 49ea3b6eafe606285ae4d5c378026153dde53200
44305Author: Scott Wood <scottwood@freescale.com>
44306Date: Mon Apr 16 14:34:21 2007 -0500
44307
44308 mpc83xx: Add generic PCI setup code.
44309
44310 Board code can now request the generic setup code rather than having to
44311 copy-and-paste it for themselves. Boards should be converted to use this
44312 once they're tested with it.
44313
44314 Signed-off-by: Scott Wood <scottwood@freescale.com>
44315
44316commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
44317Author: Scott Wood <scottwood@freescale.com>
44318Date: Mon Apr 16 14:34:19 2007 -0500
44319
44320 mpc83xx: Add 831x support to speed.c.
44321
44322 Signed-off-by: Scott Wood <scottwood@freescale.com>
44323
44324commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
44325Author: Scott Wood <scottwood@freescale.com>
44326Date: Mon Apr 16 14:34:18 2007 -0500
44327
44328 mpc83xx: Add 831x support to global_data.h
44329
44330 Signed-off-by: Scott Wood <scottwood@freescale.com>
44331
44332commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
44333Author: Scott Wood <scottwood@freescale.com>
44334Date: Mon Apr 16 14:34:16 2007 -0500
44335
44336 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
44337
44338 Rather than misleadingly define PVR_83xx as the specific type of 83xx
44339 being built for, the PVR of each core revision is defined. checkcpu() now
44340 prints the core that it detects, rather than aborting if it doesn't find
44341 what it thinks it wants.
44342
44343 Signed-off-by: Scott Wood <scottwood@freescale.com>
44344
44345commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
44346Author: Scott Wood <scottwood@freescale.com>
44347Date: Mon Apr 16 14:34:15 2007 -0500
44348
44349 mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
44350
44351 Signed-off-by: Scott Wood <scottwood@freescale.com>
44352
44353commit d87c57b201b4572d16f1b642998faa00c9912b16
44354Author: Scott Wood <scottwood@freescale.com>
44355Date: Mon Apr 16 14:31:55 2007 -0500
44356
44357 mpc83xx: Add register definitions for MPC831x.
44358
44359 Signed-off-by: Scott Wood <scottwood@freescale.com>
44360
Wolfgang Denka0453aa2007-07-10 00:01:28 +020044361commit 7fc4c71a143be8666d70803fb25ae60379c95622
44362Author: Stefan Roese <sr@denx.de>
44363Date: Mon Apr 23 15:39:59 2007 +0200
44364
44365 Fix file mode
44366
44367 Signed-off-by: Stefan Roese <sr@denx.de>
44368
44369commit 38257988abfe74d459ca2ad748b109ca04e4efe1
44370Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44371Date: Mon Apr 23 15:30:39 2007 +0200
44372
44373 [PATCH] Avoid assigning PCI resources from zero address
44374
44375 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
44376 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
44377 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
44378 sentence about "0" being considered an invalid address) -- so, use a reasonable
44379 starting value of 0x1000 (that's what the most Linux archs are using).
44380
44381 Alternatively, one might have fixed the calls to pci_set_region() individually
44382 (some code even seems to have taken care of this issue) but that would have
44383 been a lot more work. :-)
44384
44385 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
44386 Acked-by: Stefan Roese <sr@denx.de>
44387
44388commit afb903a2eb9436baa9270ccc0c27082d86497d89
44389Author: Jeffrey Mann <mannj@embeddedplanet.com>
44390Date: Mon Apr 23 14:00:11 2007 +0200
44391
44392 [patch] setenv(...) can delete environmentalvariables
44393
44394 update setenv() function so that entering a NULL value for the
44395 variable's value will delete the environmental variable
44396
44397 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
44398 Acked-by: Stefan Roese <sr@denx.de>
44399
44400commit 36f104e5caa747d568eff26b369565af57c2ffa6
44401Author: Mike Frysinger <vapier@gentoo.org>
44402Date: Mon Apr 23 13:54:24 2007 +0200
44403
44404 [patch] use unsigned char in smc91111 driver for mac
44405
44406 the v_mac variable in the smc91111 driver is declared as a signed char ...
44407 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
44408 because when it gets printed out, you get a display like:
44409 0xFFFFFFE0 and that's no good
44410
44411 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
44412
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020044413commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
44414Author: Rodolfo Giometti <giometti@enneenne.com>
44415Date: Mon Apr 23 13:10:52 2007 +0200
44416
44417 USB: (Another) delay for crappy USB keys.
44418
44419 Some USB keys are slow in giving back an answer when the Root HUB
44420 enables power lines.
44421
44422 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
44423
Wolfgang Denk87de5a62007-05-05 17:15:50 +020044424commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
44425Author: Stefan Roese <sr@denx.de>
44426Date: Mon Apr 23 12:00:22 2007 +0200
44427
44428 Remove BOARDLIBS usage completely
44429
44430 Signed-off-by: Stefan Roese <sr@denx.de>
44431
Wolfgang Denk870c5c42007-05-16 00:13:33 +020044432commit 32556443840f127170e4baa8bdd5b567039f6c36
44433Author: Michal Simek <monstr@monstr.eu>
44434Date: Sat Apr 21 21:07:22 2007 +0200
44435
44436 [PATCH] SystemACE support for Microblaze
44437
44438commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
44439Author: Michal Simek <monstr@monstr.eu>
44440Date: Sat Apr 21 21:02:40 2007 +0200
44441
44442 16bit read/write little endian
44443
44444commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
44445Author: Michal Simek <monstr@monstr.eu>
44446Date: Sat Apr 21 20:53:31 2007 +0200
44447
44448 Change ML401 parameters - Xilinx BSP
44449
Wolfgang Denk87de5a62007-05-05 17:15:50 +020044450commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
44451Author: Ed Swarthout <Ed.Swarthout@freescale.com>
44452Date: Wed Feb 28 05:37:29 2007 -0600
44453
44454 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
44455
44456 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
44457
44458commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
44459Author: Zhang Wei <wei.zhang@freescale.com>
44460Date: Fri Jan 19 10:42:37 2007 +0800
44461
44462 Enable LAWs for MPC8641 PCI-Ex2.
44463
44464 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
44465 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44466
44467commit bd7851ce1e1f140665b520026abf1042968b1102
44468Author: Jon Loeliger <jdl@freescale.com>
44469Date: Fri Apr 20 14:12:26 2007 -0500
44470
44471 mpc86xx; Write MAC address to mac-address and local-mac-address
44472
44473 Some device trees have a mac-address property, some have local-mac-address,
44474 and some have both. To support all of these device trees, ftp_cpu_setup()
44475 should write the MAC address to mac-address and local-mac-address, if they
44476 exist.
44477
44478 Signed-off-by: Timur Tabi <timur@freescale.com>
44479 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44480
44481commit 7dbdf28b8bd855a8530dc3292e4982575a197060
44482Author: Jon Loeliger <jdl@freescale.com>
44483Date: Fri Apr 20 14:11:38 2007 -0500
44484
44485 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
44486
44487 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
44488 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44489
Wolfgang Denk3dc499b2007-05-03 16:34:41 +020044490commit 14da5f7675bbb427c469e3f45006e027b6e21db9
44491Author: Wolfgang Denk <wd@denx.de>
44492Date: Fri Apr 20 17:43:28 2007 +0200
44493
44494 Cleanup compiler warnings, update CHANGELOG
44495
44496 Signed-off-by: Wolfgang Denk <wd@denx.de>
44497
Wolfgang Denk34128aa2007-04-20 17:43:28 +020044498commit 6923565db12af34fd5e02d354ee65a8c78ac460f
44499Author: Detlev Zundel <dzu@denx.de>
44500Date: Fri Apr 20 12:01:47 2007 +0200
44501
44502 Fix breakage of NC650 board with respect to nand support.
44503
44504 Signed-off-by: Detlev Zundel <dzu@denx.de>
44505
44506commit 39f23cd90947639ac278a18ff277ec786b5ac167
44507Author: Domen Puncer <domen.puncer@telargo.com>
44508Date: Fri Apr 20 11:13:16 2007 +0200
44509
44510 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
44511
44512 G2 core reference manual says decrementer and time base
44513 are decreasing/increasing once every 4 bus clock cycles.
44514 Lets fix it, so time in Linux won't run twice as fast
44515
44516 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44517 Acked-by: Grant Likely <grant.likely@secretlab.ca>
44518
44519commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
44520Author: Gerald Van Baren <vanbaren@cideas.com>
44521Date: Thu Apr 19 23:14:39 2007 -0400
44522
44523 Fix serious pointer bug with bootm and reserve map.
44524
44525 What was suppose to be a stack variable was declared as a pointer,
44526 overwriting random memory.
44527 Also moved the libfdt.a requirement into the main Makefile. That is
44528 The U-Boot Way.
44529
Wolfgang Denk58c495b2007-05-05 18:23:11 +020044530commit d21686263574e95cb3e9e9b0496f968b1b897fdb
44531Author: Stefan Roese <sr@denx.de>
44532Date: Thu Apr 19 09:53:52 2007 +0200
44533
44534 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
44535
44536 Previous versions used full wait states for the chip select #1 which
44537 is connected to the Xilinix SystemACE controller on the AMCC Katmai
44538 evaluation board. This leads to really slow access and therefore low
44539 performance. This patch now sets up the chip select a lot faster
44540 resulting in much better read/write performance of the Linux driver.
44541
44542 Signed-off-by: Stefan Roese <sr@denx.de>
44543
Wolfgang Denk34128aa2007-04-20 17:43:28 +020044544commit 37837828d89084879bee2f2b8c7c68d4695940df
44545Author: Wolfgang Denk <wd@denx.de>
44546Date: Wed Apr 18 17:49:29 2007 +0200
44547
44548 Clenaup, update CHANGELOG
44549
44550 Signed-off-by: Wolfgang Denk <wd@denx.de>
44551
Wolfgang Denk7ce71502007-04-18 17:49:29 +020044552commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
44553Author: Wolfgang Denk <wd@denx.de>
44554Date: Wed Apr 18 17:20:58 2007 +0200
44555
44556 Update CHANGELOG
44557
44558 Signed-off-by: Wolfgang Denk <wd@denx.de>
44559
Wolfgang Denk18297272007-04-18 17:20:58 +020044560commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
44561Author: Wolfgang Denk <wd@denx.de>
44562Date: Wed Apr 18 17:07:26 2007 +0200
44563
44564 Cleanup, update CHANGELOG
44565
44566 Sigend-off-by: Wolfgang Denk <wd@denx.de>
44567
Wolfgang Denkb7ae1cf2007-04-18 16:53:52 +020044568commit 5f6c732affea9647762d27a4617a2ae64c52dceb
44569Author: Wolfgang Denk <wd@denx.de>
44570Date: Wed Apr 18 16:17:46 2007 +0200
44571
44572 Update CHANGELOG
44573
Wolfgang Denk1391f782007-04-18 16:17:46 +020044574commit ad4eb555671d97f96dc56eab55103b1f86874b01
44575Author: Wolfgang Denk <wd@denx.de>
44576Date: Wed Apr 18 14:30:39 2007 +0200
44577
44578 MCC200 board: remove warning which is obsolete after PSoC firmware changes
44579
44580 Signed-off-by: Wolfgang Denk <wd@denx.de>
44581
44582commit 3747a3f010b2b1442dec3e871c69788b6017aaae
44583Author: Domen Puncer <domen.puncer@telargo.com>
44584Date: Wed Apr 18 12:11:05 2007 +0200
44585
44586 [PATCH] icecube/lite5200b: document wakeup from low-power support
44587
44588 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44589
44590commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
44591Author: Stefan Roese <sr@denx.de>
44592Date: Wed Apr 18 12:07:47 2007 +0200
44593
44594 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
44595
44596 Signed-off-by: Stefan Roese <sr@denx.de>
44597
44598commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
44599Author: Stefan Roese <sr@denx.de>
44600Date: Wed Apr 18 12:05:59 2007 +0200
44601
44602 ppc4xx: Add output for bootrom location to 405EZ ports
44603
44604 Now 405EZ ports also show upon bootup from which boot device
44605 they are configured to boot:
44606
44607 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
44608
44609 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
44610 Bootstrap Option E - Boot ROM Location EBC (32 bits)
44611 16 kB I-Cache 16 kB D-Cache
44612 Board: Acadia - AMCC PPC405EZ Evaluation Board
44613
44614 Signed-off-by: Stefan Roese <sr@denx.de>
44615
Wolfgang Denk34128aa2007-04-20 17:43:28 +020044616commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
44617Author: Peter Pearse <peter.pearse@arm.com>
44618Date: Tue Apr 17 13:30:33 2007 +0100
44619
44620 Move ppearse to ARM board list
44621 Add Konstantin Kletschke for scb9328.
44622 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
44623
Wolfgang Denk1391f782007-04-18 16:17:46 +020044624commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
44625Author: Domen Puncer <domen.puncer@telargo.com>
44626Date: Mon Apr 16 14:00:13 2007 +0200
44627
44628 [PATCH] icecube/lite5200b: wakeup from low-power support
44629
44630 U-Boot part of Lite5200b low power mode support.
44631 Puts SDRAM out of self-refresh and transfers control to
44632 address saved at physical 0x0.
44633
44634 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
44635 Acked-by: Grant Likely <grant.likely@secretlab.ca>
44636
Wolfgang Denk7ce71502007-04-18 17:49:29 +020044637commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
44638Author: Gerald Van Baren <vanbaren@cideas.com>
44639Date: Sun Apr 15 13:54:26 2007 -0400
44640
44641 Fix the ft_cpu_setup() property settings.
44642
44643 Use "setter" functions instead of flags, cleaner and more flexible.
44644 It also fixes the problem noted by Timur Tabi that the ethernet MAC
44645 addresses were all being set incorrectly to the same MAC address.
44646
44647commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
44648Author: Gerald Van Baren <vanbaren@cideas.com>
44649Date: Sat Apr 14 22:51:24 2007 -0400
44650
44651 Improve the bootm command for CONFIG_OF_LIBFDT
44652
44653 In bootm, create the "/chosen" node only if it doesn't already exist
44654 (better matches the previous behavior).
44655 Update for proper reserved memory map handling for initrd.
44656
44657commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
44658Author: Gerald Van Baren <vanbaren@cideas.com>
44659Date: Sat Apr 14 22:46:41 2007 -0400
44660
44661 Add some utilities to manipulate the reserved memory map.
44662
Wolfgang Denk1391f782007-04-18 16:17:46 +020044663commit 8048cdd56f04a756eeea4951f402bf5cc33785db
44664Author: Wolfgang Denk <wd@denx.de>
44665Date: Sat Apr 14 21:16:54 2007 +0200
44666
44667 Update CHANGELOG
44668
Wolfgang Denkf3bda272007-04-18 17:07:26 +020044669commit 8e6875183cdca91c134408d119d4abcd48ef6856
44670Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44671Date: Sun Dec 17 18:56:46 2006 +0100
44672
44673 AVR32: Enable MMC support
44674
44675 Set up the portmux for the MMC interface and enable the MMC driver
44676 along with support for DOS partitions, ext2 and FAT filesystems.
44677
44678 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44679
44680commit fc26c97bb6df41b4a95662c34054fe912387bf38
44681Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44682Date: Fri Jan 20 10:03:53 2006 +0100
44683
44684 Atmel MCI driver
44685
44686 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
44687
44688 The AT91 ARM-based CPUs use basically the same hardware, so it should
44689 be possible to share this driver, but no effort has been made so far.
44690
44691 Hardware documentation can be found in the AT32AP7000 data sheet,
44692 which can be downloaded from
44693
44694 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
44695
44696 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44697
44698commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
44699Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44700Date: Sun Dec 17 18:55:37 2006 +0100
44701
44702 AVR32: Add clk and gpio infrastructure for mmci
44703
44704 Implement functions for configuring the mmci pins, as well as
44705 functions for getting the clock rate of the mmci controller.
44706
44707 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44708
44709commit 7fac3f69e9f05c5e5326681976c35d129324c4de
44710Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44711Date: Sun Dec 17 18:53:56 2006 +0100
44712
44713 Enable partition support with MMC
44714
44715 Include implementations of init_part() and get_partition_info() when
44716 CONFIG_MMC is set.
44717
44718 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44719
44720commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
44721Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44722Date: Sun Dec 17 17:14:30 2006 +0100
44723
44724 AVR32: Enable networking
44725
44726 Implement MACB initialization for AVR32 and ATSTK1000, and turn
44727 everything on, including the MACB driver.
44728
44729 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44730
44731commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
44732Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44733Date: Fri Jan 20 10:03:34 2006 +0100
44734
44735 Atmel MACB ethernet driver
44736
44737 Driver for the Atmel MACB on-chip ethernet controller.
44738
44739 This driver has been tested on the ATSTK1000 board with a AT32AP7000
44740 CPU. It should probably work on AT91SAM926x as well with some minor
44741 modifications.
44742
44743 Hardware documentation can be found in the AT32AP7000 data sheet,
44744 which can be downloaded from
44745
44746 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
44747
44748 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44749
44750commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
44751Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44752Date: Sun Dec 17 16:56:14 2006 +0100
44753
44754 AVR32: Add clk and gpio infrastructure for macb0 and macb1
44755
44756 Implement functions for configuring the macb0 and macb1 pins, as
44757 well as functions for getting the clock rate of the various
44758 busses the macb ethernet controllers are connected to.
44759
44760 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44761
44762commit d5acb95b16a0a74c643524342c3437e765426d05
44763Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44764Date: Sun Dec 17 15:39:15 2006 +0100
44765
44766 AVR32: Implement simple DMA memory allocator
44767
44768 Implement dma_alloc_coherent() which returns cache-aligned
44769 uncacheable memory.
44770
44771 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44772
44773commit 91975b0fea773c9e681fea8cf3349669f27685ee
44774Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44775Date: Sun Dec 17 15:46:02 2006 +0100
44776
44777 Import <linux/mii.h> from the Linux kernel
44778
44779 Instead of creating yet another set of MII register definitions
44780 in the macb driver, here's a complete set of definitions for everyone
44781 to use.
44782
44783 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44784
44785commit 1b804b229556a4d862da93c0ec94e79419364b2c
44786Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44787Date: Wed Mar 21 19:47:36 2007 +0100
44788
44789 AVR32: Include more commands for ATSTK1000
44790
44791 Include the imi, imls and jffs commands sets by default on ATSTK1000.
44792 Also define CONFIG_BOOTARGS to something more useful, define
44793 CONFIG_BOOTCOMMAND and enable autoboot by default.
44794
44795 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44796
44797commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
44798Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44799Date: Wed Mar 21 19:44:48 2007 +0100
44800
44801 AVR32: Provide a definition of struct stat
44802
44803 Copy the definition of struct stat from the Linux kernel.
44804
44805 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44806
44807commit 12f099c08167a7a51aeee623bc16dafd0841271c
44808Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44809Date: Sun Dec 17 14:46:06 2006 +0100
44810
44811 AVR32: Use initdram() instead of board_init_memories()
44812
44813 Conform to the "standard" interface and use initdram() instead of
44814 board_init_memories() on AVR32. This enables us to get rid of the
44815 sdram_size member of the global_data struct as well.
44816
44817 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44818
44819commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
44820Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44821Date: Mon Nov 20 15:53:10 2006 +0100
44822
44823 AVR32: Relocate u-boot to SDRAM
44824
44825 Relocate the u-boot image into SDRAM like everyone else does. This
44826 means that we can handle much larger .data and .bss than we used to.
44827
44828 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44829
44830commit df548d3c3e2bbc40258713167859ffc2ce99a900
44831Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44832Date: Sun Nov 19 18:06:53 2006 +0100
44833
44834 AVR32: Resource management rewrite
44835
44836 Rewrite the resource management code (i.e. I/O memory, clock gating,
44837 gpio) so it doesn't depend on any global state. This is necessary
44838 because this code is heavily used before relocation to RAM, so we
44839 can't write to any global variables.
44840
44841 As an added bonus, this makes u-boot's memory footprint a bit smaller,
44842 although some functionality has been left out; all clocks are enabled
44843 all the time, and there's no checking for gpio line conflicts.
44844
44845 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44846
44847commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
44848Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44849Date: Sat Nov 18 18:01:13 2006 +0100
44850
44851 AVR32: Clean up memory-map.h for at32ap7000
44852
44853 Convert spaces to tabs (must have missed this one last time around),
44854 sort the entries by address and group them together by bus
44855 connectivity.
44856
44857 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44858
44859commit 28c699ef69f4b6cdf252e4747b7b590028a88981
44860Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44861Date: Sat Nov 18 17:32:31 2006 +0100
44862
44863 AVR32: Build position-independent u-boot
44864
44865 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
44866 position independent. This will make relocation a lot easier.
44867
44868 -mno-init-got means that gcc shouldn't emit code to load the GOT
44869 address into r6 in every function prologue. We do it once and for
44870 all in the early startup assembly code, so enabling this option
44871 makes u-boot a bit faster and smaller.
44872
44873 The assembly parts have always been position-independent, so no code
44874 changes should be necessary.
44875
44876 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44877
44878commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
44879Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44880Date: Sat Nov 18 17:24:31 2006 +0100
44881
44882 AVR32: Use avr32-linux- cross-compilation prefix by default
44883
44884 It doesn't really matter which toolchain you use to compile u-boot,
44885 but the avr32-linux one is probably what most people have installed.
44886
44887 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44888
44889commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
44890Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
44891Date: Sat Nov 18 17:15:30 2006 +0100
44892
44893 AVR32: Split start_u_boot into board_init_f and board_init_r
44894
44895 Split the avr32 initialization code into a function to run before
44896 relocation, board_init_f and a function to run after relocation,
44897 board_init_r. For now, board_init_f simply calls board_init_r
44898 at the end.
44899
44900 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
44901
Wolfgang Denk5af5c052007-04-14 21:16:54 +020044902commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
44903Author: Heiko Schocher <hs@pollux.denx.de>
44904Date: Sat Apr 14 05:26:48 2007 +0200
44905
44906 [Fix] Set the LED status register on the UC101 for the LXT971 PHY.
44907 clear the Display after reset.
44908
44909 Signed-off-by: Heiko Schocher <hs@denx.de>
44910
Wolfgang Denk1391f782007-04-18 16:17:46 +020044911commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
44912Author: Denis Peter <d.peter@mpl.ch>
44913Date: Fri Apr 13 09:13:33 2007 +0200
44914
44915 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
44916
44917 Fix bug introduced by "Fix get_partition_info() parameter error in all
44918 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
44919 to use diskboot or scsiboot form another device than 0.
44920
44921 Signed-off-by: Denis Peter <d.peter@mpl.ch>
44922
44923commit 0b94504d22e70f537c17a0d38c87edb6e370977d
44924Author: Greg Lopp <lopp@pobox.com>
44925Date: Fri Apr 13 08:02:24 2007 +0200
44926
44927 [PATCH] Fix use of "void *" for block dev read/write buffer pointers
44928
44929 Signed-of-by: Greg Lopp <lopp@pobox.com>
44930 Acked-by: Grant Likely <grant.likely@secretlab.ca>
44931
Wolfgang Denk48923392007-05-16 01:16:53 +020044932commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
44933Author: Xie Xiaobo <r63061@freescale.com>
44934Date: Fri Mar 9 19:08:25 2007 +0800
44935
44936 Fix two bugs for MPC83xx DDR2 controller SPD Init
44937
44938 There are a few bugs in the cpu/mpc83xx/spd_sdram.c
44939 the first bug is that the picos_to_clk routine introduces a huge
44940 rounding error in 83xx.
44941 the second bug is that the mode register write recovery field is
44942 tWR-1, not tWR >> 1.
44943
Wolfgang Denk1391f782007-04-18 16:17:46 +020044944commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
44945Author: Jeffrey Mann <mannj@embeddedplanet.com>
44946Date: Thu Apr 12 14:15:59 2007 +0200
44947
44948 ppc4xx: Fix i2c divisor calcularion for PPC4xx
44949
44950 This patch fixes changes the i2c_init(...) function to use the function
44951 get_OPB_freq() rather than calculating the OPB speed by
44952 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
44953 specific per processor. The prior method was not and so was calculating
44954 the wrong speed for some PPC4xx processors.
44955
44956 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
44957 Signed-off-by: Stefan Roese <sr@denx.de>
44958
Wolfgang Denk5af5c052007-04-14 21:16:54 +020044959commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
44960Author: Wolfgang Denk <wd@denx.de>
44961Date: Wed Apr 11 17:25:01 2007 +0200
44962
44963 Update CHANGELOG
44964
44965 Signed-off-by: Wolfgang Denk <wd@denx.de>
44966
Wolfgang Denk48a8d872007-04-11 17:25:01 +020044967commit 51056dd9863e6a1bc363afbbe1775c58cd967418
44968Author: Wolfgang Denk <wd@denx.de>
44969Date: Wed Apr 11 17:22:55 2007 +0200
44970
44971 Update for SC3 board
44972
44973 * Make IDE timeout configurable through ide_reset_timeout variable.
44974 * Use Newline as "password" string
44975 * Use just a single partition in NAND flash
44976
Wolfgang Denk18297272007-04-18 17:20:58 +020044977commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
44978Author: Haiying Wang <haiying.wang@freescale.com>
44979Date: Mon Jan 22 12:37:30 2007 -0600
44980
44981 Add PIXIS FPGA support for MPC8641HPCN board.
44982
44983 Move the 8641HPCN's PIXIS code to the new directory
44984 board/freescale/common/ as it will be shared by
44985 future boards not in the same processor family.
44986
44987 Write a "pixis_reset" command that utilizes the FPGA
44988 reset sequencer to support alternate soft-reset options
44989 such as using the "alternate" flash bank, enabling
44990 the watch dog, or choosing different CPU frequencies.
44991
44992 Add documentation for the pixis_reset to README.mpc8641hpcn.
44993
44994 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
44995 Signed-off-by: Jon Loeliger <jdl@freescale.com>
44996
Wolfgang Denk7ce71502007-04-18 17:49:29 +020044997commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
44998Author: Gerald Van Baren <vanbaren@cideas.com>
44999Date: Fri Apr 6 14:19:43 2007 -0400
45000
45001 Moved fdt command support code to fdt_support.c
45002
45003 ...in preparation for improving the bootm command's handling of fdt blobs.
45004 Also cleaned up some coding sloppiness.
45005
45006commit 6679f9299534e488a171a9bb8f9bb891de247aab
45007Author: Gerald Van Baren <vanbaren@cideas.com>
45008Date: Fri Apr 6 14:17:14 2007 -0400
45009
45010 libfdt: Make fdt_check_header() public
45011
45012 Changed _fdt_check_header() to fdt_check_header() and made it part of
45013 the interface - it is a useful routine.
45014
45015 Also did some asthetics cleanup to the include files (headers).
45016
Wolfgang Denk1391f782007-04-18 16:17:46 +020045017commit c0707ce65677650b5ceab0500ee50ae5168afef2
45018Author: Aubrey Li <aubrey.adi@gmail.com>
45019Date: Thu Apr 5 18:34:06 2007 +0800
45020
45021 [Blackfin][PATCH] Kill off a bunch of common local prototypes
45022
45023commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
45024Author: Aubrey Li <aubrey.adi@gmail.com>
45025Date: Thu Apr 5 18:33:04 2007 +0800
45026
45027 [Blackfin][PATCH] Fix dynamic CPLB generation issue
45028
45029commit 0445e3a264251d75b1be45ef713c70726a2952f0
45030Author: Aubrey Li <aubrey.adi@gmail.com>
45031Date: Thu Apr 5 18:31:47 2007 +0800
45032
45033 [Blackfin][PATCH] minior cleanup
45034
45035commit 155fd766573981090e638b493d5857562151862e
45036Author: Aubrey Li <aubrey.adi@gmail.com>
45037Date: Thu Apr 5 18:31:18 2007 +0800
45038
45039 [Blackfin][PATCH] Fix copyright and update license
45040
45041commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
45042Author: Aubrey Li <aubrey.adi@gmail.com>
45043Date: Thu Apr 5 18:30:25 2007 +0800
45044
45045 [Blackfin][PATCH] Add BF537 EMAC driver initialization
45046
45047commit 889256e8604e0c68db1d866d720894dffede9df6
45048Author: Aubrey Li <aubrey.adi@gmail.com>
45049Date: Thu Apr 5 18:29:55 2007 +0800
45050
45051 [Blackfin][PATCH] call real the system synchronize instruction
45052
45053commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
45054Author: Aubrey Li <aubrey.adi@gmail.com>
45055Date: Thu Apr 5 18:29:17 2007 +0800
45056
45057 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
45058
45059commit dfeeab2cd680df047e68e723b246adf6f33bb556
45060Author: Aubrey Li <aubrey.adi@gmail.com>
45061Date: Thu Apr 5 18:28:34 2007 +0800
45062
45063 [Blackfin][PATCH]: fix flash unaligned copy issue
45064
Wolfgang Denk18297272007-04-18 17:20:58 +020045065commit 443feb740584e406efa203af909fe2926608e8d5
45066Author: Igor Marnat <marny@rambler.ru>
45067Date: Wed Mar 21 09:55:01 2007 +0300
45068
45069 Update usage of 'nc' in README.NetConsole
45070
45071 Added information about usage of NetConsole on systems where the -l and -p
45072 switches are mutually exclusive.
45073
45074 Signed-off-by: Igor Marnat <marny@rambler.ru>
45075 Signed-off-by: Ben Warren <bwarren@qstreams.com>
45076
Wolfgang Denk48a8d872007-04-11 17:25:01 +020045077commit 31c98a88228021b314c89ebb8104fb6473da4471
45078Author: Wolfgang Denk <wd@denx.de>
45079Date: Wed Apr 4 02:09:30 2007 +0200
45080
45081 Minor coding style cleanup.
45082
Wolfgang Denk8ed317c2007-04-04 02:09:30 +020045083commit 94abd7c0583ebe01e799b25f451201deeaab550d
45084Author: Wolfgang Denk <wd@denx.de>
45085Date: Wed Apr 4 01:49:15 2007 +0200
45086
45087 Minor cleanup.
45088
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020045089commit 822af351ad2babc7d99033361a5fcacd30f6bc78
45090Author: Rodolfo Giometti <giometti@enneenne.com>
45091Date: Tue Apr 3 14:27:18 2007 +0200
45092
45093 Support for the Philips ISP116x HCD (Host Controller Driver)
45094
45095 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
45096
45097commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
45098Author: Markus Klotzbuecher <mk@denx.de>
45099Date: Tue Apr 3 14:27:08 2007 +0200
45100
45101 USB: cleanup monahans usb support. Remove dead code.
45102
45103 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45104
Wolfgang Denk1391f782007-04-18 16:17:46 +020045105commit a65c5768e5537530bd1780af3d3fddc3113a163c
45106Author: Stefan Roese <sr@denx.de>
45107Date: Mon Apr 2 10:09:30 2007 +0200
45108
45109 ppc4xx: Change SysACE address on Katmai
45110
45111 With this new base address of the Xilinx SystemACE controller
45112 the Linux driver will be easier to adapt, since it can now be
45113 mapped via the "normal" ioremap() call.
45114
45115 Signed-off-by: Stefan Roese <sr@denx.de>
45116
Wolfgang Denk39adcbb2007-04-04 01:49:15 +020045117commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
45118Author: Gerald Van Baren <vanbaren@cideas.com>
45119Date: Sat Mar 31 14:30:53 2007 -0400
45120
45121 Fix some minor whitespace violations.
45122
45123commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
45124Author: Gerald Van Baren <vanbaren@cideas.com>
45125Date: Sat Mar 31 12:23:51 2007 -0400
45126
45127 Add a flattened device tree (fdt) command (2 of 2)
45128
45129 Modifications to the existing code to support the new fdt command.
45130
45131commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
45132Author: Gerald Van Baren <vanbaren@cideas.com>
45133Date: Sat Mar 31 12:22:10 2007 -0400
45134
45135 Add a flattened device tree (fdt) command (1 of 2)
45136
45137 The fdt command uses David Gibson's libfdt library to manipulate as well
45138 as print the flattened device tree. This patch is the new command,
45139 the second part is the modifications to the existing code.
45140
45141commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
45142Author: Gerald Van Baren <vanbaren@cideas.com>
45143Date: Sat Mar 31 12:13:43 2007 -0400
45144
45145 libfdt: Enhanced and published fdt_next_tag()
45146
45147 Enhanced the formerly private function _fdt_next_tag() to allow stepping
45148 through the tree, used to produce a human-readable dump, and made
45149 it part of the published interface.
45150 Also added some comments.
45151
45152commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
45153Author: Gerald Van Baren <vanbaren@cideas.com>
45154Date: Sat Mar 31 12:05:39 2007 -0400
45155
45156 libfdt: Customizations for use by u-boot.
45157
45158 Changes to David Gibson's original source to fit into u-boot's
45159 environment. No functionality changes.
45160
45161commit 35748177c64a4a83a00057e93bb33e40278a2a96
45162Author: Gerald Van Baren <vanbaren@cideas.com>
45163Date: Sat Mar 31 12:00:56 2007 -0400
45164
45165 libfdt: Import libfdt source (2 of 2)
45166
45167 This adds the applicable libfdt source files (unmodified) and a README
45168 to explain where the source came from.
45169
45170commit 7cd5da0fe877e7171a4cdd44880bce783132871a
45171Author: Gerald Van Baren <vanbaren@cideas.com>
45172Date: Sat Mar 31 11:59:59 2007 -0400
45173
45174 libfdt: Import libfdt source (1 of 2)
45175
45176 This adds the applicable libfdt source files (unmodified) and a README
45177 to explain where the source came from.
45178
Wolfgang Denk48a8d872007-04-11 17:25:01 +020045179commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
45180Author: Stefan Roese <sr@denx.de>
45181Date: Sat Mar 31 13:16:23 2007 +0200
45182
45183 ppc4xx: Update Katmai bootstrap command
45184
45185 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
45186 is selected.
45187
45188 Signed-off-by: Stefan Roese <sr@denx.de>
45189
45190commit cabee756a6532986729477c3cc1ea16ef8517ad2
45191Author: Stefan Roese <sr@denx.de>
45192Date: Sat Mar 31 13:15:06 2007 +0200
45193
45194 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
45195
45196 Additional RAM information is now printed upon powerup, like
45197 DDR2 frequency and CAS latency.
45198
45199 Signed-off-by: Stefan Roese <sr@denx.de>
45200
45201commit 60723803431ac75cad085690789e433d5ab9174e
45202Author: Stefan Roese <sr@denx.de>
45203Date: Sat Mar 31 08:48:36 2007 +0200
45204
45205 ppc4xx: Change Yucca config file to support ECC
45206
45207 With the updated 44x DDR2 driver the Yucca board now supports
45208 ECC generation and checking.
45209
45210 Signed-off-by: Stefan Roese <sr@denx.de>
45211
45212commit 490e5730c674b20d708b783a2c5ffd7208f83873
45213Author: Stefan Roese <sr@denx.de>
45214Date: Sat Mar 31 08:47:34 2007 +0200
45215
45216 ppc4xx: Fix "bootstrap" command for Katmai board
45217
45218 The board specific "bootstrap" command is now fixed and can
45219 be used for the AMCC Katmai board to configure different
45220 CPU/PLB/OPB frequencies.
45221
45222 Signed-off-by: Stefan Roese <sr@denx.de>
45223
45224commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
45225Author: Stefan Roese <sr@denx.de>
45226Date: Sat Mar 31 08:46:08 2007 +0200
45227
45228 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
45229
45230 Fix a bug in the auto calibration routine. This driver now runs
45231 more reliable with the tested modules. It's also tested with
45232 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
45233
45234 Signed-off-by: Stefan Roese <sr@denx.de>
45235
Wolfgang Denk8ed317c2007-04-04 02:09:30 +020045236commit 342cd097be1e7affe82f42ab3da220959a699e64
45237Author: Michal Simek <monstr@monstr.eu>
45238Date: Fri Mar 30 22:52:09 2007 +0200
45239
45240 [PATCH] Clean include dependence
45241
45242commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
45243Author: Michal Simek <monstr@monstr.eu>
45244Date: Fri Mar 30 22:42:45 2007 +0200
45245
45246 [CLEAN] Remove inefficient Suzaku code
45247
Wolfgang Denk48a8d872007-04-11 17:25:01 +020045248commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
45249Author: Stefan Roese <sr@denx.de>
45250Date: Wed Mar 28 15:03:16 2007 +0200
45251
45252 Merge some AMCC make targets to keep the top-level Makefile smaller
45253
45254 Signed-off-by: Stefan Roese <sr@denx.de>
45255
45256commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
45257Author: Stefan Roese <sr@denx.de>
45258Date: Wed Mar 28 14:52:12 2007 +0200
45259
45260 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
45261
45262 The "old" i2c commands (iprobe, imd...) are now compiled in again,
45263 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
45264 config option.
45265
45266 Signed-off-by: Stefan Roese <sr@denx.de>
45267
Wolfgang Denk8ed317c2007-04-04 02:09:30 +020045268commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
45269Author: Michal Simek <monstr@monstr.eu>
45270Date: Tue Mar 27 00:32:16 2007 +0200
45271
45272 PATCH: Resolve GPL license problem
45273
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020045274commit ae00bb4b2944dc64a485ed72a19754b11af7c223
45275Author: Rodolfo Giometti <giometti@enneenne.com>
45276Date: Mon Mar 26 12:03:36 2007 +0200
45277
45278 PXA: pxa27x USB OHCI support
45279
45280 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
45281
45282commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
45283Author: Markus Klotzbuecher <mk@denx.de>
45284Date: Mon Mar 26 11:21:05 2007 +0200
45285
45286 USB: remove the S3C24X0_merge #define, which was introduced while
45287 merging OHCI drivers.
45288
45289 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45290
Wolfgang Denk8ed317c2007-04-04 02:09:30 +020045291commit 1798049522f594013aea29457d46794298c6ae15
45292Author: Michal Simek <root@monstr.eu>
45293Date: Mon Mar 26 01:39:07 2007 +0200
45294
45295 Support for XUPV2P board
45296 Reset support
45297 BSP autoconfig support
45298
Wolfgang Denk48a8d872007-04-11 17:25:01 +020045299commit 0d974d5297349504a2ddfa09314be573b5df320a
45300Author: Stefan Roese <sr@denx.de>
45301Date: Sat Mar 24 15:57:09 2007 +0100
45302
45303 [PATCH] Add 4xx GPIO functions
45304
45305 This patch adds some 4xx GPIO functions. It also moves some of the
45306 common code and defines into a common 4xx GPIO header file.
45307
45308 Signed-off-by: Stefan Roese <sr@denx.de>
45309
45310commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
45311Author: Stefan Roese <sr@denx.de>
45312Date: Sat Mar 24 15:55:58 2007 +0100
45313
45314 [PATCH] Small Sequoia cleanup
45315
45316 Signed-off-by: Stefan Roese <sr@denx.de>
45317
45318commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
45319Author: Stefan Roese <sr@denx.de>
45320Date: Sat Mar 24 15:45:34 2007 +0100
45321
45322 [PATCH] Clean up 40EZ/Acadia support
45323
45324 This patch cleans up all the open issue of the preliminary
45325 Acadia support.
45326
45327 Signed-off-by: Stefan Roese <sr@denx.de>
45328
Wolfgang Denk39adcbb2007-04-04 01:49:15 +020045329commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
45330Author: Jon Loeliger <jdl@freescale.com>
45331Date: Tue Dec 12 11:02:20 2006 -0600
45332
45333 Fix 8641HPCN problem with ld version 2.16
45334
45335 (Dot outside sections problem).
45336
45337 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
45338
45339 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45340
45341commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
45342Author: Haiying Wang <haiying.wang@freescale.com>
45343Date: Thu Dec 7 10:35:55 2006 -0600
45344
45345 Set Rev 2.x 86xx PIC in mixed mode.
45346
45347 Prevent false interrupt from hanging Linux as MSR[EE] is set
45348 to enable interrupts by changing the PIC out of the default
45349 pass through mode into mixed mode.
45350
45351 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
45352 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45353
45354commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
45355Author: Jason Jin <jason.jin@freescale.com>
45356Date: Thu Dec 7 10:32:35 2006 -0600
45357
45358 Add flash cmd function to 8641HPCN ramboot
45359
45360 Also fixes some commmand for 8641 HPCN ramboot case.
45361
45362 Signed-off-by: Jason Jin <jason.jin@freescale.com>
45363 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45364
45365commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
45366Author: Ed Swarthout <ed.swarthout@freescale.com>
45367Date: Thu Dec 7 10:34:14 2006 -0600
45368
45369 Add support for 8641 Rev 2 silicon.
45370
45371 Without this patch, I am unable to get to the prompt on rev 2 silicon.
45372 Only set ddrioovcr for rev1.
45373
45374 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
45375 Signed-off-by: Jon Loeliger <jdl@freescale.com>
45376
45377commit 44ba464b99001f8bd1c456a1e9d59726252f707a
45378Author: Wolfgang Denk <wd@denx.de>
45379Date: Thu Mar 22 00:13:12 2007 +0100
45380
45381 Code cleanup / re-insert previous Copyright entries.
45382
45383 Signed-off-by: Wolfgang Denk <wd@denx.de>
45384
Wolfgang Denkb2846792007-03-22 00:13:12 +010045385commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
45386Author: Wolfgang Denk <wd@denx.de>
45387Date: Wed Mar 21 23:26:15 2007 +0100
45388
45389 Code cleanup. Update CHANGELOG
45390
Wolfgang Denkab5ea782007-03-21 23:26:15 +010045391commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
45392Author: Stefan Roese <sr@denx.de>
45393Date: Wed Mar 21 14:54:29 2007 +0100
45394
45395 ppc4xx: Fix file mode of include/configs/acadia.h
45396
45397 Signed-off-by: Stefan Roese <sr@denx.de>
45398
45399commit d5f4614c9350d9333e575100fb250aab774d0258
45400Author: Markus Klotzbuecher <mk@denx.de>
45401Date: Wed Mar 21 14:41:46 2007 +0100
45402
45403 SPC1920: fix small clock routing bug
45404
45405 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
45406
45407commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
45408Author: Stefan Roese <sr@denx.de>
45409Date: Wed Mar 21 13:39:57 2007 +0100
45410
45411 [PATCH] Add AMCC Acadia (405EZ) eval board support
45412
45413 This patch adds support for the new AMCC Acadia eval board.
45414
45415 Please note that this Acadia/405EZ support is still in a beta stage.
45416 Still lot's of cleanup needed but we need a preliminary release now.
45417
45418 Signed-off-by: Stefan Roese <sr@denx.de>
45419
45420commit e01bd218b00af73499331a1a701625a852cd286f
45421Author: Stefan Roese <sr@denx.de>
45422Date: Wed Mar 21 13:38:59 2007 +0100
45423
45424 [PATCH] Add AMCC PPC405EZ support
45425
45426 This patch adds support for the new AMCC 405EZ PPC. It is in
45427 preparation for the AMCC Acadia board support.
45428
45429 Please note that this Acadia/405EZ support is still in a beta stage.
45430 Still lot's of cleanup needed but we need a preliminary release now.
45431
45432 Signed-off-by: Stefan Roese <sr@denx.de>
45433
45434commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
45435Author: Heiko Schocher <hs@pollux.denx.de>
45436Date: Wed Mar 21 08:45:17 2007 +0100
45437
45438 [PATCH] TQM8272: dont change the bits given from the HRCW
45439 for the SIUMCR and BCR Register.
45440 Fix the calculation for the EEprom Size
45441
45442 Signed-off-by: Heiko Schocher <hs@denx.de>
45443
Wolfgang Denkb2846792007-03-22 00:13:12 +010045444commit 654589873dbafcf104dff133ce0d03a4506e9cc3
45445Author: Aubrey Li <aubrey.adi@gmail.com>
45446Date: Tue Mar 20 18:16:24 2007 +0800
45447
45448 [Blackfin][PATCH] Add BF561 EZKIT board support
45449
45450commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
45451Author: Aubrey Li <aubrey.adi@gmail.com>
45452Date: Mon Mar 19 22:55:58 2007 +0800
45453
45454 [Blackfin][PATCH] minor cleanup
45455
Wolfgang Denkab5ea782007-03-21 23:26:15 +010045456commit 389b6bb50f745bf5038ce030300d8a8512e96f79
45457Author: Wolfgang Denk <wd@denx.de>
45458Date: Mon Mar 19 13:10:08 2007 +0100
45459
45460 Remove obsoleted POST files.
45461
45462 Signed-off-by: Wolfgang Denk <wd@denx.de>
45463
Wolfgang Denkb2846792007-03-22 00:13:12 +010045464commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
45465Author: Aubrey Li <aubrey.adi@gmail.com>
45466Date: Mon Mar 19 01:26:11 2007 +0800
45467
45468 [PATCH] Add flash chip M29W320ET/B support
45469
45470commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
45471Author: Aubrey Li <aubrey.adi@gmail.com>
45472Date: Mon Mar 19 01:24:52 2007 +0800
45473
45474 [Blackfin][PATCH] Add BF537 stamp board support
45475
Wolfgang Denkab5ea782007-03-21 23:26:15 +010045476commit 8423e5e31a7235d05a482627315fb11d49c17bd7
45477Author: Stefan Roese <sr@denx.de>
45478Date: Fri Mar 16 21:11:42 2007 +0100
45479
45480 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
45481
45482 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
45483 DDR memory are dynamically programmed matching the total size
45484 of the equipped memory (DIMM modules).
45485
45486 Signed-off-by: Stefan Roese <sr@denx.de>
45487
45488commit 76d1466f918b881cda2d259254761e73885093c2
45489Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45490Date: Tue Mar 13 13:38:05 2007 +0100
45491
45492 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
45493 boards in terms of unification.
45494
45495 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45496
45497commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
45498Author: Wolfgang Denk <wd@denx.de>
45499Date: Tue Mar 13 16:05:55 2007 +0100
45500
45501 Make SC3 board build with 'make O='; use 'addcons' consistently
45502 (SC3 and Jupiter used to use 'addcon' instead).
45503
45504 Signed-off-by: Wolfgang Denk wd@denx.de
45505
45506commit 8502e30a28e492c756ea2d7df0ace026388fce4b
45507Author: Heiko Schocher <hs@pollux.denx.de>
45508Date: Tue Mar 13 09:40:59 2007 +0100
45509
45510 [PATCH] update board config for jupiter Board:
45511 added Hush Shell,
45512 CONFIG_CMDLINE_EDITING,
45513 CFG_ENV_ADDR_REDUND activated
45514
45515 Signed-off-by: Heiko Schocher <hs@denx.de>
45516
Wolfgang Denkb2846792007-03-22 00:13:12 +010045517commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
45518Author: Aubrey Li <aubrey.adi@gmail.com>
45519Date: Mon Mar 12 12:11:55 2007 +0800
45520
45521 [Blackfin][PATCH] minor cleanup
45522
45523commit bfa5754a58477ac917d21527cd0f079d87cf188e
45524Author: Aubrey Li <aubrey.adi@gmail.com>
45525Date: Mon Mar 12 01:42:06 2007 +0800
45526
45527 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
45528
45529commit 8440bb14581a294375c34b91b42512f9753d1130
45530Author: Aubrey Li <aubrey.adi@gmail.com>
45531Date: Mon Mar 12 00:25:14 2007 +0800
45532
45533 [Blackfin][PATCH] code cleanup
45534
Wolfgang Denk8ed317c2007-04-04 02:09:30 +020045535commit cfc67116a706fd18b8f6a9c11a16753c5626d689
45536Author: Michal Simek <monstr@monstr.eu>
45537Date: Sun Mar 11 13:48:24 2007 +0100
45538
45539 [Microblaze][PATCH] part 2
45540 timer support
45541 interrupt controller support
45542 flash support
45543 ethernet support
45544 cache support
45545 board information support
45546 env support
45547 booting image support
45548
45549 adding support for Xilinx ML401
45550
45551commit 76316a318de91f6184e7c22a10e02d275ade2441
45552Author: Michal Simek <monstr@monstr.eu>
45553Date: Sun Mar 11 13:42:58 2007 +0100
45554
45555 [Microblaze][PATCH]
45556 timer support
45557 interrupt controller support
45558 flash support
45559 ethernet support
45560 cache support
45561 board information support
45562 env support
45563 booting image support
45564
45565 adding support for Xilinx ML401
45566
Wolfgang Denkb2846792007-03-22 00:13:12 +010045567commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
45568Author: Aubrey Li <aubrey.adi@gmail.com>
45569Date: Sat Mar 10 23:49:29 2007 +0800
45570
45571 [Blackfin][PATCH] code cleanup
45572
45573commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
45574Author: Aubrey.Li <aubrey.adi@gmail.com>
45575Date: Fri Mar 9 13:40:56 2007 +0800
45576
45577 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
45578
45579commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
45580Author: Aubrey.Li <aubrey.adi@gmail.com>
45581Date: Fri Mar 9 13:38:44 2007 +0800
45582
45583 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
45584
Wolfgang Denkab5ea782007-03-21 23:26:15 +010045585commit 992423ab43c2bcf6b704853bd00af77450915e20
45586Author: Stefan Roese <sr@denx.de>
45587Date: Thu Mar 8 23:00:08 2007 +0100
45588
45589 ppc4xx: Fix file mode of sequoia.c
45590
45591 Signed-off-by: Stefan Roese <sr@denx.de>
45592
45593commit eb92f613556800f7483666db09d9a237ad911d4a
45594Author: Wolfgang Denk <wd@pollux.denx.de>
45595Date: Thu Mar 8 22:52:51 2007 +0100
45596
45597 Minor cleanup.
45598
45599commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
45600Author: John Otken john@softadvances.com <john@softadvances.com>
45601Date: Thu Mar 8 09:39:48 2007 -0600
45602
45603 ppc4xx: Clear Sequoia/Rainier security engine reset bits
45604
45605 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
45606
45607commit 650a330dd2539130c8c324791e2f9f75aed79d4e
45608Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45609Date: Thu Mar 8 16:26:52 2007 +0100
45610
45611 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
45612
45613 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45614
45615commit d9fc703246840c4b268debf48c334ba55c597dc0
45616Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45617Date: Thu Mar 8 16:25:47 2007 +0100
45618
45619 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
45620
45621 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45622
45623commit ced5b9029043397348cdc88e0cfcd6b1f629250b
45624Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45625Date: Thu Mar 8 16:23:11 2007 +0100
45626
45627 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
45628
45629 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45630
45631commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
45632Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45633Date: Thu Mar 8 16:20:32 2007 +0100
45634
45635 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
45636
45637 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45638
45639commit f9fc6a5852a6335840882fa2111925010eea1abe
45640Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45641Date: Wed Mar 7 15:32:01 2007 +0100
45642
45643 fixed ethernet phy configuration for plu405 board
45644
45645 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
45646
45647commit 769104c9356594deb2092e204a39c05b33202d6c
45648Author: Wolfgang Denk <wd@pollux.denx.de>
45649Date: Thu Mar 8 21:49:27 2007 +0100
45650
45651 Minor cleanup
45652
Wolfgang Denk2f7f2d92007-03-08 21:49:27 +010045653commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
45654Author: Stefan Roese <sr@denx.de>
45655Date: Thu Mar 8 10:13:16 2007 +0100
45656
45657 [PATCH] Update AMCC Luan 440SP eval board support
45658
45659 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
45660 inititializition. This includes DDR auto calibration and support
45661 for different DIMM modules, instead of the fixed setup used in
45662 the earlier version.
45663
45664 This patch also enables the cache in FLASH for the startup
45665 phase of U-Boot (while running from FLASH). After relocating to
45666 SDRAM the cache is disabled again. This will speed up the boot
45667 process, especially the SDRAM setup, since there are some loops
45668 for memory testing (auto calibration).
45669
45670 Signed-off-by: Stefan Roese <sr@denx.de>
45671
45672commit 2f5df47351910a2936c7741cf111855829200943
45673Author: Stefan Roese <sr@denx.de>
45674Date: Thu Mar 8 10:10:18 2007 +0100
45675
45676 [PATCH] Update AMCC Yucca 440SPe eval board support
45677
45678 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
45679 inititializition. This includes DDR auto calibration and support
45680 for different DIMM modules, instead of the fixed setup used in
45681 the earlier version.
45682
45683 Signed-off-by: Stefan Roese <sr@denx.de>
45684
45685commit 2721a68a9ea91f1e494649ce68b2577261f578e2
45686Author: Stefan Roese <sr@denx.de>
45687Date: Thu Mar 8 10:07:18 2007 +0100
45688
45689 ppc4xx: Small AMCC Katmai 440SPe update
45690
45691 Signed-off-by: Stefan Roese <sr@denx.de>
45692
45693commit df294497479b1dca6dd86318b2a912f72fede0df
45694Author: Stefan Roese <sr@denx.de>
45695Date: Thu Mar 8 10:06:09 2007 +0100
45696
45697 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
45698
45699 Signed-off-by: Stefan Roese <sr@denx.de>
45700
Wolfgang Denk18297272007-04-18 17:20:58 +020045701commit 83853178bd36bca6f0f8f1331476620c84a587fc
45702Author: Ed Swarthout <Ed.Swarthout@freescale.com>
45703Date: Wed Mar 7 12:14:50 2007 -0600
45704
45705 net - Support ping reply when processing net-loop
45706
45707 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
45708
45709 This permits the ping command to test the phy interface when the phy
45710 is put in loopback mode (typically by setting register 0 bit 14).
45711
45712 It also allows the port to respond to an external ping when u-boot is
45713 processing some other net command (such as tftp). This is useful when
45714 tftp appears to hang.
45715
45716 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
45717 Signed-off-by: Ben Warren <bwarren@qstreams.com>
45718
Wolfgang Denk2f7f2d92007-03-08 21:49:27 +010045719commit fa1aef15bcd47736687be1af544506e90fba545d
45720Author: Stefan Roese <sr@denx.de>
45721Date: Wed Mar 7 16:43:00 2007 +0100
45722
45723 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
45724
45725 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
45726 DDR memory are dynamically programmed matching the total size
45727 of the equipped memory (DIMM modules).
45728
45729 Signed-off-by: Stefan Roese <sr@denx.de>
45730
45731commit e2ebe696818939e2b974628be9c921ea3fe9de13
45732Author: Stefan Roese <sr@denx.de>
45733Date: Wed Mar 7 16:39:36 2007 +0100
45734
45735 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
45736
45737 This patch fixes a problem that occurs when 2 DIMM's are
45738 used. This problem was first spotted and fixed by Gerald Jackson
45739 <gerald.jackson@reaonixsecurity.com> but this patch fixes the
45740 problem in a little more clever way.
45741
45742 This patch also adds the nice functionality to dynamically
45743 create the TLB entries for the SDRAM (tlb.c). So we should
45744 never run into such problems with wrong (too short) TLB
45745 initialization again on these platforms.
45746
45747 As this feature is new to the "old" 44x SPD DDR driver, it
45748 has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
45749
45750 Signed-off-by: Stefan Roese <sr@denx.de>
45751
45752commit 39218433983417b9df087976a79e3f80dd5e83d6
45753Author: Wolfgang Denk <wd@denx.de>
45754Date: Wed Mar 7 16:33:44 2007 +0100
45755
45756 UC101: fix compiler warnings
45757
45758commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
45759Author: Wolfgang Denk <wd@pollux.denx.de>
45760Date: Wed Mar 7 16:19:46 2007 +0100
45761
45762 HMI1001: fix build error, cleanup compiler warnings.
45763
45764commit ad5bb451ade552c44bef9119d907929ebc2c126f
45765Author: Wolfgang Denk <wd@pollux.denx.de>
45766Date: Tue Mar 6 18:08:43 2007 +0100
45767
45768 Restructure POST directory to support of other CPUs, boards, etc.
45769
45770commit a5284efd125967675b2e9c6ef7b95832268ad360
45771Author: Wolfgang Denk <wd@pollux.denx.de>
45772Date: Tue Mar 6 18:01:47 2007 +0100
45773
45774 Fix HOSTARCH handling.
45775 Patch by Mike Frysinger, Mar 05 2007
45776
45777commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
45778Author: Stefan Roese <sr@denx.de>
45779Date: Tue Mar 6 07:47:04 2007 +0100
45780
45781 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
45782
45783 As provided by the AMCC applications team, this patch optimizes the
45784 DDR2 setup for 166MHz bus speed. The values provided are also save
45785 to use on a "normal" 133MHz PLB bus system. Only the refresh counter
45786 setup has to be adjusted as done in this patch.
45787
45788 For this the NAND booting version had to include the "speed.c" file
45789 from the cpu/ppc4xx directory. With this addition the NAND SPL image
45790 will just fit into the 4kbytes of program space. gcc version 4.x as
45791 provided with ELDK 4.x is needed to generate this optimized code.
45792
45793 Signed-off-by: Stefan Roese <sr@denx.de>
45794
Wolfgang Denkf3bda272007-04-18 17:07:26 +020045795commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
45796Author: Wolfgang Denk <wd@pollux.denx.de>
45797Date: Sun Mar 4 01:36:05 2007 +0100
45798
45799 Some code cleanup.
45800
Wolfgang Denkab5ea782007-03-21 23:26:15 +010045801commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
45802Author: Kim Phillips <kim.phillips@freescale.com>
45803Date: Wed Feb 28 00:02:04 2007 -0600
45804
45805 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
45806
45807 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
45808
45809commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
45810Author: Kumar Gala <galak@kernel.crashing.org>
45811Date: Tue Feb 27 23:51:42 2007 -0600
45812
45813 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
45814
45815 The config value for:
45816 * CFG_ACR_PIPE_DEP
45817 * CFG_ACR_RPTCNT
45818 * CFG_SPCR_TSEC1EP
45819 * CFG_SPCR_TSEC2EP
45820 * CFG_SCCR_TSEC1CM
45821 * CFG_SCCR_TSEC2CM
45822
45823 Were not being used when setting the appropriate register
45824
45825 Added:
45826 * CFG_SCCR_USBMPHCM
45827 * CFG_SCCR_USBDRCM
45828 * CFG_SCCR_PCICM
45829 * CFG_SCCR_ENCCM
45830
45831 To allow full config of the SCCR.
45832
45833 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
45834 that were just bogus.
45835
45836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
45837
45838commit d51b3cf371cd441030460ef19d36b2924c361b1a
45839Author: Kim Phillips <kim.phillips@freescale.com>
45840Date: Thu Feb 22 20:06:57 2007 -0600
45841
45842 mpc83xx: update [local-]mac-address properties on UEC based devices
45843
45844 8360 and 832x weren't updating their [local-]mac-address
45845 properties. This patch fixes that.
45846
45847 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45848
45849commit 61f4f912acbe60776c5e00df1ec94094ce672957
45850Author: Timur Tabi <timur@freescale.com>
45851Date: Tue Feb 13 10:41:42 2007 -0600
45852
45853 mpc83xx: write MAC address to mac-address and local-mac-address
45854
45855 Some device trees have a mac-address property, some have local-mac-address,
45856 and some have both. To support all of these device trees, this patch
45857 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
45858 This function already updates local-mac-address.
45859
45860 Signed-off-by: Timur Tabi <timur@freescale.com>
45861
45862commit 22d71a71f57fd5d38b27ac3848e50d790360a598
45863Author: Kim Phillips <kim.phillips@freescale.com>
45864Date: Tue Feb 27 18:41:08 2007 -0600
45865
45866 mpc83xx: add command line editing by default
45867
45868commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
45869Author: Kim Phillips <kim.phillips@freescale.com>
45870Date: Wed Feb 14 19:50:53 2007 -0600
45871
45872 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
45873
45874 Disable G1TXCLK, G2TXCLK h/w buffers. This patch
45875 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
45876
45877 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
45878
45879 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
45880 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
45881
45882commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
45883Author: Xie Xiaobo <r63061@freescale.com>
45884Date: Wed Feb 14 18:27:17 2007 +0800
45885
45886 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
45887
45888 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
45889 it pass DDR/DDR2 compliance tests.
45890
45891 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
45892
45893commit b110f40bd180c6b560276589beedf753e97c46ce
45894Author: Xie Xiaobo <r63061@freescale.com>
45895Date: Wed Feb 14 18:27:06 2007 +0800
45896
45897 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
45898
45899 MPC8360E rev2.0 have new spridr,and PVR value,
45900 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
45901
45902 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
45903
45904commit 8d172c0f0d85998a256a95b7459a5403a30380ed
45905Author: Xie Xiaobo <r63061@freescale.com>
45906Date: Wed Feb 14 18:26:44 2007 +0800
45907
45908 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
45909
45910 MPC8349E rev3.1 have new spridr,and PVR value,
45911 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
45912
45913 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
45914
45915commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
45916Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
45917Date: Wed Jan 31 11:04:19 2007 +0100
45918
45919 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
45920
45921 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
45922 which is used to se if an slave will ACK after receiving its address.
45923
45924 Correct i2c probing to use this method as the old method could upset
45925 a slave as it wrote a data byte to it.
45926
45927 Add a small delay in i2c_init() to let the controller
45928 shutdown any ongoing I2C activity.
45929
45930 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
45931
45932commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
45933Author: Timur Tabi <timur@freescale.com>
45934Date: Wed Jan 31 15:54:29 2007 -0600
45935
45936 mpc83xx: Add support for the MPC8349E-mITX-GP
45937
45938 Add support for the MPC8349E-mITX-GP, a stripped-down version of the
45939 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in
45940 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
45941
45942 Signed-off-by: Timur Tabi <timur@freescale.com>
45943
45944commit fab16807adad350f618024350c6950165c247c72
45945Author: Timur Tabi <timur@freescale.com>
45946Date: Wed Jan 31 15:54:20 2007 -0600
45947
45948 mpc83xx: Delete sdram_init() for MPC8349E-mITX
45949
45950 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
45951 never does anything. This patch deletes it.
45952
45953 Signed-off-by: Timur Tabi <timur@freescale.com>
45954
45955commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
45956Author: Dave Liu <daveliu@freescale.com>
45957Date: Fri Jan 19 10:43:26 2007 +0800
45958
45959 mpc83xx: Fix the LAW1/3 bug
45960
45961 The patch solves the alignment problem of the local bus access windows to
45962 render accessible the memory bank and PHY registers of UPC 1 (starting at
45963 0xf801 0000). What we actually did was to adjust the sizes of the bus
45964 access windows so that the base address alignment requirement would be met.
45965
45966 Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
45967 Signed-off-by: Gridish Shlomi <gridish@freescale.com>
45968 Signed-off-by: Dave Liu <daveliu@freescale.com>
45969
45970commit 97c4b397dce236a7318b304667bf89e59d08b17c
45971Author: Kim Phillips <kim.phillips@freescale.com>
45972Date: Tue Jan 30 16:15:31 2007 -0600
45973
45974 mpc83xx: don't hang if watchdog configured on 8360, 832x
45975
45976 don't hang if watchdog configured on 8360, 832x
45977
45978 The watchdog programming model is the same across all 83xx devices;
45979 make the code reflect that.
45980
45981commit b70047478570e371ce7223be342ce98afea0f7d6
45982Author: Kim Phillips <kim.phillips@freescale.com>
45983Date: Tue Jan 30 16:15:21 2007 -0600
45984
45985 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
45986
45987 protect memcpy to bad address if a local-mac-address is missing from dt
45988
45989commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
45990Author: Kim Phillips <kim.phillips@freescale.com>
45991Date: Tue Jan 30 16:15:04 2007 -0600
45992
45993 mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
45994
45995 make 8360 default environment fdt be 8360 (not 8349)
45996
45997commit a28899c910024a0226331df07207b1038c300c93
45998Author: Emilian Medve <Emilian.Medve@freescale.com>
45999Date: Tue Jan 30 16:14:50 2007 -0600
46000
46001 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
46002
46003 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
46004 be used for busy-waiting since it strips the 'volatile' property from
46005 the bd variable. gcc3 was working by pure luck.
46006
46007 This is a follow on patch to "Fix the UEC driver bug of QE"
46008
46009commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
46010Author: Kumar Gala <galak@kernel.crashing.org>
46011Date: Tue Jan 30 14:08:30 2007 -0600
46012
46013 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
46014
46015 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
46016 MPC834X class processors. Change the protections from CONFIG_MPC8349 to
46017 CONFIG_MPC834X so they are more generic.
46018
46019 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
46020
46021commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
46022Author: Kim Phillips <kim.phillips@freescale.com>
46023Date: Thu Jan 25 13:40:55 2007 -0600
46024
46025 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
46026
46027commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
46028Author: Kim Phillips <kim.phillips@freescale.com>
46029Date: Wed Jan 24 17:18:37 2007 -0600
46030
46031 mpc83xx: sort Makefile targets
46032
46033 reordered targets alphabetically
46034
46035commit 91e25769771c1164ed63ffca0add49f934ae3343
46036Author: Paul Gortmaker <paul.gortmaker@windriver.com>
46037Date: Tue Jan 16 11:38:14 2007 -0500
46038
46039 mpc83xx: U-Boot support for Wind River SBC8349
46040
46041 I've redone the SBC8349 support to match git-current, which
46042 incorporates all the MPC834x updates from Freescale since the 1.1.6
46043 release, including the DDR changes.
46044
46045 I've kept all the SBC8349 files as parallel as possible to the
46046 MPC8349EMDS ones for ease of maintenance and to allow for easy
46047 inspection of what was changed to support this board. Hence the SBC8349
46048 U-Boot has FDT support and everything else that the MPC8349EMDS has.
46049
46050 Fortunately the Freescale updates added support for boards using CS0,
46051 but I had to change spd_sdram.c to allow for board specific settings for
46052 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
46053 default if the board doesn't specify a value.)
46054
46055 Hopefully this should be mergeable as-is and require no whitespace
46056 cleanups or similar, but if something doesn't measure up then let me
46057 know and I'll fix it.
46058
46059 Thanks,
46060 Paul.
46061
46062commit 05031db456ab227f3e3752f37b9b812b65bb83ad
46063Author: Sam Song <samsongshu@yahoo.com.cn>
46064Date: Thu Dec 14 19:03:21 2006 +0800
46065
46066 mpc83xx: Remove a redundant semicolon in mpc8349itx.c
46067
46068 A redundant semicolon existed in mpc8349itx.c
46069 should be removed.
46070
46071 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
46072
46073commit f35f358241c549be3f75cfe2eaa642914275b7ba
46074Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
46075Date: Wed Dec 6 21:23:55 2006 -0500
46076
46077 mpc83xx: Put the version (and magic) after the HRCW.
46078
46079 Put the version (and magic) after the HRCW. This puts it in a fixed
46080 location in flash, not at the start of flash but as close as we can get.
46081
46082 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
46083
46084commit 48aecd969171a6e99a55fae04933857787f9a5bd
46085Author: Dave Liu <r63238@freescale.com>
46086Date: Thu Dec 7 21:14:51 2006 +0800
46087
46088 mpc83xx: Add the MPC832XEMDS board readme
46089
46090 Add the MPC832XEMDS board readme
46091
46092 Signed-off-by: Dave Liu <daveliu@freescale.com>
46093
46094commit 24c3aca3f1358b113d3215adb5433b156e99f72b
46095Author: Dave Liu <r63238@freescale.com>
46096Date: Thu Dec 7 21:13:15 2006 +0800
46097
46098 mpc83xx: Add support for the MPC832XEMDS board
46099
46100 This patch supports DUART, ETH3/4 and PCI etc.
46101
46102 Signed-off-by: Dave Liu <daveliu@freescale.com>
46103
46104commit e080313c32322e15ab5a18eb896a252858c57284
46105Author: Dave Liu <r63238@freescale.com>
46106Date: Thu Dec 7 21:11:58 2006 +0800
46107
46108 mpc83xx: streamline the 83xx immr head file
46109
46110 For better format and style, I streamlined the 83xx head files,
46111 including immap_83xx.h and mpc83xx.h. In the old head files, 1)
46112 duplicated macro definition appear in the both files; 2) the structure
46113 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
46114 macro definition put inside the each structure. So, I cleaned up the
46115 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
46116 moved the macro definition to mpc83xx.h, Just like MPC8260.
46117
46118 CHANGELOG
46119
46120 *streamline the 83xx immr head file
46121
46122 Signed-off-by: Dave Liu <daveliu@freescale.com>
46123
46124commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
46125Author: Dave Liu <r63238@freescale.com>
46126Date: Wed Dec 6 11:38:17 2006 +0800
46127
46128 mpc83xx: Fix the UEC driver bug of QE
46129
46130 The patch prevents the GCC tool chain from striping useful code for
46131 optimization. It will make UEC ethernet driver workable, Otherwise the
46132 UEC will fail in tx when you are using gcc4.x. but the driver can work
46133 when using gcc3.4.3.
46134
46135 CHANGELOG
46136
46137 *Prevent the GCC from striping code for optimization, Otherwise the UEC
46138 will tx failed when you are using gcc4.x.
46139
46140 Signed-off-by: Dave Liu <daveliu@freescale.com>
46141
Wolfgang Denk2f7f2d92007-03-08 21:49:27 +010046142commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
46143Author: Stefan Roese <sr@denx.de>
46144Date: Thu Mar 1 21:11:36 2007 +0100
46145
46146 [PATCH] Update AMCC Katmai 440SPe eval board support
46147
46148 This patch updates the recently added Katmai board support. The biggest
46149 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
46150 driver.
46151
46152 Please note, that still some problems are left with some memory
46153 configurations. See the driver for more details.
46154
46155 Signed-off-by: Stefan Roese <sr@denx.de>
46156
46157commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
46158Author: Stefan Roese <sr@denx.de>
46159Date: Thu Mar 1 07:03:25 2007 +0100
46160
46161 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
46162
46163 Signed-off-by: Stefan Roese <sr@denx.de>
46164
46165commit ccbc7036648e465697ca298ba51e0e76dda352a0
46166Author: Wolfgang Denk <wd@pollux.denx.de>
46167Date: Wed Feb 28 01:28:53 2007 +0100
46168
46169 SC3: fix typo in default environment
46170
46171commit e344568b1b46af85ec32d815586f91bc115d6223
46172Author: Sergei Poselenov <sposelenov@emcraft.com>
46173Date: Tue Feb 27 20:15:30 2007 +0300
46174
46175 MCC200: Fixes for update procedure
46176
46177 - fix logic error in image type handling
46178 - make sure file system images (cramfs etc.) get stored in flash
46179 with image header stripped so they can be mounted through MTD
46180
46181commit 743571145b37182757d4e688a77860b36ee77573
46182Author: Wolfgang Denk <wd@pollux.denx.de>
46183Date: Tue Feb 27 14:26:04 2007 +0100
46184
46185 Minor code cleanup.
46186
Wolfgang Denk52232fd2007-02-27 14:26:04 +010046187commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
46188Author: Sergei Poselenov <sposelenov@emcraft.com>
46189Date: Tue Feb 27 12:40:16 2007 +0300
46190
46191 MCC200 update - add LCD Progress Indicator
46192
46193commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
46194Author: Stefan Roese <sr@denx.de>
46195Date: Thu Feb 22 07:43:34 2007 +0100
46196
46197 [PATCH] get_dev() now unconditionally uses manual relocation
46198
46199 Since the relocation fix is not included yet and we're not sure how
46200 it will be added, this patch removes code that required relocation
46201 to be fixed for now.
46202
46203 Signed-off-by: Stefan Roese <sr@denx.de>
46204
46205commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
46206Author: Stefan Roese <sr@denx.de>
46207Date: Thu Feb 22 07:40:23 2007 +0100
46208
46209 [PATCH] Change systemace driver to select 8 & 16bit mode
46210
46211 As suggested by Grant Likely this patch enables the Xilinx SystemACE
46212 driver to select 8 or 16bit mode upon startup.
46213
46214 Signed-off-by: Stefan Roese <sr@denx.de>
46215
46216commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
46217Author: Haiying Wang <Haiying.Wang@freescale.com>
46218Date: Wed Feb 21 16:52:31 2007 +0100
46219
46220 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
46221
46222 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
46223 is fully finished. The sync() is defined in each CPU's io.h file. For
46224 those CPUs which do not need sync for now, a dummy sync() is defined in
46225 their io.h as well.
46226
46227 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
46228
46229commit da04995c7dc6772013a9a0dc5c767f190c402478
46230Author: Stefan Roese <sr@denx.de>
46231Date: Wed Feb 21 13:44:34 2007 +0100
46232
46233 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
46234
46235 Signed-off-by: Stefan Roese <sr@denx.de>
46236
46237commit 751bb57107d78978ae08e697c3deba816f5be091
46238Author: Stefan Roese <sr@denx.de>
46239Date: Tue Feb 20 13:21:57 2007 +0100
46240
46241 [PATCH] Fix relocation problem with "new" get_dev() function
46242
46243 This patch enables the "new" get_dev() function for block devices
46244 introduced by Grant Likely to be used on systems that still suffer
46245 from the relocation problems (manual relocation neede because of
46246 problems with linker script).
46247
46248 Hopefully we can resolve this relocation issue soon for all platform
46249 so we don't need this additional code anymore.
46250
46251 Signed-off-by: Stefan Roese <sr@denx.de>
46252
46253commit d93e2212f962668b3dce091ff5edc33f2347fe37
46254Author: Stefan Roese <sr@denx.de>
46255Date: Tue Feb 20 13:17:42 2007 +0100
46256
46257 [PATCH] Update SystemACE driver for 16bit access
46258
46259 This patch removes some problems when the Xilinx SystemACE driver
46260 is used with 16bit access on an big endian platform (like the
46261 AMCC Katmai).
46262
46263 Signed-off-by: Stefan Roese <sr@denx.de>
46264
46265commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
46266Author: Stefan Roese <sr@denx.de>
46267Date: Tue Feb 20 13:15:40 2007 +0100
46268
46269 [PATCH] Clean up Katmai (440SPe) linker script
46270
46271 Signed-off-by: Stefan Roese <sr@denx.de>
46272
46273commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
46274Author: Stefan Roese <sr@denx.de>
46275Date: Tue Feb 20 10:57:08 2007 +0100
46276
46277 [PATCH] Add support for the AMCC Katmai (440SPe) eval board
46278
46279 Signed-off-by: Stefan Roese <sr@denx.de>
46280
46281commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
46282Author: Stefan Roese <sr@denx.de>
46283Date: Tue Feb 20 10:51:26 2007 +0100
46284
46285 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
46286
46287 This patch switches to the desired I2C bus when the date/dtt
46288 commands are called. This can be configured using the
46289 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
46290
46291 Signed-off-by: Stefan Roese <sr@denx.de>
46292
46293commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
46294Author: Stefan Roese <sr@denx.de>
46295Date: Tue Feb 20 10:43:34 2007 +0100
46296
46297 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
46298
46299 This patch adds support for the DDR2 controller used on the
46300 440SP and 440SPe. It is tested on the Katmai (440SPe) eval
46301 board and works fine with the following DIMM modules:
46302
46303 - Corsair CM2X512-5400C4 (512MByte per DIMM)
46304 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
46305 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
46306
46307 This patch also adds the nice functionality to dynamically
46308 create the TLB entries for the SDRAM (tlb.c). So we should
46309 never run into such problems with wrong (too short) TLB
46310 initialization again on these platforms.
46311
46312 Signed-off-by: Stefan Roese <sr@denx.de>
46313
46314commit 36d830c9830379045f5daa9f542ac1c990c70068
46315Author: Stefan Roese <sr@denx.de>
46316Date: Tue Feb 20 10:35:42 2007 +0100
46317
46318 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
46319
46320 Since the existing 4xx SPD SDRAM initialization routines for the
46321 405 SDRAM controller and the 440 DDR controller don't have much in
46322 common this patch splits both drivers into different files.
46323
46324 This is in preparation for the 440 DDR2 controller support (440SP/e).
46325
46326 Signed-off-by: Stefan Roese <sr@denx.de>
46327
46328commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
46329Author: Stefan Roese <sr@denx.de>
46330Date: Tue Feb 20 10:27:08 2007 +0100
46331
46332 [PATCH] PPC4xx: Add support for multiple I2C busses
46333
46334 This patch adds support for multiple I2C busses on the PPC4xx
46335 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
46336 to make use of this feature.
46337
46338 It also merges the 405 and 440 i2c header files into one common
46339 file 4xx_i2c.h.
46340
46341 Also the 4xx i2c reset procedure is reworked since I experienced
46342 some problems with the first access on the 440SPe Katmai board.
46343
46344 Signed-off-by: Stefan Roese <sr@denx.de>
46345
46346commit eb867a76238fb38e952c37871b16d0d7fd61c95f
46347Author: Grant Likely <grant.likely@secretlab.ca>
46348Date: Tue Feb 20 09:05:45 2007 +0100
46349
46350 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
46351
46352 Block device read/write is anonymous data; there is no need to use a
46353 typed pointer. void * is fine. Also add a hook for block_read functions
46354
46355 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46356
46357commit 53758fa20e935cc87eeb0519ed365df753a6f289
46358Author: Grant Likely <grant.likely@secretlab.ca>
46359Date: Tue Feb 20 09:05:38 2007 +0100
46360
46361 [PATCH 8_9] Add block_write hook to block_dev_desc_t
46362
46363 Preparation for future patches which support block device writing
46364
46365 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46366
46367commit f4852ebe6ca946a509667eb68be42026f837be76
46368Author: Grant Likely <grant.likely@secretlab.ca>
46369Date: Tue Feb 20 09:05:31 2007 +0100
46370
46371 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
46372
46373 Register read/write does not need to be wrapped in a full function. The
46374 patch replaces them with macros.
46375
46376 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46377
46378commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
46379Author: Grant Likely <grant.likely@secretlab.ca>
46380Date: Tue Feb 20 09:05:23 2007 +0100
46381
46382 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
46383
46384 The code in this file is not a command; it is a device driver. Put it in
46385 the correct place. There are zero functional changes in this patch, it
46386 only moves the file.
46387
46388 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46389
46390commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
46391Author: Grant Likely <grant.likely@secretlab.ca>
46392Date: Tue Feb 20 09:05:16 2007 +0100
46393
46394 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
46395
46396 This patch is in preparation of additional changes to the sysace driver.
46397 May as well take this opportunity to fixup the inconsistent whitespace since
46398 this file is about to undergo major changes anyway.
46399
46400 There are zero functional changes in this patch. It only cleans up the
46401 the whitespace.
46402
46403 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46404
46405commit 80ba981d940471fe7e539e64fa3d2bd80002beda
46406Author: Grant Likely <grant.likely@secretlab.ca>
46407Date: Tue Feb 20 09:05:07 2007 +0100
46408
46409 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
46410
46411 isprint is already defined in ctype.c
46412
46413 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46414
46415commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
46416Author: Grant Likely <grant.likely@secretlab.ca>
46417Date: Tue Feb 20 09:05:00 2007 +0100
46418
46419 [PATCH 3_9] Move buffer print code from md command to common function
46420
46421 Printing a buffer is a darn useful thing. Move the buffer print code
46422 into print_buffer() in lib_generic/
46423
46424 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46425
46426commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
46427Author: Grant Likely <grant.likely@secretlab.ca>
46428Date: Tue Feb 20 09:04:52 2007 +0100
46429
46430 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
46431
46432 Change the xilinx device drivers and board code to include config.h
46433 instead of xparameters.h directly. config.h always includes the
46434 correct xparameters file. This change reduces the posibility of
46435 including the wrong file when adding a new xilinx board port
46436
46437 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46438
46439commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
46440Author: Grant Likely <grant.likely@secretlab.ca>
46441Date: Tue Feb 20 09:04:34 2007 +0100
46442
46443 [PATCH 1_4] Merge common get_dev() routines for block devices
46444
46445 Each of the filesystem drivers duplicate the get_dev routine. This change
46446 merges them into a single function in part.c
46447
46448 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
46449
46450commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
46451Author: Wolfgang Denk <wd@pollux.denx.de>
46452Date: Mon Feb 19 23:09:51 2007 +0100
46453
46454 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
46455 as root file system images.
46456
46457commit 489c696ae7211218961d159e43e722d74c36fcbc
46458Author: Sergei Poselenov <sposelenov@emcraft.com>
46459Date: Wed Feb 14 14:30:28 2007 +0300
46460
46461 MCC200: Extensions to Software Update Mechanism
46462
46463 Update / extend Software Update Mechanism for MCC200 board:
46464
46465 - Add support for rootfs image added. The environment variables
46466 "rootfs_st" and "rootfs_nd" can be used to override the default
46467 values of the image start and end.
46468 - Remove excessive key check code.
46469 - Code cleanup.
46470
46471commit 4be23a12f23f1372634edc3215137b09768b7949
46472Author: Stefan Roese <sr@denx.de>
46473Date: Mon Feb 19 08:23:15 2007 +0100
46474
46475 [PATCH] Update Sequoia EBC configuration (NOR FLASH)
46476
46477 As spotted by Matthias Fuchs, the READY input should not be
46478 enabled for the NOR FLASH on the Sequoia board.
46479
46480 Signed-off-by: Stefan Roese <sr@denx.de>
46481
Wolfgang Denk2f7f2d92007-03-08 21:49:27 +010046482commit 2605e90bf676d48123afe5719a846d2b52b24aac
46483Author: Heiko Schocher <hs@pollux.denx.de>
46484Date: Fri Feb 16 07:57:42 2007 +0100
46485
46486 [PATCH] Added support for the jupiter board.
46487
46488 Signed-off-by: Heiko Schocher <hs@denx.de>
46489
Wolfgang Denk52232fd2007-02-27 14:26:04 +010046490commit 497d012e5be0194e1084073d0081eb1a844796b2
46491Author: Gary Jennejohn <garyj@pollux.denx.de>
46492Date: Mon Feb 12 13:11:50 2007 +0100
46493
46494 LPC2292: patch from Siemens.
46495
46496commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
46497Author: Stefan Roese <sr@denx.de>
46498Date: Sat Feb 10 08:49:31 2007 +0100
46499
46500 [PATCH] Add missing p3mx.h file to repository (ups)
46501
46502 Signed-off-by: Stefan Roese <sr@denx.de>
46503
46504commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
46505Author: Bartlomiej Sieka <tur@semihalf.com>
46506Date: Fri Feb 9 10:45:42 2007 +0100
46507
46508 [Motion-PRO] Preliminary support for the Motion-PRO board.
46509
46510commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
46511Author: Stefan Roese <sr@denx.de>
46512Date: Wed Feb 7 16:51:08 2007 +0100
46513
46514 [PATCH] Update some AMCC 4xx board config files (set initrd_high)
46515
46516 Some boards that can have more than 768MBytes of SDRAM need to
46517 set "initrd_high", so that the initrd can be accessed by the
46518 Linux kernel.
46519
46520 Signed-off-by: Stefan Roese <sr@denx.de>
46521
46522commit 7372ca68227930d03cffa548310524cad5b96733
46523Author: Stefan Roese <sr@denx.de>
46524Date: Fri Feb 2 12:44:22 2007 +0100
46525
46526 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
46527
46528 Previously the strapping DCR/SDR was read to determine if the internal PCI
46529 arbiter is enabled or not. This strapping bit can be overridden, so now
46530 the current status is read from the correct DCR/SDR register.
46531
46532 Signed-off-by: Stefan Roese <sr@denx.de>
46533
46534commit 2aa54f651a42d198673318f07a20c89a43e4d197
46535Author: Stefan Roese <sr@denx.de>
46536Date: Fri Feb 2 12:42:08 2007 +0100
46537
46538 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
46539
46540 Signed-off-by: Stefan Roese <sr@denx.de>
46541
46542commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
46543Author: Stefan Roese <sr@denx.de>
46544Date: Thu Feb 1 13:22:41 2007 +0100
46545
46546 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
46547
46548 When PCI PNP is enabled the pci pnp configuration routine is called
46549 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
46550 problems with some PCI cards. For now disable the PCI PNP configuration.
46551
46552 Signed-off-by: Stefan Roese <sr@denx.de>
46553
46554commit 2902fadade3be7659467e8d074048c6b7068f5c0
46555Author: Stefan Roese <sr@denx.de>
46556Date: Wed Jan 31 16:56:10 2007 +0100
46557
46558 [PATCH] Update 440EPx/440GRx cpu detection
46559
46560 Signed-off-by: Stefan Roese <sr@denx.de>
46561
46562commit d5ea287b02a6945c3977410e364a879dd1a555c8
46563Author: Stefan Roese <sr@denx.de>
46564Date: Wed Jan 31 16:38:04 2007 +0100
46565
46566 [PATCH] Update esd cpci5200 files
46567
46568 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
46569
46570commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
46571Author: Stefan Roese <sr@denx.de>
46572Date: Wed Jan 31 16:37:34 2007 +0100
46573
46574 [PATCH] Add support for esd mecp5200 board
46575
46576 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
46577
46578commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
46579Author: Stefan Roese <sr@denx.de>
46580Date: Wed Jan 31 12:38:50 2007 +0100
46581
46582 [PATCH] Remove unneccessary yellowstone board config file
46583
46584 Signed-off-by: Stefan Roese <sr@denx.de>
46585
46586commit e802594b6fa1b166308820c276b96dc0d7cc731c
46587Author: Stefan Roese <sr@denx.de>
46588Date: Tue Jan 30 17:06:10 2007 +0100
46589
46590 [PATCH] Update Sequoia (440EPx) config file
46591
46592 The config file now handles the 2nd target, the Rainier (440GRx)
46593 evaluation board better. Additionally the PPC input clock was
46594 adjusted to match the correct value of 33.0 MHz.
46595
46596 Signed-off-by: Stefan Roese <sr@denx.de>
46597
46598commit 700200c67e73b83751418abe7815840dca8fd6cb
46599Author: Stefan Roese <sr@denx.de>
46600Date: Tue Jan 30 17:04:19 2007 +0100
46601
46602 [PATCH] Merge Yosemite & Yellowstone board ports
46603
46604 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
46605 share one config file and all board specific files. This way we
46606 don't have to maintain two different sets of files for nearly
46607 identical boards.
46608
46609 Signed-off-by: Stefan Roese <sr@denx.de>
46610
46611commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
46612Author: Stefan Roese <sr@denx.de>
46613Date: Tue Jan 30 15:01:49 2007 +0100
46614
46615 [PATCH] Update Prodrive SCPU (PDNB3 variant) board
46616
46617 SCPU doesn't use redundant environment in flash.
46618
46619 Signed-off-by: Stefan Roese <sr@denx.de>
46620
46621commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
46622Author: Stefan Roese <sr@denx.de>
46623Date: Tue Jan 30 12:51:07 2007 +0100
46624
46625 [PATCH] alpr: Update alpr board config file
46626
46627 Signed-off-by: Stefan Roese <sr@denx.de>
46628
46629commit f8db84f132b1e335f20f96138a1f09ed97b08664
46630Author: Wolfgang Denk <wd@pollux.denx.de>
46631Date: Tue Jan 30 00:50:40 2007 +0100
46632
46633 LPC2292 SODIMM port coding style cleanup.
46634
Wolfgang Denk62e8a972007-01-30 00:50:40 +010046635commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
46636Author: Gary Jennejohn <garyj@pollux.denx.de>
46637Date: Wed Jan 24 12:16:56 2007 +0100
46638
46639 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
46640
46641commit 2daf046ba627f85f44195815778140039636244e
46642Author: Bartlomiej Sieka <tur@semihalf.com>
46643Date: Tue Jan 23 17:22:06 2007 +0100
46644
46645 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
46646
46647commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
46648Author: Bartlomiej Sieka <tur@semihalf.com>
46649Date: Tue Jan 23 14:21:14 2007 +0100
46650
46651 [iDMR] Flash driver on initialisation write-protects some sectors,
46652 currently sectors 0-3. Sector 3 does not need to be protected, though
46653 (U-boot occupies sectors 0-1 and the environment sector 2). This commit
46654 fixes this, i.e., only sectors 0-2 are protected.
46655
46656commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
46657Author: Bartlomiej Sieka <tur@semihalf.com>
46658Date: Tue Jan 23 14:11:22 2007 +0100
46659
46660 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
46661 "mii device" results in "Unexpected exception"). Fixing this properly
46662 requires some clean-up in the FEC drivers infrastructure for ColdFire, so
46663 this commit disables MII commads for now.
46664
46665commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
46666Author: Bartlomiej Sieka <tur@semihalf.com>
46667Date: Tue Jan 23 13:25:22 2007 +0100
46668
46669 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
46670 Identification Register (CIR).
46671
Wolfgang Denkf3bda272007-04-18 17:07:26 +020046672commit fdef388758506765d4d6a7155c8f1584c63ff581
46673Author: roy zang <tie-fei.zang@freescale.com>
46674Date: Mon Jan 22 13:19:21 2007 +0800
46675
46676 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
46677 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
46678 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
46679 mpc7448hpc2 board.
46680
Wolfgang Denk62e8a972007-01-30 00:50:40 +010046681commit a4012396645533aef218354eeba754dff0deace8
46682Author: Wolfgang Denk <wd@pollux.denx.de>
46683Date: Fri Jan 19 23:08:39 2007 +0100
46684
46685 Minor code cleanup.
46686
Wolfgang Denk61ca2eb2007-01-19 23:08:39 +010046687commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
46688Author: Heiko Schocher <hs@pollux.denx.de>
46689Date: Fri Jan 19 19:57:10 2007 +0100
46690
46691 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
46692
46693 Signed-off-by: Heiko Schocher <hs@denx.de>
46694
46695commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
46696Author: Heiko Schocher <hs@pollux.denx.de>
46697Date: Fri Jan 19 18:05:26 2007 +0100
46698
46699 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
46700 if you must swap the bytes between reading/writing.
46701 (Needed for the SC3 board)
46702
46703 Signed-off-by: Heiko Schocher <hs@denx.de>
46704
46705commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
46706Author: Stefan Roese <sr@denx.de>
46707Date: Thu Jan 18 16:05:47 2007 +0100
46708
46709 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
46710
46711 Signed-off-by: Stefan Roese <sr@denx.de>
46712
46713commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
46714Author: Stefan Roese <sr@denx.de>
46715Date: Thu Jan 18 11:54:52 2007 +0100
46716
46717 [PATCH] Update Prodrive P3Mx support
46718
46719 Signed-off-by: Stefan Roese <sr@denx.de>
46720
46721commit 34167a36c29ee946b727465db5c014746a08e978
46722Author: Stefan Roese <sr@denx.de>
46723Date: Thu Jan 18 11:48:10 2007 +0100
46724
46725 [PATCH] Add missing Taishan config file
46726
46727 Signed-off-by: Stefan Roese <sr@denx.de>
46728
46729commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
46730Author: Heiko Schocher <hs@pollux.denx.de>
46731Date: Thu Jan 18 11:28:51 2007 +0100
46732
46733 [PATCH] Fix: Compilerwarnings for SC3 board.
46734 The EBC Configuration Register is now by CFG_EBC_CFG definable
46735 Added JFFS2 support for the SC3 board.
46736
46737 Signed-off-by: Heiko Schocher <hs@denx.de>
46738
46739commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
46740Author: Stefan Roese <sr@denx.de>
46741Date: Thu Jan 18 10:25:34 2007 +0100
46742
46743 [PATCH] Add support for AMCC Taishan PPC440GX eval board
46744
46745 Signed-off-by: Stefan Roese <sr@denx.de>
46746
46747commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
46748Author: Wolfgang Denk <wd@pollux.denx.de>
46749Date: Tue Jan 16 18:30:50 2007 +0100
46750
46751 Raname solidcard3 into sc3; add redundant env for sc3
46752
Wolfgang Denk4f640012007-01-16 18:30:50 +010046753commit 1bbbbdd20fcec9933697000dcf55ff7972622596
46754Author: Wolfgang Denk <wd@pollux.denx.de>
46755Date: Tue Jan 16 12:46:35 2007 +0100
46756
46757 Update default environment for Solidcard3
46758
Wolfgang Denk86370712007-01-15 13:41:04 +010046759commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
46760Author: Stefan Roese <sr@denx.de>
46761Date: Mon Jan 15 09:46:29 2007 +0100
46762
46763 [PATCH] Fix 440SPe rev B detection from previous patch
46764
46765 Signed-off-by: Stefan Roese <sr@denx.de>
46766
46767commit a443d31410c571ee8f970da819a44d698fdd6b1f
46768Author: Heiko Schocher <hs@pollux.denx.de>
46769Date: Sun Jan 14 13:35:31 2007 +0100
46770
46771 [FIX] correct I2C Writes for the LM81 Sensor.
46772
46773 Signed-off-by: Heiko Schocher <hs@denx.de>
46774
46775commit 0bba5452835f19a61204edcda3a58112fd8e2208
46776Author: Wolfgang Denk <wd@pollux.denx.de>
46777Date: Sat Jan 13 11:17:10 2007 +0100
46778
46779 Undo commit 3033ebb2: reset command does not take any arguments
46780
46781 Haiying Wang's modification to the reset command was broken, undo it.
46782
46783 Signed-off-by: Wolfgang Denk <wd@denx.de>
46784
46785commit 95981778cff0038fd9941044d6a3eda810e33258
46786Author: Stefan Roese <sr@denx.de>
46787Date: Sat Jan 13 08:01:03 2007 +0100
46788
46789 [PATCH] Update 440SP(e) cpu revisions
46790
46791 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
46792
46793 Signed-off-by: Stefan Roese <sr@denx.de>
46794
46795commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
46796Author: Stefan Roese <sr@denx.de>
46797Date: Sat Jan 13 07:59:56 2007 +0100
46798
46799 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
46800
46801 Now the board revision and the current PCI bus speed are printed after
46802 the board message.
46803
46804 Also the EBC initialising is now done via defines in the board config
46805 file.
46806
46807 Signed-off-by: Stefan Roese <sr@denx.de>
46808
46809commit 36adff362c2c0141ff8a810d42a7e478f779130f
46810Author: Stefan Roese <sr@denx.de>
46811Date: Sat Jan 13 07:59:19 2007 +0100
46812
46813 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
46814
46815 Now the board revision and the current PCI bus speed are printed after
46816 the board message.
46817
46818 Also the EBC initialising is now done via defines in the board config
46819 file.
46820
46821 Signed-off-by: Stefan Roese <sr@denx.de>
46822
46823commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
46824Author: Stefan Roese <sr@denx.de>
46825Date: Sat Jan 13 07:57:51 2007 +0100
46826
46827 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
46828
46829 Now the board revision and the current PCI bus speed are printed after
46830 the board message.
46831
46832 Signed-off-by: Stefan Roese <sr@denx.de>
46833
Wolfgang Denk4f640012007-01-16 18:30:50 +010046834commit ca43ba18e910206ef8063e4b22d282630bff3fd2
46835Author: Heiko Schocher <hs@pollux.denx.de>
46836Date: Thu Jan 11 15:44:44 2007 +0100
46837
46838 Added support for the SOLIDCARD III board from Eurodesign
46839
46840 Signed-off-by: Heiko Schocher <hs@denx.de>
46841
Wolfgang Denk86370712007-01-15 13:41:04 +010046842commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
46843Author: Reinhard Thies <Reinhard.Thies@web.de>
46844Date: Wed Jan 10 14:41:14 2007 +0100
46845
46846 Adjusted default environment for cam5200 board.
46847
46848commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
46849Author: Wolfgang Denk <wd@pollux.denx.de>
46850Date: Wed Jan 10 15:35:52 2007 +0100
46851
46852 Update CHANGELOG
46853
Wolfgang Denk13373b22007-01-10 15:35:52 +010046854commit 787fa15860a57833e50bd30555079a9cd4e519b8
46855Author: Wolfgang Denk <wd@pollux.denx.de>
46856Date: Wed Jan 10 01:28:39 2007 +0100
46857
46858 Fix auto_update for MCC200 board.
46859
46860 The invocation of do_auto_update() is moved to the end of the
46861 misc_init_r() function, after the flash mappings have been
46862 initialized. Please find attached a patch that implements that
46863 change.
46864
46865 Also correct the decoding of the keypad status. With this update, the
46866 key that will trigger the update is Column 2, Row 2.
46867
Wolfgang Denk86370712007-01-15 13:41:04 +010046868commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
46869Author: Marian Balakowicz <m8@semihalf.com>
46870Date: Wed Jan 10 00:26:15 2007 +0100
46871
46872 CAM5200 flash driver modifications:
46873 - use CFI driver (replaces custom flash driver) for main 'cam5200' target
46874 - add second build target 'cam5200_niosflash' which still uses custom driver
46875
Wolfgang Denk13373b22007-01-10 15:35:52 +010046876commit 67fea022fa957f59653b5238c7496f80a6b70432
46877Author: Markus Klotzbuecher <mk@denx.de>
46878Date: Tue Jan 9 16:02:48 2007 +0100
46879
46880 SPC1920: cleanup memory contoller setup
46881
46882commit 8fc2102faa23593c80381437c09f7745a14deb40
46883Author: Markus Klotzbuecher <mk@denx.de>
46884Date: Tue Jan 9 14:57:14 2007 +0100
46885
46886 Fix the cpu speed setup to work with all boards.
46887
46888commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
46889Author: Markus Klotzbuecher <mk@denx.de>
46890Date: Tue Jan 9 14:57:13 2007 +0100
46891
46892 SPC1920: add support for the FM18L08 Ramtron FRAM
46893
46894commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
46895Author: Markus Klotzbuecher <mk@denx.de>
46896Date: Tue Jan 9 14:57:13 2007 +0100
46897
46898 SPC1920: update the HPI register addresses to work with the second
46899 generation of hardware
46900
46901commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
46902Author: Markus Klotzbuecher <mk@creamnet.de>
46903Date: Tue Jan 9 14:57:13 2007 +0100
46904
46905 Miscellanious spc1920 related cleanups
46906
46907commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
46908Author: Markus Klotzbuecher <mk@denx.de>
46909Date: Tue Jan 9 14:57:12 2007 +0100
46910
46911 SPC1920 GO/NOGO led should be set to color red in U-Boot
46912
46913commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
46914Author: Markus Klotzbuecher <mk@creamnet.de>
46915Date: Tue Jan 9 14:57:12 2007 +0100
46916
46917 Add support for the DS3231 RTC
46918
46919commit 8139567b60d678584b05f0718a681f2047c5e14f
46920Author: Markus Klotzbuecher <mk@creamnet.de>
46921Date: Tue Jan 9 14:57:11 2007 +0100
46922
46923 SMC1 uses external CLK4 instead of BRG on spc1920
46924
46925commit d8d9de1a02fbd880b613d607143d1f57342affc7
46926Author: Markus Klotzbuecher <mk@creamnet.de>
46927Date: Tue Jan 9 14:57:10 2007 +0100
46928
46929 Update the SPC1920 CMB PLD driver
46930
46931commit 3f34f869162750e5e999fd140f884f5de952bcfe
46932Author: Markus Klotzbuecher <mk@creamnet.de>
46933Date: Tue Jan 9 14:57:10 2007 +0100
46934
46935 Add / enable I2C support on the spc1920 board
46936
46937commit d28707dbce1e9ac2017ad051da4133bf22b4204f
46938Author: Markus Klotzbuecher <mk@creamnet.de>
46939Date: Tue Jan 9 14:57:10 2007 +0100
46940
46941 Add support for the tms320671x host port interface (HPI)
46942
46943commit f4eb54529bb3664c3a562e488b460fe075f79d67
46944Author: Wolfgang Denk <wd@pollux.denx.de>
46945Date: Sun Jan 7 00:13:11 2007 +0100
46946
46947 Prepare for release 1.2.0
46948
Wolfgang Denk4c88e362007-01-07 00:13:11 +010046949commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
46950Author: Stefan Roese <sr@denx.de>
46951Date: Sat Jan 6 15:58:09 2007 +0100
46952
46953 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
46954
46955 This patch fixes a problem with an incorrect setup for the refresh
46956 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
46957
46958 Signed-off-by: Stefan Roese <sr@denx.de>
46959
46960commit f16c1da9577f06c5fc08651a4065537407de4635
46961Author: Stefan Roese <sr@denx.de>
46962Date: Sat Jan 6 15:56:13 2007 +0100
46963
46964 [PATCH] Update ALPR board files
46965
46966 This update brings the ALPR board support to the newest version.
46967 It also fixes a problem with the NAND driver.
46968
46969 Signed-off-by: Stefan Roese <sr@denx.de>
46970
46971commit cd1d937f90250a32988c37b2b4af8364d25de8ed
46972Author: Stefan Roese <sr@denx.de>
46973Date: Fri Jan 5 11:46:05 2007 +0100
46974
46975 [PATCH] nand: Fix problem with oobsize calculation
46976
46977 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
46978
46979 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
46980 returns a 0x15. In the code fragment below bits [1:0] determine the
46981 page size, it is ANDed via "(extid & 0x3)" then shifted out. The
46982 next field is also ANDed with 0x3. However this is a one bit field
46983 as defined in the Hynix and Samsung parts in the 4th ID byte that
46984 determins the oobsize, not a two bit field. It works on Samsung as
46985 bits[3:2] are 01. However for the Hynix there is a 11 in these two
46986 bits, so the oob size gets messed up.
46987
46988 I checked the correct linux code and the suggested fix from Brian is
46989 also available in the linux nand mtd driver.
46990
46991 Signed-off-by: Stefan Roese <sr@denx.de>
46992
46993commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
46994Author: Stefan Roese <sr@denx.de>
46995Date: Fri Jan 5 10:40:36 2007 +0100
46996
46997 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
46998
46999 This fix will make the MAL burst disabling patch for the Linux
47000 EMAC driver obsolete.
47001
47002 Signed-off-by: Stefan Roese <sr@denx.de>
47003
47004commit 023889838282b6237b401664f22dd22dfba2c066
47005Author: Stefan Roese <sr@denx.de>
47006Date: Fri Jan 5 10:38:05 2007 +0100
47007
47008 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
47009
47010 This code will optimize the DDR2 controller setup on a board specific
47011 basis.
47012
47013 Note: This code doesn't work right now on the NAND booting image for the
47014 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
47015
47016 Signed-off-by: Stefan Roese <sr@denx.de>
47017
47018commit cce4acbb68398634b8d011ed7bb0d12269c84230
47019Author: Bartlomiej Sieka <tur@semihalf.com>
47020Date: Thu Dec 28 19:08:21 2006 +0100
47021
47022 Few V38B changes:
47023 - fix a typo in V38B config file
47024 - move watchdog initialisation earlier in the boot process
47025 - add "wdt=off" to default kernel command line (disables kernel watchdog)
47026
47027commit 92eb729bad876725aeea908d2addba0800620840
47028Author: Wolfgang Denk <wd@pollux.denx.de>
47029Date: Wed Dec 27 01:26:13 2006 +0100
47030
47031 Fix bug in adaption of Stefano Babic's CFI driver patch.
47032
47033commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
47034Author: Wolfgang Denk <wd@pollux.denx.de>
47035Date: Sun Dec 24 01:42:57 2006 +0100
47036
47037 Minor code cleanup.
47038
47039commit d784fdb05900ada3686d5778783e1fb328e9fb66
47040Author: Stefano Babic <sbabic@denx.de>
47041Date: Tue Dec 12 00:22:42 2006 +0100
47042
47043 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
47044
47045commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
47046Author: Stefan Roese <sr@denx.de>
47047Date: Fri Dec 22 14:29:40 2006 +0100
47048
47049 [PATCH] Fix sequoia flash autodetection (finally correct)
47050
47051 Now 32MByte and 64MByte FLASH is know to work and other
47052 configurations should work too.
47053
47054 Signed-off-by: Stefan Roese <sr@denx.de>
47055
47056commit 82e5236a8b719543643fd26d5827938ab2b94818
47057Author: Wolfgang Denk <wd@pollux.denx.de>
47058Date: Fri Dec 22 10:30:26 2006 +0100
47059
47060 Minor code cleanup; update CHANGELOG.
47061
47062commit fa23044564091f05d9695beb7b5b9a931e7f41a4
47063Author: Heiko Schocher <hs@pollux.denx.de>
47064Date: Thu Dec 21 17:17:02 2006 +0100
47065
47066 Added support for the TQM8272 board from TQ
47067
47068 Signed-off-by: Heiko Schocher <hs@denx.de>
47069
Wolfgang Denk86370712007-01-15 13:41:04 +010047070commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
47071Author: Heiko Schocher <hs@pollux.denx.de>
47072Date: Thu Dec 21 16:14:48 2006 +0100
47073
47074 [PATCH] Add support for the UC101 board from MAN.
47075
47076 Signed-off-by: Heiko Schocher <hs@denx.de>
47077
Wolfgang Denk8e59e1f2006-12-22 10:30:26 +010047078commit c84bad0ef60e7055ab0bd49b93069509cecc382a
47079Author: Bartlomiej Sieka <tur@semihalf.com>
47080Date: Wed Dec 20 00:29:43 2006 +0100
47081
47082 Fix to make the baudrate changes immediate for the MCF52x2 family.
47083
47084commit daa6e418bcc0c717752e8de939c213c790286096
47085Author: Bartlomiej Sieka <tur@semihalf.com>
47086Date: Wed Dec 20 00:27:32 2006 +0100
47087
47088 Preliminary support for the iDMR board (ColdFire).
47089
47090commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
47091Author: Andrei Safronov <safronov@pollux.denx.de>
47092Date: Fri Dec 8 16:23:08 2006 +0100
47093
47094 automatic update mechanism
47095
Wolfgang Denkf3bda272007-04-18 17:07:26 +020047096commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
47097Author: roy zang <tie-fei.zang@freescale.com>
47098Date: Mon Dec 4 17:56:59 2006 +0800
47099
47100 Slight code clean up.
47101 Add comments, delete duplicate define and remove spaces.
47102 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47103
47104commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
47105Author: roy zang <tie-fei.zang@freescale.com>
47106Date: Mon Dec 4 17:54:21 2006 +0800
47107
47108 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
47109 multiplier table can not refect the real PLL clock behavior of these
47110 processors. Please refer to the hardware specification for detailed
47111 information of the corresponding processors.
47112 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47113
47114commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
47115Author: roy zang <tie-fei.zang@freescale.com>
47116Date: Mon Dec 4 14:46:23 2006 +0800
47117
47118 Remove the static MAC address, ip address, server ip, netmask and
47119 gateway ip for network setting.
47120 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47121
47122commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
47123Author: roy zang <tie-fei.zang@freescale.com>
47124Date: Mon Dec 4 14:33:08 2006 +0800
47125
47126 Remove the duplicate memory test code for mpc744ihpc2 board.
47127 If a memory test is needed, please use the functions in
47128 post/memory.c or memtest command.
47129 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47130
47131commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
47132Author: roy zang <tie-fei.zang@freescale.com>
47133Date: Fri Dec 1 19:01:25 2006 +0800
47134
47135 Fix the exception occuring in RAM table search issue.
47136 The original search_one_table() function code can only processes the search
47137 for the exception occurring in FLASH/ROM, because the exception and fixup
47138 table usually locate in FLASH. If the exception address is also in
47139 FLASH, it will be OK.
47140 If the exception occurs in RAM, after the u-boot relocation, a
47141 relocation offset should be added.
47142
47143 clean up the code in cpu/74xx_7xx/cpu.c
47144
47145 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47146
47147commit ee311214e0d216f904feea269599d0934bf71f23
47148Author: roy zang <tie-fei.zang@freescale.com>
47149Date: Fri Dec 1 11:47:36 2006 +0800
47150
47151 Clean up the code according to codestyle:
47152 (1) remove some C++ comments.
47153 (2) remove trailing white space.
47154 (3) remove trailing empty line.
47155 (4) Indentation by table.
47156 (5) remove {} in one line condition.
47157 (6) add space before '(' in function call.
47158 Remove some weird printf () output.
47159 Add necessary comments.
47160 Modified Makefile to support building in a separate directory.
47161
Wolfgang Denk8e59e1f2006-12-22 10:30:26 +010047162commit dd520bf314c7add4183c5191692180f576f96b60
47163Author: Wolfgang Denk <wd@pollux.denx.de>
47164Date: Thu Nov 30 18:02:20 2006 +0100
47165
47166 Code cleanup.
47167
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +010047168commit 8d9a8610b8256331132227e9e6585c6bd5742787
47169Author: Wolfgang Denk <wd@pollux.denx.de>
47170Date: Thu Nov 30 01:54:07 2006 +0100
47171
47172 Code cleanup. Update CHANGELOG.
47173
Wolfgang Denkdd314e02006-11-30 01:54:07 +010047174commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
47175Author: Grant Likely <grant.likely@secretlab.ca>
47176Date: Wed Nov 29 16:23:42 2006 +0100
47177
47178 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
47179
47180 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
47181 not the XLB frequency.
47182
47183 This patch depends on the previous patches for MPC52xx device tree support
47184
47185 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47186 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
47187
47188commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
47189Author: Stefan Roese <sr@denx.de>
47190Date: Wed Nov 29 15:42:37 2006 +0100
47191
47192 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
47193
47194 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
47195 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
47196 quite similar and share the same board directory "prodrive/p3mx"
47197 and the same config file "p3mx.h".
47198
47199 Signed-off-by: Stefan Roese <sr@denx.de>
47200
47201commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
47202Author: Stefan Roese <sr@denx.de>
47203Date: Wed Nov 29 12:53:15 2006 +0100
47204
47205 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
47206
47207 In the bootvx command the load address was only read from the env
47208 variable "loadaddr" and not optionally passed as paramter as described
47209 in the help. This is fixed with this patch. The behaviour is now the
47210 same as in the bootelf command.
47211
47212 Signed-off-by: Stefan Roese <sr@denx.de>
47213
47214commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
47215Author: Stefan Roese <sr@denx.de>
47216Date: Wed Nov 29 12:03:57 2006 +0100
47217
47218 [PATCH] include/ppc440.h minor error affecting interrupts
47219
47220 Fixed include/ppc440.c for UIC address Bug
47221
47222 Corrects bug affecting the addresses for the universal interrupt
47223 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
47224
47225 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
47226 Signed-off-by: Stefan Roese <sr@denx.de>
47227
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +010047228commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
47229Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47230Date: Tue Nov 28 16:17:27 2006 -0600
47231
47232 Make fsl-i2c not conflict with SOFT I2C
47233
47234 Signed-off-by: Timur Tabi <timur@freescale.com>
47235
47236commit 14198bf768fdc958e3c1afd2404e5262208e98d7
47237Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
47238Date: Tue Nov 28 16:17:18 2006 -0600
47239
47240 Fix I2C master address initialization.
47241
47242 Signed-off-by: Timur Tabi <timur@freescale.com>
47243
47244commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
47245Author: Kim Phillips <kim.phillips@freescale.com>
47246Date: Tue Nov 28 23:31:19 2006 -0600
47247
47248 Assign maintainers for mpc8349emds and mpc8360emds
47249
47250 Dave for mpc8360emds, and me for mpc8349emds.
47251
47252commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
47253Author: Kim Phillips <kim.phillips@freescale.com>
47254Date: Tue Nov 28 23:28:33 2006 -0600
47255
47256 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
47257
47258 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
47259 since they are passed by reference to ucc_get_cmxucr_reg and assigned.
47260
47261commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
47262Author: Timur Tabi <timur@freescale.com>
47263Date: Tue Nov 28 12:09:35 2006 -0600
47264
47265 mpc83xx: Miscellaneous code style fixes
47266
47267 Implement various code style fixes and similar changes.
47268
47269 Signed-off-by: Timur Tabi <timur@freescale.com>
47270
Wolfgang Denkdd314e02006-11-30 01:54:07 +010047271commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
47272Author: Stefan Roese <sr@denx.de>
47273Date: Tue Nov 28 17:55:49 2006 +0100
47274
47275 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
47276
47277 This patch adds the code and configuration necessary to boot with an
47278 arch/powerpc Linux kernel.
47279
47280 Signed-off-by: Grant Likely <grant.likely@gmail.com>
47281 Acked-by: Jon Loeliger <jdl@freescale.com>
47282
47283commit e732faec95a83cb468b4850ae807c8301dde8f6a
47284Author: Stefan Roese <sr@denx.de>
47285Date: Tue Nov 28 16:09:24 2006 +0100
47286
47287 [PATCH] PPC4xx: 440SP Rev. C detection added
47288
47289 Signed-off-by: Stefan Roese <sr@denx.de>
47290
47291commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
47292Author: Stefan Roese <sr@denx.de>
47293Date: Tue Nov 28 11:04:45 2006 +0100
47294
47295 [PATCH] nand: Fix patch merge problem
47296
47297 Signed-off-by: Stefan Roese <sr@denx.de>
47298
Wolfgang Denkab5ea782007-03-21 23:26:15 +010047299commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
47300Author: Stefan Roese <sr@denx.de>
47301Date: Tue Nov 28 11:04:45 2006 +0100
47302
47303 [PATCH] nand: Fix patch merge problem
47304
47305 Signed-off-by: Stefan Roese <sr@denx.de>
47306
Wolfgang Denk1b711ab2006-11-27 23:11:18 +010047307commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
47308Author: Wolfgang Denk <wd@pollux.denx.de>
47309Date: Mon Nov 27 22:53:53 2006 +0100
47310
47311 Update CHANGELOG
47312
Wolfgang Denk801e90a2006-11-27 22:53:53 +010047313commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
47314Author: Stefan Roese <sr@denx.de>
47315Date: Mon Nov 27 17:43:25 2006 +0100
47316
47317 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
47318
47319 Patch below corrects the setting of the zmiifer register, it was
47320 overwritting the register rather than ORing the settings.
47321
47322 Signed-off-by: Neil Wilson <NWilson@airspan.com>
47323 Signed-off-by: Stefan Roese <sr@denx.de>
47324
47325commit d1a72545296800b7e219f93104ad5836f0003d66
47326Author: Stefan Roese <sr@denx.de>
47327Date: Mon Nov 27 17:34:10 2006 +0100
47328
47329 [PATCH] Select NAND embedded environment from board configuration
47330
47331 The current NAND Bootloader setup forces the environment
47332 variables to be in line with the bootloader. This change
47333 enables the configuration to be made in the board include
47334 file instead so that it can be individually enabled.
47335
47336 Signed-off-by: Nick Spence <nick.spence@freescale.com>
47337 Signed-off-by: Stefan Roese <sr@denx.de>
47338
47339commit 15784862857c3c2214498defcfed84ff137fb81e
47340Author: Stefan Roese <sr@denx.de>
47341Date: Mon Nov 27 17:22:19 2006 +0100
47342
47343 [PATCH] nand_wait() timeout fixes
47344
47345 Two fixes for the nand_wait() function in
47346 drivers/nand/nand_base.c:
47347
47348 1. Use correct timeouts. The original timeouts in Linux
47349 source are 400ms and 20ms not 40s and 20s
47350
47351 2. Return correct error value in case of timeout. 0 is
47352 interpreted as OK.
47353
47354 Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
47355 Signed-off-by: Stefan Roese <sr@denx.de>
47356
47357commit da5553b095bf04f4f109ad7e565dae3aba47b230
47358Author: Stefan Roese <sr@denx.de>
47359Date: Mon Nov 27 17:04:06 2006 +0100
47360
47361 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
47362
47363 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
Wolfgang Denk4c88e362007-01-07 00:13:11 +010047364 arguments to bootm. It removes the getenv("disable_of") test that used
Wolfgang Denk801e90a2006-11-27 22:53:53 +010047365 to be used for this purpose.
47366
47367 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
47368 Acked-by: Jon Loeliger <jdl@freescale.com>
47369
47370commit a9398e018593782c5fa7d0741955fc1256b34c1e
47371Author: Wolfgang Denk <wd@pollux.denx.de>
47372Date: Mon Nov 27 15:32:42 2006 +0100
47373
47374 Minor code cleanup. Update CHANGELOG.
47375
Wolfgang Denkdd314e02006-11-30 01:54:07 +010047376commit 1729b92cde575476684bffe819d0b7791b57bff2
47377Author: Stefan Roese <sr@denx.de>
47378Date: Mon Nov 27 14:52:04 2006 +0100
47379
47380 [PATCH] 4xx: Fix problem with board specific reset code (now for real)
47381
47382 Signed-off-by: Stefan Roese <sr@denx.de>
47383
47384commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
47385Author: Stefan Roese <sr@denx.de>
47386Date: Mon Nov 27 14:49:51 2006 +0100
47387
47388 [PATCH] alpr: remove unused board specific flash driver
47389
47390 Signed-off-by: Stefan Roese <sr@denx.de>
47391
47392commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
47393Author: Stefan Roese <sr@denx.de>
47394Date: Mon Nov 27 14:48:41 2006 +0100
47395
47396 [PATCH] 4xx: Fix problem with board specific reset code
47397
47398 Signed-off-by: Stefan Roese <sr@denx.de>
47399
47400commit ec0c2ec725aec9524a177a77ce75559e644a931a
47401Author: Stefan Roese <sr@denx.de>
47402Date: Mon Nov 27 14:46:06 2006 +0100
47403
47404 [PATCH] Remove testing 4xx enet PHY setup
47405
47406 Signed-off-by: Stefan Roese <sr@denx.de>
47407
47408commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
47409Author: Stefan Roese <sr@denx.de>
47410Date: Mon Nov 27 14:12:17 2006 +0100
47411
47412 [PATCH] Update Prodrive ALPR board support (440GX)
47413
47414 Signed-off-by: Stefan Roese <sr@denx.de>
47415
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020047416commit 58b485776698c3d71ec5a215e392123b4c15afa3
47417Author: Markus Klotzbuecher <mk@denx.de>
47418Date: Mon Nov 27 11:51:21 2006 +0100
47419
47420 Add a small README with information on the generic ohci driver.
47421
47422commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
47423Author: Markus Klotzbuecher <mk@denx.de>
47424Date: Mon Nov 27 11:46:46 2006 +0100
47425
47426 Fix some endianness issues related to the generic ohci driver
47427
47428commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
47429Author: Markus Klotzbuecher <mk@denx.de>
47430Date: Mon Nov 27 11:44:58 2006 +0100
47431
47432 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
47433 to choose between the old and the generic OHCI drivers.
47434
47435commit 53e336e9ffc51035bdc4e5867631b3378761b4df
47436Author: Markus Klotzbuecher <mk@denx.de>
47437Date: Mon Nov 27 11:43:09 2006 +0100
47438
47439 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
47440 and adapted board configs TQM5200 and yosemite accordingly. This commit
47441 also makes the maximum number of root hub ports configurable
47442 (CFG_USB_OHCI_MAX_ROOT_PORTS).
47443
Wolfgang Denk018147d2006-11-27 15:32:42 +010047444commit 78d620ebb5871d252270dedfad60c6568993b780
47445Author: Wolfgang Denk <wd@atlas.denx.de>
47446Date: Thu Nov 23 22:58:58 2006 +0100
47447
47448 Updates for TQM5200 modules:
47449 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
47450 - simplify "udate" definitions
47451
47452commit 2053283304eeddf250d109e6791eb6fa4cad14f7
47453Author: Stefan Roese <sr@denx.de>
47454Date: Wed Nov 22 13:20:50 2006 +0100
47455
47456 [PATCH] PPC4xx start.S: Fix for processor errata
47457
47458 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
47459 errata 1.12: 440_33 by moving patch up in code.
47460
47461 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
47462 Signed-off-by: Stefan Roese <sr@denx.de>
47463
47464commit 4ef6251403f637841000e0fef9e832aa01339822
47465Author: Stefan Roese <sr@denx.de>
47466Date: Mon Nov 20 20:39:52 2006 +0100
47467
47468 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
47469
47470 Signed-off-by: Stefan Roese <sr@denx.de>
47471
47472commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
47473Author: Wolfgang Denk <wd@pollux.denx.de>
47474Date: Mon Nov 20 10:28:30 2006 +0100
47475
47476 Update CHANGELOG
47477
Wolfgang Denk8ac87a52006-11-20 10:28:30 +010047478commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
47479Author: Stefan Roese <sr@denx.de>
47480Date: Mon Nov 13 13:55:24 2006 +0100
47481
47482 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
47483
47484 * Adds support for AMD command set Top Boot flash geometry reversal
47485 * Adds support for reading JEDEC Manufacturer ID and Device ID
47486 * Adds support for displaying command set, manufacturer id and
47487 device ids (flinfo)
47488 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
47489 * Removes outdated change history (refer to git log instead)
47490
47491 Signed-off-by: Tolunay Orkun <listmember@orkun.us>
47492 Signed-off-by: Stefan Roese <sr@denx.de>
47493
47494commit b21b511d4c50408f4853f46f06b601272196223f
47495Author: Wolfgang Denk <wd@pollux.denx.de>
47496Date: Sun Nov 12 21:13:23 2006 +0100
47497
47498 Update CHANGELOG
47499
Wolfgang Denk13157992006-11-12 21:13:23 +010047500commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
47501Author: Bartlomiej Sieka <tur@semihalf.com>
47502Date: Sat Nov 11 22:48:22 2006 +0100
47503
47504 Disable the watchdog in the default config for the V38B board.
47505
47506commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
47507Author: Bartlomiej Sieka <tur@semihalf.com>
47508Date: Sat Nov 11 22:43:00 2006 +0100
47509
47510 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
47511 group is enabled for USB earlier (in cpu_init_f() instead of
47512 usb_lowlevel_init()).
47513
47514commit 91650b3e4de688038d4f71279c44858e3e2c6870
47515Author: Wolfgang Denk <wd@pollux.denx.de>
47516Date: Mon Nov 6 17:06:36 2006 +0100
47517
47518 Sequential accesses to non-existent memory must be synchronized,
47519 at least on G2 cores.
47520
47521 This fixes get_ram_size() problems on MPC5200 Rev. B boards.
47522
Wolfgang Denk87b3d4b2006-11-30 18:02:20 +010047523commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
47524Author: Timur Tabi <timur@freescale.com>
47525Date: Fri Nov 3 19:15:00 2006 -0600
47526
47527 mpc83xx: Update 83xx to use fsl_i2c.c
47528
47529 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete
47530 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
47531 Added multiple I2C bus support to fsl_i2c.c.
47532
47533 Signed-off-by: Timur Tabi <timur@freescale.com>
47534
47535commit d239d74b1c937984bc519083a8e7de373a390f06
47536Author: Timur Tabi <timur@freescale.com>
47537Date: Fri Nov 3 12:00:28 2006 -0600
47538
47539 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
47540
47541 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
47542 tree matches the other 8xxx trees.
47543
47544 Signed-off-by: Timur Tabi <timur@freescale.com>
47545
47546commit f7fb2e703ec9688541416962724adff70a7322cb
47547Author: Kim Phillips <kim.phillips@freescale.com>
47548Date: Thu Nov 2 19:47:11 2006 -0600
47549
47550 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
47551
47552commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
47553Author: Dave Liu <daveliu@freescale.com>
47554Date: Thu Nov 2 18:05:50 2006 -0600
47555
47556 mpc83xx: Fix the incorrect dcbz operation
47557
47558 The 834x rev1.x silicon has one CPU5 errata.
47559
47560 The issue is when the data cache locked with
47561 HID0[DLOCK], the dcbz instruction looks like no-op inst.
47562
47563 The right behavior of the data cache is when the data cache
47564 Locked with HID0[DLOCK], the dcbz instruction allocates
47565 new tags in cache.
47566
47567 The 834x rev3.0 and later and 8360 have not this bug inside.
47568
47569 So, when 834x rev3.0/8360 are working with ECC, the dcbz
47570 instruction will corrupt the stack in cache, the processor will
47571 checkstop reset.
47572
47573 However, the 834x rev1.x can work with ECC with these code,
47574 because the sillicon has this cache bug. The dcbz will not
47575 corrupt the stack in cache.
47576 Really, it is the fault code running on fault sillicon.
47577
47578 This patch fix the incorrect dcbz operation. Instead of
47579 CPU FP writing to initialise the ECC.
47580
47581 CHANGELOG:
47582 * Fix the incorrect dcbz operation instead of CPU FP
47583 writing to initialise the ECC memory. Otherwise, it
47584 will corrupt the stack in cache, The processor will checkstop
47585 reset.
47586
47587 Signed-off-by: Dave Liu <daveliu@freescale.com>
47588
47589commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
47590Author: Kim Phillips <kim.phillips@freescale.com>
47591Date: Wed Nov 1 00:10:40 2006 -0600
47592
47593 mpc83xx: add OF_FLAT_TREE bits to 83xx boards
47594
47595 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
47596 STDOUT_PATH configuration bits to mpc8349emds,
47597 mpc8349itx, and mpc8360emds board code.
47598
47599 redo environment to use bootm with the fdtaddr
47600 for booting ARCH=powerpc kernels by default,
47601 and provide default fdtaddr values.
47602
47603commit 48041365b3420589ad464ebc7752e0053538b729
47604Author: Kim Phillips <kim.phillips@freescale.com>
47605Date: Wed Nov 1 00:07:25 2006 -0600
47606
47607 mpc83xx: change ft code to modify local-mac-address property
47608
47609 Update 83xx OF code to update local-mac-address properties
47610 for ethernet instead of the obsolete 'address' property.
47611
47612commit 9ca880a250870a7d55754291b5591d2b5fe89b54
47613Author: Timur Tabi <timur@freescale.com>
47614Date: Tue Oct 31 21:23:16 2006 -0600
47615
47616 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
47617
47618 This patch also adds an improved I2C set_speed(), which handles all clock
47619 frequencies.
47620
47621 Signed-off-by: Timur Tabi <timur@freescale.com>
47622
47623commit ac4b5622ce050b5ee1e154b98df630d778661632
47624Author: Dave Liu <daveliu@freescale.com>
47625Date: Tue Oct 31 19:54:59 2006 -0600
47626
47627 mpc83xx: add the README.mpc8360emds
47628
47629 add doc/README.mpc8360emds to accompany the new board support
47630
47631commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
47632Author: Dave Liu <daveliu@freescale.com>
47633Date: Fri Nov 3 12:11:15 2006 -0600
47634
47635 mpc83xx: add QE ethernet support
47636
47637 this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
47638
47639commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
47640Author: Dave Liu <daveliu@freescale.com>
47641Date: Fri Nov 3 19:33:44 2006 -0600
47642
47643 mpc83xx: Add MPC8360EMDS basic board support
47644
47645 Add support for the Freescale MPC8360EMDS board.
47646 Includes DDR, DUART, Local Bus, PCI.
47647
47648commit 23892e49352de74f7fac36ff90bb1be143d195e3
47649Author: Dave Liu <daveliu@freescale.com>
47650Date: Tue Oct 31 19:30:40 2006 -0600
47651
47652 mpc83xx: add the QUICC Engine (QE) immap file
47653
47654 common QE immap file. Also required for 8360.
47655
47656commit b701652a4992bdcc62fb1a6038a85beef9e55da4
47657Author: Dave Liu <daveliu@freescale.com>
47658Date: Tue Oct 31 19:25:38 2006 -0600
47659
47660 mpc83xx: Add 8360 specifics to 83xx immap
47661
47662 Mainly add QE device dependencies, with appropriate 8360 protection.
47663 Lindent also run.
47664
47665commit 988833324a7fda482c8ac3ca23eb539f8232e404
47666Author: Timur Tabi <timur@freescale.com>
47667Date: Tue Oct 31 19:14:41 2006 -0600
47668
47669 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
47670
47671 PREREQUISITE PATCHES:
47672
47673 * This patch can only be applied after the following patches have been applied:
47674
47675 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2"
47676 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
47677
47678 CHANGELOG:
47679
47680 * For the 8349E-mITX, fix some size values in pci_init_board(), enable
47681 the clock for the 2nd USB board (Linux kernel will hang otherwise),
47682 and fix the CONFIG_BOOTARGS macro.
47683
47684 Signed-off-by: Timur Tabi <timur@freescale.com>
47685
47686commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
47687Author: Timur Tabi <timur@freescale.com>
47688Date: Tue Oct 31 18:44:42 2006 -0600
47689
47690 mpc83xx: Add support for the MPC8349E-mITX
47691
47692 PREREQUISITE PATCHES:
47693
47694 * This patch can only be applied after the following patches have been applied:
47695
47696 1) DNX#2006090742000024 "Add support for multiple I2C buses"
47697 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
47698 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
47699 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
47700 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
47701
47702 CHANGELOG:
47703
47704 * Add support for the Freescale MPC8349E-mITX reference design platform.
47705 The second TSEC (Vitesse 7385 switch) is not supported at this time.
47706
47707 Signed-off-by: Timur Tabi <timur@freescale.com>
47708
47709commit 183da6d9b446cc12123455844ad1187e2375626f
47710Author: Ben Warren <bwarren@qstreams.com>
47711Date: Tue Sep 12 10:15:53 2006 -0400
47712
47713 Additional MPC8349 support for multibus i2c
47714
47715 Hello,
47716
47717 Here is a patch for a file that was accidentally left out of a previous
47718 attempt.
47719
47720 It accompanies the patch with ticket DNX#2006090742000024
47721
47722 CHANGELOG:
47723 Change PCI initialization to use new multi-bus I2C API.
47724
47725 regards,
47726 Ben
47727
47728commit b24f119d672b709d153ff2ac091d4aa63ec6877d
47729Author: Ben Warren <bwarren@qstreams.com>
47730Date: Thu Sep 7 16:51:04 2006 -0400
47731
47732 Multi-bus I2C implementation of MPC834x
47733
47734 Hello,
47735
47736 Attached is a patch implementing multiple I2C buses on the MPC834x CPU
47737 family and the MPC8349EMDS board in particular.
47738 This patch requires Patch 1 (Add support for multiple I2C buses).
47739 Testing was performed on a 533MHz board.
47740
47741 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
47742
47743 Signed-off-by: Ben Warren <bwarren@qstreams.com>
47744
47745 CHANGELOG:
47746 Implemented driver-level code to support two I2C buses on the
47747 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds
47748 are 50kHz, 100kHz and 400kHz on each bus.
47749
47750 regards,
47751 Ben
47752
47753commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
47754Author: Ben Warren <bwarren@qstreams.com>
47755Date: Thu Sep 7 16:50:54 2006 -0400
47756
47757 Add support for multiple I2C buses
47758
47759 Hello,
47760
47761 Attached is a patch providing support for multiple I2C buses at the
47762 command level. The second part of the patch includes an implementation
47763 for the MPC834x CPU and MPC8349EMDS board.
47764
47765 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
47766
47767 Signed-off-by: Ben Warren <bwarren@qstreams.com>
47768
47769 Overview:
47770
47771 1. Include new 'i2c' command (based on USB implementation) using
47772 CONFIG_I2C_CMD_TREE.
47773
47774 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that
47775 the commands to change bus number and speed are only available under the
47776 new 'i2c' command mentioned in the first bullet.
47777
47778 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
47779 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form
47780 of an array of bus-device pairs. Otherwise, it is an array of uchar.
47781
47782 CHANGELOG:
47783 Added new 'i2c' master command for all I2C interaction. This is
47784 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for
47785 setting I2C bus speed as well as changing the active bus if the board
47786 has more than one (conditionally compiled with
47787 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses.
47788 Updated README.
47789
47790 regards,
47791 Ben
47792
47793commit bed85caf872714ebf53013967a695c9d63acfc68
47794Author: Timur Tabi <timur@freescale.com>
47795Date: Tue Oct 31 18:13:36 2006 -0600
47796
47797 mpc83xx: Add support for Errata DDR6 on MPC 834x systems
47798
47799 CHANGELOG:
47800
47801 * Errata DDR6, which affects all current MPC 834x processors, lists changes
47802 required to maintain compatibility with various types of DDR memory. This
47803 patch implements those changes.
47804
47805 Signed-off-by: Timur Tabi <timur@freescale.com>
47806
47807commit afd6e470f639883002c7c59d562690a5cb0f4865
47808Author: Timur Tabi <timur@freescale.com>
47809Date: Wed Oct 25 18:45:23 2006 -0500
47810
47811 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
47812
47813commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
47814Author: Timur Tabi <timur@freescale.com>
47815Date: Tue Aug 22 17:07:00 2006 -0500
47816
47817 mpc83xx: Add support for variable flash memory sizes on 83xx systems
47818
47819 CHANGELOG:
47820
47821 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
47822 window registers, instead of using a hard-coded value of 8MB.
47823
47824 Signed-off-by: Timur Tabi <timur@freescale.com>
47825
47826commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
47827Author: Tanya Jiang <tanya.jiang@freescale.com>
47828Date: Thu Aug 3 18:38:13 2006 +0800
47829
47830 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
47831
47832 Unified TQM834x variable names with 83xx and consolidated macro
47833 in preparation for the 8360 and other upcoming 83xx devices.
47834
47835 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47836
47837commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
47838Author: Dave Liu <daveliu@freescale.com>
47839Date: Wed Oct 25 14:41:21 2006 -0500
47840
47841 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
47842
47843 Incorporated the common unified variable names and the changes in preparation
47844 for releasing mpc8360 patches.
47845
47846 Signed-off-by: Dave Liu <daveliu@freescale.com>
47847
47848commit 3894c46c27c64891f93ac04edde86a9fa9758d92
47849Author: Tanya Jiang <tanya.jiang@freescale.com>
47850Date: Thu Aug 3 18:36:02 2006 +0800
47851
47852 mpc83xx: Fix missing build for mpc8349emds pci.c
47853
47854 Make pci build for mpc8349emds
47855
47856 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47857
47858commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
47859Author: Tanya Jiang <tanya.jiang@freescale.com>
47860Date: Thu Aug 3 18:39:49 2006 +0800
47861
47862 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
47863
47864 Removed unused file resetvec.S for mpc83xx cpu
47865
47866 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
47867
47868commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
47869Author: Nick Spence <Nick.Spence@freescale.com>
47870Date: Sat Sep 30 00:32:59 2006 -0700
47871
47872 NAND Flash verify across block boundaries
47873
47874 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
47875 defined
47876 and the write crosses a block boundary. The pointer to the verification
47877 buffer (bufstart) is not being updated to reflect the starting of the
47878 new
47879 block so the verification of the second block fails.
47880
47881 CHANGELOG:
47882
47883 * Fix NAND FLASH page verification across block boundaries
47884
47885commit f484dc791a3932537213c43c654cc1295c64b84c
47886Author: Nick Spence <nick.spence@freescale.com>
47887Date: Thu Sep 7 07:39:46 2006 -0700
47888
47889 Added RGMII support to the TSECs and Marvell 881111 Phy
47890
47891 Added a phy initialization to adjust the RGMII RX and TX timing
47892 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
47893
47894 Signed-off-by: Nick Spence <nick.spence@freescale.com>
47895
Wolfgang Denkf3bda272007-04-18 17:07:26 +020047896commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
47897Author: roy zang <tie-fei.zang@freescale.com>
47898Date: Fri Nov 3 13:10:00 2006 +0800
47899
47900 Remove some unused CFG define.
47901 undef CFG_DRAM_TEST
47902
47903commit 99c09c4dec34f77c243bf51bea532e3f339410ad
47904Author: roy zang <tie-fei.zang@freescale.com>
47905Date: Fri Nov 3 13:07:36 2006 +0800
47906
47907 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
47908 Both work. 0xFF000000 seems more reasonable.
47909
Wolfgang Denk13157992006-11-12 21:13:23 +010047910commit c59200443072353044aa4bf737a5a60f9a9af231
47911Author: Wolfgang Denk <wd@pollux.denx.de>
47912Date: Thu Nov 2 15:15:01 2006 +0100
47913
47914 Release U-Boot 1.1.6
47915
Wolfgang Denkf3bda272007-04-18 17:07:26 +020047916commit c1fbe4103a0d6c8957f912af902d705ba67836f2
47917Author: roy zang <tie-fei.zang@freescale.com>
47918Date: Thu Nov 2 19:14:48 2006 +0800
47919
47920 This patch comes from Yuli's posted patch on 8/8/2006
47921 titled "CFI Driver Little-Endian write Issue".
47922
47923 http://sourceforge.net/mailarchive/message.php?msg_id=36311999
47924
47925 If that patch applied, please discard this one.
47926 Until now , I do not see his patch is applied. So please apply this one.
47927
47928 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
47929 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47930
47931commit b825f158e449e1e9cf74c08e572955e122394c96
47932Author: roy zang <tie-fei.zang@freescale.com>
47933Date: Thu Nov 2 19:12:31 2006 +0800
47934
47935 Tsi108 on chip i2c support.
47936
47937 The i2c Interface provides a master-only, serial interface that can be
47938 used for initializing Tsi108/Tsi109 registers from an EEPROM after a
47939 device reset.
47940
47941 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47942 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47943
47944commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
47945Author: roy zang <tie-fei.zang@freescale.com>
47946Date: Thu Nov 2 19:11:06 2006 +0800
47947
47948 Tsi108 on chip pci controller support.
47949
47950 If there is no pci card, the tsi108/109 pci configure read will
47951 cause a machine check exception to the processor. PCI error should
47952 also be cleared after the read.
47953
47954 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47955 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47956
47957commit d1927cee977126e547ceeba23e4f978f377cfb8f
47958Author: roy zang <tie-fei.zang@freescale.com>
47959Date: Thu Nov 2 19:08:55 2006 +0800
47960
47961 Tundra tsi108 on chip Ethernet controller support.
47962
47963 The following is a brief description of the Ethernet controller:
47964 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
47965 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface
47966 to manage the two physical connection devices (PHYs). Each Ethernet port
47967 has its own statistics monitor that tracks and reports key interface
47968 statistics. Each port supports a 256-entry hash table for address
47969 filtering. In addition, each port is bridged to the Switch Fabric
47970 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
47971
47972 Each Ethernet port also has a pair of internal Ethernet DMA channels to
47973 support the transmit and receive data flows. The Ethernet DMA channels
47974 use descriptors set up in memory, the memory map of the device, and
47975 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter
47976 handles arbitration for the Switch Fabric. The Controller also
47977 has a register businterface for register accesses and status monitor
47978 control.
47979
47980 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
47981 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
47982 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal
47983 data flows to and from the Ethernet Controller through the Switch Fabric.
47984
47985 Each Ethernet port uses its transmit and receive DMA channels to manage
47986 data flows through buffer descriptors that are predefined by the
47987 system (the descriptors can exist anywhere in the system memory map).
47988 These descriptors are data structures that point to buffers filled
47989 with data ready to transmit over Ethernet, or they point to empty
47990 buffers ready to receive data from Ethernet.
47991
47992 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
47993 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
47994
47995commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
47996Author: roy zang <tie-fei.zang@freescale.com>
47997Date: Thu Nov 2 19:01:33 2006 +0800
47998
47999 Tundra tsi108 header file.
48000
48001 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
48002 PowerPC processors that offers numerous system interconnect options for
48003 embedded application designers. The Tsi108 can interconnect 60x or
48004 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
48005 and Flash. Provided the macro define for tsi108 chip.
48006
48007 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48008 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48009
48010commit 87c4db09699c6b89176b31004afcb83eb1585d47
48011Author: roy zang <tie-fei.zang@freescale.com>
48012Date: Thu Nov 2 18:59:15 2006 +0800
48013
48014 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
48015 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
48016
48017 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48018 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48019
48020commit 27801b8ab11c61b577e45742a515bb3b23b80241
48021Author: roy zang <tie-fei.zang@freescale.com>
48022Date: Thu Nov 2 18:57:21 2006 +0800
48023
48024 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
48025 Make ,config.mk and link file for the mpc7448hpc2 board.
48026
48027 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48028 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48029
48030commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
48031Author: roy zang <tie-fei.zang@freescale.com>
48032Date: Thu Nov 2 18:55:04 2006 +0800
48033
48034 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
48035 The mpc7448hpc2 board support header file.
48036
48037 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48038 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48039
48040commit 625bb5ddb50b243f931262ca8c46956409471917
48041Author: roy zang <tie-fei.zang@freescale.com>
48042Date: Thu Nov 2 18:52:21 2006 +0800
48043
48044 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
48045 The mpc7448hpc2 board support low level assemble language init code.
48046
48047 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48048 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48049
48050commit 4c52783b3d024e153c4972b97332e314bc3bdc46
48051Author: roy zang <tie-fei.zang@freescale.com>
48052Date: Thu Nov 2 18:49:51 2006 +0800
48053
48054 General code modification for mpc7448hpc2 board support.
48055 1. Add 7447A and 7448 processor support.
48056 2. Add the following flags.
48057
48058 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
48059 (such as by switch on board), this flag should be set.
48060
48061 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
48062 relocates to RAM, this flag should be set.
48063
48064 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
48065 system hang in exception, this flag should be set.
48066
48067 There is a design issue for tsi108/109 pci configure read. When pci scan
48068 the slots, if there is no pci card, the tsi108/9 will cause a machine
48069 check exception for mpc7448 processor.
48070
48071 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
48072 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48073
48074commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
48075Author: roy zang <tie-fei.zang@freescale.com>
48076Date: Thu Nov 2 18:34:47 2006 +0800
48077
48078 Add README file for mpc7448hpc2 board.
48079 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
48080
Wolfgang Denk13157992006-11-12 21:13:23 +010048081commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
48082Author: Bartlomiej Sieka <tur@semihalf.com>
48083Date: Wed Nov 1 02:04:38 2006 +0100
48084
48085 Finish up support for MarelV38B board
48086 - add watchdog support
48087 - enable GPIO_WKUP_7 pin for input
48088 - code cleanup
48089
48090commit ffa150bc90c943ca265170bd1be3f293674dd5c7
48091Author: Bartlomiej Sieka <tur@semihalf.com>
48092Date: Wed Nov 1 01:45:46 2006 +0100
48093
48094 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
48095 * remove warnings when compiling ethaddr.c
48096 * adjust linker script (fixes a crash resulting from incorrect
48097 definition of __u_boot_cmd_start)
48098 - Some MarelV38B code cleanup.
48099
48100commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
48101Author: Bartlomiej Sieka <tur@semihalf.com>
48102Date: Wed Nov 1 01:38:16 2006 +0100
48103
48104 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
48105 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
48106 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
48107 MPC5XXX_WU_GPIO_DATA_O for affected boards.
48108
48109 - Add defintions for some MPC5XXX GPIO pins.
48110
48111commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
48112Author: Bartlomiej Sieka <tur@semihalf.com>
48113Date: Wed Nov 1 01:34:29 2006 +0100
48114
48115 Changed MarelV38B board make target to lowercase. Config file cleanup.
48116
Wolfgang Denk9c0b0c02006-11-02 15:15:01 +010048117commit 1954be6e9c9421b45d0a9d05b10356acc7563150
48118Author: Wolfgang Denk <wd@pollux.denx.de>
48119Date: Sun Oct 29 01:03:51 2006 +0200
48120
48121 Automatically adjust ARFLAGS so "make -s" is really silent.
48122
48123commit fae684e89844856383bdf101440889557df3e6b1
48124Author: Stefan Roese <sr@denx.de>
48125Date: Sat Oct 28 16:45:00 2006 +0200
48126
48127 [PATCH] omap925.c: Remove unused functions
48128
48129 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48130 Signed-off-by: Stefan Roese <sr@denx.de>
48131
48132commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
48133Author: Stefan Roese <sr@denx.de>
48134Date: Sat Oct 28 17:12:58 2006 +0200
48135
48136 [PATCH] Add some missing machtypes for netstar & voiceblue boards
48137
48138 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
48139 numbers in code.
48140
48141 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48142 Signed-off-by: Stefan Roese <sr@denx.de>
48143
48144commit 856f054410cef52d868feb330168b2a4c4091328
48145Author: Stefan Roese <sr@denx.de>
48146Date: Sat Oct 28 15:55:52 2006 +0200
48147
48148 [PATCH] NAND: Partition name support added to NAND subsystem
48149
48150 chpart, nboot and NAND subsystem related commands now accept also partition
48151 name to specify offset.
48152
48153 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
48154 Signed-off-by: Stefan Roese <sr@denx.de>
48155
48156commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
48157Author: Wolfgang Denk <wd@pollux.denx.de>
48158Date: Sat Oct 28 02:29:44 2006 +0200
48159
48160 Update CHANGELOG.
48161
Wolfgang Denk18c17652006-10-28 02:29:44 +020048162commit 2751a95abd1b96911081c357e96a12fa97b40dee
48163Author: Wolfgang Denk <wd@pollux.denx.de>
48164Date: Sat Oct 28 02:29:14 2006 +0200
48165
48166 Enable commandline editing and hush shell on all TQM boards.
48167
48168commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
48169Author: Wolfgang Denk <wd@pollux.denx.de>
48170Date: Sat Oct 28 02:28:02 2006 +0200
48171
48172 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
48173
48174commit 471a7be7a042e95e440f5de969c9765214ae8d6e
48175Author: Wolfgang Denk <wd@denx.de>
48176Date: Sat Oct 28 01:14:32 2006 +0200
48177
48178 Check for illegal character '=' in environment variable names.
48179
48180 Make sure the string passed as variable name does not contain a '='
48181 character. This not only prevents the common error or typing
48182 "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
48183 also closes a backdoor which allowed to delete write-protected
48184 environment variables, for example by using "setenv ethaddr=".
48185
48186commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
48187Author: Wolfgang Denk <wd@pollux.denx.de>
48188Date: Sat Oct 28 00:38:39 2006 +0200
48189
48190 Minor code cleanup.
48191
48192commit e11887a77d81077416a2d1c5e0354916fee8c034
48193Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48194Date: Thu Oct 26 17:55:31 2006 +0200
48195
48196 Don't pass any debug options directly to the assembler
48197
48198 When passing the -g option to gcc, gcc automatically selects a
48199 suitable --g<format> option to pass on to the assembler.
48200 Thus, there's no point in forcing a specific debug option on the
48201 assembler using the -Wa mechanism.
48202
48203 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48204
48205commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
48206Author: Jon Loeliger <jdl@freescale.com>
48207Date: Fri Oct 27 07:47:22 2006 -0500
48208
48209 MPC86xx: Cleaned up unused and conditionally used local variables.
48210
48211 Signed-off-by: Jon Loeliger <jdl@freescale.com>
48212
48213commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
48214Author: Wolfgang Denk <wd@pollux.denx.de>
48215Date: Fri Oct 27 11:55:21 2006 +0200
48216
48217 Fix "ar" flags in some Makefiles to allow for silent "make -s"
48218
48219commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
48220Author: Ben Warren <bwarren@qstreams.com>
48221Date: Thu Oct 26 14:38:25 2006 -0400
48222
48223 Fix TSEC driver (now for real): avoid crashes if PHY is not attached
48224 to a TSEC (e.g. a switch is connected via RMII) or
48225 if the PHY is defective/incorrectly configured.
48226
48227 Signed-off-by: Ben Warren <bwarren@qstreams.com>
48228
48229commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
48230Author: Ben Warren <bwarren@qstreams.com>
48231Date: Thu Oct 26 14:38:25 2006 -0400
48232
48233 Fix TSEC driver: avoid crashes if PHY is not attached
48234 to a TSEC (e.g. a switch is connected via RMII) or
48235 if the PHY is defective/incorrectly configured.
48236
48237 Signed-off-by: Ben Warren <bwarren@qstreams.com>
48238
Ben Warrendc43c9c2006-10-26 14:38:25 -040048239commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
48240Author: Wolfgang Denk <wd@pollux.denx.de>
48241Date: Thu Oct 26 16:24:31 2006 +0200
48242
48243 Code cleanup.
48244
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048245commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
48246Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
48247Date: Wed Oct 25 15:48:59 2006 +0200
48248
48249 Finish up support for the ATSTK1000/ATSTK1002 boards
Ben Warrendc43c9c2006-10-26 14:38:25 -040048250
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048251 Add atstk1002_config target to Makefile and move the AVR32 section
48252 down below Blackfin so that it doesn't end up in the middle of
48253 MIPS.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048254
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048255 Drop the autogenerated linker script thing for now. Will have to
48256 revisit how to handle chips with different flash and RAM layout
48257 later.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048258
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048259 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
48260
48261commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
48262Author: Kumar Gala <galak@kernel.crashing.org>
48263Date: Tue Oct 24 23:47:37 2006 -0500
48264
48265 Added support for Multi-Image files that contain a device tree
Ben Warrendc43c9c2006-10-26 14:38:25 -040048266
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048267 If a Multi-Image file contains a third image we try to use it as a
48268 device tree. The device tree image is assumed to be uncompressed in the
Wolfgang Denk4c88e362007-01-07 00:13:11 +010048269 image file. We automatically allocate space for the device tree in memory
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048270 and provide an 8k pad to allow more than a reasonable amount of growth.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048271
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048272 Additionally, a device tree that was contained in flash will now automatically
48273 get copied to system memory as part of boot. Previously an error was
48274 reported if one tried to boot a device tree that was in flash.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048275
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
48277
Wolfgang Denke5d99e22006-10-25 00:43:17 +020048278commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
48279Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048280Date: Tue Oct 24 21:35:55 2006 +0200
Wolfgang Denke4bf4e12005-12-19 13:02:45 +010048281
Wolfgang Denke5d99e22006-10-25 00:43:17 +020048282 Switch to automatically generated CHANGELOG file.
48283 (use "make CHANGELOG" to update it from time to time)
Stefan Roese84cf6242006-10-17 06:14:31 +020048284
Wolfgang Denkb042b882006-10-24 21:35:55 +020048285commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
48286Author: Stefan Roese <sr@denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048287Date: Tue Oct 24 18:06:48 2006 +0200
Wolfgang Denke4bf4e12005-12-19 13:02:45 +010048288
Wolfgang Denkb042b882006-10-24 21:35:55 +020048289 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
48290 Patch by Stefan Roese, 24 Oct 2006
Marian Balakowicz814ed842006-10-23 22:17:05 +020048291
Wolfgang Denkb042b882006-10-24 21:35:55 +020048292commit 8ae3b713b2286e0c3213b7802062e4c1599010de
48293Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048294Date: Tue Oct 24 17:24:55 2006 +0200
Stefan Roesed07e5722006-10-24 18:06:48 +020048295
Wolfgang Denkb042b882006-10-24 21:35:55 +020048296 Merge with /home/wd/git/u-boot/master
Wolfgang Denk65505432006-10-20 17:54:33 +020048297
Wolfgang Denkb042b882006-10-24 21:35:55 +020048298commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
48299Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048300Date: Tue Oct 24 15:32:57 2006 +0200
Wolfgang Denk4bac0ca2006-10-20 16:12:14 +020048301
Wolfgang Denkb042b882006-10-24 21:35:55 +020048302 Code cleanup
Wolfgang Denk6d89f0c2006-10-20 15:51:21 +020048303
Wolfgang Denkb042b882006-10-24 21:35:55 +020048304commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
48305Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048306Date: Tue Oct 24 14:51:36 2006 +0200
Stefan Roese8c1dd702006-10-20 15:18:51 +020048307
Wolfgang Denkb042b882006-10-24 21:35:55 +020048308 Move atstk1000 files into vendor specific directory.
48309 Patch by Haavard Skinnemoen, 12 Sep 2006
Stefan Roese11dd8812006-10-18 15:59:35 +020048310
Wolfgang Denkb042b882006-10-24 21:35:55 +020048311commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
48312Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048313Date: Tue Oct 24 14:42:37 2006 +0200
Wolfgang Denk187c2e02006-10-18 22:31:08 +020048314
Wolfgang Denkb042b882006-10-24 21:35:55 +020048315 Add ATSTK1000 and ATSTK1002 board support
48316 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048317
Wolfgang Denkb042b882006-10-24 21:35:55 +020048318 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
48319 daughterboard.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048320
Wolfgang Denkb042b882006-10-24 21:35:55 +020048321 ATSTK1000 is a full-featured development board for AT32AP CPUs. It
48322 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
48323 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
48324 CompactFlash cards. For more information, please see this page:
Ben Warrendc43c9c2006-10-26 14:38:25 -040048325
Wolfgang Denkb042b882006-10-24 21:35:55 +020048326 http://www.atmel.com/dyn/products/tools.asp?family_id=682
Ben Warrendc43c9c2006-10-26 14:38:25 -040048327
Wolfgang Denkb042b882006-10-24 21:35:55 +020048328 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
48329 AT32AP7000 chip.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048330
Wolfgang Denkb042b882006-10-24 21:35:55 +020048331 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roesec72b0a42006-10-12 19:50:17 +020048332
Wolfgang Denkb042b882006-10-24 21:35:55 +020048333commit f93ae788c3640fcde5db383471d45548ff4060d0
48334Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048335Date: Tue Oct 24 14:31:24 2006 +0200
Stefan Roese865b19e2006-10-12 19:43:29 +020048336
Wolfgang Denkb042b882006-10-24 21:35:55 +020048337 Add common serial driver for Atmel AT32 and AT91 chips
48338 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048339
Wolfgang Denkb042b882006-10-24 21:35:55 +020048340 This is a first attempt at creating a common serial driver for Atmel
48341 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
48342 be possible to support AT91RM9200 and other ARM-based chips with some
48343 minor modifications.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048344
Wolfgang Denkb042b882006-10-24 21:35:55 +020048345 There's nothing fundamentally AVR32-specific in this driver, but it
48346 does use some features which are currently only defined for the
48347 AT32AP CPU port:
48348 * pm_get_clock_freq: Obtain the clock frequency of a given domain
48349 * gd->console_uart: A "struct device" containing information about
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048350 register mappings, gpio resources and clocks associated with the
48351 UART device.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048352
Wolfgang Denkb042b882006-10-24 21:35:55 +020048353 For more information about these features, please see the "AT32AP
48354 CPU" patch.
Wolfgang Denkd5cf1a42006-10-12 11:43:47 +020048355
Wolfgang Denkb042b882006-10-24 21:35:55 +020048356commit 72a087e04705c26cad982879ebd06b5281bf825a
48357Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048358Date: Tue Oct 24 14:27:35 2006 +0200
Stefan Roese5b62c8b2006-10-12 07:04:24 +020048359
Wolfgang Denkb042b882006-10-24 21:35:55 +020048360 Add AT32AP CPU and AT32AP7000 SoC support
48361 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048362
Wolfgang Denkb042b882006-10-24 21:35:55 +020048363 This patch adds support for the AT32AP CPU family and the AT32AP7000
48364 chip, which is the first chip implementing the AVR32 architecture.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048365
Wolfgang Denkb042b882006-10-24 21:35:55 +020048366 The AT32AP CPU core is a high-performance implementation featuring a
48367 7-stage pipeline, separate instruction- and data caches, and a MMU.
48368 For more information, please see the "AVR32 AP Technical Reference":
Ben Warrendc43c9c2006-10-26 14:38:25 -040048369
Wolfgang Denkb042b882006-10-24 21:35:55 +020048370 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
Ben Warrendc43c9c2006-10-26 14:38:25 -040048371
Wolfgang Denkb042b882006-10-24 21:35:55 +020048372 In addition to this, the AT32AP7000 chip comes with a large set of
48373 integrated peripherals, many of which are shared with the AT91 series
48374 of ARM-based microcontrollers from Atmel. Full data sheet is
48375 available here:
Ben Warrendc43c9c2006-10-26 14:38:25 -040048376
Wolfgang Denkb042b882006-10-24 21:35:55 +020048377 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
Ben Warrendc43c9c2006-10-26 14:38:25 -040048378
Wolfgang Denkb042b882006-10-24 21:35:55 +020048379 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roesef7b4f192006-10-11 16:57:01 +020048380
Wolfgang Denkb042b882006-10-24 21:35:55 +020048381commit 7b64fef33c66be648826c0ff9758298ef13d0604
48382Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048383Date: Tue Oct 24 14:21:16 2006 +0200
Stefan Roesed351b2b2006-10-10 12:36:02 +020048384
Wolfgang Denkb042b882006-10-24 21:35:55 +020048385 Add AVR32 architecture support
48386 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
Ben Warrendc43c9c2006-10-26 14:38:25 -040048387
Wolfgang Denkb042b882006-10-24 21:35:55 +020048388 This patch adds common infrastructure code for the Atmel AVR32
48389 architecture. See doc/README.AVR32 for details.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048390
Wolfgang Denkb042b882006-10-24 21:35:55 +020048391 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roesedf86f152006-10-09 12:55:38 +020048392
Wolfgang Denkb042b882006-10-24 21:35:55 +020048393commit 2da2d9a4766063b9848f3a35ad6025499cf87265
48394Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048395Date: Tue Oct 24 13:57:33 2006 +0200
Wolfgang Denk98ddb712006-10-09 12:50:41 +020048396
Wolfgang Denkb042b882006-10-24 21:35:55 +020048397 Use -g instead of -gstabs in AFLAGS_DEBUG
48398 Patch by Haavard Skinnemoen, 30 Aug 2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048399
Wolfgang Denkb042b882006-10-24 21:35:55 +020048400 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
48401 matter what the target's preferred debugging format is. This patch
48402 simply replaces -gstabs with -g, so that the default debugging format
48403 for the architecture is used.
Wolfgang Denk68e83a82006-10-09 01:26:14 +020048404
Wolfgang Denkb042b882006-10-24 21:35:55 +020048405commit 965829872169c2996023840d98e1d85ad148d629
48406Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048407Date: Tue Oct 24 13:55:18 2006 +0200
Wolfgang Denkf67272a2006-10-09 01:07:53 +020048408
Wolfgang Denkb042b882006-10-24 21:35:55 +020048409 Fix/workaround broken dependency handling with make 3.81
48410 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
Wolfgang Denk6a65e422006-10-09 01:02:05 +020048411
Wolfgang Denkb042b882006-10-24 21:35:55 +020048412commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
48413Author: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048414Date: Mon Oct 23 22:17:05 2006 +0200
Wolfgang Denk4df0da52006-10-09 00:42:01 +020048415
Wolfgang Denkb042b882006-10-24 21:35:55 +020048416 Fix sequoia separate object direcory building problems.
Wolfgang Denk73a92752006-10-09 00:35:30 +020048417
Wolfgang Denkb042b882006-10-24 21:35:55 +020048418commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
48419Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048420Date: Fri Oct 20 17:16:35 2006 -0500
Wolfgang Denk2e58f9f2006-09-20 23:47:49 +020048421
Wolfgang Denkb042b882006-10-24 21:35:55 +020048422 Use generic I2C register block on 85xx and 86xx.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048423
Wolfgang Denkb042b882006-10-24 21:35:55 +020048424 Replace private IMMAP I2C structures with generic reg block
48425 and allow 86xx to have multiple I2C device busses.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048426
Wolfgang Denkb042b882006-10-24 21:35:55 +020048427 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowiczcfae4892006-10-03 20:28:38 +020048428
Wolfgang Denkb042b882006-10-24 21:35:55 +020048429commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
48430Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048431Date: Fri Oct 20 15:54:34 2006 -0500
Stefan Roese4a7e7532006-10-04 07:12:49 +020048432
Wolfgang Denkb042b882006-10-24 21:35:55 +020048433 Fix compilation warnings on a few 85xx boards.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048434
Wolfgang Denkb042b882006-10-24 21:35:55 +020048435 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese65390022006-10-04 07:12:27 +020048436
Wolfgang Denkb042b882006-10-24 21:35:55 +020048437commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
48438Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048439Date: Fri Oct 20 15:50:15 2006 -0500
Wolfgang Denk573a3ad2006-09-13 10:47:05 +020048440
Wolfgang Denkb042b882006-10-24 21:35:55 +020048441 Converted all 85xx boards to use a common FSL I2C driver.
48442 Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
48443 And removed hard i2c path from a few u-boot.lds scipts too.
48444 Minor whitespace cleanups along the way.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048445
Wolfgang Denkb042b882006-10-24 21:35:55 +020048446 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk1ccf24e2006-09-13 10:29:32 +020048447
Wolfgang Denkb042b882006-10-24 21:35:55 +020048448commit 4d45f69e362b05892c9e92a7907e5820995612aa
48449Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048450Date: Thu Oct 19 12:02:24 2006 -0500
Stefan Roesebe6729c2006-09-13 13:51:58 +020048451
Wolfgang Denkb042b882006-10-24 21:35:55 +020048452 Rewrite a series of goto statements as a sequences of
48453 conditional expressions instead.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048454
Wolfgang Denkb042b882006-10-24 21:35:55 +020048455 Use consistent return code 0/-1 for good/bad indicators.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048456
Wolfgang Denkb042b882006-10-24 21:35:55 +020048457 Include one fewer file if the driver isn't used at all.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048458
Wolfgang Denkb042b882006-10-24 21:35:55 +020048459 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roesebbfcbb72006-09-12 20:19:10 +020048460
Wolfgang Denkb042b882006-10-24 21:35:55 +020048461commit 7237c033b02fe295880435f1eb80819a0c987532
48462Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048463Date: Thu Oct 19 11:02:16 2006 -0500
Stefan Roesea4108482006-09-12 08:49:07 +020048464
Wolfgang Denkb042b882006-10-24 21:35:55 +020048465 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
Ben Warrendc43c9c2006-10-26 14:38:25 -040048466
Wolfgang Denkb042b882006-10-24 21:35:55 +020048467 in an effort to begin to unify the umpteen FSL I2C drivers that
48468 are all otherwise very similar.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048469
Wolfgang Denkb042b882006-10-24 21:35:55 +020048470 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk872622d2006-09-13 10:23:06 +020048471
Wolfgang Denkb042b882006-10-24 21:35:55 +020048472commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
48473Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048474Date: Thu Oct 19 11:33:52 2006 -0500
Marian Balakowiczefe063f2006-09-07 17:25:40 +020048475
Wolfgang Denkb042b882006-10-24 21:35:55 +020048476 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrendc43c9c2006-10-26 14:38:25 -040048477
Wolfgang Denkb042b882006-10-24 21:35:55 +020048478 Signed-off-by: Matthew McClintock <msm@freescale.com>
Marian Balakowicz85bba782006-09-07 12:12:20 +020048479
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048480commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
48481Author: Stefan Roese <sr@denx.de>
48482Date: Tue Oct 17 06:14:31 2006 +0200
48483
48484 Add monitor functions for indirect access to PPC440 DCR's
48485 Patch by Leonid Baryudin, 12 Oct 2006
48486
Wolfgang Denkb042b882006-10-24 21:35:55 +020048487commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
48488Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048489Date: Fri Oct 13 16:47:53 2006 -0500
Marian Balakowicz7f783cb2006-09-07 12:05:53 +020048490
Wolfgang Denkb042b882006-10-24 21:35:55 +020048491 Fixed leading whitespace issues.
48492 Removed spurious LAWAR thing.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048493
Wolfgang Denkb042b882006-10-24 21:35:55 +020048494 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese6e7cd7c2006-09-07 13:09:53 +020048495
Wolfgang Denkb042b882006-10-24 21:35:55 +020048496commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
48497Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048498Date: Thu Oct 12 10:42:36 2006 -0500
Stefan Roesef8e7da32006-09-07 12:48:49 +020048499
Wolfgang Denkb042b882006-10-24 21:35:55 +020048500 Remove unneeded include files and local variable.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048501
Wolfgang Denkb042b882006-10-24 21:35:55 +020048502 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese47e780c2006-09-07 12:23:02 +020048503
Wolfgang Denkb042b882006-10-24 21:35:55 +020048504commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
48505Author: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048506Date: Tue Oct 10 00:23:32 2006 -0600
Stefan Roese42fbddd2006-09-07 11:51:23 +020048507
Wolfgang Denkb042b882006-10-24 21:35:55 +020048508 Fix possible uninitialized variable compiler warning.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048509
Wolfgang Denkb042b882006-10-24 21:35:55 +020048510 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
48511 do_bootm_linux() may be uninitialized. There is no possibility in the
48512 current code that len will get used uninitialized, but this fix follows
48513 the existing convention of setting both len and data to zero at the same
48514 time.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048515
Wolfgang Denkb042b882006-10-24 21:35:55 +020048516 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk283a81e2006-09-06 23:29:15 +020048517
Wolfgang Denkb042b882006-10-24 21:35:55 +020048518commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
48519Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048520Date: Wed Oct 11 15:13:01 2006 -0500
Wolfgang Denk33cdb4a2006-09-04 02:01:27 +020048521
Wolfgang Denkb042b882006-10-24 21:35:55 +020048522 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrendc43c9c2006-10-26 14:38:25 -040048523
Wolfgang Denkb042b882006-10-24 21:35:55 +020048524 Signed-off-by: Matthew McClintock <msm@freescale.com>
Marian Balakowiczd62379d2006-09-01 19:49:50 +020048525
Wolfgang Denkb042b882006-10-24 21:35:55 +020048526commit bf651baa365e5447246aad6a633ccd667cf24a39
48527Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048528Date: Wed Oct 11 10:10:43 2006 -0500
Marian Balakowiczd62379d2006-09-01 19:49:50 +020048529
Wolfgang Denkb042b882006-10-24 21:35:55 +020048530 Move "ar" flags to config.mk to allow for silent "make -s"
Marian Balakowiczdba278c2006-09-01 19:47:42 +020048531
Wolfgang Denkb042b882006-10-24 21:35:55 +020048532commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
48533Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048534Date: Tue Oct 10 17:19:03 2006 -0500
Marian Balakowicz8a339e62006-09-01 19:46:22 +020048535
Wolfgang Denkb042b882006-10-24 21:35:55 +020048536 Coding style changes to remove local varible blocks
48537 and reformat a bit nicer.
Marian Balakowicz0b76bfb2006-09-01 19:44:05 +020048538
Wolfgang Denkb042b882006-10-24 21:35:55 +020048539commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
48540Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048541Date: Tue Oct 10 17:16:04 2006 -0500
Wolfgang Denkaaa2a192006-09-03 18:17:46 +020048542
Wolfgang Denkb042b882006-10-24 21:35:55 +020048543 Fix whitespace issues.
Detlev Zundelaa63d482006-09-01 15:39:02 +020048544
Wolfgang Denkb042b882006-10-24 21:35:55 +020048545commit 7b382b7125f2397cce63253df62f183e3dfa2770
48546Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048547Date: Tue Oct 10 17:14:45 2006 -0500
Detlev Zundelaa63d482006-09-01 15:39:02 +020048548
Wolfgang Denkb042b882006-10-24 21:35:55 +020048549 Fix whitespace issues.
Detlev Zundelaa63d482006-09-01 15:39:02 +020048550
Wolfgang Denkb042b882006-10-24 21:35:55 +020048551commit e10390ddd736b0dad1528eec4b0fe35c0827139a
48552Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048553Date: Tue Oct 10 17:06:53 2006 -0500
Detlev Zundelaa63d482006-09-01 15:39:02 +020048554
Wolfgang Denkb042b882006-10-24 21:35:55 +020048555 Fix whitespace issues.
Wolfgang Denk95d11692006-08-31 16:46:53 +020048556
Wolfgang Denkb042b882006-10-24 21:35:55 +020048557commit 89875e96ba3f023157bf50d5f8e33bf254964a76
48558Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048559Date: Tue Oct 10 17:03:43 2006 -0500
Wolfgang Denkd4321d32006-08-30 23:09:00 +020048560
Wolfgang Denkb042b882006-10-24 21:35:55 +020048561 Ran lindent and cleaned up whitespace issues.
48562 Format for 80-columns too.
Wolfgang Denk44df5612006-08-30 23:02:10 +020048563
Wolfgang Denkb042b882006-10-24 21:35:55 +020048564commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
48565Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048566Date: Tue Oct 10 17:02:22 2006 -0500
Stefan Roese074e9752006-08-29 08:05:15 +020048567
Wolfgang Denkb042b882006-10-24 21:35:55 +020048568 Fix whitespace and 80-col issues.
Stefan Roese55419b12006-08-29 08:04:32 +020048569
Wolfgang Denkdd314e02006-11-30 01:54:07 +010048570commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
48571Author: Stefan Roese <sr@denx.de>
48572Date: Sat Oct 7 11:36:51 2006 +0200
48573
48574 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
48575 Patch by Stefan Roese, 07 Oct 2006
48576
48577commit 5bc528fa4da751d472397b308137238a6465afd2
48578Author: Stefan Roese <sr@denx.de>
48579Date: Sat Oct 7 11:35:25 2006 +0200
48580
48581 Update ALPR code (NAND support working now)
48582 Patch by Stefan Roese, 07 Oct 2006
48583
48584commit 77d5034847d328753b80c46b83f960a14a26f40e
48585Author: Stefan Roese <sr@denx.de>
48586Date: Sat Oct 7 11:33:03 2006 +0200
48587
48588 Remove compile warnings in fpga code
48589 Patch by Stefan Roese, 07 Oct 2006
48590
48591commit f3443867e90d2979a7dd1c65b0d537777e1f9850
48592Author: Stefan Roese <sr@denx.de>
48593Date: Sat Oct 7 11:30:52 2006 +0200
48594
48595 Add CONFIG_BOARD_RESET to configure board specific reset function
48596 Patch by Stefan Roese, 07 Oct 2006
48597
Wolfgang Denkb042b882006-10-24 21:35:55 +020048598commit f55df18187e7a45cb73fec4370d12135e6691ae1
48599Author: John Traill <john.traill@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048600Date: Fri Sep 29 08:23:12 2006 +0100
Wolfgang Denk7cef75e2006-08-29 10:49:11 +020048601
Wolfgang Denkb042b882006-10-24 21:35:55 +020048602 Fix missing tCycle/modfreq calculation.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048603
Wolfgang Denkb042b882006-10-24 21:35:55 +020048604 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denkdd314d12006-08-27 18:10:01 +020048605
Wolfgang Denkb042b882006-10-24 21:35:55 +020048606commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
48607Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048608Date: Wed Sep 13 10:33:35 2006 -0500
Wolfgang Denk7aa5b452006-08-25 01:38:04 +020048609
Wolfgang Denkb042b882006-10-24 21:35:55 +020048610 Updated config headers to add default FDT-based booting
Bartlomiej Sieka9d47ad42006-08-22 10:38:18 +020048611
Wolfgang Denkb042b882006-10-24 21:35:55 +020048612commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
48613Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048614Date: Wed Sep 13 10:34:18 2006 -0500
Wolfgang Denk472e5c22006-08-24 00:26:42 +020048615
Wolfgang Denkb042b882006-10-24 21:35:55 +020048616 Add support for eTSEC 3 & 4 on 8548 CDS
Ben Warrendc43c9c2006-10-26 14:38:25 -040048617
Wolfgang Denkb042b882006-10-24 21:35:55 +020048618 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
48619 This will only work on rev 1.3 boards (but doesn't break older boards)
48620 * Cleaned up some comments to reflect the expanded role of tsec
48621 in other systems
Marian Balakowiczbcb0cca2006-08-18 19:14:46 +020048622
Wolfgang Denkb042b882006-10-24 21:35:55 +020048623commit 084d648b109c8984f83674043c1a7fa3885ef801
48624Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048625Date: Wed Sep 13 10:33:56 2006 -0500
Rafal Jaworowski7a1e6be2006-08-18 10:39:11 +020048626
Wolfgang Denkb042b882006-10-24 21:35:55 +020048627 Added code to support 2.6.18 PCI changes in u-boot
Ben Warrendc43c9c2006-10-26 14:38:25 -040048628
Wolfgang Denkb042b882006-10-24 21:35:55 +020048629 * Added code to swizzle the IRQ map for the PCI
Wolfgang Denk8ceef302006-08-14 23:23:06 +020048630
Wolfgang Denkb042b882006-10-24 21:35:55 +020048631commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
48632Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048633Date: Tue Sep 19 09:34:10 2006 -0500
Wolfgang Denk5e3a8732006-08-14 23:17:47 +020048634
Wolfgang Denkb042b882006-10-24 21:35:55 +020048635 Modified makefile for new build mechanism.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048636
Wolfgang Denkb042b882006-10-24 21:35:55 +020048637 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk26442ac2006-08-14 22:43:13 +020048638
Wolfgang Denkb042b882006-10-24 21:35:55 +020048639commit d14ba6a798beb753e7a864500414fcc2d198b8bc
48640Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048641Date: Thu Sep 14 08:40:36 2006 -0500
Wolfgang Denk28412e22006-08-14 22:05:26 +020048642
Wolfgang Denkb042b882006-10-24 21:35:55 +020048643 Handle 86xx SVR values according to the new Reference Manual.
48644 Both 8641 and 8641D have SVR == 0x8090, and are distinguished
48645 by the byte in bits 16-23 instead.
48646 Thanks to Jason Jin for noticing.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048647
Wolfgang Denkb042b882006-10-24 21:35:55 +020048648 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkff6fc252006-08-14 21:18:21 +020048649
Wolfgang Denkb042b882006-10-24 21:35:55 +020048650commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
48651Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048652Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denk27475462006-08-17 10:48:36 +020048653
Wolfgang Denkb042b882006-10-24 21:35:55 +020048654 Fixed an OF-tree off-by-one bug when adding a new property name.
48655 This bug will cause the kernel booting to pause a long time.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048656
Wolfgang Denkb042b882006-10-24 21:35:55 +020048657 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
48658 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
Wolfgang Denk184d95d2006-08-17 00:50:26 +020048659
Wolfgang Denkb042b882006-10-24 21:35:55 +020048660commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
48661Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048662Date: Tue Aug 29 11:05:09 2006 -0500
Wolfgang Denk6d8fdf62006-08-17 00:36:51 +020048663
Wolfgang Denkb042b882006-10-24 21:35:55 +020048664 Remove trailing empty lines.
Stefan Roesedc5ff702006-08-07 15:08:44 +020048665
Wolfgang Denkb042b882006-10-24 21:35:55 +020048666commit cd6d73d5b895a5935ac4fde0a356288142a584e0
48667Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048668Date: Tue Aug 29 09:48:49 2006 -0500
Stefan Roeseb0ff2142006-08-07 14:33:32 +020048669
Wolfgang Denkb042b882006-10-24 21:35:55 +020048670 Remove bogus msync and use volatile asm.
Stefan Roesedb9e2a32006-08-07 14:31:21 +020048671
Wolfgang Denkb042b882006-10-24 21:35:55 +020048672commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
48673Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048674Date: Tue Aug 29 08:17:14 2006 -0500
Stefan Roesec44de502006-08-07 14:29:04 +020048675
Wolfgang Denkb042b882006-10-24 21:35:55 +020048676 Add myself as maintainer for MPC8641HPCN.
Rafal Jaworowskie9799092006-08-11 12:35:52 +020048677
Wolfgang Denkb042b882006-10-24 21:35:55 +020048678commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
48679Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048680Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denk29f05002006-08-11 17:33:42 +020048681
Wolfgang Denkb042b882006-10-24 21:35:55 +020048682 Fixed an OF-tree off-by-one bug when adding a new property name.
48683 This bug will cause the kernel booting to pause a long time.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048684
Wolfgang Denkb042b882006-10-24 21:35:55 +020048685 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denkdec30182006-08-11 17:29:38 +020048686
Wolfgang Denkb042b882006-10-24 21:35:55 +020048687commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
48688Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048689Date: Fri Aug 25 14:38:34 2006 -0400
Rafal Jaworowskia2e7ef02006-08-10 12:43:17 +020048690
Wolfgang Denkb042b882006-10-24 21:35:55 +020048691 Change ramdiskaddr and dtbaddr
48692 Remove PEX fluff commands.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048693
Wolfgang Denkb042b882006-10-24 21:35:55 +020048694 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
48695 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkdb0edc62006-08-10 01:58:22 +020048696
Wolfgang Denkb042b882006-10-24 21:35:55 +020048697commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
48698Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048699Date: Wed Aug 23 13:32:45 2006 -0500
Bartlomiej Siekae39589f2006-08-03 23:20:13 +020048700
Wolfgang Denkb042b882006-10-24 21:35:55 +020048701 * Another small fix for booting with disable_of
Ben Warrendc43c9c2006-10-26 14:38:25 -040048702
Wolfgang Denkb042b882006-10-24 21:35:55 +020048703 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denka80b2b92006-08-07 20:28:05 +020048704
Wolfgang Denkb042b882006-10-24 21:35:55 +020048705commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
48706Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048707Date: Wed Aug 23 11:04:43 2006 -0500
Stefan Roesee335ee02006-07-28 18:34:58 +020048708
Wolfgang Denkb042b882006-10-24 21:35:55 +020048709 Cleanup and lindent new AHCI driver.
Stefan Roese529330e2006-07-27 16:14:05 +020048710
Wolfgang Denkb042b882006-10-24 21:35:55 +020048711commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
48712Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048713Date: Wed Aug 23 19:15:12 2006 +0800
Stefan Roese59ff5a52006-07-27 16:11:19 +020048714
Wolfgang Denkb042b882006-10-24 21:35:55 +020048715 Add AHCI define and sata support for MPC8641HPCN board.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048716
Wolfgang Denkb042b882006-10-24 21:35:55 +020048717 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denk7af96802006-07-26 10:33:37 +020048718
Wolfgang Denkb042b882006-10-24 21:35:55 +020048719commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
48720Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048721Date: Wed Aug 23 19:10:44 2006 +0800
Wolfgang Denk790dd202006-07-23 22:40:51 +020048722
Wolfgang Denkb042b882006-10-24 21:35:55 +020048723 Add AHCI support to u-boot
Ben Warrendc43c9c2006-10-26 14:38:25 -040048724
Wolfgang Denkb042b882006-10-24 21:35:55 +020048725 Add AHCI support in u-boot, enable the sata disk controllers which
48726 following the AHCI protocol.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048727
Wolfgang Denkb042b882006-10-24 21:35:55 +020048728 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denkf4a2d232006-07-22 21:45:49 +020048729
Wolfgang Denkb042b882006-10-24 21:35:55 +020048730commit d8ea2acf5f137cae99417df4f573d036ee384668
48731Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048732Date: Wed Aug 23 17:54:32 2006 +0800
Wolfgang Denk641e3572006-07-22 01:20:03 +020048733
Wolfgang Denkb042b882006-10-24 21:35:55 +020048734 Add dtb boot-up parameter to default boot commands.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048735
Wolfgang Denkb042b882006-10-24 21:35:55 +020048736 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk31560d12006-07-21 15:24:56 +020048737
Wolfgang Denkb042b882006-10-24 21:35:55 +020048738commit b93775c2036b99baa390ea425c4771895bbc63c4
48739Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048740Date: Tue Aug 22 18:26:08 2006 -0500
Wolfgang Denk82335122006-07-21 15:21:40 +020048741
Wolfgang Denkb042b882006-10-24 21:35:55 +020048742 Cleanup even more poorly introduced whitespace.
Wolfgang Denkc80857e2006-07-21 11:56:05 +020048743
Wolfgang Denkb042b882006-10-24 21:35:55 +020048744commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
48745Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048746Date: Tue Aug 22 18:07:00 2006 -0500
Wolfgang Denk8d769de2006-07-21 11:38:33 +020048747
Wolfgang Denkb042b882006-10-24 21:35:55 +020048748 Cleanup more poorly introduced whitespace.
Wolfgang Denkf0e38c12006-07-21 11:37:40 +020048749
Wolfgang Denkb042b882006-10-24 21:35:55 +020048750commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
48751Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048752Date: Tue Aug 22 17:54:05 2006 -0500
Wolfgang Denkc80857e2006-07-21 11:56:05 +020048753
Wolfgang Denkb042b882006-10-24 21:35:55 +020048754 Cleanup poorly introduced whitespace.
Wolfgang Denkc80857e2006-07-21 11:56:05 +020048755
Wolfgang Denkb042b882006-10-24 21:35:55 +020048756commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
48757Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048758Date: Tue Aug 22 12:25:27 2006 -0500
Wolfgang Denkc80857e2006-07-21 11:56:05 +020048759
Wolfgang Denkb042b882006-10-24 21:35:55 +020048760 General indent and whitespace cleanups.
Wolfgang Denk44cacdc2006-07-21 11:30:18 +020048761
Wolfgang Denkb042b882006-10-24 21:35:55 +020048762commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
48763Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048764Date: Tue Aug 22 12:06:18 2006 -0500
Wolfgang Denk11f95cb2006-07-21 11:29:20 +020048765
Wolfgang Denkb042b882006-10-24 21:35:55 +020048766 General indent and whitespace cleanups.
Wolfgang Denka38b8272006-07-21 11:24:47 +020048767
Wolfgang Denkb042b882006-10-24 21:35:55 +020048768commit 41a0e8b304d3ff55fe27a230507aac79684016ac
48769Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048770Date: Tue Aug 22 10:42:21 2006 -0500
Wolfgang Denka66dce52006-07-21 11:20:46 +020048771
Wolfgang Denkb042b882006-10-24 21:35:55 +020048772 Cleanup compiler warnings.
Wolfgang Denk99753142006-07-21 11:16:34 +020048773
Wolfgang Denkb042b882006-10-24 21:35:55 +020048774commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
48775Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048776Date: Tue Aug 22 09:31:59 2006 -0500
Wolfgang Denk99753142006-07-21 11:16:34 +020048777
Wolfgang Denkb042b882006-10-24 21:35:55 +020048778 Fix disable_of booting
Ben Warrendc43c9c2006-10-26 14:38:25 -040048779
Wolfgang Denkb042b882006-10-24 21:35:55 +020048780 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk5591d9e2006-07-19 18:01:38 +020048781
Wolfgang Denkb042b882006-10-24 21:35:55 +020048782commit 87a449c8ac396420cb24260f717ea9e6faa82047
48783Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048784Date: Tue Aug 22 09:23:55 2006 -0500
Wolfgang Denkc98368a2006-07-19 17:52:30 +020048785
Wolfgang Denkb042b882006-10-24 21:35:55 +020048786 Support for FDT in uImage format, error when using FDT from flash
Ben Warrendc43c9c2006-10-26 14:38:25 -040048787
Wolfgang Denkb042b882006-10-24 21:35:55 +020048788 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2df00532006-07-19 14:49:35 +020048789
Wolfgang Denkb042b882006-10-24 21:35:55 +020048790commit 75c299c38369d01addd5e054b8a16217b70f4a86
48791Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048792Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denk8362ea42006-07-19 14:44:03 +020048793
Wolfgang Denkb042b882006-10-24 21:35:55 +020048794 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denk5ac2a5c2006-07-19 14:40:43 +020048795
Wolfgang Denkb042b882006-10-24 21:35:55 +020048796commit 67256678f00c09b0a7f19e862e5c1847553d31bc
48797Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048798Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkd7f187f2006-07-19 14:23:12 +020048799
Wolfgang Denkb042b882006-10-24 21:35:55 +020048800 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denk81e772c2006-07-19 14:16:38 +020048801
Wolfgang Denkb042b882006-10-24 21:35:55 +020048802commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
48803Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048804Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denke8e11472006-07-19 14:13:02 +020048805
Wolfgang Denkb042b882006-10-24 21:35:55 +020048806 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denk784be582006-07-19 14:07:21 +020048807
Wolfgang Denkb042b882006-10-24 21:35:55 +020048808commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
48809Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048810Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkba940932006-07-19 13:50:38 +020048811
Wolfgang Denkb042b882006-10-24 21:35:55 +020048812 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denk0d8e1dc2006-07-18 17:44:19 +020048813
Wolfgang Denkb042b882006-10-24 21:35:55 +020048814commit 86c8e17f25e972a7e272950a0735fad84e082b88
48815Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048816Date: Wed Aug 16 13:59:47 2006 -0500
Bartlomiej Sieka76559012006-07-13 15:32:16 +020048817
Wolfgang Denkb042b882006-10-24 21:35:55 +020048818 * Fix disable_of booting
Ben Warrendc43c9c2006-10-26 14:38:25 -040048819
Wolfgang Denkb042b882006-10-24 21:35:55 +020048820 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk71a1e822006-07-13 22:32:45 +020048821
Wolfgang Denkb042b882006-10-24 21:35:55 +020048822commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
48823Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048824Date: Wed Aug 16 10:54:09 2006 -0500
Wolfgang Denk71a1e822006-07-13 22:32:45 +020048825
Wolfgang Denkb042b882006-10-24 21:35:55 +020048826 * Support for FDT in uImage format, error when using FDT from flash
Ben Warrendc43c9c2006-10-26 14:38:25 -040048827
Wolfgang Denkb042b882006-10-24 21:35:55 +020048828 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkba940932006-07-19 13:50:38 +020048829
Wolfgang Denkdd314e02006-11-30 01:54:07 +010048830commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
48831Author: Stefan Roese <sr@denx.de>
48832Date: Tue Aug 15 14:22:35 2006 +0200
48833
48834 Add initial support for the ALPR board from Prodrive
48835 NAND needs some additional testing
48836 Patch by Heiko Schocher, 15 Aug 2006
48837
48838commit f0ff4692ff3372dec55074a8eb444943ab095abb
48839Author: Stefan Roese <sr@denx.de>
48840Date: Tue Aug 15 14:15:51 2006 +0200
48841
48842 Add FPGA Altera Cyclone 2 support
48843 Patch by Heiko Schocher, 15 Aug 2006
48844
Wolfgang Denkb042b882006-10-24 21:35:55 +020048845commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
48846Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048847Date: Mon Aug 14 15:33:38 2006 -0500
Wolfgang Denk425858a2006-07-11 00:23:54 +020048848
Wolfgang Denkb042b882006-10-24 21:35:55 +020048849 Fix BAT0 to actually be cacheable, non-guarded as documented.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048850
Wolfgang Denkb042b882006-10-24 21:35:55 +020048851 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk43bdae92006-07-10 23:22:43 +020048852
Wolfgang Denkb042b882006-10-24 21:35:55 +020048853commit 40bc83559db5745681909fd7382ae509567e116d
48854Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048855Date: Wed Aug 9 15:32:16 2006 -0500
Wolfgang Denk50440e72006-07-10 23:07:28 +020048856
Wolfgang Denkb042b882006-10-24 21:35:55 +020048857 Removed MPC8641HPCN DTS source file from build.
48858 It is no longer linked into U-Boot; its sources are
48859 now located in the kernel tree.
Ben Warrendc43c9c2006-10-26 14:38:25 -040048860
Wolfgang Denkb042b882006-10-24 21:35:55 +020048861 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowiczbe9463b2006-07-06 21:17:24 +020048862
Wolfgang Denkb042b882006-10-24 21:35:55 +020048863commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
48864Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048865Date: Wed Jun 28 10:47:03 2006 -0500
Wolfgang Denk6ebe59a2006-07-05 10:42:14 +020048866
Wolfgang Denkb042b882006-10-24 21:35:55 +020048867 * Switched default PCI speed for 8540 ADS back to 33MHz
Ben Warrendc43c9c2006-10-26 14:38:25 -040048868
Wolfgang Denkb042b882006-10-24 21:35:55 +020048869 * Added comments and a printf to warn that PCI-X won't
48870 work at 33MHz
48871 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048872
Wolfgang Denkb042b882006-10-24 21:35:55 +020048873 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowicz81b6fc32006-07-04 08:47:23 +020048874
Wolfgang Denkb042b882006-10-24 21:35:55 +020048875commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
48876Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048877Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowicza1d7f362006-07-04 01:27:46 +020048878
Wolfgang Denkb042b882006-10-24 21:35:55 +020048879 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048880
Wolfgang Denkb042b882006-10-24 21:35:55 +020048881 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowicz9aa6d722006-07-04 00:55:47 +020048882
Wolfgang Denkb042b882006-10-24 21:35:55 +020048883commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
48884Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048885Date: Wed Jun 28 10:46:13 2006 -0500
Marian Balakowicz11b8c432006-07-03 23:42:36 +020048886
Wolfgang Denkb042b882006-10-24 21:35:55 +020048887 * Added VIA configuration table
Ben Warrendc43c9c2006-10-26 14:38:25 -040048888
Wolfgang Denkb042b882006-10-24 21:35:55 +020048889 * Added support for PCI2 on CDS
48890 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048891
Wolfgang Denkb042b882006-10-24 21:35:55 +020048892 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowicz6900eeb2006-06-30 18:35:04 +020048893
Wolfgang Denkb042b882006-10-24 21:35:55 +020048894commit c88f9fe66b64247e5b6a38410ba315ca25596d16
48895Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048896Date: Wed Jun 28 10:45:41 2006 -0500
Marian Balakowicz175f5502006-06-30 18:23:06 +020048897
Wolfgang Denkb042b882006-10-24 21:35:55 +020048898 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048899
Wolfgang Denkb042b882006-10-24 21:35:55 +020048900 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denkd24400f2006-06-30 20:16:37 +020048901
Wolfgang Denkb042b882006-10-24 21:35:55 +020048902commit 97074ed9655309b64231bc2cee69fe85399f8055
48903Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048904Date: Wed Jun 28 10:45:17 2006 -0500
Wolfgang Denkd24400f2006-06-30 20:16:37 +020048905
Wolfgang Denkb042b882006-10-24 21:35:55 +020048906 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048907
Wolfgang Denkb042b882006-10-24 21:35:55 +020048908 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk031621b2006-06-26 10:54:52 +020048909
Wolfgang Denkb042b882006-10-24 21:35:55 +020048910commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
48911Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048912Date: Wed Jun 28 10:44:49 2006 -0500
Heiko Schocher8651ec62006-05-03 08:34:03 +020048913
Wolfgang Denkb042b882006-10-24 21:35:55 +020048914 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048915
Wolfgang Denkb042b882006-10-24 21:35:55 +020048916 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk7c264ca2006-06-20 00:12:59 +020048917
Wolfgang Denkb042b882006-10-24 21:35:55 +020048918commit a4e11558b810ef2cddffdf7b9d86bc1130441960
48919Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048920Date: Wed Jun 28 10:44:23 2006 -0500
Wolfgang Denkba940932006-07-19 13:50:38 +020048921
Wolfgang Denkb042b882006-10-24 21:35:55 +020048922 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048923
Wolfgang Denkb042b882006-10-24 21:35:55 +020048924 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk39c76422006-06-16 17:32:31 +020048925
Wolfgang Denkb042b882006-10-24 21:35:55 +020048926commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
48927Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048928Date: Wed Jun 28 10:43:36 2006 -0500
Wolfgang Denk16c3a452006-06-16 17:04:45 +020048929
Wolfgang Denkb042b882006-10-24 21:35:55 +020048930 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040048931
Wolfgang Denkb042b882006-10-24 21:35:55 +020048932 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk16c3a452006-06-16 17:04:45 +020048933
Wolfgang Denkb042b882006-10-24 21:35:55 +020048934commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
48935Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048936Date: Wed Jun 28 10:43:00 2006 -0500
Wolfgang Denkba940932006-07-19 13:50:38 +020048937
Wolfgang Denkb042b882006-10-24 21:35:55 +020048938 * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
Wolfgang Denk1305bd42006-06-16 16:53:06 +020048939
Wolfgang Denkb042b882006-10-24 21:35:55 +020048940commit 5498d90312aad9f6bdbf047986027c35b03cd163
48941Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048942Date: Wed Jun 28 10:42:24 2006 -0500
Wolfgang Denk5967a482006-06-16 16:50:42 +020048943
Wolfgang Denkb042b882006-10-24 21:35:55 +020048944 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
Wolfgang Denke4cb07c2006-06-16 16:43:33 +020048945
Wolfgang Denkb042b882006-10-24 21:35:55 +020048946commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
48947Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048948Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denk12168852006-06-16 16:40:54 +020048949
Wolfgang Denkb042b882006-10-24 21:35:55 +020048950 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
Wolfgang Denk12168852006-06-16 16:40:54 +020048951
Wolfgang Denkb042b882006-10-24 21:35:55 +020048952commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
48953Author: John Traill <john.traill@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048954Date: Wed Aug 9 14:33:50 2006 +0100
Wolfgang Denk4e9d4db2006-06-16 16:14:28 +020048955
Wolfgang Denkb042b882006-10-24 21:35:55 +020048956 Add Rapidio support for the MPC8641HPCN
Ben Warrendc43c9c2006-10-26 14:38:25 -040048957
Wolfgang Denkb042b882006-10-24 21:35:55 +020048958 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denk3f2f9dd2006-06-16 16:11:34 +020048959
Wolfgang Denkb042b882006-10-24 21:35:55 +020048960commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
48961Author: John Traill <john.traill@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048962Date: Tue Aug 8 11:32:43 2006 +0100
Wolfgang Denkfe287cb2006-06-16 15:56:12 +020048963
Wolfgang Denkb042b882006-10-24 21:35:55 +020048964 Fix caslat calculation
Ben Warrendc43c9c2006-10-26 14:38:25 -040048965
Wolfgang Denkb042b882006-10-24 21:35:55 +020048966 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denk061bf912006-06-16 15:52:58 +020048967
Wolfgang Denkb042b882006-10-24 21:35:55 +020048968commit 709d3073e74153278e7904a70819bbef7df50e1a
48969Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048970Date: Thu Aug 3 16:17:56 2006 -0500
Wolfgang Denk5a8ee7f2006-06-16 15:47:05 +020048971
Wolfgang Denkb042b882006-10-24 21:35:55 +020048972 Convert to mac-address in ethernet nodes.
Wolfgang Denk4c706ea2006-06-16 15:45:03 +020048973
Wolfgang Denkb042b882006-10-24 21:35:55 +020048974commit 71748af833ca1017edf1415be376366ff2937d17
48975Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048976Date: Fri Jul 28 12:41:35 2006 -0400
Wolfgang Denka4102642006-06-16 15:40:48 +020048977
Wolfgang Denkb042b882006-10-24 21:35:55 +020048978 Correct the irq value of DUART2
Wolfgang Denkb86ba9d2006-06-14 16:48:18 +020048979
Wolfgang Denkb042b882006-10-24 21:35:55 +020048980commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
48981Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048982Date: Fri Jul 28 12:41:41 2006 -0400
Stefan Roeseed5baae2006-06-14 10:18:39 +020048983
Wolfgang Denkb042b882006-10-24 21:35:55 +020048984 Change the space size of PEX IO in README
Stefan Roese82041f52006-06-13 18:55:07 +020048985
Wolfgang Denkb042b882006-10-24 21:35:55 +020048986commit 239db37c94f7a92941c4465feceb867c609241c5
48987Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048988Date: Fri Jul 28 12:41:18 2006 -0400
Wolfgang Denkb4b1c462006-06-10 19:27:47 +020048989
Wolfgang Denkb042b882006-10-24 21:35:55 +020048990 Move get_board_sys_clk to board directory
Scott McNutt2ca00852006-06-08 13:37:39 -040048991
Wolfgang Denkb042b882006-10-24 21:35:55 +020048992commit 492900b985439fbce1a118afde1e35def870db03
48993Author: John Traill <john.traill@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020048994Date: Fri Jul 28 09:03:54 2006 +0100
Scott McNutt4fd37c02006-06-08 12:08:12 -040048995
Wolfgang Denkb042b882006-10-24 21:35:55 +020048996 Fix 8641HPCN pollution
Scott McNutt008fb012006-06-08 12:03:21 -040048997
Wolfgang Denkb042b882006-10-24 21:35:55 +020048998commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
48999Author: John Traill <john.traill@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049000Date: Fri Jul 28 08:16:06 2006 +0100
Scott McNutta5721a32006-06-08 11:59:57 -040049001
Wolfgang Denkb042b882006-10-24 21:35:55 +020049002 Fix 8641HPCN timebase
Wolfgang Denka9f0cd62006-06-09 21:19:21 +020049003
Wolfgang Denkb042b882006-10-24 21:35:55 +020049004commit c86360b830f1eecd7a72208575dde4f57879faea
49005Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049006Date: Fri Jul 28 00:01:34 2006 +0800
Wolfgang Denkf08517b2006-06-07 11:36:02 +020049007
Wolfgang Denkb042b882006-10-24 21:35:55 +020049008 Fixed OF device tree of mpc86xxhpcn board.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049009
Wolfgang Denkb042b882006-10-24 21:35:55 +020049010 The changes works in with kernel irq mapping rework.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049011
Wolfgang Denkb042b882006-10-24 21:35:55 +020049012 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Stefan Roese0cd201c2006-06-06 10:59:12 +020049013
Wolfgang Denkb042b882006-10-24 21:35:55 +020049014commit bea3f28d285942bf3f7ab339ce85178ded544225
49015Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049016Date: Wed Jul 12 10:48:05 2006 -0400
Wolfgang Denkaaa32142006-06-02 17:04:21 +020049017
Wolfgang Denkb042b882006-10-24 21:35:55 +020049018 Add support for reading and writing mac addresses to or from ID EEPROM.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049019
Wolfgang Denkb042b882006-10-24 21:35:55 +020049020 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
49021 With attached patch, we can use command "mac/mac read/mac save/"
49022 to read and write EEPROM under u-boot prompt.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049023
Wolfgang Denkb042b882006-10-24 21:35:55 +020049024 U-boot will calculate the checksum of EEPROM while bootup,
49025 if it is right, then u-boot will check whether the mac address
49026 of eTSEC0/1/2/3 is availalbe (non-zero).
Ben Warrendc43c9c2006-10-26 14:38:25 -040049027
Wolfgang Denkb042b882006-10-24 21:35:55 +020049028 If there is mac address availabe in EEPROM, u-boot will use it,
49029 otherewise, u-boot will use the mac address defined in
49030 MPC8641HPCN.h. This matches the requirement to set unique mac address
49031 for each TSEC port.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049032
Wolfgang Denkb042b882006-10-24 21:35:55 +020049033 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49034 Signed-off-by: York Sun <yorksun@freescale.com>
Wolfgang Denkaaa32142006-06-02 17:04:21 +020049035
Wolfgang Denkb042b882006-10-24 21:35:55 +020049036commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
49037Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049038Date: Thu Jul 13 10:35:10 2006 -0500
Wolfgang Denkc9f8d7c2006-06-02 11:46:20 +020049039
Wolfgang Denkb042b882006-10-24 21:35:55 +020049040 Fixed initrd issue by define big RAM
Ben Warrendc43c9c2006-10-26 14:38:25 -040049041
Wolfgang Denkb042b882006-10-24 21:35:55 +020049042 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denke5357d02006-05-30 23:32:44 +020049043
Wolfgang Denkb042b882006-10-24 21:35:55 +020049044commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
49045Author: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049046Date: Fri Jul 7 10:01:45 2006 -0500
Wolfgang Denkfd983682006-05-30 17:45:30 +020049047
Wolfgang Denkb042b882006-10-24 21:35:55 +020049048 We made a u-boot patch to fix the hang up issue
49049 when booting filesystem from ramdisk.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049050
Wolfgang Denkb042b882006-10-24 21:35:55 +020049051 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk4646d2a2006-05-30 15:56:48 +020049052
Wolfgang Denkb042b882006-10-24 21:35:55 +020049053commit 38433ccc5850ee70549af0b2bc5b920355ef5388
49054Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049055Date: Wed Jun 28 10:47:03 2006 -0500
Stefan Roese96467d62006-05-18 19:21:53 +020049056
Wolfgang Denkb042b882006-10-24 21:35:55 +020049057 * Switched default PCI speed for 8540 ADS back to 33MHz
49058 * Added comments and a printf to warn that PCI-X won't
49059 work at 33MHz
49060 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049061
Wolfgang Denkb042b882006-10-24 21:35:55 +020049062 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowicz9a460d22006-05-17 12:18:48 +020049063
Wolfgang Denkb042b882006-10-24 21:35:55 +020049064commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
49065Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049066Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowiczafab2892006-05-17 12:16:26 +020049067
Wolfgang Denkb042b882006-10-24 21:35:55 +020049068 * Fixed a bug where 8555 PCI code used the old variable and
49069 function names
49070 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049071
Wolfgang Denkb042b882006-10-24 21:35:55 +020049072 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese3b07aeb2006-05-15 15:11:20 +020049073
Wolfgang Denkb042b882006-10-24 21:35:55 +020049074commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
49075Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049076Date: Wed Jun 28 10:46:13 2006 -0500
Wolfgang Denkb6bbc6c2006-05-15 13:52:51 +020049077
Wolfgang Denkb042b882006-10-24 21:35:55 +020049078 * Added VIA configuration table
49079 * Added support for PCI2 on CDS
49080 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049081
Wolfgang Denkb042b882006-10-24 21:35:55 +020049082 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk67ffef32006-05-12 16:15:46 +020049083
Wolfgang Denkb042b882006-10-24 21:35:55 +020049084commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
49085Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049086Date: Wed Jun 28 10:45:41 2006 -0500
Wolfgang Denkc2c49442006-05-10 17:43:20 +020049087
Wolfgang Denkb042b882006-10-24 21:35:55 +020049088 * Fixed PCI memory definitions
49089 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049090
Wolfgang Denkb042b882006-10-24 21:35:55 +020049091 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese31c9ee72006-05-10 15:06:58 +020049092
Wolfgang Denkb042b882006-10-24 21:35:55 +020049093commit 087454609e47295443af793a282cddcd91a5f49c
49094Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049095Date: Wed Jun 28 10:45:17 2006 -0500
Stefan Roeseae884d72006-05-10 15:01:40 +020049096
Wolfgang Denkb042b882006-10-24 21:35:55 +020049097 * Added support for initializing second PCI bus on 85xx
49098 Patch by Andy Fleming 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049099
Wolfgang Denkb042b882006-10-24 21:35:55 +020049100 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese31ce7de2006-05-10 14:10:41 +020049101
Wolfgang Denkb042b882006-10-24 21:35:55 +020049102commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
49103Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049104Date: Wed Jun 28 10:44:49 2006 -0500
Stefan Roese9bb01b92006-05-10 11:49:37 +020049105
Wolfgang Denkb042b882006-10-24 21:35:55 +020049106 * Added PCI-X #defines for PCI-X initialization
49107 Patch by Andy Fleming on 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049108
Wolfgang Denkb042b882006-10-24 21:35:55 +020049109 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese11e692f2006-05-10 11:28:48 +020049110
Wolfgang Denkb042b882006-10-24 21:35:55 +020049111commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
49112Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049113Date: Wed Jun 28 10:44:23 2006 -0500
Stefan Roese0df367f2006-05-10 10:55:16 +020049114
Wolfgang Denkb042b882006-10-24 21:35:55 +020049115 * Made sure the code which disables prefetch for PCI devices
49116 sets the size of the prefetch region to 0
49117 Patch by Andy Fleming on 17-Mar-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049118
Wolfgang Denkb042b882006-10-24 21:35:55 +020049119 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denkda06a332006-05-09 13:49:12 +020049120
Wolfgang Denkb042b882006-10-24 21:35:55 +020049121commit 40d5fa35d02df22580593bf0039ab173367e8ef0
49122Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049123Date: Wed Jun 28 10:43:36 2006 -0500
Marian Balakowiczc952aed2006-05-09 11:54:44 +020049124
Wolfgang Denkb042b882006-10-24 21:35:55 +020049125 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
49126 Patch by Jon Loeliger 17-Jan-2006
Ben Warrendc43c9c2006-10-26 14:38:25 -040049127
Wolfgang Denkb042b882006-10-24 21:35:55 +020049128 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowiczc20d87d2006-05-09 11:51:51 +020049129
Wolfgang Denkb042b882006-10-24 21:35:55 +020049130commit be7e8b0cb5a0c49dc180075b96df296a893bf146
49131Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049132Date: Wed Jun 28 10:43:00 2006 -0500
Marian Balakowiczecb6d0b2006-05-09 11:45:31 +020049133
Wolfgang Denkb042b882006-10-24 21:35:55 +020049134 * Removed the oftree.dts for stxxtx in light of the changes
49135 to the flat device tree handling code
49136 Patch by Matthew McClintock 26-June-2006
Marian Balakowicze5374442006-05-09 11:43:59 +020049137
Wolfgang Denkb042b882006-10-24 21:35:55 +020049138commit 1b380ec225665e73959677f3893dc658c5925e05
49139Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049140Date: Wed Jun 28 10:42:24 2006 -0500
Marian Balakowicza3076c82006-05-09 11:37:13 +020049141
Wolfgang Denkb042b882006-10-24 21:35:55 +020049142 * Patch to modify ft_build.c to update flat device trees in place
49143 Patch by Matthew McClintock 26-June-2006
Marian Balakowicz3e8b1dc2006-05-09 11:28:36 +020049144
Wolfgang Denkb042b882006-10-24 21:35:55 +020049145commit 98a9c4d468a942a09ebe8979bec508017f3e4462
49146Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049147Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denk4d930d32006-05-05 00:59:28 +020049148
Wolfgang Denkb042b882006-10-24 21:35:55 +020049149 * Modify bootm command to support booting with flat device trees
49150 Patch by Matthew McClintock 26-June-2006
Kumar Gala4c7efd82006-04-20 13:45:32 -050049151
Wolfgang Denkb042b882006-10-24 21:35:55 +020049152commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
49153Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049154Date: Wed Jun 28 08:43:56 2006 -0500
Wolfgang Denka8467992006-05-03 01:24:04 +020049155
Wolfgang Denkb042b882006-10-24 21:35:55 +020049156 Change Id to symbolic name for RTL8139
Ben Warrendc43c9c2006-10-26 14:38:25 -040049157
Wolfgang Denkb042b882006-10-24 21:35:55 +020049158 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk21d05832006-05-03 01:04:58 +020049159
Wolfgang Denkb042b882006-10-24 21:35:55 +020049160commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
49161Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049162Date: Tue Jun 27 18:12:10 2006 +0800
Wolfgang Denkaf8c4ca2006-05-03 01:00:39 +020049163
Wolfgang Denkb042b882006-10-24 21:35:55 +020049164 Fix RTL8139 in big endian
Ben Warrendc43c9c2006-10-26 14:38:25 -040049165
Wolfgang Denkb042b882006-10-24 21:35:55 +020049166 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
49167 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
Wolfgang Denkaf8c4ca2006-05-03 01:00:39 +020049168
Wolfgang Denkb042b882006-10-24 21:35:55 +020049169commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
49170Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049171Date: Tue Jun 27 18:12:23 2006 +0800
Wolfgang Denkda916932006-05-02 00:11:25 +020049172
Wolfgang Denkb042b882006-10-24 21:35:55 +020049173 Fix Tsec bug when no link
Ben Warrendc43c9c2006-10-26 14:38:25 -040049174
Wolfgang Denkb042b882006-10-24 21:35:55 +020049175 When tftp a non-exist file from the tftp server, u-boot will check
49176 the link of all eth port. The original file will return wrong link
49177 state on the no link ports.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049178
Wolfgang Denkb042b882006-10-24 21:35:55 +020049179 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Wolfgang Denkdce59c52006-04-28 21:24:32 +020049180
Wolfgang Denkb042b882006-10-24 21:35:55 +020049181commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
49182Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049183Date: Tue Jun 27 18:12:02 2006 +0800
dzu@denx.dec59e4ac2006-04-21 18:30:47 +020049184
Wolfgang Denkb042b882006-10-24 21:35:55 +020049185 Fix bug for io_bar size during pci scan
Ben Warrendc43c9c2006-10-26 14:38:25 -040049186
Wolfgang Denkb042b882006-10-24 21:35:55 +020049187 During the pci scan process, Some devices return bar_reponse with the
49188 highest bytes 0, such as the pci bridge in uli1575 return bar_response
49189 with 0xffffff, So the bar_size should be manually set under 64K.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049190
Wolfgang Denkb042b882006-10-24 21:35:55 +020049191 Signed-off-by: Jason Jin <jason.jin@freescale.com>
dzu@denx.de8f6fedd2006-04-19 11:52:46 +020049192
Wolfgang Denkb042b882006-10-24 21:35:55 +020049193commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
49194Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049195Date: Tue Jun 27 18:11:54 2006 +0800
Wolfgang Denkdda81342006-04-18 11:05:03 +020049196
Wolfgang Denkb042b882006-10-24 21:35:55 +020049197 Enable PCIE1 for MPC8641HPCN board
Ben Warrendc43c9c2006-10-26 14:38:25 -040049198
Wolfgang Denkb042b882006-10-24 21:35:55 +020049199 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Heiko Schocherfd9e97c2006-04-11 14:39:21 +020049200
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020049201commit 99d70e3a47affb9bae041a2caece7cd516e213b3
49202Author: Wolfgang Denk <wd@pollux.denx.de>
49203Date: Mon Jun 26 11:06:00 2006 +0200
49204
49205 More code cleanup
49206
Wolfgang Denkb042b882006-10-24 21:35:55 +020049207commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
49208Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049209Date: Thu Jun 22 08:51:46 2006 -0500
Wolfgang Denkebd3deb2006-04-16 10:51:58 +020049210
Wolfgang Denkb042b882006-10-24 21:35:55 +020049211 Fix bug in 8641hpcn reset command with no args.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049212
Wolfgang Denkb042b882006-10-24 21:35:55 +020049213 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
49214 Acked-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denke4bf4e12005-12-19 13:02:45 +010049215
Wolfgang Denkb042b882006-10-24 21:35:55 +020049216commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
49217Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049218Date: Tue Jun 20 17:47:15 2006 +0800
Wolfgang Denkd2497132006-04-13 16:35:22 +020049219
Wolfgang Denkb042b882006-10-24 21:35:55 +020049220 Reworked IRQ mapping in OF-tree.
Wolfgang Denk7c454bf2006-04-12 12:26:32 +020049221
Wolfgang Denkb042b882006-10-24 21:35:55 +020049222commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
49223Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049224Date: Thu Jun 15 21:33:37 2006 -0500
Wolfgang Denk7c454bf2006-04-12 12:26:32 +020049225
Wolfgang Denkb042b882006-10-24 21:35:55 +020049226 Do not enable address translation on secondary CPUs.
49227 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049228
Wolfgang Denkb042b882006-10-24 21:35:55 +020049229 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk7c454bf2006-04-12 12:26:32 +020049230
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020049231commit 386eda022473394ad8f36b86f2bdc9b4cb816291
49232Author: Wolfgang Denk <wd@pollux.denx.de>
49233Date: Wed Jun 14 18:14:56 2006 +0200
49234
49235 Code cleanup
49236
49237commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
49238Author: Wolfgang Denk <wd@pollux.denx.de>
49239Date: Wed Jun 14 17:45:53 2006 +0200
49240
49241 Various USB related patches
49242 - Add support for mpc8xx USB device.
49243 - Add support for Common Device Class - Abstract Control Model USB console.
49244 - Add support for flow control in USB slave devices.
49245 - Add support for switching between gserial and cdc_acm using environment.
49246 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
49247 - Update usbcore slightly to ease host enumeration.
49248 - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
49249 - Add AdderUSB_config as a defconfig to enable usage of the USB console
49250 by default with the Adder87x U-Boot port.
49251 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
49252
Wolfgang Denkb042b882006-10-24 21:35:55 +020049253commit 8ecc971618f56029ad99d3516f8b297a6ed58971
49254Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049255Date: Wed Jun 7 10:53:55 2006 -0500
Wolfgang Denkd39fcd02006-04-06 11:35:18 +020049256
Wolfgang Denkb042b882006-10-24 21:35:55 +020049257 Fix a get_board_sys_clk() use-before-def warning.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049258
Wolfgang Denkb042b882006-10-24 21:35:55 +020049259 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roeseefef95b2006-04-01 13:41:03 +020049260
Wolfgang Denkb042b882006-10-24 21:35:55 +020049261commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
49262Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049263Date: Wed Jun 7 10:52:49 2006 -0500
Stefan Roeseefef95b2006-04-01 13:41:03 +020049264
Wolfgang Denkb042b882006-10-24 21:35:55 +020049265 Allow DTC path to be passed in.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049266
Wolfgang Denkb042b882006-10-24 21:35:55 +020049267 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roeseefef95b2006-04-01 13:41:03 +020049268
Wolfgang Denkb042b882006-10-24 21:35:55 +020049269commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
49270Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049271Date: Tue Jun 6 16:54:29 2006 -0400
Stefan Roeseefef95b2006-04-01 13:41:03 +020049272
Wolfgang Denkb042b882006-10-24 21:35:55 +020049273 Modify the IRQ of DUART2
Stefan Roeseefef95b2006-04-01 13:41:03 +020049274
Wolfgang Denkb042b882006-10-24 21:35:55 +020049275commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
49276Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049277Date: Wed May 31 13:55:35 2006 -0500
Stefan Roeseefef95b2006-04-01 13:41:03 +020049278
Wolfgang Denkb042b882006-10-24 21:35:55 +020049279 Review cleanups.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049280
Wolfgang Denkb042b882006-10-24 21:35:55 +020049281 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roeseefef95b2006-04-01 13:41:03 +020049282
Wolfgang Denkb042b882006-10-24 21:35:55 +020049283commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
49284Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049285Date: Wed May 31 12:44:44 2006 -0500
Stefan Roeseefef95b2006-04-01 13:41:03 +020049286
Wolfgang Denkb042b882006-10-24 21:35:55 +020049287 White space cleanup.
49288 Some 80-column cleanups.
49289 Convert printf() to puts() where possible.
49290 Use #include "spd_sdram.h" as needed.
49291 Enhanced reset command usage message a bit.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049292
Wolfgang Denkb042b882006-10-24 21:35:55 +020049293 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese91608592006-03-31 15:18:37 +020049294
Wolfgang Denkb042b882006-10-24 21:35:55 +020049295commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
49296Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049297Date: Wed May 31 11:39:34 2006 -0500
Stefan Roese91608592006-03-31 15:18:37 +020049298
Wolfgang Denkb042b882006-10-24 21:35:55 +020049299 Removed unneeded local_bus_init() from 8641HPCN board.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049300
Wolfgang Denkb042b882006-10-24 21:35:55 +020049301 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese91608592006-03-31 15:18:37 +020049302
Wolfgang Denkb042b882006-10-24 21:35:55 +020049303commit 4d3d729c16c392d2982d3266b659d333c927697d
49304Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049305Date: Wed May 31 11:24:28 2006 -0500
Stefan Roese91608592006-03-31 15:18:37 +020049306
Wolfgang Denkb042b882006-10-24 21:35:55 +020049307 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049308
Wolfgang Denkb042b882006-10-24 21:35:55 +020049309 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese91608592006-03-31 15:18:37 +020049310
Wolfgang Denkb042b882006-10-24 21:35:55 +020049311commit b2a941de060350ad15878d8219825f4950e9bb8e
49312Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049313Date: Wed May 31 10:07:28 2006 -0500
Wolfgang Denkf2e11a72006-04-03 15:46:10 +020049314
Wolfgang Denkb042b882006-10-24 21:35:55 +020049315 Remove dead debug code.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049316
Wolfgang Denkb042b882006-10-24 21:35:55 +020049317 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk20a51822006-04-01 15:52:46 +020049318
Wolfgang Denkb042b882006-10-24 21:35:55 +020049319commit 126aa70f10ba3d20e0a6f4d32328250513b77770
49320Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049321Date: Tue May 30 17:47:00 2006 -0500
Wolfgang Denk20a51822006-04-01 15:52:46 +020049322
Wolfgang Denkb042b882006-10-24 21:35:55 +020049323 Move mpc86xx PIXIS code to board directory
Ben Warrendc43c9c2006-10-26 14:38:25 -040049324
Wolfgang Denkb042b882006-10-24 21:35:55 +020049325 First cut at moving the PIXIS platform code out of
49326 the 86xx cpu directory and into board/mpc8641hpcn
49327 where it belongs.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049328
Wolfgang Denkb042b882006-10-24 21:35:55 +020049329 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk6405a152006-03-31 18:32:53 +020049330
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020049331commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
49332Author: Markus Klotzbuecher <mk@denx.de>
49333Date: Tue May 30 16:56:14 2006 +0200
49334
49335 Support generic OHCI support for the s3c24x0 cpu.
49336
Wolfgang Denkb042b882006-10-24 21:35:55 +020049337commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
49338Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049339Date: Tue May 30 09:10:32 2006 -0500
Wolfgang Denk71540132006-03-25 18:42:54 +010049340
Wolfgang Denkb042b882006-10-24 21:35:55 +020049341 Improve "reset" command's interaction with watchdog.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049342
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049343 "reset altbank" will reset another bank WITHOUT watch dog timer enabled
49344 "reset altbank wd" will reset another bank WITH watch dog enabled
49345 "diswd" will disable watch dog after u-boot boots up successfully
Ben Warrendc43c9c2006-10-26 14:38:25 -040049346
Wolfgang Denkb042b882006-10-24 21:35:55 +020049347 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denke18f9432006-03-23 17:10:30 +010049348
Wolfgang Denkb042b882006-10-24 21:35:55 +020049349commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
49350Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049351Date: Tue May 30 08:51:19 2006 -0500
Wolfgang Denk2de83b62006-03-21 01:58:07 +010049352
Wolfgang Denkb042b882006-10-24 21:35:55 +020049353 Fix two SDRAM setup bugs.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049354
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049355 Fix ECC setup bug.
49356 Enable 1T/2T based on number of DIMMs present.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049357
Wolfgang Denkb042b882006-10-24 21:35:55 +020049358 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk939d70d2006-03-19 01:01:51 +010049359
Wolfgang Denkb042b882006-10-24 21:35:55 +020049360commit d11fec5015334deb2010e36ce00bb118cc5429a5
49361Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049362Date: Fri May 26 10:24:48 2006 -0500
Marian Balakowicz52ee4bd2006-03-16 15:19:35 +010049363
Wolfgang Denkb042b882006-10-24 21:35:55 +020049364 Add first draft of the MPC8641HPCN doc/README.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049365
Wolfgang Denkb042b882006-10-24 21:35:55 +020049366 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz56404f02006-03-16 14:35:32 +010049367
Wolfgang Denkb042b882006-10-24 21:35:55 +020049368commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
49369Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049370Date: Fri May 26 10:13:04 2006 -0500
Marian Balakowiczd7a3f722006-03-14 16:24:38 +010049371
Wolfgang Denkb042b882006-10-24 21:35:55 +020049372 Added pci@8000 block.
49373 Updated ethernet interrupt mappings (moved up 48).
49374 Cleaned up a few comments.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049375
Wolfgang Denkb042b882006-10-24 21:35:55 +020049376 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz6f6104d2006-03-14 16:23:35 +010049377
Wolfgang Denkb042b882006-10-24 21:35:55 +020049378commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
49379Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049380Date: Fri May 26 10:01:16 2006 -0500
Marian Balakowicz7ec9ebc2006-03-14 16:14:48 +010049381
Wolfgang Denkb042b882006-10-24 21:35:55 +020049382 Allow args on reset command.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049383
Wolfgang Denkb042b882006-10-24 21:35:55 +020049384 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz919b1872006-03-14 16:12:48 +010049385
Wolfgang Denk18dd1fc2007-08-12 21:34:50 +020049386commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
49387Author: Markus Klotzbuecher <mk@denx.de>
49388Date: Tue May 23 13:38:35 2006 +0200
49389
49390 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
49391 fixes to the latter.
49392
49393commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
49394Author: Markus Klotzbuecher <mk@denx.de>
49395Date: Tue May 23 10:33:11 2006 +0200
49396
49397 More cleanup for the delta board and the generic usb_ohci driver. Added
49398 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
49399 initialization and cleanup hooks respectively.
49400
49401commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
49402Author: Markus Klotzbuecher <mk@denx.de>
49403Date: Mon May 22 16:33:54 2006 +0200
49404
49405 This patch adds USB storage support for the delta board. This is the first
49406 board to make use of a generic OHCI driver, that calls hooks for board
49407 dependant initialization.
49408
Wolfgang Denkb042b882006-10-24 21:35:55 +020049409commit 14e37081ff3cac7ebe6e93836523429853b6b292
49410Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049411Date: Fri May 19 13:28:39 2006 -0500
Marian Balakowicz62e05412006-03-14 16:03:46 +010049412
Wolfgang Denkb042b882006-10-24 21:35:55 +020049413 Change arbitration to round-robin for SMP linux.
Marian Balakowiczaf03ecb2006-03-14 16:02:31 +010049414
Wolfgang Denkb042b882006-10-24 21:35:55 +020049415commit 9a655876e5995be80f49054e2509500e871e4d3a
49416Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049417Date: Fri May 19 13:26:34 2006 -0500
Marian Balakowicz758e5d32006-03-14 16:01:25 +010049418
Wolfgang Denkb042b882006-10-24 21:35:55 +020049419 Enable dual DDR controllers and interleaving.
Marian Balakowiczc9b21e62006-03-14 15:59:25 +010049420
Wolfgang Denkb042b882006-10-24 21:35:55 +020049421commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
49422Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049423Date: Fri May 19 13:22:44 2006 -0500
Wolfgang Denk315b46a2006-03-17 11:42:53 +010049424
Wolfgang Denkb042b882006-10-24 21:35:55 +020049425 Update 86xx address map and LAWBARs.
Wolfgang Denkd86ec382006-03-13 12:37:35 +010049426
Wolfgang Denkb042b882006-10-24 21:35:55 +020049427commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
49428Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049429Date: Fri May 19 13:14:15 2006 -0500
Stefan Roese5d5ce292006-03-13 11:16:36 +010049430
Wolfgang Denkb042b882006-10-24 21:35:55 +020049431 Remove L2 Cache invalidate polling.
Stefan Roese5d5ce292006-03-13 11:16:36 +010049432
Wolfgang Denkb042b882006-10-24 21:35:55 +020049433commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
49434Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049435Date: Fri May 19 12:33:09 2006 -0500
Stefan Roese5d5ce292006-03-13 11:16:36 +010049436
Wolfgang Denkb042b882006-10-24 21:35:55 +020049437 Enable 2nd CPU and I2C.
Stefan Roesec6d58782006-03-13 09:43:01 +010049438
Wolfgang Denkb042b882006-10-24 21:35:55 +020049439commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
49440Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049441Date: Mon May 15 07:26:56 2006 -0500
Stefan Roese7b12aa82006-03-13 09:42:28 +010049442
Wolfgang Denkb042b882006-10-24 21:35:55 +020049443 Update interrupt mapping.
Wolfgang Denk16aedb92006-03-13 01:00:22 +010049444
Wolfgang Denkb042b882006-10-24 21:35:55 +020049445commit 6cfea33477b04b63ed47386ed1629529484c33ba
49446Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049447Date: Wed May 10 09:38:06 2006 -0500
Wolfgang Denkd4a61102006-03-13 00:50:48 +010049448
Wolfgang Denkb042b882006-10-24 21:35:55 +020049449 Remove unneeded INIT_RAM_LOCK cache twiddling.
49450 Correctly tracks r29 as global data pointer now.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049451
Wolfgang Denkb042b882006-10-24 21:35:55 +020049452 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denkac6c4e72006-03-13 00:46:05 +010049453
Wolfgang Denkb042b882006-10-24 21:35:55 +020049454commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
49455Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049456Date: Wed May 10 09:33:07 2006 -0500
Wolfgang Denkc5203f92006-03-12 23:27:46 +010049457
Wolfgang Denkb042b882006-10-24 21:35:55 +020049458 Remove unnecessary flash.c file.
Wolfgang Denk62f1ef52006-03-12 23:17:31 +010049459
Wolfgang Denkb042b882006-10-24 21:35:55 +020049460commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
49461Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049462Date: Tue May 9 08:23:49 2006 -0500
Wolfgang Denkb3719aa2006-03-12 23:13:27 +010049463
Wolfgang Denkb042b882006-10-24 21:35:55 +020049464 Get MPC8641HPCN flash images working.
Ben Warrendc43c9c2006-10-26 14:38:25 -040049465
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049466 Enable the CFI driver.
49467 Remove bogus LAWBAR7 cruft.
49468 Use correct TEXT_BASE, Fixup load script.
49469 Enable SPD EEPROM during DDR setup.
49470 Use generic RFC 1918 IP addresses by default.
Wolfgang Denkf0c4e462006-03-12 22:50:55 +010049471
Wolfgang Denkb042b882006-10-24 21:35:55 +020049472commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
49473Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049474Date: Thu Apr 27 10:15:16 2006 -0500
Wolfgang Denkd3cc6c22006-03-12 22:45:47 +010049475
Wolfgang Denkb042b882006-10-24 21:35:55 +020049476 Cleanup whitespaces and style issues.
49477 Removed //-style comments.
49478 Use 80-column lines.
49479 Remove trailing whitespace.
49480 Remove dead code and debug cruft.
Wolfgang Denkb32a9212006-03-12 22:41:33 +010049481
Wolfgang Denkb042b882006-10-24 21:35:55 +020049482commit a2320a6bf8113a09544c42d160d10ac69d049a03
49483Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049484Date: Thu Apr 27 08:22:39 2006 -0500
Wolfgang Denk43021592006-03-12 22:14:20 +010049485
Wolfgang Denkb042b882006-10-24 21:35:55 +020049486 Revert bad PCI prefetch limit change.
Kumar Galac5651892006-01-12 19:51:38 -060049487
Wolfgang Denkb042b882006-10-24 21:35:55 +020049488commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
49489Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk9ba223b2006-10-26 16:24:31 +020049490Date: Wed Apr 26 17:58:56 2006 -0500
wdenkcc1c8a12002-11-02 22:58:18 +000049491
Wolfgang Denkb042b882006-10-24 21:35:55 +020049492 Initial support for MPC8641 HPCN board.