]> git.ipfire.org Git - people/ms/u-boot.git/blame - CHANGELOG
MPC85xx: TQM8548: add support for the TQM8548_BE module
[people/ms/u-boot.git] / CHANGELOG
CommitLineData
f15c6515
WD
1commit 5fc56b907d993260b9ebdb137af66fe69635ae9e
2Author: Peter Tyser <ptyser@xes-inc.com>
3Date: Fri Jan 30 16:36:40 2009 -0600
4
5 Add feature-removal-schedule.txt
6
7 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
8
9commit 255d28e1642e8fc32a6753226be1a96b481ce111
10Author: Heiko Schocher <hs@denx.de>
11Date: Tue Feb 10 09:32:38 2009 +0100
12
13 8xx serial, smc: Coding-Style cleanup serial SMC driver
14
15 Signed-off-by: Heiko Schocher <hs@denx.de>
16
17commit 2b3f12c214346508cae3f1245808c1ca54c81fdd
18Author: Heiko Schocher <hs@denx.de>
19Date: Tue Feb 10 09:31:47 2009 +0100
20
21 8xx serial, smc: add configurable SMC Rx buffer len
22
23 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
24 With this option it is possible to allow the receive
25 buffer for the SMC on 8xx to be greater then 1. In case
26 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
27 old version.
28
29 When defining CONFIG_SYS_SMC_RXBUFLEN also
30 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
31 idle timeout for the SMC.
32
33 Signed-off-by: Heiko Schocher <hs@denx.de>
34
35commit e915f8bb73d74178bc21d3a457959883b1afd1c0
36Author: Mike Frysinger <vapier@gentoo.org>
37Date: Thu Feb 5 21:04:36 2009 -0500
38
39 common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile
40
41 Move global '#ifdef CONFIG_xxx .... #endif' out of the .c files and into
42 the COBJS-$(CONFIG_xxx) in the Makefile. Also delete unused var in kgdb
43 code in the process.
44
45 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
46
47commit ab76e9848a1f4db64d14233741d739a3b3360c93
48Author: Mike Frysinger <vapier@gentoo.org>
49Date: Thu Feb 5 21:04:50 2009 -0500
50
51 bzip2: move ifdef handling to Makefile COBJS-$(...)
52
53 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
54
55commit ae0b05df04e1cc65c5ad19ccd362f4be82df7316
56Author: Jerry Van Baren <gvb.uboot@gmail.com>
57Date: Thu Feb 5 22:18:02 2009 -0500
58
59 Fix whitespace damage: double space changed to a tab
60
61 At some point an intentional double space at the end of the sentence
62 got changed into a tab in the GPL header line:
63 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64
65 This patch fixes the damage.
66
67 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
68
69commit 4f975678de995b55749d5e84590c268972a7c835
70Author: Heiko Schocher <hs@denx.de>
71Date: Tue Feb 10 09:53:29 2009 +0100
72
73 cfi: make flash_get_info() non static
74
75 If on your board is more than one flash, you must know
76 the size of every single flash, for example, for updating
77 the DTS before booting Linux. So make this function
78 flash_get_info() extern, and you can have all info
79 about your flashes.
80
81 Signed-off-by: Heiko Schocher <hs@denx.de>
82 Signed-off-by: Stefan Roese <sr@denx.de>
83
84commit 86321fc1128c93a10ac4afb9d317b0df8ece0f9e
85Author: Ben Warren <biggerbadderben@gmail.com>
86Date: Thu Feb 5 23:58:25 2009 -0800
87
88 net: removed board-specific CONFIGs from MPC5xxx FEC driver
89
90 Added new CONFIG options for the three type of MAC-PHY interconnect and
91 applied them all relevant board config files
92
93 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
94
95commit 638ed3e296e70fab286d157b7adedaaa4a09a474
96Author: Mike Frysinger <vapier@gentoo.org>
97Date: Thu Feb 5 21:04:47 2009 -0500
98
99 net/sntp.c: move ifdef into Makefile COBJS-$(...)
100
101 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
102 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
103
104commit 9e5be8214ba751436e57c3be044bf6dccb9a6687
105Author: Andy Fleming <afleming@freescale.com>
106Date: Tue Feb 3 18:26:41 2009 -0600
107
108 tsec: Fix a bug in soft-resetting
109
110 SOFT_RESET must be asserted for at least 3 TX clocks. Usually, that's about 30
111 clock cycles, so it's been mostly working. But we had no guarantee, and at
112 slower bitrates, it's just over a microsecond (over 1000 clock cycles). This
113 enforces a 2 microsecond gap between assertion and deassertion.
114
115 Signed-off-by: Andy Fleming <afleming@freescale.com>
116 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
117
118commit 09fcc8b5d86903b76e7e4d1d879d6f4bca25c27b
119Author: Simon Munton <simon@nidoran.m5data.com>
120Date: Mon Feb 2 09:44:08 2009 +0000
121
122 Fix 100Mbs ethernet operation on sh7763 based boards
123
124 100Mbs ethernet does not work on sh7763 chips due to the wrong value being
125 used in the GECMR register. Following diff fixes the problem
126
127 Signed-off-by: Simon Munton <simon@nidoran.m5data.com>
128 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
129
130commit 2bc2a8f6dc9fdda465317da59474e65c24a398a2
131Author: ksi@koi8.net <ksi@koi8.net>
132Date: Fri Feb 6 16:27:55 2009 -0800
133
134 Fix MPC8260 with ethernet on SCC
135
136 This fixes MPC8260 compilation with ethernet on SCC. Probably was a
137 typo or something...
138
139 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
140 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
141
142commit ae5d8f613cec1a6af7bf1fc9c42a3b856f021023
143Author: Heiko Schocher <hs@denx.de>
144Date: Fri Jan 30 12:56:15 2009 +0100
145
146 82xx serial, smc: Coding-Style cleanup serial SMC driver
147
148 Signed-off-by: Heiko Schocher <hs@denx.de>
149
150commit c92fac91a06c60f874c605e3ca80dd407c1caaa7
151Author: Heiko Schocher <hs@denx.de>
152Date: Fri Jan 30 12:55:38 2009 +0100
153
154 82xx serial, smc: add configurable SMC Rx buffer len
155
156 This patch adds the configuration option CONFIG_SYS_SMC_RXBUFLEN.
157 With this option it is possible to allow the receive
158 buffer for the SMC on 82xx to be greater then 1. In case
159 CONFIG_SYS_SMC_RXBUFLEN == 1 this driver works as the
160 old version.
161
162 When defining CONFIG_SYS_SMC_RXBUFLEN also
163 CONFIG_SYS_MAXIDLE must be defined to setup the maximum
164 idle timeout for the SMC.
165
166 Signed-off-by: Heiko Schocher <hs@denx.de>
167
168commit bced7ccefa08512c54a6d146658ff7dbc33d5dfe
169Author: Kumar Gala <galak@kernel.crashing.org>
170Date: Fri Feb 6 08:08:06 2009 -0600
171
172 ppc: Fix roll over bug in flush_cache()
173
174 If we call flush_cache(0xfffff000, 0x1000) it would never
175 terminate the loop since end = 0xffffffff and we'd roll over
176 our counter from 0xfffffe0 to 0 (assuming a 32-byte cache line)
177
178 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
179
180commit 87c9063963561d3d01064be34d0c30855a56587b
181Author: Kumar Gala <galak@kernel.crashing.org>
182Date: Thu Feb 5 20:40:58 2009 -0600
183
184 ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h
185
186 Moved CONFIG_MAX_MEM_MAPPED to the asm/config.h so its kept consistent
187 between the two current users (lib_ppc/board.c, 44x SPD DDR2).
188
189 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
190 Acked-by: Stefan Roese <sr@denx.de>
191
192commit 47d41cc3a11a03c6d56146d056145df73f47eb50
193Author: Kumar Gala <galak@kernel.crashing.org>
194Date: Thu Feb 5 20:40:57 2009 -0600
195
196 Add an architecture specific config.h for common defines
197
198 We have common defines that we duplicate in various ways. Having an
199 arch specific config.h gives us a common location for those defines.
200
201 Eventually we should be able to replace this when we have proper
202 Kconfig support.
203
204 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
205
206commit 4c78d4a6c01621721b732418e1c6da684a56bbb1
207Author: Becky Bruce <beckyb@kernel.crashing.org>
208Date: Tue Feb 3 18:10:56 2009 -0600
209
210 mpc8641hpcn: Change PCI MEM pci bus address
211
212 Now that the rest of u-boot can support it, change the PCI bus
213 address of the PCI MEM regions from 0x80000000 to 0xc0000000,
214 and use the same bus address for both PCI1 and PCI2. This will
215 maximize the amount of PCI address space left over to map RAM
216 on systems with large amounts of memory.
217
218 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
219
220commit 1785dbeed43599eed1d8875673c96912cd770141
221Author: Becky Bruce <beckyb@kernel.crashing.org>
222Date: Tue Feb 3 18:10:55 2009 -0600
223
224 drivers/block/ahci: Fix pci mapping bug
225
226 The code assumes that the pci bus address and the virtual
227 address used to access a region are the same, but they might
228 not be. Fix this assumption.
229
230 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
231
232commit d591a80e74091e7a0658d165721e6c7de2ef0bcd
233Author: Becky Bruce <beckyb@kernel.crashing.org>
234Date: Tue Feb 3 18:10:54 2009 -0600
235
236 MPC8641HPCN: Enable CONFIG_ADDR_MAP
237
238 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
239
240commit 49f46f3bf08aaf7b1db131a1082f1e603bb7a94b
241Author: Becky Bruce <beckyb@kernel.crashing.org>
242Date: Tue Feb 3 18:10:53 2009 -0600
243
244 mpc8641hpcn: Clean up PCI mapping concepts
245
246 Clean up PCI mapping concepts in the 8641 config - rename _BASE
247 to _BUS, as it's actually a PCI bus address, separate virtual
248 and physical addresses into _VIRT and _PHYS, and use each
249 appopriately.
250
251 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
252
253commit c9315e6b4f244981de0b2eaaa29a7838a165b494
254Author: Becky Bruce <beckyb@kernel.crashing.org>
255Date: Tue Feb 3 18:10:52 2009 -0600
256
257 mpc86xx: Add support to populate addr map based on BATs
258
259 If CONFIG_ADDR_MAP is enabled, update the address map
260 whenever we write a bat.
261
262 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
263
264commit d35ae5a938679bd7e18167faf79d0fb3c6639b51
265Author: Becky Bruce <beckyb@kernel.crashing.org>
266Date: Tue Feb 3 18:10:51 2009 -0600
267
268 powerpc: Move duplicated BAT defines to mmu.h
269
270 The BAT fields are architected; there's no need for these to be in
271 cpu-specific files. Drop the duplication and move these to
272 include/asm-ppc/mmu.h. Also, remove the BL_xxx defines that were only
273 used by the alaska board, and switch to using the BATU_BL_xxx defines
274 used by all the other boards. The BL_ defines previously in use
275 had to be shifted into the proper position for use, which was inefficient.
276
277 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
278
279commit 6e61fae4d360a1380b63e7d007b31477e366bcce
280Author: Becky Bruce <beckyb@kernel.crashing.org>
281Date: Tue Feb 3 18:10:50 2009 -0600
282
283 drivers/pci: Create pci_map_bar function
284
285 It is no longer always true that the pci bus address can be
286 used as the virtual address for pci accesses. pci_map_bar()
287 is created to return the virtual address for a pci region.
288
289 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
290
291commit 2ecca3401775b125c3b9ff65766befb23989414b
292Author: Becky Bruce <beckyb@kernel.crashing.org>
293Date: Tue Feb 3 18:10:49 2009 -0600
294
295 mpc8641hpcn: Set up outbound pci windows before inbound
296
297 Because the inbound pci windows are mapped generously, set up
298 the more specific outbound windows first. This way, when we
299 search the pci regions for something, we will hit on the more
300 specific region. This can actually be a problem on systems
301 with large amounts of RAM.
302
303 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
304
305commit b81b773ead0687114dc8a800f99ea6e504447739
306Author: Becky Bruce <beckyb@kernel.crashing.org>
307Date: Mon Feb 2 16:34:52 2009 -0600
308
309 mpc8641hpcn: Use physical address in flash banks defintion
310
311 If the VA and PA of the flash aren't the same, the banks list
312 should be initialized to hold the physical address. Correct this.
313
314 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
315
316commit 2d43e873a29ca4959ba6a30fc7fb396d3fd0dccf
317Author: Kumar Gala <galak@kernel.crashing.org>
318Date: Fri Feb 6 09:49:32 2009 -0600
319
320 pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
321
322 When we search for an address match in pci_hose_{phys_to_bus,bus_to_phys}
323 we should give preference to memory regions that aren't system memory.
324
325 Its possible that we have over mapped system memory in the regions and
326 we want to avoid depending on the order of the regions.
327
328 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
329
330commit ff4e66e93c1ad47644be3b4ffd6a46e1ce9b6612
331Author: Kumar Gala <galak@kernel.crashing.org>
332Date: Fri Feb 6 09:49:31 2009 -0600
333
334 pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity
335
336 The PCI_REGION_MEMORY and PCI_REGION_MEM are a bit to similar and
337 can be confusing when reading the code.
338
339 Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY to clarify its used
340 for system memory mapping purposes.
341
342 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
343
344commit 8da601280a8acbc3385784780ed35130e53812f1
345Author: Peter Tyser <ptyser@xes-inc.com>
346Date: Wed Feb 4 13:47:22 2009 -0600
347
348 NAND: Add timeout for reset command
349
350 Without the timeout present an infinite loop can occur if the
351 NAND device is broken or not present.
352
353 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
354 Signed-off-by: Scott Wood <scottwood@freescale.com>
355
356commit 10dc6a9bef73d7d4cb25b3fde27ee91f8484b126
357Author: Peter Tyser <ptyser@xes-inc.com>
358Date: Wed Feb 4 13:39:40 2009 -0600
359
360 NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST
361
362 Commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b removed support
363 for disabling the "No NAND device found!!!" warning when
364 CONFIG_SYS_NAND_QUIET_TEST was defined. This re-adds support
365 for silencing the warning.
366
367 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
368 Signed-off-by: Scott Wood <scottwood@freescale.com>
369
370commit ad09ab2e3ac28f304372eceb4a5cb4d24e102a13
371Author: Valeriy Glushkov <gvv@lstec.com>
372Date: Mon Jan 19 16:32:59 2009 +0200
373
374 NAND: Fixed invalid pointers to static relocated chip names
375
376 Dear Wolfgang,
377
378 You are right, the patch was ugly.
379 The new one seems to be better.
380
381 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
382 Signed-off-by: Scott Wood <scottwood@freescale.com>
383
384commit 5a9427dc9b8438759db3f67a1e547062f76eb18d
385Author: derek@siconix.com <derek@siconix.com>
386Date: Mon Jan 26 14:08:17 2009 -0700
387
388 env_nand: fix env memory release
389
390 This fixes a bug that tmp environment memory not being released.
391
392 Signed-off-by: Derek Ou <dou@siconix.com>
393 Signed-off-by: Scott Wood <scottwood@freescale.com>
394
395commit 6989e4f546d960a407dd5425f800dff9751c8132
396Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
397Date: Thu Feb 5 09:33:50 2009 -0500
398
399 Coldfire: M527x: Add missing GPIO register address defines
400
401 Add missing GPIO registers address definition for Coldfire M5271.
402
403 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
404
405commit c4ff77f5e6c3a01610ce97434c0d59acb1476f95
406Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
407Date: Fri Jan 23 14:42:58 2009 -0500
408
409 Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command
410
411 Modified mii_init to support boards with PHYs that are not set to
412 autonegotiate, but still want to use u-boot's mii commands to probe
413 the smi bus. Such PHYs will not set the Autonegotiate-done bit.
414
415 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
416
417commit 92d3e6e0ffcbb7224c83104f8d87b5b4bf39a38f
418Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
419Date: Fri Jan 23 11:44:30 2009 -0500
420
421 Coldfire: Applied baudrate formula of serial_init to serial_setbrg
422
423 Applied the patch for baudrate divider value truncation for
424 serial_init to serial_setbrg as well.
425
426 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
427
428commit 8706ef378f2db1ef65b9c2f909561f23e3dc2148
429Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
430Date: Fri Jan 23 14:07:05 2009 -0500
431
432 Coldfire: M5271EVB: Board header update (dependencies)
433
434 Cleanup for M5271EVB:
435 Added clarification on the use of CONFIG_SYS_CLOCK.
436 Modified to use u-boot's HUSH parser.
437 Cleanup on environment settings.
438 Removed compiler warning by defining CONFIG_SYS_CS0_*
439
440 Dependencies:
441 Added the use of CONFIG_SYS_MCF_SYNCR for clock multiplier.
442 This depends on a patch to include/asm-m68k/m5271.h
443 that defines the multiplier and divider ratios.
444
445 Removed the definition of CONFIG_SYS_FECI2C.
446 This depends on a patch that removes the use of it in
447 cpu/mcf52x2/cpu_init.c
448
449 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
450
451commit e0db344fabfeb4f9649846f94838f51172f6a1f6
452Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
453Date: Thu Jan 29 14:36:06 2009 -0500
454
455 Coldfire: M5271: Allow board header file to specify clock multiplier
456
457 M5271 dynamic clock multiplier. It is currently fixed at 100MHz.
458
459 Allow the board header file to set their own multiplier and divider.
460 Added the #define for the multiplier and divider to the cpu header file.
461
462 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
463
464commit d1ef25dd81c79dcfad5c2ff0162b1bea21d04bc3
465Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
466Date: Fri Jan 23 10:47:13 2009 -0500
467
468 Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C
469
470 Discontinue the use of CONFIG_SYS_FECI2C (only used by M5271EVB).
471 Use read-modify-write to activate the FEC pins without disabling I2C.
472
473 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
474
475commit ee73cc59ab904976af3c33b454fc84f78618b2d1
476Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
477Date: Fri Jan 23 09:45:34 2009 -0500
478
479 Coldfire: cmd_bdinfo cleanup
480
481 CONFIG_M68K bdinfo cleanup:
482
483 Fixed compiler warning about baudrate printing.
484 format '%d' expects type 'int', but argument 2 has type 'long unsigned int'.
485
486 Added printing of "cpufreq"
487
488 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
489
490commit 4ffc39050aa46ed8a3d29732293dff769e54fffa
491Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
492Date: Fri Jan 23 09:27:00 2009 -0500
493
494 Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list
495
496 Added the CONFIG_M5271 to the list of Coldfire V2 processor. This
497 was causing the bus clock (not CPU clock) to be declared twice as
498 fast as it actually is. This causes UARTS to operate at half the
499 specified baudrate.
500
501 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
502
503commit 59d1bda7f92c8a28c3aba94e48063749d425949f
504Author: Dirk Eibach <eibach@gdsys.de>
505Date: Tue Feb 3 15:15:21 2009 +0100
506
507 ppc4xx: Make PCIE support selectable
508
509 On some platforms PCIE support is not required, but would be included
510 because the cpu supports it. To reduce fooprint it is now configurable
511 via CONFIG_PCI_DISABLE_PCIE.
512
513 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
514 Signed-off-by: Stefan Roese <sr@denx.de>
515
516commit b129eff5ede394cc1faeb6dbf6a987e91abce552
517Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
518Date: Tue Feb 3 22:13:16 2009 +0100
519
520 ppc4xx: Only fixup opb attached UARTs
521
522 This patch updates the fdt UART clock fixup code to
523 only touch CPU internal UARTs on 4xx systems.
524 Only these UARTs are definitely clocked by gd->uart_clk.
525
526 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
527 Signed-off-by: Stefan Roese <sr@denx.de>
528
529commit 4b7e3d045cc82f7f7b6f3a19b54a814da36ac52c
530Author: Mike Frysinger <vapier@gentoo.org>
531Date: Tue Jan 13 11:00:29 2009 -0500
532
533 Blackfin: move default boot SPI CS to common code
534
535 Move the default SPI CS that we boot from into common code so that it can
536 be used in other SPI drivers and environment settings.
537
538 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
539
540commit f790ef6ff12381cb0e43de54fb2b0f1204ad8ed6
541Author: Mike Frysinger <vapier@gentoo.org>
542Date: Wed Dec 10 12:33:54 2008 -0500
543
544 Blackfin: dynamically update UART speed when initializing
545
546 Previously, booting over the UART required the baud rate to be known ahead
547 of time. Using a bit of tricky simple math, we can calculate the new board
548 rate based on the old divisors.
549
550 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
551 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
552
553commit 97f265f14f23050f3cb997f617f3a6917b843ea2
554Author: Mike Frysinger <vapier@gentoo.org>
555Date: Tue Dec 9 17:21:08 2008 -0500
556
557 Blackfin: add support for fast SPI reads with Boot ROM
558
559 Newer Blackfin boot roms support using the fast SPI read command rather than
560 just the slow one. If the functionality is available, then use it.
561
562 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
563
564commit 67619982bfc5cd62710a48e3cbffc304cb78c341
565Author: Mike Frysinger <vapier@gentoo.org>
566Date: Sat Oct 11 21:46:52 2008 -0400
567
568 Blackfin: check for reserved settings in DDR MMRs
569
570 Some bits of the DDR MMRs should not be set. If they do, bad things may
571 happen (like random failures or hardware destruction).
572
573 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
574
575commit 622a8dc0958dd599743348ea94eb10b9d0be8ae6
576Author: Mike Frysinger <vapier@gentoo.org>
577Date: Sat Oct 11 21:54:00 2008 -0400
578
579 Blackfin: set default voltage levels for BF538/BF539 parts
580
581 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
582
583commit 09dc6b0bbd1d5e39cdddeebc059f9a75630e4f6f
584Author: Mike Frysinger <vapier@gentoo.org>
585Date: Sun Jun 1 01:29:57 2008 -0400
586
587 Blackfin: use on-chip syscontrol() rom function when available
588
589 Newer Blackfin's have an on-chip rom with a syscontrol() function that needs
590 to be used to properly program the memory and voltage settings as it will
591 include (possibly critical) factory tested bias values.
592
593 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
594
595commit e1fb6d0d52fbe3fbc1a4c651dacf11e9c1417f63
596Author: Stefan Roese <sr@denx.de>
597Date: Thu Feb 5 11:44:52 2009 +0100
598
599 cfi_flash: Fix typo in cfi_flash.c
600
601 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
602 introduced a small typo and compilation warning for systems with CFI
603 legacy support (e.g. hcu4). This patch fixes it.
604
605 Signed-off-by: Stefan Roese <sr@denx.de>
606
607commit 28745db969b72693754991c838f68a7fb4a8b1ab
608Author: Stefan Roese <sr@denx.de>
609Date: Thu Jan 29 11:21:38 2009 +0100
610
611 jedec_flash: Only use manufacturer defines from common flash.h
612
613 This patch removes the double defined manufacturer defines from
614 jedec_flash.c. Since the common defines in flash.h are 32bit
615 we now need the (16) cast. This patch also removes the compilation
616 warning (e.g. seen on hcu5):
617
618 ./MAKEALL hcu5
619 Configuring for hcu5 board...
620 jedec_flash.c:219: warning: large integer implicitly truncated to unsigned type
621
622 Signed-off-by: Stefan Roese <sr@denx.de>
623
624commit ec21d5cfcb6b4e7fcdd5c6e926e1a824900706f2
625Author: Stefan Roese <sr@denx.de>
626Date: Thu Feb 5 11:25:57 2009 +0100
627
628 cfi_flash: Silence compilation warning
629
630 Patch "flash/cfi_flash: Use virtual sector start address, not phys"
631 introduced a small compilation warning. This patch fixes it.
632
633 Signed-off-by: Stefan Roese <sr@denx.de>
634
635commit 09ce9921a7d8b1ce764656b14b42217bbf4faa38
636Author: Becky Bruce <beckyb@kernel.crashing.org>
637Date: Mon Feb 2 16:34:51 2009 -0600
638
639 flash/cfi_flash: Use virtual sector start address, not phys
640
641 include/flash.h was commented to say that the address in
642 flash_info->start was a physical address. However, from u-boot's
643 point of view, and looking at most flash code, it makes more
644 sense for this to be a virtual address. So I corrected the
645 comment to indicate that this was a virtual address.
646
647 The only flash driver that was actually treating the address
648 as physical was the mtd/cfi_flash driver. However, this code
649 was using it inconsistently as it actually directly dereferenced
650 the "start" element, while it used map_physmem to get a
651 virtual address in other places. I changed this driver so
652 that the code which initializes the info->start field calls
653 map_physmem to get a virtual address, eliminating the need for
654 further map_physmem calls. The code is now consistent.
655
656 The *only* place a physical address should be used is when defining the
657 flash banks list that is used to initialize the flash_info struct,
658 usually found in the board config file.
659
660 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
661 Signed-off-by: Stefan Roese <sr@denx.de>
662
663commit 657f2062d8e17ebf4a55f52c9e71c07c0c94c779
664Author: Wolfgang Denk <wd@denx.de>
665Date: Wed Feb 4 09:42:20 2009 +0100
666
667 Fix compiler warning
668
669 (shows up only when DEBUG is enabled)
670
671 Signed-off-by: Wolfgang Denk <wd@denx.de>
672
673commit 47832cd15ae02fb6fde8ebed5b272f85775f2ceb
674Author: Mike Frysinger <vapier@gentoo.org>
675Date: Mon Oct 6 03:45:55 2008 -0400
676
677 Blackfin: update anomaly lists
678
679 Update the anomaly lists to match latest anomaly sheets.
680
681 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
682
683commit 70a4da45e16b72e8e5b0baaecdaee9be8619647d
684Author: Ralph Kondziella <rk@argos-messtechnik.de>
685Date: Mon Jan 26 12:34:36 2009 -0700
686
687 ADS5121 Add PATA support
688
689 Original patch from Ralph Kondziella
690 plus clean up by Wolfgang Denk
691 plus changes by John Rigby
692 use ips clock not lpc
693 port forward to current u-boot release
694
695 Signed-off-by: Ralph Kondziella <rk@argos-messtechnik.de>
696 Signed-off-by: Wolfgang Denk <wd@denx.de>
697 Signed-off-by: John Rigby <jrigby@freescale.com>
698
699commit abfbd0ae4967df18102345db4f4b529a13da107b
700Author: Martha Marx <mmarx@silicontkx.com>
701Date: Mon Jan 26 10:45:07 2009 -0700
702
703 ADS5121 Add IC Ident Module (IIM) support
704
705 IIM (IC Identification Module) is the fusebox for the mpc5121.
706 Use #define CONFIG_IIM to turn on the clock for this module
707 use #define CONFIG_CMD_FUSE to add fusebox commands.
708 Fusebox commands include the ability to read
709 the status, read the register cache, override the register cache,
710 program the fuses and sense them.
711
712 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
713 Signed-off-by: John Rigby <jrigby@freescale.com>
714
715commit 14d19cd1bce9a24b1335598f1568140f4950e4d9
716Author: John Rigby <jrigby@freescale.com>
717Date: Fri Jan 23 10:33:15 2009 -0700
718
719 ADS5121 Fix rev2 silicon pci iopad config
720
721 Reset config is not correct
722
723 Signed-off-by: John Rigby <jrigby@freescale.com>
724
725commit 4c154252c480b13f69ce1b71a9530b0515da76a6
726Author: John Rigby <jrigby@freescale.com>
727Date: Wed Nov 19 13:57:34 2008 -0700
728
729 ADS5121 DIU Add diu_bmp_addr env
730
731 Add support for using a bmp other than
732 FSL_Logo_BMP for the DIU splash screen.
733
734 Can now set the env var "diu_bmp_addr" to
735 the address of a BMP in flash to use instead
736 of the default FSL_Logo_BMP.
737
738 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
739 Signed-off-by: John Rigby <jrigby@freescale.com>
740
741commit 92c20fbd3a7788c1a154f50a3f44f28a7763f99a
742Author: John Rigby <jrigby@freescale.com>
743Date: Thu Oct 30 16:39:35 2008 -0600
744
745 ADS5121 DIU Make inclusion of FSL logo optional
746
747 Make inclusion of FSL logo optional and
748 turn it off by default.
749
750 Signed-off-by: John Rigby <jrigby@freescale.com>
751
752commit bd99ec149abe94e7f6b2bda4766d701b4005053f
753Author: Remy Bohmer <linux@bohmer.net>
754Date: Sun Feb 1 12:27:53 2009 +0100
755
756 Compile warning fix in onenand_uboot.h
757
758 Regression since merge window after 2009.01
759
760 Signed-off-by: Remy Bohmer <linux@bohmer.net>
761
762commit a270d1e7295c3d829f42c0480117941dfc1c6477
763Author: Stefan Roese <sr@denx.de>
764Date: Thu Jan 29 06:33:55 2009 +0100
765
766 USB: Add EHCI support for VCT EHCI controller (really with driver now)
767
768 Somehow I missed the real driver part in my last patch version. This patch
769 now adds the driver.
770
771 Signed-off-by: Stefan Roese <sr@denx.de>
772 Signed-off-by: Remy Bohmer <linux@bohmer.net>
773
774commit 716ebf436c9e43df6740e0172f6b2a81ddbf1b8e
775Author: Cliff Cai <cliff.cai@analog.com>
776Date: Sat Nov 29 18:22:38 2008 -0500
777
778 Blackfin: add driver for on-chip MMC/SD controller
779
780 This is a port of the Linux Blackfin on-chip SDH driver to U-Boot.
781
782 Signed-off-by: Cliff Cai <cliff.cai@analog.com>
783 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
784
785commit 6e87ea0ca951465eba144ab2e6dba6fb507737a2
786Author: Mike Frysinger <vapier@gentoo.org>
787Date: Sat Oct 11 22:47:34 2008 -0400
788
789 Blackfin: add port muxing for BF51x SPI
790
791 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
792
793commit fc68f9f85959664d528daea2aef5ef54974331ce
794Author: Mike Frysinger <vapier@gentoo.org>
795Date: Tue Jan 6 06:16:19 2009 -0500
796
797 Blackfin: output booting source when booting
798
799 Knowing the booting source of the part is useful, especially when the part
800 can switch dynamically between sources.
801
802 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
803
804commit 8df3ce0f49c37947800ac7c84e751499882619fc
805Author: Mike Frysinger <vapier@gentoo.org>
806Date: Thu Dec 11 06:30:46 2008 -0500
807
808 Blackfin: set default CONFIG_ENV_SPI_CS based on bootrom
809
810 Set the default CONFIG_ENV_SPI_CS value to match the SPI CS that is used by
811 the Blackfin on-chip bootrom to boot out of SPI flash.
812
813 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
814
815commit 2b4a486e6fac502d8b883e344cc4012283945b3d
816Author: Mike Frysinger <vapier@gentoo.org>
817Date: Thu Dec 11 04:06:26 2008 -0500
818
819 Blackfin: update asm-blackfin/posix_types.h to latest Linux version
820
821 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
822
823commit e5eb93e77391bcc308697116c544ea1340aaae8a
824Author: Mike Frysinger <vapier@gentoo.org>
825Date: Sat Dec 6 02:54:52 2008 -0500
826
827 Blackfin: add port I bits
828
829 Some people need to access port I, so make sure the pins are defined.
830
831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
832
833commit 8a6b272596d43de0db4943eac7af58c3534c4026
834Author: Sonic Zhang <Sonic.Zhang@analog.com>
835Date: Wed Nov 26 22:16:45 2008 -0500
836
837 Blackfin: add driver for on-chip ATAPI controller
838
839 This is a port of the Linux Blackfin on-chip ATAPI driver to U-Boot.
840
841 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
842 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
843
844commit be9d8c780e6831cb84b7d4590ceae03dca8fc10b
845Author: Mike Frysinger <vapier@gentoo.org>
846Date: Wed Nov 26 21:43:06 2008 -0500
847
848 Blackfin: add driver for on-chip NAND controller
849
850 This is a port of the Linux Blackfin on-chip NFC driver to U-Boot.
851
852 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
853
854commit 4148e02abae9a099f4444b5e168ebc2b911d2295
855Author: Mike Frysinger <vapier@gentoo.org>
856Date: Wed Nov 12 07:18:15 2008 -0500
857
858 Blackfin: build with -mno-fdpic
859
860 Use the -mno-fdpic flag so that any Blackfin toolchain can be used to build
861 up u-boot, including ones that output FDPIC ELF by default.
862
863 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
864
865commit 70e95589a24a2d83ad00317e4a9611d0211ecb58
866Author: Mike Frysinger <vapier@gentoo.org>
867Date: Tue Nov 11 05:43:57 2008 -0500
868
869 Blackfin: fix up EBIU defines
870
871 The EBIU defines for EBSZ 256/512 were incorrect.
872
873 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
874
875commit 961954ea0ec8dc4341034c1a1ff3107ec0527809
876Author: Mike Frysinger <vapier@gentoo.org>
877Date: Wed Nov 5 12:45:24 2008 -0500
878
879 Blackfin: use 8/16/32 bit transfer widths in dma_memcpy()
880
881 Rather than using 8bit transfers for everything, use 8/16/32 bit transfers
882 as usable with the source/destination addresses and the count size.
883
884 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
885
886commit b93c68648426f906d63b98117496b6415f505f39
887Author: Mike Frysinger <vapier@gentoo.org>
888Date: Wed Nov 5 08:50:23 2008 -0500
889
890 Blackfin: only flag L1 instruction for DMA memcpy
891
892 The performance difference from doing an 8 bit DMA memcpy vs an optimized
893 core memcpy can be pretty big when you add in the overhead of setting up the
894 MDMA registers, cache flushes, etc... So only use dma_memcpy() when we
895 actually require it.
896
897 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
898
899commit e347c092a3b3a2ce1e72f25f4829163634d09fbe
900Author: Mike Frysinger <vapier@gentoo.org>
901Date: Wed Nov 5 07:20:37 2008 -0500
902
903 Blackfin: dma_memcpy(): fix random failures
904
905 We have to make sure the DMA channel is actually disabled in hardware before
906 attempting to reprogram it. Otherwise the new settings are ignored and we
907 end up with random hangs/failures.
908
909 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
910
911commit fdce83c108846d6f0d5b1774e1cc29f2573a6ad3
912Author: Mike Frysinger <vapier@gentoo.org>
913Date: Tue Nov 4 00:04:03 2008 -0500
914
915 Blackfin: rewrite cache handling functions
916
917 Take the cache flush functions from the kernel as they use hardware loops in
918 order to get optimal performance.
919
920 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
921
922commit 84c5f0dc47d17593fd81206614891bdc94f6d51c
923Author: Mike Frysinger <vapier@gentoo.org>
924Date: Mon Nov 3 22:30:05 2008 -0500
925
926 Blackfin: setup bi_enetaddr for single nets
927
928 For systems with CONFIG_NET_MULTI disabled, bi_enetaddr does not get setup
929 based on $ethaddr, so set it up.
930
931 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
932
933commit 40599239e7875b39e2a5c12e6545992041c72c52
934Author: Mike Frysinger <vapier@gentoo.org>
935Date: Fri Oct 24 22:48:47 2008 -0400
936
937 Blackfin: cache core/system clock values
938
939 Calculating the clocks requires a bit of calls to gcc math functions, so
940 cache the values after the first run since they'll most likely never
941 change once U-Boot is up and running.
942
943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
944
945commit 6957a6209b02f6b69607fc47425f13731cc477f1
946Author: Mike Frysinger <vapier@gentoo.org>
947Date: Fri Oct 24 18:18:16 2008 -0400
948
949 Blackfin: enable --gc-sections
950
951 Start building all Blackfin boards with -ffunction-sections/-fdata-sections
952 and linking with --gc-sections.
953
954 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
955
956commit ee1d2001ea7fbabb2b9256026dc5468f057337f8
957Author: Mike Frysinger <vapier@gentoo.org>
958Date: Mon Oct 20 21:08:54 2008 -0400
959
960 Blackfin: dont check baud if it wont actually get used
961
962 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
963
964commit 400f5778f375bc99c73c8488c555def261ccfab7
965Author: Mike Frysinger <vapier@gentoo.org>
966Date: Tue Oct 14 07:54:09 2008 -0400
967
968 Blackfin: add driver for on-chip SPI controller
969
970 This fills out the SPI backend for the Blackfin on-chip SPI peripheral.
971
972 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
973
974commit 7a1e87b1062e6eac0704c6fc2f7c661caf8814cd
975Author: Mike Frysinger <vapier@gentoo.org>
976Date: Sat Oct 18 05:33:51 2008 -0400
977
978 Blackfin: only build post code when CONFIG_POST
979
980 Save some time by using CONFIG_POST in the Makefile rather than C files.
981
982 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
983
984commit 6d7d4803c74bb86e1b401b1199e63381a62b9382
985Author: Mike Frysinger <vapier@gentoo.org>
986Date: Thu Jan 8 11:57:57 2009 -0500
987
988 Blackfin: bfin_mac: cleanup pointer/casts for aliasing issues
989
990 Redo how pointers are managed to get rid of ugly casts and strict pointer
991 aliasing issues that are highlighted by gcc 4.3.
992
993 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
994 Acked-by: Ben Warren <biggerbadderben@gmail.com>
995
996commit 092d2487baf7c29343c165e3ae82ea8a7f9e679b
997Author: Mike Frysinger <vapier@gentoo.org>
998Date: Tue Dec 9 17:46:21 2008 -0500
999
1000 Blackfin: bfin_mac: convert CONFIG_BFIN_MAC_RMII to CONFIG_RMII
1001
1002 No point in having a Blackfin-specific define "CONFIG_BFIN_MAC_RMII" that
1003 does exactly the same thing as common "CONFIG_RMII".
1004
1005 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1006 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1007
1008commit 8eed6ca51e50fade6887e8bdb1ff6a44116b42b5
1009Author: Mike Frysinger <vapier@gentoo.org>
1010Date: Wed Nov 5 06:36:15 2008 -0500
1011
1012 Blackfin: bfin_mac: use common debug()
1013
1014 Rather then defining our own DEBUGF(), just use the common debug().
1015
1016 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1017 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1018
1019commit a7ec6ac8b2c6dce6fc670a2a855deb6eee340e04
1020Author: Mike Frysinger <vapier@gentoo.org>
1021Date: Mon Oct 20 13:59:51 2008 -0400
1022
1023 Blackfin: bfin_mac: respect CONFIG_PHY_{ADDR,CLOCK_FREQ}
1024
1025 Rather than having the on-chip MAC hardcoded to phy address 1 and a speed
1026 of 2.5mhz, use these as defaults if the board doesn't specify otherwise.
1027
1028 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1029 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1030
1031commit ac45af4e63ea925f4accc98453aab1a1166c196d
1032Author: Mike Frysinger <vapier@gentoo.org>
1033Date: Tue Oct 14 04:52:00 2008 -0400
1034
1035 Blackfin: bfin_mac: cleanup MII/PHY functions
1036
1037 Cleanup and rewrite the MII/PHY related functions so that we can reuse the
1038 existing common linux/miiphy.h code and hook into the `mii` command.
1039
1040 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1041 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1042
1043commit 6b310a05f0d10c751f22468040932139f71c71d3
1044Author: Mike Frysinger <vapier@gentoo.org>
1045Date: Tue Oct 14 00:31:30 2008 -0400
1046
1047 Blackfin: bfin_mac: set MDCDIV based on SCLK
1048
1049 Rather than hardcoding MDCDIV to 24 (which is correct for ~125mhz SCLK),
1050 use the real algorithm so it gets set correctly regardless of SCLK.
1051
1052 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1053 Acked-by: Ben Warren <biggerbadderben@gmail.com>
1054
1055commit 930590f3e49c8f32256edf2e5861e1535a329c6c
1056Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1057Date: Sat Jan 31 09:10:48 2009 +0100
1058
1059 ixp: move serial to drivers/serial
1060
1061 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1062
1063commit f90c8022f448bc5e93090e4b714368e52e912f0f
1064Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1065Date: Sat Jan 31 09:04:58 2009 +0100
1066
1067 ixp: move pci init in arm/board instead of cpu
1068
1069 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1070
1071commit 8cb79b5f275f1888ccb278a2d2197140444a84b7
1072Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1073Date: Sat Jan 31 08:56:49 2009 +0100
1074
1075 ixp: move pci drivers to drivers/pci
1076
1077 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1078
1079commit 012d5bab09a534e4800b02f50cf508e6837202ea
1080Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1081Date: Sat Jan 31 08:53:44 2009 +0100
1082
1083 ixp: Move conditional compilation to Makefile
1084
1085 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1086
1087commit f693f501d67434df1f815fd1824a71973ae08207
1088Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1089Date: Sat Jan 31 08:53:44 2009 +0100
1090
1091 ixp: add missing os define
1092
1093 need by arm-elf toolchains and no impact on the arm-linux one
1094
1095 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1096
1097commit b4e2f89dfcb206a22d34fa6b34878d85b498b39f
1098Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1099Date: Sat Jan 31 09:53:39 2009 +0100
1100
1101 ixp: remove the option to include the Microcode
1102
1103 instead the board will have to load it from flash or ram
1104 which will be specified by npe_ucode env var
1105
1106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1107
1108commit 1b017baf2071d8daf643bce87250db898c606c66
1109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1110Date: Fri Jan 30 09:45:23 2009 +0100
1111
1112 ixp/npe: Move conditional compilation to Makefile
1113
1114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1115
1116commit 4e69087a1d6ef2eca6f46026cf5e7399b6c9e7c0
1117Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1118Date: Wed Jan 28 21:58:04 2009 +0100
1119
1120 SX1: add hardware V2 support
1121
1122 In the V2 the 2 flash has been replace by one 32MB flash
1123
1124 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1125
1126commit f877f2233dbcd7417c2f0babe6a849099b167f3c
1127Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1128Date: Wed Jan 28 21:58:03 2009 +0100
1129
1130 SX1: Fix second flash mapping
1131
1132 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1133
1134commit 47fd3bffed6430c91eb2660f859574ed98be5bd8
1135Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1136Date: Wed Jan 28 21:58:03 2009 +0100
1137
1138 SX1: add CONFIG_STDOUT_USBTTY to enable preboot stdout redirect to usbtty
1139
1140 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1141
1142commit cfca33837ec83829c6a49c3bcc86c31bc2495ff6
1143Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1144Date: Wed Jan 28 21:57:59 2009 +0100
1145
1146 move Samsung's board to board/samsung
1147
1148 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1149
1150commit e4943ec57466ea5dfa085e7a9e0ec44cb93c4e1e
1151Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1152Date: Thu Jan 29 12:07:21 2009 +0100
1153
1154 move ARM Ltd. to vendor dir
1155
1156 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1157
1158commit a87fb1b308a2a375cb9ca74ca0dd3e2c5793d3bf
1159Author: Larry Johnson <lrj@acm.org>
1160Date: Wed Jan 28 15:30:37 2009 -0500
1161
1162 ppc4xx: Clean up configuration file for Korat board
1163
1164 This patch updates the default environmental variables for the
1165 Korat PPC 440EPx board, and makes additional minor fixes.
1166
1167 Signed-off-by: Larry Johnson <lrj@acm.org>
1168 Signed-off-by: Stefan Roese <sr@denx.de>
1169
1170commit f20405e31680efc36293c59b4963db57c9d93df4
1171Author: Larry Johnson <lrj@acm.org>
1172Date: Wed Jan 28 15:30:02 2009 -0500
1173
1174 ppc4xx: Add variable "korat_usbcf" for Korat board
1175
1176 The new environment variable "korat_usbcf" selects the USB
1177 port used by the Korat board's CompactFlash controller.
1178
1179 Signed-off-by: Larry Johnson <lrj@acm.org>
1180 Signed-off-by: Stefan Roese <sr@denx.de>
1181
1182commit fc01ea1e27d5b124f0a1868d0ce569f156d58dfe
1183Author: Gunnar Rangoy <gunnar@rangoy.com>
1184Date: Fri Jan 23 12:56:31 2009 +0100
1185
1186 AVR32: macb - Search for PHY id
1187
1188 This patch adds support for searching through available PHY-addresses in
1189 the macb-driver. This is needed for the ATEVK1100 evaluation board,
1190 where the PHY-address will be initialized to either 1 or 7.
1191
1192 This patch adds a config option, CONFIG_MACB_SEARCH_PHY, which when
1193 enabled tells the driver to search for the PHY address.
1194
1195 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
1196 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
1197 Signed-off-by: Olav Morken <olavmrk@gmail.com>
1198 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1199
1200commit af8626e0c08a780d9ded1d9c4883a89355f60e75
1201Author: Olav Morken <olavmrk@gmail.com>
1202Date: Fri Jan 23 12:56:26 2009 +0100
1203
1204 Fix IP alignment problem
1205
1206 This patch removes volatile from:
1207 volatile IP_t *ip = (IP_t *)xip;
1208
1209 Due to a bug, avr32-gcc will assume that ip is aligned on a word boundary when
1210 using volatile, which causes an exception since xip isn't aligned on a word
1211 boundary.
1212
1213 Signed-off-by: Gunnar Rangoy <gunnar@rangoy.com>
1214 Signed-off-by: Paul Driveklepp <pauldriveklepp@gmail.com>
1215 Signed-off-by: Olav Morken <olavmrk@gmail.com>
1216 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1217
1218commit 12a8b9db12f82a189ff143a58731007f5469da61
1219Author: Ron Madrid <ron_madrid@sbcglobal.net>
1220Date: Wed Jan 28 16:17:21 2009 -0800
1221
1222 Marvell 88E1118 interrupt fix
1223
1224 This patch adjusts the LED control so that interrupt lines are not reading LEDs
1225 and effectively causing indefinite interrupts to the controller.
1226
1227 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
1228 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1229
1230commit 9a37f2acc31a3296dddd3574ea9eaf7f319807b9
1231Author: Stefan Roese <sr@denx.de>
1232Date: Wed Jan 21 17:14:26 2009 +0100
1233
1234 net: smc911x.c: Add LAN9211 to chip_ids[] array
1235
1236 Signed-off-by: Stefan Roese <sr@denx.de>
1237 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1238
1239commit 75edebe3011c963a7cd84be0f4a987477f2aaf89
1240Author: Mike Frysinger <vapier@gentoo.org>
1241Date: Tue Jan 27 16:53:39 2009 -0500
1242
1243 Move is_valid_ether_addr() to include/net.h
1244
1245 Import the is_valid_ether_addr() function from the Linux kernel.
1246
1247 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1248 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1249
1250commit 268859338c0188eab1d0d3b867b7dad3c5cc734a
1251Author: Michal Simek <monstr@monstr.eu>
1252Date: Mon Jan 5 12:25:13 2009 +0100
1253
1254 net: Sort Makefile labels
1255
1256 Signed-off-by: Michal Simek <monstr@monstr.eu>
1257 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1258
1259commit 1fbcbe9a95f39afb2df6ab8cba25b284b47ebfb2
1260Author: Wolfgang Denk <wd@denx.de>
1261Date: Wed Jan 28 23:06:42 2009 +0100
1262
1263 85xx: Fix compile breakage with sbc8540 and sbc8560
1264
1265 This fixes an error which raises just a warning:
1266 sbc8560.c:250: warning: passing argument 2 of 'strmhz' makes integer from pointer without a cast
1267
1268 Signed-off-by: Wolfgang Denk <wd@denx.de>
1269
1270commit 62625c0b081bd4019cecab14e9fc2e05e48d2a58
1271Author: Mike Frysinger <vapier@gentoo.org>
1272Date: Wed Jan 28 13:48:55 2009 -0500
1273
1274 SPD823TS: do not define CONFIG_CMD_ENV
1275
1276 Since the SPD823TS board does not actually have any writable flash to save
1277 its environment, undefine CONFIG_CMD_ENV so the "saveenv" command is
1278 disabled.
1279
1280 This fixes the build error:
1281 common/libcommon.a(cmd_nvedit.o): In function `do_saveenv':
1282 common/cmd_nvedit.c:557: undefined reference to `saveenv'
1283 make: *** [u-boot] Error 1
1284
1285 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1286
1287commit 7379f45a7bc71941c3920c2f6b3c3faa4d7fd315
1288Author: Dirk Behme <dirk.behme@googlemail.com>
1289Date: Wed Jan 28 21:40:16 2009 +0100
1290
1291 OMAP3: Add Zoom1 board support
1292
1293 Support for Zoom MDK with OMAP3430. Details of Zoom MDK available here:
1294 http://www.logicpd.com/products/devkit/ti/zoom_mobile_development_kit
1295
1296 Signed-off-by: Nishanth Menon <nm@ti.com>
1297 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
1298
1299commit 2be2c6cc674e26237962f5cf4c0d311e139e4241
1300Author: Dirk Behme <dirk.behme@googlemail.com>
1301Date: Wed Jan 28 21:39:58 2009 +0100
1302
1303 OMAP3: Add Pandora support
1304
1305 Add Pandora support.
1306
1307 Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
1308 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1309 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
1310
1311commit ad9bc8e52d174d699d1367be0b90089e4fdeb933
1312Author: Dirk Behme <dirk.behme@googlemail.com>
1313Date: Wed Jan 28 21:39:58 2009 +0100
1314
1315 OMAP3: Add EVM board
1316
1317 Add EVM board support.
1318
1319 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
1320 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1321 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
1322
1323commit 9d0fc8110e7e755239329c26f300d5fc9946d3ec
1324Author: Dirk Behme <dirk.behme@googlemail.com>
1325Date: Wed Jan 28 21:39:57 2009 +0100
1326
1327 OMAP3: Add Overo board
1328
1329 Add Overo board support.
1330
1331 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
1332 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1333 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
1334
1335commit f904cdbb68167c647887f19929ad295dbaac8862
1336Author: Dirk Behme <dirk.behme@googlemail.com>
1337Date: Tue Jan 27 18:19:12 2009 +0100
1338
1339 OMAP3: Add common power code, README, and BeagleBoard
1340
1341 Add BeagleBoard support, common power code and README.
1342
1343 Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
1344 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
1345
1346commit 9cda4f104b5313fadc21b75aa781c7a6aaf6ea60
1347Author: Kumar Gala <galak@kernel.crashing.org>
1348Date: Wed Jan 28 08:31:10 2009 -0600
1349
1350 85xx: Fix compile breakage with MPC8540EVAL
1351
1352 Configuring for MPC8540EVAL board...
1353 mpc8540eval.c: In function 'checkboard':
1354 mpc8540eval.c:53: error: invalid operands to binary /
1355 make[1]: *** [mpc8540eval.o] Error 1
1356
1357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1358
1359commit 1a448db77b10153703bc5e4ad13dd55d88beb1d6
1360Author: Bryan Wu <bryan.wu@analog.com>
1361Date: Sun Jan 18 23:04:27 2009 -0500
1362
1363 usb_scan_devices: fix output with no devices
1364
1365 We should check the return of usb_new_device() so that if no USB device is
1366 found, we print out the right message rather than always saying "new usb
1367 device found".
1368
1369 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
1370 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1371 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1372
1373commit f1c1f540243438246aefb703fdcf16957e3a72e1
1374Author: Stefan Roese <sr@denx.de>
1375Date: Thu Jan 22 10:11:21 2009 +0100
1376
1377 USB: Add high-speed (480Mb/s) to all USB related outputs
1378
1379 With this patch the USB related connection speed output ("usb tree" command and
1380 debug output) is now high-speed enabled.
1381
1382 This patch also fixes a compilation warning when debugging is enabled.
1383
1384 Signed-off-by: Stefan Roese <sr@denx.de>
1385 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1386
1387commit daa2dafb450a8073a4e42fd46cd4e995b208e4cb
1388Author: Stefan Roese <sr@denx.de>
1389Date: Wed Jan 21 17:12:19 2009 +0100
1390
1391 USB: Add dcache support to the EHCI driver
1392
1393 This patch adds routines to handle (flush/invalidate) the dcache for the
1394 QH and qTD structures and data buffers. This is needed on platforms using
1395 this EHCI support with dcache enabled (like the MIPS VCT board port).
1396
1397 Signed-off-by: Stefan Roese <sr@denx.de>
1398 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1399
1400commit 4e0ea0efc1e501186aca8577a4042fc6fa641602
1401Author: Stefan Roese <sr@denx.de>
1402Date: Wed Jan 21 17:12:28 2009 +0100
1403
1404 USB: Add EHCI support for VCT EHCI controller
1405
1406 Signed-off-by: Stefan Roese <sr@denx.de>
1407 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1408
1409commit 832e61418eedfea172bd2fdfd0ea0d199cc70a9d
1410Author: Stefan Roese <sr@denx.de>
1411Date: Wed Jan 21 17:12:10 2009 +0100
1412
1413 USB: Add config option to call ehci_hcd_init() again after EHCI reset
1414
1415 This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET
1416 to call ehci_hcd_init() again after ehci_reset() is executed. This
1417 is needed for the upcoming VCT EHCI support which needs to re-init
1418 the hcd part again after the EHCI CMD_RESET is executed.
1419
1420 Signed-off-by: Stefan Roese <sr@denx.de>
1421 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1422
1423commit 597eb28bd9691266b7b804364cda577cdb51d106
1424Author: Stefan Roese <sr@denx.de>
1425Date: Wed Jan 21 17:12:01 2009 +0100
1426
1427 USB: Fix speed detection on EHCI cntr with root hub transaction translators
1428
1429 This patch fixes an issue that the speed of USB devices was not detected
1430 correctly on some EHCI controllers. This will be used on the upcoming VCT
1431 EHCI support.
1432
1433 Signed-off-by: Stefan Roese <sr@denx.de>
1434 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1435
1436commit 20cc06611ea33fc0a67a5e56e6476379d2de3091
1437Author: Thomas Abraham <t-abraham@ti.com>
1438Date: Sun Jan 4 09:41:20 2009 +0530
1439
1440 usb : musb : Enabling USB MSC support for DM6446 (TI DaVinci) platform
1441
1442 Enabling USB MSC support for DM6446 (TI DaVinci) platform in the
1443 configuration file.
1444
1445 Signed-off-by: Ravi Babu <ravibabu@ti.com>
1446 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
1447 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1448 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
1449 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1450
1451commit 538ef967715322f64ee08efa2296d9682111b014
1452Author: Thomas Abraham <t-abraham@ti.com>
1453Date: Sun Jan 4 09:41:16 2009 +0530
1454
1455 usb : musb : Enabling DM6446 (TI DaVinci) USB module power
1456
1457 Enabling DM6446 (TI DaVinci) USB module power and MUSB low-level
1458 controller hook up to USB core layer.
1459
1460 Signed-off-by: Ravi Babu <ravibabu@ti.com>
1461 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
1462 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1463 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
1464 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1465
1466commit e142e9f35f8ec61e74bf8019428b003f5070c33b
1467Author: Thomas Abraham <t-abraham@ti.com>
1468Date: Sun Jan 4 09:41:13 2009 +0530
1469
1470 usb : musb : Adding DM6446 (TI DaVinci) platform specific USB support
1471
1472 Adding DM6446 (TI DaVinci) platform specific USB functionality for
1473 USB Phy and VBUS initialization.
1474
1475 Signed-off-by: Ravi Babu <ravibabu@ti.com>
1476 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
1477 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1478 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
1479 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1480
1481commit a9d39ebe91ecdd5ac0a0cf56ea162a19773db8da
1482Author: Thomas Abraham <t-abraham@ti.com>
1483Date: Sun Jan 4 09:41:09 2009 +0530
1484
1485 usb : musb : Adding USB VBUS enable functionality for DM644x DVEVM
1486
1487 Adding USB VBUS enable functionality for DM644x DVEVM (TI DaVinci)
1488 platform.
1489
1490 Signed-off-by: Ravi Babu <ravibabu@ti.com>
1491 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
1492 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1493 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
1494 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1495
1496commit a142896934c755e679ba87e227a8e449f39b0012
1497Author: Thomas Abraham <t-abraham@ti.com>
1498Date: Sun Jan 4 09:41:03 2009 +0530
1499
1500 usb : musb : Adding host controller driver for Mentor USB controller
1501
1502 Adding Mentor USB core functionality and Mentor USB Host controller
1503 functionality for Mentor USB OTG controller (musbhdrc).
1504
1505 Signed-off-by: Ravi Babu <ravibabu@ti.com>
1506 Signed-off-by: Swaminathan S <swami.iyer@ti.com>
1507 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1508 Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
1509 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1510
1511commit c7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
1512Author: Mike Frysinger <vapier@gentoo.org>
1513Date: Thu Jan 1 18:27:27 2009 -0500
1514
1515 usb.h: use standard __LITTLE_ENDIAN from Linux headers
1516
1517 Rather than forcing people to define a custom "LITTLEENDIAN", just use the
1518 __LITTLE_ENDIAN one from the Linux byteorder headers that every arch is
1519 already setting up.
1520
1521 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1522 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1523
1524commit 7b6e31eb17e3ff76238a60803fc531517d516223
1525Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1526Date: Wed Dec 31 10:33:56 2008 +0100
1527
1528 USB ehci ixp4xx support
1529
1530 Add USB ehci ixp4xx host controller. Test on ixdp465 board.
1531
1532 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1533 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1534
1535commit 1ed9f9adc88218841dfeb60b9094a5a548bff009
1536Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1537Date: Wed Dec 31 10:33:22 2008 +0100
1538
1539 USB ehci remove infinite loop and use handshake function
1540
1541 USB ehci code cleanup. Use handshake instead of infinite while loop
1542 to check the STD_ASS status
1543
1544 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1545 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1546
1547commit 8fea2914ac974029b65926ef8247d908f84d202d
1548Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1549Date: Wed Dec 31 10:32:41 2008 +0100
1550
1551 Add initial support for USB ehci pci
1552
1553 Add USB ehci pci support. This patch doesn't include any
1554 pci_ids and it is not tested on real hardware.
1555
1556 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1557 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1558
1559commit 14e4111cdab7e7738ff6a203d445e4d8377f058f
1560Author: Bryan Wu <Bryan.Wu@analog.com>
1561Date: Thu Jan 1 19:48:07 2009 -0500
1562
1563 usb_storage: do not reset SanDisk Corporation U3 Cruzer Micro USB thumb drive
1564
1565 The SanDisk Corporation U3 Cruzer Micro 1/4GB Flash Drive 000016244373FFB4
1566 does not like to be reset, so check for it.
1567
1568 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
1569 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1570 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1571
1572commit 1eb734fed3b79a5e6106dad16e88041894fdab30
1573Author: Thomas Abraham <t-abraham@ti.com>
1574Date: Sun Jan 4 12:15:35 2009 +0530
1575
1576 usb : usb_kbd : Populating 'priv' member of USB keyboard device_t structure
1577
1578 This patch populates the 'priv' field of the USB keyboard device_t
1579 structure. The 'priv' field is populated with the address of the
1580 'struct usb_device' structure that represents the USB device.
1581
1582 The 'priv' field can then be used in the 'usb_event_poll' function to
1583 determine the USB device that requires to be polled. An
1584 example of its usage in 'usb_event_poll' function is as below.
1585
1586 device_t *dev;
1587 struct usb_device *usb_kbd_dev;
1588
1589 <snip>
1590
1591 dev = device_get_by_name("usbkbd");
1592 usb_kbd_dev = (struct usb_device *)dev->priv;
1593 iface = &usb_kbd_dev->config.if_desc[0];
1594
1595 Signed-off-by: Thomas Abraham <t-abraham@ti.com>
1596 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1597
1598commit 366523c26b6320af171459b19e6e0e9e3baa83ca
1599Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1600Date: Thu Dec 18 10:05:37 2008 +0100
1601
1602 USB change speed
1603
1604 USB changes the speed according to the port status
1605
1606 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1607 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1608
1609commit c0d722fe7ee1cb452dfd9246419188b3f6d9c4df
1610Author: Remy Böhmer <linux@bohmer.net>
1611Date: Sat Dec 13 22:51:58 2008 +0100
1612
1613 EHCI fix code and ixp4xx test.
1614 USB ehci configuration parameter:
1615
1616 #define CONFIG_CMD_USB 1
1617 #define CONFIG_USB_STORAGE 1
1618 #define CONFIG_USB_EHCI
1619 #define CONFIG_USB_EHCI_IXP4XX 1
1620 #define CONFIG_EHCI_IS_TDI 1
1621 #define CONFIG_EHCI_DESC_BIG_ENDIAN 1
1622 #define CONFIG_EHCI_MMIO_BIG_ENDIAN 1
1623 #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
1624 #define CONFIG_LEGACY_USB_INIT_SEQ 1
1625
1626 2 USB Device(s) found
1627 scanning bus for storage devices... 0 Storage Device(s) found
1628 => usb tree
1629
1630 Device Tree:
1631 1 Hub (1.5MBit/s, 0mA)
1632 | u-boot EHCI Host Controller
1633 |
1634 |+-2 Mass Storage (12MBit/s, 100mA)
1635 Sony Storage Media 0C07040930296
1636
1637 =>
1638
1639 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1640 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1641
1642commit 51ab142b8b546d5e627b2c8c36d0adae222565f7
1643Author: michael <michael@panicking.retis>
1644Date: Thu Dec 11 13:43:55 2008 +0100
1645
1646 [PATCH] This patch add varius fix to the ehci.
1647 - fix ehci_readl, ehci_writel
1648 - introduce new define in ehci.h
1649 - introduce the handshake function for waiting on a register
1650 - fix usb_ehci_fsl with the new HC_LENGTH macro
1651
1652 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1653 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1654
1655commit db63299b1dd2894ade542278210bccd046de6435
1656Author: michael <michael@panicking.retis>
1657Date: Wed Dec 10 17:55:19 2008 +0100
1658
1659 [PATCH] Fix EHCI usb. I start to test on a
1660 IXP465 board and I find some errors in the code. This
1661 patch fix:
1662 - descriptor initizialization (config, interface and endpoint
1663 must be one next-to the other when the USB_DT_CONFIG message
1664 is send.
1665 - FIX little/endian bigendian (introduce the CONFIG_EHCI_DESC_BIG_ENDIAN
1666 and the CONFIG_EHCI_MMIO_BIG_ENDIAN)
1667 - Introduce the linux version of the usb_config_descriptor and
1668 usb_interface descriptor. This descriptor does't contains
1669 u-boot extension.
1670
1671 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1672 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1673
1674commit 6b92487dcf9afe83a3570153d66940fdb293be76
1675Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1676Date: Fri Nov 28 13:22:09 2008 +0100
1677
1678 USB ehci freescale support
1679
1680 Add USB ehci freescale support
1681
1682 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1683 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1684
1685commit aaf098cfeed04595d4c5100ffd39095d79edbf90
1686Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1687Date: Fri Nov 28 13:20:46 2008 +0100
1688
1689 USB ehci core support
1690
1691 Add USB ehci core support
1692
1693 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1694 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1695
1696commit 3e126484df7868e341545cce740b24b62b0cd3b7
1697Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1698Date: Fri Nov 28 13:19:19 2008 +0100
1699
1700 Prepare USB layer for ehci
1701
1702 Prepare USB layer for ehci support
1703
1704 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1705 Signed-off-by: Remy Böhmer <linux@bohmer.net>
1706
1707commit a0cb3fc31e58996a1c5732715ac04159d4d284fd
1708Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
1709Date: Wed Dec 10 15:52:06 2008 +0100
1710
1711 USB storage cleanup patch
1712
1713 Cleanup usb storage
1714
1715 Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it>
1716 Signed-off-by: Remy Bohmer <linux@bohmer.net>
1717
1718commit fe033ad6d0883063fe857237abb9436fab03208c
1719Author: Mike Frysinger <vapier@gentoo.org>
1720Date: Sun Oct 12 06:02:55 2008 -0400
1721
1722 Blackfin: fixup misc warnings such as printf's and missing casts
1723
1724 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1725
1726commit 1f4a3bb50343719c434d7e2541a2f86480a6d25c
1727Author: Mike Frysinger <vapier@gentoo.org>
1728Date: Sun Oct 12 22:09:26 2008 -0400
1729
1730 Blackfin: convert old boards to use COBJS-y Makefile style
1731
1732 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1733
1734commit 1f75d6f0ff005762d3e6ad92ae4ce2ab366b3bb5
1735Author: Mike Frysinger <vapier@gentoo.org>
1736Date: Sat Oct 11 22:38:37 2008 -0400
1737
1738 Blackfin: bf533-stamp: rewrite resource swap logic
1739
1740 The old swap function tended to clobber unrelated pins and screw up masks.
1741 Rewrite the thing from scratch so it only uses the resources it needs.
1742
1743 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1744
1745commit 29d4ea0a9073c82469184331010136f52edf8db6
1746Author: Mike Frysinger <vapier@gentoo.org>
1747Date: Sat Oct 11 22:08:42 2008 -0400
1748
1749 Blackfin: bootldr: implement BF53x/BF56x LDR loader
1750
1751 The BF53x/BF56x parts do not have an on-chip ROM to boot LDRs out of
1752 arbitrary memory locations, so implement a basic one in software.
1753
1754 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1755
1756commit 8b35e3aeff6c2d747c37697997b3f8a808432329
1757Author: Mike Frysinger <vapier@gentoo.org>
1758Date: Sat Oct 11 22:05:42 2008 -0400
1759
1760 Blackfin: implement real write support for OTP
1761
1762 Now that real documentation has been released for the OTP interface and
1763 the on-chip ROM wrt writing/timings, implement support for reading/writing
1764 as well as dumping/locking.
1765
1766 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1767
1768commit 9372c3214808fab545227d8d0f76b3bfcc6760ec
1769Author: Mike Frysinger <vapier@gentoo.org>
1770Date: Sat Oct 11 22:04:05 2008 -0400
1771
1772 Blackfin: update on-chip ROM API
1773
1774 This brings the API for the on-chip ROM in line with the toolchain and
1775 hardware documentation.
1776
1777 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1778
1779commit 7633903bff432ec7b27905dce7396958553f2be6
1780Author: Mike Frysinger <vapier@gentoo.org>
1781Date: Sat Oct 11 21:52:17 2008 -0400
1782
1783 Blackfin: allow serial console to be disabled
1784
1785 Some devices have no UART device pulled out, so allow people to disable the
1786 driver completely in favor of other methods (like JTAG-console).
1787
1788 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1789
1790commit 36ea8e9ad1107af12d244bba8c73e85b9f655e45
1791Author: Mike Frysinger <vapier@gentoo.org>
1792Date: Sat Oct 11 21:51:20 2008 -0400
1793
1794 Blackfin: support console-over-JTAG
1795
1796 The Blackfin JTAG has the ability to pass data via a back-channel without
1797 halting the processor. Utilize that channel to emulate a console.
1798
1799 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1800
1801commit cf8f2efb5f39c5225da92391c14a07eecbeca881
1802Author: Mike Frysinger <vapier@gentoo.org>
1803Date: Sat Oct 11 21:49:06 2008 -0400
1804
1805 Blackfin: handle new anomalies with reset
1806
1807 Workaround fun new anomalies related to software reset of the processor.
1808
1809 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1810
1811commit b1e9435b643043dd8fbd1fcc47309c6acb7b3c8e
1812Author: Mike Frysinger <vapier@gentoo.org>
1813Date: Sat Oct 11 21:44:00 2008 -0400
1814
1815 Blackfin: pass RETX to Linux
1816
1817 Make sure we save the value of RETX at power on and then pass it on to the
1818 kernel so that it can nicely debug a "double-fault-caused-a-reset" crash.
1819
1820 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1821
1822commit b5eba3fafcccd1979380f12a256bd0e19be3d61e
1823Author: Mike Frysinger <vapier@gentoo.org>
1824Date: Sat Oct 11 21:40:26 2008 -0400
1825
1826 Blackfin: clarify relocation comment during init
1827
1828 People often ask questions about the init process and when things go
1829 from flash to relocated base, so clarify the comments a bit.
1830
1831 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1832
1833commit 95433f6d43ede6b40c1d900f3f704c839aa074f1
1834Author: Mike Frysinger <vapier@gentoo.org>
1835Date: Sat Oct 11 21:23:41 2008 -0400
1836
1837 Blackfin: just set SP register directly during init
1838
1839 No need to set the SP register indirectly to the configured value when it
1840 can be set directly.
1841
1842 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1843
1844commit 51230e6e356ccf4c932e0c4ff54f1e49da02285c
1845Author: Mike Frysinger <vapier@gentoo.org>
1846Date: Sat Oct 11 21:15:53 2008 -0400
1847
1848 Blackfin: add portmuxing for UARTs on the BF51x
1849
1850 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1851
1852commit 4f6a313240c531042f16909a3a170ab047b95779
1853Author: Mike Frysinger <vapier@gentoo.org>
1854Date: Sun Jun 1 01:26:29 2008 -0400
1855
1856 Blackfin: respect CONFIG_CLKIN_HALF
1857
1858 As pointed out by Ivan Koryakovskiy, the initialization code was not
1859 actually respecting the CONFIG_CLKIN_HALF option when configuring the
1860 PLL_CTL register.
1861
1862 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1863
1864commit dc2bfb0b58d7462b9eba68f3ae38e38cada0ad33
1865Author: Mike Frysinger <vapier@gentoo.org>
1866Date: Sun Jun 1 01:21:34 2008 -0400
1867
1868 Blackfin: use common memcpy routine during init
1869
1870 Rather than using a local custom memcpy function, just call the existing
1871 optimized Blackfin version.
1872
1873 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1874
1875commit 362c943347364e9373af4c5530778491ab56ec2e
1876Author: Mike Frysinger <vapier@gentoo.org>
1877Date: Wed Apr 9 02:27:06 2008 -0400
1878
1879 Blackfin: set default boot SPI CS for BF538/BF539
1880
1881 The BF538/BF539 use CS2 for booting off of rather than CS1 like newer
1882 Blackfin parts.
1883
1884 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1885
1886commit 74dde80bd5d55bc146630853ca191aaeea7c30f4
1887Author: Mike Frysinger <vapier@gentoo.org>
1888Date: Wed Apr 9 02:20:59 2008 -0400
1889
1890 Blackfin: punt unused BF533-STAMP definitions
1891
1892 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1893
1894commit fee531eeefc3b5f2c63c7fe27b9f55d924c59c26
1895Author: Mike Frysinger <vapier@gentoo.org>
1896Date: Fri Apr 18 20:44:11 2008 -0400
1897
1898 Blackfin: resurrect BF533-STAMP video splash driver
1899
1900 This video driver used to live in the Blackfin cpu directory, but it was
1901 lost during the unification process. This brings it back.
1902
1903 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1904
1905commit a750d038f2548d846ea1e046d873dc932d041319
1906Author: Mike Frysinger <vapier@gentoo.org>
1907Date: Wed Apr 9 02:31:29 2008 -0400
1908
1909 Blackfin: tighten up post memory coding style
1910
1911 No functional changes here; just cleanup code style a bit.
1912
1913 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1914
1915commit 0649908f92c9bd214dd139aa3d4698c1654a45c6
1916Author: Mike Frysinger <vapier@gentoo.org>
1917Date: Wed Apr 9 02:29:18 2008 -0400
1918
1919 Blackfin: bf537-stamp nand: fix more style errors in previous commit
1920
1921 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1922
1923commit 41f3325ae9add641036d7cb362e884b698e53f07
1924Author: Mike Frysinger <vapier@gentoo.org>
1925Date: Sat Oct 11 20:31:17 2008 -0400
1926
1927 Blackfin: drop dead/wrong debug code in initdram()
1928
1929 The DEBUG code in initdram() is quite old and was never really useful, so
1930 just drop it altogether. Common Blackfin debug code does a better job.
1931
1932 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1933
1934commit 65ba1abd3b90e0b2585745809b78e2651bd3bacb
1935Author: Mike Frysinger <vapier@gentoo.org>
1936Date: Sat Oct 11 20:30:28 2008 -0400
1937
1938 Blackfin: bf533-ezkit: shuffle flash defines a little
1939
1940 Some of the flash defines weren't in the correct location and caused build
1941 problems in some configurations, so let's move types and defines to better
1942 local locations.
1943
1944 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1945
1946commit be853bf86b41e91f4c422f0f56fdf87ea3191266
1947Author: Mike Frysinger <vapier@gentoo.org>
1948Date: Mon Oct 6 04:16:47 2008 -0400
1949
1950 Blackfin: overhaul i2c driver
1951
1952 The current Blackfin i2c driver does not work properly with certain devices
1953 due to it breaking up transfers incorrectly. This is a rewrite of the
1954 driver and relocates it to the newer place in the source tree.
1955
1956 Also remove duplicated I2C speed defines in Blackfin board configs and
1957 disable I2C slave address usage since it isn't implemented.
1958
1959 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1960
1961commit b6edc719a106ab7fa6e6950b4d97bc39c1368e45
1962Author: Mike Frysinger <vapier@gentoo.org>
1963Date: Mon Oct 6 04:00:07 2008 -0400
1964
1965 Blackfin: respect CONFIG_SYS_MONITOR_LEN for default flash protection
1966
1967 Respect the CONFIG_SYS_MONITOR_LEN define rather than assuming a size of
1968 128kB when setting up the default flash protection region for U-Boot
1969 itself.
1970
1971 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1972
1973commit 78a0ba7dc24c9682371f6ee8549b569fb573a329
1974Author: Mike Frysinger <vapier@gentoo.org>
1975Date: Mon Oct 6 03:57:39 2008 -0400
1976
1977 Blackfin: respect/check CONFIG_SYS_GBL_DATA_SIZE
1978
1979 When setting up the global data, rather than relying on sizeof(), use the
1980 common CONFIG_SYS_GBL_DATA_SIZE define.
1981
1982 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1983
1984commit 01815c2d06c5b838f2cd536703e47bd2c9148194
1985Author: Mike Frysinger <vapier@gentoo.org>
1986Date: Mon Oct 6 03:52:24 2008 -0400
1987
1988 Blackfin: implement general support for CONFIG_STATUS_LED
1989
1990 Here are the Blackfin-specific and board-independent pieces for status leds.
1991
1992 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
1993
1994commit 6882b5a79a3247494b62c05015fa672557f1bfaa
1995Author: Mike Frysinger <vapier@gentoo.org>
1996Date: Mon Oct 6 03:49:32 2008 -0400
1997
1998 Blackfin: do not init i2c in Blackfin board init
1999
2000 The common code takes care of calling i2c_init() when needed, so no point
2001 in us doing it as well.
2002
2003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2004
2005commit 1118ea73698eee6e72ef5cbfc00e41746040304f
2006Author: Mike Frysinger <vapier@gentoo.org>
2007Date: Mon Oct 6 03:42:20 2008 -0400
2008
2009 Blackfin: bfin_mac: update port muxing
2010
2011 Adds support more Blackfin parts and fixes broken muxing for older ones.
2012
2013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2014
2015commit 05b75e48832fc4afeecf8e76d704349557dffa35
2016Author: Mike Frysinger <vapier@gentoo.org>
2017Date: Mon Oct 6 03:35:44 2008 -0400
2018
2019 Blackfin: fix dcache handling when doing dma memcpy's
2020
2021 Our dcache invalidate function doesn't just invalidate, it also flushes.
2022 So rename the function accordingly and fix the dma_memcpy() function so it
2023 doesn't inadvertently corrupt the data destination.
2024
2025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2026
2027commit 68e5632494168095d75f120af70043b68afd2476
2028Author: Mike Frysinger <vapier@gentoo.org>
2029Date: Thu Aug 7 18:56:56 2008 -0400
2030
2031 Blackfin: dont generate ldrs with --force
2032
2033 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2034
2035commit 746290dfd86a70b41fc5fdd3df1424a647d5c5e8
2036Author: Mike Frysinger <vapier@gentoo.org>
2037Date: Thu Aug 7 18:55:30 2008 -0400
2038
2039 Blackfin: pass --bmode/--initcode when creating ldr
2040
2041 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2042
2043commit 0332e4df71fccf9a96c5a4393e3c5d5daa50880a
2044Author: Mike Frysinger <vapier@gentoo.org>
2045Date: Thu Aug 7 18:39:27 2008 -0400
2046
2047 Blackfin: minimize time cache is turned off when replacing cplb entries
2048
2049 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2050
2051commit 21d631360430cf0ae9099612273cd4de28911ba9
2052Author: Mike Frysinger <vapier@gentoo.org>
2053Date: Thu Aug 7 15:31:13 2008 -0400
2054
2055 Blackfin: split cache handling out of dma_memcpy()
2056
2057 Creating a new dma_memcpy() function that skips all cache checks allows us
2058 to use the function in very early init where the cache is not yet setup.
2059
2060 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2061
2062commit d31eb38512bed377d5d4b3c696662e52120a2e4c
2063Author: Mike Frysinger <vapier@gentoo.org>
2064Date: Thu Aug 7 15:30:49 2008 -0400
2065
2066 Blackfin: abort dma_memcpy() for L1 scratchpad
2067
2068 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2069
2070commit 81b799add709177e838466461f7b9989488b0fd5
2071Author: Mike Frysinger <vapier@gentoo.org>
2072Date: Thu Aug 7 15:27:52 2008 -0400
2073
2074 Blackfin: rename bootm.c to boot.c
2075
2076 The boot file contains functions for more than just "bootm", so rename it
2077 accordingly.
2078
2079 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2080
2081commit d7ca7dd5bfc418ac173e9d2712f6cc2d8147a091
2082Author: Mike Frysinger <vapier@gentoo.org>
2083Date: Thu Aug 7 13:22:37 2008 -0400
2084
2085 Blackfin: set more sane default board config values
2086
2087 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2088
2089commit 36cd52a00794fb15ffab05d640acca92d7482993
2090Author: Mike Frysinger <vapier@gentoo.org>
2091Date: Thu Aug 7 15:24:59 2008 -0400
2092
2093 Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE}
2094
2095 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2096
2097commit c8054bc12e00669bd7588f2b30fef48aa94babac
2098Author: Mike Frysinger <vapier@gentoo.org>
2099Date: Thu Aug 7 13:21:27 2008 -0400
2100
2101 Blackfin: add bit defines for DDR parts
2102
2103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2104
2105commit 154502fe0796f3b7a4698378c5d2080ae28a9782
2106Author: Mike Frysinger <vapier@gentoo.org>
2107Date: Thu Aug 7 13:21:11 2008 -0400
2108
2109 Blackfin: add defines to describe active bootrom behavior
2110
2111 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2112
2113commit 2b6fd5c77db9c6ed3cea9799c86ff922cf0107b2
2114Author: Kim Phillips <kim.phillips@freescale.com>
2115Date: Tue Jan 27 16:03:53 2009 -0600
2116
2117 mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build
2118
2119 extend commit c70564e6b1bd08f3230182392238907f3531a87e
2120 "NAND: Fix cache and memory inconsistency issue" to add the cache.o dependency
2121 to the simpc8313 build and fix this:
2122
2123 ...Large Page NAND...Configuring for SIMPC8313 board...
2124 nand_boot_fsl_elbc.o: In function `nand_boot':
2125 nand_spl/board/sheldon/simpc8313/nand_boot_fsl_elbc.c:150: undefined reference to `flush_cache'
2126 make[1]: *** [/home/r1aaha/git/u-boot-mpc83xx/nand_spl/u-boot-spl] Error 1
2127 make: *** [nand_spl] Error 2
2128
2129 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2130
2131commit 54a7cc4912feefa45be961cc47cc159563725d2f
2132Author: Wolfgang Denk <wd@denx.de>
2133Date: Wed Jan 28 09:25:31 2009 +0100
2134
2135 mpc8536ds.c: include sata.h to for needed function prototypes
2136
2137 Signed-off-by: Wolfgang Denk <wd@denx.de>
2138
2139commit 2fb2604d5c20beb061b0a94282b7f6eb14d00cb8
2140Author: Peter Tyser <ptyser@xes-inc.com>
2141Date: Tue Jan 27 18:03:12 2009 -0600
2142
2143 Command usage cleanup
2144
2145 Remove command name from all command "usage" fields and update
2146 common/command.c to display "name - usage" instead of
2147 just "usage". Also remove newlines from command usage fields.
2148
2149 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2150
2151commit 79621bc10ba8b8c45d348994aba5b9e4923cb77b
2152Author: Peter Tyser <ptyser@xes-inc.com>
2153Date: Tue Jan 27 18:03:11 2009 -0600
2154
2155 amcc: Clean up command usage output
2156
2157 Update taihu and taishan commands to use cmd_usage() function
2158 to display usage messages.
2159
2160 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2161
2162commit 62c3ae7c6ef215b1afa614abdf61acf077752207
2163Author: Peter Tyser <ptyser@xes-inc.com>
2164Date: Tue Jan 27 18:03:10 2009 -0600
2165
2166 Standardize command usage messages with cmd_usage()
2167
2168 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2169
2170commit 84cde2bb409c07c6ef36a192d194359d4e9ccd70
2171Author: Peter Tyser <ptyser@xes-inc.com>
2172Date: Tue Jan 27 18:03:09 2009 -0600
2173
2174 pcs440ep: Clean up led command definition
2175
2176 The pcs440ep's led command usage formatting is non-standard. It
2177 was made standard in preparation for larger command usage updates.
2178
2179 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2180
2181commit 9507e7867e04dc48c80ee333c2a9a5e70e887f62
2182Author: Peter Tyser <ptyser@xes-inc.com>
2183Date: Tue Jan 27 18:03:08 2009 -0600
2184
2185 Clean up diufb command definitions
2186
2187 The diufb command usage formatting is non-standard. It was
2188 made standard in preparation for larger command usage updates.
2189
2190 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2191
2192commit 6450a8485836fc80615ae6de6a864c33369b44f5
2193Author: Wolfgang Denk <wd@denx.de>
2194Date: Wed Jan 28 00:29:26 2009 +0100
2195
2196 Update CHANGELOG, tiny coding style cleanup.
2197
2198 Signed-off-by: Wolfgang Denk <wd@denx.de>
2199
6450a848
WD
2200commit cf7e399fb35b3aea90a27d1df72f45f5d6156204
2201Author: Mike Frysinger <vapier@gentoo.org>
2202Date: Tue Jan 27 16:12:21 2009 -0500
2203
2204 SATA: do not auto-initialize during boot
2205
2206 Rather than have the board code initialize SATA automatically during boot,
2207 make the user manually run "sata init". This brings the SATA subsystem in
2208 line with common U-Boot policy.
2209
2210 Rather than having a dedicated weak function "is_sata_supported", people
2211 can override sata_initialize() to do their weird board stuff. Then they
2212 can call the actual __sata_initialize().
2213
2214 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2215
2216commit 50970839712dda35399e2fa83fe818df9354d618
2217Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2218Date: Mon Jan 26 08:45:14 2009 -0500
2219
2220 part_efi: Fix partition size calculation due to inclusive ending LBA.
2221
2222 The ending LBA is inclusive. Hence, the partition size should be
2223 ((ending-LBA + 1) - starting-LBA) to get the proper partition size.
2224
2225 This is confirmed against the results from the parted tool.
2226 (e.g. use parted /dev/sda -s unit S print) and observe the size.
2227
2228 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2229
2230commit b5b004ad8a0ac6f98bd5708ec8b22fbddd1c1042
2231Author: Tomasz Figa <tomasz.figa@gmail.com>
2232Date: Tue Dec 30 18:35:57 2008 +0100
2233
2234 jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE
2235
2236 This patch fixes a bug (?) introduced after inclusion of the new
2237 JFFS2 code.
2238
2239 When not using CONFIG_JFFS2_CMDLINE, the code in cmd_jffs2.c doesn't
2240 fill in part->sector_size (keeping it as 0), but a correct value is
2241 needed by the code in jffs2_1pass.c. This causes all JFFS2 accesses
2242 to be in the same place of the memory, what obviously means
2243 impossibility to use the JFFS2 partition.
2244
2245 This problem is fixed in this patch by including sector size
2246 calculation in non-CONFIG_JFFS2_CMDLINE mtdparts_init variant.
2247
2248 Signed-off-by: Tomasz Figa <tomasz.figa_at_gmail.com>
2249
2250commit ba69dc26a5fd606da49573bb2f15e756a34f3f98
2251Author: Mike Frysinger <vapier@gentoo.org>
2252Date: Tue Dec 30 02:59:25 2008 -0500
2253
2254 saveenv: standardize enablement
2255
2256 Rather than special casing each environment type for enabling the saveenv
2257 command, have them all behave the same. This avoids bitrot as new env
2258 sources are added/removed.
2259
2260 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2261
2262commit 2ac6985a7466a1c8a7aa8b2fa24d360925a82764
2263Author: Andrew Dyer <adyer@righthandtech.com>
2264Date: Mon Dec 29 17:36:01 2008 -0600
2265
2266 soft_i2c.c add option for repeated start in i2c_read()
2267
2268 This patch adds a #define to optionally change the behaviour of
2269 i2c_read() in soft_i2c.c to send an I2C repeated start instead of a
2270 stop-start between sending the device address pointer write and
2271 reading back the data. The current behaviour is retained as the
2272 default.
2273
2274 While most devices will work either way, I have a smart battery(*)
2275 that requires repeated start, and someone at some point found a
2276 device that required a stop-start.
2277
2278 (*) http://www.inspired-energy.com/Standard_Products/NL2054/NL2054%20Rev1.0%20Data%20Sheet.pdf
2279
2280 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
2281
2282commit 3429071700963ca2f944c51d695a7481af0cee33
2283Author: Wolfgang Denk <wd@denx.de>
2284Date: Tue Jan 27 22:07:14 2009 +0100
2285
2286 {delta,zylonite}/lowlevel_init.S: fix typo
2287
2288 Commit 9d803d8c mistakenly changed some constants
2289 from 0x300 into 300 - this patch fixes it.
2290
2291 Pointed out by Tom Evans <tom@ceos.com.au>, see
2292 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/51992 for
2293 details.
2294
2295 Signed-off-by: Wolfgang Denk <wd@denx.de>
2296
2297commit 1bc434373013af241835c14011ac3f291dccbf53
2298Author: Stefan Althoefer <stefan.althoefer@web.de>
2299Date: Sat Dec 20 19:40:41 2008 +0100
2300
2301 drivers/net/e1000.c: missing terminator for supported devices
2302
2303 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
2304
2305commit 65f7d41031a70b1649b35020995c505edca91533
2306Author: Wolfgang Denk <wd@denx.de>
2307Date: Tue Jan 27 21:36:28 2009 +0100
2308
2309 fat.c: fix warning: array subscript is above array bounds
2310
2311 Fix based on suggestion by David Hawkins <dwh@ovro.caltech.edu>.
2312
2313 Signed-off-by: Wolfgang Denk <wd@denx.de>
2314
2315commit 107b801cf3fe39612d69d70581ebc3bf5e215554
2316Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2317Date: Fri Jan 2 15:11:41 2009 +0100
2318
2319 Fix gunzip in case of insufficient output buffer
2320
2321 U-Boot's gunzip() function does not handle the return code
2322 of zlib's inflate() function correctly. gunzip() is implemented
2323 to uncompress all input data in one run. So the correct return
2324 code for the good case is Z_STREAM_END. In case of insufficient
2325 output buffer memory inflate returns Z_OK. For gunzip() this
2326 is an error.
2327
2328 It also makes sense to me to call inflateEnd() also in case
2329 of an error.
2330
2331 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2332
2333commit 2a61eff6a82f0d6e2335d968799b3fbeb3ff4d8e
2334Author: Stefan Roese <sr@denx.de>
2335Date: Wed Jan 21 17:25:01 2009 +0100
2336
2337 MIPS: Add VCT board series support (Part 3/3)
2338
2339 Signed-off-by: Stefan Roese <sr@denx.de>
2340
2341commit ae691e5719c48f1d2826cb72722497d1d162765b
2342Author: Stefan Roese <sr@denx.de>
2343Date: Wed Jan 21 17:24:49 2009 +0100
2344
2345 MIPS: Add VCT board series support (Part 2/3)
2346
2347 Signed-off-by: Stefan Roese <sr@denx.de>
2348
2349commit 50752790bc9285c0c1c5235e88f3a4ef2eec1e72
2350Author: Stefan Roese <sr@denx.de>
2351Date: Wed Jan 21 17:24:39 2009 +0100
2352
2353 MIPS: Add VCT board series support (Part 1/3)
2354
2355 Signed-off-by: Stefan Roese <sr@denx.de>
2356
2357commit 03d3bfb00806b5441f1871c7408c1749863e0fdc
2358Author: Stefan Roese <sr@denx.de>
2359Date: Wed Jan 21 17:20:20 2009 +0100
2360
2361 MIPS: Add flush_dcache_range() and invalidate_dcache_range()
2362
2363 This patch adds flush_/invalidate_dcache_range() to the MIPS architecture.
2364 Those functions are needed for the upcoming dcache support for the USB
2365 EHCI driver. I chose this API because those cache handling functions are
2366 already present in the PPC architecture.
2367
2368 Signed-off-by: Stefan Roese <sr@denx.de>
2369 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2370
f15c6515
WD
2371commit de832a99414ff06a4b2cdc9f5280b387da039834
2372Author: Stefan Roese <sr@denx.de>
2373Date: Mon Jan 26 10:05:20 2009 +0100
2374
2375 nand_spl: Fix compile problem with board_nand_init() prototype
2376
2377 This patch removes the now obsolete and additionally wrongly defined
2378 board_nand_init() prototype from nand_spl/nand_boot.c.
2379
2380 Signed-off-by: Stefan Roese <sr@denx.de>
2381 Signed-off-by: Scott Wood <scottwood@freescale.com>
2382
6450a848
WD
2383commit e8eac437189430d8e04a5d254ed92c58bc534a79
2384Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2385Date: Wed Jan 14 08:44:26 2009 -0500
2386
2387 CFI: Add geometry reversal for STMicro M29W320ET
2388
2389 Added flash_fixup_stm to fix geometry reversal on STMicro M29W320ET flash chip.
2390
2391 Modeled after flash_fixup_amd, this patch handles the geometry reversal
2392 or erase sectors that exist for ST Micro (now Numonyx) M29W320ET flash.
2393 Since I cannot test all STM's chips, the detection is implemented as
2394 narrow as possible for now.
2395
2396 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
2397 Signed-off-by: Stefan Roese <sr@denx.de>
2398
2399commit 0f8e851e897b535959a0781171910cd97f33c30c
2400Author: Jens Gehrlein <sew_s@tqs.de>
2401Date: Tue Dec 16 17:25:55 2008 +0100
2402
2403 CFI: increase performance of function find_sector()
2404
2405 Tested on TQM5200S-BD with Samsung K8P2815UQB
2406
2407 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2408 Signed-off-by: Stefan Roese <sr@denx.de>
2409
2410commit a7292871a79cc48d98e3a708dd3c3b81580db6ef
2411Author: Jens Gehrlein <sew_s@tqs.de>
2412Date: Tue Dec 16 17:25:54 2008 +0100
2413
2414 CFI: avoid redundant function call in single word programming mode
2415
2416 The function find_sector() doesn't need to be called twice in
2417 the case of AMD command set.
2418 Tested on TQM5200S-BD with Samsung K8P2815UQB.
2419
2420 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
2421 Signed-off-by: Stefan Roese <sr@denx.de>
2422
2423commit c8901f46a71ec16e084e604596a09e23bfb0f6ac
2424Author: Stefan Roese <sr@denx.de>
2425Date: Mon Jan 26 10:15:23 2009 +0100
2426
2427 ppc4xx: Remove compilation warning in gdppc440etc.c
2428
2429 Signed-off-by: Stefan Roese <sr@denx.de>
2430
2431commit 91f33534728e6416d332ad2b53ad1d6fde57f7fc
2432Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2433Date: Fri Jan 2 12:19:47 2009 +0100
2434
2435 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files
2436
2437 Lot's of 405 board config files use CONFIG_SYS_IGNORE_405_UART_ERRATA_59.
2438 Either they define or undef it. Because it's not used in any source
2439 files this patch removes any references to it.
2440
2441 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2442 Signed-off-by: Stefan Roese <sr@denx.de>
2443
2444commit 89b8619aaeafc922ca0c3bb249872591050c8dcc
2445Author: Dirk Eibach <eibach@gdsys.de>
2446Date: Tue Dec 9 13:12:40 2008 +0100
2447
2448 ppc4xx: Add GDsys PowerPC 440 ETX board support.
2449
2450 Board support for the Guntermann & Drunck PowerPC 440 ETX module.
2451 Based on the AMCC Yosemite board support by Stefan Roese.
2452
2453 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2454 Signed-off-by: Stefan Roese <sr@denx.de>
2455
2456commit 3943d2ff6cc40dd601a9feeb39eb6d3d5090ea6d
2457Author: Dirk Eibach <eibach@gdsys.de>
2458Date: Tue Dec 9 11:00:07 2008 +0100
2459
2460 ppc4xx: Improve DDR autodetect
2461
2462 Added support for a second memory bank to DDR autodetection for 440
2463 platforms.
2464 Made hardcoded values configurable.
2465
2466 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2467 Signed-off-by: Stefan Roese <sr@denx.de>
2468
f15c6515
WD
2469commit 71a040f4f556cca4d30f06805d82e717b3ef1020
2470Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2471Date: Fri Nov 21 12:06:26 2008 +0900
2472
2473 sh: sh7763rdp: Update sh7763rdp config
2474
2475 Add CONFIG_NET_MULTI in config file, because sh_eth changed new newwork API.
2476
2477 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2478 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2479
2480commit ba705b5b1a97b47388ed48858bef6bf7b6bfcd56
2481Author: Gary Jennejohn <garyj@denx.de>
2482Date: Thu Nov 20 12:28:38 2008 +0100
2483
2484 mgcoge make ether_scc.c work with CONFIG_NET_MULTI
2485
2486 This change is needed for mgcoge because it uses two ethernet drivers.
2487
2488 Add a check for the presence of the PIGGY board on mgcoge. Without this
2489 board networking cannot work and the initialization must be aborted.
2490
2491 Only allocate rtx once to prevent DPRAM exhaustion.
2492
2493 Initialize ether_scc.c and the keymile-specific HDLC driver (to be added
2494 soon) in eth.c.
2495
2496 Signed-off-by: Gary Jennejohn <garyj@denx.de>
2497 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2498
2499commit bd3980cc095af1728b994cdd8bf1ac430b6289e6
2500Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2501Date: Fri Nov 21 12:04:18 2008 +0900
2502
2503 sh: sh_eth: Change new network API
2504
2505 sh_eth used old network API. This patch changed new API.
2506
2507 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2508 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2509
2510commit 890a02e8ee6b8c26a6e3e505e1a2d29cd73aa6f6
2511Author: Stefan Roese <sr@denx.de>
2512Date: Wed Nov 12 13:31:02 2008 +0100
2513
2514 net: smc911x: Make register read/write functions weak
2515
2516 This patch changes the reg_read/_write to smc911x_reg_read/_write
2517 and defines then as weak so that they can be overridden by board
2518 specific version.
2519
2520 This will be used by the upcoming VCTH board support.
2521
2522 Signed-off-by: Stefan Roese <sr@denx.de>
2523 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2524
2525commit 8b69b563039989885969d24465c56f8ac4c07c4c
2526Author: Heiko Schocher <hs@denx.de>
2527Date: Thu Nov 20 09:57:14 2008 +0100
2528
2529 powerpc: net: support for the SMSC LAN8700 PHY
2530
2531 Signed-off-by: Heiko Schocher <hs@denx.de>
2532 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2533
2534commit d5254f149da9e6cd649d887b042ce577ef3ba78d
2535Author: Alessandro Rubini <rubini@unipv.it>
2536Date: Sat Jan 24 18:10:37 2009 +0100
2537
2538 Initial support for Nomadik 8815 development board
2539
2540 The NMDK8815 board is distributed by ST Microelectornics.
2541 Other (proprietary) code must be run to unlock the CPU before
2542 U-Boot runs. doc/README.nmdk8815 outlines the boot sequence.
2543
2544 This is the initial port, with basic infrastructure and
2545 a working serial port.
2546
2547 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
2548 Acked-by: Andrea Gallo <andrea.gallo@stnwireless.com>
2549 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2550
2551commit 7d264c1ef267cfc8d928bc8577a7cc907f2f5e47
2552Author: Dirk Behme <dirk.behme@googlemail.com>
2553Date: Sun Dec 14 09:47:18 2008 +0100
2554
2555 OMAP3: Add I2C support
2556
2557 Add I2C support.
2558
2559 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2560
2561commit b1c3bf99fb477675d464aeadb5dd69d2cbc9dc7b
2562Author: Dirk Behme <dirk.behme@googlemail.com>
2563Date: Sun Dec 14 09:47:17 2008 +0100
2564
2565 OMAP3: Add MMC support
2566
2567 Add MMC support.
2568
2569 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2570
2571commit 12201a13547ec22ddcdae278e74465e54a3be60c
2572Author: Dirk Behme <dirk.behme@googlemail.com>
2573Date: Sun Dec 14 09:47:16 2008 +0100
2574
2575 OMAP3: Add NAND support
2576
2577 Add NAND support.
2578
2579 Signed-off-by: Nishanth Menon <nm@ti.com>
2580 Signed-off-by: Syed Mohammed Khasim <khasim@ti.com>
2581 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2582
2583commit 91eee546737ae21d930af479530997174c342b13
2584Author: Dirk Behme <dirk.behme@googlemail.com>
2585Date: Sun Dec 14 09:47:15 2008 +0100
2586
2587 OMAP3: Add common board, interrupt and system info
2588
2589 Add common board, interrupt and system info code.
2590
2591 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2592
2593commit 5ed3e8659e5373f6a229877ac506c0b00a054fb8
2594Author: Dirk Behme <dirk.behme@googlemail.com>
2595Date: Sun Dec 14 09:47:14 2008 +0100
2596
2597 OMAP3: Add common clock, memory and low level code
2598
2599 Add common clock, memory and low level code
2600
2601 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2602
2603commit 0b02b184003e6a5023e05d5f31de54db279b1431
2604Author: Dirk Behme <dirk.behme@googlemail.com>
2605Date: Sun Dec 14 09:47:13 2008 +0100
2606
2607 OMAP3: Add common cpu and start code
2608
2609 Add common cpu and start code.
2610
2611 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2612
2613commit a8b6450546cd507d331b8fde384791d84bde5651
2614Author: Dirk Behme <dirk.behme@googlemail.com>
2615Date: Sun Dec 14 09:47:12 2008 +0100
2616
2617 OMAP3: Add OMAP3, memory and function prototype headers
2618
2619 Add OMAP3, memory and function prototype header files for OMAP3.
2620
2621 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2622
2623commit 2c803210a464abbac35752ca1c737514360b4c32
2624Author: Dirk Behme <dirk.behme@googlemail.com>
2625Date: Sun Dec 14 09:47:11 2008 +0100
2626
2627 OMAP3: Add pin mux, clock and cpu headers
2628
2629 Add pin mux, clock and cpu header files for OMAP3.
2630
2631 Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
2632
2633commit 685533646f4ff17a84ec9265cabb60af325b6e1f
2634Author: Maxim Artamonov <scn1874@yandex.ru>
2635Date: Wed Dec 3 05:38:17 2008 +0300
2636
2637 bugfix for i.mx31 CCM_UPCTL reg
2638
2639 Signed-off-by: Maxim Artamonov <scn1874 at yandex.ru>
2640
6450a848
WD
2641commit 24113a44ed5cd3257a0237c3961e121812fca6db
2642Author: Mike Frysinger <vapier@gentoo.org>
2643Date: Tue Dec 30 03:15:38 2008 -0500
2644
2645 easylogo: add optional gzip support
2646
2647 Some images can be quite large, so add an option to compress the
2648 image data with gzip in the U-Boot image. Then at runtime, the
2649 board can decompress it with the normal zlib functions.
2650
2651 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2652
2653commit 7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c
2654Author: Bryan Wu <bryan.wu@analog.com>
2655Date: Fri Jan 2 20:47:45 2009 -0500
2656
2657 fat: fix unaligned errors
2658
2659 A couple of buffers in the fat code are declared as an array of bytes.
2660 But it is then cast up to a structure with 16bit and 32bit members.
2661 Since GCC assumes structure alignment here, we have to force the
2662 buffers to be aligned according to the structure usage.
2663
2664 Signed-off-by: Bryan Wu <bryan.wu@analog.com>
2665 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2666
2667commit 68f8718df2ed4c2f43031407ccf6cfa81125dddc
2668Author: Brad Bozarth <bflinux@yumbrad.com>
2669Date: Thu Jan 1 22:45:47 2009 -0500
2670
2671 spi flash: fix crash due to spi flash miscommunication
2672
2673 Higher spi flash layers expect to be given back a pointer that was
2674 malloced so that it can free the result, but the lower layers return
2675 a pointer that is in the middle of the malloced memory. Reorder the
2676 members of the lower spi structures so that things work out.
2677
2678 Signed-off-by: Brad Bozarth <bflinux@yumbrad.com>
2679 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2680 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2681
2682commit ce82ff05388b5ddafdf6082ef0776cce72c40b1c
2683Author: Yuri Tikhonov <yur@emcraft.com>
2684Date: Sat Dec 20 14:54:21 2008 +0300
2685
2686 FPU POST: fix warnings when building with 2.18 binutils
2687
2688 When compile u-boot with the 2.18 binutils the following
2689 warning messages for each object file in post/lib_ppc/fpu/ is
2690 produced at the linking stage:
2691
2692 post/libpost.a(acc1.o) uses hard float, u-boot uses soft-float
2693 ...
2694
2695 This is because of the fact that, in general, the soft-float and
2696 hard-float ABIs are incompatible; the 2.18 binutils do checking
2697 of the Tag_GNU_Power_ABI_FP attribute of the files to be linked, and
2698 produce the worning like above if these are not compatible.
2699
2700 The incompatibility of ABIs is concerned only the float values:
2701 e.g. the soft-float ABI assumes the float argument passing in the
2702 pair of rX registers, and the hard-float ABI assumes passing of
2703 the float argument in the fX register. When we don't pass the float
2704 arguments between the functions compiled with different floatness,
2705 then such an application will work correctly.
2706 This is the case for the FPU POST: u-boot (compiled with soft-float)
2707 doesn't pass to (and doesn't get from) the FPU POST functions any
2708 floats; there are no functions exported from the post/lib_ppc/fpu/
2709 objects which would work with float parameters/returns too. So, we
2710 can reassure the linker not to worry about the difference in ABI
2711 attributes of linking files just by setting the 'soft-float'
2712 attribute for the objects in post/lib_ppc/fpu. And this patch does
2713 this.
2714
2715 Also, to avoid passing both soft- and hard-float options in CFLAGS
2716 when compiling the files from post/lib_ppc/fpu (which is OK, but
2717 looks rather dirty) this patch removes the soft-float string from
2718 CFLAGS in post/lib_ppc/fpu/Makefile.
2719
2720 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
2721
2722commit a7c9310457e85b4598abe5b304108edf11332e2f
2723Author: Peter Tyser <ptyser@xes-inc.com>
2724Date: Wed Dec 17 16:36:22 2008 -0600
2725
2726 Add support for Maxim's DS4510 I2C device
2727
2728 Initial support for the DS4510, a CPU supervisor with
2729 integrated EEPROM, SRAM, and 4 programmable non-volatile
2730 GPIO pins. The CONFIG_DS4510 define enables support
2731 for the device while the CONFIG_CMD_DS4510 define
2732 enables the ds4510 command. The additional
2733 CONFIG_DS4510_INFO, CONFIG_DS4510_MEM, and
2734 CONFIG_DS4510_RST defines add additional sub-commands
2735 to the ds4510 command when defined.
2736
2737 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
2738
2739commit b6fc6fd49a84543e1324e1620b9f301ff7c1f27f
2740Author: Dirk Eibach <eibach@gdsys.de>
2741Date: Tue Dec 16 14:51:56 2008 +0100
2742
2743 common: Iteration limit for memory test.
2744
2745 The iteration limit is passed to mtest as a fourth parameter:
2746 [start [end [pattern [iterations]]]]
2747 If no fourth parameter is supplied, there is no iteration limit and the
2748 test will loop forever.
2749
2750 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
2751
2752commit 97cae3a4c68d856374ccc70fd2c5f8714cc94f7d
2753Author: Stefan Roese <sr@denx.de>
2754Date: Mon Dec 15 15:40:12 2008 +0100
2755
2756 serial: Rename driver vcth to vct to support other board variants
2757
2758 Moved driver vcth.c to vct.c to better reflect the VCT board series.
2759 This driver is now used by the VCT platforms:
2760
2761 vct_premium
2762 vct_platinum
2763 vct_platinumsvc
2764
2765 Signed-off-by: Stefan Roese <sr@denx.de>
2766
2767commit 36ede4d63e59c9277ec180b09c39b8bf46425ba2
2768Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2769Date: Fri Dec 12 00:45:27 2008 +0900
2770
2771 nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir
2772
2773 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
2774
2775commit c3284b030b1cd492b4f46c576aea01bef258599d
2776Author: Peter Korsgaard <jacmet@sunsite.dk>
2777Date: Wed Dec 10 16:24:16 2008 +0100
2778
2779 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED
2780
2781 Support bootdelay=0 in abortboot for the CONFIG_AUTOBOOT_KEYED case
2782 similar to the CONFIG_ZERO_BOOTDELAY_CHECK support for the
2783 !CONFIG_AUTOBOOT_KEYED case.
2784
2785 Do this by reversing the loop so we do at least one iteration before
2786 checking for timeout.
2787
2788 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2789
2790commit 94f9279f7bbdc01bbc7cf85aedf9b545943b94c3
2791Author: Niklaus Giger <niklaus.giger@netstal.com>
2792Date: Mon Dec 8 17:24:08 2008 +0100
2793
2794 Added legacy flash ST Micro M29W040B
2795
2796commit 626d07348e5f9f302f4ea182161a89f7362a0488
2797Author: Graeme Russ <graeme.russ@gmail.com>
2798Date: Mon Dec 8 20:04:51 2008 +1100
2799
2800 Fixed off-by-one errors in lib_m68k/interrupts.c
2801
2802 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2803
2804commit a5989c42ae5e295f274a795c426c47819bbdbfda
2805Author: Graeme Russ <graeme.russ@gmail.com>
2806Date: Sun Dec 7 10:29:05 2008 +1100
2807
2808 Removed all references to CONFIG_SYS_RESET_GENERIC
2809
2810 Generic i386 reset - #define made redundant by weak function
2811
2812 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2813
2814commit 2b5360eb2bc0b741ae5cb3c84d35ccdd17667c8a
2815Author: Graeme Russ <graeme.russ@gmail.com>
2816Date: Sun Dec 7 10:29:04 2008 +1100
2817
2818 Remove #ifdef CONFIG_SC520 in source code
2819
2820 CONFIG_SC520 is now used for conditional compile
2821
2822 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2823
2824commit ead056bc206f6b7ee6dc98766678b64635ea20b8
2825Author: Graeme Russ <graeme.russ@gmail.com>
2826Date: Sun Dec 7 10:29:03 2008 +1100
2827
2828 Added MMCR reset functionality
2829
2830 Reset function specific to AMD SC520 microcontroller - Is more of a
2831 'hard reset' that the triple fault.
2832
2833 Requires CONFIG_SYS_RESET_SC520 to be defined in config
2834
2835 I would have liked to add this to a new file (cpu/i386/sc520/reset.c)
2836 but ld requires that a object file in a library arhive MUST contain
2837 at least one function which does not override a weak function (and is
2838 called from outside the object file) in order for that object file to
2839 be extracted from the archive. This would be the only function on the
2840 new file, and hence, will never get linked in.
2841
2842 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2843
2844commit 3f5f18d12d32ee0661bf51dfc55752c005230d6e
2845Author: Graeme Russ <graeme.russ@gmail.com>
2846Date: Sun Dec 7 10:29:02 2008 +1100
2847
2848 Moved generic (triple fault) reset code
2849
2850 Moved from interrupts.c to cpu.c and made into a weak function to
2851 allow vendor specific override
2852
2853 Vendor specific CPU reset (like the AMD SC520 MMCR reset) can now be
2854 added to the vendor specific code without the need to remember to
2855 #undef usage of the generic method and if you forget to include your
2856 custom reset method, you will always get the default.
2857
2858 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2859
2860commit 9933d609020c297788f53f334c8465fa7a99b10c
2861Author: Graeme Russ <graeme.russ@gmail.com>
2862Date: Sun Dec 7 10:29:01 2008 +1100
2863
2864 Moved definition of set_vector() to new header file
2865
2866 This allows for future tidy ups and functionality that will require
2867 set_vector ()
2868
2869 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2870
2871commit 407976185e0dda2c90e89027121a1071b9c77bfb
2872Author: Graeme Russ <graeme.russ@gmail.com>
2873Date: Sun Dec 7 10:29:00 2008 +1100
2874
2875 Moved sc520 specific code into new cpu/i386/sc520 folder
2876
2877 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2878 Signed-off-by: Wolfgang Denk <wd@denx.de>
2879
2880commit 85ffbbd51914925a542d8528be7f072e5ab02157
2881Author: Graeme Russ <graeme.russ@gmail.com>
2882Date: Sun Dec 7 10:28:58 2008 +1100
2883
2884 Renamed cpu/i386/reset.S to resetvec.S
2885
2886 Brings i386 in line with other CPUs with a reset vector and frees up reset.c
2887 for CPU reset functions
2888
2889 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2890
2891commit a3f4c123f569474e80ea012b8db0de46afdb6443
2892Author: Wolfgang Denk <wd@denx.de>
2893Date: Sat Jan 24 01:01:49 2009 +0100
2894
2895 Makefile: keep lists sorted.
2896
2897 Signed-off-by: Wolfgang Denk <wd@denx.de>
2898
2899commit c620c01e96814558470698ed5cab1bf2f504d1b5
2900Author: Graeme Russ <graeme.russ@gmail.com>
2901Date: Sun Dec 7 10:28:57 2008 +1100
2902
2903 Added initial eNET board support
2904
2905 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
2906
2907commit 0c0ccf401ee03a5008fc2c19b05a662bce1a1086
2908Author: Gary Jennejohn <garyj@denx.de>
2909Date: Thu Nov 20 11:37:26 2008 +0100
2910
2911 POWERPC 82xx: add the SCC as an HDLC controller
2912
2913 Right now this is only used by keymile.
2914
2915 Signed-off-by: Gary Jennejohn <garyj@denx.de>
2916
2917commit 1e8f4e78ca393b3d8e86bd8055758dd465d9113f
2918Author: Heiko Schocher <hs@denx.de>
2919Date: Thu Nov 20 09:59:09 2008 +0100
2920
2921 powerpc, keymile boards: extract identical config options
2922
2923 This patch extracts the identical config options for the
2924 keymile boards mgcoge, mgsuvd and kmeter1 in a new
2925 common config file keymile-common.h.
2926
2927 Signed-off-by: Heiko Schocher <hs@denx.de>
2928
2929commit 210c8c00aad3328145204adab434bb7d70b06b75
2930Author: Heiko Schocher <hs@denx.de>
2931Date: Fri Nov 21 08:29:40 2008 +0100
2932
2933 powerpc: keymile: Add a check for the PIGGY debug board
2934
2935 Check the presence of the PIGGY on the keymile boards mgcoge,
2936 mgsuvd and kmeter1. If the PIGGY is not present, dont register
2937 this Ethernet device.
2938
2939 Signed-off-by: Heiko Schocher <hs@denx.de>
2940 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2941
2942commit de0443614af4d16675ab436665aeb11ddc9f7214
2943Author: Heiko Schocher <hs@denx.de>
2944Date: Thu Nov 20 09:57:47 2008 +0100
2945
2946 powerpc: 83xx: add support for the kmeter1 board
2947
2948 This patch adds support for the kmeter1 board from Keymile,
2949 based on a Freescale MPC8360 CPU.
2950
2951 - serial console on UART 1
2952 - 256 MB DDR2 RAM
2953 - 64 MB NOR Flash
2954 - Ethernet RMII Mode over UCC4
2955 - PHY SMSC LAN8700
2956
2957 Signed-off-by: Heiko Schocher <hs@denx.de>
2958
2959commit 3feb647f3fd0881382c7a29f4cf280b66473ae0a
2960Author: Sergei Poselenov <sposelenov@emcraft.com>
2961Date: Tue Nov 4 13:51:18 2008 +0100
2962
2963 Add a do_div() wrapper macro, lldiv().
2964
2965 Add a do_div() wrapper, lldiv(). The new inline function doesn't modify
2966 the dividend and returns the result of division, so it is useful
2967 in complex expressions, i.e. "return(a/b)" -> "return(lldiv(a,b))"
2968
2969 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
2970
2971commit 18af1c5f0f7402dc0d6a71b012c68025dd97cf72
2972Author: Kumar Gala <galak@kernel.crashing.org>
2973Date: Fri Jan 23 14:22:14 2009 -0600
2974
2975 85xx: Add a 36-bit physical configuration for MPC8572DS
2976
2977 We move all IO addressed (CCSR, localbus, PCI) above the 4G boundary
2978 to allow for larger memory sizes.
2979
2980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2981
2982commit c51fc5d53c4560abc4d0a6126c06fc68133d1528
2983Author: Kumar Gala <galak@kernel.crashing.org>
2984Date: Fri Jan 23 14:22:13 2009 -0600
2985
2986 85xx: Handle eLBC difference w/36-bit physical
2987
2988 The eLBC only handles 32-bit physical address in systems with 36-bit
2989 physical. The previos generation of LBC handled 34-bit physical
2990 address in 36-bit systems. Added a new CONFIG option to convey
2991 the difference between the LBC and eLBC.
2992
2993 Also added defines for XAM bits used in LBC for the extended 34-bit
2994 support.
2995
2996 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2997
2998commit 72a9414a8e21e9536822c7353bc08d21ce5ad53d
2999Author: Kumar Gala <galak@kernel.crashing.org>
3000Date: Fri Jan 23 14:22:12 2009 -0600
3001
3002 85xx: Use BR_ADDR macro for NAND chipselects
3003
3004 Use the new BR_ADDR macro to properly setup the address field of the
3005 localbus chipselects used by NAND.
3006
3007 This allows us to deal with 36-bit phys on these boards in the future.
3008
3009 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3010
3011commit 2fc7eb0cfc608c9369001d57a0411af5e6a58f7c
3012Author: Haiying Wang <Haiying.Wang@freescale.com>
3013Date: Thu Jan 15 11:58:35 2009 -0500
3014
3015 Add secondary CPUs processor frequency for e500 core
3016
3017 This patch updates e500 freqProcessor to array based on CONFIG_NUM_CPUS,
3018 and prints each CPU's frequency separately. It also fixes up each CPU's
3019 frequency in "clock-frequency" of fdt blob.
3020
3021 Signed-off-by: James Yang <James.Yang@freescale.com>
3022 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3023
3024commit bf5b1f0c0d28ce062e1d368680632dfb099de692
3025Author: Dave Liu <daveliu@freescale.com>
3026Date: Fri Nov 21 16:31:53 2008 +0800
3027
3028 85xx: enable the auto self refresh for wake up ARP
3029
3030 The wake up ARP feature need use the memory to process
3031 wake up packet, we enable auto self refresh to support it.
3032
3033 Signed-off-by: Dave Liu <daveliu@freescale.com>
3034 Acked-by: Andy Fleming <afleming@freescale.com>
3035
3036commit b4983e16d150ab7d039704c310aacbd2f4dc1e0f
3037Author: Dave Liu <daveliu@freescale.com>
3038Date: Fri Nov 21 16:31:43 2008 +0800
3039
3040 fsl-ddr: use the 1T timing as default configuration
3041
3042 For light loaded system, we use the 1T timing to gain better
3043 memory performance, but for some heavily loaded system,
3044 you have to add the 2T timing options to board files.
3045
3046 Signed-off-by: Dave Liu <daveliu@freescale.com>
3047 Acked-by: Andy Fleming <afleming@freescale.com>
3048
3049commit 22cca7e1cd54590e967c73558b07ffbdccd39504
3050Author: Dave Liu <daveliu@freescale.com>
3051Date: Fri Nov 21 16:31:35 2008 +0800
3052
3053 fsl-ddr: make the self refresh idle threshold configurable
3054
3055 Some 85xx processors have the advanced power management feature,
3056 such as wake up ARP, that needs enable the automatic self refresh.
3057
3058 If the DDR controller pass the SR_IT (self refresh idle threshold)
3059 idle cycles, it will automatically enter self refresh. However,
3060 anytime one transaction is issued to the DDR controller, it will
3061 reset the counter and exit self refresh state.
3062
3063 Signed-off-by: Dave Liu <daveliu@freescale.com>
3064 Acked-by: Andy Fleming <afleming@freescale.com>
3065
3066commit 22ff3d01348e0a2dc369b7efcbac30e4ce86d178
3067Author: Dave Liu <daveliu@freescale.com>
3068Date: Fri Nov 21 16:31:29 2008 +0800
3069
3070 fsl-ddr: clean up the ddr code for DDR3 controller
3071
3072 - The DDR3 controller is expanding the bits for timing config
3073 - Add the DDR3 32-bit bus mode support
3074
3075 Signed-off-by: Dave Liu <daveliu@freescale.com>
3076 Acked-by: Andy Fleming <afleming@freescale.com>
3077
3078commit 80ee3ce6d7fe9441b4352d7cfaf6afc2507b1106
3079Author: Dave Liu <daveliu@freescale.com>
3080Date: Fri Nov 21 16:31:22 2008 +0800
3081
3082 fsl-ddr: update the bit mask for DDR3 controller
3083
3084 According to the latest 8572 UM, the DDR3 controller
3085 is expanding the bit mask, and we use the extend ACTTOPRE
3086 mode when tRAS more than 19 MCLK.
3087
3088 Signed-off-by: Dave Liu <daveliu@freescale.com>
3089
3090commit aca5f018a8386b85469482ed9867e3e29a2437d0
3091Author: Kumar Gala <galak@kernel.crashing.org>
3092Date: Tue Dec 2 16:08:40 2008 -0600
3093
3094 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards
3095
3096 Introduce a new define to seperate out the virtual address that PCI
3097 IO space is at from the physical address. In most situations these are
3098 mapped 1:1. However any code accessing the bus should use VIRT.
3099
3100 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3101 Acked-by: Andy Fleming <afleming@freescale.com>
3102
3103commit 5af0fdd81c3370c3a51421208fda568bdcbbec23
3104Author: Kumar Gala <galak@kernel.crashing.org>
3105Date: Tue Dec 2 16:08:39 2008 -0600
3106
3107 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards
3108
3109 Introduce a new define to seperate out the virtual address that PCI
3110 memory is at from the physical address. In most situations these are
3111 mapped 1:1. However any code accessing the bus should use VIRT.
3112
3113 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3114 Acked-by: Andy Fleming <afleming@freescale.com>
3115
3116commit a6e04c344ad1eefd47a75484441b385da815b8df
3117Author: Kumar Gala <galak@kernel.crashing.org>
3118Date: Tue Dec 2 16:08:38 2008 -0600
3119
3120 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards
3121
3122 Use the _MEM_PHYS defines instead of _MEM_BUS for LAW and real address fields
3123 of TLBs. This is what we should have always been using from the start.
3124
3125 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3126 Acked-by: Andy Fleming <afleming@freescale.com>
3127
3128commit 5f91ef6acdbadec33e0192049e2b24a1d9692f1d
3129Author: Kumar Gala <galak@kernel.crashing.org>
3130Date: Tue Dec 2 16:08:37 2008 -0600
3131
3132 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards
3133
3134 Use CONFIG_SYS_PCI*_IO_BUS for the bus relative address instead
3135 of _IO_BASE so we are more explicit.
3136
3137 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3138
3139commit 10795f42cb94e71bcb262b615084f69dd886399a
3140Author: Kumar Gala <galak@kernel.crashing.org>
3141Date: Tue Dec 2 16:08:36 2008 -0600
3142
3143 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards
3144
3145 Use CONFIG_SYS_{PCI,RIO}_MEM_BUS for the bus relative address instead
3146 of _MEM_BASE so we are more explicit.
3147
3148 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3149 Acked-by: Andy Fleming <afleming@freescale.com>
3150
3151commit c953ddfd56b3ae3f28910fe3aed6de6968d1c9aa
3152Author: Kumar Gala <galak@kernel.crashing.org>
3153Date: Tue Dec 2 14:19:34 2008 -0600
3154
3155 85xx: separate FLASH BASE virtual from physical address
3156
3157 Added a CONFIG_SYS_FLASH_BASE_PHYS for use as the physical address and
3158 maintain CONFIG_SYS_FLASH_BASE as the virtual address of the flash.
3159
3160 This allows us to deal with 36-bit phys on these boards in the future.
3161
3162 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3163 Acked-by: Andy Fleming <afleming@freescale.com>
3164
3165commit 52b565f5ad23b682489055b187767d8bf1c2e444
3166Author: Kumar Gala <galak@kernel.crashing.org>
3167Date: Tue Dec 2 14:19:33 2008 -0600
3168
3169 85xx: separate PIXIS virtual from physical address
3170
3171 Added a PIXIS_BASE_PHYS for use as the physical address and maintain
3172 PIXIS_BASE as the virtual address of the PIXIS fpga registers.
3173
3174 This allows us to deal with 36-bit phys on these boards in the future.
3175
3176 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3177 Acked-by: Andy Fleming <afleming@freescale.com>
3178
3179commit 30837e5b21d5a742983581ab9ee3fac085311d19
3180Author: Haiying Wang <Haiying.Wang@freescale.com>
3181Date: Tue Nov 11 08:52:09 2008 -0500
3182
3183 Add README file for MPC8572DS board
3184
3185 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3186 Acked-by: Andy Fleming <afleming@freescale.com>
3187
3188commit 6dadc9195ad642cc662632f4d92f92d3d71e8bf2
3189Author: Mike Frysinger <vapier@gentoo.org>
3190Date: Mon Oct 20 16:15:04 2008 -0400
3191
3192 Blackfin: use common strmhz() in system output
3193
3194 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3195
3196commit 5bb907a4925397789c90d074f4f7e92ce6b39402
3197Author: Ron Madrid <ron_madrid@sbcglobal.net>
3198Date: Thu Jan 22 15:05:24 2009 -0800
3199
3200 mpc83xx: New board support for SIMPC8313
3201
3202 This patch will create a new board, SIMPC8313, from Sheldon Instruments. This
3203 board boots from NAND devices and is configureable for either large or small
3204 page devices. The board supports non-soldered DDR2, one ethernet port, a
3205 Marvell 88E1118 PHY, and PCI host support. The board also has a FPGA connected
3206 to the eLBC providing glue logic to a TMS320C67xx DSP.
3207
3208 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
3209 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3210
3211commit d4bade8d77aa20e2846fa4accff0e7fa7961a134
3212Author: Mike Frysinger <vapier@gentoo.org>
3213Date: Sun Jan 18 19:46:06 2009 -0500
3214
3215 nand: fixup printf modifiers to match types used
3216
3217 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3218 Signed-off-by: Scott Wood <scottwood@freescale.com>
3219
3220commit 389e6620e2271096df3316917528003627db4021
3221Author: Schlaegl Manfred jun <manfred.schlaegl@gmx.at>
3222Date: Tue Jan 20 16:57:55 2009 +0100
3223
3224 nand read.jffs2 (nand_legacy) in common/cmd_nand.c
3225
3226 Error with CONFIG_NAND_LEGACY in common/cmd_nand.c:
3227 With current code "nand read.jffs2s" (read and skip bad blocks) is always interpreted as
3228 "nand read.jffs2" (read and fill bad blocks with 0xff). This is because ".jffs2" is
3229 tested before ".jffs2s" and only the first two characters are compared.
3230
3231 Correction:
3232 Test for ".jffs2s" first and compare the first 7 characters.
3233
3234 Signed-off-by: Scott Wood <scottwood@freescale.com>
3235
3236commit 6c869637fef31e66380f0ea1d49690a2e26ec0d7
3237Author: Wolfgang Grandegger <wg@grandegger.com>
3238Date: Fri Jan 16 18:55:54 2009 +0100
3239
3240 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS
3241
3242 This patch renames NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS and
3243 changes the default from 8 to 1 for the legacy and the new MTD
3244 NAND layer. This allows to remove all NAND_MAX_CHIPS definitions
3245 in the board config files because none of the boards use multi
3246 chip support (NAND_MAX_CHIPS > 1) so far. The bamboo and the DU440
3247 define
3248
3249 #define NAND_MAX_CHIPS CONFIG_SYS_MAX_NAND_DEVICE
3250
3251 but that's bogus and did not work anyhow.
3252
3253 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3254 Signed-off-by: Scott Wood <scottwood@freescale.com>
3255
3256commit c70564e6b1bd08f3230182392238907f3531a87e
3257Author: Dave Liu <daveliu@freescale.com>
3258Date: Tue Dec 2 11:48:51 2008 +0800
3259
3260 NAND: Fix cache and memory inconsistency issue
3261
3262 We load the secondary stage u-boot image from NAND to
3263 system memory by nand_load, but we did not flush d-cache
3264 to memory, nor invalidate i-cache before we jump to RAM.
3265 When the system has cache enabled and the TLB/page attribute
3266 of system memory is cacheable, it will cause issues.
3267
3268 - 83xx family is using the d-cache lock, so all of d-cache
3269 access is cache-inhibited. so you can't see the issue.
3270 - 85xx family is using d-cache, i-cache enable, partial
3271 cache lock. you will see the issue.
3272
3273 This patch fixes the cache issue.
3274
3275 Signed-off-by: Dave Liu <daveliu@freescale.com>
3276 Signed-off-by: Scott Wood <scottwood@freescale.com>
3277
3278commit 50657c273278f74378e1ac39b41d612b92fdffa0
3279Author: Nishanth Menon <menon.nishanth@gmail.com>
3280Date: Sat Dec 13 09:43:06 2008 -0600
3281
3282 NAND: Enable nand lock, unlock feature
3283
3284 Enable nand lock, unlock and status of lock feature.
3285 Not every device and platform requires this, hence,
3286 it is under define for CONFIG_CMD_NAND_LOCK_UNLOCK
3287
3288 Nand unlock and status operate on block boundary instead
3289 of page boundary. Details in:
3290 http://www.micron.com/products/partdetail?part=MT29C2G24MAKLAJG-6%20IT
3291
3292 Intial solution provided by Vikram Pandita <vikram.pandita@ti.com>
3293 Includes preliminary suggestions from Scott Wood
3294
3295 Signed-off-by: Nishanth Menon <nm@ti.com>
3296 Signed-off-by: Scott Wood <scottwood@freescale.com>
3297
3298commit 69fb8be4fc07162fdf6edf04bdc7233b0e9a920e
3299Author: Mike Frysinger <vapier@gentoo.org>
3300Date: Sat Dec 6 02:40:55 2008 -0500
3301
3302 NAND: move board_nand_init to nand.h
3303
3304 Rather than putting the function prototype for board_nand_init() in the one
3305 place where it gets called, put it into nand.h so that every place that also
3306 defines it gets the prototype. Otherwise, errors can go silently unnoticed
3307 such as using the wrong return value (void rather than int) when defining
3308 the function.
3309
3310 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3311 Signed-off-by: Scott Wood <scottwood@freescale.com>
3312
3313commit 1ae39862044ebb1e682234b51f94421e3f871d6a
3314Author: Stefan Roese <sr@denx.de>
3315Date: Tue Dec 2 11:06:47 2008 +0100
3316
3317 OneNAND: Additional sync with 2.6.27
3318
3319 - Add subpage write support
3320 - Add onenand_oob_64/32 ecclayout
3321
3322 This has been missing and without it UBI has some incompatibilies issues
3323 with the current (>= 2.6.27) Linux kernel version. vid_hdr_offset is
3324 placed differently (2048 instead of 512) without this fix.
3325
3326 Signed-off-by: Stefan Roese <sr@denx.de>
3327 Signed-off-by: Scott Wood <scottwood@freescale.com>
3328
3329commit 1714f51a2009baaecf3d4f6e3bd8c4e93a8d3f23
3330Author: Kyungmin Park <kmpark@infradead.org>
3331Date: Thu Nov 13 15:14:33 2008 +0900
3332
3333 Add markbad function
3334
3335 Add missing markbad function
3336 If not, it's hang when it entered the mtd->mark_bad().
3337
3338 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3339
3340commit c438ea175d8d002c1063b7a94b0c0e26668d1ac9
3341Author: Stefan Roese <sr@denx.de>
3342Date: Wed Nov 12 13:47:24 2008 +0100
3343
3344 OneNAND: Bad block aware read/write command support
3345
3346 Update OneNAND command to support bad block awareness.
3347 Also change the OneNAND command style to better match the
3348 NAND version.
3349
3350 Signed-off-by: Stefan Roese <sr@denx.de>
3351 Acked-by: Kyungmin Park <kyungmin.park@samsung.com>
3352
3353commit 8cf11f3aa78673730e9ecbbe4b75213b53f212c8
3354Author: Stefan Roese <sr@denx.de>
3355Date: Tue Nov 11 10:29:09 2008 +0100
3356
3357 OneNAND: Save version_id in onenand_chip struct
3358
3359 The version (ver_id) was not stored in the onenand_chip structure and
3360 because of this the continuous locking scheme could be enabled on some
3361 chips.
3362
3363 Signed-off-by: Stefan Roese <sr@denx.de>
3364
3365commit 4fca3310d611cc0f51d7295ef3557afbdbd91dc3
3366Author: Stefan Roese <sr@denx.de>
3367Date: Tue Nov 11 10:28:53 2008 +0100
3368
3369 OneNAND: Fix compiler warnings
3370
3371 Signed-off-by: Stefan Roese <sr@denx.de>
3372
3373commit 1ac5744e33ee0aa6d6ddab3b99f9e70953156e69
3374Author: Dave Liu <daveliu@freescale.com>
3375Date: Tue Nov 4 14:55:06 2008 +0800
3376
3377 mpc83xx: enable eLBC NAND support for MPC8315ERDB board
3378
3379 Signed-off-by: Dave Liu <daveliu@freescale.com>
3380
3381commit ef0921d6b05aeb9034158f9bef5323d6da9c925e
3382Author: Kyungmin Park <kmpark@infradead.org>
3383Date: Tue Nov 4 09:24:07 2008 +0900
3384
3385 Sync with 2.6.27
3386
3387 Sync with OneNAND kernel codes
3388
3389 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
3390
3391commit e7f325be9edeb84bb457301776bbac1f7257dafc
3392Author: Michal Simek <monstr@monstr.eu>
3393Date: Mon Jan 5 13:35:31 2009 +0100
3394
3395 microblaze: Use cache functions (especially cache status)
3396 in systems which are configured without flash
3397
3398commit e9b737deb2c30125362d20e24170617476026e94
3399Author: Michal Simek <monstr@monstr.eu>
3400Date: Mon Jan 5 13:29:32 2009 +0100
3401
3402 microblaze: Add cache flush
3403
3404commit b4f8dda35bfad447b4106828232705b2e878d168
3405Author: Michal Simek <monstr@monstr.eu>
3406Date: Mon Jan 5 13:28:40 2009 +0100
3407
3408 microblaze: Add bootup messages to board.c
3409
3410commit 330e55459bc9983341da6c1d5c7fe00a664436fe
3411Author: Michal Simek <monstr@monstr.eu>
3412Date: Fri Dec 19 13:25:55 2008 +0100
3413
3414 microblaze: Change microblaze-generic config file
3415
3416 Signed-off-by: Michal Simek <monstr@monstr.eu>
3417
3418commit 52a822ed9c37a2ea0ed112a26d8ff5a6cb1c6f10
3419Author: Michal Simek <monstr@monstr.eu>
3420Date: Fri Dec 19 13:14:05 2008 +0100
3421
3422 microblaze: Rename ml401 to microblaze-generic
3423
3424 Signed-off-by: Michal Simek <monstr@monstr.eu>
3425
3426commit 6677876181cc8772bca8a372479a500d160f3993
3427Author: Scott Wood <scottwood@freescale.com>
3428Date: Tue Jan 20 11:56:11 2009 -0600
3429
3430 83xx: Use the proper sequence for updating IMMR.
3431
3432 This ensures that subsequent accesses properly hit the new window.
3433
3434 The dcbi during the NAND loop was accidentally working around this;
3435 it's no longer necessary, as the cache is not enabled.
3436
3437 Reported-by: Suchit Lepcha <Suchit.Lepcha@freescale.com>
3438 Signed-off-by: Scott Wood <scottwood@freescale.com>
3439 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3440
3441commit 8b34557c546e5e9f34ebf83c93413dad973d93df
3442Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3443Date: Thu Jan 8 04:26:19 2009 +0300
3444
3445 mpc83xx: Add PCI-E support for MPC837XEMDS boards
3446
3447 MPC837XEMDS boards can support PCI-E via "PCI-E riser card". The card
3448 provides two PCI-E (x2) ports. Though, only one port can be used in x2
3449 mode. Two ports can function simultaneously in x1 mode.
3450
3451 PCI-E x1/x2 modes can be switched via "pex_x2" environment variable.
3452
3453 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3454 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3455
3456commit 8f11e34b31a7be124a3239653f33af9510502045
3457Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3458Date: Thu Jan 8 04:26:17 2009 +0300
3459
3460 mpc83xx: Add PCI-E support for MPC8315ERDB boards
3461
3462 MPC8315ERDB boards features PCI-E x1 and Mini PCI-E x1 ports. Let's
3463 support them.
3464
3465 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3466 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3467
3468commit fd6646c0b9ebe7e5afc4ae4c78097d9cd317a5e8
3469Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3470Date: Thu Jan 8 04:26:12 2009 +0300
3471
3472 mpc83xx: Add support for MPC83xx PCI-E controllers
3473
3474 This patch adds support for MPC83xx PCI-E controllers in Root Complex
3475 mode.
3476
3477 The patch is based on Tony Li and Dave Liu work[1].
3478
3479 Though unlike the original patch, by default we don't register PCI-E
3480 buses for use in U-Boot, we only configure the controllers for future
3481 use in other OSes (Linux). This is done because we don't have enough
3482 of spare BATs to map all the PCI-E regions.
3483
3484 To actually use PCI-E in U-Boot, users should explicitly define
3485 CONFIG_83XX_GENERIC_PCIE_REGISTER_HOSES symbol in the board file. And
3486 only then U-Boot will able to access PCI-E, but at the cost of disabled
3487 address translation.
3488
3489 [1] http://lists.denx.de/pipermail/u-boot/2008-January/027630.html
3490
3491 Signed-off-by: Tony Li <tony.li@freescale.com>
3492 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3493 Acked-by: Dave Liu <daveliu@freescale.com>
3494 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3495
3496commit 88ecf55cabd7aea28fe8093720e208f53ccfdcf5
3497Author: Ira Snyder <iws@ovro.caltech.edu>
3498Date: Mon Jan 12 13:33:17 2009 -0800
3499
3500 MPC8349EMDS: do not setup unused PCI clock outputs in PCI agent mode
3501
3502 When running in PCI agent mode, the PCI_CLK_OUT signals are not used, so do
3503 not enable them. See the MPC8349EA Reference Manual, Section 4.4.2
3504 "Clocking in PCI Agent Mode".
3505
3506 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3507 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3508
3509commit 75f35209f702bb26826855ed8c8e4d108ab5f412
3510Author: Ira Snyder <iws@ovro.caltech.edu>
3511Date: Mon Jan 12 13:32:26 2009 -0800
3512
3513 83xx: PCI agent mode fixes for multi-board systems
3514
3515 When running a system with 2 or more MPC8349EMDS boards in PCI agent mode,
3516 the boards will lock up the PCI bus by scanning against each other.
3517
3518 The boards lock against each other by trying to access the PCI bus before
3519 clearing their configuration lock bit. Both boards end up in a loop,
3520 sending and receiving "Target Not Ready" messages forever.
3521
3522 When running in PCI agent mode, the scanning now takes place after the
3523 boards have cleared their configuration lock bit.
3524
3525 Also, add a missing declaration to the mpc83xx.h header file, fixing a
3526 build warning.
3527
3528 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
3529 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3530
3531commit 455a46915b82896cc2070eb326d075555c2bc580
3532Author: Ron Madrid <ron_madrid@sbcglobal.net>
3533Date: Fri Dec 12 13:12:45 2008 -0800
3534
3535 mpc83xx: Size optimization of start.S
3536
3537 Currently there are in excess of 100 bytes located at the beginning of the image
3538 built by start.S that are not being utilized. This patch moves a few functions
3539 into this part of the image. This will create a greater number of *available*
3540 bytes that can be used by board specific code in NAND builds and will decrease
3541 the size of the assembled code in other builds.
3542
3543 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
3544 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3545
3546commit 72d15e705bc3983884105cb7755c7ba80e74a0a5
3547Author: Wolfgang Denk <wd@denx.de>
3548Date: Wed Jan 21 23:08:12 2009 +0100
3549
3550 Prepare v2009.01
3551
3552 Signed-off-by: Wolfgang Denk <wd@denx.de>
3553
72d15e70
WD
3554commit 635e5f8fc82365e6e9734b3132bc95135a6de679
3555Author: Wolfgang Denk <wd@denx.de>
3556Date: Sun Jan 18 21:37:48 2009 +0100
3557
3558 Prepare 2009.01-rc3
3559
3560 Update CHANGELOG
3561
3562 Signed-off-by: Wolfgang Denk <wd@denx.de>
3563
635e5f8f
WD
3564commit 4cda437898f7873752f0201757cd33f12196ce87
3565Author: Mike Frysinger <vapier@gentoo.org>
3566Date: Sat Jan 17 13:32:42 2009 -0500
3567
3568 build system: treat all Darwin's alike
3569
3570 The x86 based version of Darwin behaves the same quirky way as the powerpc
3571 Darwin, so only check HOSTOS when setting up Darwin workarounds.
3572
3573 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3574
3575commit c088a108c75db565e07292fd668dfa5491e85bc2
3576Author: Peter Korsgaard <jacmet@sunsite.dk>
3577Date: Wed Jan 14 13:52:24 2009 +0100
3578
3579 fdt_resize(): fix actualsize calculations with unaligned blobs
3580
3581 The code in fdt_resize() to extend the fdt size to end on a page boundary
3582 is wrong for fdt's not located at an address aligned on a page boundary.
3583 What's even worse, the code would make actualsize shrink rather than grow
3584 if (blob & 0xfff) was bigger than the amount of padding added by ALIGN(),
3585 causing fdt_add_mem_rsv to fail.
3586
3587 Fix it by aligning end address (blob + size) to a page boundary instead.
3588 For aligned fdt's this is equivalent to what we had before.
3589
3590 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
3591
3592commit fadad1573fb16c90025f08a2861d6047d093cba7
3593Author: Mike Frysinger <vapier@gentoo.org>
3594Date: Fri Jan 9 04:38:17 2009 -0500
3595
3596 ncb: use socklen_t
3597
3598 The recvfrom() function takes a socklen_t, not an int.
3599
3600 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3601
3602commit fc83c9273cec6e6e542f4a0ea3b653b7d0513ffa
3603Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3604Date: Sun Jan 11 16:35:16 2009 +0100
3605
3606 sh: serial: use readx/writex accessors
3607
3608 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3609 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3610
3611commit 9e1fa628bdb64745811cdd26c4f953846c076180
3612Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3613Date: Sun Jan 11 16:35:15 2009 +0100
3614
3615 sh: serial: coding style cleanup
3616
3617 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3618 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3619
3620commit c9935c992575922b7ef13eec0656ed8665d324e3
3621Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3622Date: Sun Jan 11 17:48:56 2009 +0900
3623
3624 sh: Fix compile error on lowlevel_init file
3625
3626 lowlevel_init of SH was corrected to use the write/readXX macro.
3627 However, there was a problem that was not able to be compiled partially.
3628 This patch corrected this.
3629
3630 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3631
3632commit a5b04d00bfeb940c62232972ce644d50b45797f9
3633Author: Kieran Bingham <kieranbingham@gmail.com>
3634Date: Tue Dec 30 01:16:03 2008 +0000
3635
3636 sh: Fix up rsk7203 target for out of tree build
3637
3638 Fix up rsk7203 target to build successfully using out-of-tree build.
3639
3640 Signed-off-by: Kieran Bingham <kbingham@mpc-data.co.uk>
3641 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3642
3643commit f7e78f3b74aae9caca2997bad865a72338326c0a
3644Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3645Date: Sat Dec 20 19:29:49 2008 +0100
3646
3647 sh: use write{8,16,32} in all lowlevel_init
3648
3649 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3650 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3651
3652commit e4430779623af500de1cee7892c379f07ef59813
3653Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3654Date: Sat Dec 20 19:29:48 2008 +0100
3655
3656 sh: lowlevel_init coding style cleanup
3657
3658 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3659 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3660
3661commit 85cb052ee41675ca361e6a4c69455dc715c8f2d9
3662Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3663Date: Sat Dec 20 15:27:45 2008 +0100
3664
3665 sh: update sh2/sh2a timer coding style
3666
3667 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3668 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3669
3670commit 1e15ff999322e81af4c0c0c548908f38944ba39c
3671Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3672Date: Sat Dec 20 15:25:22 2008 +0100
3673
3674 sh: update sh timer coding style
3675
3676 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3677 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3678
3679commit 0e3ece33801e377be67ffa29f083421ad820f28b
3680Author: Wolfgang Denk <wd@denx.de>
3681Date: Wed Jan 14 23:26:05 2009 +0100
3682
3683 Prepare 2009.01-rc2
3684
3685 Update CHANGELOG.
3686
3687 Signed-off-by: Wolfgang Denk <wd@denx.de>
3688
0e3ece33
WD
3689commit e92c9a860e44c14513c8909ce4299e253a775eeb
3690Author: Wolfgang Denk <wd@denx.de>
3691Date: Wed Jan 14 22:35:30 2009 +0100
3692
3693 cpu/mpc824x/Makefile: fix warning with parallel builds
3694
3695 Parallel builds would occasionally issue this build warning:
3696
3697 ln: creating symbolic link `cpu/mpc824x/bedbug_603e.c': File exists
3698
3699 Use "ln -sf" as quick work around for the issue.
3700
3701 Signed-off-by: Wolfgang Denk <wd@denx.de>
3702
635e5f8f
WD
3703commit 3ba605d4beec649438539e7df97b5fedb26592fb
3704Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3705Date: Fri Jan 2 12:18:49 2009 +0100
3706
3707 ppc4xx: Add loadpci command to esd's CPCI4052 and CPCI405AB boards
3708
3709 This patch adds esd's loadpci BSP command to CPCI4052 and
3710 CPCI405AB board. This requires CONFIG_CMD_BSP and CONFIG_PRAM.
3711
3712 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3713 Signed-off-by: Stefan Roese <sr@denx.de>
3714
3715commit 600fe46fb3dab7f07604f9009904f31584415114
3716Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3717Date: Fri Jan 2 12:18:12 2009 +0100
3718
3719 ppc4xx: Disable pci node in device tree on CPCI405 pci adapters
3720
3721 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3722 Signed-off-by: Stefan Roese <sr@denx.de>
3723
3724commit f6a1f490d224c600a09137e58d1026d150b8e679
3725Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3726Date: Fri Jan 2 12:17:36 2009 +0100
3727
3728 ppc4xx: Cleanup CPCI405 board code
3729
3730 This patch cleans up CPCI405 board support:
3731 - wrap long lines
3732 - unification of spaces in function calls
3733 - remove dead code
3734
3735 Use correct io accessors on peripherals.
3736
3737 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3738 Signed-off-by: Stefan Roese <sr@denx.de>
3739
3740commit fceebb45a0b97e92f9889861f8c3b9cb885e706f
3741Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
3742Date: Fri Jan 2 12:16:35 2009 +0100
3743
3744 ppc4xx: Enable auto RS485 mode on PLU405 boards
3745
3746 This patch turns on the auto RS485 mode in the 2nd external
3747 uart on PLU405 boards. This is a special mode of the used
3748 Exar XR16C2850 uart. Because these boards only have a 485 physical
3749 layer connected it's a good idea to turn it on by default.
3750
3751 Signed-off-by: Matthias Fuchs <mf@esd.eu>
3752 Signed-off-by: Stefan Roese <sr@denx.de>
3753
0e3ece33
WD
3754commit b5f65dfa9aa8e068e62aba4733dc4fd97b1d9bf6
3755Author: Haiying Wang <Haiying.Wang@freescale.com>
3756Date: Tue Jan 13 16:29:28 2009 -0500
3757
3758 Some changes of TLB entry setting for MPC8572DS
3759
3760 - Move the TLB entry of PIXIS_BASE from TLB0 to TLB1[8], because in CAMP mode,
3761 all the TLB0 entries will be invalidated after cpu1 brings up kernel, thus cpu0
3762 can not access PIXIS_BASE anymore (any access will cause DataTLBError exception)
3763
3764 - Set CONFIG_SYS_DDR_TLB_START to 9 for MPC8572DS board.
3765
3766 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3767
3768commit 950264317eb9594b2b5ee2fb65206200a1c6007a
3769Author: Haiying Wang <Haiying.Wang@freescale.com>
3770Date: Tue Jan 13 16:29:22 2009 -0500
3771
3772 Change DDR tlb start entry to CONFIG param for 85xx
3773
3774 So that we can locate the DDR tlb start entry to the value other than 8. By
3775 default, it is still 8.
3776
3777 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
3778
3779commit 6d3a10f73ece7ffb736890c10e023222612a4aa0
3780Author: Roy Zang <tie-fei.zang@freescale.com>
3781Date: Fri Jan 9 16:02:35 2009 +0800
3782
3783 Change PCIE1&2 deciide logic on MPC8544DS board more readable
3784
3785 The IO port selection for MPC8544DS board:
3786 Port cfg_io_ports
3787 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
3788 PCIE2 0x4, 0x5, 0x6, 0x7
3789 PCIE3 0x6, 0x7
3790 This patch changes the PCIE12 and PCIE2 logic more readable.
3791 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3792
3793commit 028e116811d28a031660f1ad9e20ac1293b3c5c7
3794Author: Roy Zang <tie-fei.zang@freescale.com>
3795Date: Fri Jan 9 16:01:52 2009 +0800
3796
3797 PCIE2 and PCIE3 are decided by corresponing bit in devdisr instead of PCIE1 bit
3798
3799 PCIE2 and PCIE3 should be decided by corresponing bit in devdisr instead of
3800 PCIE1 bit.
3801 On MPC8572DS board, PCIE refers to PCIE1.
3802 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3803
3804commit 9afc2ef0307aecf52482df67c31b75d5f9e66b47
3805Author: Roy Zang <tie-fei.zang@freescale.com>
3806Date: Fri Jan 9 16:00:55 2009 +0800
3807
3808 Fix IO port selection issue on MPC8544DS and MPC8572DS boards
3809
3810 The IO port selection is not correct on MPC8572DS and MPC8544DS board.
3811 This patch fixes this issue.
3812 For MPC8572
3813 Port cfg_io_ports
3814 PCIE1 0x2, 0x3, 0x7, 0xb, 0xc, 0xf
3815 PCIE2 0x3, 0x7
3816 PCIE3 0x7
3817
3818 For MPC8544
3819 Port cfg_io_ports
3820 PCIE1 0x2, 0x3, 0x4, 0x5, 0x6, 0x7
3821 PCIE2 0x4, 0x5, 0x6, 0x7
3822 PCIE3 0x6, 0x7
3823 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
3824
3825commit 3e3fffe3baf3befde287fec1fcbfe55052fb8946
3826Author: Becky Bruce <beckyb@kernel.crashing.org>
3827Date: Wed Dec 3 22:36:44 2008 -0600
3828
3829 mpc8610hpcd: Fix PCI mapping concepts
3830
3831 Rename _BASE to _BUS, as it's actually a PCI bus address,
3832 separate virtual and physical addresses into _VIRT and _PHYS,
3833 and use each appopriately. This makes the code easier to read
3834 and understand, and facilitates mapping changes going forward.
3835
3836 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3837
3838commit 79e436cad3b4a7db88408c3f05175028f30d700d
3839Author: Becky Bruce <beckyb@kernel.crashing.org>
3840Date: Wed Dec 3 22:36:26 2008 -0600
3841
3842 sbc8641d: Fix PCI mapping concepts
3843
3844 Rename _BASE to _BUS, as it's actually a PCI bus address,
3845 separate virtual and physical addresses into _VIRT and _PHYS,
3846 and use each appopriately. This makes the code easier to read
3847 and understand, and facilitates mapping changes going forward.
3848
3849 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
3850
3851commit a9f3acbcd07da72b5446ce557531a3ed8b8beff0
3852Author: Wolfgang Denk <wd@denx.de>
3853Date: Mon Jan 12 14:50:35 2009 +0100
3854
3855 MPC86xx: fix build warnings
3856
3857 Signed-off-by: Wolfgang Denk <wd@denx.de>
3858
3859commit 032a1c934ef4dc003281f57302b6e693062c1868
3860Author: Mike Frysinger <vapier@gentoo.org>
3861Date: Mon Jan 5 16:09:44 2009 -0500
3862
3863 bf537-stamp/nand: fix board_nand_init prototype
3864
3865 The board_nand_init() function should return an int, not void.
3866
3867 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3868
3869commit 687f952e4119594ab913be11c90f7f018c2a7a79
3870Author: Mike Frysinger <vapier@gentoo.org>
3871Date: Thu Dec 11 07:04:48 2008 -0500
3872
3873 Blackfin: drop CONFIG_SPI handling in board init
3874
3875 The eeprom SPI init functions are duplicated as the common code already
3876 executes these for us.
3877
3878 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3879
3880commit e7e684b10d73a303902208594c7c3e7e0d753282
3881Author: Mike Frysinger <vapier@gentoo.org>
3882Date: Fri Oct 24 17:51:57 2008 -0400
3883
3884 Blackfin: fix out-of-tree building with ldscripts
3885
3886 Many of the Blackfin board linker scripts are preprocessed, so make sure we
3887 output the linker script into the build tree rather than the source tree.
3888
3889 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3890
3891commit b9eecc342f767b50e1476fbc1aad7d88dd4ce5eb
3892Author: Mike Frysinger <vapier@gentoo.org>
3893Date: Fri Oct 24 17:48:54 2008 -0400
3894
3895 Blackfin: fix linker scripts to work with --gc-sections
3896
3897 Make sure all .text sections get pulled in and the entry point is properly
3898 referenced so they don't get discarded when linking with --gc-sections.
3899
3900 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3901
3902commit 509fc553bc6087a6f705b3bf52f3950d7d1eaa58
3903Author: Mike Frysinger <vapier@gentoo.org>
3904Date: Sat Oct 11 20:45:44 2008 -0400
3905
3906 Blackfin: set proper LDRFLAGS for parallel booting LDRs
3907
3908 In order to boot an LDR out of parallel flash, the ldr utility needs a few
3909 flags to tell it to generate the right header.
3910
3911 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
3912
3913commit 3dd9395a0d7ce69a335d0e743c04b9caedd681d3
3914Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3915Date: Tue Jan 6 21:41:59 2009 +0100
3916
3917 at91rm9200: move define from lowlevel_init to header
3918
3919 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3920
3921commit 8a48686fac2030287765f1970ea046bd5734b733
3922Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3923Date: Sat Jan 3 17:22:26 2009 +0100
3924
3925 m501sk: move to the common memory setup
3926
3927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3928
3929commit d481c80d78f954133c035dae6c7d22de3625795d
3930Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3931Date: Sat Jan 3 17:22:25 2009 +0100
3932
3933 at91rm9200: rename lowlevel init value to CONFIG_SYS_
3934
3935 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3936
3937commit 4e170b16625291aa10d0d9abc3f34e8a5945d157
3938Author: Nicolas Ferre <nicolas.ferre@atmel.com>
3939Date: Tue Jan 6 21:13:14 2009 +0100
3940
3941 at91: add at91sam9xeek board support
3942
3943 At91sam9xe is basically an at91sam9260 with embedded flash. We can manage
3944 it as another entry for at91sam9260 in the Makefile.
3945
3946 Check documentation at :
3947 http://www.atmel.com/dyn/products/product_card.asp?part_id=4263
3948
3949 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
3950 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3951
3952commit 9ffd53db870a7da134f9a1ae76894a6b31237be5
3953Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3954Date: Tue Jan 6 21:15:57 2009 +0100
3955
3956 fix bmp_logo.h make dependencies to allow parallel build
3957
3958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3959
3960commit e12d9a8fb48d24176efffccc072b445e60a3afe4
3961Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3962Date: Sat Jan 3 17:22:24 2009 +0100
3963
3964 at91: Fix Atmel's at91sam9 boards out of tree build
3965
3966 introduced in commit 89a7a87f084c
3967
3968 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3969
3970commit 0668236bafaa1c11c521652a2facebc74beecbf0
3971Author: Wolfgang Denk <wd@denx.de>
3972Date: Tue Dec 30 22:56:11 2008 +0100
3973
3974 README: update mailing list name and hits to patch submission.
3975
3976 Signed-off-by: Wolfgang Denk <wd@denx.de>
3977
3978commit d9011f9b75561a0bd9254934c2bb2bc799d4f645
3979Author: Peter Tyser <ptyser@xes-inc.com>
3980Date: Tue Dec 23 16:32:01 2008 -0600
3981
3982 85xx: Enable inbound PCI config cycles for X-ES boards cleanup
3983
3984 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3985
3986commit 1f03cbfae221b24ba1341a0a3f62ff01c5c874df
3987Author: Peter Tyser <ptyser@xes-inc.com>
3988Date: Tue Dec 23 16:32:00 2008 -0600
3989
3990 XPedite5200 board support cleanup
3991
3992 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
3993
3994commit fea91edee8ae0295e3c30b1ff544df51f4d668e1
3995Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3996Date: Tue Dec 2 21:58:04 2008 +0100
3997
3998 usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enable
3999
4000 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4001 Signed-off-by: Remy Böhmer <linux@bohmer.net>
4002
4003commit ada591d2a0ecff5f9bc5ed1ebf310f439c3d0a28
4004Author: Trent Piepho <tpiepho@freescale.com>
4005Date: Wed Dec 3 15:16:37 2008 -0800
4006
4007 mpc8[56]xx: Put localbus clock in sysinfo and gd
4008
4009 Currently MPC85xx and MPC86xx boards just calculate the localbus frequency
4010 and print it out, but don't save it.
4011
4012 This changes where its calculated and stored to be more consistent with the
4013 CPU, CCB, TB, and DDR frequencies and the MPC83xx localbus clock.
4014
4015 The localbus frequency is added to sysinfo and calculated when sysinfo is
4016 set up, in cpu/mpc8[56]xx/speed.c, the same as the other frequencies are.
4017
4018 get_clocks() copies the frequency into the global data, as the other
4019 frequencies are, into a new field that is only enabled for MPC85xx and
4020 MPC86xx.
4021
4022 checkcpu() in cpu/mpc8[56]xx/cpu.c will print out the local bus frequency
4023 from sysinfo, like the other frequencies, instead of calculating it on the
4024 spot.
4025
4026 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4027 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4028 Acked-by: Jon Loeliger <jdl@freescale.com>
4029
4030commit 9863d6aca11405e1e0d8aba2045d78aeec4d4ee7
4031Author: Trent Piepho <tpiepho@freescale.com>
4032Date: Wed Dec 3 15:16:36 2008 -0800
4033
4034 mpc86xx: Double local bus clock divider
4035
4036 The local bus clock divider should be doubled for both 8610 and 8641.
4037
4038 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4039 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4040 Acked-by: Jon Loeliger <jdl@freescale.com>
4041
4042commit 446c381e3e16f19857b72ea0d06241267b8b9d58
4043Author: Trent Piepho <tpiepho@freescale.com>
4044Date: Wed Dec 3 15:16:35 2008 -0800
4045
4046 mpc8568: Double local bus clock divider
4047
4048 The clock divider for the MPC8568 local bus should be doubled, like the
4049 other newer MPC85xx chips.
4050
4051 Since there are now more chips with a 2x divider than a 1x, and any new
4052 85xx chips will probably be 2x, invert the sense of the #if so that it
4053 lists the 1x chips instead of the 2x ones.
4054
4055 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4056 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4057 Acked-by: Jon Loeliger <jdl@freescale.com>
4058
4059commit f51f07eb58fad12de9294ba4ee6c09a0ddeaee03
4060Author: Dave Liu <daveliu@freescale.com>
4061Date: Tue Dec 16 12:09:27 2008 +0800
4062
4063 85xx: Fix the boot window issue
4064
4065 If one custom board is using the 8MB flash, it is set
4066 as FLASH_BASE = 0xef000000, TEXT_BASE = 0xef780000.
4067 The current start.S code will be broken at switch_as.
4068
4069 It is because the TLB1[15] is set as 16MB page size,
4070 EPN = TEXT_BASE & 0xff000000, RPN = 0xff000000.
4071
4072 For the 8MB flash case, the EPN = 0xefxxxxxx,
4073 RPN = 0xffxxxxxx. Assume the virt address of switch_as
4074 is 0xef7ff18c, the real address of the instruction at
4075 switch_as should be 0xff7ff18c. the 0xff7ff18c is out
4076 of the range of the default 8MB boot LAW window
4077 0xff800000 - 0xffffffff.
4078
4079 So when we switch to AS1 address space at switch_as,
4080 the core can't fetch the instruction at switch_as any
4081 more. It will cause broken issue.
4082
4083 Signed-off-by: Dave Liu <daveliu@freescale.com>
4084
4085commit 58da8890d5fbd074746037722a423de9ac408616
4086Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4087Date: Thu Dec 11 15:47:50 2008 -0500
4088
4089 sbc8548: use proper PHY address
4090
4091 The values given for the PHY address were wrong, so the code
4092 read no valid PHY ID, and fell through to the generic PHY
4093 support, which would work on 1000M but would not auto negotiate
4094 down to 100M or 10M.
4095
4096 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4097
4098commit ad22f9273c6f24fbfa917e867680e9688e0c59c5
4099Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4100Date: Thu Dec 11 15:47:51 2008 -0500
4101
4102 sbc8548: enable command line editing by default.
4103
4104 Lets make things a bit more user friendly. It isn't 1985 anymore.
4105
4106 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4107
4108commit bd93105fa171184a71ca8b22be03dc2705cfbd3f
4109Author: Paul Gortmaker <paul.gortmaker@windriver.com>
4110Date: Thu Dec 11 15:47:49 2008 -0500
4111
4112 sbc8548: don't enable the 3rd and 4th eTSEC
4113
4114 These interfaces don't have usable connectors on the board, so don't
4115 bother enumerating or configuring them.
4116
4117 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
4118
4119commit 181a3650113883728927928b3ac81ad6dade4b2c
4120Author: Haiying Wang <Haiying.Wang@freescale.com>
4121Date: Wed Dec 3 10:08:19 2008 -0500
4122
4123 Set IVPR to kenrel entry point in second core boot page
4124
4125 Assuming the OSes exception vectors start from the base of kernel address, and
4126 the kernel physical starting address can be relocated to an non-zero address.
4127 This patch enables the second core to have a valid IVPR for debugger before
4128 kernel setting IVPR in CAMP mode. Otherwise, IVPR is 0x0 and it is not a valid
4129 value for second core which runs kernel at different physical address other
4130 than 0x0.
4131
4132 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
4133
4134commit a5d212a263c58cc746481bf1fc878510533ce7d6
4135Author: Trent Piepho <tpiepho@freescale.com>
4136Date: Wed Dec 3 15:16:34 2008 -0800
4137
4138 mpc8xxx: LCRR[CLKDIV] is sometimes five bits
4139
4140 On newer CPUs, 8536, 8572, and 8610, the CLKDIV field of LCRR is five bits
4141 instead of four.
4142
4143 In order to avoid an ifdef, LCRR_CLKDIV is set to 0x1f on all systems. It
4144 should be safe as the fifth bit was defined as reserved and set to 0.
4145
4146 Code that was using a hard coded 0x0f is changed to use LCRR_CLKDIV.
4147
4148 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4149 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4150 Acked-by: Jon Loeliger <jdl@freescale.com>
4151
4152commit 58ec4866ed916c7e422f5107bb27b0822084728e
4153Author: Trent Piepho <tpiepho@freescale.com>
4154Date: Wed Dec 3 15:16:38 2008 -0800
4155
4156 mpc8[56]xx: Put localbus clock in device tree
4157
4158 Export the localbus frequency in the device tree, the same way the CPU, TB,
4159 CCB, and various other frequencies are exported in their respective device
4160 tree nodes.
4161
4162 Some localbus devices need this information to be programed correctly, so
4163 it makes sense to export it along with the other frequencies.
4164
4165 Unfortunately, when someone wrote the localbus dts bindings, they didn't
4166 bother to define what the "compatible" property should be. So it seems no
4167 one was quite sure what to put in their dts files.
4168
4169 Based on current existing dts files in the kernel source, I've used
4170 "fsl,pq3-localbus" and "fsl,elbc" for MPC85xx, which are used by almost all
4171 of the 85xx devices, and are looked for by the Linux code. The eLBC is
4172 apparently not entirely backward compatible with the pq3 LBC and so eLBC
4173 equipped platforms like 8572 won't use pq3-localbus.
4174
4175 For MPC86xx, I've used "fsl,elbc" which is used by some of the 86xx systems
4176 and is also looked for by the Linux code. On MPC8641, I've also used
4177 "fsl,mpc8641-localbus" as it is also commonly used in dts files, some of
4178 which don't use "fsl,elbc" or any other acceptable name to match on.
4179
4180 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
4181 Acked-by: Kumar Gala <galak@kernel.crashing.org>
4182 Acked-by: Jon Loeliger <jdl@freescale.com>
4183
4184commit 9d94aff699eed38b286814fcbb335f3eb8516a0e
4185Author: Kumar Gala <galak@kernel.crashing.org>
4186Date: Tue Dec 16 14:59:22 2008 -0600
4187
4188 NAND FSL elbc: Use virt_to_phys to determine which bank is in use
4189
4190 The current code that determines which bank/chipselect is used for a
4191 given NAND instance only worked for 32-bit addresses and assumed
4192 a 1:1 mapping. This breaks in 36-bit physical configs.
4193
4194 The proper way to handle this is to use the virt_to_phys() and
4195 BR_PHYS_ADDR() routinues to match the 34-bit lbc bus address
4196 with the the virtual address the NAND code uses.
4197
4198 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4199 Acked-by: Scott Wood <scottwood@freescale.com>
4200
4201commit 77c8115b1f1871811633eae77a5a700fac1f0e50
4202Author: Kumar Gala <galak@kernel.crashing.org>
4203Date: Tue Dec 16 14:59:21 2008 -0600
4204
4205 ppc: Use addrmap in virt_to_phys and map_physmem.
4206
4207 If we have addr map support enabled use the mapping functions to
4208 implement virt_to_phys() and map_physmem().
4209
4210 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4211
4212commit ecf5b98c7a6a2e2256dfddd48fab26678dcd6b90
4213Author: Kumar Gala <galak@kernel.crashing.org>
4214Date: Tue Dec 16 14:59:20 2008 -0600
4215
4216 85xx: Add support to populate addr map based on TLB settings
4217
4218 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4219
4220commit 78bbc5ce151c5a484bb51bf1866b4a993ffc16ec
4221Author: Peter Tyser <ptyser@xes-inc.com>
4222Date: Mon Dec 1 13:47:13 2008 -0600
4223
4224 XPedite5200 board support
4225
4226 Initial support for Extreme Engineering Solutions XPedite5200 -
4227 a MPC8548-based PMC single board computer.
4228
4229 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4230
4231commit 487dcb4fb89be0992bc06ec1341090017bd9cf2f
4232Author: Peter Tyser <ptyser@xes-inc.com>
4233Date: Wed Oct 29 12:39:27 2008 -0500
4234
4235 85xx: Enable inbound PCI config cycles for X-ES boards
4236
4237 Update X-ES Freescale boards to allow inbound PCI configuration
4238 cycles when configured as agent/endpoint.
4239
4240 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4241
4242commit ccf0fdd02b97323f8caae18d06cc9daeac2f192f
4243Author: Peter Tyser <ptyser@xes-inc.com>
4244Date: Wed Dec 17 16:36:23 2008 -0600
4245
4246 XPedite5370 board support
4247
4248 Initial support for Extreme Engineering Solutions XPedite5370 -
4249 a MPC8572-based 3U VPX single board computer with a PMC/XMC
4250 site.
4251
4252 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4253
4254commit e92739d34e2d6b6aca93b2598248210710897ce8
4255Author: Peter Tyser <ptyser@xes-inc.com>
4256Date: Wed Dec 17 16:36:21 2008 -0600
4257
4258 Add support for PCA953x I2C gpio devices
4259
4260 Initial support for NXP's 4 and 8 bit I2C gpio expanders
4261 (eg pca9537, pca9557, etc). The CONFIG_PCA953X define
4262 enables support for the devices while the CONFIG_CMD_PCA953X
4263 define enables the pca953x command. The CONFIG_CMD_PCA953X_INFO
4264 define enables an 'info' sub-command which provides summary
4265 information for the given pca953x device.
4266
4267 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4268
4269commit 7a8979591171676417ab36852d8811a8c46accd8
4270Author: Peter Tyser <ptyser@xes-inc.com>
4271Date: Wed Oct 29 12:39:26 2008 -0500
4272
4273 pci/fsl_pci_init: Enable inbound PCI config cycles
4274
4275 Add fsl_pci_config_unlock() function to enable a
4276 PCI/PCIe interface configured in agent/endpoint mode to
4277 respond to inbound PCI configuration cycles.
4278
4279 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4280
6450a848
WD
4281commit 92c78a3bbcb2ce508b4bf1c4a1e0940406a024bb
4282Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4283Date: Wed Dec 17 16:43:18 2008 +0100
4284
4285 avr32: Remove second definition of virt_to_phys()
4286
4287 The second definition introduced by 65e43a1063 conflicts with the
4288 existing one.
4289
4290 Also, convert the existing definition to use phys_addr_t. The volatile
4291 qualifier is still needed due to brain damage elsewhere.
4292
4293 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4294
0e3ece33
WD
4295commit b616f2b545f73757669b37386f0b37bb61fc6797
4296Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4297Date: Mon Sep 8 22:27:18 2008 +0200
4298
4299 MIPS: qemu_mips: update doc to generate and to use qemu flash, ide file
4300
4301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4302 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4303
4304commit 16cdf816779f5b602a9b3b4d2ea4dea05095c35b
4305Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4306Date: Tue Dec 16 22:10:31 2008 +0100
4307
4308 MIPS: qemu_mips: update doc to use all disk and boot linux kernel
4309
4310 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4311 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4312
4313commit 13095b2f07dacb1f863772266c1789d47a523a8a
4314Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4315Date: Tue Dec 16 22:10:30 2008 +0100
4316
4317 MIPS: qemu_mips: move env storage just after u-boot
4318
4319 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4320 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4321
4322commit aced78d852d0b009e8aaa1445af8cb40861ee549
4323Author: Wolfgang Denk <wd@denx.de>
4324Date: Tue Dec 16 23:48:27 2008 +0100
4325
4326 Prepare 2009.01-rc1
4327
4328 Signed-off-by: Wolfgang Denk <wd@denx.de>
4329
aced78d8
WD
4330commit 9e2a79b4c585ad31138fb90b68fd0234d64a8da8
4331Author: Wolfgang Denk <wd@denx.de>
4332Date: Tue Dec 16 23:13:46 2008 +0100
4333
4334 include/configs/at91cap9adk.h: fix typo.
4335
4336 Signed-off-by: Wolfgang Denk <wd@denx.de>
4337
4338commit 45ca04f2377361593151d2d4da51f8ba4832d233
4339Author: Wolfgang Denk <wd@denx.de>
4340Date: Tue Dec 16 22:32:25 2008 +0100
4341
4342 board/trab/memory.c: Fix compile problems.
4343
4344 Apply changes from commit 44b4dbed to board/trab/memory.c, too.
4345
4346 Actually we'd need a major cleanup here - as it turns out,
4347 board/trab/memory.c is more or less a verbatim copy of
4348 post/drivers/memory.c ... but then, trab is EOL anyway,r
4349 so this is not worth the effort.
4350
4351 Signed-off-by: Wolfgang Denk <wd@denx.de>
4352
0e3ece33
WD
4353commit ff49ea8977b56916edd5b1766d9939010e30b181
4354Author: Scott Wood <scottwood@freescale.com>
4355Date: Tue Dec 16 14:24:16 2008 -0600
4356
4357 NAND: Mark the BBT as scanned prior to calling scan_bbt.
4358
4359 Otherwise, recursion can occur if scan_bbt does not find a bad block
4360 table, and tries to write one, and the attempt to erase the BBT area
4361 causes a bad block check.
4362
4363 Signed-off-by: Scott Wood <scottwood@freescale.com>
4364
aced78d8
WD
4365commit 584eedab66d0828f2d571a24b10526c4e65f547b
4366Author: Ilya Yanok <yanok@emcraft.com>
4367Date: Thu Dec 11 05:51:57 2008 +0300
4368
4369 jffs2: include <linux/mtd/compat.h> instead of defining own min_t
4370
4371 Include <linux/mtd/compat.h> header for min_t definition instead of
4372 providing our own one. Removes warnings in case of OneNAND support
4373 enabled.
4374
4375 Although I thinks it's a bit silly to include <linux/mtd/compat.h>
4376 just for min_t...
4377
4378 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4379 Acked-by: Stefan Roese <sr@denx.de>
4380
4381commit b1ffecec37b57a59c139042267faac458e5324e9
4382Author: Becky Bruce <beckyb@kernel.crashing.org>
4383Date: Wed Dec 3 23:04:37 2008 -0600
4384
4385 powerpc: fix io.h build warning with CONFIG_PHYS_64BIT
4386
4387 Casting a pointer to a phys_addr_t when it's an unsigned long long
4388 on a 32-bit system without first casting to a non-pointer type
4389 generates a compiler warning. Fix this.
4390
4391 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
4392
4393commit 6cdadcb3f1b6eac4a1c4256acaa1438413f95351
4394Author: Wolfgang Denk <wd@denx.de>
4395Date: Tue Dec 16 16:22:50 2008 +0100
4396
4397 trab: make trab_fkt standalone code independent of libgcc
4398
4399 Use our own local functions in lib_arm/ instead.
4400
4401 Signed-off-by: Wolfgang Denk <wd@denx.de>
4402
4403commit aa1bcca3d2e22af4dea9f02132f9b56a30378ded
4404Author: Wolfgang Denk <wd@denx.de>
4405Date: Tue Dec 16 14:44:06 2008 +0100
4406
4407 post/Makefile: fix dependency problem with parallel builds
4408
4409 Parallel builds (using "make -jN") would occasionally fail with error
4410 messages like
4411 ppc_4xxFP-objdump: string.o: File format not recognized
4412 or
4413 post/libpost.a(cpu.o): In function `cpu_post_test':
4414 /home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
4415 or similar. We now make sure to run the 'postdeps" step before
4416 attempting to build the specific POST libraries.
4417
4418 Signed-off-by: Wolfgang Denk <wd@denx.de>
4419
4420commit 4a0f7538c5c0805fd9a791967bbabacc41deadd9
4421Author: Wolfgang Denk <wd@denx.de>
4422Date: Tue Dec 16 14:41:02 2008 +0100
4423
4424 Makefile: fix dependency problem with parallel builds
4425
4426 Parallel builds (using "make -jN") would occasionally fail with error
4427 messages like
4428 include/autoconf.mk:212: *** missing separator. Stop.
4429 Line numbers and affected boards were changing. Obviously some
4430 Makefiles included autoconf.mk while it was still being written to.
4431 As a fix, we now write to a temporary file first and then rename it,
4432 so that it is really ready to use as soon as it appears.
4433
4434 Signed-off-by: Wolfgang Denk <wd@denx.de>
4435
4436commit 455ae7e87f67c44e6aea68865c83acadd3fcd36c
4437Author: Wolfgang Denk <wd@denx.de>
4438Date: Tue Dec 16 01:02:17 2008 +0100
4439
4440 Coding style cleanup, update CHANGELOG.
4441
4442 Signed-off-by: Wolfgang Denk <wd@denx.de>
4443
455ae7e8
WD
4444commit 84bc72d90c505fec3ef4b693995407a0bd4064e5
4445Author: Mike Frysinger <vapier@gentoo.org>
4446Date: Thu Dec 11 18:39:08 2008 -0500
4447
4448 spi/stmicro: fix debug() display of cmd
4449
4450 The stmicro_wait_ready() func tries to show the actual opcode that was sent
4451 to the device, but instead it displays the array pointer. Fix it to pull
4452 out the opcode from the start of the array.
4453
4454 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4455
4456commit 5b3375ac8c36c29c87abb132fede0509eb21e5c9
4457Author: Mike Frysinger <vapier@gentoo.org>
4458Date: Thu Dec 11 06:23:37 2008 -0500
4459
4460 env_sf: support embedded environments
4461
4462 If both CONFIG_ENV_SECT_SIZE and CONFIG_ENV_SIZE are defined, and the sect
4463 size is larger than the env size, then it means the env is embedded in a
4464 block. So we have to save/restore the part of the sector which is not the
4465 environment. Previously, saving the environment in SPI flash in this
4466 setup would probably brick the board as the rest of the sector tends to
4467 contain actual U-Boot data/code.
4468
4469 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4470 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4471
4472commit ecf5f077c8e77454f532eaac3e3afb7cfc48c62d
4473Author: Timur Tabi <timur@freescale.com>
4474Date: Wed Dec 3 11:28:30 2008 -0600
4475
4476 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions
4477
4478 All implementations of the functions i2c_reg_read() and
4479 i2c_reg_write() are identical. We can save space and simplify the
4480 code by converting these functions into inlines and putting them in
4481 i2c.h.
4482
4483 Signed-off-by: Timur Tabi <timur@freescale.com>
4484 Acked-By: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4485
4486commit e39cd81c44740d7355d277ed3d38536cbe1e003d
4487Author: Dave Liu <daveliu@freescale.com>
4488Date: Fri Dec 5 15:36:14 2008 +0800
4489
4490 lib_ppc: rework the flush_cache
4491
4492 - It is possible to miss flush/invalidate the last
4493 cache line, we fix it at here.
4494 - add the volatile and memory clobber.
4495
4496 They are pointed by Scott Wood.
4497
4498 Signed-off-by: Dave Liu <daveliu@freescale.com>
4499
4500commit 63240ba88cd6a220057a0f28e5bf97f5b17ac84b
4501Author: Kumar Gala <galak@kernel.crashing.org>
4502Date: Sat Dec 13 17:20:28 2008 -0600
4503
4504 Introduce addr_map library
4505
4506 Add a library that helps in translating between virtual and physical
4507 addresses. This library can be useful as a simple means to implement
4508 map_physmem() and virt_to_phys() for platforms that need functionality
4509 beyond the simple 1:1 mapping.
4510
4511 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4512
4513commit 65e43a10631537dcb92c302d36301a12308216c3
4514Author: Kumar Gala <galak@kernel.crashing.org>
4515Date: Sat Dec 13 17:20:27 2008 -0600
4516
4517 Introduce virt_to_phys()
4518
4519 virt_to_phys() returns the physical address given a virtual. In most
4520 cases this will be just the input value as the vast majority of
4521 systems run in a 1:1 mode.
4522
4523 However in systems that are not running this way it should report the
4524 physical address or ~0 if no mapping exists for the given virtual
4525 address.
4526
4527 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4528
4529commit 45845301af3de8675c1f7bbc815c6de35452605a
4530Author: Yuri Tikhonov <yur@emcraft.com>
4531Date: Sun Dec 7 22:12:50 2008 +0100
4532
4533 POST Make: fix the sub-dir dependencies missing.
4534
4535 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
4536
4537commit 22525779cb51f1bbe4e96fea7b778de1935a5a69
4538Author: Martin Michlmayr <tbm@cyrius.com>
4539Date: Wed Aug 6 14:44:05 2008 +0300
4540
4541 Fix a typo in fw_env.config
4542
4543 Reported-by: Martin Michlmayr <tbm@cyrius.com>
4544 Signed-off-by: Wolfgang Denk <wd@denx.de>
4545
4546commit ba490b7761c62b549c222a9723e532dc801a3899
4547Author: Peter Tyser <ptyser@xes-inc.com>
4548Date: Mon Dec 1 16:22:45 2008 -0600
4549
4550 Remove unused CONFIG_ADDR_STREAMING defines
4551
4552 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4553
4554commit d16da93430520d3e46c1ab52eedacf36ab7a2311
4555Author: Peter Tyser <ptyser@xes-inc.com>
4556Date: Mon Nov 24 11:54:47 2008 -0600
4557
4558 cmd_mem: Remove unused variable
4559
4560 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4561
4562commit 3aed3aa2c128ce9fb39ca3f4e9385a7499e93dbf
4563Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4564Date: Sun Dec 14 10:29:39 2008 +0100
4565
4566 Fix new found CFG_
4567
4568 Also fix some minor typos.
4569
4570 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4571 Signed-off-by: Wolfgang Denk <wd@denx.de>
4572
4573commit 0e0c862efe7279e9609db74d758cd1b84c6c7209
4574Author: Sergei Poselenov <sposelenov@emcraft.com>
4575Date: Fri Sep 19 12:07:34 2008 +0200
4576
4577 Remove compiler warning: target CPU does not support interworking
4578
4579 This warning is issued by modern ARM-EABI GCC on non-thumb targets.
4580
4581 Signed-off-by: Vladimir Panfilov <pvr@emcraft.com>
4582 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4583
4584commit cd6734510a9ff0f41c4a73567d4080ea0033d2c1
4585Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4586Date: Mon Nov 24 13:33:51 2008 +0100
4587
4588 Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independent
4589
4590 FDT support is used for both FIT style images and for architectures
4591 that can pass a fdt blob to an OS (ppc, m68k, sparc).
4592
4593 For other architectures and boards which do not pass a fdt blob to an
4594 OS but want to use the new uImage format, we just need FIT support.
4595
4596 Now we can have the 4 following configurations :
4597
4598 1) FIT only CONFIG_FIT
4599 2) fdt blob only CONFIG_OF_LIBFDT
4600 3) both CONFIG_OF_LIBFDT & CONFIG_FIT
4601 4) none none
4602
4603 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4604
4605commit 19ef4f7a6ef3b725aa9fe4b4f5fb676a84160172
4606Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4607Date: Wed Dec 10 15:13:32 2008 +0100
4608
4609 ppc4xx: Disable EEPROM write access on PMC440 boards
4610
4611 This patch disables EEPROM wrtie access by default on PMC440 board.
4612
4613 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4614
4615commit 5b67a1439a73ba6c34007d9ff60a2c6aa90265df
4616Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4617Date: Wed Dec 10 15:12:56 2008 +0100
4618
4619 ppc4xx: Fix Ethernet PHY LED configuration on PMC440 boards
4620
4621 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4622
4623commit 71fa0714fe5134bc8718c38d5261d267e88582ba
4624Author: Stefan Roese <sr@denx.de>
4625Date: Tue Nov 18 16:36:12 2008 +0100
4626
4627 MIPS: Flush data cache upon relocation
4628
4629 This patch now adds a flush to the data cache upon relocation. The
4630 current implementation is missing this. Only a comment states that it
4631 should be done. So let's really do it now.
4632
4633 Signed-off-by: Stefan Roese <sr@denx.de>
4634 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4635
4636commit 44174343688dba32571a34550dba08971c65fef1
4637Author: Stefan Roese <sr@denx.de>
4638Date: Tue Nov 18 16:36:22 2008 +0100
4639
4640 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT
4641
4642 This patch adds the CONFIG_SKIP_LOWLEVEL_INIT option to start.S. This
4643 enables support for boards where the lowlevel initialization is
4644 already done when U-Boot runs (e.g. via OnChip ROM).
4645
4646 This will be used in the upcoming VCTH board support.
4647
4648 Signed-off-by: Stefan Roese <sr@denx.de>
4649 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4650
4651commit db08ecaa6eb8176904b3bae103a85ee8f735dc40
4652Author: Stefan Roese <sr@denx.de>
4653Date: Wed Nov 12 13:18:02 2008 +0100
4654
4655 MIPS: Add board_early_init_f() to init_sequence
4656
4657 This patch adds the board_early_init_f() call to the MIPS init
4658 sequence. A weak dummy implementation is also added which can be
4659 overridden by a board specific version.
4660
4661 This will be used by the upcoming VCTH board support.
4662
4663 Signed-off-by: Stefan Roese <sr@denx.de>
4664 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4665
4666commit 9d23fc584c4b7b8bb9ecbee48920b1b04b08fa1b
4667Author: Stefan Roese <sr@denx.de>
4668Date: Wed Nov 12 13:18:19 2008 +0100
4669
4670 MIPS: Add onenand_init() to board.c and move nand_init()
4671
4672 This patch adds a call to onenand_init() for OneNAND support and moves
4673 the nand_init() call to an earlier place, so that the environment can
4674 be used from NAND and OneNAND.
4675
4676 Signed-off-by: Stefan Roese <sr@denx.de>
4677 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4678
4679commit d8bbc51c7ba9b737a20984333d19fe28a3526431
4680Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4681Date: Tue Dec 9 11:32:46 2008 +0900
4682
4683 sh: Update sh2/sh2a timer
4684
4685 Renesas SH2/SH2A timer broken.
4686 This patch fix timer function.
4687
4688 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4689 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4690
4691commit a319f1496210117b73198e3d889ffffaf6825d00
4692Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4693Date: Fri Dec 5 07:27:37 2008 +0100
4694
4695 sh: r2dplus fix register access
4696
4697 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4698 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4699
4700commit 4d4a96055f6917335a89dbdf2e5556fa5ac329f6
4701Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4702Date: Tue Dec 2 07:40:03 2008 +0100
4703
4704 sh: r2dplus/lowlevel_init: coding style fix
4705
4706 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4707 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4708
4709commit c54b9a42d8f5ab5b2a039b3a2e6fde8b427745e5
4710Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4711Date: Tue Nov 25 11:05:19 2008 +0900
4712
4713 sh: Changed value of CACHE_OC_NUM_ENTRIES and CACHE_OC_WAY_SHIFT
4714
4715 SH4 is different a value of CACHE_OC_NUM_ENTRIES and
4716 CACHE_OC_WAY_SHIFT every CPU.
4717 This patch corrects these values.
4718
4719 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4720 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4721
4722commit e9d5f35497885b3c65d494d09a525d443dcccd3b
4723Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4724Date: Thu Nov 20 16:44:42 2008 +0900
4725
4726 sh: Update sh timer function
4727
4728 Change to write/readX function and fix timer problem.
4729
4730 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4731 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4732
4733commit b81786cff476c41e332eaeb679158f6527cd67d4
4734Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4735Date: Tue Nov 4 11:58:58 2008 +0900
4736
4737 sh: Migo-R: Update BSC value
4738
4739 A value of BSC CS4 was wrong, Fixed it.
4740
4741 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4742 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4743
4744commit 5783758fd260a02f44566ad8f29f899565cd0403
4745Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4746Date: Mon Nov 17 16:52:09 2008 +0900
4747
4748 sh: Update ms7722se board config
4749
4750 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4751 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4752
4753commit 15e2697c9f7fb2ba672a1a70f07cd6d9d4e92b51
4754Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4755Date: Mon Nov 17 16:53:09 2008 +0900
4756
4757 sh: Update SuperH serial driver
4758
4759 The address of SCFSR register is wrong at SH7720/SH7721.
4760 This patch fix this.
4761
4762 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
4763 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4764
4765commit 9a1d3557dcd47365c12eeab584b822e57d994352
4766Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4767Date: Tue Nov 11 22:20:15 2008 +0100
4768
4769 sh: fix rsk7203 and MigoR out of tree build
4770
4771 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
4772 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
4773
4774commit 1951f847f0a851853871b613ad7cf21a5242226c
4775Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4776Date: Wed Dec 10 14:41:25 2008 +0100
4777
4778 ppc4xx: Update TEXT_BASE for CPCI405 boards
4779
4780 This patch fixes building U-Boot for CPCI405 boards.
4781
4782 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4783 Signed-off-by: Stefan Roese <sr@denx.de>
4784
4785commit 8c92af7b2fbd60ae87379477f93c7ec9441b7452
4786Author: Stefan Roese <sr@denx.de>
4787Date: Tue Dec 9 20:08:01 2008 +0100
4788
4789 ppc4xx: Remove some features from ALPR to fit into 256k again
4790
4791 Signed-off-by: Stefan Roese <sr@denx.de>
4792
4793commit 3b089e4f889a2902449d55e081c886ae607cae89
4794Author: Stefan Roese <sr@denx.de>
4795Date: Wed Dec 10 10:32:59 2008 +0100
4796
4797 UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initialization
4798
4799 With this patch we set the type back to NONE upon failing UBI partition
4800 initialization. Otherwise further calls to the UBI subsystem would try
4801 to really access the non-existing UBI partition.
4802
4803 Thanks to Michael Lawnick for pointing this out.
4804
4805 Signed-off-by: Stefan Roese <sr@denx.de>
4806
4807commit 817329351639a8895cd9b87b33aeff043f3d5a44
4808Author: Stefan Roese <sr@denx.de>
4809Date: Wed Dec 10 10:28:33 2008 +0100
4810
4811 UBI: Return -ENOMEM upon failing malloc
4812
4813 Return with correct error code (-ENOMEM) from ubi_attach_mtd_dev() upon
4814 failing malloc().
4815
4816 Signed-off-by: Stefan Roese <sr@denx.de>
4817
4818commit 2145188bea2df8f2b47a87ec3071b55027e8d0ae
4819Author: Ben Warren <biggerbadderben@gmail.com>
4820Date: Tue Dec 9 23:34:15 2008 -0800
4821
4822 Fix compile error in building MBX860T.
4823
4824 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4825
4826commit 8fab49ea911fe925392fa5afcc9bc7373a3d0cee
4827Author: Michal Simek <monstr@monstr.eu>
4828Date: Tue Nov 25 11:42:20 2008 +0100
4829
4830 microblaze: Remove XUPV2P board
4831
4832 ---
4833
4834 Microblaze platforms use generic settings and to have
4835 many platforms is confusing that's why I decided to remove this
4836 platform from U-BOOT. ml401 tree is sufficient for covering
4837 all Microblaze platforms.
4838
4839 This change will go through microblaze custodian tree.
4840
4841commit 99ba6f353582720defff6e6e6761dc455a207d31
4842Author: Michal Simek <monstr@monstr.eu>
4843Date: Mon Nov 24 18:25:41 2008 +0100
4844
4845 microblaze: Remove CONFIG_LIBFDT due to error in common files
4846
4847commit e7d591e823a991513833af7030468409e25a3b13
4848Author: Michal Simek <monstr@monstr.eu>
4849Date: Mon Nov 24 11:43:00 2008 +0100
4850
4851 microblaze: Fix ml401 uart16550 setting
4852
4853 Signed-off-by: Michal Simek <monstr@monstr.eu>
4854
4855commit c85ff0553a8cfbcca51c15b947e1ed55d3810a39
4856Author: Michal Simek <monstr@monstr.eu>
4857Date: Mon Nov 24 11:38:22 2008 +0100
4858
4859 microblaze: Set up relocation is done
4860
4861commit bcb6dd9187d4b23c748704767bd12d20c829e996
4862Author: Mike Frysinger <vapier@gentoo.org>
4863Date: Tue Dec 9 23:20:31 2008 -0500
4864
4865 tools/netconsole: new script for working with netconsole over UDP
4866
4867 While the doc/README.NetConsole does have a snippet for people to
4868 create their own netcat script, it's a lot easier to make a simple
4869 dedicated script and tell people to use it.
4870
4871 Also spruce it up a bit to make it user friendly.
4872
4873 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4874
4875commit 8c5170a7d088601d5f30d85093388dab1f1e8ec0
4876Author: Sonic Zhang <Sonic.Zhang@analog.com>
4877Date: Tue Dec 9 23:20:18 2008 -0500
4878
4879 fs/fat: handle FAT on SATA
4880
4881 The FAT file system driver should also handle FAT on SATA devices.
4882
4883 Signed-off-by: Sonic Zhang <Sonic.Zhang@analog.com>
4884 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
4885
f15c6515
WD
4886commit 4cd8ed40615a7d741ef2f09ee53779ec6907b8a6
4887Author: Ben Warren <biggerbadderben@gmail.com>
4888Date: Tue Dec 9 23:26:31 2008 -0800
4889
4890 Fix compile error in building MBX860T.
4891 Bug was introduced in 9eb79bd8856bcab896ed5e1f1bca159807a124dd
4892
4893 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4894
455ae7e8
WD
4895commit 97a24a78ee6f34b89b821cb70eda1cf34aa11d97
4896Author: Jerry Van Baren <gvb.uboot@gmail.com>
4897Date: Mon Nov 24 08:15:02 2008 -0500
4898
4899 libfdt: Fix redefined uintptr_t warning for USE_HOSTCC
4900
4901 Compiling U-Boot in an old OS environment (RedHat-7.3 :-) gives the
4902 following warnings from FDT:
4903
4904 include/libfdt_env.h:50: warning: redefinition of 'uintptr_t'
4905 /usr/include/stdint.h:129: warning: 'uintptr_t' previously declared here
4906
4907 Fix: Protect the definition of uintptr_t when compiling on the host
4908 system.
4909
4910 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
4911
4912commit 1fc2b165c51d6f40c8d505f1b3eaefdb6599b17b
4913Author: Graeme Russ <graeme.russ@gmail.com>
4914Date: Sat Nov 22 08:43:29 2008 +1100
4915
4916 Moved sc520 PCI definitions to stand-alone file
4917
4918 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
4919
4920commit 1f5070c0c18fa5684bfce09c8abdf10c04ed48fa
4921Author: Graeme Russ <graeme.russ@gmail.com>
4922Date: Sat Nov 22 08:43:21 2008 +1100
4923
4924 Fixed path to sc520 SSI include file
4925
4926 Signed Off By: Graeme Russ <graeme.russ@gmail.com>
4927
4928commit d4f70da544c33db3e4fce6473dea4ecca4322545
4929Author: Graeme Russ <graeme.russ@gmail.com>
4930Date: Fri Nov 21 06:28:05 2008 +1100
4931
4932 Fixed build error due to #define of _LINUX_STRING_H_ in 82559_eeprom.c
4933
4934 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
4935
4936commit c034075a713b60e654c64e88e87da29440f31bb4
4937Author: Stefan Roese <sr@denx.de>
4938Date: Wed Nov 12 13:30:10 2008 +0100
4939
4940 serial: Add vcth UART driver
4941
4942 This patch adds the UART driver for the upcoming VCTH board support.
4943
4944 Signed-off-by: Stefan Roese <sr@denx.de>
4945
4946commit 142a80ffc3b537a9c45acd2444a42a77f147c602
4947Author: Ilya Yanok <yanok@emcraft.com>
4948Date: Thu Nov 13 19:49:36 2008 +0300
4949
4950 jffs2: cache data_crc results
4951
4952 As we moved data_crc() invocation from jffs2_1pass_build_lists() to
4953 jffs2_1pass_read_inode() data_crc is going to be calculated on each
4954 inode access. This patch adds caching of data_crc() results. There
4955 is no significant improvement in speed (because of flash access
4956 caching added in previous patch I think, crc in RAM is really fast)
4957 but this patch impacts memory usage -- every b_node structure uses
4958 12 bytes instead of 8.
4959
4960 Signed-off-by: Alexey Neyman <avn@emcraft.com>
4961 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4962
4963commit 9b7076229ec6a958bd835ab70745f7676297ce82
4964Author: Ilya Yanok <yanok@emcraft.com>
4965Date: Thu Nov 13 19:49:35 2008 +0300
4966
4967 jffs2: summary support
4968
4969 This patch adds support for reading fs information from summary
4970 node instead of scanning full eraseblock.
4971
4972 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4973
4974commit 70741004dc28946cd82c7af6789c4ddb3fc94526
4975Author: Ilya Yanok <yanok@emcraft.com>
4976Date: Thu Nov 13 19:49:34 2008 +0300
4977
4978 jffs2: add buffer to cache flash accesses
4979
4980 With this patch JFFS2 code allocates memory buffer of max_totlen size
4981 (size of the largest node, calculated during scan time) and uses it to
4982 store entire node. Speeds up loading. If malloc fails we use old ways
4983 to do things.
4984
4985 Signed-off-by: Alexey Neyman <avn@emcraft.com>
4986 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
4987
4988commit 8a36d31f72411144ac0412ee7e1880e801acd754
4989Author: Ilya Yanok <yanok@emcraft.com>
4990Date: Thu Nov 13 19:49:33 2008 +0300
4991
4992 jffs2: rewrite jffs2 scanning code based on Linux one
4993
4994 Rewrites jffs2_1pass_build_lists() function in style of Linux's
4995 jffs2_scan_medium() and jffs2_scan_eraseblock().
4996 This includes:
4997 - Caching flash acceses
4998 - Smart dealing with free space
4999
5000 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5001 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5002
5003commit e0b5532579eda8b4629f1b4f6e49c3cc60f52237
5004Author: Ilya Yanok <yanok@emcraft.com>
5005Date: Thu Nov 13 19:49:32 2008 +0300
5006
5007 jffs2: add sector_size field to part_info structure
5008
5009 This patch adds sector_size field to part_info structure (used
5010 by new JFFS2 code).
5011
5012 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5013
5014commit f73846956778a7dfee83403ef9747aff77198848
5015Author: Ilya Yanok <yanok@emcraft.com>
5016Date: Thu Nov 13 19:49:31 2008 +0300
5017
5018 jffs2: fix searching for latest version in jffs2_1pass_list_inodes()
5019
5020 We need to update i_version inside cycle to find really latest version
5021 inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside
5022 dump_inode() instead of calling expensive jffs2_1pass_read_inode().
5023
5024 Signed-off-by: Alexey Neyman <avn@emcraft.com>
5025 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5026
5027commit 1113cb764b3da256ef8a1f9539f4efbe221ff3c4
5028Author: Wolfgang Denk <wd@denx.de>
5029Date: Tue Dec 9 23:13:51 2008 +0100
5030
5031 evb64260: fix "cast to pointer from integer of different size" warnings
5032
5033 Signed-off-by: Wolfgang Denk <wd@denx.de>
5034
5035commit d2776827315c3d469b8cb4cec14d58877798daa2
5036Author: Stefan Althoefer <stefan.althoefer@web.de>
5037Date: Sun Dec 7 19:39:11 2008 +0100
5038
5039 USB: descriptor handling
5040
5041 Hi,
5042
5043 I found a bug when working with the u-boot USB subsystem on IXP425 processor
5044 (big endian Xscale aka ARMv5).
5045 I recognized that the second usb_endpoint_descriptor of the attached memory
5046 stick was corrupted.
5047
5048 The reason for this are the packed structures below (either u-boot and
5049 u-boot-usb):
5050
5051 --------------
5052 /* Endpoint descriptor */
5053 struct usb_endpoint_descriptor {
5054 unsigned char bLength;
5055 unsigned char bDescriptorType;
5056 unsigned char bEndpointAddress;
5057 unsigned char bmAttributes;
5058 unsigned short wMaxPacketSize;
5059 unsigned char bInterval;
5060 unsigned char bRefresh;
5061 unsigned char bSynchAddress;
5062
5063 } __attribute__ ((packed));
5064 /* Interface descriptor */
5065 struct usb_interface_descriptor {
5066 unsigned char bLength;
5067 unsigned char bDescriptorType;
5068 unsigned char bInterfaceNumber;
5069 unsigned char bAlternateSetting;
5070 unsigned char bNumEndpoints;
5071 unsigned char bInterfaceClass;
5072 unsigned char bInterfaceSubClass;
5073 unsigned char bInterfaceProtocol;
5074 unsigned char iInterface;
5075
5076 unsigned char no_of_ep;
5077 unsigned char num_altsetting;
5078 unsigned char act_altsetting;
5079 struct usb_endpoint_descriptor ep_desc[USB_MAXENDPOINTS];
5080 } __attribute__ ((packed));
5081 ------------
5082
5083 As usb_endpoint_descriptor is only 7byte in length, the start of all
5084 odd ep_desc[] structures is not word aligned. This makes wMaxPacketSize
5085 of these structures also not word aligned.
5086
5087 ARMv5 Architecture however does not support non-aligned multibyte
5088 data type (see A2.8 of ARM Architecture Reference Manual).
5089
5090 Signed-off-by: Stefan Althoefer <stefan.althoefer@web.de>
5091 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5092
5093commit 4c253fdb2a175ea3472c38a1455a16faa58e81f0
5094Author: Kumar Gala <galak@kernel.crashing.org>
5095Date: Tue Dec 9 10:27:33 2008 -0600
5096
5097 drivers/fsl_pci_init: Fix compile warning
5098
5099 fsl_pci_init.c: In function 'fsl_pci_setup_inbound_windows':
5100 fsl_pci_init.c:122: warning: comparison is always true due to limited range of data type
5101
5102 The check only makes sense if we are CONFIG_PHYS_64BIT
5103
5104 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5105
5106commit dedacc18a8c2b3951581eb721fa055a4e0ac4845
5107Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5108Date: Sun Dec 7 09:45:35 2008 +0100
5109
5110 usbtty/omap: update to current API
5111
5112 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5113 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5114
5115commit ee2e9ba917a62cc2e3a484bb79c8da0e01cb93ed
5116Author: Anatolij Gustschin <agust@denx.de>
5117Date: Tue Dec 9 17:52:05 2008 +0100
5118
5119 video: fix FADS823 and RRvision compiling issues
5120
5121 Since commit 561858ee building for FADS823 and RRvision
5122 doesn't work. Let's include version.h and timestamp.h
5123 unconditionally to fix the problem.
5124
5125 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5126
5127commit 2d2e05727fe4013f807ffa814dff0e75259a1db4
5128Author: Stefan Roese <sr@denx.de>
5129Date: Tue Dec 2 10:53:47 2008 +0100
5130
5131 UBI: Fix size parsing in "ubi create"
5132
5133 Signed-off-by: Stefan Roese <sr@denx.de>
5134
5135commit 2ee951ba2ac9874d2a93d52e7a187d3184be937e
5136Author: Stefan Roese <sr@denx.de>
5137Date: Thu Nov 27 14:07:09 2008 +0100
5138
5139 UBI: Enable re-initializing of the "ubi part" command
5140
5141 With this patch now, the user can call "ubi part" multiple times to
5142 re-connect the UBI device to another MTD partition.
5143
5144 Signed-off-by: Stefan Roese <sr@denx.de>
5145
5146commit 9def12cae33d2d3ea2dd56b197fd3dfb3ad60bf4
5147Author: Stefan Roese <sr@denx.de>
5148Date: Thu Nov 27 14:05:15 2008 +0100
5149
5150 MTD: Fix problem based on non-working relocation (list head mtd_partitions)
5151
5152 Don't use LIST_HEAD() but initialize the struct via INIT_LIST_HEAD() upon
5153 first call of add_mtd_partitions(). Otherwise this won't work on platforms
5154 where the relocation is broken (like MIPS or PPC).
5155
5156 Signed-off-by: Stefan Roese <sr@denx.de>
5157
5158commit 5e3ab68e9acf9edf304b8aa32ad7e005483a2c47
5159Author: Trent Piepho <tpiepho@freescale.com>
5160Date: Wed Nov 12 17:29:48 2008 -0800
5161
5162 Section name should be ".data", not "data"
5163
5164 Signed-off-by: Trent Piepho <tpiepho@freescale.com>
5165 Signed-off-by: Wolfgang Denk <wd@denx.de>
5166
5167commit 7fa6a2f3b66579dea8bc1a9177646e1141731b15
5168Author: Wolfgang Denk <wd@denx.de>
5169Date: Tue Dec 9 00:39:08 2008 +0100
5170
5171 MAKEALL: Automatically use parallel builds
5172
5173 Add logic to the MAKEALL script to determine the number of CPU cores
5174 on the system, and run a parallel build if there is more than one.
5175 Usually this significantrly accelerates builds.
5176
5177 Allow to manually adjust the number of parallel make jobs by using
5178 the "BUILD_NCPUS" environment variable.
5179
5180 Signed-off-by: Wolfgang Denk <wd@denx.de>
5181
5182commit 268405fa7c44156c5192a70779920c70906af8d6
5183Author: Wolfgang Denk <wd@denx.de>
5184Date: Tue Dec 9 00:24:30 2008 +0100
5185
5186 vxworks.h: Fix build problem introduced by commits 29a4c24d/e9084b23
5187
5188 Signed-off-by: Wolfgang Denk <wd@denx.de>
5189
5190commit 153176a9414120ca1736f3cc4951623d6e14e6af
5191Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5192Date: Tue Nov 11 06:08:59 2008 +0100
5193
5194 avr32/bootm: remove unused variable 'ret'
5195
5196 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5197 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5198
5199commit 434c51a5e62f608a2a78ed5398ac43a1c77cc183
5200Author: Peter Tyser <ptyser@xes-inc.com>
5201Date: Wed Nov 12 13:06:48 2008 -0600
5202
5203 Remove unneeded CONFIG_SHELL references
5204
5205 Make should be using the bash shell by default which makes
5206 CONFIG_SHELL unnecessary
5207
5208 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5209
5210commit cf7a7b99794bac936899819b95539be1dbd71708
5211Author: Peter Tyser <ptyser@xes-inc.com>
5212Date: Wed Nov 12 12:33:20 2008 -0600
5213
5214 Use bash for default GNU Make shell application
5215
5216 Some Make script commands rely on bash-specific features like brace
5217 expansion, so default to bash for the SHELL variable with a fallback
5218 to the standard sh shell
5219
5220 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5221
5222commit 4b530018764934ad5689196e9aa5714a6f4d1a6c
5223Author: Heiko Schocher <hs@denx.de>
5224Date: Wed Nov 12 09:50:45 2008 +0100
5225
5226 jffs2: rename devices_init () in common/jffs2.c
5227
5228 rename devices_init () in common/jffs2.c to
5229 jffs2_devices_init (), because there is also a
5230 devices_init () in common/devices.c.
5231
5232 Signed-off-by: Heiko Schocher <hs@denx.de>
5233
5234commit af5eb847a10f1037590001355d88bab3fe7be48b
5235Author: Daniel Hellstrom <daniel@gaisler.com>
5236Date: Mon Nov 10 12:46:20 2008 +0000
5237
5238 SPARC: Fixed compiler error introduced by commit c160a9544743
5239
5240 This patch fixes a build error for the SPARC platform. It was
5241 introduced by commit c160a9544743e80e8889edb2275538e7764ce334.
5242
5243 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
5244
5245commit 4c60259899aa00f59db0d936b8807f9a26411c0f
5246Author: Gary Jennejohn <garyj@denx.de>
5247Date: Sun Nov 9 12:50:59 2008 +0100
5248
5249 mgsuvd add the board-specific part of the HDLC driver
5250
5251 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5252
5253commit 534a4359666af48bd69a3743d8a8c2bdb1d3ec70
5254Author: Gary Jennejohn <garyj@denx.de>
5255Date: Sun Nov 9 12:45:03 2008 +0100
5256
5257 mgcoge add the board-specific part of the HDLC driver
5258
5259 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5260
5261commit 135f5534538bb8ea4f38a7030da12187d22ef7e0
5262Author: Gary Jennejohn <garyj@denx.de>
5263Date: Sun Nov 9 12:36:15 2008 +0100
5264
5265 keymile add the common parts of the HDLC driver
5266
5267 This implements the ICN protocol used across the backplane and is
5268 needed by all the keymile boards.
5269
5270 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5271
5272commit 1cb82a9207a550557399eabc7fe47f21bbd9ddf8
5273Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5274Date: Fri Nov 7 22:46:22 2008 +0100
5275
5276 drivers/bios_emulator: Move conditional compilation to Makefile
5277
5278 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5279
5280commit bcdf1d2cf6b24fb905fd7da80da4b3c65a7995b5
5281Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5282Date: Thu Nov 6 14:01:51 2008 -0500
5283
5284 common/cmd_ide.c: Corrected endian order printing for compact flash serial number.
5285
5286 Corrected endian order printing for compact flash serial number.
5287
5288 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
5289
5290commit 16a28ef219c27423a1ef502f19070c4d375079b8
5291Author: Gary Jennejohn <garyj@denx.de>
5292Date: Thu Nov 6 15:04:23 2008 +0100
5293
5294 IOMUX: Add console multiplexing support.
5295
5296 Modifications to support console multiplexing. This is controlled using
5297 CONFIG_SYS_CONSOLE_MUX in the board configuration file.
5298
5299 This allows a user to specify multiple console devices in the environment
5300 with a command like this: setenv stdin serial,nc. As a result, the user can
5301 enter text on both the serial and netconsole interfaces.
5302
5303 All devices - stdin, stdout and stderr - can be set in this manner.
5304
5305 1) common/iomux.c and include/iomux.h contain the environment setting
5306 implementation.
5307 2) doc/README.iomux contains a somewhat more detailed description.
5308 3) The implementation in (1) is called from common/cmd_nvedit.c to
5309 handle setenv and from common/console.c to handle initialization of
5310 input/output devices at boot time.
5311 4) common/console.c also contains the code needed to poll multiple console
5312 devices for input and send output to all devices registered for output.
5313 5) include/common.h includes iomux.h and common/Makefile generates iomux.o
5314 when CONFIG_SYS_CONSOLE_MUX is set.
5315
5316 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5317
5318commit 774ce72026f74ac9641bcbbc588b20f2e13f7ab8
5319Author: Mike Frysinger <vapier@gentoo.org>
5320Date: Tue Nov 4 16:03:46 2008 -0500
5321
5322 strings: use puts() rather than printf()
5323
5324 When running `strings` on really long strings, the stack tends to get
5325 smashed due to printf(). Switch to puts() instead since we're only passing
5326 the data through.
5327
5328 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5329
5330commit b03150b52e3c491a86a3cc0945274f0e8f9872e7
5331Author: Niklaus Giger <niklaus.giger@member.fsf.org>
5332Date: Mon Nov 3 22:16:18 2008 +0100
5333
5334 Use new CONFIG_SYS_VXWORKS parameters for Netstal boards
5335
5336 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
5337
5338commit 29a4c24de99d8cb4ac32991c04cab87ed94ca1f9
5339Author: Niklaus Giger <niklaus.giger@member.fsf.org>
5340Date: Mon Nov 3 22:15:34 2008 +0100
5341
5342 cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parameters
5343
5344 - fix size too small by one in sprintf
5345 - changed old (pre 2004) device name ibmEmac to emac
5346 - boot device may be overriden in board config
5347 - servername may be defined in board config
5348 - additional parameters may be defined in board config
5349 - fixed some line wrappings
5350 - replaced redundant MAX define by max
5351
5352 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
5353
5354commit e9084b23d16102f44ace24379a1c0c352497ef80
5355Author: Niklaus Giger <niklaus.giger@member.fsf.org>
5356Date: Mon Nov 3 22:14:36 2008 +0100
5357
5358 Add vxworks.h to handle CONFIG_SYS_VXWORKS parameters
5359
5360 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
5361
5362commit 0b2f4ecad473d785959c7976f20d2a00bd0ee01f
5363Author: Niklaus Giger <niklaus.giger@member.fsf.org>
5364Date: Mon Nov 3 22:13:47 2008 +0100
5365
5366 README: Document CONFIG_SYS parameters for vxworks
5367
5368 Signed-off-by: Niklaus Giger <niklaus.giger@member.fsf.org>
5369
5370commit ace514837cac656e29c37a19569cb8ea83071126
5371Author: Peter Tyser <ptyser@xes-inc.com>
5372Date: Fri Oct 31 11:12:38 2008 -0500
5373
5374 lcd: Let the board code show board-specific info cleanup
5375
5376 remove unneeded version.h from lcd.c
5377
5378 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5379 Signed-off-by: Wolfgang Denk <wd@denx.de>
5380
5381commit 561858ee7d0274c3e89dc98d4d0698cb6fcf6fd9
5382Author: Peter Tyser <ptyser@xes-inc.com>
5383Date: Mon Nov 3 09:30:59 2008 -0600
5384
5385 Update U-Boot's build timestamp on every compile
5386
5387 Use the GNU 'date' command to auto-generate a new U-Boot
5388 timestamp on every compile.
5389
5390 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5391
5392commit 83ad179e2f0f625b88adb8ef5696709e46fb9077
5393Author: Remy Bohmer <linux@bohmer.net>
5394Date: Thu Dec 4 22:25:57 2008 +0100
5395
5396 Remove redundant armv4 flag from arm926ejs compile flags
5397
5398 Currently the arm926ejs tree has the armv4 option set during compilation.
5399 This flag does not belong here because a arm926 CPU is always a armv5 CPU.
5400
5401 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5402
5403commit 89a7a87f084c657f8e32b513a77b50eca07e17ec
5404Author: Nicolas Ferre <nicolas.ferre@atmel.com>
5405Date: Sat Dec 6 13:11:14 2008 +0100
5406
5407 at91: Choose environment variables location within make config target
5408
5409 This patch adds the possiblity to choose the media where the environment will
5410 be located. This allow to choose this fundamental configuration without editing
5411 config files.
5412
5413 Documentation file added.
5414
5415 Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
5416 Acked-by: Stelian Pop <stelian@popies.net>
5417 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5418
5419commit 1450c4a6682378567030414a9f1198c39b7730c7
5420Author: Anatolij Gustschin <agust@denx.de>
5421Date: Mon Nov 3 15:30:34 2008 +0100
5422
5423 lwmon, tqm8xx: Fix build errors
5424
5425 Commit 6b59e03e0237a40a2305ea385defdfd92000978b
5426 lcd: Let the board code show board-specific info
5427
5428 introduced some bugs which prevent U-Boot building
5429 for lwmon board if CONFIG_LCD_INFO_BELOW_LOGO will
5430 be defined in the board configuration.
5431
5432 Also "LCD enabled" building for TQM823L doesn't work
5433 since this commit.
5434
5435 This patch fixes above-mentioned issues.
5436
5437 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5438
5439commit bfa0af6b22ff25b0719a8910f9b6d1f975aa6fb0
5440Author: Mike Frysinger <vapier@gentoo.org>
5441Date: Sun Nov 2 01:18:18 2008 -0400
5442
5443 ignore .gdb_history files
5444
5445 When using gdb, history files will often get generated. So ignore them.
5446
5447 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
5448
5449commit c8aa7dfc18f7cc90d0aea6c7becbb67dfc5bba4b
5450Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5451Date: Fri Oct 31 12:26:55 2008 +0100
5452
5453 FPGA: move fpga drivers to drivers/fpga
5454
5455 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5456
5457commit 6a86bb6c25376f0358478219fa28d7c84dd01ed0
5458Author: Peter Tyser <ptyser@xes-inc.com>
5459Date: Mon Dec 1 16:29:38 2008 -0600
5460
5461 net: Fix TftpStart() ip:filename bug
5462
5463 The TftpStart() function modifies the 'BootFile'
5464 string when 'BootFile' contains both an IP address
5465 and filename (eg 1.2.3.4:/path/file). This causes
5466 subsequent calls to TftpStart to incorrectly parse
5467 the TFTP filename and server IP address to use.
5468 For example:
5469
5470 => tftp 0x100000 10.52.0.62:/home/ptyser/non_existant
5471 Speed: 100, half duplex
5472 Using eTSEC1 device
5473 TFTP from server 10.52.0.62; our IP address is 10.52.253.79
5474 ^^^^^^^^^^ CORRECT
5475 Filename '/home/ptyser/non_existant'.
5476 ^^^^^^^^^^^^^^^^^^^^^^^^^ CORRECT
5477 Load address: 0x100000
5478 Loading: *
5479 TFTP error: 'File not found' (1)
5480 Starting again
5481
5482 eTSEC2: No link.
5483 Speed: 100, half duplex
5484 Using eTSEC1 device
5485 TFTP from server 10.52.0.33; our IP address is 10.52.253.79
5486 ^^^^^^^^^^ WRONG
5487 Filename '10.52.0.62'.
5488 ^^^^^^^^^^ WRONG
5489 Load address: 0x100000
5490 Loading: *
5491 TFTP error: 'File not found' (1)
5492 Starting again
5493
5494 TftpStart() was modified to not modify the 'BootFile' string.
5495
5496 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5497 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5498
5499commit d32c5be50bf0600bfdc54223ef341ee9c63db445
5500Author: Peter Tyser <ptyser@xes-inc.com>
5501Date: Mon Dec 1 16:26:21 2008 -0600
5502
5503 net: Add additional IP fragmentation check
5504
5505 Ignore IP packets which have the "more fragments" flag bit
5506 set. This flag indicates the IP packet is fragmented and
5507 must be ignored by U-Boot.
5508
5509 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5510 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5511
5512commit e0c07b868cab405ab4b5335a0247899bfc5ea0b6
5513Author: Peter Tyser <ptyser@xes-inc.com>
5514Date: Mon Dec 1 16:26:20 2008 -0600
5515
5516 net: Define IP flag field values
5517
5518 These defines were pulled from the "Add simple
5519 IP/UDP fragmentation support" patch from Frank
5520 Haverkamp <haver@vnet.ibm.com>.
5521
5522 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5523 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5524
5525commit 23afaba65ec5206757e589ef334a8b38168c045f
5526Author: Anatolij Gustschin <agust@denx.de>
5527Date: Tue Dec 2 10:31:04 2008 +0100
5528
5529 net: tsec: Fix Marvell 88E1121R phy init
5530
5531 This patch tries to ensure that phy interrupt pin
5532 won't be asserted after booting. We experienced
5533 following issues with current 88E1121R phy init:
5534
5535 Marvell 88E1121R phy can be hardware-configured
5536 to share MDC/MDIO and interrupt pins for both ports
5537 P0 and P1 (e.g. as configured on socrates board).
5538 Port 0 interrupt pin will be shared by both ports
5539 in such configuration. After booting Linux and
5540 configuring eth0 interface, port 0 phy interrupts
5541 are enabled. After rebooting without proper eth0
5542 interface shutdown port 0 phy interrupts remain
5543 enabled so any change on port 0 (link status, etc.)
5544 cause assertion of the interrupt. Now booting Linux
5545 and configuring eth1 interface will cause permanent
5546 phy interrupt storm as the registered phy 1 interrupt
5547 handler doesn't acknowledge phy 0 interrupts. This
5548 of course should be fixed in Linux driver too.
5549
5550 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5551 Acked-by: Andy Fleming <afleming@freescale.com>
5552 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5553
5554commit 2e4970d8109d690adcf615d9e3cac7b5b2e8eaed
5555Author: Peter Tyser <ptyser@xes-inc.com>
5556Date: Tue Dec 2 12:59:51 2008 -0600
5557
5558 net: Fix download command parsing
5559
5560 When CONFIG_SYS_HUSH_PARSER is defined network download
5561 commands with 1 argument in the format 'tftp "/path/file"'
5562 do not work as expected. The hush command parser strips
5563 the quotes from "/path/file" which causes the network
5564 commands to interpret "/path/file" as an address
5565 instead of the intended filename.
5566
5567 The previous check for a leading quote in netboot_common()
5568 was replaced with a check which ensures only valid
5569 numbers are treated as addresses.
5570
5571 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5572 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5573
5574commit 3c2c2f427905040c1513d0c51d637689cba48346
5575Author: Remy Bohmer <linux@bohmer.net>
5576Date: Thu Nov 27 22:30:27 2008 +0100
5577
5578 Remove non-ascii characters from fat code
5579
5580 This code contains some non-ascii characters in comment lines and code.
5581 Most editors do not display those characters properly and editing those
5582 files results always in diffs at these places which are usually not required
5583 to be changed at all. This is error prone.
5584
5585 So, remove those weird characters and replace them by normal C-style
5586 equivalents for which the proper defines were already in the header.
5587
5588 Signed-off-by: Remy Bohmer <linux@bohmer.net>
5589
5590commit dc889e865356497d3e495570118c2245ebce2631
5591Author: Dave Liu <daveliu@freescale.com>
5592Date: Fri Nov 28 20:16:58 2008 +0800
5593
5594 85xx: fix the wrong DDR settings for MPC8572DS
5595
5596 The default DDR freq is 400MHz or 800M data rate,
5597 the old settings is pure wrong for the default case.
5598
5599 Signed-off-by: Dave Liu <daveliu@freescale.com>
5600 Acked-by: Andy Fleming <afleming@freescale.com>
5601
5602commit 9df59533f77de2829b4b66e5b7620e04edaa391c
5603Author: Kumar Gala <galak@kernel.crashing.org>
5604Date: Mon Nov 24 10:29:26 2008 -0600
5605
5606 85xx: init gd as early as possible
5607
5608 Moved up the initialization of GD so C code like set_tlb() can use
5609 gd->flags to determine if we've relocated or not in the future.
5610
5611 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5612 Acked-by: Andy Fleming <afleming@freescale.com>
5613
5614commit aed461af81012a398a205e9be67ab37667491838
5615Author: Kumar Gala <galak@kernel.crashing.org>
5616Date: Mon Nov 24 10:29:25 2008 -0600
5617
5618 85xx: Fix relocation of CCSRBAR
5619
5620 If the virtual address for CCSRBAR is the same after relocation but
5621 the physical address is changing we'd end up having two TLB entries with
5622 the same VA. Instead we new us the new CCSRBAR virt address + 4k as a
5623 temp virt address to access the old CCSRBAR to relocate it.
5624
5625 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5626 Acked-by: Andy Fleming <afleming@freescale.com>
5627
5628commit ea154a1781135d822eedee7567cc156089eae93c
5629Author: Kumar Gala <galak@kernel.crashing.org>
5630Date: Mon Nov 24 10:25:14 2008 -0600
5631
5632 FSL: Moved BR_PHYS_ADDR for localbus to common header
5633
5634 The BR_PHYS_ADDR macro is useful on all machines that have local bus
5635 which is pretty much all 83xx/85xx/86xx chips.
5636
5637 Additionally most 85xx & 86xx will need it if they want to support
5638 36-bit physical addresses.
5639
5640 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5641 Acked-by: Andy Fleming <afleming@freescale.com>
5642
5643commit 9427ccde0355a2ebf47454e8e1be59f5b9864e08
5644Author: Peter Tyser <ptyser@xes-inc.com>
5645Date: Mon Dec 1 13:47:12 2008 -0600
5646
5647 85xx: Add PORDEVSR_PCI1 define
5648
5649 Add define used to determine if PCI1 interface is in PCI or PCIX mode.
5650
5651 Convert users of the old PORDEVSR_PCI constant to use MPC85xx_PORDEVSR_PCI1
5652
5653 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5654 Signed-off-by: Andy Fleming <afleming@freescale.com>
5655
5656commit 35db1c6d34b57ae15e99cf03c8e8f8a6148d74f3
5657Author: Becky Bruce <becky.bruce@freescale.com>
5658Date: Fri Nov 21 19:24:22 2008 -0600
5659
5660 drivers/fsl_pci_init: Fix inbound window mapping bug
5661
5662 The current code will cause the creation of a 4GB window
5663 starting at 0 if we have more than 4GB of RAM installed,
5664 which overlaps with PCI_MEM space and causes pci_bus_to_phys()
5665 to return erroneous information. Limit the size to 4GB - 1;
5666 which causes the code to create one 2GB and one 1GB window
5667 instead.
5668
5669 Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>
5670 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
5671 Acked-by: Andy Fleming <afleming@freescale.com>
5672
5673commit 5a105a333dab6a23e92d763ce76d6f31d57f45df
5674Author: Jon Loeliger <jdl@freescale.com>
5675Date: Thu Nov 20 15:36:48 2008 -0600
5676
5677 Removed unused CONFIG_L1_INIT_RAM symbol.
5678
5679 Prevent further viral propogation of the unused
5680 symbol CONFIG_L1_INIT_RAM by just removing it.
5681
5682 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5683 Acked-by: Andy Fleming <afleming@freescale.com>
5684
5685commit 7008d26a40a76f90cae5824c812cfed449fb97b8
5686Author: Ed Swarthout <Ed.Swarthout@freescale.com>
5687Date: Wed Oct 29 09:21:44 2008 -0500
5688
5689 fsl ddr skip interleaving if not supported.
5690
5691 Removed while(1) hang if memctl_intlv_ctl is set wrong.
5692 Remove embedded tabs from strings.
5693
5694 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
5695 Acked-by: Kumar Gala <galak@kernel.crashing.org>
5696 Acked-by: Andy Fleming <afleming@freescale.com>
5697
5698commit dd332e18d082de75eca3fc2c7c778f5d4571a096
5699Author: Anatolij Gustschin <agust@denx.de>
5700Date: Thu Nov 13 18:08:57 2008 +0100
5701
5702 85xx: socrates: fix DDR SDRAM tlb entry configuration
5703
5704 since commit be0bd8234b9777ecd63c4c686f72af070d886517
5705 tlb entry for socrates DDR SDRAM will be reconfigured
5706 by setup_ddr_tlbs() from initdram() causing an
5707 inconsistency with previously configured DDR SDRAM tlb
5708 entry from tlb_table:
5709
5710 socrates>l2cam 7 9
5711 IDX PID EPN SIZE V TS RPN U0-U3 WIMGE UUUSSS
5712 7 : 00 00000000 256MB V 0 -> 0_00000000 0000 -I-G- ---RWX
5713 8 : 00 00000000 256MB V 0 -> 0_00000000 0000 ----- ---RWX
5714 9 : 00 10000000 256MB V 0 -> 0_10000000 0000 ----- ---RWX
5715
5716 This patch makes the presence of the DDR SDRAM tlb entry in
5717 the tlb_table dependent on CONFIG_SPD_EEPROM to avoid this
5718 inconsistency.
5719
5720 Signed-off-by: Anatolij Gustschin <agust@denx.de>
5721 Acked-by: Andy Fleming <afleming@freescale.com>
5722
5723commit a2cd50ed6ef0ac6b127b3d6db756979a8336718d
5724Author: Peter Tyser <ptyser@xes-inc.com>
5725Date: Tue Nov 11 10:17:10 2008 -0600
5726
5727 85xx: Add CPU 2 errata workaround to all 8548 boards
5728
5729 All mpc8548-based boards should implement the suggested workaround
5730 to CPU 2 errata. Without the workaround, its possible for the
5731 8548's core to hang while executing a msync or mbar 0 instruction
5732 and a snoopable transaction from an I/O master tagged to make
5733 quick forward progress is present.
5734
5735 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
5736 Acked-by: Andy Fleming <afleming@freescale.com>
5737
5738commit e57f0fa1333cdf3ca36110aac2900712a5f82976
5739Author: Dave Liu <daveliu@freescale.com>
5740Date: Tue Oct 28 17:53:45 2008 +0800
5741
5742 85xx: the DDR tlb is missed for the !CONFIG_SPD_EEPROM case
5743
5744 we need TLB entry for DDR at !SPD case.
5745
5746 Signed-off-by: Dave Liu <daveliu@freescale.com>
5747 Acked-by: Andy Fleming <afleming@freescale.com>
5748
5749commit 9b0ad1b1c7a15ff674978705c7c52264978dc5d8
5750Author: Dave Liu <daveliu@freescale.com>
5751Date: Tue Oct 28 17:53:38 2008 +0800
5752
5753 85xx: remove the unused ddr_enable_ecc in the board file
5754
5755 The DDR controller of 8548/8544/8568/8572/8536 processors
5756 have the ECC data init feature, and the new DDR code is
5757 using the feature, and we don't need the way with DMA to
5758 init memory any more.
5759
5760 Signed-off-by: Dave Liu <daveliu@freescale.com>
5761 Acked-by: Andy Fleming <afleming@freescale.com>
5762
5763commit 4a129a57d923f7c15aa1f567028a80a32d66a100
5764Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5765Date: Sun Nov 30 19:36:53 2008 +0100
5766
5767 at91rm9200dk: Fix typo
5768
5769 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5770
5771commit ed3b18e05c9a8ffa5fb643da9bcec7452e5d5e01
5772Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5773Date: Sun Nov 30 19:36:50 2008 +0100
5774
5775 AT91: remove non supported board AT91RM9200DF macro
5776
5777 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5778
5779commit bd876772ee04095e5dd943d97515a1f14bad4b1c
5780Author: Ilko Iliev <iliev@ronetix.at>
5781Date: Tue Dec 2 17:27:54 2008 +0100
5782
5783 mtd/dataflash.c: fix a problem with the last partition
5784
5785 This patch fix the problem that only the [NB_DATAFLASH_AREA - 1] dataflash
5786 partition can be defined to use the area to the end of dataflash size.
5787 Now it is possible to have only one dataflash partition from 0 to the end
5788 of of dataflash size.
5789
5790 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
5791
5792commit 03f797793b124dccaae145b977d15d6cb9e74504
5793Author: Ilko Iliev <iliev@ronetix.at>
5794Date: Tue Dec 2 17:20:17 2008 +0100
5795
5796 fix some coding style violations.
5797
5798 This patch fix some coding style violations.
5799
5800 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
5801
5802commit 5e46b1e54112f4b7fd5185665e571510132c12a7
5803Author: Stefan Roese <sr@denx.de>
5804Date: Thu Nov 27 14:11:37 2008 +0100
5805
5806 OneNAND: Add missing mtd info struct before calling onenand_erase()
5807
5808 Without this patch "saveenv" crashes when MTD partitions are enabled (e.g.
5809 for use in UBI) via CONFIG_MTD_PARTITIONS.
5810
5811 Signed-off-by: Stefan Roese <sr@denx.de>
5812 Signed-off-by: Scott Wood <scottwood@freescale.com>
5813
5814commit 29382d4064fbaff5daacff4c3209370fa5713966
5815Author: Becky Bruce <becky.bruce@freescale.com>
5816Date: Thu Nov 20 16:43:52 2008 -0600
5817
5818 mpc8641: Fix error in README
5819
5820 I made some updates to the code that didn't make it into the
5821 README - fix this
5822
5823 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5824
5825commit 801a194616d95e6fc426a176d9615ccbf9876c7f
5826Author: Jon Loeliger <jdl@freescale.com>
5827Date: Thu Nov 20 12:01:02 2008 -0600
5828
5829 Removed unused CONFIG_L1_INIT_RAM symbol.
5830
5831 Prevent further viral propogation of the unused
5832 symbol CONFIG_L1_INIT_RAM by just removing it.
5833
5834 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5835
5836commit f698738e46cb461e28c2d58228bb34a2fcf5a475
5837Author: Jon Loeliger <jdl@freescale.com>
5838Date: Thu Nov 20 14:02:56 2008 -0600
5839
5840 86xx: Fix non-64-bit compilation problems.
5841
5842 Introducing 64-bit (36-bit) support for the MPC8641HPCN
5843 failed to accomodate the other two 86xx boards.
5844 Introduce definitions for CONFIG_SYS_CCSRBAR_PHYS_{LOW,HIGH}
5845 CONFIG_SYS_CCSR_DEFAULT_DBAT{U,L} and CONFIG_SYS_CCSR_DEFAULT_IBAT{U,L}
5846 with nominal 32-bit values.
5847
5848 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5849 Acked-by: Becky Bruce <becky.bruce@freescale.com>
5850
5851commit bebfc6ef3ec994c8e18783269b1d8d41f8e38afd
5852Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
5853Date: Wed Nov 26 17:40:37 2008 +0100
5854
5855 Remove obsolete command (apply afte USB style patch, 80 chars strict)
5856
5857 Remove USB obsolete commmand
5858
5859 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
5860 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5861
5862commit de39f8c19d7c12017248c49d432dcb81db68f724
5863Author: Michael Trimarchi <trimarchi@gandalf.sssup.it>
5864Date: Wed Nov 26 17:41:34 2008 +0100
5865
5866 USB style patch, 80 chars strict
5867
5868 USB Code style patch
5869
5870 Signed-off-by: Michael Trimarchi <trimarchi@gandalf.sssup.it>
5871 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5872
5873commit d10c5a87cb8affbb4d35a311370316d4383d598e
5874Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5875Date: Fri Nov 7 22:46:21 2008 +0100
5876
5877 drivers/usb: Move conditional compilation to Makefile
5878
5879 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5880 Signed-off-by: Remy Böhmer <linux@bohmer.net>
5881
5882commit 2077e348c2a84901022ad95311b47b70361e6daa
5883Author: Scott Wood <scottwood@freescale.com>
5884Date: Tue Nov 25 10:47:02 2008 -0600
5885
5886 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().
5887
5888 This caused the operation to be needlessly repeated if there were
5889 no bad blocks and no errors.
5890
5891 Signed-off-by: Valeriy Glushkov <gvv@lstec.com>
5892 Signed-off-by: Scott Wood <scottwood@freescale.com>
5893
5894commit 89295028e7d8f7a524f485328279d72fdb102385
5895Author: Michal Simek <monstr@monstr.eu>
5896Date: Mon Nov 24 12:09:50 2008 +0100
5897
5898 ppc4xx: ml300 remove Xilinx BSP from ml300 folder
5899
5900 This BSP should be outside u-boot source tree.
5901 The second reason is that xilinx ppc405 was moved to generic platform.
5902
5903 Signed-off-by: Michal Simek <monstr@monstr.eu>
5904 Signed-off-by: Stefan Roese <sr@denx.de>
5905
5906commit 24eea623d4974a169026a975ba12fb23d48154b1
5907Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5908Date: Mon Nov 24 15:11:10 2008 +0100
5909
5910 ppc4xx: Remove unused features
5911
5912 This patch disables some unused features from the PCI405 configuration
5913 to keep U-Boot image size below 192k.
5914
5915 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5916 Signed-off-by: Stefan Roese <sr@denx.de>
5917
5918commit 0c2385c3bb51f5d3911fce1ec4720db86b534c2b
5919Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5920Date: Mon Nov 24 15:11:09 2008 +0100
5921
5922 ppc4xx: Use correct io accessors for PCI405
5923
5924 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5925 Signed-off-by: Stefan Roese <sr@denx.de>
5926
5927commit 348c849d86a6f0785752b9bc497a34658713d1d1
5928Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5929Date: Mon Nov 24 15:11:08 2008 +0100
5930
5931 ppc4xx: Remove unused code from PCI405 code
5932
5933 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
5934 Signed-off-by: Stefan Roese <sr@denx.de>
5935
6450a848
WD
5936commit 633639587e3596f0dbf5e6247dd3faf80b1d9063
5937Author: Heiko Schocher <hs@denx.de>
5938Date: Thu Nov 20 09:59:09 2008 +0100
5939
5940 powerpc, keymile boards: extract identical config options
5941
5942 This patch extracts the identical config options for the
5943 keymile boards mgcoge, mgsuvd and kmeter1 in a new
5944 common config file keymile-common.h.
5945
5946 Signed-off-by: Heiko Schocher <hs@denx.de>
5947 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5948
5949commit 9482a8e3d6ac766d90e5059dce777b1e4c868a30
5950Author: Heiko Schocher <hs@denx.de>
5951Date: Fri Nov 21 08:29:40 2008 +0100
5952
5953 powerpc: keymile: Add a check for the PIGGY debug board
5954
5955 Check the presence of the PIGGY on the keymile boards mgcoge,
5956 mgsuvd and kmeter1. If the PIGGY is not present, dont register
5957 this Ethernet device.
5958
5959 Signed-off-by: Heiko Schocher <hs@denx.de>
5960 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
5961
455ae7e8
WD
5962commit 58c696eed839af894e0265064669c402dc28b371
5963Author: Wolfgang Denk <wd@xpert.denx.de>
5964Date: Mon Nov 24 21:50:59 2008 +0100
5965
5966 AT91RM9200DK: fix broken boot from NOR flash
5967
5968 Signed-off-by: Wolfgang Denk <wd@denx.de>
5969
5970commit 8052352f20b33bef8f9872fc983eac73d4693c38
5971Author: Jens Scharsig <esw@bus-elektronik.de>
5972Date: Tue Nov 18 10:48:46 2008 +0100
5973
5974 at91rm9200: fix broken boot from nor flash
5975
5976 This patch fix the broken boot from NOR Flash on AT91RM9200 boards, if
5977 CONFIG_AT91RM9200 is defined and nor preloader is used.
5978
5979 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
5980
5981commit 25ea652e907516a283b38237e83712a918f125d7
5982Author: Piotr Ziecik <kosmo@semihalf.com>
5983Date: Mon Nov 17 15:58:00 2008 +0100
5984
5985 UBI: Add proof-of-concept CFI flash support
5986
5987 With this patch UBI can be used on CFI flash chips.
5988
5989 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
5990 Signed-off-by: Stefan Roese <sr@denx.de>
5991
5992commit e6a7edbc1778d27431ac663b40a71dafa5d20578
5993Author: Piotr Ziecik <kosmo@semihalf.com>
5994Date: Mon Nov 17 15:57:59 2008 +0100
5995
5996 mtd: Remove a printf() from add_mtd_device().
5997
5998 Remove a printf() from add_mtd_device(), which produces spurious output.
5999
6000 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6001 Signed-off-by: Stefan Roese <sr@denx.de>
6002
6003commit 91809ed51d8327a8dbbf29aa98a091154c282171
6004Author: Piotr Ziecik <kosmo@semihalf.com>
6005Date: Mon Nov 17 15:57:58 2008 +0100
6006
6007 cfi-mtd: Add cfi-mtd driver.
6008
6009 Add cfi-mtd driver, which exports CFI flash to MTD layer.
6010 This allows CFI flash devices to be used from MTD layer.
6011
6012 Building of the new driver is controlled by CONFIG_FLASH_CFI_MTD
6013 option. Initialization is done by calling cfi_mtd_init() from
6014 flash_init().
6015
6016 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6017 Signed-off-by: Stefan Roese <sr@denx.de>
6018
6019commit 6ea808efdf9aa5d9067fbfac32acde8539129ed2
6020Author: Piotr Ziecik <kosmo@semihalf.com>
6021Date: Mon Nov 17 15:49:32 2008 +0100
6022
6023 cfi_flash: Add interface for flash verbosity control
6024
6025 Add interface for flash verbosity control. It allows
6026 to disable output from low-level flash API. It is useful
6027 when calling these low-level functions from context other
6028 than flash commands (for example the MTD/CFI interface
6029 implmentation).
6030
6031 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6032 Signed-off-by: Stefan Roese <sr@denx.de>
6033
6034commit ebc9784ce6528385bb8d2558e783622d4bbf20f8
6035Author: Piotr Ziecik <kosmo@semihalf.com>
6036Date: Thu Nov 20 15:17:38 2008 +0100
6037
6038 cfi_flash: Export flash_sector_size() function.
6039
6040 Export flash_sector_size() function from drivers/mtd/cfi_flash.c,
6041 so that it can be used in the upcoming cfi-mtd driver.
6042
6043 Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
6044 Signed-off-by: Stefan Roese <sr@denx.de>
6045
6046commit 45aa5a7f4d5bcb79927ddfc896c1d7c4326e235d
6047Author: Stefan Roese <sr@denx.de>
6048Date: Mon Nov 17 14:45:22 2008 +0100
6049
6050 cfi_flash: Make all flash access functions weak
6051
6052 This patch defines all flash access functions as weak so that
6053 they can be overridden by board specific versions.
6054
6055 This will be used by the upcoming VCTH board support where the NOR
6056 FLASH unfortunately can't be accessed memory-mapped. Special
6057 accessor functions are needed here.
6058
6059 To enable this weak functions you need to define
6060 CONFIG_CFI_FLASH_USE_WEAK_ACCESSORS in your board config header.
6061 Otherwise the "old" default functions will be used resulting
6062 in smaller code.
6063
6064 Signed-off-by: Stefan Roese <sr@denx.de>
6065 Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
6066
6067commit a5c4067017631d903e1afa6ad615f0ce19fea517
6068Author: Stefan Roese <sr@denx.de>
6069Date: Mon Nov 24 08:31:16 2008 +0100
6070
6071 UBI: Change parsing of size in commands to default to hex
6072
6073 Currently the size parameters of the UBI commands (e.g. "ubi write") are
6074 decoded as decimal instead of hex as default. This patch now interprets
6075 all these values consistantly as hex, as all other standard U-Boot commands
6076 do.
6077
6078 Signed-off-by: Stefan Roese <sr@denx.de>
6079
6080commit de01c76c3ccc4e6c5989228eed58e955a3a1a968
6081Author: Stefan Roese <sr@denx.de>
6082Date: Fri Nov 21 13:06:06 2008 +0100
6083
6084 ppc4xx: ML2 shouldn't include the 4xx EMAC driver
6085
6086 Signed-off-by: Stefan Roese <sr@denx.de>
6087
6088commit 1a6a00dcc5bdfc6e9b4b00f39c1f583a7f96fc7f
6089Author: Yuri Tikhonov <yur@emcraft.com>
6090Date: Fri Nov 14 16:19:19 2008 +0300
6091
6092 ppc4xx: katmai: Change default config
6093
6094 This patch enables support for EXT2, and increases the
6095 CONFIG_SYS_BOOTMAPSZ size for the default configuration
6096 of the katmai boards to use them as the RAID-reference
6097 AMCC setups.
6098
6099 EXT2 enabling allows one to boot kernels from the EXT2
6100 formatted Compact Flash cards.
6101
6102 CONFIG_SYS_BOOTMAPSZ increasing allows one to boot the
6103 Linux kernels, which use PAGE_SIZE of 256KB. Otherwise,
6104 the memory area with DTB file (which is placed at the
6105 end of the bootmap area) will turn out to be overlapped
6106 with the BSS segment of the 256KB kernel, and zeroed
6107 in early_init() of Linux.
6108
6109 Actually, increasing of the bootmap size could be done
6110 via setting of the bootm_size U-Boot variable, but it looks
6111 like the current U-Boot implementation have some bootm_size-
6112 related functionality lost. In many places through the U-Boot
6113 code the CONFIG_SYS_BOOTMAPSZ definition is used directly
6114 (instead of trying to read the corresponding value from the
6115 environment). The same is truth for the boot_jump_linux()
6116 function in lib_ppc/bootm.c, where U-Boot transfers control
6117 to Linux passing the CONFIG_SYS_BOOTMAPSZ (not bootm_size)
6118 value to the booting kernel.
6119
6120 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6121 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
6122 Signed-off-by: Stefan Roese <sr@denx.de>
6123
6124commit ddf45cc758d394591fb9bcdcbe96530f733f2bce
6125Author: Dave Mitchell <dmitch71@gmail.com>
6126Date: Thu Nov 20 14:09:50 2008 -0600
6127
6128 ppc4xx: Changed 460EX/GT OCM TLB and internal SRAM initialization
6129
6130 Expanded OCM TLB to allow access to 64K OCM as well as 256K of
6131 internal SRAM.
6132
6133 Adjusted internal SRAM initialization to match updated user
6134 manual recommendation.
6135
6136 OCM & ISRAM are now mapped as follows:
6137 physical virtual size
6138 ISRAM 0x4_0000_0000 0xE300_0000 256k
6139 OCM 0x4_0004_0000 0xE304_0000 64k
6140
6141 A single TLB was used for this mapping.
6142
6143 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
6144 Signed-off-by: Stefan Roese <sr@denx.de>
6145
6146commit b14ca4b61a681f75f3125676e09d7ce6af66e927
6147Author: Dave Mitchell <dmitch71@gmail.com>
6148Date: Thu Nov 20 14:00:49 2008 -0600
6149
6150 ppc4xx: Added ppc4xx-isram.h for internal SRAM and L2 cache DCRs
6151
6152 Added include/asm-ppc/ppc4xx-isram.h and moved internal SRAM and
6153 L2 cache DCRs from ppc440.h to this new header.
6154
6155 Also converted these DCR defines from lowercase to uppercase and
6156 modified referencing modules to use them.
6157
6158 Signed-off-by: Dave Mitchell <dmitch71@gmail.com>
6159 Signed-off-by: Stefan Roese <sr@denx.de>
6160
6161commit 711e2b2af820d21d9931d4cf8057d3894600fd54
6162Author: Steven A. Falco <sfalco@harris.com>
6163Date: Thu Nov 20 14:37:57 2008 -0500
6164
6165 ppc4xx: Delete unused definitions for SDR0_DDRCFG from ppc4xx.h
6166
6167 The definitions of bits in SDR_CFG are incorrect, and not used within
6168 U-Boot. Therefore, they can be removed.
6169
6170 The naming of the sdr_ddrdl/sdr_cfg registers do not follow conventions,
6171 and are unused, so they can be removed too.
6172
6173 A definition for SDR0_DDRCFG is added.
6174
6175 Signed-off-by: Steven A. Falco <sfalco@harris.com>
6176 Signed-off-by: Stefan Roese <sr@denx.de>
6177
6178commit e23c7c95a96eb0f068efe5c532215a10a1512a95
6179Author: Dirk Behme <dirk.behme@gmail.com>
6180Date: Mon Nov 10 20:15:25 2008 +0100
6181
6182 ARM: OMAP: Convert IO macros
6183
6184 Convert IO macros to readx/writex.
6185
6186 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
6187
6188commit 263b749e2e25473a48776d317bd2a7e2ddcdd212
6189Author: Ilko Iliev <iliev@ronetix.at>
6190Date: Sun Nov 9 15:53:14 2008 +0100
6191
6192 lib_arm: do_bootm_linux() - correct a small mistake
6193
6194 This patch corrects a small bug in the "if" condition:
6195 the parameter "flag" is 0 and the "if" condition is always true.
6196 The result is - the boom command doesn't start the kernel.
6197 Affected targets: all arm based.
6198
6199 Signed-off-by: Ilko Iliev <iliev@ronetix.at>
6200
6201commit 3e0cda071a67cb5709e3fa4faf6b31a731859acc
6202Author: Stelian Pop <stelian@popies.net>
6203Date: Sun Nov 9 00:14:46 2008 +0100
6204
6205 AT91: Enable PLLB for USB
6206
6207 At least some (old ?) versions of the AT91Bootstrap do not set up the
6208 PLLB correctly to 48 MHz in order to make USB host function correctly.
6209
6210 This patch sets up the PLLB to the same values Linux uses, and makes USB
6211 work ok on the following CPUs:
6212 - AT91CAP9
6213 - AT91SAM9260
6214 - AT91SAM9263
6215
6216 This patch also defines CONFIG_USB_STORAGE and CONFIG_CMD_FAT for all
6217 the relevant AT91CAP9/AT91SAM9 atmel boards.
6218
6219 Signed-off-by: Stelian Pop <stelian@popies.net>
6220 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6221
6222commit ad229a44e162af0f65e57e4e3dc133d5f0364ecb
6223Author: Stelian Pop <stelian@popies.net>
6224Date: Fri Nov 7 13:55:14 2008 +0100
6225
6226 AT91: Use AT91_CPU_CLOCK in displays
6227
6228 Introduce AT91_CPU_CLOCK and use it for displaying the CPU
6229 speed in the LCD driver.
6230
6231 Also make AT91_MAIN_CLOCK and AT91_MASTER_CLOCK reflect the
6232 corresponding board clocks.
6233
6234 Signed-off-by: Stelian Pop <stelian@popies.net>
6235
6450a848
WD
6236commit fed36ac5ae613773b6cd90e61e292c45440e10c8
6237Author: Heiko Schocher <hs@denx.de>
6238Date: Thu Nov 20 09:57:47 2008 +0100
6239
6240 powerpc: 83xx: add support for the kmeter1 board
6241
6242 This patch adds support for the kmeter1 board from Keymile,
6243 based on a Freescale MPC8360 CPU.
6244
6245 - serial console on UART 1
6246 - 256 MB DDR2 RAM
6247 - 64 MB NOR Flash
6248 - Ethernet RMII Mode over UCC4
6249 - PHY SMSC LAN8700
6250
6251 Signed-off-by: Heiko Schocher <hs@denx.de>
6252 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6253
455ae7e8
WD
6254commit 25fb4eaaeab3f8866020818f4729d990dcc91cf0
6255Author: Stefan Roese <sr@denx.de>
6256Date: Thu Nov 20 11:46:20 2008 +0100
6257
6258 ppc4xx: Clear all potentially pending exceptions in MCSR
6259
6260 This is needed on Canyonlands which still has an exception pending
6261 while running relocate_code(). This leads to a failure after trap_init()
6262 is moved to the top of board_init_r().
6263
6264 Signed-off-by: Stefan Roese <sr@denx.de>
6265
6266commit facdad5f2602e899a01746916beddbf9e856b5ee
6267Author: Heiko Schocher <hs@denx.de>
6268Date: Wed Nov 19 10:10:30 2008 +0100
6269
6270 powerpc: 83xx: add missing TIMING_CFG1_CASLAT_* defines
6271
6272 Signed-off-by: Heiko Schocher <hs@denx.de>
6273 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6274
6275commit 2f2a5c3714d17f4ead18b713128b7226e0e822f4
6276Author: Howard Gregory <Greg.Howard@freescale.com>
6277Date: Tue Nov 4 14:55:33 2008 +0800
6278
6279 mpc83xx: Improve the performance of DDR memory
6280
6281 modify the CAS timings. my understanding is that these
6282 settings decrease various wait times in the DDR interface.
6283 Because these wait times are in clock cycles, and the DDR
6284 clock on the 8315 RDB runs slower than on some other 83xx
6285 platforms, we can dial down these values without a problem,
6286 thereby decreasing the latency of memory a little.
6287
6288 Signed-off-by: Howard Gregory <Greg.Howard@freescale.com>
6289 Signed-off-by: Dave Liu <daveliu@freescale.com>
6290 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6291
6292commit 8000b086b33a5a81f3f390f37e178db7956dc08b
6293Author: Kyungmin Park <kyungmin.park@samsung.com>
6294Date: Fri Oct 24 14:55:33 2008 +0200
6295
6296 ARM: Add Apollon UBI support
6297
6298 To enable UBI on Apollon you need to uncomment the CONFIG_SYS_USE_UBI
6299 macro.
6300
6301 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6302 Signed-off-by: Stefan Roese <sr@denx.de>
6303
6304commit 694a0b3f1c0accd0de94b89555155d69f8022824
6305Author: Kyungmin Park <kyungmin.park@samsung.com>
6306Date: Wed Nov 19 11:47:05 2008 +0100
6307
6308 UBI: Add UBI command support
6309
6310 This patch adds these UBI commands:
6311
6312 ubi part [nand|onenand] [part] - Show or set current partition
6313 ubi info [l[ayout]] -Display volume and UBI layout information
6314 ubi create[vol] volume [size] [type] - Create volume name with size
6315 ubi write[vol] address volume size - Write volume from address with size
6316 ubi read[vol] address volume [size] - Read volume to address with size
6317 ubi remove[vol] volume - Remove volume
6318
6319 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6320 Signed-off-by: Stefan Roese <sr@denx.de>
6321
6322commit 58be3a1056d88c6d05f3e914389282807e69923a
6323Author: Kyungmin Park <kyungmin.park@samsung.com>
6324Date: Wed Nov 19 16:38:24 2008 +0100
6325
6326 UBI: Add basic UBI support to U-Boot (Part 8/8)
6327
6328 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6329 It's based on the Linux UBI version and basically has a "OS"
6330 translation wrapper that defines most Linux specific calls
6331 (spin_lock() etc.) into no-ops. Some source code parts have been
6332 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6333 this version with the Linux version and simplifies future UBI
6334 ports/bug-fixes from the Linux version.
6335
6336 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6337 Signed-off-by: Stefan Roese <sr@denx.de>
6338
6339commit 47ae6693f54f80455ae32c2e0d995e0e4bdc15b9
6340Author: Kyungmin Park <kyungmin.park@samsung.com>
6341Date: Wed Nov 19 16:36:36 2008 +0100
6342
6343 UBI: Add basic UBI support to U-Boot (Part 7/8)
6344
6345 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6346 It's based on the Linux UBI version and basically has a "OS"
6347 translation wrapper that defines most Linux specific calls
6348 (spin_lock() etc.) into no-ops. Some source code parts have been
6349 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6350 this version with the Linux version and simplifies future UBI
6351 ports/bug-fixes from the Linux version.
6352
6353 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6354 Signed-off-by: Stefan Roese <sr@denx.de>
6355
6356commit 7e6ee7ad27de5216db1baef76f38c3429c8f4a2a
6357Author: Kyungmin Park <kyungmin.park@samsung.com>
6358Date: Wed Nov 19 16:32:36 2008 +0100
6359
6360 UBI: Add basic UBI support to U-Boot (Part 6/8)
6361
6362 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6363 It's based on the Linux UBI version and basically has a "OS"
6364 translation wrapper that defines most Linux specific calls
6365 (spin_lock() etc.) into no-ops. Some source code parts have been
6366 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6367 this version with the Linux version and simplifies future UBI
6368 ports/bug-fixes from the Linux version.
6369
6370 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6371 Signed-off-by: Stefan Roese <sr@denx.de>
6372
6373commit c91a719daa331b5856109313371e4ece5ec06d96
6374Author: Kyungmin Park <kyungmin.park@samsung.com>
6375Date: Wed Nov 19 16:28:06 2008 +0100
6376
6377 UBI: Add basic UBI support to U-Boot (Part 5/8)
6378
6379 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6380 It's based on the Linux UBI version and basically has a "OS"
6381 translation wrapper that defines most Linux specific calls
6382 (spin_lock() etc.) into no-ops. Some source code parts have been
6383 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6384 this version with the Linux version and simplifies future UBI
6385 ports/bug-fixes from the Linux version.
6386
6387 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6388 Signed-off-by: Stefan Roese <sr@denx.de>
6389
6390commit f412fefa079c6aa9a9763f6869bf787ea6bf6e1b
6391Author: Kyungmin Park <kyungmin.park@samsung.com>
6392Date: Wed Nov 19 16:27:23 2008 +0100
6393
6394 UBI: Add basic UBI support to U-Boot (Part 4/8)
6395
6396 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6397 It's based on the Linux UBI version and basically has a "OS"
6398 translation wrapper that defines most Linux specific calls
6399 (spin_lock() etc.) into no-ops. Some source code parts have been
6400 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6401 this version with the Linux version and simplifies future UBI
6402 ports/bug-fixes from the Linux version.
6403
6404 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6405 Signed-off-by: Stefan Roese <sr@denx.de>
6406
6407commit 2d262c4853cb5b6ddce1a28a9641f2de3688d7ea
6408Author: Kyungmin Park <kyungmin.park@samsung.com>
6409Date: Wed Nov 19 16:26:54 2008 +0100
6410
6411 UBI: Add basic UBI support to U-Boot (Part 3/8)
6412
6413 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6414 It's based on the Linux UBI version and basically has a "OS"
6415 translation wrapper that defines most Linux specific calls
6416 (spin_lock() etc.) into no-ops. Some source code parts have been
6417 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6418 this version with the Linux version and simplifies future UBI
6419 ports/bug-fixes from the Linux version.
6420
6421 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6422 Signed-off-by: Stefan Roese <sr@denx.de>
6423
6424commit 961df83361aff9a14f226214224eb8a06e05ba24
6425Author: Kyungmin Park <kyungmin.park@samsung.com>
6426Date: Wed Nov 19 16:25:44 2008 +0100
6427
6428 UBI: Add basic UBI support to U-Boot (Part 2/8)
6429
6430 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6431 It's based on the Linux UBI version and basically has a "OS"
6432 translation wrapper that defines most Linux specific calls
6433 (spin_lock() etc.) into no-ops. Some source code parts have been
6434 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6435 this version with the Linux version and simplifies future UBI
6436 ports/bug-fixes from the Linux version.
6437
6438 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6439 Signed-off-by: Stefan Roese <sr@denx.de>
6440
6441commit f399d4a281713d5ef2d764f05d545fe61e3bd569
6442Author: Kyungmin Park <kyungmin.park@samsung.com>
6443Date: Wed Nov 19 16:23:06 2008 +0100
6444
6445 UBI: Add basic UBI support to U-Boot (Part 1/8)
6446
6447 This patch adds basic UBI (Unsorted Block Image) support to U-Boot.
6448 It's based on the Linux UBI version and basically has a "OS"
6449 translation wrapper that defines most Linux specific calls
6450 (spin_lock() etc.) into no-ops. Some source code parts have been
6451 uncommented by "#ifdef UBI_LINUX". This makes it easier to compare
6452 this version with the Linux version and simplifies future UBI
6453 ports/bug-fixes from the Linux version.
6454
6455 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6456 Signed-off-by: Stefan Roese <sr@denx.de>
6457
6458commit e29c22f5abe6e0f4baa6251efed6074cdfc3db79
6459Author: Kyungmin Park <kyungmin.park@samsung.com>
6460Date: Wed Nov 19 16:20:36 2008 +0100
6461
6462 MTD: Add MTD paritioning infrastructure
6463
6464 This MTD part infrastructure will be used by the upcoming
6465 UBI support.
6466
6467 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
6468 Signed-off-by: Stefan Roese <sr@denx.de>
6469
6470commit 9b827cf1720acda2473afa516956eab6f7cca9a1
6471Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
6472Date: Thu Oct 16 22:54:03 2008 +0530
6473
6474 Align end of bss by 4 bytes
6475
6476 Most of the bss initialization loop increments 4 bytes
6477 at a time. And the loop end is checked for an 'equal'
6478 condition. Make the bss end address aligned by 4, so
6479 that the loop will end as expected.
6480
6481 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
6482 Signed-off-by: Wolfgang Denk <wd@denx.de>
6483
6484commit 3f510db522d160179dff3ddcce9b18f6241c2c24
6485Author: Becky Bruce <becky.bruce@freescale.com>
6486Date: Mon Nov 10 19:45:35 2008 -0600
6487
6488 mpc8641: fix address-cells default in old .dts detection
6489
6490 address-cells defaults to 2, not 1; so in the unlikely
6491 event that it isn't specified, this patch is required
6492 for correct operation.
6493
6494 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6495
6496commit d025aa4b20a0618a2bada0132a9a0a4afb717f1a
6497Author: Becky Bruce <becky.bruce@freescale.com>
6498Date: Fri Oct 31 17:14:39 2008 -0500
6499
6500 lib_ppc: Move trap_init to occur earlier
6501
6502 Doing trap_init immediately once we're running from RAM
6503 means we're no longer dependent on the physical location of
6504 the flash on non-BookE platforms. Before trap_init, those
6505 platforms switch to real mode and go to 0xfff00100 on exception.
6506 After the switch, they go to 0x00000100 This makes it easier to
6507 move the flash location.
6508
6509 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6510
6511commit d52082b12c6e545705a19433a2f4142526536189
6512Author: Becky Bruce <becky.bruce@freescale.com>
6513Date: Fri Nov 7 13:46:19 2008 -0600
6514
6515 mpc8641: Try to detect old .dts files
6516
6517 Since we've changed the memory map of the board, be nice and
6518 add some checking to try to catch out-of-date .dts files. We do
6519 this by checking the CCSRBAR location in the .dts and comparing
6520 it to the CCSRBAR location in u-boot. If they don't match, a
6521 warning msg is printed. This isn't foolproof, but it's simple and
6522 will catch most of the cases where an out-of-date .dts is present,
6523 including all of the cases where a new u-boot is used with an old
6524 standard MPC8641 .dts file as supplied with Linux.
6525
6526 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6527
6528commit 8db0400a27839f91c047dcb83f4a0f09e054a180
6529Author: Becky Bruce <becky.bruce@freescale.com>
6530Date: Thu Nov 6 13:04:09 2008 -0600
6531
6532 toplevel Makefile: Add MPC8641HPCN_36BIT target
6533
6534 This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
6535
6536 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6537
6538commit 3111d32c494e8251b90917447796a7206b757e1e
6539Author: Becky Bruce <becky.bruce@freescale.com>
6540Date: Thu Nov 6 17:37:35 2008 -0600
6541
6542 mpc8641: Support 36-bit physical addressing
6543
6544 This patch creates a memory map with all the devices
6545 in 36-bit physical space, in addition to the 32-bit map.
6546 The CCSR relocation is moved (again, sorry) to
6547 allow for the physical address to be 36 bits - this
6548 requires translation to be enabled. With 36-bit physical
6549 addressing enabled, we are no longer running with VA=PA
6550 translations. This means we have to distinguish between
6551 the two in the config file. The existing region name is
6552 used to indicate the virtual address, and a _PHYS variety
6553 is created to represent the physical address.
6554
6555 Large physical addressing is not enabled by default.
6556 Set CONFIG_PHYS_64BIT in the config file to turn this on.
6557
6558 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6559
6560commit c759a01a0022de9378a3a761f49786f87684c916
6561Author: Becky Bruce <becky.bruce@freescale.com>
6562Date: Thu Nov 6 17:36:04 2008 -0600
6563
6564 mpc8641: Change 32-bit memory map
6565
6566 The memory map on the 8641hpcn is modified to look more like
6567 the 85xx boards; this is a step towards a more standardized
6568 layout going forward. As part of this change, we now relocate
6569 the flash.
6570
6571 The regions for some of the mappings were far larger than they
6572 needed to be. I have reduced the mappings to match the
6573 actual sizes supported by the hardware.
6574
6575 In addition I have removed the comments at the head
6576 of the BAT blocks in the config file, rather than updating
6577 them. These get horribly out of date, and it's a simple
6578 matter to look at the defines to see what they are set to
6579 since everything is right here in the same file.
6580
6581 Documentation has been changed to reflect the new map, as this
6582 change is user visible, and affects the OS which runs post-uboot.
6583
6584 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6585
6586commit bf9a8c34309ed9276258295db9e9212aabb2531a
6587Author: Becky Bruce <becky.bruce@freescale.com>
6588Date: Wed Nov 5 14:55:35 2008 -0600
6589
6590 mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY
6591
6592 We define CONFIG_MONITOR_BASE_EARLY to define the initial location
6593 of the bootpage in flash. Use this to create an early mapping
6594 definition for the FLASH, and change the early_bats code to use this.
6595
6596 This change facilitates the relocation of the flash since the early
6597 mappings are no longer tied to the final location of the flash.
6598
6599 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6600
6601commit c1e1cf69547b138173f87a7f81c42a5d8dbfde3d
6602Author: Becky Bruce <becky.bruce@freescale.com>
6603Date: Wed Nov 5 14:55:34 2008 -0600
6604
6605 mpc86xx: Use SRR0/1/rfi to enable address translation, not blr
6606
6607 Using a mtmsr/blr means that you have to be executing at the
6608 same virtual address once you enable translation. This is
6609 unnecessarily restrictive, and is not really how this is
6610 usually done. Change it to use the more common mtspr SRR0/SRR1
6611 and rfi method.
6612
6613 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6614
6615commit 6bf98b1362f0cb237620355ed3e6762fff82388d
6616Author: Becky Bruce <becky.bruce@freescale.com>
6617Date: Wed Nov 5 14:55:33 2008 -0600
6618
6619 mpc8641: make DIAG_ADDR == FLASH_BASE
6620
6621 Currently, that's what it is, but it's hardcoded.
6622
6623 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6624
6625commit 170deacb1ddc39164bdb68f3963e0c0456a5369b
6626Author: Becky Bruce <becky.bruce@freescale.com>
6627Date: Wed Nov 5 14:55:32 2008 -0600
6628
6629 mpc8641: Drop imaginary second flash bank, map 8MB
6630
6631 There's a lot of setup and foo for the second flash
6632 bank. The problem is, this board doesn't actually have one.
6633 Clean this up. Also, the flash is 8M in size. Get rid
6634 of the confusing aliased overmapping, and just map 8M.
6635
6636 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6637
6638commit 0f2d66027bfc60dc7eea2f096af8891988c5abe4
6639Author: Becky Bruce <becky.bruce@freescale.com>
6640Date: Wed Nov 5 14:55:31 2008 -0600
6641
6642 mpc8641: only define CONFIG_ENV_SIZE once
6643
6644 It's currently defined twice inside in an if/else block, but
6645 both halves set the same value. Move the define outside
6646 the if.
6647
6648 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6649
6650commit 24bfb48c35fed6ad1f047e3e4a27df302482cd93
6651Author: Becky Bruce <becky.bruce@freescale.com>
6652Date: Wed Nov 5 14:55:30 2008 -0600
6653
6654 mpc86xx: Move setup_bats into cpu_init_f
6655
6656 In order to later allow for a physical relocation of the
6657 flash, setup_bats, which sets up the final BAT mapping
6658 for the board, needs to happen *after* init_laws().
6659 Otherwise, there will be no window programmed for the flash
6660 at the new physical location at the point when we change
6661 the mmu translation.
6662
6663 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6664
6665commit 05df3e5a638be8c5b0899eae1766bbe8e4b92c17
6666Author: Becky Bruce <becky.bruce@freescale.com>
6667Date: Wed Nov 5 14:55:29 2008 -0600
6668
6669 mpc8641: Remove extra "0" from BR2 define
6670
6671 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6672
6673commit edf3fe7d39a1ee07353128af5221422ce9ccfad6
6674Author: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6675Date: Thu Oct 23 09:08:18 2008 -0400
6676
6677 drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.
6678
6679 Copied over the fixed PHY driver as used in pp4xx/4xx_enet.c.
6680 This adds support for PHY-less MAC connections to the UEC.
6681
6682 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
6683 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6684
6685commit 54bdcc9fb6670afde9c26dcf364f582879bf21d6
6686Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6687Date: Thu Oct 23 16:27:24 2008 +0000
6688
6689 ColdFire: Add mii driver in drivers/net
6690
6691 All CF platforms' mii.c are consolidated into one
6692
6693 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6694 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6695
6696commit 25a859066b3af1070eb69f12022113c0a91bd813
6697Author: Ben Warren <biggerbadderben@gmail.com>
6698Date: Mon Oct 27 23:53:17 2008 -0700
6699
6700 Moved initialization of PPC4xx EMAC to cpu_eth_init()
6701
6702 Removed initialization of the driver from net/eth.c
6703
6704 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6705 Acked-by: Stefan Roese <sr@denx.de>
6706
6707commit 4d03a4e20e58552cb96d61a0e8b56cdb6cc60126
6708Author: Ben Warren <biggerbadderben@gmail.com>
6709Date: Sun Nov 9 21:29:23 2008 -0800
6710
6711 Moved PPC4xx EMAC driver to drivers/net
6712
6713 Also changed path in all linker scripts that reference this driver
6714
6715 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6716 Acked-by: Stefan Roese <sr@denx.de>
6717
6718commit 96e21f86e8266ed40759e5495ee461265d7f6d28
6719Author: Ben Warren <biggerbadderben@gmail.com>
6720Date: Mon Oct 27 23:50:15 2008 -0700
6721
6722 Changed PPC4xx EMAC driver to require CONFIG_PPC4xx_EMAC
6723
6724 All in-tree IBM/AMCC PPC4xx boards using the EMAC get this new CONFIG
6725
6726 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6727 Acked-by: Stefan Roese <sr@denx.de>
6728
6729commit 9eb79bd8856bcab896ed5e1f1bca159807a124dd
6730Author: Ben Warren <biggerbadderben@gmail.com>
6731Date: Thu Oct 23 22:02:49 2008 -0700
6732
6733 Moved initialization of MPC8XX SCC to cpu_eth_init()
6734
6735 Removed initialization of the driver from net/eth.c
6736
6737 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6738
6739commit a9bec96d6359ac9f90a852962bf3040cad9e0256
6740Author: Ben Warren <biggerbadderben@gmail.com>
6741Date: Wed Oct 22 23:47:51 2008 -0700
6742
6743 Moved initialization of MPC8220 FEC to cpu_eth_init()
6744
6745 Removed initialization of the driver from net/eth.c
6746
6747 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6748
6749commit 0e8454e990385a58f708c2fc26d31ac041c7a6c5
6750Author: Ben Warren <biggerbadderben@gmail.com>
6751Date: Wed Oct 22 23:32:48 2008 -0700
6752
6753 Moved initialization of QE Ethernet controller to cpu_eth_init()
6754
6755 Removed initialization of the driver from net/eth.c
6756
6757 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6758
6759commit 3456a148276d5494b53ee40242efb6462d163504
6760Author: Ben Warren <biggerbadderben@gmail.com>
6761Date: Wed Oct 22 23:20:29 2008 -0700
6762
6763 Moved initialization of FCC Ethernet controller to cpu_eth_init
6764
6765 Affected boards:
6766 Several MPC8xx boards
6767 Several MPC8260/MPC8272 boards
6768 Several MPC85xx boards
6769
6770 Removed initialization of the driver from net/eth.c
6771
6772 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6773
6774commit 62e15b497f5c6334c059512678c8db7940ae4c61
6775Author: Ben Warren <biggerbadderben@gmail.com>
6776Date: Thu Oct 30 22:15:35 2008 -0700
6777
6778 Fix typo in cpu/mpc85xx/cpu.c
6779
6780 CONFIG_MPC85xx_FEC -> CONFIG_MPC85XX_FEC
6781
6782 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6783
6784commit 5dfb3ee3f54e2382a08d72906f0e79ecf944f6e3
6785Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6786Date: Sun Oct 19 12:08:50 2008 +0900
6787
6788 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init
6789
6790 This patch will move au1x00_eth_initialize from net/eth.c to cpu_eth_init
6791 as a part of ongoing eth_initialize cleanup work. The function ret value
6792 is also fixed as it should be negative on fail.
6793
6794 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6795 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6796
6797commit cc94074ecac1885d18ddb683eb934b3c0268aa5b
6798Author: Ben Warren <biggerbadderben@gmail.com>
6799Date: Fri Sep 5 01:55:22 2008 -0400
6800
6801 Moved initialization of IXP4XX_NPE Ethernet controller to cpu_eth_init()
6802
6803 Also, removed the driver initialization from net/eth.c
6804
6805 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6806
6807commit f2a7806fc23e82d30c8548911369e0c530607354
6808Author: Clive Stubbings <uboot@xentech.co.uk>
6809Date: Mon Oct 27 15:05:00 2008 +0000
6810
6811 xilinx_emaclite buffer overrun
6812
6813 Patch to fix buffer allocation size and alignment. Buffer needs to be u32 aligned and
6814 PKTSIZE_ALIGN bytes long.
6815
6816 Acked-by: Michal Simek <monstr@monstr.eu>
6817
6818 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6819
6820commit 0115b1953718a2969f6469d3d5da51ba11e12d42
6821Author: richardretanubun <richardretanubun@ruggedcom.com>
6822Date: Fri Sep 26 08:59:12 2008 -0400
6823
6824 NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.
6825
6826 The current uec_miiphy_read and uec_miiphy_write hardcode access devlist[0]
6827 This patch makes these function use the devname argument that is passed in to
6828 allow access to the phy registers of other devices in devlist[].
6829
6830 Signed-of-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
6831
6832 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6833
6834commit 44dcb7332033db8de2810f2fffcae3084f15c8d4
6835Author: richardretanubun <richardretanubun@ruggedcom.com>
6836Date: Mon Oct 6 15:31:43 2008 -0400
6837
6838 Adds two more ethernet interface to 83xx
6839
6840 Fixed compiler warning "declared but unused" eth5_uec_info and eth6_uec_info.
6841 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
6842 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
6843
6844commit d8003fa03733901b73d6c4667b4d80fc8eb1ddd3
6845Author: Stelian Pop <stelian@popies.net>
6846Date: Fri Nov 7 13:54:31 2008 +0100
6847
6848 AT91: Replace AT91_BASE_EMAC by the board specific values.
6849
6850 AT91_BASE_EMAC is never used outside the board specific files,
6851 so replace its usage by the board specific AT91xxx_BASE_EMAC.
6852
6853 Signed-off-by: Stelian Pop <stelian@popies.net>
6854 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6855
6856commit c91e17affa175ce06afa89b04752301eb4a61666
6857Author: Stelian Pop <stelian@popies.net>
6858Date: Fri Nov 7 12:09:21 2008 +0100
6859
6860 AT91: Replace (undefined) AT91_ID_US* by the board specific values.
6861
6862 AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined.
6863 Since they are never used outside the board specific files, they can
6864 be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 /
6865 AT91xxx_ID_US2.
6866
6867 Bug spotted by Jesus Alvarez <jalvarez@micromint.com>.
6868
6869 Signed-off-by: Stelian Pop <stelian@popies.net>
6870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6871
6872commit 28962f5a2de81bc0eed1c0b08c6bfaa1cc134ea2
6873Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6874Date: Sat Nov 1 10:47:59 2008 +0100
6875
6876 Makefile/at91sam9: move some at91sam9 to the correct subsection for arm926ejs
6877
6878 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6879
6880commit 1079432e04ccf71aa3684181186182cd63512f19
6881Author: Sergey Lapin <slapin@ossfans.org>
6882Date: Fri Oct 31 12:28:43 2008 +0100
6883
6884 Custom AFEB9260 board support
6885
6886 This patch provides support for AFEB9260 board, a product of
6887 OpenSource hardware and software. Some commertial projects
6888 are made with this design. A board is basically AT91SAM9260-EK
6889 with some modifications and different peripherals and different
6890 parts used. Main purpose of this project is to gain experience in
6891 hardware design.
6892 More info: http://groups.google.com/group/arm9fpga-evolution-board
6893 (In Russian only, sorry).
6894 Subversion repository: svn://194.85.238.22/home/users/george/svn/arm9eb
6895
6896 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
6897
6898commit 26eecd24f97130e56e9c2c2af0e714e05bce6e00
6899Author: Tomohiro Masubuchi <tomohiro_masubuchiattripeaks.co.jp>
6900Date: Tue Oct 21 13:17:16 2008 +0900
6901
6902 Change to use "do_div" macro
6903
6904 Signed-off-by: Tomohiro Masubuchi <tomohiro_masubuchi@tripeaks.co.jp>
6905
6906commit e352495318d8056a00faa21b633b3e4374bfbf52
6907Author: Roman Mashak <romez777@gmail.com>
6908Date: Wed Oct 22 16:00:26 2008 -0400
6909
6910 ARM926EJ-S: relocate OMAP specific 'cpuinfo.c' into OMAP directory
6911
6912 OMAP identification is implemented in 'cpuinfo.c' and located in ARM926EJ-S directory.
6913 It makes sense to place this file in OMAP specific subdirectory, i.e. cpu/arm926ejs/omap
6914
6915 Signed-off-by: Roman Mashak <romez777@gmail.com>
6916
6917commit 248b2c367210c06dbd5fbdecf27e97fbe9d05fdb
6918Author: Roman Mashak <romez777@gmail.com>
6919Date: Tue Oct 21 03:01:41 2008 -0700
6920
6921 ARM/Versatile port: Removed unused functions
6922
6923 Removal of never used functions.
6924
6925 Signed-off-by: Roman Mashak <romez777@gmail.com>
6926
6927commit 1266df887781c779deaf6d05eea2ef90a470cb34
6928Author: Becky Bruce <becky.bruce@freescale.com>
6929Date: Mon Nov 3 15:44:01 2008 -0600
6930
6931 powerpc: change 86xx SMP boot method
6932
6933 We put the bootpg for the secondary cpus into memory and use
6934 BPTR to get to it. This is a step towards converting to the
6935 ePAPR boot methodology. Also, the code is written to
6936 deal properly with more than 4GB of RAM.
6937
6938 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6939
6940commit b5431560682d8f318fbc49db87cfe13ab41d2ee4
6941Author: Becky Bruce <becky.bruce@freescale.com>
6942Date: Fri Oct 31 17:13:49 2008 -0500
6943
6944 8641HPCN: Config file cleanup
6945
6946 There are several items in the config file that were hardcoded
6947 but that should really be based on other config options, since
6948 the regions are contiguous and depend on being so. This cleans
6949 that up a bit. Also, add BR_PHYS_ADDR() macro to convert
6950 addresses into the proper format for BR registers.
6951
6952 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6953
6954commit 4c77de3f144ca088c3867bd6240718c10f5a9d69
6955Author: Becky Bruce <becky.bruce@freescale.com>
6956Date: Fri Oct 31 17:13:32 2008 -0500
6957
6958 86xx: Make dram_size a phys_size_t
6959
6960 It's currently a long and should be phys_size_t.
6961
6962 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6963
6964commit 104992fc541302a6bac74448e01e7fdad20abca0
6965Author: Becky Bruce <becky.bruce@freescale.com>
6966Date: Sun Nov 2 18:19:32 2008 -0600
6967
6968 powerpc 86xx: Handle CCSR relocation earlier
6969
6970 Currently, the CCSR gets relocated while translation is
6971 enabled, meaning we need 2 BAT translations to get to both the
6972 old location and the new location. Also, the DEFAULT
6973 CCSR location has a dependency on the BAT that maps the
6974 FLASH region. Moving the relocation removes this unnecessary
6975 dependency. This makes it easier and more intutive to
6976 modify the board's memory map.
6977
6978 Swap BATs 3 and 4 on 8610 so that all 86xx boards use the same
6979 BAT for CCSR space.
6980
6981 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6982
6983commit af5d100e8d5cd49d69d52d20f1181eb06ddb4ddf
6984Author: Becky Bruce <becky.bruce@freescale.com>
6985Date: Fri Oct 31 17:14:14 2008 -0500
6986
6987 mpc8641: Make PCI and RIO mutually exclusive, fix non-PCI build
6988
6989 You can't actually have both, and with some coming changes to
6990 change the memory map for the board and support 36-bit physical,
6991 we need the extra BAT that is being consumed by having both.
6992
6993 I also make non-PCI configs build cleanly, for the sake of sanity.
6994
6995 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
6996
6997commit 98693b85d42ff438375dc6d6dcadc70eb7b050bb
6998Author: Becky Bruce <becky.bruce@freescale.com>
6999Date: Fri Oct 31 17:14:00 2008 -0500
7000
7001 mpc8641: Stop supporting non-PCI_PNP configs
7002
7003 We don't actually ever do this, remove the code so we
7004 can stop maintaining it.
7005
7006 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7007
7008commit e4f69d1bd21a12049744989d2dd6b5199c9b8f23
7009Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7010Date: Fri Oct 24 12:59:12 2008 +0000
7011
7012 ColdFire: Fix M5329EVB and M5373EVB nand issue
7013
7014 Fix compilation issue caused by a few mismatches.
7015 Provide proper nand chip select enable/disable in
7016 nand_hwcontrol() rather than in board_nand_init()
7017 just enable once. Remove redundant local nand driver
7018 functions - nand_read_byte(), nand_write_byte() and
7019 nand_dev_ready() to use common nand driver.
7020
7021 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7022
7023commit 1b2708442224a551a0b865b52710306333888932
7024Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7025Date: Wed Oct 22 11:55:30 2008 +0000
7026
7027 ColdFire: Fix compilation error
7028
7029 The error was caused by the change for strmhz() in cpu.c.
7030 A few of them were one extra close parenthesis.
7031
7032 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7033
7034commit 536e7dac16769954915a484e682a2efb28699133
7035Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7036Date: Wed Oct 22 11:38:21 2008 +0000
7037
7038 ColdFire: Add MCF5301x CPU and M53017EVB support
7039
7040 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7041
7042commit a21d0c2cc9add8894d971ab791f4032f077db817
7043Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7044Date: Tue Oct 21 15:37:02 2008 +0000
7045
7046 ColdFire: Add SBF support for M52277EVB
7047
7048 Add serial boot support
7049
7050 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7051
7052commit b202816c61042c183fe67d097a5893b0f2dafba0
7053Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7054Date: Tue Oct 21 14:19:26 2008 +0000
7055
7056 ColdFire: Use CFI driver for M5272C3
7057
7058 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7059
7060commit f3962d3f574e5a1cffacd4e9bc48713060a2a314
7061Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7062Date: Tue Oct 21 13:47:54 2008 +0000
7063
7064 ColdFire: Relocate FEC's GPIO and mii functions protocols
7065
7066 Place FEC pin assignments in cpu_init.c from platform's
7067 mii.c
7068
7069 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7070
7071commit 6e80f5aa09f8d41bac50b38dc7488ecd22107802
7072Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7073Date: Tue Oct 21 12:15:44 2008 +0000
7074
7075 ColdFire: Remove platforms mii.c file
7076
7077 Will use mcfmii.c driver in drivers/net rather than
7078 keep creating new mii.c for each future platform.
7079 Remove EB+MCF-EV123, cobra5272, idmr, M5235EVB,
7080 M5271EVB, M5272C3, M5275EVB, M5282EVB, M5329EVB,
7081 M5373EVB, M54451EVB, M54455EVB, M547xEVB, and M548xEVB's
7082 mii.c
7083
7084 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7085
7086commit 012522fef3b382469125beb46a315ab4dee02fb0
7087Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7088Date: Tue Oct 21 10:03:07 2008 +0000
7089
7090 ColdFire: Modules header files cleanup
7091
7092 Consolidate ATA, ePORT, QSPI, FlexCan, PWM, RNG,
7093 MDHA, SKHA, INTC, and FlexBus structures and
7094 definitions in immap_5xxx.h to more unify modules
7095 header files. Append DSPI support for m547x_8x.
7096 SSI cleanup. Remove USB Host structure from immap_539.h.
7097 Apply changes to use FlexBus structures in mcf52x2's
7098 cpu_init.c and platform configuration files.
7099
7100 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7101
7102commit ac2331aee99ad36be0fcfed8c49922e3c61b576d
7103Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7104Date: Tue Oct 21 08:52:36 2008 +0000
7105
7106 ColdFire: Remove linker file
7107
7108 Each different build for M54455EVB and M5235EVB will
7109 create a u-boot.lds linker file. It is redundant to
7110 keep the u-boot.lds
7111
7112 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
7113
7114commit 0829323073c505556ed5f5073f91adb504584d45
7115Author: Peter Tyser <ptyser@xes-inc.com>
7116Date: Fri Oct 31 11:26:44 2008 -0500
7117
7118 ppc: Fix compile warnings when !CONFIG_OF_LIBFDT
7119
7120 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7121
7122commit a80b21d5127583171d6e9bc7f722947641898012
7123Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7124Date: Fri Oct 31 12:12:12 2008 +0100
7125
7126 common/Makefile: create others group for non core, environment and command files
7127
7128 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7129
7130commit 60c68d9c1c6d18ce02c862a05718fd94f97c13d0
7131Author: Wolfgang Denk <wd@denx.de>
7132Date: Fri Oct 31 01:13:37 2008 +0100
7133
7134 TQM8260: use CFI flash driver instead of custom driver.
7135
7136 Signed-off-by: Wolfgang Denk <wd@denx.de>
7137
7138commit 20d04774f4ef3f6e38974636e0e36ae0f0b5501f
7139Author: Andy Fleming <afleming@freescale.com>
7140Date: Thu Oct 30 17:35:30 2008 -0500
7141
7142 Consolidate MAX/MIN definitions
7143
7144 There were several, now there is one (two if you count the lower-case
7145 versions).
7146
7147 Signed-off-by: Andy Fleming <afleming@freescale.com>
7148
7149commit 298e476c66fd88d0bc4f0371118652d2b5de4e8a
7150Author: Heiko Schocher <hs@denx.de>
7151Date: Thu Oct 30 09:23:09 2008 +0100
7152
7153 mgsuvd: remove unused defines in config file.
7154
7155 Signed-off-by: Heiko Schocher <hs@denx.de>
7156
7157commit 3cbd823116ea8b7c654e275a8c2fca87cd1f5dc5
7158Author: Wolfgang Denk <wd@denx.de>
7159Date: Sun Nov 2 16:14:22 2008 +0100
7160
7161 Coding Style cleanup, update CHANGELOG
7162
7163 Signed-off-by: Wolfgang Denk <wd@denx.de>
7164
3cbd8231
WD
7165commit a47f957ab523019992fdef857af01bd71c58a4da
7166Author: Alessandro Rubini <rubini-list@gnudd.com>
7167Date: Fri Oct 31 22:33:21 2008 +0100
7168
7169 NAND: Allow NAND and OneNAND to coexist
7170
7171 This removes in nand.h code that is verbatim duplicated from bbm.h,
7172 including directly bbm.h in nand.h. The previous state of affairs
7173 prevented compiling code for a board hosting both NAND and OneNAND chips.
7174
7175 Reported-by: Scott Wood <scottwood@freescale.com>
7176 Signed-off-by: Alessandro Rubini <rubini@unipv.it>
7177 Signed-off-by: Scott Wood <scottwood@freescale.com>
7178
7179commit 2f77c7f45b9a37ef265a8dbe3c18efa706fed214
7180Author: Scott Wood <scottwood@freescale.com>
7181Date: Fri Oct 31 13:51:12 2008 -0500
7182
7183 JFFS2: Eliminate compiler error when both NAND and OneNAND are enabled.
7184
7185 Reported-by: Alessandro Rubini <rubini-list@gnudd.com>
7186 Signed-off-by: Scott Wood <scottwood@freescale.com>
7187
7188commit c57fc28947e248fb03c49a28b467686299895055
7189Author: Jason Jin <Jason.Jin@freescale.com>
7190Date: Fri Oct 31 05:07:04 2008 -0500
7191
7192 NAND: Add NAND support for MPC8536DS board
7193
7194 This patch defines 1M TLB&LAW size for NAND on MPC8536DS, assigns 0xffa00000
7195 for CONFIG_SYS_NAND_BASE and adds other NAND supports in config file.
7196 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image.
7197
7198 Singed-off-by: Jason Jin <Jason.Jin@freescale.com>
7199 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7200 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7201
7202commit 6fc110bd8a8d642b8f7b0653bd9a08a0b7c3d50b
7203Author: Haiying Wang <Haiying.Wang@freescale.com>
7204Date: Fri Oct 31 05:06:14 2008 -0500
7205
7206 NAND: Fix CONFIG_ENV_ADDR for MPC8572DS
7207
7208 CONFIG_ENV_ADDR should be (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE).
7209
7210 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7211 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7212
7213commit 51b572a801be57790fe26adaa530210e7fba59cc
7214Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7215Date: Fri Oct 24 10:49:48 2008 +0900
7216
7217 sh: rsk7203: Moved rsk7203 board to board/renesas
7218
7219 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7220
7221commit 58453b00b3ebb26aaa901210023f99504a90bb00
7222Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7223Date: Fri Oct 24 10:48:31 2008 +0900
7224
7225 sh: MigoR: Moved MigoR board to board/renesas
7226
7227 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7228
7229commit c1da2a22817ba85b437afa2f4e715e658b219fd1
7230Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7231Date: Fri Oct 24 10:39:44 2008 +0900
7232
7233 sh: r2dplus: Moved r2dplus board to board/renesas
7234
7235 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7236
7237commit 78385bf2359d828184d0b3649f7ae6b933420000
7238Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7239Date: Fri Oct 24 10:36:13 2008 +0900
7240
7241 sh: sh7763rdp: Moved sh7763rdp board to board/renesas
7242
7243 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7244
7245commit c6525d459c350bfc246ea7826456af77e1e314eb
7246Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7247Date: Fri Oct 24 10:35:19 2008 +0900
7248
7249 sh: sh7785lcr: Moved sh7785lcr board to board/renesas
7250
7251 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7252
7253commit acd3e30d09a73f876222f0d496c4f52ee9d0771d
7254Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7255Date: Fri Oct 24 10:34:21 2008 +0900
7256
7257 sh: r7780mp: Moved r7780mp board to board/renesas
7258
7259 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7260
7261commit f84e6ea275353b8fea772ec7553ff7e4b1f642e0
7262Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7263Date: Fri Oct 24 10:32:14 2008 +0900
7264
7265 sh: ap325rxa: Moved ap325rxa board to board/renesas
7266
7267 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7268
7269commit 9abda6ba735efb059f63dcb25d78b174bfcad1ad
7270Author: Wolfgang Denk <wd@xpert.denx.de>
7271Date: Fri Oct 31 01:12:28 2008 +0100
7272
7273 CFI Driver: Fix "flash not ready" problem
7274
7275 This patch fixes a problem on systems where the NOR flash is attached
7276 to a 64 bit bus. The toggle bit detection in flash_toggle() is based
7277 on the assumption that the same flash address is read twice without
7278 any other interjacent flash accesses. However, on 32 bit systems the
7279 function flash_read64() [as currently implemented] does not perform
7280 an atomic 64 bit read - instead, this is broken down into two 32 bit
7281 read accesses on addresses "addr" and "addr + 4". So instead of
7282 reading a 64 bit value twice from "addr", we see a sequence of 4 32
7283 bit reads from "addr", "addr + 4", "addr", and "addr + 4". The
7284 consequence is that flash_toggle() fails to work.
7285
7286 This patch implements a simple, but somewhat ugly solution, as it
7287 avoids the use of flash_read64() in this critical place (by breaking
7288 it down manually into 32 bit read operations) instead of rewriting
7289 flash_read64() such to perform atomic 64 bit reads as one could
7290 expect. However, such a rewrite would require the use of floating
7291 point load operations, which becomes pretty complex:
7292
7293 save MSR;
7294 set Floating Point Enable bit in MSR;
7295 use "lfd" instruction to perform atomic 64 bit read;
7296 use "stfd" to store value to temporary variable on stack;
7297 load u64 value from temporary variable;
7298 restore saved MSR;
7299 return u64 value;
7300
7301 The benefit-cost ratio of such an implementation was considered too
7302 bad to actually attempt this, especially as we can expect that such
7303 an implementation would not only have a bigger memory footprint but
7304 also cause a performance degradation.
7305
7306 Signed-off-by: Wolfgang Denk <wd@denx.de>
7307 Signed-off-by: Stefan Roese <sr@denx.de>
7308
7309commit cdd4fe63b094d4b767f12ff241d72566b461ee61
7310Author: Stefan Roese <sr@denx.de>
7311Date: Fri Oct 31 10:48:08 2008 +0100
7312
7313 ppc4xx: Fix spelling error in MAINTAINERS file
7314
7315 Signed-off-by: Stefan Roese <sr@denx.de>
7316
7317commit be270798900b75ad9c47c7b79c72f70441196c56
7318Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7319Date: Tue Oct 28 13:37:00 2008 +0100
7320
7321 ppc4xx: Update PMC440 board support
7322
7323 This patch brings PMC440 board support up to date:
7324
7325 - fix GPIO configuration
7326 - add misc_init_f()
7327 - use better values for usbact variable
7328 - fix USB 2.0 phy reset sequence
7329 - shrink BAR2 to save PCI address space
7330 - add FDT support
7331
7332 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7333 Signed-off-by: Stefan Roese <sr@denx.de>
7334
7335commit 75183b1a7fc04206d9779d13f16e03853d7e965d
7336Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7337Date: Tue Oct 28 13:36:59 2008 +0100
7338
7339 ppc4xx: Fix PMC440 BSP commands
7340
7341 This patch fixes the PMC440 BSP commands painit and selfreset
7342
7343 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7344 Signed-off-by: Stefan Roese <sr@denx.de>
7345
7346commit 76b565b69f886d5ae748db65e44f464b0e70d41a
7347Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7348Date: Tue Oct 28 13:36:58 2008 +0100
7349
7350 ppc4xx: Update PMC440 board configuration
7351
7352 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7353 Signed-off-by: Stefan Roese <sr@denx.de>
7354
7355commit ca0c2d42b93116a8e1b8ef8ad4493c7dc9b5f2e4
7356Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7357Date: Tue Oct 28 13:36:57 2008 +0100
7358
7359 ppc4xx: Fix esd loadpci command
7360
7361 This patch fixes esd's loadpci command when not all
7362 memory on adapter boards is accessable via PCI.
7363
7364 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7365 Signed-off-by: Stefan Roese <sr@denx.de>
7366
7367commit 492aa9ea13791ca4591b5bde895a425e27ae2d10
7368Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7369Date: Tue Oct 28 13:36:56 2008 +0100
7370
7371 ppc4xx: Clean up PMC440 header
7372
7373 -Codingstyle cleanup
7374 -Remove unused GPIO define
7375
7376 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7377 Signed-off-by: Stefan Roese <sr@denx.de>
7378
7379commit 295133258a44f97a57fb2ec339aecfda11f4db95
7380Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7381Date: Tue Oct 28 13:36:55 2008 +0100
7382
7383 ppc4xx: Handle other board variant in PMC440 FPGA code
7384
7385 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7386 Signed-off-by: Stefan Roese <sr@denx.de>
7387
7388commit cc2dc9b08cf7c09f9f237f8cb9303f11603d4fb0
7389Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7390Date: Mon Oct 27 12:35:59 2008 +0100
7391
7392 ppc4xx: Merge xilinx-ppc440 and xilinx-ppc405 cfg
7393
7394 Xilinx ppc440 and ppc405 have many similarities. This patch merge the
7395 config files of both infrastuctures
7396
7397 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
7398 Signed-off-by: Stefan Roese <sr@denx.de>
7399
7400commit 3befd85633d33c4dcca1f359c3f4848c5ab8e4d2
7401Author: Stefan Roese <sr@denx.de>
7402Date: Sat Oct 25 06:45:31 2008 +0200
7403
7404 ppc4xx: Correctly configure the GPIO pin muxing on Arches
7405
7406 Arches doesn't use PerCS3 but GPIO43, so let's configure the GPIO
7407 pin multiplexing correctly
7408
7409 Signed-off-by: Stefan Roese <sr@denx.de>
7410
7411commit 7c84fe6a06dad9f793ed85b39b1e6c11a7882f5c
7412Author: Bartlomiej Sieka <tur@semihalf.com>
7413Date: Thu Oct 30 23:22:04 2008 +0100
7414
7415 Fix to the auto-update feature documentation (CONFIG_UPDATE_TFTP_MSEC_MAX)
7416
7417 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7418
7419commit 4bc7deee9095f21e243b724ca3d634251c1d5432
7420Author: David Gibson <david@gibson.dropbear.id.au>
7421Date: Wed Oct 29 23:27:45 2008 -0500
7422
7423 libfdt: Fix bug in fdt_subnode_offset_namelen()
7424
7425 There's currently an off-by-one bug in fdt_subnode_offset_namelen()
7426 which causes it to keep searching after it's finished the subnodes of
7427 the given parent, and into the subnodes of siblings of the original
7428 node which come after it in the tree.
7429
7430 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
7431 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7432
7433commit f242a08871839eac081ba5b599af979f3a148a0d
7434Author: Peter Korsgaard <jacmet@sunsite.dk>
7435Date: Tue Oct 28 08:26:52 2008 +0100
7436
7437 fdt_resize(): ensure minimum padding
7438
7439 fdt_add_mem_rsv() requires space for a struct fdt_reserve_entry
7440 (16 bytes), so make sure that fdt_resize at least adds that much
7441 padding, no matter what the location or size of the fdt is.
7442
7443 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7444 Acked-by: Andy Fleming <afleming@freescale.com>
7445
7446commit d685b74c64a38849f1a129b3ab846fbf67dd937e
7447Author: Dave Liu <daveliu@freescale.com>
7448Date: Thu Oct 23 21:59:35 2008 +0800
7449
7450 74xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
7451
7452 The patch is following the commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
7453
7454 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
7455
7456 This is needed in unlock_ram_in_cache() because it is called from C and
7457 will corrupt the small data area anchor that is kept in R2.
7458
7459 lock_ram_in_cache() is modified similarly as good coding practice, but
7460 is not called from C.
7461
7462 Signed-off-by: Nick Spence <nick.spence@freescale.com>
7463
7464 also, the r2 is used as global data pointer.
7465
7466 Signed-off-by: Dave Liu <daveliu@freescale.com>
7467
7468commit e053ab1903ccae6048ef759025b9f675bba91450
7469Author: Scott Wood <scottwood@freescale.com>
7470Date: Tue Oct 28 11:45:04 2008 -0500
7471
7472 mpc83xx pci: Round up memory size in inbound window.
7473
7474 The current calculation will fail to cover all memory if
7475 its size is not a power of two.
7476
7477 Signed-off-by: Scott Wood <scottwood@freescale.com>
7478 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7479
7480commit 1c671977dc81359628be27ac99c174e76e8069ba
7481Author: Dave Liu <daveliu@freescale.com>
7482Date: Thu Oct 23 21:19:13 2008 +0800
7483
7484 86xx: remove the unused definition
7485
7486 Signed-off-by: Dave Liu <daveliu@freescale.com>
7487
7488commit eaa44c5dc83756c3067b9e6c9db626facd0b0660
7489Author: Dave Liu <daveliu@freescale.com>
7490Date: Tue Oct 28 17:47:49 2008 +0800
7491
7492 86xx: remove the redundant r2 global data pointer save
7493
7494 The commit 67256678f00c09b0a7f19e862e5c1847553d31bc add
7495 the another global data pointer save, but in fact the
7496 global data pointer will be initialized in the board_init_r,
7497 so remove it such as the 85xx/83xx family.
7498
7499 Signed-off-by: Dave Liu <daveliu@freescale.com>
7500 Acked-by: Kumar Gala <kumar.gala@freescale.com>
7501
7502commit bd888e9544419665334a6f47f81f34011cea38f3
7503Author: Dave Liu <daveliu@freescale.com>
7504Date: Tue Oct 28 17:47:41 2008 +0800
7505
7506 86xx: remove the unused code for 86xx family
7507
7508 I believe these code was copied from 74xx family, but for
7509 86xx, it is unused.
7510
7511 Signed-off-by: Dave Liu <daveliu@freescale.com>
7512 Acked-by: Kumar Gala <kumar.gala@freescale.com>
7513
7514commit 5ba1ef507402bc5e344dc374203792a40f222e8a
7515Author: Dave Liu <daveliu@freescale.com>
7516Date: Tue Oct 28 17:46:35 2008 +0800
7517
7518 86xx: remove the second DDR LAW setting for mpc8641hpcn
7519
7520 The DDR1 LAW will precedence the DDR2 LAW, so remove
7521 the second DDR LAW.
7522
7523 Signed-off-by: Dave Liu <daveliu@freescale.com>
7524 Acked-by: Becky Bruce <becky.bruce@freescale.com>
7525
7526commit 137a2dfd11ac51ae3154f13f323609b33a4a072e
7527Author: Dave Liu <daveliu@freescale.com>
7528Date: Tue Oct 28 17:46:23 2008 +0800
7529
7530 86xx: remove the unused ddr_enable_ecc in the board file
7531
7532 The DDR controller of 86xx processors have the ECC data init
7533 feature, and the new DDR code is using the feature, we don't
7534 need the way with DMA to init memory again.
7535
7536 Signed-off-by: Dave Liu <daveliu@freescale.com>
7537 Acked-by: Kumar Gala <kumar.gala@freescale.com>
7538
7539commit dc2adad85bf580d65916c940683f6e9671e8a5dd
7540Author: Dave Liu <daveliu@freescale.com>
7541Date: Tue Oct 28 17:46:12 2008 +0800
7542
7543 86xx: Move the clear_tlbs before MMU turn on
7544
7545 We must invalidate TLBs before MMU turn on, but
7546 currently the code is not, if there are some stale
7547 TLB entry valid in the TLBs, it will cause strange
7548 issue.
7549
7550 Signed-off-by: Dave Liu <daveliu@freescale.com>
7551 Acked-by: Becky Bruce <becky.bruce@freescale.com>
7552
7553commit 5cdade07b118d07154cb882650f9778cecc8a87c
7554Author: Scott Wood <scottwood@freescale.com>
7555Date: Mon Oct 27 15:57:08 2008 -0500
7556
7557 mpc8313erdb: Document NAND boot.
7558
7559 Previously, the documentation claimed that NAND boot is not supported.
7560 This is no longer true.
7561
7562 Signed-off-by: Scott Wood <scottwood@freescale.com>
7563
7564commit bd78bc6b2aebf5566aac464f936b88dfd97ab0bd
7565Author: Scott Wood <scottwood@freescale.com>
7566Date: Wed Oct 29 14:20:26 2008 -0500
7567
7568 NAND: Properly create JFFS2 cleanmarkers.
7569
7570 As reported by Ilko Iliev <iliev@ronetix.at>, the "nand erase clean"
7571 command is currently broken, and among other things causes all blocks
7572 to be marked bad.
7573
7574 This implements it properly using MTD_OOB_AUTO, along with some
7575 indentation fixes.
7576
7577 Signed-off-by: Scott Wood <scottwood@freescale.com>
7578
7579commit f7fe57c09866b44692d18c8cf22828bd137ec58d
7580Author: Scott Wood <scottwood@freescale.com>
7581Date: Wed Oct 29 13:42:41 2008 -0500
7582
7583 NAND fsl elbc: Set FMR[ECCM] based on page size.
7584
7585 Hardware expects ECCM 0 for small page and ECCM 1 for large page
7586 when booting from NAND, so use those defaults.
7587
7588 Signed-off-by: Scott Wood <scottwood@freescale.com>
7589
7590commit c013b74975dab0805ef6d369b013230c4e8a660d
7591Author: Haiying Wang <Haiying.Wang@freescale.com>
7592Date: Wed Oct 29 13:32:59 2008 -0400
7593
7594 NAND: Add support for MPC8572DS board
7595
7596 This patch defines 1M TLB&LAW size for NAND on MPC8572DS, assigns
7597 0xffa00000 for CONFIG_SYS_NAND_BASE and adds other NAND supports in
7598 config file.
7599
7600 It also moves environment(CONFIG_ENV_ADDR) outside of u-boot image, to
7601 make room for the increased code size with NAND enabled.
7602
7603 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
7604 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7605 Signed-off-by: Scott Wood <scottwood@freescale.com>
7606
7607commit 4e190b03aaf2309bd2e025d1187a2ca880fedc95
7608Author: Haiying Wang <Haiying.Wang@freescale.com>
7609Date: Wed Oct 29 11:05:55 2008 -0400
7610
7611 Make Freescale local bus registers available for both 83xx and 85xx.
7612
7613 - Rename lbus83xx_t to fsl_lbus_t and move it to asm/fsl_lbc.h so that it
7614 can be shared by both 83xx and 85xx
7615 - Remove lbus83xx_t and replace it with fsl_lbus_t in all 83xx boards
7616 files which use lbus83xx_t.
7617 - Move FMR, FIR, FCR, FPAR, LTESR from mpc83xx.h to asm/fsl_lbc.h so that
7618 85xx can share them.
7619
7620 Signed-off-by: Jason Jin <Jason.Jin@freescale.com>
7621 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
7622 Signed-off-by: Scott Wood <scottwood@freescale.com>
7623
7624commit 695c130e4bf75b444720ddfd83aca88f41c046cf
7625Author: Scott Wood <scottwood@freescale.com>
7626Date: Mon Oct 27 15:38:30 2008 -0500
7627
7628 NAND: Align right column of the shorthelp with other commands.
7629
7630 I accidentally broke this in when making consistent the partial
7631 alignment of the longhelp.
7632
7633 Signed-off-by: Scott Wood <scottwood@freescale.com>
7634
7635commit 33efde5ecac91ab118ff00b95a181fd6d75f8645
7636Author: Karl Beldan <karl.beldan@gmail.com>
7637Date: Mon Sep 15 16:08:03 2008 +0200
7638
7639 NAND: Reset chip on power-up
7640
7641 Some chips require a RESET after power-up (e.g. Micron MT29FxGxxxxx).
7642 The first command sent is NAND_CMD_READID.
7643 Issue a NAND_CMD_RESET in nand_scan_ident before reading the device id.
7644 Tested with an MT29F4G08AAC.
7645
7646 Signed-off-by: Karl Beldan <karl.beldan@gmail.com>
7647 Signed-off-by: Scott Wood <scottwood@freescale.com>
7648
7649commit c45912d8abc52de796b9059a58faf7c4166eab58
7650Author: Scott Wood <scottwood@freescale.com>
7651Date: Fri Oct 24 16:20:43 2008 -0500
7652
7653 NAND: sync with 2.6.27
7654
7655 This brings the core NAND code up to date with the Linux kernel.
7656
7657 Since there were several drivers in Linux as of the last update that are
7658 not in u-boot, I'm not bringing over new drivers that have been added
7659 since in the absence of an interested party.
7660
7661 I did not update OneNAND since it was recently synced by Kyungmin Park,
7662 and I'm not sure exactly what the common ancestor is.
7663
7664 Signed-off-by: Scott Wood <scottwood@freescale.com>
7665
7666commit b1d0db1805c3395149777e507b6da53410abac4e
7667Author: Kumar Gala <galak@kernel.crashing.org>
7668Date: Tue Oct 21 17:25:47 2008 -0500
7669
7670 bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}
7671
7672 Added the ability to config out bootm support for Linux, NetBSD, RTEMS
7673
7674 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7675
7676commit 5a98127d81a6eefc5a78a704df619bfe362eeb87
7677Author: Kumar Gala <galak@kernel.crashing.org>
7678Date: Tue Oct 21 17:25:46 2008 -0500
7679
7680 bootm: support subcommands in linux ppc bootm
7681
7682 Add support for 'bdt', 'cmdline', 'prep' to the linux PPC bootm.
7683
7684 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7685
7686commit 49c3a861d11735838f1f1b11999ce433006dc919
7687Author: Kumar Gala <galak@kernel.crashing.org>
7688Date: Tue Oct 21 17:25:45 2008 -0500
7689
7690 bootm: Add subcommands
7691
7692 Add the ability to break the steps of the bootm command into several
7693 subcommands: start, loados, ramdisk, fdt, bdt, cmdline, prep, go.
7694
7695 This allows us to do things like manipulate device trees before
7696 they are passed to a booting kernel or setup memory for a secondary
7697 core in multicore situations.
7698
7699 Not all OS types support all subcommands (currently only start, loados,
7700 ramdisk, fdt, and go are supported).
7701
7702 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7703
7704commit be08315933537f061bc1ce61f33a29c56458bbad
7705Author: Kumar Gala <galak@kernel.crashing.org>
7706Date: Tue Oct 21 17:25:44 2008 -0500
7707
7708 bootm: Move to using a function pointer table for the boot os function
7709
7710 This removes a bit of code and makes it easier for the upcoming sub bootm
7711 command support to call into the proper OS specific handler.
7712
7713 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7714 Signed-off-by: Wolfgang Denk <wd@denx.de>
7715
7716commit a369f4a492fa2805d87775d27380f0eeaca35aa6
7717Author: Graeme Russ <graeme.russ@gmail.com>
7718Date: Mon Sep 29 23:03:14 2008 +1000
7719
7720 i386: Renamed show_boot_progress in assembler code
7721
7722 Renamed show_boot_progress in assembler init phase to
7723 show_boot_progress_asm to avoid link conflicts with C version
7724
7725 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
7726
7727commit 4442f45b0e1cbad35aa22d4cad22b90a57e3f32d
7728Author: Peter Tyser <ptyser@xes-inc.com>
7729Date: Mon Oct 27 16:42:00 2008 -0500
7730
7731 85xx: Update MPC85xx_PORDEVSR_IO_SEL mask
7732
7733 The MPC8572 has a 4-bit wide PORDEVSR IO_SEL field. Other MPC85xx
7734 processors have a 3-bit wide IO_SEL field but have the most
7735 significant bit is wired to 0 so this change should not affect
7736 them.
7737
7738 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
7739
7740commit cd4251624205cb97104f6e32679dc7754934f711
7741Author: Becky Bruce <becky.bruce@freescale.com>
7742Date: Mon Oct 27 16:09:42 2008 -0500
7743
7744 powerpc: fix pci window initialization to work with > 4GB DRAM
7745
7746 The existing code has a few errors that need to be fixed in
7747 order to support large RAM sizes. Fix those, and add a
7748 comment to make it clearer.
7749
7750 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
7751 Acked-by: Kumar Gala <galak@kernel.crashing.org>
7752
7753commit 219542a1a66ca017b12860920714a9859b18a5d7
7754Author: Kumar Gala <galak@kernel.crashing.org>
7755Date: Mon Oct 27 13:16:20 2008 -0500
7756
7757 pci/fsl_pci_init: Removed a bunch pointless trailing backslashes.
7758
7759 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7760
7761commit 6b59e03e0237a40a2305ea385defdfd92000978b
7762Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7763Date: Mon Sep 1 16:21:22 2008 +0200
7764
7765 lcd: Let the board code show board-specific info
7766
7767 The information displayed when CONFIG_LCD_INFO is set is inherently
7768 board-specific, so it should be done by the board code. The current code
7769 dealing with this only handles two cases, and is already a horrible mess
7770 of #ifdeffery.
7771
7772 Yes, this duplicates some code, but it also allows boards to print more
7773 board-specific information; this used to be very difficult.
7774
7775 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7776 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7777
7778commit 6f93d2b8fca504200a5758f7c6dd2d6852900765
7779Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7780Date: Mon Sep 1 16:21:21 2008 +0200
7781
7782 lcd: Set lcd_is_enabled before clearing the screen
7783
7784 This allows the logo/info rendering routines to use the regular
7785 lcd_putc/lcd_puts/lcd_printf calls.
7786
7787 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7788 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7789
7790commit 15b17ab52b7c15d46d9fc631cc06092e1e764de2
7791Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7792Date: Mon Sep 1 16:21:20 2008 +0200
7793
7794 lcd: Implement lcd_printf()
7795
7796 lcd_printf() has a prototype in include/lcd.h but no implementation. Fix
7797 this by borrowing the lcd_printf() implementation from the cogent board
7798 code (which appears to use its own LCD framework.)
7799
7800 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7801 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7802
7803commit 70dbc54c0a5c798bcf82ae2a1e227404f412e892
7804Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7805Date: Mon Sep 1 16:21:19 2008 +0200
7806
7807 atmel_lcdfb: Straighten out funky vl_sync logic
7808
7809 If the board _didn't_ request INVLINE_INVERTED, we set INVLINE_INVERTED,
7810 otherwise we don't. WTF?
7811
7812 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7813 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7814
7815commit 23bb28f0f76b46c4b573374b0bb3b3f23d85ef55
7816Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7817Date: Mon Sep 1 16:21:18 2008 +0200
7818
7819 atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
7820
7821 atmel_lcdfb doesn't actually need anything from asm/arch/hardware.h. It
7822 includes a file that does, asm/arch/gpio.h, but this file doesn't
7823 include <asm/arch/hardware.h> like it's supposed to.
7824
7825 Add the missing include to asm/arch/gpio.h and remove the workaround
7826 from the atmel_lcdfb driver. This makes the driver compile on avr32.
7827
7828 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
7829 Signed-off-by: Anatolij Gustschin <agust@denx.de>
7830
7831commit c2083e0e11a03ef8be2e9f0ed8720fdc20832f3e
7832Author: Kumar Gala <galak@kernel.crashing.org>
7833Date: Wed Oct 22 14:38:55 2008 -0500
7834
7835 86xx: Convert all fsl_pci_init users to new APIs
7836
7837 Converted MPC8610HCPD, MPC8641HPCN, and SBC8641D to use
7838 fsl_pci_setup_inbound_windows() and ft_fsl_pci_setup().
7839
7840 With these changes the board code is a bit smaller and we get dma-ranges
7841 set in the device tree for these boards.
7842
7843 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7844 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7845 Acked-by: Jon Loeliger <jdl@freescale.com>
7846
7847commit 2dba0dea98c0dee1799ffd6fd6eb541645dbbd98
7848Author: Kumar Gala <galak@kernel.crashing.org>
7849Date: Tue Oct 21 08:28:33 2008 -0500
7850
7851 85xx: Convert all fsl_pci_init users to new APIs
7852
7853 Converted ATUM8548, MPC8536DS, MPC8544DS, MPC8548CDS, MPC8568MDS,
7854 MPC8572DS, TQM85xx, and SBC8548 to use fsl_pci_setup_inbound_windows()
7855 and ft_fsl_pci_setup().
7856
7857 With these changes the board code is a bit smaller and we get dma-ranges
7858 set in the device tree for these boards.
7859
7860 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7861 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7862
7863commit a2aab460727e5f674353a83a81000ef794bffcae
7864Author: Kumar Gala <galak@kernel.crashing.org>
7865Date: Thu Oct 23 00:01:06 2008 -0500
7866
7867 pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges
7868
7869 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7870 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7871
7872commit b9a1fa9787a3a79573f5f932a4f8aa216bcb1785
7873Author: Kumar Gala <galak@kernel.crashing.org>
7874Date: Wed Oct 22 14:06:24 2008 -0500
7875
7876 pci/fsl_pci_init: Add a common PCI inbound setup function
7877
7878 Add a common setup function that determines the pci_region(s) based
7879 on how much memory we have in the system.
7880
7881 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7882 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7883
7884commit 612ea01018a459234d54ed57ec6a5a244ce75678
7885Author: Kumar Gala <galak@kernel.crashing.org>
7886Date: Tue Oct 21 10:13:14 2008 -0500
7887
7888 pci/fsl_pci_init: Enable larger address and setting inbound windows properly
7889
7890 * PCI Inbound window was setup incorrectly. The PCI address and system
7891 address were swapped. The PCI address should be setting piwar/piwbear
7892 and the system address should be setting pitar.
7893
7894 * Removed masking of addresses to allow for system address to support
7895 system address & PCI address >32-bits
7896
7897 * Set PIWBEAR & POTEAR to allow for full 64-bit PCI addresses
7898
7899 * Respect the PCI_REGION_PREFETCH for inbound windows
7900
7901 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7902 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7903
7904commit 8ab451c46b846f2bbd7122b29ffdd9a4a04da228
7905Author: Kumar Gala <galak@kernel.crashing.org>
7906Date: Wed Oct 22 23:33:56 2008 -0500
7907
7908 fdt: Added helper to set PCI dma-ranges property
7909
7910 Added fdt_pci_dma_ranges() that parses the pci_region info from the
7911 struct pci_controller and populates the dma-ranges based on it.
7912
7913 The max # of windws/dma-ranges we support is 3 since on embedded
7914 PowerPC based systems this is the max number of windows.
7915
7916 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7917 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7918
7919commit 3bed2aaf2d50fd13273c14d17d4fd40ef42e0d0f
7920Author: Kumar Gala <galak@kernel.crashing.org>
7921Date: Thu Oct 23 00:05:47 2008 -0500
7922
7923 fdt: Add fdt_getprop_u32_default helpers
7924
7925 Add helper functions to return find a node and return it's property
7926 or a default value.
7927
7928 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7929 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7930 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
7931
7932commit 8ba93f68a1bae89e033527ce67b41b4a87aa5b7f
7933Author: Kumar Gala <galak@kernel.crashing.org>
7934Date: Tue Oct 21 18:06:15 2008 -0500
7935
7936 86xx: Enable 64-bit PCI resources on all Freescale boards
7937
7938 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7939 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7940
7941commit 0151cbaccf4504821ecfde0217299bd740086bb6
7942Author: Kumar Gala <galak@kernel.crashing.org>
7943Date: Tue Oct 21 11:33:58 2008 -0500
7944
7945 85xx: Enable 64-bit PCI resources on all Freescale boards
7946
7947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7948 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7949
7950commit 30e76d5e3bc4c5208ee63585fe12b409d9308cd8
7951Author: Kumar Gala <galak@kernel.crashing.org>
7952Date: Tue Oct 21 08:36:08 2008 -0500
7953
7954 pci: Allow for PCI addresses to be 64-bit
7955
7956 PCI bus is inherently 64-bit. While not all system require access to
7957 the full 64-bit PCI address range some do. This allows those systems
7958 to enable the full PCI address width via CONFIG_SYS_PCI_64BIT.
7959
7960 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7961 Signed-off-by: Andrew Fleming-AFLEMING <afleming@freescale.com>
7962 Acked-by: Wolfgang Denk <wd@denx.de>
7963
7964commit ae5f943ba8ede448a4b1a145fd8911856701ecc5
7965Author: Dave Liu <daveliu@freescale.com>
7966Date: Thu Oct 23 21:18:53 2008 +0800
7967
7968 85xx: Fix the incorrect register used for DDR erratum1
7969
7970 The 8572 DDR erratum1:
7971 DDR controller may enter an illegal state when operating
7972 in 32-bit bus mode with 4-beat bursts.
7973
7974 Description:
7975 When operating with a 32-bit bus, it is recommended that
7976 DDR_SDRAM_CFG[8_BE] is cleared when DDR2 memories are used.
7977 This forces the DDR controller to use 4-beat bursts when
7978 communicating to the DRAMs. However, an issue exists that
7979 could lead to data corruption when the DDR controller is
7980 in 32-bit bus mode while using 4-beat bursts.
7981
7982 Projected Impact:
7983 If the DDR controller is operating in 32-bit bus mode with
7984 4-beat bursts, then the controller may enter into a bad state.
7985 All subsequent reads from memory is corrupted.
7986 Four-beat bursts with a 32-bit bus only is used with DDR2 memories.
7987 Therefore, this erratum does not affect DDR3 mode.
7988
7989 Work Arounds:
7990 To work around this issue, software must set DEBUG_1[31] in
7991 DDR memory mapped space (CCSRBAR offset + 0x2f00 for DDR_1
7992 and CCSRBAR offset + 0x6f00 for DDR_2).
7993
7994 Currenlty, the code is using incorrect register DDR_SDRAM_CFG_2
7995 as condition, but it should be DDR_SDRAM_CFG register.
7996
7997 Signed-off-by: Dave Liu <daveliu@freescale.com>
7998
7999commit d5b693090ed08d24c18491df9d8fc7387b2906f3
8000Author: Dave Liu <daveliu@freescale.com>
8001Date: Thu Oct 23 21:17:19 2008 +0800
8002
8003 85xx: remove unused config definition
8004
8005 Signed-off-by: Dave Liu <daveliu@freescale.com>
8006
8007commit 0f060c3bf82832331a509f2e5d2442539e7aad09
8008Author: Kumar Gala <galak@kernel.crashing.org>
8009Date: Thu Oct 23 01:47:38 2008 -0500
8010
8011 85xx: Add basic e500mc core support
8012
8013 Introduce CONFIG_E500MC to deal with the minor differences between
8014 e500v2 and e500mc.
8015
8016 * Certain fields of HID0/1 don't exist anymore on e500mc
8017 * Cache line size is 64-bytes on e500mc
8018 * reset value of PIR is different
8019
8020 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8021
8022commit a38a5b6edd30f29fd5fdb1d7f674521906c0e677
8023Author: Kumar Gala <galak@kernel.crashing.org>
8024Date: Thu Oct 23 01:47:37 2008 -0500
8025
8026 85xx: Use CONFIG_SYS_CACHELINE_SIZE instead of magic number
8027
8028 Using CONFIG_SYS_CACHELINE_SIZE instead of 31 means we can handle
8029 e500mc's 64-byte cacheline properly when it gets added.
8030
8031 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8032
8033commit 5deb8022c3749faac30e9ad9694691e2442b5c93
8034Author: Georg Schardt <schardt@team-ctech.de>
8035Date: Fri Oct 24 13:51:52 2008 +0200
8036
8037 ppc4xx: New board avnet fx12 minimodul
8038
8039 This patch adds support for the avnet fx12 minimodul.
8040 It needs the "ppc4xx: Generic architecture for xilinx ppc405"
8041 patch from Ricardo.
8042
8043 Signed-off-by: Georg Schardt <schardt@team-ctech.de>
8044 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8045 Signed-off-by: Stefan Roese <sr@denx.de>
8046
8047commit 1f4d53260ec6f8f122aed75cce7c757d97a551e0
8048Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8049Date: Tue Oct 21 18:29:46 2008 +0200
8050
8051 ppc4xx: Generic architecture for xilinx ppc405(v3)
8052
8053 As "ppc44x: Unification of virtex5 pp440 boards" did for the xilinx
8054 ppc440 boards, this patch presents a common architecture for all the
8055 xilinx ppc405 boards.
8056
8057 Any custom xilinx ppc405 board can be added very easily with no code
8058 duplicity.
8059
8060 This patch also adds a simple generic board, that can be used on almost
8061 any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h
8062
8063 This patch is prepared to work with the latest version of EDK (10.1)
8064
8065 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
8066 Signed-off-by: Stefan Roese <sr@denx.de>
8067
8068commit 485c00a57fab86f72a3769480c66bf1ca22e1459
8069Author: Stefan Roese <sr@denx.de>
8070Date: Fri Oct 24 08:56:09 2008 +0200
8071
8072 ppc4xx: Disable DDR2 autocalibration on Kilauea for now
8073
8074 Since the new autocalibration still has some problems on some Kilauea
8075 boards with 200MHz DDR2 frequency we disable the autocalibration and
8076 use the hardcoded values as done before. This seems to work reliably
8077 on all known DDR2 frequencies.
8078
8079 After the autocalibration issue is fixed we will enable it again.
8080
8081 Signed-off-by: Stefan Roese <sr@denx.de>
8082
8083commit f177f4250c729727b1629fa8d8d6556c999e9b8c
8084Author: Mike Frysinger <vapier@gentoo.org>
8085Date: Wed Apr 9 02:02:07 2008 -0400
8086
8087 Blackfin: fix up UART status bit handling
8088
8089 Some Blackfin UARTs are read-to-clear while others are write-to-clear.
8090 This can cause problems when we poll the LSR and then later try and handle
8091 any errors detected.
8092
8093 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8094
8095commit ae0910298f31f5bb3d33a64b8467c60ea3c5d6d0
8096Author: Mike Frysinger <vapier@gentoo.org>
8097Date: Sat Oct 11 20:42:17 2008 -0400
8098
8099 Blackfin: bf561-ezkit: drop redundant code
8100
8101 Common Blackfin code already announces CPU information.
8102
8103 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8104
8105commit e2eea98bff1369f77a9f59a5fd0bd4928bc3332e
8106Author: Mike Frysinger <vapier@gentoo.org>
8107Date: Sat Oct 11 20:43:10 2008 -0400
8108
8109 Blackfin: bf561-ezkit: drop pointless USB code
8110
8111 The USB/LAN register settings are not actually used/needed in order to
8112 drive things from U-Boot, so drop the code.
8113
8114 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8115
8116commit c23bff63fb03cb9dbcd26522841e53f9b34fa1ab
8117Author: Mike Frysinger <vapier@gentoo.org>
8118Date: Sat Oct 11 20:47:58 2008 -0400
8119
8120 Blackfin: linker scripts: force start.o and set initcode boundaries
8121
8122 Make sure that the start.o object is always the first object in our linker
8123 script regardless of configuration settings, and add some linker symbols
8124 so the ldr utility can properly locate the initcode when generating a LDR.
8125
8126 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8127
8128commit bd33e5c613cf70e3cb51a73fdd653fe83b942bb0
8129Author: Mike Frysinger <vapier@gentoo.org>
8130Date: Sat Oct 11 21:19:39 2008 -0400
8131
8132 Blackfin: small cpu init optimization while setting interrupt mask
8133
8134 Use the sti instruction to set the initial interrupt mask rather than
8135 banging on the core IMASK MMR to save both space and time.
8136
8137 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8138
8139commit 960922291c9594acb575cec7e47d7bed9b58182c
8140Author: Mike Frysinger <vapier@gentoo.org>
8141Date: Sat Oct 11 21:18:10 2008 -0400
8142
8143 Blackfin: set initial stack correctly according to Blackfin ABI
8144
8145 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8146
8147commit 25cd33d82ea521b7bd90ca858f8919fae1e9732b
8148Author: Mike Frysinger <vapier@gentoo.org>
8149Date: Sun Apr 20 03:11:53 2008 -0400
8150
8151 Blackfin: make baud calculation more accurate
8152
8153 We should use the algorithm in the Linux kernel so that the UART divisor
8154 calculation is more accurate. It also fixes problems on some picky UARTs
8155 that have sampling anomalies.
8156
8157 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8158
8159commit 0ba1da116e5edcb0c5ae4a7585d73f6548400a06
8160Author: Mike Frysinger <vapier@gentoo.org>
8161Date: Mon Oct 6 04:21:41 2008 -0400
8162
8163 Blackfin: decode hwerrcause/excause when crashing
8164
8165 Having to decode hwerrcause/excause values is a pain, so automate it.
8166
8167 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8168
8169commit 2de95bb20c488f20298df6881b700a5a757ee780
8170Author: Mike Frysinger <vapier@gentoo.org>
8171Date: Mon Oct 6 04:20:54 2008 -0400
8172
8173 Blackfin: fix register dump messages
8174
8175 Make sure we report RETI/IPEND correctly.
8176
8177 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8178
8179commit 7133999e6f62a9a01f6a8ffe234b8532b3ad1e4b
8180Author: Mike Frysinger <vapier@gentoo.org>
8181Date: Mon Oct 6 04:19:34 2008 -0400
8182
8183 Blackfin: don't bother displaying reboot msg when crashing
8184
8185 The hang function already tells you to reboot, so no point in showing it
8186 twice.
8187
8188 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8189
8190commit 70c4c032ea112cc42aa1ce959c33fc4825eaef95
8191Author: Mike Frysinger <vapier@gentoo.org>
8192Date: Sun Jun 1 01:23:48 2008 -0400
8193
8194 Blackfin: enable support for nested interrupts
8195
8196 During cpu init, make sure we initialize the CEC properly so that
8197 interrupts can fire and be handled while U-Boot is running.
8198
8199 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8200
8201commit 39782727e185860faa4884c2b04e84cb33d1c6cf
8202Author: Mike Frysinger <vapier@gentoo.org>
8203Date: Mon Oct 6 03:55:25 2008 -0400
8204
8205 Blackfin: init NAND before relocating env
8206
8207 If booting out of NAND, we need to make sure we initialize it properly
8208 before attempting to relocate the environment.
8209
8210 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8211
8212commit 0f9a8819416ba40a53de50af148847a0e508f84d
8213Author: Mike Frysinger <vapier@gentoo.org>
8214Date: Thu Aug 7 18:40:13 2008 -0400
8215
8216 Blackfin: check cache bits, not cplb bits
8217
8218 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8219
8220commit 2c1ea9e370cb72dd6a5aa32338e87a8a1f77bd76
8221Author: Mike Frysinger <vapier@gentoo.org>
8222Date: Thu Aug 7 17:52:59 2008 -0400
8223
8224 Blackfin: drop unused cache flush code
8225
8226 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8227
8228commit 50f0d211912a648e31aa9123b4665a0444bb8ca9
8229Author: Mike Frysinger <vapier@gentoo.org>
8230Date: Thu Aug 7 15:21:47 2008 -0400
8231
8232 Blackfin: unify cache handling code
8233
8234 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8235
8236commit 3c8798983403cb68a827d7a0d09b1134524a1b7d
8237Author: Mike Frysinger <vapier@gentoo.org>
8238Date: Mon Oct 6 03:39:07 2008 -0400
8239
8240 Blackfin: only initialize the RTC when actually used
8241
8242 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8243
8244commit 621e579b812dd1a2e6777f7cbf6e55e736505823
8245Author: Mike Frysinger <vapier@gentoo.org>
8246Date: Mon Oct 6 03:44:33 2008 -0400
8247
8248 Blackfin: fix SWRST register definition
8249
8250 The SWRST register is a 16bit, not 32bit, register.
8251
8252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8253
8254commit 06121c4e2d183887dcd7a4ca2dcd395b213ea15b
8255Author: Mike Frysinger <vapier@gentoo.org>
8256Date: Thu Aug 7 18:54:57 2008 -0400
8257
8258 Blackfin: build with -fomit-frame-pointer
8259
8260 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8261
8262commit adbfeeb7b32f737a9738daa583350d2bb9ed017a
8263Author: Mike Frysinger <vapier@gentoo.org>
8264Date: Thu Aug 7 17:50:26 2008 -0400
8265
8266 Blackfin: document some of the blackfin directories
8267
8268 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8269
8270commit e4337968e43698a68ba608369f46d4a4114111ca
8271Author: Mike Frysinger <vapier@gentoo.org>
8272Date: Thu Aug 7 15:16:56 2008 -0400
8273
8274 Blackfin: only enable hardware error irq by default
8275
8276 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8277
8278commit 2b66f08f257ef6a06785f27b3c6dc2a4cfc9cac4
8279Author: Mike Frysinger <vapier@gentoo.org>
8280Date: Thu Aug 7 13:36:43 2008 -0400
8281
8282 Blackfin: punt old unused mem_init.h header
8283
8284 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8285
8286commit bcc121a01608042066a19ab5bff5bcfb805bf406
8287Author: Mike Frysinger <vapier@gentoo.org>
8288Date: Thu Aug 7 13:18:55 2008 -0400
8289
8290 Blackfin: delete unused page_descriptor_table_size define
8291
8292 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8293
8294commit 30fb9d24ae16e5b0ed39e5b7cc85981165ca98bc
8295Author: Mike Frysinger <vapier@gentoo.org>
8296Date: Thu Aug 7 13:17:03 2008 -0400
8297
8298 Blackfin: fix typo in boot mode comment and add NAND define
8299
8300 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8301
8302commit 2e5cbe5461c5c4c6665e318cfe950a5a150d999c
8303Author: Ben Maan <moo@cow>
8304Date: Thu Aug 7 13:14:21 2008 -0400
8305
8306 Blackfin: fix port mux defines for BF54x
8307
8308 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8309
8310commit 0656ef2ba274910d31364fe022f6c7db0051660d
8311Author: Mike Frysinger <vapier@gentoo.org>
8312Date: Thu Aug 7 13:09:50 2008 -0400
8313
8314 Blackfin: update anomaly lists
8315
8316 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8317
8318commit 50ca95402876cf7bac4e2d4f7855f616a038763f
8319Author: Mike Frysinger <vapier@gentoo.org>
8320Date: Thu Aug 7 13:08:54 2008 -0400
8321
8322 Blackfin: unify DSPID/DBGSTAT MMR definitions
8323
8324 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8325
8326commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e
8327Author: Wolfgang Denk <wd@denx.de>
8328Date: Tue Oct 21 15:53:51 2008 +0200
8329
8330 Fix strmhz(): avoid printing negative fractions
8331
8332 Signed-off-by: Wolfgang Denk <wd@denx.de>
8333
8334commit 4a7f6b750d8de543fdf8e58acd86745010054571
8335Author: Richard Retanubun <RichardRetanubun@ruggedcom.com>
8336Date: Fri Oct 17 08:55:51 2008 -0400
8337
8338 mpc83xx: Removed #ifdef CONFIG_MPC834X dependency on upmconfig function
8339
8340 This is done to allow other 83XX based platforms which also have UPM
8341 (e.g. 8360) to configure and use their UPM in u-boot.
8342
8343 Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
8344 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8345
8346commit 3bf1be3c0cfb1129b68cc1474119e5f323536488
8347Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8348Date: Tue Oct 14 22:58:53 2008 +0400
8349
8350 mpc83xx: add support for switching between USB Host/Function for MPC837XEMDS
8351
8352 With this patch u-boot can fixup the dr_mode and phy_type properties
8353 for the Dual-Role USB controller.
8354
8355 While at it, also remove #ifdefs around includes, they are not needed.
8356
8357 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8358 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8359
8360commit b3379f3fd13969934c00097c05754e7a8990fd39
8361Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8362Date: Wed Oct 8 20:52:54 2008 +0400
8363
8364 mpc83xx: add ELBC NAND support for the MPC837XEMDS boards
8365
8366 Though NAND chip is replaceable on the MPC837XE-MDS boards, the
8367 current settings don't work with the default chip on the board.
8368 Nevertheless Freescale's U-Boot sets the option register correctly,
8369 so I just dumped the register from the working u-boot. My guess is
8370 that the old settings were applicable for some pilot boards, not
8371 found in the production.
8372
8373 This patch also enables FSL ELBC driver so that we could access
8374 the NAND storage in the u-boot.
8375
8376 The NAND support costs about 45KB, so the u-boot no longer fits
8377 into two 128KB NOR flash sectors, thus we also have to adjust
8378 environment location: add another 128KB to the monitor length.
8379
8380 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8381
8382 It is due to hardware design and logic defect, that is the
8383 I/O[0:7] of NAND chip is connected to LAD[7:0], so when
8384 the NAND chip connected to nLCS3, you have to set up the
8385 OR3[BCTLD] = '1' for normal operation, otherwise it will have
8386 bus contention due to the pin 48/25 of U60 is enabled.
8387
8388 Setup the OR3[BCTLD] = '1' , that meaning the LBCTL is not
8389 asserted upon access to the NAND chip, keep the default state.
8390
8391 Acked-by: Dave Liu <daveliu@freescale.com>
8392 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8393
8394commit 00f7bbae92e3b13f2b37aeb1def9bb12445521b7
8395Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8396Date: Thu Oct 2 19:17:33 2008 +0400
8397
8398 mpc83xx: fix PCI scan hang on the standalone MPC837xE-MDS boards
8399
8400 The MPC837xE-MDS board's CPLD can auto-detect if the board is on the PIB,
8401 standalone or acting as a PCI agent. User's Guide says:
8402
8403 - When the CPLD recognizes its location on the PIB it automatically
8404 configures RCW to the PCI Host.
8405 - If the CPLD fails to recognize its location then it is automatically
8406 configured as an Agent and the PCI is configured to an external arbiter.
8407
8408 This sounds good. Though in the standalone setup the CPLD sets PCI_HOST
8409 flag (it's ok, we can't act as PCI agents since we receive CLKIN, not
8410 PCICLK), but the CPLD doesn't set the ARBITER_ENABLE flag, and without
8411 any arbiter bad things will happen (here the board hangs during any config
8412 space reads).
8413
8414 In this situation we must disable the PCI. And in case of anybody really
8415 want to use an external arbiter, we provide "pci_external_aribter"
8416 environment variable.
8417
8418 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8419 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8420
8421commit 1da83a63d8e1b4bddeb82581b1745a09aac3e2d3
8422Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8423Date: Thu Oct 2 18:32:25 2008 +0400
8424
8425 mpc83xx: add SGMII riser module support for the MPC8378E-MDS boards
8426
8427 This involves configuring the SerDes and fixing up the flags and
8428 PHY addresses for the TSECs.
8429
8430 For Linux we also fix up the device tree.
8431
8432 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8433 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8434
8435commit e6d9c8916de9c24f2c52d0b01cf00d2e74a04cd8
8436Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8437Date: Thu Oct 2 18:31:59 2008 +0400
8438
8439 mpc83xx: add TSECs' HRCWH masks for MPC837x processors
8440
8441 We'll use these masks to parse TSEC modes out of HRCWH.
8442
8443 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8444 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8445
8446commit 6f9cc6608b4e1cefde56c0fb99ae1c95c42575ff
8447Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8448Date: Thu Oct 2 18:31:56 2008 +0400
8449
8450 mpc83xx: serdes: add forgotten shifts for rfcks
8451
8452 The rfcks should be shifted by 28 bits left. We didn't notice the bug
8453 because we were using only 100MHz clocks (for which rfcks == 0).
8454
8455 Though, for SGMII we'll need 125MHz clocks.
8456
8457 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8458 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8459
8460commit 55c531984dcf933e4cd13a187a7e08e873b7ced1
8461Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8462Date: Thu Oct 2 18:31:53 2008 +0400
8463
8464 mpc83xx: fix serdes setup for the MPC8378E boards
8465
8466 MPC837xE specs says that SerDes1 has:
8467
8468 — Two lanes running x1 SGMII at 1.25 Gbps;
8469 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
8470
8471 And for SerDes2:
8472
8473 — Two lanes running x1 PCI Express at 2.5 Gbps;
8474 — One lane running x2 PCI Express at 2.5 Gbps;
8475 — Two lanes running x1 SATA at 1.5 or 3.0 Gbps.
8476
8477 The spec also explicitly states that PEX options are not valid for
8478 the SD1.
8479
8480 Nevertheless MPC8378 RDB and MDS boards configure the SD1 for PEX,
8481 which is wrong to do.
8482
8483 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8484 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8485
8486commit 5c2ff323a94e27e481f70c44838d43fcd844dd46
8487Author: Anton Vorontsov <avorontsov@ru.mvista.com>
8488Date: Wed Sep 10 18:12:37 2008 +0400
8489
8490 mpc83xx: mpc8360emds: rework LBC SDRAM setup
8491
8492 Currently 64M of LBC SDRAM are mapped at 0xF0000000 which makes
8493 it difficult to use (b/c then the memory is discontinuous and
8494 there is quite big memory hole between the DDR/SDRAM regions).
8495
8496 This patch reworks LBC SDRAM setup so that now we dynamically
8497 place the LBC SDRAM near the DDR (or at 0x0 if there isn't any
8498 DDR memory).
8499
8500 With this patch we're able to:
8501
8502 - Boot without external DDR memory;
8503 - Use most "DDR + SDRAM" setups without need to support for
8504 sparse/discontinuous memory model in the software.
8505
8506 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
8507 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8508
8509commit def0819e920b05b34b56d8b42e1e43d9b89a52d6
8510Author: Wolfgang Denk <wd@xpert.denx.de>
8511Date: Tue Oct 21 11:23:56 2008 +0200
8512
8513 FDT: don't use private kernel header files
8514
8515 On some systems (for example Fedora Core 4) U-Boot builds with the
8516 following wanrings only:
8517
8518 ...
8519 In file included from /home/wd/git/u-boot/include/libfdt_env.h:33,
8520 from fdt.c:51:
8521 /usr/include/asm/byteorder.h:6:2: warning: #warning using private kernel header; include <endian.h> instead!
8522
8523 This patch fixes this problem.
8524
8525 Signed-off-by: Wolfgang Denk <wd@denx.de>
8526
8527commit f4d14c55504ce40287321bd63ee269e3233ee4ae
8528Author: Stefan Roese <sr@denx.de>
8529Date: Mon Oct 13 15:15:31 2008 +0200
8530
8531 ppc4xx: Add 1.0 & 1.066 GHz to canyonlands bootstrap command for PLL setup
8532
8533 Signed-off-by: Stefan Roese <sr@denx.de>
8534
8535commit 43cbce69d48d052574d71f50724be546d90a46a4
8536Author: Stefan Roese <sr@denx.de>
8537Date: Mon Oct 13 10:45:14 2008 +0200
8538
8539 ppc4xx: Correctly setup ranges property in ebc node
8540
8541 Previously only the NOR flash mapping was written into the ranges
8542 property of the ebc node. This patch now writes all enabled chip
8543 select areas into the ranges property.
8544
8545 Signed-off-by: Stefan Roese <sr@denx.de>
8546
8547commit d7b26d58328f137471ea97de382bfa63f7239931
8548Author: Dirk Eibach <eibach@gdsys.de>
8549Date: Wed Oct 8 15:37:50 2008 +0200
8550
8551 ppc4xx: Add GDSys neo 405EP board support
8552
8553 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
8554 Signed-off-by: Stefan Roese <sr@denx.de>
8555
8556commit c11da194545d2f4bbb54be1bb5e504e20ce8c16c
8557Author: Niklaus Giger <niklaus.giger@netstal.com>
8558Date: Wed Oct 1 14:46:13 2008 +0200
8559
8560 ppc4xx: Update configs for Netstal boards
8561
8562 I reorganized my config files, putting the common stuff into netstal-common.h
8563 (got the idea by looking a amcc-common.h from Stefan).
8564
8565 Added stuff to boot the new powerpc linux via NFS (only tested with HCU4).
8566
8567 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
8568 Signed-off-by: Stefan Roese <sr@denx.de>
8569
8570commit c9c11d751e4242cf29c3c3c290d971f6d0cb1d15
8571Author: Adam Graham <agraham@amcc.com>
8572Date: Wed Oct 8 10:13:19 2008 -0700
8573
8574 ppc4xx: Add routine to retrieve CPU number
8575
8576 Provide a weak defined routine to retrieve the CPU number for
8577 reference boards that have multiple CPU's. Default behavior
8578 is the existing single CPU print output. Reference boards with
8579 multiple CPU's need to provide a board specific routine.
8580 See board/amcc/arches/arches.c for an example.
8581
8582 Signed-off-by: Adam Graham <agraham@amcc.com>
8583 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
8584 Signed-off-by: Stefan Roese <sr@denx.de>
8585
8586commit 59217bae40e90982ab5400d849c08af683ace036
8587Author: Adam Graham <agraham@amcc.com>
8588Date: Wed Oct 8 10:13:14 2008 -0700
8589
8590 ppc4xx: Add static support for 44x IBM SDRAM Controller
8591
8592 This patch add the capability to configure a PPC440 based IBM SDRAM
8593 Controller with static, compiled-in, values. PPC440 memory subsystem
8594 includes a Memory Queue core.
8595
8596 Signed-off-by: Adam Graham <agraham@amcc.com>
8597 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
8598 Signed-off-by: Stefan Roese <sr@denx.de>
8599
8600commit f09f09d3899017aaaa2b031bba63c271e9c48e4d
8601Author: Adam Graham <agraham@amcc.com>
8602Date: Wed Oct 8 10:12:53 2008 -0700
8603
8604 ppc4xx: Add AMCC Arches board support (dual 460GT)
8605
8606 The Arches Evaluation board is based on the AMCC 460GT SoC chip.
8607 This board is a dual processor board with each processor providing
8608 independent resources for Rapid IO, Gigabit Ethernet, and serial
8609 communications. Each 460GT has it's own 512MB DDR2 memory, 32MB NOR
8610 FLASH, UART, EEPROM and temperature sensor, along with a shared debug
8611 port. The two 460GT's will communicate with each other via shared
8612 memory, Gigabit Ethernet and x1 PCI-Express.
8613
8614 Signed-off-by: Adam Graham <agraham@amcc.com>
8615 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
8616 Signed-off-by: Stefan Roese <sr@denx.de>
8617
8618commit 055b12f2ffd7c34eea7e983a0588b24f2e69e0e3
8619Author: Wolfgang Denk <wd@xpert.denx.de>
8620Date: Sun Oct 19 21:54:30 2008 +0200
8621
8622 TQM8260: environment in flash instead EEPROM, baudrate 115k
8623
8624 Several customers have reported problems with the environment in
8625 EEPROM, including corrupted content after board reset. Probably the
8626 code to prevent I2C Enge Conditions is not working sufficiently.
8627
8628 We move the environment to flash now, which allows to have a backup
8629 copy plus gives much faster boot times.
8630
8631 Also, change the default console initialization to 115200 bps as used
8632 on most other boards.
8633
8634 Signed-off-by: Wolfgang Denk <wd@denx.de>
8635
8636commit 1836881190b3d8a6918b0d64b39fe32bbbdf85d8
8637Author: Kumar Gala <galak@kernel.crashing.org>
8638Date: Sun Oct 19 12:49:19 2008 -0500
8639
8640 85xx: Fix compile warning in mpc8536ds.c
8641
8642 mpc8536ds.c: In function 'is_sata_supported':
8643 mpc8536ds.c:615: warning: unused variable 'devdisr'
8644
8645 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8646
8647commit 8ed44d91c8122d00368523b0b746691c895d3b3c
8648Author: Wolfgang Denk <wd@denx.de>
8649Date: Sun Oct 19 02:35:50 2008 +0200
8650
8651 Cleanup: fix "MHz" spelling
8652
8653 Signed-off-by: Wolfgang Denk <wd@denx.de>
8654
8655commit 08ef89ecd174969b3544f3f0c7cd1de3c57f737b
8656Author: Wolfgang Denk <wd@denx.de>
8657Date: Sun Oct 19 02:35:49 2008 +0200
8658
8659 Use strmhz() to format clock frequencies
8660
8661 Signed-off-by: Wolfgang Denk <wd@denx.de>
8662
8663commit d50c7d4be150b2252c0d2e16cfcf69643bdd6dc9
8664Author: Wolfgang Denk <wd@denx.de>
8665Date: Sun Oct 19 02:35:48 2008 +0200
8666
8667 strmhz(): Round numbers when printing clock frequencies
8668
8669 Round clock frequencies for printing.
8670
8671 Many boards printed off clock frequencies like 399 MHz instead of the
8672 exact 400 MHz because numberes were not rounded. This is fixed now.
8673
8674 Signed-off-by: Wolfgang Denk <wd@denx.de>
8675
8676commit 681c02d05b29c6d46093525052c74b9c4ddc8b08
8677Author: Timur Tabi <timur@freescale.com>
8678Date: Mon Oct 20 15:16:47 2008 -0500
8679
8680 85xx: properly document MPC85xx_PORDEVSR2_SEC_CFG
8681
8682 Commit f7d190b1 corrected the value of MPC85xx_PORDEVSR2_SEC_CFG, but forgot
8683 to add a comment that the correct value disagrees with the 8544 reference
8684 manual. The changelog for that commit is also wrong, as it says "bit 28"
8685 when it should be "bit 24".
8686
8687 Signed-off-by: Timur Tabi <timur@freescale.com>
8688
8689commit 360fe71e82b83e264c964c9447c537e9a1f643c8
8690Author: Heiko Schocher <hs@denx.de>
8691Date: Fri Oct 17 18:24:06 2008 +0200
8692
8693 mgcoge: add redundant environment sector
8694
8695 Signed-off-by: Heiko Schocher <hs@denx.de>
8696
8697commit 53ebf0c470c87d5f9fa76462e5f4064d26a9b16a
8698Author: Heiko Schocher <hs@denx.de>
8699Date: Fri Oct 17 18:23:27 2008 +0200
8700
8701 mgsuvd: update size of environment
8702
8703 Signed-off-by: Heiko Schocher <hs@denx.de>
8704
8705commit 2e26d837f11460c0e6dede7d65424a31e0183d09
8706Author: Jason Jin <Jason.jin@freescale.com>
8707Date: Fri Oct 10 11:41:00 2008 +0800
8708
8709 Enabled the Freescale SGMII riser card on 8536DS
8710
8711 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
8712
8713commit 7e183cad0c5ab6415dca95d6ac290ea918b28c55
8714Author: Liu Yu <yu.liu@freescale.com>
8715Date: Fri Oct 10 11:40:59 2008 +0800
8716
8717 Enabled the Freescale SGMII riser card on 8572DS
8718
8719 This patch based on Andy's work.
8720 Including command 'pixis_set_sgmii' support.
8721
8722 Signed-off-by: Liu Yu <yu.liu@freescale.com>
8723
8724commit bff188baf9427c35745356439435acf3864d4c65
8725Author: Liu Yu <yu.liu@freescale.com>
8726Date: Fri Oct 10 11:40:58 2008 +0800
8727
8728 Make pixis_set_sgmii more general to support MPC85xx boards.
8729
8730 The pixis sgmii command depend on the FPGA support on the board, some 85xx
8731 boards support SGMII riser card but did not support this command, define
8732 CONFIG_PIXIS_SGMII_CMD for those boards which support the sgmii command.
8733
8734 Not like 8544, 8572 has 4 eTsec so that the other two's pixis bits
8735 are not supported by 8544. Therefor, define PIXIS_VSPEED2_MASK and
8736 PIXIS_VCFGEN1_MASK in header file for both boards.
8737
8738 Signed-off-by: Liu Yu <yu.liu@freescale.com>
8739
8740commit 5e981d683d2363204c76773941c2e9c2044c808f
8741Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8742Date: Wed Oct 8 23:38:02 2008 -0500
8743
8744 Add cpu/8xxx to TAGS_SUBDIRS
8745
8746 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8747
8748commit e1f7d22b8b52fc08c4d17a6a7db1e664281aed63
8749Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8750Date: Thu Oct 9 01:25:55 2008 -0500
8751
8752 fsl_law clear enable before changing.
8753
8754 Debug sessions may have left enabled laws.
8755 Changing lawbar with an unkown enabled tgtid could cause problems.
8756
8757 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8758
8759commit 86be510f7b5443e7e937f696bfbe037fdc740b15
8760Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8761Date: Thu Oct 9 00:29:27 2008 -0500
8762
8763 mpc8572 additional end-point mode
8764
8765 mpc8572 supports all pcie controllers as end-points with cfg_host_agent=0.
8766 Include host_agent == 0 decode for end-point determination.
8767
8768 This is not needed for the ds reference board since pcie3 will be a host
8769 in order to connect to the uli chip. Include it here as a reference for
8770 other mpc8572 boards.
8771
8772 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8773
8774commit 6856b3d0221a838580e6bb06f61425fd7529ba93
8775Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8776Date: Wed Oct 8 23:37:59 2008 -0500
8777
8778 85xx if NUM_CPUS>1, print cpu number
8779
8780 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8781
8782commit f7fecc3e25050a036c9f50f0d2b85bc3199a96e0
8783Author: Ed Swarthout <Ed.Swarthout@freescale.com>
8784Date: Wed Oct 8 23:38:01 2008 -0500
8785
8786 pixis do not print long help if not configured
8787
8788 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
8789
8790commit 0e17f02a8a78d85225a4d805f6a1ea95a0a460b5
8791Author: Andy Fleming <afleming@freescale.com>
8792Date: Tue Oct 7 08:09:50 2008 -0500
8793
8794 Have u-boot pass stashing parameters into device tree
8795
8796 Some cores don't support ethernet stashing at all, and some
8797 instances have errata. Adds 3 properties to gianfar nodes
8798 which support stashing. For now, just add this support to
8799 85xx SoCs.
8800
8801 Signed-off-by: Andy Fleming <afleming@freescale.com>
8802
8803commit c21617fd265b7c126c6e2f2d8a23cdb00d4fade7
8804Author: Haiying Wang <Haiying.Wang@freescale.com>
8805Date: Fri Oct 3 12:37:57 2008 -0400
8806
8807 Add DDR options setting on MPC8641HPCN board
8808
8809 * Add board specific parameter table to choose correct cpo, clk_adjust,
8810 write_data_delay based on board ddr frequency and n_ranks.
8811
8812 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
8813
8814 Signed-off-by: James Yang <James.Yang@freescale.com>
8815 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8816
8817commit 4ca06607d60d0a6378812ef58fd1eab2a7f77111
8818Author: Haiying Wang <Haiying.Wang@freescale.com>
8819Date: Fri Oct 3 12:37:41 2008 -0400
8820
8821 Add ddr interleaving suppport for MPC8572DS board
8822
8823 * Add board specific parameter table to choose correct cpo, clk_adjust,
8824 write_data_delay, 2T based on board ddr frequency and n_ranks.
8825
8826 * Set odt_rd_cfg and odt_wr_cfg based on the dimm# and CS#.
8827
8828 * Set memory controller interleaving mode to bank interleaving, and disable
8829 bank(chip select) interleaving mode by default, because the default on-board
8830 DDR DIMMs are 2x512MB single-rank.
8831
8832 * Change CONFIG_ICS307_REFCLK_HZ from 33333333 to 33333000.
8833
8834 Signed-off-by: James Yang <James.Yang@freescale.com>
8835 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8836
8837commit 1f293b417ac6ab8e317ca2b770377ca93edf2370
8838Author: Haiying Wang <Haiying.Wang@freescale.com>
8839Date: Fri Oct 3 12:37:26 2008 -0400
8840
8841 Add debug information for DDR controller registers
8842
8843 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8844
8845commit c9ffd839b1ada502c86f88edaf1534426b6688ce
8846Author: Haiying Wang <Haiying.Wang@freescale.com>
8847Date: Fri Oct 3 12:37:10 2008 -0400
8848
8849 Check DDR interleaving mode
8850
8851 * Check DDR interleaving mode from environment by reading memctl_intlv_ctl and
8852 ba_intlv_ctl.
8853 * Print DDR interleaving mode information
8854 * Add doc/README.fsl-ddr to describe the interleaving setting
8855
8856 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8857
8858commit dfb49108e4f86c2224e1f30124328b0de66ef72e
8859Author: Haiying Wang <Haiying.Wang@freescale.com>
8860Date: Fri Oct 3 12:36:55 2008 -0400
8861
8862 Pass dimm parameters to populate populate controller options
8863
8864 Because some dimm parameters like n_ranks needs to be used with the board
8865 frequency to choose the board parameters like clk_adjust etc. in the
8866 board_specific_paramesters table of the board ddr file, we need to pass
8867 the dimm parameters to the board file.
8868
8869 * move ddr dimm parameters header file from /cpu to /include directory.
8870 * add ddr dimm parameters to populate board specific options.
8871 * Fix fsl_ddr_board_options() for all the 8xxx boards which call this function.
8872
8873 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8874
8875commit dbbbb3abeff325855cae76e33d69d5665631443f
8876Author: Haiying Wang <Haiying.Wang@freescale.com>
8877Date: Fri Oct 3 12:36:39 2008 -0400
8878
8879 Make DDR interleaving mode work correctly
8880
8881 Fix some bugs:
8882 1. Correctly set intlv_ctl in cs_config.
8883 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled.
8884 3. Set base_address and total memory for each ddr controller in memory
8885 controller interleaving mode.
8886
8887 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
8888
8889commit 1c9aa76bf9013069e24258f46f4687c9f98a02d6
8890Author: Kumar Gala <galak@kernel.crashing.org>
8891Date: Mon Sep 22 23:40:42 2008 -0500
8892
8893 85xx: Enable interrupt and setexpr commands on Freescale 85xx boards
8894
8895 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8896
8897commit 7c0d4a7508d252d2d7c137eeb376814132dda30f
8898Author: Kumar Gala <galak@kernel.crashing.org>
8899Date: Mon Sep 22 14:11:11 2008 -0500
8900
8901 85xx: Improve flash remapping on MPC8572DS & MPC8536DS
8902
8903 Changing the flash from cacheable to cache-inhibited was taking a significant
8904 amount of time due to the fact that we were iterating over the full 256M of
8905 flash. Instead we can just flush the L1 d-cache and invalidate the i-cache.
8906
8907 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8908
8909commit 54e091d3b603a3332c619199ca83a07e95960da4
8910Author: Kumar Gala <galak@kernel.crashing.org>
8911Date: Mon Sep 22 14:11:10 2008 -0500
8912
8913 85xx: Export invalidate_{i,d}cache and add flush_dcache
8914
8915 Added the ability for C code to invalidate the i/d-cache's and
8916 to flush the d-cache. This allows us to more efficient change mappings
8917 from cache-able to cache-inhibited.
8918
8919 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8920
8921commit 6250f0f6297c5ba9aecdea6290799a95c5d4b1da
8922Author: Heiko Schocher <hs@denx.de>
8923Date: Fri Oct 17 16:11:52 2008 +0200
8924
8925 mgcoge, mgsuvd: extract more common code
8926
8927 in ft_blob_update () for both boards was an unneccessary
8928 repetition of code, which this patch moves in a common
8929 function for this boards.
8930
8931 Signed-off-by: Heiko Schocher <hs@denx.de>
8932
8933commit 9e299192ca9850cf725456388042a5aa5a6f3ec7
8934Author: Heiko Schocher <hs@denx.de>
8935Date: Fri Oct 17 12:15:55 2008 +0200
8936
8937 mgcoge, mgsuvd: use in_*/out_* accesors
8938
8939 Signed-off-by: Heiko Schocher <hs@denx.de>
8940
8941commit a21ca95f8b9dca22714952b348e4905ac157b5cd
8942Author: Heiko Schocher <hs@denx.de>
8943Date: Fri Oct 17 13:52:51 2008 +0200
8944
8945 mgsuvd: fix compiler warning when using soft_i2c driver
8946
8947 Signed-off-by: Heiko Schocher <hs@denx.de>
8948
8949commit cac9cf7875c2a01d63422820ed4732a9bdf5ab7b
8950Author: Heiko Schocher <hs@denx.de>
8951Date: Fri Oct 17 12:15:05 2008 +0200
8952
8953 mgsuvd: fix coding style
8954
8955 Signed-off-by: Heiko Schocher <hs@denx.de>
8956
8957commit 5f4c3137f4f051787707c548133823f1656eb508
8958Author: Heiko Schocher <hs@denx.de>
8959Date: Fri Oct 17 12:13:30 2008 +0200
8960
8961 mgcoge: Second Flash on CS5 not on CS1
8962
8963 Signed-off-by: Heiko Schocher <hs@denx.de>
8964
8965commit 76da19df5b8e186d269f29190696bd31fb6c836b
8966Author: Kumar Gala <galak@kernel.crashing.org>
8967Date: Thu Oct 16 21:52:08 2008 -0500
8968
8969 Added arch_lmb_reserve to allow arch specific memory regions protection
8970
8971 Each architecture has different ways of determine what regions of memory
8972 might not be valid to get overwritten when we boot. This provides a
8973 hook to allow them to reserve any regions they care about. Currently
8974 only ppc, m68k and sparc need/use this.
8975
8976 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8977
8978commit e02d4a9904c8f36395994c0c81469d552b82f5ea
8979Author: Heiko Schocher <hs@denx.de>
8980Date: Thu Oct 16 16:32:35 2008 +0200
8981
8982 mgcoge: added CONFIG_FIT to support the new u-boot image format
8983
8984 Signed-off-by: Heiko Schocher <hs@denx.de>
8985
8986commit 6d0f6bcf337c5261c08fabe12982178c2c489d76
8987Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8988Date: Thu Oct 16 15:01:15 2008 +0200
8989
8990 rename CFG_ macros to CONFIG_SYS
8991
8992 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8993
8994commit 71edc271816ec82cf0550dd6980be2da3cc2ad9e
8995Author: Kumar Gala <galak@kernel.crashing.org>
8996Date: Mon Oct 13 14:12:55 2008 -0500
8997
8998 74xx/7xx/86xx: Rename flush_data_cache to flush_dcache to match 85xx version
8999
9000 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9001
9002commit b799cb4c0eebb0762e91e9653d8b9cc9a98440e3
9003Author: Kumar Gala <galak@kernel.crashing.org>
9004Date: Tue Sep 23 10:05:02 2008 -0500
9005
9006 Expose command table search for sub-commands
9007
9008 Sub-command can benefit from using the same table and search functions
9009 that top level commands have. Expose this functionality by refactoring
9010 find_cmd() and introducing find_cmd_tbl() that sub-command processing
9011 can call.
9012
9013 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9014
9015commit f7e51b27508446f8cae3927975817137979ad5e8
9016Author: Heiko Schocher <hs@denx.de>
9017Date: Wed Oct 15 09:41:33 2008 +0200
9018
9019 mgsuvd, mgcoge: added BOOTCOUNT feature.
9020
9021 Signed-off-by: Heiko Schocher <hs@denx.de>
9022
9023commit 8f64da7f83b553889bc08400c97047998382e9d2
9024Author: Heiko Schocher <hs@denx.de>
9025Date: Wed Oct 15 09:41:00 2008 +0200
9026
9027 mgcoge, mgsuvd: added support for the IVM EEprom.
9028
9029 The EEprom contains some Manufacturerinformation,
9030 which are read from u-boot at boot time, and saved
9031 in same hush shell variables.
9032
9033 Signed-off-by: Heiko Schocher <hs@denx.de>
9034
9035commit 81473f67810c4c9b7efaed8dee258ed6bc4c7983
9036Author: Heiko Schocher <hs@denx.de>
9037Date: Wed Oct 15 09:40:28 2008 +0200
9038
9039 hush: add showvar command for hush shell.
9040
9041 This new command shows the local variables defined in
9042 the hush shell:
9043
9044 => help showvar
9045 showvar
9046 - print values of all hushshell variables
9047 showvar name ...
9048 - print value of hushshell variable 'name'
9049
9050 Also make the set_local_var() and unset_local_var ()
9051 no longer static, so it is possible to define local
9052 hush shell variables at boot time. If CONFIG_HUSH_INIT_VAR
9053 is defined, u-boot calls hush_init_var (), where
9054 boardspecific code can define local hush shell
9055 variables at boottime.
9056
9057 Signed-off-by: Heiko Schocher <hs@denx.de>
9058
9059commit 67b23a322848d828a5e45c0567b72762bfde7abf
9060Author: Heiko Schocher <hs@denx.de>
9061Date: Wed Oct 15 09:39:47 2008 +0200
9062
9063 I2C: adding new "i2c bus" Command to the I2C Subsystem.
9064
9065 With this Command it is possible to add new I2C Busses,
9066 which are behind 1 .. n I2C Muxes. Details see README.
9067
9068 Signed-off-by: Heiko Schocher <hs@denx.de>
9069
9070commit c24853644ddd2dd2e4246b5854a93e6254a14092
9071Author: Heiko Schocher <hs@denx.de>
9072Date: Wed Oct 15 09:39:08 2008 +0200
9073
9074 mgcoge, mgsuvd: add board specific I2C deblocking mechanism.
9075
9076 As documented in doc/I2C_Edge_Conditions, adding a
9077 board specific deblocking mechanism via CFG_I2C_INIT_BOARD
9078 for the mgcoge and mgsuvd board.
9079
9080 This code was originally written by Keymile in association
9081 with Anatech and Atmel in 1998. The Code toggels the SCL
9082 until the SCA line goes to HIGH (max. 16 times).
9083 And after this, a start condition is sent.
9084
9085 This is another approach to deblock the I2C Bus. The
9086 soft I2C driver actually sends 9 clocks with SDA High,
9087 and then a stop at the end, to deblock the I2C Bus.
9088
9089 Maybe we should use the approach from Keymile as
9090 the new standard?
9091
9092 Signed-off-by: Heiko Schocher <hs@denx.de>
9093
9094commit 4ca107effebfbabac1057c39632105dacef95957
9095Author: Heiko Schocher <hs@denx.de>
9096Date: Wed Oct 15 09:38:38 2008 +0200
9097
9098 soft_i2c: Add CFG_I2C_INIT_BOARD option
9099
9100 This patch adds the option for a boardspecific
9101 I2C deblocking mechanism for the soft i2c driver.
9102
9103 Signed-off-by: Heiko Schocher <hs@denx.de>
9104
9105commit e5e4edd9f1f76210a09c34ee835f6cff60fdbbd1
9106Author: Heiko Schocher <hs@denx.de>
9107Date: Wed Oct 15 09:38:07 2008 +0200
9108
9109 mgcoge, mgsuvd: add DTT (LM75) support.
9110
9111 Signed-off-by: Heiko Schocher <hs@denx.de>
9112
9113commit 8e442df438ab677057571e3ac01846bff7719bce
9114Author: Heiko Schocher <hs@denx.de>
9115Date: Wed Oct 15 09:37:34 2008 +0200
9116
9117 lm75: Make the LM75 MULTI_BUS compatible.
9118
9119 Signed-off-by: Heiko Schocher <hs@denx.de>
9120
9121commit 12f1678127c1df2b2878ba93c88948bedc060775
9122Author: Heiko Schocher <hs@denx.de>
9123Date: Wed Oct 15 09:37:04 2008 +0200
9124
9125 lm75: fix Codingstyle issues.
9126
9127 Signed-off-by: Heiko Schocher <hs@denx.de>
9128
9129commit f2202450c75ba6934b356024101500ddcde6e2a6
9130Author: Heiko Schocher <hs@denx.de>
9131Date: Wed Oct 15 09:36:33 2008 +0200
9132
9133 mgcoge, mgsuvd: added EEprom support.
9134
9135 Signed-off-by: Heiko Schocher <hs@denx.de>
9136
9137commit 9661bf9d120f760238b2a073b84f2baf05010057
9138Author: Heiko Schocher <hs@denx.de>
9139Date: Wed Oct 15 09:36:03 2008 +0200
9140
9141 mgcoge, mgsuvd: add I2C support.
9142
9143 Signed-off-by: Heiko Schocher <hs@denx.de>
9144
9145commit 98aed379586a155292efbf3209356836584b601c
9146Author: Heiko Schocher <hs@denx.de>
9147Date: Wed Oct 15 09:35:26 2008 +0200
9148
9149 soft_i2c: prevent compiler warnings if driver does not use CPU Pins.
9150
9151 This patch fixes the following warnings, when using
9152 the soft_i2c driver using no CPU pins on MPC82xx or MPC8xx
9153 systems:
9154
9155 soft_i2c.c: In function 'send_reset':
9156 soft_i2c.c:93: warning: unused variable 'immr'
9157 soft_i2c.c: In function 'send_start':
9158 soft_i2c.c:124: warning: unused variable 'immr'
9159 soft_i2c.c: In function 'send_stop':
9160 soft_i2c.c:146: warning: unused variable 'immr'
9161 soft_i2c.c: In function 'send_ack':
9162 soft_i2c.c:171: warning: unused variable 'immr'
9163 soft_i2c.c: In function 'write_byte':
9164 soft_i2c.c:196: warning: unused variable 'immr'
9165 soft_i2c.c: In function 'read_byte':
9166 soft_i2c.c:244: warning: unused variable 'immr'
9167
9168 Signed-off-by: Heiko Schocher <hs@denx.de>
9169
9170commit 799b784aa00cb03a352847ab9f9acdde79b72d21
9171Author: Heiko Schocher <hs@denx.de>
9172Date: Wed Oct 15 09:34:45 2008 +0200
9173
9174 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver.
9175
9176 Signed-off-by: Heiko Schocher <hs@denx.de>
9177
9178commit 0809ea2f4340ab2047400c7d3d3047f97987d0fd
9179Author: Heiko Schocher <hs@denx.de>
9180Date: Wed Oct 15 09:34:05 2008 +0200
9181
9182 mgcoge: fix Coding Style issues.
9183
9184 Signed-off-by: Heiko Schocher <hs@denx.de>
9185
9186commit e43a27c49712203fe8848a17714330623edfb2eb
9187Author: Heiko Schocher <hs@denx.de>
9188Date: Wed Oct 15 09:33:30 2008 +0200
9189
9190 I2C: add new command i2c reset.
9191
9192 If I2C Bus is blocked (see doc/I2C_Edge_Conditions),
9193 it is not possible to get out of this, until the
9194 complete Hardware gets a reset. This new commando
9195 calls again i2c_init (and that calls i2c_init_board
9196 if defined), which will deblock the I2C Bus.
9197
9198 Signed-off-by: Heiko Schocher <hs@denx.de>
9199 Signed-off-by: Wolfgang Denk <wd@denx.de>
9200
9201commit 86e9cdf8c415c1a9725e9dae5237ba1e7bd9f686
9202Author: Heiko Schocher <hs@denx.de>
9203Date: Wed Oct 15 09:32:25 2008 +0200
9204
9205 mgsuvd, mgcoge: move this 2 boards in one dir.
9206
9207 There are some more extensions, which are for both boards
9208 and some more boards from this manufacturer will follow soon.
9209
9210 Signed-off-by: Heiko Schocher <hs@denx.de>
9211 Signed-off-by: Wolfgang Denk <wd@denx.de>
9212
9213commit 1c6fe6eac75d695fde677af8330c0dbe75fb6a2b
9214Author: Dirk Eibach <eibach@gdsys.de>
9215Date: Wed Oct 8 13:44:27 2008 +0200
9216
9217 hwmon: Add LM63 support
9218
9219 This patch adds support for the National LM63 temperature
9220 sensor with integrated fan control. It's used on the GDSys
9221 Neo board (405EP) which will be submitted later.
9222
9223 Signed-off-by: Dirk Eibach <eibach@gdsys.de>
9224 Acked-by: Stefan Roese <sr@denx.de>
9225
9226commit 7ba890bf2f2b92831420243c058951aa831119fd
9227Author: Kyungmin Park <kmpark@infradead.org>
9228Date: Wed Oct 8 11:01:17 2008 +0900
9229
9230 Add Red Black Tree support
9231
9232 Now it's used at UBI module. Of course other modules can use it.
9233 If you want to use it, please define CONFIG_RBTREE
9234
9235 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
9236
9237commit fbd85ad65dd9c98f36ed3fb12fe41f381b7d4794
9238Author: richardretanubun <richardretanubun@ruggedcom.com>
9239Date: Mon Oct 6 16:10:53 2008 -0400
9240
9241 CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c
9242
9243 Added support for CONFIG_EFI_PARTITION to ext2 commands.
9244 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
9245
9246commit 07f3d789b9beb7ce3278c974f4d5c8f51b6ab567
9247Author: richardretanubun <richardretanubun@ruggedcom.com>
9248Date: Fri Sep 26 11:13:22 2008 -0400
9249
9250 Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
9251
9252 The GUID (Globally Unique Identifier) Partition Table (GPT) is a part
9253 of EFI. See http://en.wikipedia.org/wiki/GUID_Partition_Table
9254
9255 Based on linux/fs/partitions/efi.[ch]
9256
9257 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
9258
9259commit fbc87dc0546dff709b38f358e2c5d5e39c4ca374
9260Author: Bartlomiej Sieka <tur@semihalf.com>
9261Date: Wed Oct 1 15:26:32 2008 +0200
9262
9263 FIT: output image load address for type 'firmware', fix message while there
9264
9265 Now that the auto-update feature uses the 'firmware' type for updates, it is
9266 useful to inspect the load address of such images.
9267
9268 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9269
9270commit 4bae90904b69ce3deb9f7c334ef12ed74e18a275
9271Author: Bartlomiej Sieka <tur@semihalf.com>
9272Date: Wed Oct 1 15:26:31 2008 +0200
9273
9274 Automatic software update from TFTP server
9275
9276 The auto-update feature allows to automatically download software updates
9277 from a TFTP server and store them in Flash memory during boot. Updates are
9278 contained in a FIT file and protected with SHA-1 checksum.
9279
9280 More detailed description can be found in doc/README.update.
9281
9282 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9283 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9284
9285commit 3f0cf51dabacc2724731c5079a60ea989103bb8f
9286Author: Bartlomiej Sieka <tur@semihalf.com>
9287Date: Wed Oct 1 15:26:27 2008 +0200
9288
9289 flash: factor out adjusting of Flash address to the end of sector
9290
9291 The upcoming automatic update feature needs the ability to adjust an
9292 address within Flash to the end of its respective sector. Factor out
9293 this functionality to a new function flash_sect_roundb().
9294
9295 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9296 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9297 Signed-off-by: Stefan Roese <sr@denx.de>
9298
9299commit e83cc06375ac2bea0830c6ed0f9d8fdc3c1b27d5
9300Author: Bartlomiej Sieka <tur@semihalf.com>
9301Date: Wed Oct 1 15:26:29 2008 +0200
9302
9303 net: Make TFTP server timeout configurable
9304
9305 There are two aspects of a TFTP transfer involving timeouts:
9306 1. timeout waiting for initial server reply after sending RRQ
9307 2. timeouts while transferring actual data from the server
9308
9309 Since the upcoming auto-update feature attempts a TFTP download during each
9310 boot, it is undesirable to have a long delay when the TFTP server is not
9311 available. Thus, this commit makes the server timeout (1.) configurable by two
9312 global variables:
9313
9314 TftpRRQTimeoutMSecs
9315 TftpRRQTimeoutCountMax
9316
9317 TftpRRQTimeoutMSecs overrides default timeout when trying to connect to a TFTP
9318 server, TftpRRQTimeoutCountMax overrides default number of connection retries.
9319 The total delay when trying to download a file from a non-existing TFTP server
9320 is TftpRRQTimeoutMSecs x TftpRRQTimeoutCountMax milliseconds.
9321
9322 Timeouts during file transfers (2.) are unaffected.
9323
9324 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9325 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9326 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9327
9328commit 49f3bdbba8071f56d950a9498b6cdb998b35340a
9329Author: Bartlomiej Sieka <tur@semihalf.com>
9330Date: Wed Oct 1 15:26:28 2008 +0200
9331
9332 net: express the first argument to NetSetTimeout() in milliseconds
9333
9334 Enforce millisecond semantics of the first argument to NetSetTimeout() --
9335 the change is transparent for well-behaving boards (CFG_HZ == 1000 and
9336 get_timer() countiing in milliseconds).
9337
9338 Rationale for this patch is to enable millisecond granularity for
9339 network-related timeouts, which is needed for the upcoming automatic
9340 software update feature.
9341
9342 Summary of changes:
9343 - do not scale the first argument to NetSetTimeout() by CFG_HZ
9344 - change timeout values used in the networking code to milliseconds
9345
9346 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9347 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
9348 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9349
9350commit c68a05feeb88de9fcf158e67ff6423c4cc988f88
9351Author: richardretanubun <richardretanubun@ruggedcom.com>
9352Date: Mon Sep 29 18:28:23 2008 -0400
9353
9354 Adds two more ethernet interface to 83xx
9355
9356 Added as a convenience for other platforms that uses MPC8360 (has 8 UCC).
9357 Six eth interface is chosen because the platform I am using combines
9358 UCC1&2 and UCC3&4 as 1000 Eth and the other four UCCs as 10/100 Eth.
9359
9360 Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
9361 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9362
9363commit 41410eee472b0f42e03a77f961bbc55ef58f3c01
9364Author: Haiying Wang <Haiying.Wang@freescale.com>
9365Date: Wed Sep 24 11:42:12 2008 -0500
9366
9367 Change UEC PHY interface to RGMII on MPC8568MDS
9368
9369 Change UEC phy interface from GMII to RGMII on MPC8568MDS board
9370
9371 Because on MPC8568MDS, GMII interface is only recommended for 1000Mbps speed,
9372 but RGMII interface can work at 10/100/1000Mbps, and RGMII interface works more stable.
9373
9374 Now both UEC1 and UEC2 can work properly under u-boot.
9375
9376 It is also in consistent with the kernel setting for 8568 UEC phy interface.
9377
9378 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
9379 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9380
9381commit b59b16ca24bc7e77ec113021a6d77b9b32fcf192
9382Author: Wolfgang Denk <wd@denx.de>
9383Date: Sat Oct 18 21:30:31 2008 +0200
9384
9385 Prepare v2008.10 release: update CHANGELOG & Makefile
9386
9387 Signed-off-by: Wolfgang Denk <wd@denx.de>
9388
b59b16ca
WD
9389commit f7a35a60cf45491871a5c28e9ad24db005487857
9390Author: Heiko Schocher <hs@denx.de>
9391Date: Fri Oct 17 18:24:06 2008 +0200
9392
9393 mgcoge: add redundant environment sector
9394
9395 Signed-off-by: Heiko Schocher <hs@denx.de>
9396 Signed-off-by: Wolfgang Denk <wd@denx.de>
9397
9398commit c2537ee85954af9d036b18b644f3e18d837bf4a5
9399Author: Heiko Schocher <hs@denx.de>
9400Date: Fri Oct 17 18:23:27 2008 +0200
9401
9402 mgsuvd: update size of environment
9403
9404 Signed-off-by: Heiko Schocher <hs@denx.de>
9405
9406commit fa7b1c07e9371aea8f87ee6d3c2ea5564bd8cc8d
9407Author: Lepcha Suchit <Suchit.Lepcha@freescale.com>
9408Date: Thu Oct 16 13:38:00 2008 -0500
9409
9410 83xx NAND boot: wait for LTESR[CC]
9411
9412 At least some revisions of the 8313, and possibly other chips, do not
9413 wait for all pages of the initial 4K NAND region to be loaded before
9414 beginning execution; thus, we wait for it before branching out of the
9415 first NAND page.
9416
9417 This fixes warm reset problems when booting from NAND on 8313erdb.
9418
9419 Signed-off-by: Scott Wood <scottwood@freescale.com>
9420 Acked-by: Kim Phillips <kim.phillips@freescale.com>
9421
9422commit bf29e0ea0af03d593c64614136acc723a7a022a2
9423Author: Yuri Tikhonov <yur@emcraft.com>
9424Date: Fri Oct 17 12:54:18 2008 +0200
9425
9426 ppc4xx: PPC44x MQ initialization
9427
9428 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
9429 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
9430 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
9431
9432 Previously the appropriate initialization had been made in Linux, by the
9433 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
9434 registers after normal operation has begun is not supported and could
9435 have unpredictable results.
9436
9437 Comment from Stefan: This patch doesn't change the resulting value of the
9438 MQ registers. It explicitly sets/clears all bits to the desired state which
9439 better documents the resulting register value instead of relying on pre-set
9440 default values.
9441
9442 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9443 Signed-off-by: Stefan Roese <sr@denx.de>
9444
3cbd8231
WD
9445commit ec081c2c190148b374e86a795fb6b1c49caeb549
9446Author: Stefan Roese <sr@denx.de>
9447Date: Fri Oct 17 12:51:46 2008 +0200
9448
9449 ppc4xx: PPC44x MQ initialization
9450
9451 Set the MQ Read Passing & MCIF Cycle limits to the recommended by AMCC
9452 values. This fixes the occasional 440SPe hard locking issues when the 440SPe's
9453 dedicated DMA engines are used (e.g. by the h/w accelerated RAID driver).
9454
9455 Previously the appropriate initialization had been made in Linux, by the
9456 ppc440spe ADMA driver, which is wrong because modifying the MQ configuration
9457 registers after normal operation has begun is not supported and could
9458 have unpredictable results.
9459
9460 Comment from Stefan: This patch doesn't change the resulting value of the
9461 MQ registers. It explicitly sets/clears all bits to the desired state which
9462 better documents the resulting register value instead of relying on pre-set
9463 default values.
9464
9465 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
9466 Signed-off-by: Stefan Roese <sr@denx.de>
9467
b59b16ca
WD
9468commit f7d190b1c0b3ab7fc53074ad2862f7de99de37ff
9469Author: Kumar Gala <galak@kernel.crashing.org>
9470Date: Thu Oct 16 21:58:50 2008 -0500
9471
9472 85xx: Using proper I2C source clock divider for MPC8544
9473
9474 The MPC8544 RM incorrect shows the SEC_CFG bit in PORDEVSR2 as being
9475 bit 26, instead it should be bit 28. This caused in incorrect
9476 interpretation of the i2c_clk which is the same as the SEC clk on
9477 MPC8544. The SEC clk is controlled by cfg_sec_freq that is reported
9478 in PORDEVSR2.
9479
9480 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9481
9482commit 42653b826adb319a1df06e24ef26096b2a5d9d2a
9483Author: Kumar Gala <galak@kernel.crashing.org>
9484Date: Thu Oct 16 21:58:49 2008 -0500
9485
9486 Revert "85xx: Using proper I2C source clock divider for MPC8544"
9487
9488 This reverts commit dffd2446fb041f38ef034b0fcf41e51e5e489159.
9489
9490 The fix introduced by this patch is not correct. The problem is
9491 that the documentation is not correct for the MPC8544 with regards
9492 to which bit in PORDEVSR2 is for the SEC_CFG.
9493
9494 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9495
9496commit 2179c4766bffeece98e5e92040629a96c97e230c
9497Author: Kumar Gala <galak@kernel.crashing.org>
9498Date: Wed Oct 15 10:19:41 2008 -0500
9499
9500 85xx: Fix compile warning
9501
9502 mpc8536ds.c: In function 'is_sata_supported':
9503 mpc8536ds.c:614: warning: unused variable 'devdisr'
9504
9505 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9506
9507commit 9029b68f3f81b3013044f167ea025e836e6c8c0e
9508Author: Jason Jin <Jason.jin@freescale.com>
9509Date: Wed Oct 15 10:40:24 2008 +0800
9510
9511 Fix the function conflict in x86emu when DEBUG is on
9512
9513 The function parse_line() in common/main.c was exposed globally by commit
9514 6636b62a6efc7f14e6e788788631ae7a7fca4537, Result in conflict with the same
9515 name funciton in drivers/bios_emulator/x86emu/debug.c when define the DEBUG.
9516 This patch fix this by renaming the function in the debug.c file.
9517
9518 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9519
9520commit b4dbacf69a669a17487054552fc2761149dd6767
9521Author: Wolfgang Denk <wd@denx.de>
9522Date: Wed Oct 15 15:50:45 2008 +0200
9523
9524 Coding Style cleanup, update CHANGELOG, prepare 2008.10-rc3
9525
9526 Signed-off-by: Wolfgang Denk <wd@denx.de>
9527
b4dbacf6
WD
9528commit 374b9038293d01d8744a46af9b7854a6fd99b228
9529Author: Heiko Schocher <hs@denx.de>
9530Date: Wed Oct 15 09:51:19 2008 +0200
9531
9532 Fix compiler warning in lib_ppc/board.c
9533
9534 Fix compiler warning introduced by commit 0f8cbc18
9535
9536 Signed-off-by: Heiko Schocher <hs@denx.de>
9537 Signed-off-by: Wolfgang Denk <wd@denx.de>
9538
9539commit 9724555755a6f1066636481b41f7094e0ce93a69
9540Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
9541Date: Thu Oct 9 10:29:14 2008 +0530
9542
9543 mpc83xx: wait till UPM completes the write to array
9544
9545 Reference manual states that MxMR[MAD] increment is the indication
9546 of write to UPM array is complete. Honour that. Also, make the dummy
9547 write explicit.
9548
9549 also fix the comment.
9550
9551 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
9552 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9553
9554commit 03e2dbb18e858e2f7a6aaa437f290f3690d02d51
9555Author: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
9556Date: Wed Oct 8 18:12:20 2008 -0500
9557
9558 Remove unwanted ';' at end of define.
9559
9560 Currently this is not creating any problem. But it will result
9561 in compilation error when used as below.
9562
9563 printf("CFG_SDRAM_CFG2 - %08x\n", CFG_SDRAM_CFG2);
9564
9565 Signed-off-by: Selvamuthukumar <selva.muthukumar@e-coninfotech.com>
9566
9567 continuation of the theme based on git grep "^#define CFG_.*;$" include/
9568
9569 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9570
9571commit b2934a56650e9a6c54432f9ce6dc36757967385e
9572Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9573Date: Mon Oct 6 10:53:59 2008 -0400
9574
9575 ARM DaVinci: Add maintainer information for SFFSDR board.
9576
9577 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9578
9579commit 12c6670f873ed632c264a6f3e8bf1297d5c3ddbc
9580Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9581Date: Sat Oct 4 19:26:16 2008 +0200
9582
9583 api: fix type mismatch
9584
9585 This patch fixes a type mismatch and thus removes a compiler
9586 warning when compiling with CONFIG_API on powerpc.
9587
9588 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9589
9590commit 9bc2e4eee3bcb8e63847d7a733e0c607807d6141
9591Author: Peter Tyser <ptyser@xes-inc.com>
9592Date: Wed Oct 1 12:25:04 2008 -0500
9593
9594 cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUS
9595
9596 Original code displayed:
9597 => help i2c
9598 i2c i2c speed [speed] - show or set I2C bus speed
9599 i2c md chip address[.0, .1, .2] [# of objects] - read from I2C device
9600 ...
9601
9602 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9603
9604commit a0b1b610e980e253d4c2519ee15bd0937c3f8be1
9605Author: Wolfgang Denk <wd@denx.de>
9606Date: Tue Oct 14 22:13:41 2008 +0200
9607
9608 Update CHANGELOG
9609
9610 Signed-off-by: Wolfgang Denk <wd@denx.de>
9611
a0b1b610
WD
9612commit 0f8cbc1829d9c7d9616fd29b366a99d037facdcd
9613Author: Jason Jin <Jason.jin@freescale.com>
9614Date: Fri Oct 10 11:41:01 2008 +0800
9615
9616 Do not init SATA when disabled on 8536DS.
9617
9618 SGMII and SATA share the serdes on MPC8536 CPU, When SATA disabled and the
9619 driver still try to access the SATA registers, the cpu will hangup.
9620 This patch try to fix this by reading the serdes status before the SATA
9621 initialize.
9622
9623 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9624 Acked-by: Andy Fleming <afleming@freescale.com>
9625
3cbd8231
WD
9626commit 9dbc366744960013965fce8851035b6141f3b3ae
9627Author: Remy Bohmer <linux@bohmer.net>
9628Date: Fri Oct 10 10:23:22 2008 +0200
9629
9630 The PIPE_INTERRUPT flag is used wrong
9631
9632 At a lot of places in the code the PIPE_INTERRUPT flags and friends
9633 are used wrong. The wrong bits are compared to this flag resulting
9634 in wrong conditions. Also there are macros that should be used for
9635 PIPE_* flags.
9636 This patch tries to fix them all, however, I was not able to test the
9637 changes, because I do not have any of these boards.
9638
9639 Review required!
9640
9641 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9642 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
9643
9644commit 48867208444cb2a82e2af9c3249e90b7ed4a1751
9645Author: Remy Bohmer <linux@bohmer.net>
9646Date: Fri Oct 10 10:23:21 2008 +0200
9647
9648 fix USB initialisation procedure
9649
9650 The max packet size is encoded as 0,1,2,3 for 8,16,32,64 bytes.
9651 At some places directly 8,16,32,64 was used instead of the encoded
9652 value. Made a enum for the options to make this more clear and to help
9653 preventing similar errors in the future.
9654
9655 After fixing this bug it became clear that another bug existed where
9656 the 'pipe' is and-ed with PIPE_* flags, where it should have been
9657 'usb_pipetype(pipe)', or even better usb_pipeint(pipe).
9658
9659 Also removed the triple 'get_device_descriptor' sequence, it has no use,
9660 and Windows nor Linux behaves that way.
9661 There is also a poll going on with a timeout when usb_control_msg() fails.
9662 However, the poll is useless, because the flag will never be set on a error,
9663 because there is no code that runs in a parallel that can set this flag.
9664 Changed this to something more logical.
9665
9666 Tested on AT91SAM9261ek and compared the flow on the USB bus to what
9667 Linux is doing. There is no difference anymore in the early initialisation
9668 sequence.
9669
9670 Signed-off-by: Remy Bohmer <linux@bohmer.net>
9671 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
9672
a0b1b610
WD
9673commit ec4d8c1c1d94a790c1473ae8aace282b817c3123
9674Author: Nikita V. Youshchenko <yoush@cs.msu.su>
9675Date: Fri Oct 3 00:03:55 2008 +0400
9676
9677 fsl_diu: fix alignment error that caused malloc corruption
9678
9679 When aligning malloc()ed screen_base, invalid offset was added.
9680 This not only caused misaligned result (which did not cause hardware
9681 misbehaviour), but - worse - caused screen_base + smem_len to
9682 be out of malloc()ed space, which in turn caused breakage of
9683 futher malloc()/free() operation.
9684
9685 This patch fixes screen_base alignment.
9686
9687 Also this patch makes memset() that cleans framebuffer to be executed
9688 on first initialization of diu, not only on re-initialization. It looks
9689 correct to clean the framebuffer instead of displaying random garbage;
9690 I believe that was disabled only because that memset caused breakage
9691 of malloc/free described above - which no longer happens with the fix
9692 described above.
9693
9694 Signed-off-by: Nikita V. Youshchenko <yoush@debian.org>
9695
9696commit 3d0ea3110f3431b6c2aee882784f39f97b20bce9
9697Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9698Date: Wed Sep 24 10:29:37 2008 +0200
9699
9700 api: Fix building with CONFIG_API
9701
9702 This patch fixes building with CONFIG_API and CONFIG_USB_STORAGE.
9703
9704 USB_MAX_STOR_DEV is defined in include/usb.h, but
9705 needed in api/api_storage.c.
9706
9707 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9708
9709commit abbb90666d5ef2f500ebbedbb80ff60adc56b043
9710Author: Peter Tyser <ptyser@xes-inc.com>
9711Date: Tue Sep 23 12:39:40 2008 -0500
9712
9713 Remove unused CFG_EEPROM_PAGE_WRITE_ENABLE references
9714
9715 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9716
9717commit 81e612014c40c922ec35488d17c504d4e9286f06
9718Author: Peter Tyser <ptyser@xes-inc.com>
9719Date: Tue Sep 23 12:38:42 2008 -0500
9720
9721 Remove CFG_EEPROM_PAGE* dependencies for temperature sensors
9722
9723 The checks for CFG_EEPROM_PAGE_WRITE_ENABLE and
9724 CFG_EEPROM_PAGE_WRITE_BITS in various temperature
9725 sensor drivers are not necessary
9726
9727 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
9728
9729commit c46980f6d2135ade345dadc1fb1f1f4c8bbf255a
9730Author: Mike Frysinger <vapier@gentoo.org>
9731Date: Tue Oct 14 07:04:38 2008 -0400
9732
9733 cmd_spi: remove broken signed casting for display
9734
9735 Since we're working with unsigned data, you can't apply a signed pointer
9736 cast and then attempt to print the result. Otherwise you get wrong output
9737 when the sign bit is set like "0xFF" incorrectly extended to "0xFFFFFFFF".
9738
9739 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9740
9741commit d5fd0b49210c941de8a1fce3947ace92243ab5ca
9742Author: Mike Frysinger <vapier@gentoo.org>
9743Date: Tue Oct 14 07:05:24 2008 -0400
9744
9745 strings cmd: drop old CONFIG_CFG_STRINGS define
9746
9747 We don't need CONFIG_CFG_STRINGS anymore now that we have the define
9748 CONFIG_CMD_STRINGS and Makefile control.
9749
9750 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9751
9752commit fecb5ade3b37f62981f2b05b621005850173aaa9
9753Author: Jason Jin <Jason.jin@freescale.com>
9754Date: Fri Sep 19 17:32:49 2008 +0800
9755
9756 Fix the NAND size overflow issue.
9757
9758 When the total size of all NAND devices exceeds 4 GiB, the size will
9759 overflow. This patch tries to fix this.
9760
9761 Note that we still have a problem when a single NAND device is bigger
9762 than 4 GiB: then the overflow would actually happen earlier, i. e.
9763 when storing the size in nand_info[].size, as nand_info[].size is an
9764 "u_int32_t".
9765
9766 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
9767 Signed-off-by: Wolfgang Denk <wd@denx.de>
9768
9769commit 30f574717277238b9014b8136c90eea77196490f
9770Author: Louis Su <louis@asix.com.tw>
9771Date: Wed Jul 9 11:01:37 2008 +0800
9772
9773 AX88180: new gigabit network driver
9774
9775 Signed-off-by: Louis Su <louis@asix.com.tw>
9776 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9777
9778commit c9d6b6925344740ca1db2f8a6bab7921ff820de3
9779Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9780Date: Tue Aug 19 16:07:03 2008 +0200
9781
9782 enable 10/100M at VSC8601 at tsec driver
9783
9784 Currently VSC8601 doesn't link with 10/100M partners if the
9785 EEPROM/Strapping is not set up.
9786 Setting the auto-neg register fixes this.
9787
9788 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9789 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9790
9791commit 702c85b0e876d587c11acdbb55738ee52acd54f4
9792Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9793Date: Tue Sep 30 15:02:53 2008 +0900
9794
9795 net: ne2000: Divided a function of NE2000 driver
9796
9797 get_prom function was used __attriute__ , but it is not enable.
9798 ax88796.o does not do link besides ne2000.o. When ld is carried
9799 out, get_prom function of ax88796.c is ignored.
9800 This problem is a thing by specifications of ld.
9801 I checked and test this patch on SuperH and MIPS.
9802
9803 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9804 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9805
9806commit 05c7e9070fe4d751e029fd9524bfbbc93cbb1393
9807Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9808Date: Tue Oct 14 11:10:59 2008 +0900
9809
9810 sh: rsk7203: Add smc911x driver support to board config file
9811
9812 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9813 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9814
9815commit cae6f909baf86357b3c0bd01acfc414348c4d175
9816Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9817Date: Thu Oct 9 13:54:33 2008 +0900
9818
9819 sh: Fix cannot execute a stand-alone application
9820
9821 Address calculated in EXPORT_FUNC in SuperH was wrong, I revised it.
9822
9823 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
9824 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
9825
9826commit 6df0efd5c86ca1689deeb2738b46b7d83ce228ef
9827Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9828Date: Wed Oct 8 23:38:00 2008 -0500
9829
9830 fsl_pci_init do not scan bus when configured as an end-point
9831
9832 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9833 Acked-by: Andy Fleming <afleming@freescale.com>
9834
9835commit 6f099bbac1ba5dfb46ee7ad29dc53713f0501ba5
9836Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9837Date: Tue Sep 16 17:07:53 2008 -0400
9838
9839 ARM DaVinci: Remove redundant setting of GD_FLG_RELOC for sffsdr board.
9840
9841 This is no longer necessary now that the GD_FLG_RELOC flag is set for
9842 all ARM boards.
9843
9844 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
9845
9846commit d977a57356657ba241256231efca32828a5822f9
9847Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
9848Date: Sat Sep 13 10:04:32 2008 +0200
9849
9850 Fix lzma uncompress call (image_start wrongly used instead image_len)
9851
9852 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
9853
9854commit 392438406041415fe64ab8748ec5ab5ad01d1cf7
9855Author: Nick Spence <nick.spence@freescale.com>
9856Date: Thu Aug 28 14:09:15 2008 -0700
9857
9858 mpc86xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
9859
9860 This is needed in unlock_ram_in_cache() because it is called from C and
9861 will corrupt the small data area anchor that is kept in R2.
9862
9863 lock_ram_in_cache() is modified similarly as good coding practice, but
9864 is not called from C.
9865
9866 Signed-off-by: Nick Spence <nick.spence@freescale.com>
9867
9868commit 5c7cbcd34d0ee566875a4fd0f2a3e5a62bba921c
9869Author: Kumar Gala <galak@kernel.crashing.org>
9870Date: Tue Aug 19 15:05:34 2008 -0500
9871
9872 86xx: remove redudant code with lib_ppc/interrupts.c
9873
9874 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
9875 Not know how that happened, but there is no good reason for it.
9876
9877 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
9878 they exist.
9879
9880 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9881
9882commit 0d01f66d235118515b5086b88f82498bc0695d6a
9883Author: Ed Swarthout <Ed.Swarthout@freescale.com>
9884Date: Thu Oct 9 01:26:36 2008 -0500
9885
9886 CFI: cfi_flash write fix for AMD legacy
9887
9888 The flash_unlock_seq requires a sector for AMD_LEGACY.
9889 Fix a retcode check typeo.
9890
9891 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
9892 Signed-off-by: Stefan Roese <sr@denx.de>
9893
9894commit 542b385a620a1783454a00424930e51895f45073
9895Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9896Date: Tue Oct 7 13:13:10 2008 +0200
9897
9898 ppc4xx: Fix USB 2.0 phy reset sequence
9899
9900 This patch fixes USB 2.0 communication issues on some DU440 boards.
9901
9902 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9903 Signed-off-by: Stefan Roese <sr@denx.de>
9904
9905commit df8c1ce11114c2260dedb5547281945f7db8fa5c
9906Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9907Date: Tue Oct 7 13:13:09 2008 +0200
9908
9909 ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 board
9910
9911 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9912 Signed-off-by: Stefan Roese <sr@denx.de>
9913
9914commit 6a133d6a00b1fc7b9257cd5925d8cb67f75ecda2
9915Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9916Date: Tue Oct 7 13:13:08 2008 +0200
9917
9918 ppc4xx: Fix DU440 GPIO configuration
9919
9920 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9921 Signed-off-by: Stefan Roese <sr@denx.de>
9922
9923commit 35dd025c70fcc4389317db2f2a9d14795172137d
9924Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9925Date: Tue Oct 7 13:13:07 2008 +0200
9926
9927 ppc4xx: Update DU440 config
9928
9929 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9930 Signed-off-by: Stefan Roese <sr@denx.de>
9931
9932commit f3bf9273939ffe1a60a32a2eef909097f15df56b
9933Author: Kumar Gala <galak@kernel.crashing.org>
9934Date: Wed Oct 8 15:36:39 2008 -0500
9935
9936 MPC8572DS: Fix compile warnings
9937
9938 Commit 445a7b38308eb05b41de74165b20855db58c7ee5 introduced the following
9939 compile warnings:
9940
9941 cmd_i2c.c:112: warning: missing braces around initializer
9942 cmd_i2c.c:112: warning: (near initialization for 'i2c_no_probes[0]')
9943
9944 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
9945
9946commit dffd2446fb041f38ef034b0fcf41e51e5e489159
9947Author: Wolfgang Grandegger <wg@grandegger.com>
9948Date: Tue Sep 30 10:55:57 2008 +0200
9949
9950 85xx: Using proper I2C source clock divider for MPC8544
9951
9952 Measurements with our MPC8544 board showed that the I2C bus frequency
9953 is wrong by a factor of 1.5. Obviously, the interpretation of the
9954 MPC85xx_PORDEVSR2_SEC_CFG bit of the cfg_sec_freq register is not
9955 correct. There seems to be an error in the 8544 RM.
9956
9957 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
9958
9959commit e46c7bfb8bc3c304cedd20f7a365d6e78d7eaf17
9960Author: Rafal Czubak <rcz@semihalf.com>
9961Date: Wed Oct 8 13:41:30 2008 +0200
9962
9963 FSL: Fix get_cpu_board_revision() return value.
9964
9965 get_cpu_board_revision() returned board revision based on information stored
9966 in global static struct eeprom. It should instead use one from local struct
9967 board_eeprom, to which the data is actually read from EEPROM. The bug led to
9968 system hang after printing L1 cache information on U-Boot startup. The problem
9969 was observed on MPC8555CDS system and possibly affects other Freescale MPC85xx
9970 boards using CFG_I2C_EEPROM_CCID.
9971
9972 The change has been successfully tested on MPC8555CDS system.
9973
9974 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
9975
9976commit 747f316cca484ed627a97dd3391febabce384186
9977Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9978Date: Tue Sep 30 20:08:49 2008 +0200
9979
9980 update uImage FIT multi documentation
9981
9982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9983
9984commit 77a0355f60b801f232ce0a5bfbe95331fa3b6bc0
9985Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9986Date: Tue Sep 30 20:08:36 2008 +0200
9987
9988 move README.imx31 to doc/ and merge with README.mx31
9989
9990 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9991
9992commit 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96
9993Author: Guennadi Liakhovetski <lg@denx.de>
9994Date: Thu Sep 25 20:54:37 2008 +0200
9995
9996 i.MX31: switch to CFG_HZ=1000
9997
9998 Switch to the standard CFG_HZ=1000 value, while at it, minor white-space
9999 cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads,
10000 provides 2% or 0.4% precision depending on the
10001 CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s
10002 boot-delay.
10003
10004 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10005
10006commit f41b144c11341b571eab7dcef6c4b8e03c92d2b2
10007Author: gnusercn <gnusercn@gmail.com>
10008Date: Wed Oct 8 18:58:58 2008 +0200
10009
10010 Fix bug: in arch-arm, env_get_char dose not work fine
10011
10012 due to the arm implementation which supposed that U-Boot is in RAM
10013 when we jump to start_armboot
10014
10015 Signed-off-by: gnusercn <gnusercn@gmail.com>
10016 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10017
10018commit f8a00dea841d5d75de1f8e8107e90ee1beeddf5f
10019Author: Adam Graham <agraham@amcc.com>
10020Date: Mon Oct 6 10:16:13 2008 -0700
10021
10022 ppc4xx: Reset and relock memory DLL after SDRAM_CLKTR change
10023
10024 After changing SDRAM_CLKTR phase value rerun the memory preload
10025 initialization sequence (INITPLR) to reset and relock the memory
10026 DLL. Changing the SDRAM_CLKTR memory clock phase coarse timing
10027 adjustment effects the phase relationship of the internal, to the
10028 PPC chip, and external, to the PPC chip, versions of MEMCLK_OUT.
10029
10030 Signed-off-by: Adam Graham <agraham@amcc.com>
10031 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
10032 Signed-off-by: Stefan Roese <sr@denx.de>
10033
10034commit 5297246bbaa9943c0da1ec2e717b72e4ab6b830e
10035Author: Haiying Wang <Haiying.Wang@freescale.com>
10036Date: Fri Oct 3 11:48:03 2008 -0400
10037
10038 Remove redundant #define for MPC8536DS
10039
10040 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10041
10042commit 445a7b38308eb05b41de74165b20855db58c7ee5
10043Author: Haiying Wang <Haiying.Wang@freescale.com>
10044Date: Fri Oct 3 11:47:30 2008 -0400
10045
10046 Add ID EEPROM support for MPC8572DS
10047
10048 The ID EEPROM on MPC8572DS board locates on I2C bus 1. Its the storage for
10049 system information like mac addresses etc. This patch enables it.
10050
10051 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10052
10053commit 1f3ba317a5c5f3a7aabf580fddc211f4bb5a4540
10054Author: Haiying Wang <Haiying.Wang@freescale.com>
10055Date: Fri Oct 3 11:46:59 2008 -0400
10056
10057 Minor fixes for I2C address on MPC8572DS
10058
10059 MPC8572DS has two i2c buses. This patch moves the DDR SPD_EEPROM to i2c bus 1
10060 according to the board spec, and adds the 2nd i2c bus offset.
10061
10062 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
10063
10064commit c0391111c33c22fabeddf8f4ca801ec7645b4f5c
10065Author: Jason Jin <Jason.jin@freescale.com>
10066Date: Sat Sep 27 14:40:57 2008 +0800
10067
10068 Fix the incorrect DDR clk freq reporting on 8536DS
10069
10070 On 8536DS board, When the DDR clk is set async mode(SW3[6:8] != 111),
10071 The display is still sync mode DDR freq. This patch try to fix
10072 this. The display DDR freq is now the actual freq in both
10073 sync and async mode.
10074
10075 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
10076
10077commit bac6a1d1fa1cd80aa57881fa9c2152b853cd0ed4
10078Author: Kumar Gala <galak@kernel.crashing.org>
10079Date: Tue Oct 7 10:28:46 2008 -0500
10080
10081 85xx: Remove setting of *cache-line-size in device trees
10082
10083 ePAPR says if the *cache-block-size is the same as *cache-line-size
10084 than we don't need the *cache-line-size property.
10085
10086 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10087
10088commit cd3cb0d9269d155276b00207e3816a9347fd1c92
10089Author: Gerald Van Baren <vanbaren@cideas.com>
10090Date: Sat Oct 4 07:56:06 2008 -0400
10091
10092 libfdt: Fix error in documentation for fdt_get_alias_namelen()
10093
10094 Oops, screwed up the function name in the documenting comment for this
10095 function. Trivial correction in this patch.
10096
10097 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10098 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
10099
10100commit 9a6cf73a88ddab2e1ac39088f2806177982cc62c
10101Author: David Gibson <david@gibson.dropbear.id.au>
10102Date: Wed Aug 20 16:55:14 2008 +1000
10103
10104 libfdt: Add function to explicitly expand aliases
10105
10106 Kumar has already added alias expansion to fdt_path_offset().
10107 However, in some circumstances it may be convenient for the user of
10108 libfdt to explicitly get the string expansion of an alias. This patch
10109 adds a function to do this, fdt_get_alias(), and uses it to implement
10110 fdt_path_offset().
10111
10112 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10113
10114commit 2215987e100d2a841ae6d48a7cc9bb83fcf22737
10115Author: Mike Frysinger <vapier@gentoo.org>
10116Date: Thu Oct 2 01:55:38 2008 -0400
10117
10118 cfi_flash: do not reset flash when probe fails
10119
10120 The CFI flash driver starts at flash_init() which calls down into
10121 flash_get_size(). This starts by calling flash_detect_cfi(). If said
10122 function fails, flash_get_size() finishes by attempting to reset the
10123 flash. Unfortunately, it does this with an info->portwidth set to 0x10
10124 which filters down into flash_make_cmd() and that happily smashes the
10125 stack by sticking info->portwidth bytes into a cfiword_t variable that
10126 lives on the stack. On a 64bit system you probably won't notice, but
10127 killing the last 8 bytes on a 32bit system usually leads to a corrupt
10128 return address. Which is what happens on a Blackfin system.
10129
10130 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
10131 Signed-off-by: Stefan Roese <sr@denx.de>
10132
10133commit 3e38577208e4256956bc33bb8bcd0a6b6fab55c3
10134Author: Stefan Roese <sr@denx.de>
10135Date: Fri Sep 26 17:03:26 2008 +0200
10136
10137 fdt: Overwrite /chosen node in bootm if it already exists in the dtb
10138
10139 Set force parameter in fdt_chosen() call in do_bootm_linux() call.
10140 Without this, the chosen node is not overwritten if it already
10141 exists.
10142
10143 Signed-off-by: Stefan Roese <sr@denx.de>
10144
10145commit 741a6d010d09b5bafca8e4cdfb6b2f8a2c07994d
10146Author: Jon Loeliger <jdl@freescale.com>
10147Date: Thu Sep 25 11:02:17 2008 -0500
10148
10149 Fix an overflow case in fdt_offset_ptr() detected by GCC 4.3.
10150
10151 Using Gcc 4.3 detected this problem:
10152
10153 ../dtc/libfdt/fdt.c: In function 'fdt_next_tag':
10154 ../dtc/libfdt/fdt.c:82: error: assuming signed overflow does not
10155 occur when assuming that (X + c) < X is always false
10156
10157 To fix the problem, treat the offset as an unsigned int.
10158
10159 The problem report and proposed fix were provided
10160 by Steve Papacharalambous <stevep@freescale.com>.
10161
10162 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10163
10164commit bbdbc7cb3abefda5bd998edbcf0508fe6256327d
10165Author: David Gibson <david@gibson.dropbear.id.au>
10166Date: Fri Aug 29 14:19:13 2008 +1000
10167
10168 libfdt: Fix bugs in fdt_get_path()
10169
10170 The current implementation of fdt_get_path() has a couple of bugs,
10171 fixed by this patch.
10172
10173 First, contrary to its documentation, on success it returns the length
10174 of the node's path, rather than 0. The testcase is correspondingly
10175 wrong, and the patch fixes this as well.
10176
10177 Second, in some circumstances, it will return -FDT_ERR_BADOFFSET
10178 instead of -FDT_ERR_NOSPACE when given insufficient buffer space.
10179 Specifically this happens when there is insufficient space even to
10180 hold the path's second last component. This behaviour is corrected,
10181 and the testcase updated to check it.
10182
10183 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
10184
10185commit 33af3e6656e84660d397b5dd95abab2dccc36f83
10186Author: Wolfgang Denk <wd@denx.de>
10187Date: Wed Oct 1 12:34:58 2008 +0200
10188
10189 TQM5200: enable support for ATAPI devices
10190
10191 Signed-off-by: Wolfgang Denk <wd@denx.de>
10192
10193commit d13ff2358ff8c384f52eaf46f5d60258acf96ea6
10194Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10195Date: Mon Sep 15 05:48:25 2008 +0200
10196
10197 Revert "ARM: set GD_FLG_RELOC for boards skipping relocation to RAM"
10198
10199 we need this due to the arm implementation which supposed that U-Boot
10200 is in RAM when we jump to start_armboot
10201
10202 This reverts commit f96b44cef897bd372beb86dde1b33637c119d84d.
10203 in order to do it for all arm board
10204
10205 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10206
10207commit 7fd0bea2e4a78eab7e6693140940f9f9a0009bc2
10208Author: Kim Phillips <kim.phillips@freescale.com>
10209Date: Wed Sep 24 08:46:25 2008 -0500
10210
10211 mpc83xx: don't disable autoboot
10212
10213 bootdelay set to -1 'permanently' disables autobooting, even if
10214 bootcmd is specified. Change to a positive value to allow
10215 autobooting when a bootcmd is set.
10216
10217 Reported-by: Coray Tate <Coray.Tate@freescale.com>
10218 Cc: Scott Wood <scottwood@freescale.com>
10219 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10220
10221commit 2fb29c520c42b7bfef33ea3fd1527eba64099164
10222Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10223Date: Wed Sep 24 10:42:15 2008 +0900
10224
10225 mpc83xx: Fix typo in include/mpc83xx.h
10226
10227 Fixed typo from CONIFG_MPC837X to CONFIG_MPC837X
10228
10229 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10230 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10231
10232commit 162c41c03179727a1d14262f703c9a8bc40231fa
10233Author: Kim Phillips <kim.phillips@freescale.com>
10234Date: Tue Sep 23 09:38:49 2008 -0500
10235
10236 mpc83xx: add h/w flash protection to board configs
10237
10238 the operating system may leave flash in a h/w locked state after writing.
10239 This allows u-boot to continue to write flash by enabling h/w unlocking
10240 by default.
10241
10242 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10243
10244commit d26154c9a692586b66eb6d1f8e1b67c75e40ea70
10245Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10246Date: Thu Sep 11 21:35:36 2008 +0400
10247
10248 mpc83xx: spd_sdram: fix ddr sdram base address assignment bug
10249
10250 The spd_dram code shifts the base address, then masks 20 bits, but
10251 forgets to shift the base address back. Fix this by just masking the
10252 base address correctly.
10253
10254 Found this bug while trying to relocate a DDR memory at the base != 0.
10255
10256 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10257 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10258
10259commit 8fd4166c467a46773f80208bda1ec3b4757747bc
10260Author: Stefan Roese <sr@denx.de>
10261Date: Mon Sep 22 16:10:43 2008 +0200
10262
10263 ppc4xx: Canyonlands: Remove unnecessary FDT warning upon DTB fixup
10264
10265 Depending on the configuration jumper "SATA SELECT", U-Boot disabled
10266 either one PCIe node or the SATA node in the device tree blob. This
10267 patch removes the unnecessary and even confusing warning, when the node
10268 is not found at all.
10269
10270 Signed-off-by: Stefan Roese <sr@denx.de>
10271
10272commit 6e24a1eb1490aa043770bcf0061ac1fad0864fd9
10273Author: Remy Bohmer <linux@bohmer.net>
10274Date: Fri Sep 19 13:30:06 2008 +0200
10275
10276 Add missing device types to dev_print() in part.c
10277
10278 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10279
10280commit 5fdc215f0b351b0c36cc3f8a0fa5850f24454bed
10281Author: Wolfgang Denk <wd@denx.de>
10282Date: Mon Sep 22 22:23:06 2008 +0200
10283
10284 Fix DPRAM memory leak when CFG_ALLOC_DPRAM is defined, which
10285 eventually leads to a machine check. This change assures that DPRAM
10286 is allocated only once in that case.
10287
10288 Signed-off-by: Gary Jennejohn <garyj@denx.de>
10289 Signed-off-by: Wolfgang Denk <wd@denx.de>
10290
10291commit a07faf7b9ad5a86763a577c79922c4ff9a70ef23
10292Author: Laurent Pinchart <laurentp@cse-semaphore.com>
10293Date: Wed Sep 17 17:57:34 2008 +0200
10294
10295 Fix Spartan-3 definitions.
10296
10297 A few Spartan-3 definitions erroneously use Spartan-3E size
10298 constants. This patch fixes them.
10299
10300 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
10301
10302commit 28113e1f0da4146b823ffce37680d31d5685a60b
10303Author: Laurent Pinchart <laurentp@cse-semaphore.com>
10304Date: Wed Sep 17 17:41:58 2008 +0200
10305
10306 Remove duplicate Spartan-3E definition.
10307
10308 Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
10309 Signed-off-by: Wolfgang Denk <wd@denx.de>
10310
10311commit 5c65ecf7cd94df250b295621f3b24135cbcfe579
10312Author: Anatolij Gustschin <agust@denx.de>
10313Date: Wed Sep 17 13:46:17 2008 +0200
10314
10315 socrates: change default mtest address range
10316
10317 Running mtest command on socrates without specifying
10318 an address range crashes the board. This patch changes
10319 default mtest address range to prevent this behavior.
10320
10321 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10322
10323commit d666b2d59674b5e002c0821b7ab83ec3ff90d670
10324Author: Anatolij Gustschin <agust@denx.de>
10325Date: Wed Sep 17 12:34:45 2008 +0200
10326
10327 socrates: fix crash after relocation
10328
10329 Currently U-Boot crashes after relocation to RAM.
10330 Changing the CPO value of the DDR SDRAM TIMING_CFG_2
10331 register to READ_LAT + 1 (to the value it was before
10332 conversion of socrates to new DDR code) fixes the
10333 problem.
10334
10335 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10336
10337commit 562788b0a303f3528b920d81f547f5ca77ba528e
10338Author: Anatolij Gustschin <agust@denx.de>
10339Date: Wed Sep 17 11:45:51 2008 +0200
10340
10341 socrates: fix SPD EEPROM address
10342
10343 Commit be0bd8234b9777ecd63c4c686f72af070d886517
10344 changed SPD EEPROM address to 0x51 and DDR SDRAM
10345 detection stopped working. Change this address
10346 back to 0x50.
10347
10348 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10349
10350commit 023824549a370bd185d7129d9a6c86f9be7b86a8
10351Author: Stefan Roese <sr@denx.de>
10352Date: Mon Sep 22 11:06:50 2008 +0200
10353
10354 Revert "ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)"
10355
10356 This reverts commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8.
10357
10358 Signed-off-by: Stefan Roese <sr@denx.de>
10359
3cbd8231
WD
10360commit e58c41e26cf3c8accd60311be579f452e368e97e
10361Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10362Date: Thu Sep 18 20:13:08 2008 +0900
10363
10364 usb: Fix compile warning of r8a66597-hcd
10365
10366 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10367 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10368
a0b1b610
WD
10369commit b5d10a13525c07ec6374adf840d7c87553b5f189
10370Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10371Date: Thu Sep 18 19:34:36 2008 +0900
10372
10373 sh: Fix compile warning
10374
10375 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10376
10377commit 4a065abf926f128beb36d93449defa0d690e7fef
10378Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10379Date: Thu Sep 18 19:04:26 2008 +0900
10380
10381 sh: Add support watchdog for SH4A core
10382
10383 Add support watchdog for SH4A core (SH7763, SH7780 and SH7785).
10384 And fix some compile warning.
10385
10386 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10387
10388commit a03c09c5fdb8430fe2ae6a03f88a0cf7bcc0aa57
10389Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10390Date: Wed Sep 17 11:45:26 2008 +0900
10391
10392 sh: Fix typo in SH serial driver
10393
10394 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10395 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10396
10397commit 6b44a439215ba7c63f666f8099213ea4f05f2b07
10398Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10399Date: Wed Sep 17 11:08:36 2008 +0900
10400
10401 sh: Add support any page size and empty_zero_page to SH Linux uImage
10402
10403 Old U-Boot supported 4KB page size only. If this version, Linux
10404 kernel can not get command line from U-Boot.
10405 SH Linux kernel can change page size and empty_zero_page.
10406 This patch support this function and fix promlem.
10407
10408 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10409 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10410
10411commit ce9f99ddb59628f41dc534e892368a7d66dfc774
10412Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10413Date: Thu Aug 28 13:40:52 2008 +0900
10414
10415 sh: rsk7203: Add support pkt_data_pull and pkt_data_push function
10416
10417 Add function of smc911x, pkt_data_pull and pkt_data_push.
10418
10419 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10420 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10421
10422commit dd820b03a2f45e86e7960e26729a3b58e3dda44a
10423Author: Wolfgang Denk <wd@denx.de>
10424Date: Thu Sep 18 13:57:32 2008 +0200
10425
10426 ADS5121: fix typo in "rootpath" default setting
10427
10428 Signed-off-by: Wolfgang Denk <wd@denx.de>
10429
3cbd8231
WD
10430commit c9e8436b10cca53fca4904ecbadcd6231ad72c38
10431Author: Remy Bohmer <linux@bohmer.net>
10432Date: Tue Sep 16 14:55:44 2008 +0200
10433
10434 USB layer of U-Boot causes USB protocol errors while using USB memory sticks
10435
10436 There are several differences between Linux, Windows and U-boot for initialising the
10437 USB devices. While analysing the behaviour of U-boot it turned out that U-boot does
10438 things really different, and some are wrong (compared to the USB standard).
10439
10440 This patch fixes some errors:
10441 * The NEW_init procedure that was already in the code is good, while the old procedure
10442 is wrong. See code comments for more info.
10443 * On a Control request the data returned by the device can be more than 8 bytes, while
10444 the host limits it to 8 bytes. This caused the host to generate a DataOverrun error.
10445 This results in a lot of USB sticks not being recognised, and the transmission ended
10446 frequently with a CTL:TIMEOUT Error.
10447 * Added a flag CONFIG_LEGACY_USB_INIT_SEQ to allow users to use the old init procedure.
10448
10449 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10450 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10451
10452commit 6f5794a6f78b313231256958fd73673c6aacc116
10453Author: Remy Bohmer <linux@bohmer.net>
10454Date: Tue Sep 16 14:55:43 2008 +0200
10455
10456 Refactoring parts of the common USB OHCI code
10457
10458 This patch refactors some large routines of the USB OHCI code by
10459 making some routines smaller and more readable which helps
10460 debugging and understanding the code. (Makes the code looks
10461 somewhat more like the Linux implementation.)
10462
10463 Also made entire file compliant to Linux Coding Rules (checkpatch.pl compliant)
10464
10465 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10466 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10467
10468commit be19d324edc1a1d7f393d24e10d164cd94c91a00
10469Author: Remy Bohmer <linux@bohmer.net>
10470Date: Tue Sep 16 14:55:42 2008 +0200
10471
10472 Fix for USB sticks not working on ARM while using GCC 4.x compilers
10473
10474 The GCC-compiler makes an optimisation error while optimising the routine
10475 usb_set_maxpacket(). This should be fixed in the compiler in the first place,
10476 but there lots of compilers out there that makes this error, that it is
10477 probably wiser to workaround it in U-boot itself.
10478
10479 What happens is that the register r3 is used as loop-counter 'i', but gets
10480 overwritten later on. From there it starts using register r3 for several other
10481 things and the assembler code is becoming a big mess. This is clearly a compiler bug.
10482
10483 This error occurs on at least several versions of Code Sourcery Lite compilers
10484 for ARM. Like the Edition 2008q1, and 2008q3, It has also been seen on other
10485 compilers, while compiling for armv4t, or armv5te with Os, O1 and O2.
10486
10487 We work around it by splitting up this routine in 2 parts, and making sure that
10488 the split out part is NOT inlined any longer. This will make GCC spit out assembler
10489 that do not show this problem. Another possibility is to adapt the Makefile to stop
10490 optimisation for the complete file. I think this solution is nicer.
10491
10492 Signed-off-by: Remy Bohmer <linux@bohmer.net>
10493 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10494
a0b1b610
WD
10495commit 87b4ef560cf2da4ccc9e59711ad1ff7fafe96670
10496Author: Wolfgang Denk <wd@denx.de>
10497Date: Wed Sep 17 10:17:55 2008 +0200
10498
10499 Coding style cleanup; update CHANEGLOG
10500
10501 Signed-off-by: Wolfgang Denk <wd@denx.de>
10502
10503commit 3eec160a3a405b29ce9c06920f6427b9047dd8a8
10504Author: Victor Gallardo <vgallardo@amcc.com>
10505Date: Tue Sep 16 06:59:13 2008 -0700
10506
10507 ppc4xx: Fix DDR2 auto calibration on Kilauea 600MHz (200MHz PLB)
10508
10509 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
10510 Signed-off-by: Adam Graham <agraham@amcc.com>
10511 Signed-off-by: Stefan Roese <sr@denx.de>
10512
10513commit ce47eb402c5e29a025399dc282246414fc492940
10514Author: Peter Tyser <ptyser@xes-inc.com>
10515Date: Tue Sep 16 10:04:47 2008 -0500
10516
10517 Support for multiple SGMII/TBI interfaces for TSEC ethernet
10518
10519 Fix TBI PHY accesses to use the proper offset in CPU register space. The
10520 previous code would incorrectly access the TBI PHY by reading/writing to CPU
10521 register space at the same location as would be used to access external PHYs.
10522
10523 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10524 Acked-by: Andy Fleming <afleming@freescale.com>
10525
87b4ef56
WD
10526commit 7c803be2eb3cae245dedda438776e08fb122250f
10527Author: Wolfgang Denk <wd@denx.de>
10528Date: Tue Sep 16 18:02:19 2008 +0200
10529
10530 TQM8xx: Fix CFI flash driver support for all TQM8xx based boards
10531
10532 After switching to using the CFI flash driver, the correct remapping
10533 of the flash banks was forgotten.
10534
10535 Also, some boards were not adapted, and the old legacy flash driver
10536 was not removed yet.
10537
10538 Signed-off-by: Wolfgang Denk <wd@denx.de>
10539
10540commit c0d2f87d6c450128b88e73eea715fa3654f65b6c
10541Author: Wolfgang Denk <wd@denx.de>
10542Date: Sun Sep 14 00:59:35 2008 +0200
10543
10544 Prepare v2008.10-rc2
10545
10546 Signed-off-by: Wolfgang Denk <wd@denx.de>
10547
10548commit f12e4549b6fb01cd2654348af95a3c7a6ac161e7
10549Author: Wolfgang Denk <wd@denx.de>
10550Date: Sat Sep 13 02:23:05 2008 +0200
10551
10552 Coding style cleanup, update CHANGELOG
10553
10554 Signed-off-by: Wolfgang Denk <wd@denx.de>
10555
f12e4549
WD
10556commit 0c32565f536609d78feef35c88bbc39d3ac53a73
10557Author: Peter Tyser <ptyser@xes-inc.com>
10558Date: Wed Sep 10 09:18:34 2008 -0500
10559
10560 Update mailing list email and archive addresses
10561
10562 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
10563
10564commit fb661ea444ae61de60520f66ae84cdb5dd5a3246
10565Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
10566Date: Thu Sep 11 15:40:01 2008 +0200
10567
10568 85xx: socrates: autoprobe Lime chip
10569
10570 This patch is an attempt to implement autoprobing for the Lime
10571 presence on the bus.
10572 Configure GPCM for Lime CS2 and try to access chip ID registers.
10573 Second read atempt delivers register values if the chip is present.
10574
10575 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10576
10577commit e99b607a5ec56ce66e0bcccb78480d5e16fb7bc5
10578Author: u-boot@bugs.denx.de <u-boot@bugs.denx.de>
10579Date: Thu Sep 11 15:40:01 2008 +0200
10580
10581 85xx: socrates: Add support for new image format.
10582
10583 Signed-off-by: Detlev Zundel <dzu@denx.de>
10584
10585commit 3c094b652d4107b34641f300a8e9fe16ca15e3d8
10586Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10587Date: Thu Sep 11 17:28:18 2008 +0900
10588
10589 sh: Fix compile error for r2dplus
10590
10591 netdev.h was not include by r2dplus.
10592
10593 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
10594
10595commit 56844a22b76c719e600047e23b80465a44d76abd
10596Author: Heiko Schocher <hs@denx.de>
10597Date: Thu Sep 11 08:11:23 2008 +0200
10598
10599 powerpc: Fix bootm to boot up again with a Ramdisk
10600
10601 Commit 2a1a2cb6 didnt remove the dummy mem reservation in fdt_chosen,
10602 and this stopped Linux from booting with a Ramdisk. This patch fixes
10603 this, by deleting the useless dummy mem reservation.
10604
10605 When booting with a Ramdisk, a fix offset FDT_RAMDISK_OVERHEAD is now
10606 added to of_size, so we dont need anymore a dummy mem reservation.
10607
10608 I measured the value of FDT_RAMDISK_OVERHEAD on a MPC8270 based
10609 system (=0x44 bytes) and rounded it up to 0x80).
10610
10611 Signed-off-by: Heiko Schocher <hs@denx.de>
10612 Acked-by: Kumar Gala <galak@kernel.crashing.org>
10613
10614commit fc9c1727b5b3483ce49c3cb668e8332fb001b8a7
10615Author: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10616Date: Mon Sep 8 02:46:13 2008 +0200
10617
10618 Add support for LZMA uncompression algorithm.
10619
10620 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
10621 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10622
10623commit 0008b6d968160abe2bfd936493f3a516a7c8da20
10624Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10625Date: Fri Jun 27 23:04:20 2008 +0400
10626
10627 fsl_elbc_nand: ecclayout cleanups
10628
10629 This patch deletes oobavail assignments, they're calculated by the nand
10630 core code in nand_scan_tail, plus current oobavail values are wrong for
10631 the LP NANDs.
10632
10633 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10634 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
10635 Signed-off-by: Scott Wood <scottwood@freescale.com>
10636
10637commit 8f42bf1c393d53a70c2545e9f329d11c46d74794
10638Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10639Date: Fri Jun 27 23:04:13 2008 +0400
10640
10641 fsl_elbc_nand: implement support for flash-based BBT
10642
10643 This patch implements support for flash-based BBT for chips working
10644 through ELBC NAND controller, so that NAND core will not have to re-scan
10645 for bad blocks on every boot.
10646
10647 Because ELBC controller may provide HW-generated ECCs we should adjust
10648 bbt pattern and bbt version positions in the OOB free area.
10649
10650 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10651 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
10652 Signed-off-by: Scott Wood <scottwood@freescale.com>
10653
10654commit 97ae023648e764f794ffb9c52da109d6caf09c47
10655Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10656Date: Fri Jun 27 23:04:04 2008 +0400
10657
10658 fsl_elbc_nand: fix OOB workability for large page NAND chips
10659
10660 For large page chips, nand_bbt is looking into OOB area, and checking
10661 for "0xff 0xff" pattern at OOB offset 0. That is, two bytes should be
10662 reserved for bbt means.
10663
10664 But ELBC driver is specifying ecclayout so that oobfree area starts at
10665 offset 1, so only one byte left for the bbt purposes.
10666
10667 This causes problems with any OOB users, namely JFFS2: after first mount
10668 JFFS2 will fill all OOBs with "erased marker", so OOBs will contain:
10669
10670 OOB Data: ff 19 85 20 03 00 ff ff ff 00 00 08 ff ff ff ff
10671 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10672 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10673 OOB Data: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
10674
10675 And on the next boot, NAND core will rescan for bad blocks, then will
10676 see "0xff 0x19" pattern, and will mark all blocks as bad ones.
10677
10678 To fix the issue we should implement our own bad block pattern: just one
10679 byte at OOB start. Though, this will work only for x8 chips. For x16
10680 chips two bytes must be checked. Since ELBC driver does not support x16
10681 NANDs (yet), we're safe for now.
10682
10683 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10684 Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
10685 Signed-off-by: Scott Wood <scottwood@freescale.com>
10686
10687commit 7238ada313057a85409485b8ee21515dc10c07a5
10688Author: Wolfgang Denk <wd@denx.de>
10689Date: Fri Sep 12 13:52:21 2008 +0200
10690
10691 MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5s
10692
10693 Signed-off-by: Wolfgang Denk <wd@denx.de>
10694
10695commit b18410e508a12ba0a177dfc2a386857c806fa96d
10696Author: Stefan Roese <sr@denx.de>
10697Date: Thu Sep 11 13:05:56 2008 +0200
10698
10699 ppc4xx: Enable device tree (FDT) support in zeus board port
10700
10701 Signed-off-by: Stefan Roese <sr@denx.de>
10702
10703commit 7bf5ecfa50722a9feb45ea8f04da75f5d406f20b
10704Author: Stefan Roese <sr@denx.de>
10705Date: Wed Sep 10 16:53:47 2008 +0200
10706
10707 ppc4xx: Fix SDRAM inititialization of multiple 405 based board ports
10708
10709 This patch fixes a problem introdiced with patch
10710 bbeff30c [ppc4xx: Remove superfluous dram_init() call or replace it by
10711 initdram()].
10712
10713 The boards affected are:
10714 - PCI405
10715 - PPChameleonEVB
10716 - quad100hd
10717 - taihu
10718 - zeus
10719
10720 Signed-off-by: Stefan Roese <sr@denx.de>
10721
10722commit 61737c59a3285f6fadf96a5836879898c04ec28d
10723Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10724Date: Thu Sep 11 19:41:26 2008 -0400
10725
10726 ppc4xx: Add .gitignore file to xilinx-ppc440 boards
10727
10728 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10729 Signed-off-by: Stefan Roese <sr@denx.de>
10730
10731commit 2bec498ed1164a58cd8437b561bdc4551d69f9bf
10732Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10733Date: Thu Sep 11 19:41:25 2008 -0400
10734
10735 ppc4xx: Fix compilation of v5fx30teval_flash
10736
10737 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10738 Signed-off-by: Stefan Roese <sr@denx.de>
10739
10740commit 4bed9deebbd7ee6f0ba746b44d47a922156f7404
10741Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10742Date: Wed Sep 10 17:44:30 2008 -0400
10743
10744 ppc4xx: Fix in-tree build for ppc440-generic boards
10745
10746 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
10747 Signed-off-by: Stefan Roese <sr@denx.de>
10748
10749commit 06c4ab50f5ccfb55ea2dd324aa28b2b06102e416
10750Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10751Date: Fri Sep 12 02:20:47 2008 +0200
10752
10753 ARM: synchronize mach-types.h with linux 2.6.27-rc6
10754
10755 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10756
10757commit 3ee9f03f588ad605e3fd10530237f9e3e2e7ab4c
10758Author: Jens Scharsig <esw@bus-elektronik.de>
10759Date: Fri Sep 12 02:20:47 2008 +0200
10760
10761 at91rm9200: fix errors with CONFIG_CMD_I2C_TREE
10762
10763 This patch prevents linker error on AT91RM9200 boards, if
10764 CONFIG_CMD_I2_TREE is set.
10765 It implements i2c_set_bus_speed and i2c_get_bus_speed as a dummy function.
10766
10767 Signed-off-by: Jens Scharsig <esw@bus-elektronik.de>
10768
10769commit b5b0344957d32e3d07a8dd72fce64fb48e680ba4
10770Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10771Date: Fri Sep 12 02:20:47 2008 +0200
10772
10773 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
10774
10775 ARM DaVinci: Remove duplicate code in cpu/arm926ejs/davinci/dp83848.c
10776
10777 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
10778
10779commit 03db53335c8eba656a7c44d1555b1a4514383e33
10780Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10781Date: Fri Sep 12 02:20:46 2008 +0200
10782
10783 make: Remove redundant __ARM__ addition when cross-compiling on *BSD
10784
10785 __ARM__ is given by arm_config.mk automatically.
10786
10787 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
10788
10789commit 8cc62a7d9c77f8ef5166fb57322c4a6ddac320b4
10790Author: Claudio Scordino <claudio@evidence.eu.com>
10791Date: Fri Sep 12 02:20:46 2008 +0200
10792
10793 Fix MACH_TYPE for the AT91RM9200DK board.
10794
10795 Signed-off-by: Claudio Scordino <claudio@evidence.eu.com>
10796
10797commit 274737e5eb25b2bcd3af3a96da923effd543284f
10798Author: Andrew Dyer <adyer@righthandtech.com>
10799Date: Fri Sep 12 02:20:46 2008 +0200
10800
10801 i.mx change get_timer(base) to return time since base
10802
10803 This patch changes get_timer() for i.MX to return the time since
10804 'base' instead of the time since the counter was at zero.
10805
10806 Symptom seen is flash timeout errors when erasing or programming a
10807 sector using the common cfi flash code.
10808
10809 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10810
10811commit 48fed40575b3e8eae960eb0141509ddd9a73012a
10812Author: Andrew Dyer <adyer@righthandtech.com>
10813Date: Fri Sep 12 02:20:46 2008 +0200
10814
10815 i.MX use u-boot baud rate and don't assume UART master clock
10816
10817 1) Change the i.MX serial driver to use the baud rate set in the
10818 u-boot environment
10819
10820 2) don't assume a 16MHz value for PERCLK1 in baud rate calculations
10821
10822 3) don't write a 1 to the RDR bit in the USR2 reg. (bit is not "write
10823 one to clear" like other status bits in the reg.)
10824
10825 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10826
10827commit 6e1551a870d360805b9d172dc56d935064abe71d
10828Author: Andrew Dyer <adyer@righthandtech.com>
10829Date: Fri Sep 12 02:20:46 2008 +0200
10830
10831 arm920t fix constant error in start.S
10832
10833 Code in cpu/arm920t/start.S will die with a compilation error if
10834 CONFIG_STACKSIZE + CFG_MALLOC_LEN works out to an invalid constant for
10835 the ARM sub instruction. Change the code so that each is subtracted
10836 independently to avoid the error.
10837
10838 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
10839
10840commit b23253835f871cd9bd8e955b9a971d18a7d4ff56
10841Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
10842Date: Fri Sep 12 02:20:40 2008 +0200
10843
10844 ARM OMAP : Correct Invalid Timer Register Field Declaration in omap1510.h & omap730.h
10845
10846 - Correct Invalid #define of MPUTIM_PTV_MASK for
10847 omap1510 & omap730 register definition
10848
10849 MPUTIM_PTV_MASK is defined as
10850 #define MPUTIM_PTV_MASK (0x7<<PTV_BIT)
10851
10852 while it should have been
10853 #define MPUTIM_PTV_MASK (0x7<<MPUTIM_PTV_BIT)
10854
10855 - Below Patch corrects the same
10856
10857 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
10858
10859commit c455d07396dddc9864fd8dbb965ee10fe95ce8cf
10860Author: Adrian Filipi <adrian.filipi@eurotech.com>
10861Date: Fri Jul 18 11:52:02 2008 -0400
10862
10863 Set up SD/MMC OCR as comment describes. i.e. 3.2-3.4v.
10864
10865 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
10866
10867commit eb16135df20535b0d19969f50fb5bd17f95e9c25
10868Author: Guennadi Liakhovetski <lg@denx.de>
10869Date: Thu Aug 28 12:25:11 2008 +0200
10870
10871 i.MX31: document timer precision option
10872
10873 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
10874
10875commit 1a6337b01351b82a45b0defa76f08744511c580b
10876Author: Magnus Lilja <lilja.magnus@gmail.com>
10877Date: Fri Aug 29 10:36:18 2008 +0200
10878
10879 i.MX31: Make the SPI bus and chip select configurable for MC13783
10880
10881 The i.MX31 has three SPI buses and each bus has several chip selects
10882 and the MC13783 chip can be connected to any of these. The current
10883 RTC driver for MC13783 is hardcoded for CSPI2/SS2.
10884
10885 This patch makes make MC13783 SPI bus and chip select configurable
10886 via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS.
10887
10888 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
10889
10890commit 8c4ebec25b21e355b8488698ec1594da9701fff4
10891Author: Magnus Lilja <lilja.magnus@gmail.com>
10892Date: Fri Aug 29 10:36:17 2008 +0200
10893
10894 i.MX31: Add reset_timer() and modify get_timer_masked().
10895
10896 This patch adds the reset_timer() function (needed by nand_base.c) and
10897 modifies the get_timer_masked() to work in the same way as the omap24xx
10898 function.
10899
10900 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
10901
10902commit deeec4991a55de243787002ede24d2331d234fc8
10903Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10904Date: Wed Sep 10 22:48:09 2008 +0200
10905
10906 ap325rxa: remove duplicate CONFIG_FLASH_CFI_DRIVER
10907
10908 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10909
10910commit a3a08c0cedd329edf5256e1d6b2bad0fca002725
10911Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10912Date: Wed Sep 10 22:48:09 2008 +0200
10913
10914 bootm arm/avr32/blackfin/microblaze/nios2/sh: remove no more need 'error' label
10915
10916 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10917
10918commit 0e8d158664a913392cb01fb11a948d83f72e105e
10919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10920Date: Wed Sep 10 22:48:06 2008 +0200
10921
10922 rename CFG_ENV macros to CONFIG_ENV
10923
10924 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10925
10926commit 1ede78710c3bf9ad6f4a53aaddc3bcc86fedd9df
10927Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10928Date: Wed Sep 10 22:48:05 2008 +0200
10929
10930 nvedit: rename error comment to CONFIG_ENV_IS_IN_
10931
10932 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10933
10934commit b64b775e7546ed138df360ceb3a71ee358cb9a01
10935Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10936Date: Wed Sep 10 22:48:05 2008 +0200
10937
10938 cmd_mem: Move conditional compilation to Makefile
10939
10940 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10941
10942commit 8a40fb148efa442d6526eac46a2001e4c64d28ff
10943Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10944Date: Wed Sep 10 22:48:05 2008 +0200
10945
10946 move cmd_get_data_size to command.c
10947
10948 add CMD_DATA_SIZE macro to enable it
10949
10950 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10951
10952commit 507641d2491980531932b9f25dab37fe5e6c3a1a
10953Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10954Date: Wed Sep 10 22:48:04 2008 +0200
10955
10956 env_flash: Move conditional compilation to Makefile
10957
10958 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10959
10960commit 5a1aceb0689e2f731491838970884a673ef7e7d3
10961Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10962Date: Wed Sep 10 22:48:04 2008 +0200
10963
10964 rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASH
10965
10966 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10967
10968commit 7d9b5bae5ba558c7464d89d033aca04acaf01172
10969Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10970Date: Wed Sep 10 22:48:03 2008 +0200
10971
10972 cleanup use of CFG_ENV_IS_IN_FLASH
10973
10974 - #if CFG_ENV_IS_IN_FLASH
10975 - #if (CFG_ENV_IS_IN_FLASH == 1)
10976 - #define CFG_ENV_IS_IN_FLASH 0
10977
10978 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10979
10980commit 0cf4fd3cf8d0e00605bec5fc56f89c6415015a46
10981Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10982Date: Wed Sep 10 22:48:01 2008 +0200
10983
10984 rename environment.c in env_embedded.c to reflect is functionality
10985
10986 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10987
10988commit c0878af6e32f0fd8e13a6ca315b9add64441115a
10989Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10990Date: Wed Sep 10 22:48:01 2008 +0200
10991
10992 env_nowhere: Move conditional compilation to Makefile
10993
10994 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10995
10996commit 93f6d72544da4510a146bc4c93d609b0116cde37
10997Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
10998Date: Wed Sep 10 22:48:00 2008 +0200
10999
11000 rename CFG_ENV_IS_NOWHERE in CONFIG_ENV_IS_NOWHERE
11001
11002 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11003
11004commit 2556ef78113b5f089dfcac5da90bf31dd568397b
11005Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11006Date: Wed Sep 10 22:48:00 2008 +0200
11007
11008 env_sf: Move conditional compilation to Makefile
11009
11010 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11011
11012commit 0b5099a8419bf9c828df5e3e2c6878dc300d98e3
11013Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11014Date: Wed Sep 10 22:48:00 2008 +0200
11015
11016 rename CFG_ENV_IS_IN_SPI_FLASH in CONFIG_ENV_IS_IN_SPI_FLASH
11017
11018 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11019
11020commit 55c5f49910ec8225347aa1d211352a84de6649b4
11021Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11022Date: Wed Sep 10 22:48:00 2008 +0200
11023
11024 env_onenand: Move conditional compilation to Makefile
11025
11026 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11027
11028commit 9656138ff1a34d4c4768db6b490deffc40ee674b
11029Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11030Date: Wed Sep 10 22:47:59 2008 +0200
11031
11032 rename CFG_ENV_IS_IN_ONENAND in CONFIG_ENV_IS_IN_ONENAND
11033
11034 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11035
11036commit 957a0e69575683efd70ace147746bbb3d8e7c501
11037Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11038Date: Wed Sep 10 22:47:59 2008 +0200
11039
11040 env_nvram: Move conditional compilation to Makefile
11041
11042 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11043
11044commit 9314cee6917444ab88bd4e758da7a30975120187
11045Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11046Date: Wed Sep 10 22:47:59 2008 +0200
11047
11048 rename CFG_ENV_IS_IN_NVRAM in CONFIG_ENV_IS_IN_NVRAM
11049
11050 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11051
11052commit 06f61354397911a4c121dfa51b6ccbf7e300d48b
11053Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11054Date: Wed Sep 10 22:47:59 2008 +0200
11055
11056 env_nand: Move conditional compilation to Makefile
11057
11058 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11059
11060commit 51bfee192099206a4397f15f3b93516e01f58ab0
11061Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11062Date: Wed Sep 10 22:47:58 2008 +0200
11063
11064 rename CFG_ENV_IS_IN_NAND in CONFIG_ENV_IS_IN_NAND
11065
11066 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11067
11068commit d8cc04d0ac9c7c0d12454708aaf5489f8532bbf9
11069Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11070Date: Wed Sep 10 22:47:58 2008 +0200
11071
11072 env_dataflash: Move conditional compilation to Makefile
11073
11074 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11075
11076commit 057c849c45b9ee19df8ff3acdeee66be52819962
11077Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11078Date: Wed Sep 10 22:47:58 2008 +0200
11079
11080 rename CFG_ENV_IS_IN_DATAFLASH in CONFIG_ENV_IS_IN_DATAFLASH
11081
11082 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11083
11084commit d1034bc8db60fa6bd419328baf6a75cb0645cee8
11085Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11086Date: Wed Sep 10 22:47:52 2008 +0200
11087
11088 cmd_eeprom: Move conditional compilation to Makefile
11089
11090 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11091
11092commit bf5a7710ec70e90e98f451b4ba0eb65f9ffc34eb
11093Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11094Date: Fri Sep 5 09:19:54 2008 +0200
11095
11096 env_eeprom: Move conditional compilation to Makefile
11097
11098 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11099
11100commit bb1f8b4f8bb0bfce52e0faa4637b975b745824b3
11101Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11102Date: Fri Sep 5 09:19:30 2008 +0200
11103
11104 rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROM
11105
11106 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11107
11108commit 32628c5008105a732212003d83b75f05e5243bb2
11109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11110Date: Sat Aug 30 23:54:58 2008 +0200
11111
11112 cmd_mac: Move conditional compilation to Makefile
11113
11114 finish remaning CFG_ID_EEPROM in CONFIG_ID_EEPROM
11115 start in commit ad8f8687b78c3e917b173f038926695383c55555
11116
11117 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11118
11119commit e5648acab153f0f429bfc714902c5aaa7879f71b
11120Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11121Date: Sat Aug 30 23:47:41 2008 +0200
11122
11123 cmd_fdc: Move conditional compilation to Makefile
11124
11125 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11126
11127commit 2d02d91d530e831f2dab228085963fc1d5b71cb0
11128Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11129Date: Sat Aug 30 23:47:38 2008 +0200
11130
11131 common/Makefile: add core command section
11132
11133 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11134
11135commit 0d92d4a699fb1a39381d98571dc51fb97e5bcf9e
11136Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11137Date: Sat Aug 30 23:29:57 2008 +0200
11138
11139 cmd_vfd: Move conditional compilation to Makefile
11140
11141 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11142
11143commit 6644641d072aee3087da129d8443187196a4d8a9
11144Author: Scott Wood <scottwood@freescale.com>
11145Date: Wed Sep 10 11:48:49 2008 -0500
11146
11147 delta, zylonite: Update nand_oobinfo to nand_ecclayout.
11148
11149 This is part of the switch to newer upstream MTD code.
11150
11151 Signed-off-by: Scott Wood <scottwood@freescale.com>
11152
11153commit 9b05aa788bfdd3264ff1bc9418cb19550a7234e4
11154Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11155Date: Sat Aug 30 17:06:55 2008 -0400
11156
11157 ARM DaVinci: Fix broken HW ECC for large page NAND.
11158
11159 Based on original patch by Bernard Blackham <bernard@largestprime.net>
11160
11161 U-boot's HW ECC support for large page NAND on Davinci is completely
11162 broken. Some kernels, such as the 2.6.10 one supported by
11163 MontaVista for DaVinci, rely upon this broken behaviour as they
11164 share the same code for ECCs. In the existing scheme, error
11165 detection *might* work on large page, but error correction
11166 definitely does not. Small page ECC correction works, but the
11167 format is not compatible with the mainline git kernel.
11168
11169 This patch adds ECC code that matches what is currently in the
11170 Davinci git repository (since NAND support was added in 2.6.24).
11171 This makes the ECC and OOB layout written by u-boot compatible with
11172 Linux for both small page and large page devices and fixes ECC
11173 correction for large page devices.
11174
11175 The old behaviour can be restored by defining the macro
11176 CFG_DAVINCI_BROKEN_ECC, which is undefined by default.
11177
11178 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
11179 Acked-by: Sergey Kubushyn <ksi@koi8.net>
11180 Signed-off-by: Scott Wood <scottwood@freescale.com>
11181
11182commit 0b7c5639891f4103a0e31ec7ae0beb3e97ed3836
11183Author: Heiko Schocher <hs@denx.de>
11184Date: Wed Sep 10 11:15:28 2008 +0200
11185
11186 muas3001: update BR4 settings
11187
11188 Also set up the port pins for using I2C.
11189
11190 Signed-off-by: Heiko Schocher <hs@denx.de>
11191
11192commit 3591293509e0c0bcf244b0f974775bff2e25697e
11193Author: Petri Lehtinen <petri.lehtinen@inoi.fi>
11194Date: Wed Sep 10 09:43:49 2008 +0300
11195
11196 autoscr: Fix one-character lines and non-newline terminated scripts
11197
11198 When not using hush, the autoscr command now executes lines that are
11199 only one character long. It also runs the last line of scripts even if
11200 it does not end in a newline.
11201
11202 Signed-off-by: Petri Lehtinen <petri.lehtinen@inoi.fi>
11203
11204commit 9ebbb54f7a25055010fa6668eba40c72a4c4f985
11205Author: Victor Gallardo <vgallardo@amcc.com>
11206Date: Tue Sep 9 15:13:29 2008 -0700
11207
11208 ppc4xx: Allow DTT_I2C_DEV_CODE configured by CFG_I2C_DTT_ADDR
11209
11210 On AMCC Arches board DTT_I2C_DEV_CODE is different then canyonlands
11211 and glacier.
11212
11213 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
11214
11215commit 245f6ef3e11828cb46188e396fb1e67f7b07cd03
11216Author: Heiko Schocher <hs@denx.de>
11217Date: Mon Sep 8 10:21:11 2008 +0200
11218
11219 muas3001: added support for the LM75 sensor.
11220
11221 Signed-off-by: Heiko Schocher <hs@denx.de>
11222
11223commit 4a02a2dca82aeab8f839db9dd35fda9d5412dacb
11224Author: Heiko Schocher <hs@denx.de>
11225Date: Mon Sep 8 10:20:19 2008 +0200
11226
11227 muas3001: activate WDT for the muas3001 board.
11228
11229 Signed-off-by: Heiko Schocher <hs@denx.de>
11230
11231commit a55d074dac24dc941f1afb5b4e94b1509bfdda4e
11232Author: Heiko Schocher <hs@denx.de>
11233Date: Mon Sep 8 10:19:36 2008 +0200
11234
11235 muas3001: added 64MB SDRAM autodetection.
11236
11237 Signed-off-by: Heiko Schocher <hs@denx.de>
11238
11239commit 5251469943895de4bb9a04d5053352cc22acb7d5
11240Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
11241Date: Thu Aug 21 07:12:26 2008 -0700
11242
11243 Fix printf errors under -DDEBUG
11244
11245 Fix printf format-string/arg mismatches under -DDEBUG.
11246
11247 These warnings occur with DEBUG defined for a platform using
11248 cpu/mpc85xx. Users of other architectures can unearth similar
11249 problems by adding the line "CFLAGS += -DDEBUG=1" in config.mk right
11250 after "CFLAGS += $(call cc-option,-fno-stack-protector)".
11251
11252 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
11253 Signed-off-by: Andy Fleming <afleming@freescale.com>
11254
11255commit 8b9e4787641719d709bfa2ebeb72e8bd4952bee7
11256Author: Wolfgang Denk <wd@denx.de>
11257Date: Tue Sep 9 23:55:18 2008 +0200
11258
11259 Update CHANGELOG, prepare 2008-10-rc1 release
11260
11261 Signed-off-by: Wolfgang Denk <wd@denx.de>
11262
11263commit e0ff3d350d6b7960deb5a881dfc5acf3a63ef676
11264Author: Kumar Gala <galak@kernel.crashing.org>
11265Date: Mon Sep 8 08:51:29 2008 -0500
11266
11267 85xx: Ensure timebase is zero on secondary cores
11268
11269 The e500um says the timebase is volatile out of reset. To ensure
11270 TB sync works we need to make sure its zero.
11271
11272 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11273
8b9e4787
WD
11274commit 54b4ab3c961a2012a1c2a09c259a6343323ec551
11275Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11276Date: Tue Sep 9 22:18:24 2008 +0200
11277
11278 bootm_load_os: fix load_end debug message
11279
11280 print load_end value not pointer
11281
11282 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11283
11284commit 1d9af0be764960e6cc1c093e97176c3542796820
11285Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11286Date: Tue Sep 9 22:18:23 2008 +0200
11287
11288 bootm: enable fdt support only on ppc, m68k and sparc
11289
11290 ...as done in image.c
11291
11292 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11293
11294commit 748b5274e76f81df85cfcffaffedc323678d0623
11295Author: Markus Heidelberg <markus.heidelberg@web.de>
11296Date: Tue Sep 9 18:51:05 2008 +0200
11297
11298 common/cmd_mem.c: remove nested #if defined(CONFIG_CMD_MEMORY)
11299
11300 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
11301
11302commit 650632fe4ca09cfd0e5e6a593f2efc02ef87a58c
11303Author: Markus Heidelberg <markus.heidelberg@web.de>
11304Date: Tue Sep 9 17:31:46 2008 +0200
11305
11306 gitignore: add tags files and Vim swap file
11307
11308 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
11309
11310commit 1d9b67b23fca6a25154333733204339802510720
11311Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11312Date: Tue Sep 9 17:52:47 2008 +0900
11313
11314 add board_eth_init() for sh7785lcr board
11315
11316 Fix the problem that cannot work RTL8169 on sh7785lcr board.
11317
11318 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
11319
11320commit 7b7a869a8ba3bd6d9bffb748c91232141330f514
11321Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11322Date: Wed Aug 6 16:08:41 2008 -0500
11323
11324 mtd: SPI Flash: Support the STMicro Flash
11325
11326 Add MTD SPI Flash support for M25P16, M25P20, M25P32,
11327 M25P40, M25P64, M25P80, M25P128.
11328
11329 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
11330 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
11331
f12e4549
WD
11332commit 4bc07c368076560ed7fa4c9f987c71a8521488a9
11333Author: Wolfgang Denk <wd@denx.de>
11334Date: Tue Sep 9 17:55:31 2008 +0200
11335
11336 trab: fix build problem after change to use do_div()
11337
11338 We must link with libgeneric now.
11339
11340 Signed-off-by: Wolfgang Denk <wd@denx.de>
11341
8b9e4787
WD
11342commit 3b20fd83c73c22acfcb0c6663be747bd5c8b7011
11343Author: Ryan CHEN <ryan.chen@st.com>
11344Date: Wed Aug 20 13:00:17 2008 -0400
11345
11346 Correct drv_usb_kbd_init function
11347
11348 The patch is that check if usb_get_dev_index() function return valid
11349 pointer. If valid, continue. Otherwise return -1.
11350
11351 Signed-off-by: Ryan Chen <ryan.chen@st.com>
11352 Acked-by: Markus Klotzbuecher <mk@denx.de>
11353
11354commit eba1f2fc75f128a9a6c1328d786996a93fd7a707
11355Author: Remy Bohmer <linux@bohmer.net>
11356Date: Wed Aug 20 11:22:02 2008 +0200
11357
11358 Make usb-stop() safe to call multiple times in a row.
11359
11360 A recent commit (936897d4d1365452bbbdf8430db5e7769ef08d38)
11361 enabled the usb_stop() command in common/cmd_bootm.c which was
11362 not enabled for some time, because no board did actually set the
11363 CFG_CMD_USB flag. So, now the usb_stop() is executed before
11364 loading the linux kernel.
11365
11366 However, the usb_ohci driver hangs up (at least on AT91SAM) if the
11367 driver is stopped twice (e.g. the peripheral clock is stopped on AT91).
11368 If some other piece of code calls usb_stop() before the bootm command,
11369 this command will hangup the system during boot.
11370 (usb start and stop is typically used while booting from usb memory stick)
11371
11372 But, stopping the usb stack twice is useless anyway, and a flag already
11373 existed that kept track on the usb_init()/usb_stop() calls.
11374 So, we now check if the usb stack is really started before we stop it.
11375
11376 This problem is now fixed in both the upper as low-level layer.
11377
11378 Signed-off-by: Remy Bohmer <linux@bohmer.net>
11379 Acked-by: Markus Klotzbuecher <mk@denx.de>
11380
11381commit 2c8ccf2728f5e67d991cecf76c4057db75a87b67
11382Author: Wolfgang Denk <wd@denx.de>
11383Date: Tue Sep 9 16:55:47 2008 +0200
11384
11385 Makefile: fix bug introduced by commit 47ffd6c2
11386
11387commit 880f6a5d7596f42db5ff8803b797b78ec5b146e0
11388Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11389Date: Tue Sep 9 10:00:33 2008 -0400
11390
11391 ppc4xx: ppc440-generic-ALL: Fix out of tree build v2
11392
11393 This patch solves the problems compiling ml507, v5fx30teval and
11394 ppc440-generic out of tree.
11395
11396 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11397
11398commit 47bebe34ca4e33bab0e822e4ceebbec2590ccbcb
11399Author: Nícolas Carneiro Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
11400Date: Thu Sep 4 15:35:46 2008 -0300
11401
11402 Fix dev_print when called from usb_stor_info (usb storage command)
11403
11404 Fix output of the usb storage command. It was printing "Device 0: not
11405 available" because IF_TYPE_USB was not included into the switch
11406 statement.
11407
11408 Signed-off-by: Nicolas Lebedenco <nicolas.lebedenco@tasksistemas.com.br>
11409
11410commit a4f243452cc8ce0c2c9b51a2520db4bde5f472de
11411Author: Bartlomiej Sieka <tur@semihalf.com>
11412Date: Tue Sep 9 12:58:16 2008 +0200
11413
11414 FIT: make iminfo check hashes of all images in FIT, return 1 on failed check
11415
11416 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11417
11418commit 919f550dc11a13abf01c6bc713c968de790b8d7c
11419Author: Bartlomiej Sieka <tur@semihalf.com>
11420Date: Tue Sep 9 12:58:15 2008 +0200
11421
11422 FIT: add ability to check hashes of all images in FIT, improve output
11423
11424 - add function fit_all_image_check_hashes() that verifies if all
11425 hashes of all images in the FIT are valid
11426 - improve output of fit_image_check_hashes() when the hash check fails
11427
11428 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11429
11430commit 1de1fa408967cef6804bb046b904114519bb36f0
11431Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11432Date: Mon Sep 8 20:54:39 2008 +0200
11433
11434 qemu_mips: Update linux bootm to support dynamic cmdline
11435
11436 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11437
11438commit f5ed9e39088ecfa5a5f3ef47b08e5bda7890d764
11439Author: Peter Tyser <ptyser@xes-inc.com>
11440Date: Mon Sep 8 14:56:49 2008 -0500
11441
11442 Add support for booting of INTEGRITY operating system uImages
11443
11444 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
11445
11446commit 72f1b65f1b68bc6ed0d182eda1f3d6cf51b6414a
11447Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11448Date: Mon Sep 8 21:01:29 2008 +0200
11449
11450 mips/bootm: Fix typo in commit c4f9419c, "initrd_start" replaced by "images->rd_start"
11451
11452 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11453
11454commit 9ba2e2c8191353d75b2d535e672a125be7b84c03
11455Author: Kumar Gala <galak@kernel.crashing.org>
11456Date: Mon Sep 8 13:57:12 2008 -0500
11457
11458 Remove support for booting ARTOS images
11459
11460 Pantelis Antoniou stated:
11461 AFAIK, it is still used but the products using PPC are long gone.
11462 Nuke it plz (from orbit).
11463
11464 So remove it since it cleans up a usage of env_get_char outside of
11465 the environment code.
11466
11467 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11468
11469commit 47ffd6c2fc72b46daa9d5d59eedb894fab2b7ee1
11470Author: Wolfgang Denk <wd@denx.de>
11471Date: Tue Sep 9 15:45:18 2008 +0200
11472
11473 Makefile: compile and link each module just once
11474
11475 Several source files need to be compiled and linked when one or more
11476 config options are selected. To allow for easy selection in the
11477 Makefiles yet to avoild multiple compilation (which costs build time)
11478 and especially multiple linking (which causes errors), we use
11479 "COBJS = $(sort COBJS-y)" which eliminates duplicates.
11480
11481 By courtesy of Detlev Zundel who suggested this approach.
11482
11483 Signed-off-by: Wolfgang Denk <wd@denx.de>
11484
11485commit 48d0192fe869948fef14b460b5f0c85bca933693
11486Author: Andreas Engel <andreas.engel@ericsson.com>
11487Date: Mon Sep 8 14:30:53 2008 +0200
11488
11489 Moved conditional compile into Makefile
11490
11491 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
11492
11493commit 20c9226cb8cab08a111ee73db04e62d943ee0c97
11494Author: Andreas Engel <andreas.engel@ericsson.com>
11495Date: Mon Sep 8 10:17:31 2008 +0200
11496
11497 Merged serial_pl010.c and serial_pl011.c.
11498
11499 They only differ in the init function.
11500 This also adds the missing watchdog support for the PL011.
11501
11502 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
11503
11504commit 0817d688f307ee2c0598e79175c94a40ce90337b
11505Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11506Date: Sun Sep 7 17:10:27 2008 -0400
11507
11508 Remove gap fill in srec object v2
11509
11510 SREC files do not need gap fill: The load address is specified in the
11511 file. On the other hand, it can't be avoided in a .bin object. It has
11512 no information about memory location.
11513
11514 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
11515
11516commit 1dc306931ca5ce87f13916fa7165b052d3aa714f
11517Author: Markus Heidelberg <markus.heidelberg@web.de>
11518Date: Sun Sep 7 20:18:27 2008 +0200
11519
11520 README: fix missing subdirectory in the documentation
11521
11522 Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
11523
11524commit 3ef96ded38a8d33b58b9fab9cd879d51ddac4cbd
11525Author: Graeme Russ <graeme.russ@gmail.com>
11526Date: Sun Sep 7 07:08:42 2008 +1000
11527
11528 Update i386 code (sc520_cdp)
11529
11530 Attempt to bring i386 / sc520 inline with master
11531
11532 Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
11533
11534commit 5608692104efa8d56df803dc79ea41ac3607eee5
11535Author: Guennadi Liakhovetski <lg@denx.de>
11536Date: Thu Sep 4 13:01:49 2008 +0200
11537
11538 fw_env: add NAND support
11539
11540 Add support for environment in NAND with automatic NOR / NAND recognition,
11541 including unaligned environment, bad-block skipping, redundant environment
11542 copy.
11543
11544 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
11545
11546commit dd794323a2a1ed6a8a5df51785c31bcde60ad7ca
11547Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11548Date: Tue Sep 9 09:50:24 2008 +0200
11549
11550 ppc4xx: Fix out-of-tree building of CPCI405 variants
11551
11552 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11553 Acked-by: Stefan Roese <sr@denx.de>
11554
11555commit 59f630588e3fdbd698a0a2798e52a8924e899563
11556Author: Sergei Poselenov <sposelenov@emcraft.com>
11557Date: Fri Aug 15 15:42:11 2008 +0200
11558
11559 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
11560
11561 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11562
11563commit e64987a892353f3d49eb242d997820ef8f538912
11564Author: Anatolij Gustschin <agust@denx.de>
11565Date: Fri Aug 15 15:42:13 2008 +0200
11566
11567 85xx: socrates: Enable Lime support.
11568
11569 This patch adds Lime GDC support together with support for the PWM
11570 backlight control through the w83782d chip. The reset pin of the
11571 latter is attached to GPIO, so we need to reset it in
11572 early_board_init_r.
11573
11574 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11575
11576commit 3e79b588b5199f35016f178fc0d5d1266382097f
11577Author: Detlev Zundel <dzu@denx.de>
11578Date: Fri Aug 15 15:42:12 2008 +0200
11579
11580 85xx: Socrates: Major code update.
11581
11582 - Update the local bus ranges in the FDT for Linux for the various
11583 devices connected to the local bus via chip-select.
11584
11585 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
11586 lower than 66 MHz and uses I/O accessor functions consequently.
11587
11588 - UPM data update.
11589
11590 - Update of default environment and configuration. Use I2C multibus
11591 as we do have two I2C buses. Also enable sdram and ext2 commands.
11592
11593 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
11594 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11595 Signed-off-by: Detlev Zundel <dzu@denx.de>
11596
11597commit e8d18541c6ceab821f75faab031740b33fdbfa4b
11598Author: Timur Tabi <timur@freescale.com>
11599Date: Fri Jul 18 16:52:23 2008 +0200
11600
11601 Update Freescale 85xx boards to sys_eeprom.c
11602
11603 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
11604 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
11605 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
11606 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
11607
11608 Signed-off-by: Timur Tabi <timur@freescale.com>
11609
11610commit aab2bf0202c86227e3dcc8a5b58946087ebcc1af
11611Author: Wolfgang Denk <wd@denx.de>
11612Date: Tue Sep 9 10:08:02 2008 +0200
11613
11614 lib_ppc/interrupts.c: make board_show_activity() a weak function
11615
11616 This allows to use show_activity() without having to
11617 define an empty board_show_activity() function.
11618
11619 Signed-off-by: Wolfgang Denk <wd@denx.de>
11620
11621commit fe876787f8743883ce58fed61525eaa2f34da4c5
11622Author: Wolfgang Denk <wd@denx.de>
11623Date: Tue Sep 9 10:06:44 2008 +0200
11624
11625 stxxtc: remove empty CONFIG_SHOW_ACTIVITY functions
11626
11627 Signed-off-by: Wolfgang Denk <wd@denx.de>
11628
11629commit 965de106ba8900372c8b16dc60d5acab7f925e38
11630Author: Wolfgang Denk <wd@denx.de>
11631Date: Tue Sep 9 10:03:47 2008 +0200
11632
11633 NETTA2: remove empty CONFIG_SHOW_ACTIVITY functions
11634
11635 Signed-off-by: Wolfgang Denk <wd@denx.de>
11636
f12e4549
WD
11637commit 6cc64f9b5f69239c8b1969572b5a3a4aab7de5b9
11638Author: Sergei Poselenov <sposelenov@emcraft.com>
11639Date: Fri Aug 15 15:42:11 2008 +0200
11640
11641 Removed hardcoded MxMR loop value from upmconfig() for MPC85xx.
11642
11643 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11644
11645commit 36241ca29d4804a1006fb3f26069effda5202581
11646Author: Anatolij Gustschin <agust@denx.de>
11647Date: Fri Aug 15 15:42:13 2008 +0200
11648
11649 85xx: socrates: Enable Lime support.
11650
11651 This patch adds Lime GDC support together with support for the PWM
11652 backlight control through the w83782d chip. The reset pin of the
11653 latter is attached to GPIO, so we need to reset it in
11654 early_board_init_r.
11655
11656 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11657
11658commit 7a47753ddcaebbf2142809842f70c5f723bd9ddb
11659Author: Detlev Zundel <dzu@denx.de>
11660Date: Fri Aug 15 15:42:12 2008 +0200
11661
11662 85xx: Socrates: Major code update.
11663
11664 - Update the local bus ranges in the FDT for Linux for the various
11665 devices connected to the local bus via chip-select.
11666
11667 - Set the LCRR_DBYP bit in the LCRR for local bus frequencies
11668 lower than 66 MHz and uses I/O accessor functions consequently.
11669
11670 - UPM data update.
11671
11672 - Update of default environment and configuration. Use I2C multibus
11673 as we do have two I2C buses. Also enable sdram and ext2 commands.
11674
11675 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
11676 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11677 Signed-off-by: Detlev Zundel <dzu@denx.de>
11678
8b9e4787
WD
11679commit 4d2ae70e8c31c22e5710df5ff236b5565ea2cf2c
11680Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11681Date: Tue Sep 9 01:22:39 2008 +0200
11682
11683 disk-on-chip: remove duplicate doc_probe declaration
11684
11685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11686
11687commit 3221b074a0ab199f6ae47c19cc22f42ddf3ef819
11688Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11689Date: Tue Sep 9 00:59:40 2008 +0200
11690
11691 onenand_uboot: fix warning: 'struct mtd_oob_ops' declared inside parameter list
11692
11693 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11694
11695commit 13b4db0e2107175a8622ebb48529fa3ad8e12c75
11696Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11697Date: Tue Sep 9 00:59:39 2008 +0200
11698
11699 rs5c372: fix rtc_set prototype
11700
11701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11702
11703commit 1bb8b2ef2722bbaea3cc5d46321ce1d99f9b56f7
11704Author: Sergei Poselenov <sposelenov@emcraft.com>
11705Date: Thu Aug 14 14:08:28 2008 +0200
11706
11707 ARM: fix warning: target CPU does not support interworking
11708
11709 This patch fixes warnings like this:
11710
11711 start.S:0: warning: target CPU does not support interworking
11712
11713 which come from some ARM cross compilers and are caused by hard-coded
11714 (with "--with-cpu=arm9" configuration option) ARM targets (which
11715 support ARM Thumb instructions), while the ARM target selected from
11716 the command line (with "-march=armv4") doesn't support Thumb
11717 instructions.
11718
11719 This warning is issued by the compiler regardless of the real use of
11720 the Thumb instructions in code.
11721
11722 To fix this problem, we use options according to compiler version
11723 being used.
11724
11725 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11726 Signed-off-by: Wolfgang Denk <wd@denx.de>
11727
11728commit 4265c35fbcb248e58179007621d61d32d0b3b82a
11729Author: Sergei Poselenov <sposelenov@emcraft.com>
11730Date: Thu Aug 14 14:08:28 2008 +0200
11731
11732 ARM: Use do_div() instead of division for "long long".
11733
11734 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
11735 Signed-off-by: Wolfgang Denk <wd@denx.de>
11736
f12e4549
WD
11737commit 8febd13c69cb68652577d1a9fcbde954bf784155
11738Author: Timur Tabi <timur@freescale.com>
11739Date: Fri Jul 18 16:52:23 2008 +0200
11740
11741 Update Freescale 85xx boards to sys_eeprom.c
11742
11743 The new sys_eeprom.c supports both the old CCID EEPROM format and the new NXID
11744 format, and so it obsoletes board/freescale/common/cds_eeprom.c. Freescale
11745 86xx boards already use sys_eeprom.c, so this patch migrates the remaining
11746 Freescale 85xx boards to use it as well. cds_eeprom.c is deleted.
11747
11748 Signed-off-by: Timur Tabi <timur@freescale.com>
11749
8b9e4787
WD
11750commit 1055171ed05b7c4885737463d52b8d6c013bcb5d
11751Author: Wolfgang Denk <wd@denx.de>
11752Date: Mon Sep 8 23:26:22 2008 +0200
11753
11754 lib_arm/bootm.c: fix compile warnings
11755
11756 bootm.c:128: warning: label 'error' defined but not used
11757 bootm.c:65: warning: unused variable 'ret'
11758
11759 Signed-off-by: Wolfgang Denk <wd@denx.de>
11760
11761commit 2e3c867d0a63c563a51e65b776973b008f16cec5
11762Author: Wolfgang Denk <wd@denx.de>
11763Date: Mon Sep 8 22:46:42 2008 +0200
11764
11765 ml507: fix out of tree build problem
11766
11767 Signed-off-by: Wolfgang Denk <wd@denx.de>
11768
11769commit 9863a15a98f23b79f34a0e4f9e465bc6df5d504d
11770Author: Wolfgang Denk <wd@denx.de>
11771Date: Mon Sep 8 22:10:28 2008 +0200
11772
11773 common/cmd_bootm.c: fix printf() format warnings
11774
11775 Signed-off-by: Wolfgang Denk <wd@denx.de>
11776
11777commit 4394f9a8c42bb1b0abc4fc04bd582d4db5f8b726
11778Author: Wolfgang Denk <wd@denx.de>
11779Date: Mon Sep 8 22:37:45 2008 +0200
11780
11781 BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warnings
11782
11783 missing doc_probe() prototype.
11784
11785 Signed-off-by: Wolfgang Denk <wd@denx.de>
11786
11787commit 2c5e3cc4994897d364b148942ff23e47783198f6
11788Author: Wolfgang Denk <wd@denx.de>
11789Date: Mon Sep 8 21:28:14 2008 +0200
11790
11791 mk48t59: fix compile problem introduced by commit d1e23194
11792
11793 Signed-off-by: Wolfgang Denk <wd@denx.de>
11794
11795commit 5ff889349d2ace13f10c9335e09365fcec8247cc
11796Author: Stefan Roese <sr@denx.de>
11797Date: Mon Sep 8 14:11:12 2008 +0200
11798
11799 ppc4xx: Move ppc4xx specific prototypes to ppc4xx header
11800
11801 This patch moves some 4xx specific prototypes out of include common.h
11802 to a ppc4xx specific header.
11803
11804 Signed-off-by: Stefan Roese <sr@denx.de>
11805
11806commit ac53ee8318678190bf3c68da477a84a657d86fb0
11807Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11808Date: Fri Sep 5 15:34:04 2008 +0200
11809
11810 ppc4xx: Update CPCI405(AB) configuration
11811
11812 This patch add FDT support and command line editing capabilities
11813 for CPCI405 and CPCI405AB boards.
11814
11815 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11816 Signed-off-by: Stefan Roese <sr@denx.de>
11817
11818commit 7b1fbcadf73a83b3beb94abccda1c35e2c075a94
11819Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11820Date: Fri Sep 5 15:34:03 2008 +0200
11821
11822 ppc4xx: Cleanup CPCI405 linker script
11823
11824 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11825 Signed-off-by: Stefan Roese <sr@denx.de>
11826
11827commit 767f9159c5c94cd0cb3135b5b82814ad12816ddf
11828Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11829Date: Fri Sep 5 15:34:02 2008 +0200
11830
11831 ppc4xx: Update CPCI405 variants handling
11832
11833 This patch replaces the BOARD_REVISION variable in include/config.mk
11834 by a using a temporary include file in the platform directory.
11835
11836 The former way does not work anymore and the latter is also used by
11837 some other boards.
11838
11839 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
11840 Signed-off-by: Stefan Roese <sr@denx.de>
11841
11842commit f071f01fd09e9bf1cf09de37a7416aacce71bae1
11843Author: Stefan Roese <sr@denx.de>
11844Date: Mon Sep 8 10:01:48 2008 +0200
11845
11846 ppc4xx: Remove CONFIG_CS8952_PHY define
11847
11848 Since this define is only used on one board that was never really in
11849 production, removing this compile time option doesn't hurt and makes
11850 the code more readable.
11851
11852 Signed-off-by: Stefan Roese <sr@denx.de>
11853
11854commit 6ca8646c1860bba74326bf916a5a3389a5c0d3b5
11855Author: Stefan Roese <sr@denx.de>
11856Date: Fri Sep 5 14:11:40 2008 +0200
11857
11858 ppc4xx: Fix compilation warning for PIP405
11859
11860 This patch fixes a compilation warning for the PIP405 board. It moves the
11861 #ifndef CONFIG_CS8952_PHY define a little so that the warning doesn't
11862 occur anymore. I am a little unsure if this #ifdef is at the correct
11863 place now or if it could be removed completely. This needs to get
11864 tested on the PIP405 board.
11865
11866 Signed-off-by: Stefan Roese <sr@denx.de>
11867
11868commit 725b53ac61f4df3026b8f6489ef0080fd27d3816
11869Author: Stefan Roese <sr@denx.de>
11870Date: Fri Sep 5 14:09:09 2008 +0200
11871
11872 ppc4xx: Fix compilation warning for canyonlands & glacier
11873
11874 Signed-off-by: Stefan Roese <sr@denx.de>
11875
11876commit 302e52e0b1d4c7f994991709d0cb6c3ea612cdb5
11877Author: Kumar Gala <galak@kernel.crashing.org>
11878Date: Fri Sep 5 14:40:29 2008 -0500
11879
11880 Fix compiler warning in mpc8xxx ddr code
11881
11882 ctrl_regs.c: In function 'compute_fsl_memctl_config_regs':
11883 ctrl_regs.c:523: warning: 'caslat' may be used uninitialized in this function
11884 ctrl_regs.c:523: note: 'caslat' was declared here
11885
11886 Add a warning in DDR1 case if cas_latency isn't a value we know about.
11887
11888 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11889 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11890
11891commit d1e2319414ea5218ba801163e4530ecf2dfcbf36
11892Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11893Date: Mon Sep 1 23:06:23 2008 +0200
11894
11895 rtc: allow rtc_set to return an error and use it in cmd_date
11896
11897 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11898
11899commit ee9536a28cb149bcb6c5dee9d08c62c91f4c72d2
11900Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11901Date: Mon Sep 1 01:16:33 2008 +0200
11902
11903 ap325rxa/favr-32-ezkit: Use CONFIG_FLASH_CFI_DRIVER
11904
11905 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
11906
11907commit 6b971c73f182248ce103503d74fbc0100bb8c8b7
11908Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11909Date: Sun Aug 31 05:37:04 2008 +0900
11910
11911 config.mk: Move arch-specific condition to $(ARCH)_config.mk
11912
11913 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11914
11915commit ea86b9e64b811753d9eabe0f560ee189fbe5d0c1
11916Author: Kumar Gala <galak@kernel.crashing.org>
11917Date: Fri Aug 29 19:08:29 2008 -0500
11918
11919 Prevent crash if random/invalid ramdisks are passed to bootm
11920
11921 Adds returning an error from the ramdisk detection code if
11922 its not a real ramdisk (invalid). There is no reason we can't
11923 just return back to the console if we detect an invalid
11924 ramdisk or CRC error.
11925
11926 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11927
11928commit 8e02494e8f86c8f2d7324b5eb9e75271104a01ef
11929Author: Anatolij Gustschin <agust@denx.de>
11930Date: Fri Aug 29 21:04:45 2008 +0200
11931
11932 Prevent crash if random DTB address is passed to bootm
11933
11934 This patch adds bootm_start() return value check. If
11935 error status is returned, we do not proceed further to
11936 prevent board reset or crash as we still can recover
11937 at this point.
11938
11939 Signed-off-by: Anatolij Gustschin <agust@denx.de>
11940
11941commit cc347801add2689b1ee54d21f62bc14ecf6e1dd8
11942Author: Andrew Dyer <adyer@righthandtech.com>
11943Date: Fri Aug 29 12:30:39 2008 -0500
11944
11945 clean up some #if !defined() in drivers/video/cfb_console.c
11946
11947 rearrange some #if !defined() / #else / #endif statements to remove
11948 the negative logic.
11949
11950 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
11951
11952commit c83f4c2d77f07174dcd6bef7e87a0f7017be7c33
11953Author: Kyungmin Park <kmpark@infradead.org>
11954Date: Fri Aug 29 09:02:20 2008 +0900
11955
11956 apollon: use the last memory area for u-boot
11957
11958 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11959
11960commit a6f2e455b774d0c5d56e44e5661df9adb69b6e07
11961Author: Heiko Schocher <hs@denx.de>
11962Date: Thu Aug 28 13:50:42 2008 +0200
11963
11964 TQM8272: move NAND part in seperate File
11965
11966 I didn't try to use drivers/mtd/nand/fsl_upm.c for the NAND driver,
11967 because I have no longer access to the hardware.
11968
11969 Signed-off-by: Heiko Schocher <hs@denx.de>
11970
11971commit 584f979f7ee914e32d408739cbdd2c4457ec18b8
11972Author: Heiko Schocher <hs@denx.de>
11973Date: Thu Aug 28 13:48:36 2008 +0200
11974
11975 TQM8272: Fix compiling error for the TQM8272 board.
11976
11977 Fix compile problems caused by
11978 commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
11979
11980 Signed-off-by: Heiko Schocher <hs@denx.de>
11981
11982commit 1a7f8ccec981648ccd38fca2535490582eee08e6
11983Author: Kyungmin Park <kmpark@infradead.org>
11984Date: Wed Aug 27 14:45:20 2008 +0900
11985
11986 Add JFFS2 command support on OneNAND
11987
11988 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11989
11990commit f5c3ba79788b0e39baab7026d374fe375dd1a43f
11991Author: Mark Jackson <mpfj@mimc.co.uk>
11992Date: Mon Aug 25 19:21:30 2008 +0100
11993
11994 Allow console input to be disabled
11995
11996 Added new CONFIG_DISABLE_CONSOLE define and GD_FLG_DISABLE_CONSOLE.
11997
11998 When CONFIG_DISABLE_CONSOLE is defined, setting
11999 GD_FLG_DISABLE_CONSOLE disables all console input and output.
12000
12001 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
12002
12003commit 2b22d608f370565c87f55928b524207031419c11
12004Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12005Date: Wed Jul 30 12:39:29 2008 +0200
12006
12007 loads: allow negative offsets
12008
12009 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12010
12011commit e90fb6afab2c0c074dfb67bacb4de179eb188a24
12012Author: Yuri Tikhonov <yur@emcraft.com>
12013Date: Thu Sep 4 11:19:05 2008 +0200
12014
12015 USB EHCI: reset root hub
12016
12017 Some of multi-function USB controllers (e.g. ISP1562) allow root hub
12018 resetting only via EHCI registers. So, this patch adds the
12019 corresponding kind of reset to OHCI's hc_reset() if the newly
12020 introduced CONFIG_PCI_EHCI_DEVNO option is set (e.g. for Socrates
12021 board).
12022
12023 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12024 Acked-by: Markus Klotzbuecher <mk@denx.de>
12025
12026commit 5875d358f025c1b042d8a0f08384b756de7256c9
12027Author: Yuri Tikhonov <yur@emcraft.com>
12028Date: Fri Aug 15 15:42:09 2008 +0200
12029
12030 RX 8025 RTC: analyze 12/24-hour mode flag in rtc_get().
12031
12032 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12033
12034commit 3e3c026ed746a284c6f0ef139b26d859939de7e9
12035Author: Stefan Roese <sr@denx.de>
12036Date: Fri Sep 5 10:47:46 2008 +0200
12037
12038 devices: Use list_add_tail() instead of list_add() to register a device
12039
12040 This patch fixes a problem spotted on Glacier/Canyonlands (and most
12041 likely lots of other board ports), that no serial output was seen
12042 after console initialization in console_init_r(). This is because the
12043 last added console device was used instead of the first added.
12044
12045 This patch fixes this problem by using list_add_tail() instead of
12046 list_add() to register a device. This way the first added console
12047 is used again.
12048
12049 Signed-off-by: Stefan Roese <sr@denx.de>
12050
12051commit 78d78236896d62bb8ca7302af38d8f1493eb2651
12052Author: Victor Gallardo <vgallardo@amcc.com>
12053Date: Thu Sep 4 23:49:36 2008 -0700
12054
12055 ppc4xx: Add support for GPCS, SGMII and M88E1112 PHY
12056
12057 This patch adds GPCS, SGMII and M88E1112 PHY support
12058 for the AMCC PPC460GT/EX processors.
12059
12060 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
12061 Signed-off-by: Stefan Roese <sr@denx.de>
12062
12063commit f6b6c45840f9b4671d2d97243a12a1f3ffb64765
12064Author: Adam Graham <agraham@amcc.com>
12065Date: Wed Sep 3 12:26:59 2008 -0700
12066
12067 ppc4xx: Update Kilauea to use PPC4xx DDR autocalibration routines
12068
12069 Signed-off-by: Adam Graham <agraham@amcc.com>
12070 Signed-off-by: Stefan Roese <sr@denx.de>
12071
12072commit 075d0b81e896e8735ae26372cd384f87cbd24e41
12073Author: Adam Graham <agraham@amcc.com>
12074Date: Wed Sep 3 12:26:28 2008 -0700
12075
12076 ppc4xx: IBM Memory Controller DDR autocalibration routines
12077
12078 Alternate SDRAM DDR autocalibration routine that can be generically used
12079 for any PPC4xx chips that have the IBM SDRAM Controller core allowing for
12080 support of more DIMM/memory chip vendors and gets the DDR autocalibration
12081 values which give the best read latency performance (SDRAM0_RDCC.[RDSS]).
12082
12083 Two alternate SDRAM DDR autocalibration algoritm are provided in this patch,
12084 "Method_A" and "Method_B". DDR autocalibration Method_A scans the full range
12085 of possible PPC4xx SDRAM Controller DDR autocalibration values and takes a
12086 lot longer to run than Method_B. Method_B executes in the same amount of time
12087 as the currently existing DDR autocalibration routine, i.e. 1 second or so.
12088 Normally Method_B is used and it is set as the default method.
12089
12090 The current U-Boot PPC4xx DDR autocalibration code calibrates the IBM SDRAM
12091 Controller registers.[bit-field]:
12092 1) SDRAM0_RQDC.[RQFD]
12093 2) SDRAM0_RFDC.[RFFD]
12094
12095 This alternate PPC4xx DDR autocalibration code calibrates the following
12096 IBM SDRAM Controller registers.[bit-field]:
12097
12098 1) SDRAM0_WRDTR.[WDTR]
12099 2) SDRAM0_CLKTR.[CKTR]
12100 3) SDRAM0_RQDC.[RQFD]
12101 4) SDRAM0_RFDC.[RFFD]
12102
12103 and will also use the calibrated settings of the above four registers that
12104 produce the best "Read Sample Cycle Select" value in the SDRAM0_RDCC.[RDSS]
12105 register.[bit-field].
12106
12107 Signed-off-by: Adam Graham <agraham@amcc.com>
12108 Signed-off-by: Stefan Roese <sr@denx.de>
12109
12110commit e07f4a8033b6270b8103049adb6456f660ff4a89
12111Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12112Date: Mon Sep 1 13:09:39 2008 -0400
12113
12114 ppc44x: Unification of virtex5 pp440 boards
12115
12116 This patch provides an unificated way of handling xilinx v5 ppc440 boards.
12117
12118 It unificates 3 different things:
12119
12120 1) Source code
12121 A new board called ppc440-generic has been created. This board includes
12122 a generic tlb initialization (Maps the whole memory into virtual) and
12123 defines board_pre_init, checkboard, initdram and get_sys_info weakly,
12124 so, they can be replaced by specific functions.
12125
12126 If a new board needs to redefine any of the previous functions
12127 (specific initialization) it can create a new directory with the
12128 specific initializations needed. (see the example ml507 board).
12129
12130 2) Configuration file
12131 Common configurations are located under configs/xilinx-ppc440.h, this
12132 header file interpretes the xparameters file generated by EDK and
12133 configurates u-boot in correspondence. Example: if there is a Temac,
12134 allows CMD_CONFIG_NET
12135 Specific configuration are located under specific configuration file.
12136 (see the example ml507 board)
12137
12138 3) Makefile
12139 Some work has been done in order to not duplicate work in the Main
12140 Makefile. Please see the attached code.
12141
12142 In order to support new boards they can be implemented in the next way:
12143
12144 a) Simple Generic Board (90% of the time)
12145 Using EDK generates a new xparameters.h file, replace
12146 ppc440-generic/xparameters.h and run make xilinx-ppc440-generic_config
12147 && make
12148
12149 b) Simple Boards with special u-boot parameters (9 % of the time)
12150 Create a new file under configs for it (use ml507.h as example) and
12151 change your paramaters. Create a new Makefile paragraph and compile
12152
12153 c) Complex boards (1% of the time)
12154 Create a new folder for the board, like the ml507
12155
12156 Finally, it adds support for the Avnet FX30T Evaluation board, following
12157 the new generic structure:
12158
12159 Cheap board by Avnet for evaluating the Virtex5 FX technology.
12160
12161 This patch adds support for:
12162 - UartLite
12163 - 16MB Flash
12164 - 64MB RAM
12165
12166 Prior using U-boot in this board, read carefully the ERRATA by Avnet
12167 to solve some memory initialization issues.
12168
12169 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
12170 Signed-off-by: Stefan Roese <sr@denx.de>
12171
12172commit 64ac1eb5afafced49b327425ad1814b2dc422d6e
12173Author: Nick Spence <nick.spence@freescale.com>
12174Date: Tue Sep 2 15:21:16 2008 -0500
12175
12176 mpc83xx: fix mpc8313 in-tree building with NAND
12177
12178 and add mpc8313 NAND build to MAKEALL
12179
12180 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12181 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12182
12183commit 6eb2a44e27919fdc601e0c05404b298a7602c0e3
12184Author: Nick Spence <nick.spence@freescale.com>
12185Date: Thu Aug 28 14:09:25 2008 -0700
12186
12187 mpc83xx: clean up cache operations and unlock_ram_in_cache() functions
12188
12189 Cleans up some latent issues with the data cache control so that
12190 dcache_enable() and dcache_disable() will work reliably (after
12191 unlock_ram_in_cache() has been called)
12192
12193 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12194 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12195
12196commit 46497056ae3b1e81e736e9cf3a170472c5d9719f
12197Author: Nick Spence <nick.spence@freescale.com>
12198Date: Thu Aug 28 14:09:19 2008 -0700
12199
12200 mpc83xx: Store and display Arbiter Event Register values
12201
12202 Record the Arbiter Event Register values and optionally display them.
12203
12204 The Arbiter Event Register can record the type and effective address of
12205 an arbiter error, even through an HRESET. This patch stores the values in
12206 the global data structure.
12207
12208 Display of the Arbiter Event registers immediately after the RSR value
12209 can be enabled with defines. The Arbiter values will only be displayed
12210 if an arbiter event has occured since the last Power On Reset, and either
12211 of the following defines exist:
12212 #define CONFIG_DISPLAY_AER_BRIEF - display only the arbiter address and
12213 and type register values
12214 #define CONFIG_DISPLAY_AER_FULL - display and interpret the arbiter
12215 event register values
12216
12217 Address Only transactions are one of the trapped events that can register
12218 as an arbiter event. They occur with some cache manipulation instructions
12219 if the HID0_ABE (Address Broadcast Enable) is set and the memory region
12220 has the MEMORY_COHERENCE WIMG bit set. Setting:
12221 #define CONFIG_MASK_AER_AO - prevents the arbiter from recording address
12222 only events, so that it can still capture
12223 other real problems.
12224
12225 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12226 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12227
12228commit ade50c7fa1b16ef98be17e9c3ae286aecf4f5605
12229Author: Nick Spence <nick.spence@freescale.com>
12230Date: Thu Aug 28 14:09:11 2008 -0700
12231
12232 mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cache
12233
12234 This is needed in unlock_ram_in_cache() because it is called from C and
12235 will corrupt the small data area anchor that is kept in R2.
12236
12237 lock_ram_in_cache() is modified similarly as good coding practice, but
12238 is not called from C.
12239
12240 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12241 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12242
12243commit d9fe88173cb4f7d293796ffe10c7a0d3d426d8f9
12244Author: Nick Spence <nick.spence@freescale.com>
12245Date: Fri Aug 22 23:52:50 2008 -0700
12246
12247 MPC83XX: Fix GPIO configuration - set gpio level before direction
12248
12249 Set DAT value before DIR values to avoid creating glitches on the
12250 GPIO signals.
12251
12252 Set gpio level register before direction register to inhibit
12253 glitches on high level output pins.
12254
12255 Dir and data gets cleared at powerup, so high level output lines see
12256 a short low pulse between setting the direction and level registers.
12257
12258 Issue was seen on a new board with the nReset line of the NOR flash
12259 connected to a GPIO. Setting the direction register puts the NOR flash
12260 in reset so the next instruction to set the level cannot get executed.
12261
12262 Signed-off-by: Nick Spence <nick.spence@freescale.com>
12263 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
12264 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12265
12266commit 7007c5975ee900ad70983b0681d3251e221f8321
12267Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12268Date: Tue Sep 2 02:58:32 2008 +0200
12269
12270 doc/qemu_mips: add doc howto debug u-boot with gdb
12271
12272 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12273
12274commit 7deb3b3ecd0e81ef09bb68aa0ec2346f4ae0a405
12275Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12276Date: Wed Sep 3 17:15:45 2008 +0200
12277
12278 ppx4xx: Fix broken DASA_SIM board
12279
12280 This patch adds initdram() to DASA_SIM boards that has been
12281 removed accidentally by a previous commit.
12282
12283 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12284 Signed-off-by: Stefan Roese <sr@denx.de>
12285
12286commit 7e410aa30fbcb1d19a26bbf1e84a9ca6102d534b
12287Author: Stefan Roese <sr@denx.de>
12288Date: Mon Sep 1 08:35:37 2008 +0200
12289
12290 ppc4xx: Remove reference to common/lists.o from some esd linker scripts
12291
12292 This patch removes some direct references to common/lists.o from some
12293 esd linker scripts. This is necessary because the lists source was moved
12294 and is not in the "common" directory anymore.
12295
12296 Signed-off-by: Stefan Roese <sr@denx.de>
12297
12298commit 97b0734d65f8a0b03df0a335a2addc759da56107
12299Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12300Date: Tue Sep 2 16:33:05 2008 +0200
12301
12302 ppc4xx: Remove obsolete or unused functions from some esd boards
12303
12304 This patch removes initdram() and testdram() from most esd 405 platforms.
12305 Some boards also have an empty dummy implementation of
12306 misc_init_f(). This is also removed.
12307
12308 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12309 Signed-off-by: Stefan Roese <sr@denx.de>
12310
12311commit 1092ce218c514e5ccb18450ac5af501d96d6e3e9
12312Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12313Date: Tue Sep 2 15:07:54 2008 +0200
12314
12315 ppc4xx: Update VOM405 board configuration
12316
12317 - remove PCI code
12318 - add command line editing
12319 - minor cleanup
12320
12321 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12322 Signed-off-by: Stefan Roese <sr@denx.de>
12323
12324commit 830c800e28e96ec7c3c6936a0bd1b9461f3e77d4
12325Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12326Date: Tue Sep 2 15:07:53 2008 +0200
12327
12328 ppc4xx: Remove obsolete initdram() function from VOM405 board
12329
12330 This patch removed the obsolete initdram() function from
12331 VOM405 platform file.
12332
12333 Some minor cleanup.
12334
12335 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12336 Signed-off-by: Stefan Roese <sr@denx.de>
12337
12338commit 3d4dd7a941b2327b8c2fc535b782ca307ff8b6c8
12339Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12340Date: Tue Sep 2 15:07:52 2008 +0200
12341
12342 ppc4xx: Cleanup VOM405 linker script
12343
12344 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12345 Signed-off-by: Stefan Roese <sr@denx.de>
12346
12347commit fcaffd597f6f5191b12ca66c2a4789bbdeea85c2
12348Author: Matthias Fuchs <mf@esd.eu>
12349Date: Tue Sep 2 15:07:51 2008 +0200
12350
12351 ppc4xx: Add fdt support for VOM405 boards
12352
12353 Signed-off-by: Matthias Fuchs <mf@esd.eu>
12354 Signed-off-by: Stefan Roese <sr@denx.de>
12355
12356commit 9ec367aa2c5dcf79558aa2b209b45d7686654c14
12357Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12358Date: Tue Sep 2 11:36:14 2008 +0200
12359
12360 ppc4xx: Coding style cleanup
12361
12362 Wrap long lines etc.
12363
12364 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12365 Signed-off-by: Stefan Roese <sr@denx.de>
12366
12367commit 17e65c21adfb63980e6aff80bfbd2df0eeb12060
12368Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12369Date: Tue Sep 2 11:35:56 2008 +0200
12370
12371 ppc4xx: Enable USB on PLU405 boards
12372
12373 This patch enables the PCI-OHCI controller on PLU405 board.
12374
12375 Also the default CPU frequency is updated to 266 MHz and
12376 command line editing is enabled.
12377
12378 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12379 Signed-off-by: Stefan Roese <sr@denx.de>
12380
12381commit 40e43e3b87d57b2ac786e27f6e25a7df9940d93b
12382Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12383Date: Tue Sep 2 11:35:35 2008 +0200
12384
12385 ppc4xx: Cleanup PLU405 platform file
12386
12387 This patch
12388 - wraps some long lines
12389 - removes unused/obsolete functions: misc_init_f() and initdram()
12390
12391 Signed-off-by: Matthias Fuchs <mf@esd.eu>
12392 Signed-off-by: Stefan Roese <sr@denx.de>
12393
12394commit d74cdb1d0614ab78128e0735a51e7988a7b7ea33
12395Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12396Date: Tue Sep 2 11:35:04 2008 +0200
12397
12398 ppc4xx: Cleanup PLU405 linker script
12399
12400 Signed-off-by: Matthias Fuchs <mf@esd.eu>
12401 Signed-off-by: Stefan Roese <sr@denx.de>
12402
12403commit 3bc1054cec2f6b25822f301ea922a16233baa4c7
12404Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12405Date: Tue Sep 2 11:34:36 2008 +0200
12406
12407 ppc4xx: Add fdt support for PLU405 boards
12408
12409 Signed-off-by: Matthias Fuchs <mf@esd.eu>
12410 Signed-off-by: Stefan Roese <sr@denx.de>
12411
12412commit 5a3e480b783bfbc139586293a54fb875d7c5c5d4
12413Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
12414Date: Tue Sep 2 11:34:08 2008 +0200
12415
12416 ppc4xx: Increase U-Boot size to 384kB for PLU405 boards
12417
12418 Signed-off-by: Matthias Fuchs <mf@esd.eu>
12419 Signed-off-by: Stefan Roese <sr@denx.de>
12420
12421commit be1b0d2777e179191a57b138b660547a17e55aad
12422Author: Jochen Friedrich <jochen@scram.de>
12423Date: Tue Sep 2 11:24:59 2008 +0200
12424
12425 Don't tftp to unknown flash
12426
12427 If a board has a variable number of flash banks, there are empty entries
12428 in flash_info[] and CFG_DIRECT_FLASH_TFTP is set, tftp boot fails with
12429 "Outside available Flash". This patch skips flash banks with unknown
12430 flash ids.
12431
12432 Signed-off-by: Jochen Friedrich <jochen@scram.de>
12433 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12434
12435commit 33314470ab32a3f5412bb61b5f3d6c216c88bf9b
12436Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12437Date: Thu Aug 28 13:40:44 2008 +0900
12438
12439 net: smc911x: Add pkt_data_pull and pkt_data_push function
12440
12441 The RSK7203 board has the SMSC9118 wired up 'incorrectly'.
12442 Byte-swapping is necessary, and so poor performance is inevitable.
12443 This problem cannot evade by the swap function of CHIP, this can
12444 evade by software Byte-swapping.
12445 And this has problem by FIFO access only. pkt_data_pull/pkt_data_push
12446 functions necessary to solve this problem.
12447
12448 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12449 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12450
12451commit 10efa024b8ffd9e6aaca63da8bddfdffdc672274
12452Author: Ben Warren <biggerbadderben@gmail.com>
12453Date: Sun Aug 31 20:37:00 2008 -0700
12454
12455 Moved initialization of EEPRO100 Ethernet controller to board_eth_init()
12456
12457 Affected boards:
12458 db64360
12459 db64460
12460 katmai
12461 taihu
12462 taishan
12463 yucca
12464 cpc45
12465 cpu87
12466 eXalion
12467 elppc
12468 debris
12469 kvme080
12470 mpc8315erdb
12471 integratorap
12472 ixdp425
12473 oxc
12474 pm826
12475 pm828
12476 pm854
12477 pm856
12478 ppmc7xx
12479 sc3
12480 sc520_spunk
12481 sorcery
12482 tqm8272
12483 tqm85xx
12484 utx8245
12485
12486 Removed initialization of the driver from net/eth.c
12487 Also, wrapped contents of pci_eth_init() by CONFIG_PCI.
12488
12489 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12490
12491commit 8ca0b3f99c4fce7a599dcaf92ae095496dc8c8e0
12492Author: Ben Warren <biggerbadderben@gmail.com>
12493Date: Sun Aug 31 10:45:44 2008 -0700
12494
12495 Moved initialization of TULIP Ethernet controller to board_eth_init()
12496
12497 Affected boards:
12498 cu824
12499 bab7xx
12500 adciop
12501 dasa_sim
12502 mousse
12503 mpc8540eval
12504 musenki
12505 mvblue
12506 pcippc2/pcippc6
12507 sbc8240
12508 stxssa
12509
12510 Removed initialization of the driver from net/eth.c
12511
12512 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12513
12514commit ad3381cf4167120db5c7b88e4970245e1d5c0a32
12515Author: Ben Warren <biggerbadderben@gmail.com>
12516Date: Sun Aug 31 10:44:19 2008 -0700
12517
12518 Moved initialization of E1000 Ethernet controller to board_eth_init()
12519
12520 Affected boards:
12521 ap1000
12522 mvbc_p
12523 PM854
12524
12525 Removed initialization of the driver from net/eth.c
12526
12527 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12528
12529commit 4fce2aceaf8afd31a252bc782c9dbc497bf40487
12530Author: Ben Warren <biggerbadderben@gmail.com>
12531Date: Sun Aug 31 10:40:51 2008 -0700
12532
12533 Moved initialization of plb2800 Ethernet driver to board_eth_init
12534
12535 Affected boards:
12536 purple
12537
12538 Removed initialization of controller from net/eth.c
12539
12540 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12541
12542commit e1d7480b5de1fd4830bf7cf5e2237d3b0846d08d
12543Author: Ben Warren <biggerbadderben@gmail.com>
12544Date: Sun Aug 31 10:39:12 2008 -0700
12545
12546 Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directory
12547
12548 Modified board_eth_init() functions of boards that have this FEC in addition
12549 to other Ethernet controllers.
12550
12551 Affected boards:
12552 bc3450
12553 icecube
12554 mvbc_p
12555 o2dnt
12556 pm520
12557 total5200
12558 tq5200
12559
12560 Removed initialization of controller from net/eth.c
12561
12562 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12563
12564commit a0aad08f9427ac00218bdb2cb649833ce6ec9b8d
12565Author: Ben Warren <biggerbadderben@gmail.com>
12566Date: Sun Aug 31 10:36:38 2008 -0700
12567
12568 Moved initialization of MPC512x_FEC Ethernet driver to CPU directory
12569
12570 Added a cpu_eth_init() function to MPC512x CPU directory and
12571 removed code from net/eth.c
12572
12573 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12574
12575commit 8218bd2aa68820b878a8413493ae17fd8d21f944
12576Author: Ben Warren <biggerbadderben@gmail.com>
12577Date: Sun Aug 31 10:16:59 2008 -0700
12578
12579 Moved initialization of IncaIP Ethernet controller to board_eth_init
12580
12581 Affected boards:
12582 IncaIP
12583
12584 Removed initialization of the driver from net/eth.c
12585
12586 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12587
12588commit 164846eeb25cb2a5ede7ab9371fdca7f4831a055
12589Author: Ben Warren <biggerbadderben@gmail.com>
12590Date: Sun Aug 31 10:15:26 2008 -0700
12591
12592 Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()
12593
12594 Affected boards:
12595 AmigaOneG3SE
12596
12597 Removed initialization of the driver from net/eth.c
12598
12599 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12600
12601commit 6aca145e067efe75398e9fac97822bd3700de0b2
12602Author: Ben Warren <biggerbadderben@gmail.com>
12603Date: Sun Aug 31 10:13:34 2008 -0700
12604
12605 Moved initialization of GT6426x Ethernet controller to board_eth_init()
12606
12607 Affected boards:
12608 EVB64260
12609 P3G4
12610 ZUMA
12611
12612 Removed initialization of the driver from net/eth.c
12613
12614 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12615
12616commit e3090534d62045dcb73f5392bacc64a4e8e443dc
12617Author: Ben Warren <biggerbadderben@gmail.com>
12618Date: Sun Aug 31 10:08:43 2008 -0700
12619
12620 Moved initialization of PCNET Ethernet controller to board_eth_init()
12621
12622 Affected boards:
12623 PN62
12624 sc520_cdp
12625
12626 Removed initialization of the driver from net/eth.c
12627
12628 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12629
12630commit b902b8dda5e1fd4d5fe2f202c71ee3521d2c40ed
12631Author: Ben Warren <biggerbadderben@gmail.com>
12632Date: Sun Aug 31 10:07:16 2008 -0700
12633
12634 Moved initialization of NATSEMI Ethernet controller to board_eth_init()
12635
12636 Affected boards:
12637 a3000
12638
12639 Removed initialization of the driver from net/eth.c
12640
12641 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12642
12643commit 19403633dd70333893c2da7926a1d0dcd6dab7d8
12644Author: Ben Warren <biggerbadderben@gmail.com>
12645Date: Sun Aug 31 10:03:22 2008 -0700
12646
12647 Moved initialization of NS8382X Ethernet controller to board_eth_init()
12648
12649 Affected boards:
12650 bc3450
12651 cpci5200
12652 mecp5200
12653 pf2000
12654 icecube
12655 o2dnt
12656 pm520
12657 sandpoint8245
12658 total5200
12659 tqm5200
12660
12661 Removed initialization of the driver from net/eth.c
12662
12663 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12664
12665commit ccdd12f83ef93719fbe85f642aa4dc648b9498f0
12666Author: Ben Warren <biggerbadderben@gmail.com>
12667Date: Sun Aug 31 09:59:33 2008 -0700
12668
12669 Moved initialization of TSI108 Ethernet controller to board_eth_init()
12670
12671 Affected boards:
12672 mpc7448hpc2
12673
12674 Removed initialization of the driver from net/eth.c
12675
12676 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12677
12678commit 0b252f50ae218ae15bfb63af44227972686ebc56
12679Author: Ben Warren <biggerbadderben@gmail.com>
12680Date: Sun Aug 31 21:41:08 2008 -0700
12681
12682 Moved initialization of RTL8139 Ethernet controller to board_eth_init()
12683
12684 Affected boards:
12685 hidden_dragon
12686 MPC8544DS
12687 MPC8610HPCN
12688 R2DPLUS
12689 TB0229
12690
12691 Removed initialization of the driver from net/eth.c
12692
12693 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12694
12695commit 02d69891d95ee76b0e86e1715a4dc0b964a57cb7
12696Author: Ben Warren <biggerbadderben@gmail.com>
12697Date: Sun Aug 31 09:49:42 2008 -0700
12698
12699 Moved initialization of RTL8169 Ethernet controller to board_eth_init()
12700
12701 Affected boards:
12702 linkstation
12703 r7780mp
12704
12705 Removed initialization of the driver from net/eth.c
12706
12707 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12708
12709commit 3ae071e44256144d6c1e3febb65f6c56bd433769
12710Author: Ben Warren <biggerbadderben@gmail.com>
12711Date: Tue Aug 12 22:11:53 2008 -0700
12712
12713 Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
12714
12715 Removed at91sam9_eth_initialize() from net/eth.c
12716
12717 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12718
12719commit 89973f8a82c28ad893c4c3cc56839a8e10fe5f13
12720Author: Ben Warren <biggerbadderben@gmail.com>
12721Date: Sun Aug 31 22:22:04 2008 -0700
12722
12723 Introduce netdev.h header file and remove externs
12724
12725 This addresses all drivers whose initializers have already
12726 been moved to board_eth_init()/cpu_eth_init().
12727
12728 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12729
12730commit 5a8a163ac394d9f4f7ff57f415d82bd673b0068c
12731Author: Andy Fleming <afleming@freescale.com>
12732Date: Sun Aug 31 16:33:30 2008 -0500
12733
12734 Add pixis_set_sgmii command
12735
12736 The 8544DS and 8572DS platforms support an optional SGMII riser card to
12737 expose ethernet over an SGMII interface. Once the card is in, it is also
12738 necessary to configure the board such that it uses the card, rather than
12739 the on-board ethernet ports. This can either be done by flipping dip switches
12740 on the motherboard, or by modifying registers in the pixis. Either way
12741 requires a reboot.
12742
12743 This adds a command to allow users to choose which ports are routed through
12744 the SGMII card, and which through the onboard ports. It also allows users
12745 to revert to the current switch settings.
12746
12747 This code does not work on the 8572, as the PIXIS is different.
12748
12749 Signed-off-by: Andy Fleming <afleming@freescale.com>
12750 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12751
12752commit 216f2a7156a5fde7b47adc40ad553c888a9cbaa7
12753Author: Andy Fleming <afleming@freescale.com>
12754Date: Sun Aug 31 16:33:29 2008 -0500
12755
12756 Add SGMII support for the 8544 DS
12757
12758 The 8544 DS has an optional SGMII Riser card, which uses different PHY
12759 addresses. Check if we are in SGMII mode, and invoke the SGMII Riser
12760 setup code if so.
12761
12762 Signed-off-by: Andy Fleming <afleming@freescale.com>
12763 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12764
12765commit 652f7c2eef76a1340928bd660845441e932d86a2
12766Author: Andy Fleming <afleming@freescale.com>
12767Date: Sun Aug 31 16:33:28 2008 -0500
12768
12769 Add support for Freescale SGMII Riser Card
12770
12771 The 8544DS and 8572DS systems have an optional SGMII riser card which
12772 exposes new ethernet ports which are connected to the eTSECs via an
12773 SGMII interface. The SGMII PHYs for this board are offset from the standard
12774 PHY addresses, so this code modifies the passed in tsec_info structure to
12775 use the SGMII PHYs on the card, instead.
12776
12777 Signed-off-by: Andy Fleming <afleming@freescale.com>
12778 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12779
12780commit 2abe361c03b43e6dcf68f54e96b5c05156c49284
12781Author: Andy Fleming <afleming@freescale.com>
12782Date: Sun Aug 31 16:33:27 2008 -0500
12783
12784 Add SGMII support to the tsec
12785
12786 Adds support for configuring the TBI to talk properly with the SerDes.
12787
12788 Signed-off-by: Andy Fleming <afleming@freescale.com>
12789 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12790
12791commit 75b9d4ae0d69f214eab641caf12ce8af83a39a42
12792Author: Andy Fleming <afleming@freescale.com>
12793Date: Sun Aug 31 16:33:26 2008 -0500
12794
12795 Pass in tsec_info struct through tsec_initialize
12796
12797 The tsec driver contains a hard-coded array of configuration information
12798 for the tsec ethernet controllers. We create a default function that works
12799 for most tsecs, and allow that to be overridden by board code. It creates
12800 an array of tsec_info structures, which are then parsed by the corresponding
12801 driver instance to determine configuration. Also, add regs, miiregs, and
12802 devname fields to the tsec_info structure, so that we don't need the kludgy
12803 "index" parameter.
12804
12805 Signed-off-by: Andy Fleming <afleming@freescale.com>
12806 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12807
12808commit dd3d1f56a01f460d560766126ee7dfed2ea9bc10
12809Author: Andy Fleming <afleming@freescale.com>
12810Date: Sun Aug 31 16:33:25 2008 -0500
12811
12812 tsec: Move tsec.h to include/
12813
12814 This is to prepare the way for board code passing in the tsec_info structure
12815
12816 Signed-off-by: Andy Fleming <afleming@freescale.com>
12817 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12818
12819commit d23dc394aa69093b6326ad917db04dc0d1aff3f8
12820Author: Sergei Poselenov <sposelenov@emcraft.com>
12821Date: Fri Jun 6 15:52:44 2008 +0200
12822
12823 PHY: Add support for the M88E1121R Marvell chip.
12824
12825 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
12826 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
12827 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
12828
12829commit 1711f3bd16d1c5e9d17b4c0198b426d86999781b
12830Author: Wolfgang Denk <wd@denx.de>
12831Date: Tue Sep 2 21:17:36 2008 +0200
12832
12833 fw_env.c: fix build problems with MTD_VERSION=old
12834
12835 (as needed to support old 2.4 Linux kernel based releases)
12836
12837 Signed-off-by: Wolfgang Denk <wd@denx.de>
12838
12839commit 628ffd73bcff0c9f3bc5a8eeb2c7455fe9d28a51
12840Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12841Date: Mon Sep 1 17:11:26 2008 +0200
12842
12843 device: make device_register() clone the device
12844
12845 This is expected by the callers, but this fact was hidden well within
12846 the old list implementation.
12847
12848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12849
12850commit c75e772a2f061a508bba28ded1b5bea91f0442b0
12851Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12852Date: Sun Aug 31 23:28:15 2008 +0900
12853
12854 sh: Remove CC line from board's Makefile
12855
12856 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12857
12858commit 468eae0660de6fdfd9999944c536ecc4797bd944
12859Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12860Date: Sun Aug 31 23:25:57 2008 +0900
12861
12862 sh: Replaced "@./mkconfig" for @$(MKCONFIG)
12863
12864 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12865
12866commit 3aeb1ff7482a732503186c742d3a5ded4b7a0d34
12867Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12868Date: Thu Aug 28 14:50:52 2008 +0900
12869
12870 sh: Add support sh2 to MAKEALL
12871
12872 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12873 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12874
12875commit 6f3d8bb5faa12dbf3031382286784c978df038ee
12876Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12877Date: Thu Aug 28 14:52:23 2008 +0900
12878
12879 sh: Fix compile error rsk7203 board
12880
12881 This boards used old type preprocessor.
12882 This patch fix compile error.
12883
12884 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12885 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12886
12887commit 1c98172e025018552e9bb4c43b0aaee76f79b1aa
12888Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12889Date: Thu Aug 28 14:53:31 2008 +0900
12890
12891 sh: Fix compile error sh7785lcr board
12892
12893 This boards used old type preprocessor.
12894 This patch fix compile error.
12895
12896 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12897 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12898
12899commit 6f0da4972e48f99d37bc522814940a6022cd3084
12900Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12901Date: Fri Aug 22 17:39:09 2008 +0900
12902
12903 sh: Renesas Solutions AP325RXA board support
12904
12905 AP325RXA is SH7723's reference board.
12906 This has SCIF, NOR Flash, Ethernet, USB host, LCDC, SD Host, Camera and other.
12907 In this patch, support SCIF, NOR Flash, and Ethernet.
12908
12909 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12910 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12911
12912commit ab09f433b50bb83b5e440c335bc3839ee069e534
12913Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12914Date: Fri Aug 22 17:48:51 2008 +0900
12915
12916 sh: add support Renesas SH7723
12917
12918 Renesas SH7723 has 5 SCIF, SD, Camera, LCDC and other.
12919 This patch supports CPU register's header file and SCIF serial driver.
12920
12921 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12922 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12923
12924commit c655fad06ba3fb042dbc667724a40e1a9a091248
12925Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12926Date: Sun Aug 31 23:02:04 2008 +0900
12927
12928 sh: Renesas RSK+ 7203 board support
12929
12930 This adds initial support for the RTE RSK+ SH7203 board.
12931
12932 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12933 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12934
12935commit 6ede753ddf52a7b0f992d9bccbe5e4a0968ca475
12936Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12937Date: Thu Jul 3 23:11:02 2008 +0900
12938
12939 sh: Add support Renesas SH7203 processor
12940
12941 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12942 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12943
12944commit 6ad43d0dd86b612895ddc7f480eb6cdfe793adf9
12945Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12946Date: Sun Aug 31 22:48:33 2008 +0900
12947
12948 sh: Add support SH2/SH2A which is CPU of Renesas Technology
12949
12950 Add support SH2/SH2A basic function.
12951
12952 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
12953 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12954
12955commit 0d53a47dc0737b6aa3a39caee21410c169441ae5
12956Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12957Date: Sun Aug 31 22:45:08 2008 +0900
12958
12959 sh: Renesas R0P7785LC0011RL board support
12960
12961 This board has SH7785, 512MB DDR2-SDRAM, NOR Flash,
12962 Graphic, Ethernet, USB, SD, RTC, and I2C controller.
12963
12964 This patch supports the following functions:
12965 - 128MB DDR2-SDRAM (29-bit address mode only)
12966 - NOR Flash
12967 - USB host
12968 - Ethernet
12969
12970 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12971 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12972
12973commit b0b6218929bc7de9a6bdb8e564fa8ec2efa71b4e
12974Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12975Date: Thu Jul 10 19:32:53 2008 +0900
12976
12977 sh: add support for SH7785
12978
12979 Renesas SH7785 has DDR2-SDRAM controller, PCI, and other.
12980 This patch supports CPU register's header file.
12981
12982 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
12983 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12984
12985commit d6e04258be8f2408845468d3cf722a4cf0433445
12986Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12987Date: Sun Aug 31 04:45:42 2008 +0200
12988
12989 davinci: fix remaining dm644x_eth
12990
12991 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12992
12993commit 08ab4e1780fa63c88dd5a5ab52f4ff4ed1ee1878
12994Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12995Date: Sun Aug 31 04:24:56 2008 +0200
12996
12997 fs: Move conditional compilation to Makefile
12998
12999 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13000
13001commit c1de7a6daf9c657484e1c6d433f01fccd49a7f48
13002Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13003Date: Sun Aug 31 04:24:55 2008 +0200
13004
13005 devices: merge to list_head
13006
13007 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13008
13009commit ef0255fc75f28655f9681422079287d68a14dbaa
13010Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13011Date: Sun Aug 31 04:24:51 2008 +0200
13012
13013 update linux/list
13014
13015 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13016
13017commit 71cb31227bee741b274f6c0279b2aac1ab8e28e3
13018Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13019Date: Sun Aug 31 00:39:48 2008 +0200
13020
13021 smdk6400: add gitignore
13022
13023 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13024
13025commit f9f692e2b146d4e306b777e6d5f69f1d725b9eb9
13026Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13027Date: Sun Aug 31 00:39:48 2008 +0200
13028
13029 smdk6400: Use CONFIG_FLASH_CFI_DRIVER
13030
13031 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13032
13033commit 7c0e5a8db3d1358b0ce3cc85ada0de6341ca4a15
13034Author: Guennadi Liakhovetski <lg@denx.de>
13035Date: Sun Aug 31 00:39:47 2008 +0200
13036
13037 smdk6400: remove redundant bootargs definition
13038
13039 Double bootargs setting leads to a duplicated environmant entry.
13040
13041 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13042
13043commit 11edcfe260f20dcea79284a3e95270989d433854
13044Author: Guennadi Liakhovetski <lg@denx.de>
13045Date: Sun Aug 31 00:39:47 2008 +0200
13046
13047 ARM: Add support for S3C6400 based SMDK6400 board
13048
13049 SMDK6400 can only boot U-Boot from NAND-flash. This patch adds a nand_spl
13050 driver for it too. The board can also boot from the NOR flash, but due to
13051 hardware limitations it can only address 64KiB on it, which is not enough
13052 for U-Boot. Based on the original sources by Samsung for U-Boot 1.1.6.
13053
13054 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13055
13056commit e0056b341069796eaea11eae0fc8eb93a3dceaac
13057Author: Guennadi Liakhovetski <lg@denx.de>
13058Date: Sun Aug 31 00:39:47 2008 +0200
13059
13060 NAND: add NAND driver for S3C64XX
13061
13062 Based on the original S3C64XX NAND driver by Samsung for U-Boot 1.1.6.
13063
13064 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13065
13066commit 3fe7b589f9c7463df39056f8872006a67f56a91c
13067Author: Guennadi Liakhovetski <lg@denx.de>
13068Date: Sun Aug 31 00:39:47 2008 +0200
13069
13070 S3C64XX: remove broken HWFLOW support from the serial driver
13071
13072 As noted by Harald Welte, HWFLOW support in the S3C64XX serial driver is
13073 broken and currently unused. Remove it.
13074
13075 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13076
13077commit 2fb28dcf82048045e1bf5014e938e486fa6c2383
13078Author: Guennadi Liakhovetski <lg@denx.de>
13079Date: Sun Aug 31 00:39:47 2008 +0200
13080
13081 serial: add S3C64XX serial driver
13082
13083 Based on the original S3C64XX UART driver by Samsung for U-Boot 1.1.6.
13084
13085 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13086
13087commit 8262813ca04fc57f5d8856e1828085c136e0f1eb
13088Author: Guennadi Liakhovetski <lg@denx.de>
13089Date: Sun Aug 31 00:39:46 2008 +0200
13090
13091 USB: Add support for OHCI controller on S3C6400
13092
13093 Notice: USB on S3C6400 currently works _only_ with switched off MMU. One could
13094 try to enable the MMU, but map addresses 1-to-1, and disable data cache, then
13095 it should work too and we could still profit from instruction cache.
13096
13097 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13098
13099commit 9b07773f8883665b002500c190507e9fd99b7181
13100Author: Guennadi Liakhovetski <lg@denx.de>
13101Date: Sun Aug 31 00:39:46 2008 +0200
13102
13103 ARM: Add arm1176 core with S3C6400 SoC
13104
13105 Based on the original S3C64XX port by Samsung for U-Boot 1.1.6.
13106
13107 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
13108
13109commit fcaac589a68115819ddadcf5c18ded9a5f9e2c75
13110Author: Sandeep Paulraj <s-paulraj@ti.com>
13111Date: Sun Aug 31 00:39:46 2008 +0200
13112
13113 ARM DaVinci: Changing function names for EMAC driver
13114
13115 DM644x is just one of a series of DaVinci chips that use the EMAC driver.
13116 By replacing all the function names that start with dm644x_* to davinci_*
13117 we make these function more portable. I have tested this change on my EVM.
13118 DM6467 is another DaVinci SOC which uses the EMAC driver and i will
13119 be sending patches that add DaVinci DM6467 support to the list soon.
13120
13121 Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
13122
13123commit fbbb1de369ca7d5ace6f7b0ce9d0aee24a6f457b
13124Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13125Date: Sat Aug 30 23:21:30 2008 +0200
13126
13127 Integrator[AP/CP] - Remove unused file memsetup.S
13128
13129 - memsetup.s is changed/merged to lowlevel_init.S
13130 memsetup.S has a global label memsetup that just returns back to caller
13131 - memsetup global label is changed/merged to lowlevel_init
13132 This label is not called from anywhere.
13133
13134 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
13135
13136commit 89d51d022a63be1a851eda983c8cbce1a044f65f
13137Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13138Date: Wed Aug 27 21:35:52 2008 +0200
13139
13140 ARM DaVinci: Standardize names of directories/files
13141
13142 ARM DaVinci: Standardize names of directories/files.
13143
13144 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13145 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13146
13147commit 264bbdd11d01f14f5ea4629556ae63b00b13402d
13148Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13149Date: Fri Jul 11 15:10:13 2008 -0400
13150
13151 ARM DaVinci: Move common functions to board/davinci/common
13152
13153 ARM DaVinci: Move common functions to board/davinci/common.
13154
13155 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
13156
13157commit c2b4b2e4814f4ace9015fdb64132894327400bf0
13158Author: Stefan Roese <sr@denx.de>
13159Date: Fri Aug 29 11:56:49 2008 +0200
13160
13161 ppc4xx/NAND: Add select_chip function to 4xx NDFC driver
13162
13163 This function is needed for the new NAND infrastructure. We only need
13164 a dummy implementation though for the NDFC.
13165
13166 Signed-off-by: Stefan Roese <sr@denx.de>
13167
13168commit 3d4a746e2fb4545f07d871049805fb34ae97cc94
13169Author: Stefan Roese <sr@denx.de>
13170Date: Fri Aug 29 12:06:27 2008 +0200
13171
13172 ppc4xx: Increase image size for NAND boot target
13173
13174 This is needed since now with HUSH enabled (amcc-common.h) the image
13175 read from NAND exceeds the previous limit.
13176
13177 Signed-off-by: Stefan Roese <sr@denx.de>
13178
13179commit 6b5049d056cd8ef72d1f2f461ceb2d033d93f759
13180Author: Ben Warren <biggerbadderben@gmail.com>
13181Date: Thu Aug 28 23:58:30 2008 -0700
13182
13183 Move MPC512x_FEC driver to drivers/net
13184
13185 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13186
13187commit 80b00af01b3c9154774de2936f05a051e92f6a03
13188Author: Ben Warren <biggerbadderben@gmail.com>
13189Date: Thu Aug 28 23:58:29 2008 -0700
13190
13191 Move MPC5xxx_FEC driver to drivers/net
13192
13193 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13194
13195commit 3de7bf0e6b1ad2608014096c8192f13229b2e9d7
13196Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13197Date: Fri Aug 29 21:53:57 2008 +0200
13198
13199 cmd_terminal: remove no need ifdef
13200
13201 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13202
13203commit 578118bdf122877ae769776be002255be447b4fa
13204Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13205Date: Fri Aug 29 21:53:57 2008 +0200
13206
13207 common/Makefile: order by functionality
13208
13209 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13210
13211commit ba7b5b2348b684cf8ec424b2e38e267dc1cfd2fb
13212Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13213Date: Fri Aug 29 21:53:56 2008 +0200
13214
13215 miiphyutil: Move conditional compilation to Makefile
13216
13217 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13218
13219commit 81789c39db3f0f6b621df8c0ec66014d701f368e
13220Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13221Date: Fri Aug 29 21:53:37 2008 +0200
13222
13223 autoscript: Move conditional compilation to Makefile
13224
13225 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13226
13227commit bbf52df9aa94ffb115b8b1ebeb00d01374bb0a1d
13228Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13229Date: Fri Aug 29 01:18:11 2008 +0200
13230
13231 crc16: move to lib_generic
13232
13233 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13234
13235commit 55195773eacefb22dd483a3c560ea30a14263ce1
13236Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13237Date: Fri Aug 29 01:18:01 2008 +0200
13238
13239 miiphybb: move to drivers/net/phy
13240
13241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13242
13243commit e8314035996a9118ac5948df2ff8a2f2161ed67a
13244Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13245Date: Thu Aug 28 12:31:51 2008 +0200
13246
13247 soft_spi: move to drivers/spi
13248
13249 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13250
13251commit 4d75e0aa9caca64d4a1d55d95cd1ca5f30d9fc56
13252Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13253Date: Thu Aug 28 12:31:51 2008 +0200
13254
13255 soft_i2c: move to drivers/i2c
13256
13257 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13258
13259commit 717a222229fdb77703e9174d0eb08a4b41febf49
13260Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13261Date: Thu Aug 28 12:31:48 2008 +0200
13262
13263 gunzip: move to lib_generic
13264
13265 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13266
13267commit 52aef8f9ba28b747973bf76741c23db658d5773c
13268Author: Wolfgang Ocker <weo@reccoware.de>
13269Date: Tue Aug 26 19:55:23 2008 +0200
13270
13271 ppc4xx: NAND configuration
13272
13273 Made NAND bank configuration setting a config variable.
13274
13275 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
13276 Signed-off-by: Stefan Roese <sr@denx.de>
13277
13278commit 5bc542a593abc9e974fbd34704af85c37c366c60
13279Author: Victor Gallardo <vgallardo@amcc.com>
13280Date: Thu Aug 28 16:03:28 2008 -0700
13281
13282 ppc4xx: fix UIC external_interrupt hang on UIC0
13283
13284 This patch fixes a UIC external_interrupt hang if critical or non-critical
13285 interrupt is set at the same time as a normal interrupt is set on UIC0.
13286
13287 Signed-off-by: Victor Gallardo <vgallardo@amcc.com>
13288 Signed-off-by: Stefan Roese <sr@denx.de>
13289
13290commit 04737d5ffd16248cb80ab3dd4f3765057a803f18
13291Author: Prodyut Hazarika <phazarika@amcc.com>
13292Date: Wed Aug 27 16:39:00 2008 -0700
13293
13294 ppc4xx: Optimizations/Cleanups for IBM DDR2 Memory Controller
13295
13296 Removed Magic numbers from Initialization preload registers
13297 Tested with Kilauea, Glacier, Canyonlands and Katmai boards
13298 About 5-7% improvement seen for LMBench memtests
13299
13300 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
13301 Signed-off-by: Stefan Roese <sr@denx.de>
13302
13303commit 8a490422bed685c9491274ec997f62061d88620b
13304Author: John Rigby <jrigby@freescale.com>
13305Date: Thu Aug 28 13:17:07 2008 -0600
13306
13307 ADS5121: Fix NOR and CPLD ALE timing for rev 2 silicon
13308
13309 MPC5121 rev 2 silicon has a new register for controlling how long
13310 CS is asserted after deassertion of ALE in multiplexed mode.
13311
13312 The default is to assert CS together with ALE. The alternative
13313 is to assert CS (ALEN+1)*LPC_CLK clocks after deassertion of ALE.
13314
13315 The default is wrong for the NOR flash and CPLD on the ADS5121.
13316
13317 This patch turns on the alternative for CS0 (NOR) and CS2 (CPLD)
13318 it does so conditionally based on silicon rev 2.0 or greater.
13319
13320 Signed-off-by: Martha J Marx <mmarx@silicontkx.com>
13321 Signed-off-by: John Rigby <jrigby@freescale.com>
13322
13323commit 5d9a5efa4b332f442b54a755d49969123c3a8742
13324Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13325Date: Tue Aug 19 00:56:46 2008 +0600
13326
13327 Add I2C frequency dividers for ColdFire
13328
13329 The existing I2C freqency dividers for FDR does not apply
13330 to ColdFire platforms; thus, a seperate table is added
13331 based on MCF5xxx Reference Manual
13332
13333 Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
13334 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13335 Acked-by: Tabi Timur <timur@freescale.com>
13336
13337commit eec567a67e00d1ed8d941e9098b7d421f4091abf
13338Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13339Date: Tue Aug 19 03:01:19 2008 +0600
13340
13341 ColdFire: I2C fix for multiple platforms
13342
13343 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13344
13345commit d53cf6a9c7423cba668b867978648645f71c3090
13346Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13347Date: Tue Aug 19 00:37:13 2008 +0600
13348
13349 ColdFire: Add CONFIG_MII_INIT for M5272C3
13350
13351 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13352
13353commit f78ced3028d4130b24a318943a70cf5584ab16f4
13354Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13355Date: Tue Aug 19 00:26:25 2008 +0600
13356
13357 ColdFire: Multiple fixes for MCF5445x platforms
13358
13359 Add FEC pin set and mii reset in __mii_init(). Change
13360 legacy flash vendor from 2 to AMD LEGACY (0xFFF0),
13361 change cfi_offset to 0, and change CFG_FLASH_CFI to
13362 CONFIG_FLASH_CFI_LEGACY. Correct M54451EVB and
13363 M54455EVB env settings in configuration file.
13364
13365 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13366
13367commit 454e725b3a9537b7f273bbd0cbca180f23a7a6e8
13368Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13369Date: Fri Aug 15 18:24:25 2008 +0000
13370
13371 ColdFire: Change the SDRAM BRD2WT timing from 3 to 7
13372
13373 The user manuals recommend 7.
13374
13375 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
13376 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13377
13378commit 79e0799cf6e88d98d77b216a55234bf674b59a4e
13379Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13380Date: Fri Aug 15 16:50:07 2008 +0000
13381
13382 ColdFire: Raise uart baudrate to 115200 bps
13383
13384 M5249EVB, M5271EVB, M5272C3, M5275EVB and M5282EVB platforms
13385 uart baudrate increase from 19200 to 115200 bps
13386
13387 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13388
13389commit ab6ba842682552ccf071d0034da0a20633d1d1ac
13390Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13391Date: Wed Aug 13 12:07:03 2008 +0000
13392
13393 ColdFire: Fix board.c warning message
13394
13395 Implicit declaration of nand_init() warning message
13396
13397 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13398
13399commit 5798b1c4650e9a8713c95b25c1e669a2bc80a97b
13400Author: Kumar Gala <galak@kernel.crashing.org>
13401Date: Wed Aug 27 01:10:34 2008 -0500
13402
13403 FSL DDR: Remove duplicate setting of cs0_bnds register on 86xx.
13404
13405 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13406
13407commit 258c37b147353bc522ffc33dfbd7d0d9cd7c32d7
13408Author: Heiko Schocher <hs@denx.de>
13409Date: Thu Aug 21 20:44:49 2008 +0200
13410
13411 mpc52xx: added support for the MPC5200 based MUC.MC52 board from MAN.
13412
13413 Signed-off-by: Heiko Schocher <hs@denx.de>
13414
13415commit 9cff4448a9cb882defe6c8bde73b77fc0c636799
13416Author: Kumar Gala <galak@kernel.crashing.org>
13417Date: Tue Aug 19 14:46:36 2008 -0500
13418
13419 mpc85xx: remove redudant code with lib_ppc/interrupts.c
13420
13421 For some reason we duplicated the majority of code in lib_ppc/interrupts.c
13422 not show how that happened, but there is no good reason for it.
13423
13424 Use the interrupt_init_cpu() and timer_interrupt_cpu() since its why
13425 they exist.
13426
13427 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13428
13429commit 9490a7f1a9484617bad75c60807ce02c8a3a6d56
13430Author: Kumar Gala <galak@kernel.crashing.org>
13431Date: Fri Jul 25 13:31:05 2008 -0500
13432
13433 mpc85xx: Add support for the MPC8536DS reference board
13434
13435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13436 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13437 Signed-off-by: Dejan Minic <minic@freescale.com>
13438 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
13439 Signed-off-by: Dave Liu <daveliu@freescale.com>
13440 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13441
13442commit ef50d6c06ece74fb17e8d7510e62cad9df8b810d
13443Author: Kumar Gala <galak@kernel.crashing.org>
13444Date: Tue Aug 12 11:14:19 2008 -0500
13445
13446 mpc85xx: Add support for the MPC8536
13447
13448 The MPC8536 Adds SDHC and SATA controllers to the PQ3 family. We
13449 also have SERDES init code for the 8536.
13450
13451 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13452 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
13453 Signed-off-by: Dejan Minic <minic@freescale.com>
13454 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
13455 Signed-off-by: Dave Liu <daveliu@freescale.com>
13456
13457commit 129ba616b3813dde861f25f3d8a3c47c5c36ad5f
13458Author: Kumar Gala <galak@kernel.crashing.org>
13459Date: Tue Aug 12 11:13:08 2008 -0500
13460
13461 mpc85xx: Add support for the MPC8572DS reference board
13462
13463 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13464
13465commit 457caecdbca3df21a93abff19eab12dbc61b7897
13466Author: Kumar Gala <galak@kernel.crashing.org>
13467Date: Wed Aug 27 01:05:35 2008 -0500
13468
13469 FSL DDR: Remove old SPD support from cpu/mpc85xx
13470
13471 All 85xx boards have been converted to the new code so we can
13472 remove the old SPD DDR setup code.
13473
13474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13475
13476commit 0e7927db138976469e7257e29c1338050a50fcd9
13477Author: Kumar Gala <galak@kernel.crashing.org>
13478Date: Wed Aug 27 01:04:07 2008 -0500
13479
13480 FSL DDR: Convert STXSSA to new DDR code.
13481
13482 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13483
13484commit c360d9b970fbb9c13744c355879671165bbb9b9e
13485Author: Kumar Gala <galak@kernel.crashing.org>
13486Date: Wed Aug 27 01:03:42 2008 -0500
13487
13488 FSL DDR: Convert STXGP3 to new DDR code.
13489
13490 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13491
13492commit 8e55313b7ae12352a343f9b9962e662dbd897187
13493Author: Kumar Gala <galak@kernel.crashing.org>
13494Date: Tue Aug 26 23:52:58 2008 -0500
13495
13496 FSL DDR: Convert SBC8560 to new DDR code.
13497
13498 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13499
13500commit 9658bec2e8f55d56ca1be70090ce5a348be4980f
13501Author: Kumar Gala <galak@kernel.crashing.org>
13502Date: Tue Aug 26 23:52:32 2008 -0500
13503
13504 FSL DDR: Convert MPC8540EVAL to new DDR code.
13505
13506 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13507
13508commit 6bfa8f723cfd82c55e3ef5620ade396916470a70
13509Author: Kumar Gala <galak@kernel.crashing.org>
13510Date: Tue Aug 26 23:52:07 2008 -0500
13511
13512 FSL DDR: Convert PM856 to new DDR code.
13513
13514 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13515
13516commit d53bd3e17bd4f460257c19255569ea6dcfaae817
13517Author: Kumar Gala <galak@kernel.crashing.org>
13518Date: Tue Aug 26 23:51:49 2008 -0500
13519
13520 FSL DDR: Convert PM854 to new DDR code.
13521
13522 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13523
13524commit 33b9079ba20926f14238fff863b68a98e938948e
13525Author: Kumar Gala <galak@kernel.crashing.org>
13526Date: Tue Aug 26 23:15:28 2008 -0500
13527
13528 FSL DDR: Convert sbc8548 to new DDR code.
13529
13530 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13531
13532commit a947e4c7eb15cea1d9fb633955c516aab5ad35dd
13533Author: Kumar Gala <galak@kernel.crashing.org>
13534Date: Tue Aug 26 23:14:14 2008 -0500
13535
13536 FSL DDR: Convert atum8548 to new DDR code.
13537
13538 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13539
13540commit be0bd8234b9777ecd63c4c686f72af070d886517
13541Author: Kumar Gala <galak@kernel.crashing.org>
13542Date: Tue Aug 26 22:56:56 2008 -0500
13543
13544 FSL DDR: Convert socrates to new DDR code.
13545
13546 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13547
13548commit 1167a2fd56138b716e01370c4267f3b70bf9ffa0
13549Author: Kumar Gala <galak@kernel.crashing.org>
13550Date: Tue Aug 26 08:02:30 2008 -0500
13551
13552 FSL DDR: Convert MPC8544DS to new DDR code.
13553
13554 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13555
13556commit e6f5b35b41ddbd637bb9ca4ad985b1e0b07dae0e
13557Author: Jon Loeliger <jdl@freescale.com>
13558Date: Tue Mar 18 13:51:05 2008 -0500
13559
13560 FSL DDR: Convert MPC8568MDS to new DDR code.
13561
13562 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13564
13565commit e31d2c1e2bc954dc32e33bb2076139f85b95f8e6
13566Author: Jon Loeliger <jdl@freescale.com>
13567Date: Tue Mar 18 13:51:06 2008 -0500
13568
13569 FSL DDR: Convert MPC8548CDS to new DDR code.
13570
13571 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13573
13574commit aa11d85cf318b961e029fe50d68ca47d004bce93
13575Author: Jon Loeliger <jdl@freescale.com>
13576Date: Mon Mar 17 15:48:18 2008 -0500
13577
13578 FSL DDR: Convert MPC8541CDS to new DDR code.
13579
13580 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13581 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13582
13583commit 2b40edb10d81da7bba724edbccd7f53777112579
13584Author: Jon Loeliger <jdl@freescale.com>
13585Date: Tue Mar 18 11:12:42 2008 -0500
13586
13587 FSL DDR: Convert MPC8555ADS to new DDR code.
13588
13589 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13590 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13591
13592commit 8b625114e8bc5a6b436181167a6e7fcd3303dd2c
13593Author: Jon Loeliger <jdl@freescale.com>
13594Date: Tue Mar 18 11:12:44 2008 -0500
13595
13596 FSL DDR: Convert MPC8560ADS to new DDR code.
13597
13598 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13600
13601commit 9617c8d49a21703eaf13a4033ab1a56eecc033cc
13602Author: Kumar Gala <galak@kernel.crashing.org>
13603Date: Fri Jun 6 13:12:18 2008 -0500
13604
13605 FSL DDR: Convert MPC8540ADS to new DDR code.
13606
13607 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13608
13609commit 2a6c2d7ab2a66660f40a6cd3de2eb29ee29d9693
13610Author: Kumar Gala <galak@kernel.crashing.org>
13611Date: Tue Aug 26 21:34:55 2008 -0500
13612
13613 FSL DDR: Add 85xx specific register setting
13614
13615 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13616
13617commit 6fb1b7346849ccd0c20306143e334f5b76143070
13618Author: Kumar Gala <galak@kernel.crashing.org>
13619Date: Mon Jun 9 11:07:46 2008 -0500
13620
13621 FSL DDR: Add e500 TLB helper for DDR code
13622
13623 Provide a helper function that board code can call to map TLBs when
13624 setting up DDR.
13625
13626 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13627
13628commit d26b739afe5a6760bd345743188759cd9d0f3b47
13629Author: Andrew Dyer <adyer@righthandtech.com>
13630Date: Tue Aug 26 17:03:38 2008 -0500
13631
13632 dm9000 remove dead external phy support, gpio fix
13633
13634 dm9000 has code to detect and initialize external phy parts, but later
13635 on in the code the part is forced to use the internal phy
13636 unconditionally. Remove the unused/untested code.
13637
13638 change the GPIO initialization so that only the GPIO used as an
13639 internal phy reset (hardwired in the chip) is set as an output. The
13640 remaining GPIO need to be handled by board specific code to prevent
13641 possible drive conflicts. Set as inputs for safety.
13642
13643 replace a few magic numbers with defines
13644
13645 Signed-off-by: Andrew Dyer <adyer@righthandtech.com>
13646 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13647
13648commit a1573db0c07c8ba99e9c373bb07ecd6f59da672c
13649Author: Peter Tyser <ptyser@xes-inc.com>
13650Date: Tue Aug 26 11:17:48 2008 -0500
13651
13652 Standardize bootp, tftpboot, rarpboot, dhcp, and nfs command descriptions
13653
13654 cmd_net.c command descriptions were updated to describe the optional
13655 hostIPaddr argument. The dhcp command help message was also updated
13656 to more closely reflect the other commands in cmd_net.c
13657
13658 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
13659 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13660
13661commit 51dfe1382ebaf691485badfa0ea5e75b0710531b
13662Author: Remy Bohmer <linux@bohmer.net>
13663Date: Wed Aug 20 11:30:28 2008 +0200
13664
13665 Fix bogus error message in the DHCP handler
13666
13667 The DHCP handler has 1 state that is not listed in this case, causing a
13668 failure message when there is actually no failure.
13669
13670 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13671 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13672
13673commit 61365501a0e2cae9c1df2818b7b5b3f52c450d18
13674Author: Remy Bohmer <linux@bohmer.net>
13675Date: Wed Aug 20 11:30:27 2008 +0200
13676
13677 Fix compile error when CONFIG_BOOTP_RANDOM_DELAY is set.
13678
13679 The option CONFIG_BOOTP_RANDOM_DELAY does not compile, because of a
13680 missing extern inside the net/bootp.h header
13681
13682 Signed-off-by: Remy Bohmer <linux@bohmer.net>
13683 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13684
13685commit 1803f7f91ff35ca402259065df7557107dcf28a2
13686Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13687Date: Tue Aug 19 21:26:32 2008 +0000
13688
13689 ColdFire: Add FEC Buffer descriptors in SRAM
13690
13691 Add FEC Buffer descriptors and data buffer in SRAM for
13692 faster execution and access.
13693
13694 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13695 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13696
13697commit 429be27ce195210d4b9decf9e867b9ca6155a87d
13698Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13699Date: Thu Aug 21 23:55:11 2008 +0000
13700
13701 Fix ColdFire FEC warning messages
13702
13703 Types mismatch and implicit declaration of icache_invalid()
13704 warning messages
13705
13706 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
13707 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13708
13709commit 6a002171098e968bd5b362347d2831224fab6048
13710Author: Ben Warren <biggerbadderben@gmail.com>
13711Date: Sat Jul 12 00:17:50 2008 -0700
13712
13713 Moved initialization of SKGE Ethernet driver to board code.
13714
13715 The only board using this driver is the SL8245 board.
13716 Removed initialization for the driver from net/eth.c
13717
13718 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13719
13720commit 8379f42bc745eb9e4ca551a30fd2d0a63f740d75
13721Author: Ben Warren <biggerbadderben@gmail.com>
13722Date: Sat Jul 12 00:08:45 2008 -0700
13723
13724 Moved conditional compilation to Makefile for SK98 Ethernet driver
13725
13726 Brute-force removal of #ifdefs. Didn't touch the code.
13727 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13728
13729commit 65d3d99c28dc363d15eaee78225ff643df499b97
13730Author: Ben Warren <biggerbadderben@gmail.com>
13731Date: Fri Jul 11 23:42:19 2008 -0700
13732
13733 Moved initialization of ULI526X Ethernet driver to board code.
13734
13735 The only board using this driver is the Freescale MPC8610HPCD board.
13736 Removed initialization for the driver from net/eth.c
13737
13738 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13739
13740commit 914947313a710f5dcf06beaf7f2aa24f1ebcce4f
13741Author: Ben Warren <biggerbadderben@gmail.com>
13742Date: Fri Jul 11 23:15:28 2008 -0700
13743
13744 Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init()
13745
13746 Added board_eth_init() function to bf537-stamp board.
13747 Removed initialization for the Blackin EMAC driver from net/eth.c
13748
13749 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13750
13751commit fc363ce35408f348cacced68505f3747a53e3d7c
13752Author: Ben Warren <biggerbadderben@gmail.com>
13753Date: Wed Jul 9 01:04:19 2008 -0700
13754
13755 Moved initialization of GRETH Ethernet driver to CPU directory
13756
13757 Added a cpu_eth_init() function to leon2/leon3 CPU directories and
13758 removed code from net/eth.c
13759
13760 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13761
13762commit 86882b80771309bceb11c6accfd7f6f90ade8bfc
13763Author: Ben Warren <biggerbadderben@gmail.com>
13764Date: Tue Aug 26 22:16:25 2008 -0700
13765
13766 Moved initialization of MCFFEC Ethernet driver to CPU directory
13767
13768 Added a cpu_eth_init() function to coldfire CPU directories and
13769 removed code from net/eth.c
13770
13771 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13772
13773commit b31da88b9c160d80d42a59cbbb31e24f27184d5c
13774Author: Ben Warren <biggerbadderben@gmail.com>
13775Date: Tue Aug 26 22:12:36 2008 -0700
13776
13777 Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory
13778
13779 Added a cpu_eth_init() function to cpu/mcf547x_8x directory and
13780 removed code from net/eth.c
13781
13782 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
13783
13784commit b5710d9974f6f0f3ddb4e67d6cccc262ab37049e
13785Author: Kumar Gala <galak@kernel.crashing.org>
13786Date: Tue Aug 26 15:01:38 2008 -0500
13787
13788 FSL DDR: Remove old SPD support from cpu/mpc86xx
13789
13790 All 86xx boards have been converted to the new code so we can
13791 remove the old SPD DDR setup code.
13792
13793 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13794
13795commit 9bd4e5911b750837515466bc7449087698b88e0e
13796Author: Kumar Gala <galak@kernel.crashing.org>
13797Date: Tue Aug 26 15:01:37 2008 -0500
13798
13799 FSL DDR: Convert SBC8641D to new DDR code.
13800
13801 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13802
13803commit 39aa1a73483e1ac2bd56d5523abfc3970ee82c77
13804Author: Jon Loeliger <jdl@freescale.com>
13805Date: Tue Aug 26 15:01:36 2008 -0500
13806
13807 FSL DDR: Convert MPC8610HPCD to new DDR code.
13808
13809 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13810 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13811
13812commit 6a8e5692933e8e6d6e5ba7e594f49dd6d4c3a263
13813Author: Kumar Gala <galak@kernel.crashing.org>
13814Date: Tue Aug 26 15:01:35 2008 -0500
13815
13816 FSL DDR: Convert MPC8641HPCN to new DDR code.
13817
13818 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13819 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13820
13821commit 46ff4f1100ea64a01d21cc008ce85ac15eb1821f
13822Author: Kumar Gala <galak@kernel.crashing.org>
13823Date: Tue Aug 26 15:01:34 2008 -0500
13824
13825 FSL DDR: Add 86xx specific register setting
13826
13827 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13828
13829commit 233fdd502a6c227f476212b3097653ad48d7e254
13830Author: Kumar Gala <galak@kernel.crashing.org>
13831Date: Tue Aug 26 15:01:32 2008 -0500
13832
13833 FSL DDR: Add DDR2 DIMM paramter support
13834
13835 Compute DIMM parameters based upon the SPD information.
13836
13837 Signed-off-by: James Yang <James.Yang@freescale.com>
13838 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13839 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13840
13841commit 05c05a2363a6ac11e0e405926034546ffad71fad
13842Author: Kumar Gala <galak@kernel.crashing.org>
13843Date: Tue Aug 26 15:01:30 2008 -0500
13844
13845 FSL DDR: Add DDR1 DIMM paramter support
13846
13847 Compute DIMM parameters based upon the SPD information in spd.
13848
13849 Signed-off-by: James Yang <James.Yang@freescale.com>
13850 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13851 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13852
13853commit 58e5e9aff147e8c7e2bc1406bf9384f65f020ffa
13854Author: Kumar Gala <galak@kernel.crashing.org>
13855Date: Tue Aug 26 15:01:29 2008 -0500
13856
13857 FSL DDR: Rewrite the FSL mpc8xxx DDR controller setup code.
13858
13859 The main purpose of this rewrite it to be able to share the same
13860 initialization code on all FSL PowerPC products that have DDR
13861 controllers. (83xx, 85xx, 86xx).
13862
13863 The code is broken up into the following steps:
13864 GET_SPD
13865 COMPUTE_DIMM_PARMS
13866 COMPUTE_COMMON_PARMS
13867 GATHER_OPTS
13868 ASSIGN_ADDRESSES
13869 COMPUTE_REGS
13870 PROGRAM_REGS
13871
13872 This allows us to share more code an easily allow for board specific code
13873 overrides.
13874
13875 Additionally this code base adds support for >4G of DDR and provides a
13876 foundation for supporting interleaving on processors with more than one
13877 controller.
13878
13879 Signed-off-by: James Yang <James.Yang@freescale.com>
13880 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13881 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
13882 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
13883 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13884
13885commit f784e32b4bce0013983506b11af4b85b8ca3d36e
13886Author: Kumar Gala <galak@kernel.crashing.org>
13887Date: Tue Aug 26 15:01:28 2008 -0500
13888
13889 FSL DDR: Provide a generic set_ddr_laws()
13890
13891 Provide a helper function that will setup the last available
13892 LAWs (upto 2) for DDR. Useful for SPD/dyanmic DDR setting code.
13893
13894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13895
13896commit 0f2cbe3f5eddbdf3848265f35e4f714434929cff
13897Author: James Yang <James.Yang@freescale.com>
13898Date: Tue Aug 26 15:01:27 2008 -0500
13899
13900 Add proper SPD definitions for DDR1/2/3
13901
13902 Also adds helper functions for DDR1/2 to verify the checksum.
13903
13904 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13905
13906commit 285db74716c724ae8a0ff177878fd09a74428c7b
13907Author: Wolfgang Denk <wd@denx.de>
13908Date: Wed Aug 27 01:02:48 2008 +0200
13909
13910 Update CHANGELOG
13911
13912 Signed-off-by: Wolfgang Denk <wd@denx.de>
13913
285db747
WD
13914commit adf22b66d8bf05bd46e098cf71e6dca29b30aa7b
13915Author: Heiko Schocher <hs@denx.de>
13916Date: Tue Aug 19 10:08:49 2008 +0200
13917
13918 Add support for muas3001 board (MPC8270)
13919
13920 Signed-off-by: Heiko Schocher <hs@denx.de>
13921
13922commit 322098bff32410d2a00031649b47c4ec90a66d9a
13923Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
13924Date: Tue Aug 19 08:31:18 2008 +0530
13925
13926 common/cmd_load.c cleanup - remove unused variables
13927
13928 - Remove unused global variable os_data_count.
13929 - Remove unused variable z.
13930
13931 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
13932
13933commit 306620b762a4f9fa6678568ad2e8772dec145208
13934Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
13935Date: Mon Aug 18 13:35:27 2008 +0200
13936
13937 remove MVS1 board
13938
13939 MVS1 board has reached end-of-life and can be removed completely.
13940
13941 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
13942
13943commit 40d7e99d374ba0a0a29cd1a8ba40d3b7c2c175c7
13944Author: Kumar Gala <galak@kernel.crashing.org>
13945Date: Fri Aug 15 08:24:45 2008 -0500
13946
13947 bootm: refactor do_reset and os boot function args
13948
13949 There is no need for each OS specific function to call do_reset() we
13950 can just do it once in bootm. This means its feasible on an error for
13951 the OS boot function to return.
13952
13953 Also, remove passing in cmd_tbl_t as its not needed by the OS boot
13954 functions. flag isn't currently used but might be in the future so
13955 we left it alone.
13956
13957 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13958
13959commit 40afac22a9c602e55c501c800f1c064324711b56
13960Author: Kumar Gala <galak@kernel.crashing.org>
13961Date: Fri Aug 15 08:24:44 2008 -0500
13962
13963 fdt: Added resize command
13964
13965 Resize the fdt to size + padding to 4k boundary
13966
13967 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13968
13969commit 2a1a2cb6e2b87ee550e6f27b647d23331dfd5e1b
13970Author: Kumar Gala <galak@kernel.crashing.org>
13971Date: Fri Aug 15 08:24:43 2008 -0500
13972
13973 fdt: refactor initrd related code
13974
13975 Created a new fdt_initrd() to deal with setting the initrd properties
13976 in the device tree and fixing up the mem reserve. We can use this
13977 both in the choosen node handling and lets us remove some duplicated
13978 code when we fixup the initrd info in bootm on PPC.
13979
13980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13981
13982commit 3082d2348c8e13342f5fdd10e9b3f7408062dbf9
13983Author: Kumar Gala <galak@kernel.crashing.org>
13984Date: Fri Aug 15 08:24:42 2008 -0500
13985
13986 fdt: refactor fdt resize code
13987
13988 Move the fdt resizing code out of ppc specific boot code and into
13989 common fdt support code.
13990
13991 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13992
13993commit 396f635b8ff3ccbc38d75d5eda98444c6466810a
13994Author: Kumar Gala <galak@kernel.crashing.org>
13995Date: Fri Aug 15 08:24:41 2008 -0500
13996
13997 bootm: refactor image detection and os load steps
13998
13999 Created a bootm_start() that handles the parsing and detection of all
14000 the images that will be used by the bootm command (OS, ramdisk, fdt).
14001 As part of this we now tract all the relevant image offsets in the
14002 bootm_headers_t struct. This will allow us to have all the needed
14003 state for future sub-commands and lets us reduce a bit of arch
14004 specific code on SPARC.
14005
14006 Created a bootm_load_os() that deals with decompression and loading
14007 the OS image.
14008
14009 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14010
14011commit e906cfae08e8cc2447f59b1bc4c22ab9c3c286d2
14012Author: Kumar Gala <galak@kernel.crashing.org>
14013Date: Fri Aug 15 08:24:40 2008 -0500
14014
14015 bootm: move lmb into the bootm_headers_t structure
14016
14017 To allow for persistent state between future bootm subcommands we
14018 need the lmb to exist in a global state.
14019 Moving it into the bootm_headers_t allows us to do that.
14020
14021 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14022
14023commit 54f9c86691309b2f919f567f9255b8bcad2c7651
14024Author: Kumar Gala <galak@kernel.crashing.org>
14025Date: Fri Aug 15 08:24:39 2008 -0500
14026
14027 bootm: Set working fdt address as part of the bootm flow
14028
14029 Set the fdt working address so "fdt FOO" commands can be used as part
14030 of the bootm flow. Also set an the environment variable "fdtaddr"
14031 with the value.
14032
14033 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14034
14035commit 06a09918f3903450313e2047a9cc258bf5872f46
14036Author: Kumar Gala <galak@kernel.crashing.org>
14037Date: Fri Aug 15 08:24:38 2008 -0500
14038
14039 bootm: refactor fdt locating and relocation code
14040
14041 Move the code that handles finding a device tree blob and relocating
14042 it (if needed) into common code so all arch's have access to it.
14043
14044 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14045
14046commit c4f9419c6b54958e0eddbcbc9e5a4a7b7ec99865
14047Author: Kumar Gala <galak@kernel.crashing.org>
14048Date: Fri Aug 15 08:24:37 2008 -0500
14049
14050 bootm: refactor ramdisk locating code
14051
14052 Move determing if we have a ramdisk and where its located into the
14053 common code. Keep track of the ramdisk start and end in the
14054 bootm_headers_t image struct.
14055
14056 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14057
14058commit c160a9544743e80e8889edb2275538e7764ce334
14059Author: Kumar Gala <galak@kernel.crashing.org>
14060Date: Fri Aug 15 08:24:36 2008 -0500
14061
14062 bootm: refactor entry point code
14063
14064 Move entry point code out of each arch and into common code.
14065 Keep the entry point in the bootm_headers_t images struct.
14066
14067 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14068
14069commit 20220d22b9f41446288588cd2e457e0077a18bed
14070Author: Randy Vinson <rvinson@mvista.com>
14071Date: Wed Aug 13 11:44:57 2008 -0700
14072
14073 mpc7448hpc2: Fix PCI I/O space mapping.
14074
14075 PCI I/O space is currently mapped 1:1 at 0xFA000000. Linux requires
14076 PCI I/O space to start at 0 on the PCI bus. This patch maps PCI I/O
14077 space such that 0xFA000000 in the processor's address space maps to 0
14078 on the PCI I/O bus.
14079
14080 Signed-off-by Randy Vinson <rvinson@mvista.com>
14081 Acked-by: Roy Zang <tie-fei.zang@freescale.com>
14082
14083commit b4e07520bbb5467ad72eb92a5c9177d2797b9e30
14084Author: Guennadi Liakhovetski <lg@denx.de>
14085Date: Wed Aug 13 18:10:26 2008 +0200
14086
14087 i.MX31: Specify maintainers for i.MX31-based boards
14088
14089 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
14090 Signed-off-by: Wolfgang Denk <wd@denx.de>
14091
14092commit 51e46e28fda4bbdf5149ac7f67d62fcc8df4da63
14093Author: Wolfgang Denk <wd@denx.de>
14094Date: Tue Aug 26 15:01:28 2008 +0200
14095
14096 ADS5121: adjust image addresses in RAM and flash
14097
14098 Use the same mapping in flash as used by Linux
14099
14100 Signed-off-by: Wolfgang Denk <wd@denx.de>
14101
14102commit 19f101412c16edee9fd55db4039e1d68a833b28b
14103Author: Wolfgang Denk <wd@denx.de>
14104Date: Tue Aug 26 13:14:34 2008 +0200
14105
14106 cmd_mem.c: Fix help message alignment
14107
14108 Bug was introced by "Big white-space cleanup" (53677ef1)
14109
14110 Signed-off-by: Wolfgang Denk <wd@denx.de>
14111
14112commit 1a9eeb78b825bfade31d7606a2fe3b9eca9e35be
14113Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
14114Date: Wed Aug 20 11:11:52 2008 +0200
14115
14116 change mvBL-M7 default env and move to vendor subdir
14117
14118 fix mvBL-M7 config and move to matrix_vision subdir
14119
14120 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14121 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14122
14123commit 002d27caf26e7eb913d474d3a91f67d56c8c31d5
14124Author: Nick Spence <nick.spence@freescale.com>
14125Date: Fri Aug 22 23:52:40 2008 -0700
14126
14127 MPC83XX: Add miscellaneous registers and #defines to support MPC83xx family devices
14128
14129 This patch adds elements to the 83xx sysconf structure and #define values that are used
14130 by mpc83xx family devices.
14131
14132 Signed-off-by: Nick Spence <nick.spence@freescale.com>
14133 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14134
14135commit 447ad5768abda669ac0e7f46fcdb62fbe828d637
14136Author: Ira W. Snyder <iws@ovro.caltech.edu>
14137Date: Fri Aug 22 11:00:15 2008 -0700
14138
14139 MPC8349EMDS: Add PCI Agent (PCISLAVE) support
14140
14141 Add the ability for the MPC8349EMDS to run in PCI Agent mode, acting as a
14142 PCI card rather than a host computer.
14143
14144 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14145 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14146
14147commit 4ff9aea9d6b5602683a920951ef896996438af62
14148Author: Ira W. Snyder <iws@ovro.caltech.edu>
14149Date: Fri Aug 22 11:00:14 2008 -0700
14150
14151 mpc83xx: add PCISLAVE support to 83XX_GENERIC_PCI setup code
14152
14153 This adds a helper function to unlock the PCI configuration bit, so that
14154 any extra PCI setup (such as outbound windows, etc.) can be done after
14155 using the 83XX_GENERIC_PCI code to set up the PCI bus.
14156
14157 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14158 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14159
14160commit 162338e1fcde231ca4d562e5ebd7859456731691
14161Author: Ira W. Snyder <iws@ovro.caltech.edu>
14162Date: Fri Aug 22 11:00:13 2008 -0700
14163
14164 MPC8349EMDS: use 83XX_GENERIC_PCI setup code
14165
14166 Change the MPC8349EMDS board to use the generic PCI initialization code
14167 for the mpc83xx cpu.
14168
14169 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
14170 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14171
14172commit f4e55a4941e8ba46bc06020b2747928adf8fdee7
14173Author: Kim Phillips <kim.phillips@freescale.com>
14174Date: Mon Aug 25 14:53:09 2008 -0500
14175
14176 fix out of tree building
14177
14178 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
14179
14180commit a49d10cf027d059ee15c262010a05cdaec0961e1
14181Author: Wolfgang Denk <wd@denx.de>
14182Date: Mon Aug 25 23:45:41 2008 +0200
14183
14184 Minor coding style cleanup, updte CHANGELOG
14185
14186 Signed-off-by: Wolfgang Denk <wd@denx.de>
14187
a49d10cf
WD
14188commit 4d56e8dea670757c801a6a65531f02a8f981ce1f
14189Author: Stefan Roese <sr@denx.de>
14190Date: Wed Aug 20 20:29:38 2008 +0200
14191
14192 RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338)
14193
14194 This "||" doesn't seem to work. Now using the idea suggest by Scott Wood
14195 to combine both config options into one line. This even allows defining
14196 both options and not generating the target object twice.
14197
14198 Signed-off-by: Stefan Roese <sr@denx.de>
14199
14200commit 079edb913dbae147b50a488cf02e03f473fc5f28
14201Author: Jens Gehrlein <sew_s@tqs.de>
14202Date: Fri Jul 4 16:50:05 2008 +0200
14203
14204 MX31: fix bit masks in function mx31_decode_pll()
14205
14206 Bits MPCTL[MFN] and MPCTL[MFD] were not fully covered.
14207
14208 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
14209
14210commit e8f1207bbf2df6fb693ee1aa3329b2014c92e5e6
14211Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14212Date: Mon Aug 25 11:11:34 2008 +0200
14213
14214 Correct ARM Versatile Timer Initialization
14215
14216 - According to ARM Dual-Timer Module (SP804) TRM (ARM DDI0271),
14217 -- Timer Value Register @ TIMER Base + 4 is Read-only.
14218 -- Prescale Value (Bits 3-2 of TIMER Control register)
14219 can only be one of 00,01,10. 11 is undefined.
14220 -- CFG_HZ for Versatile board is set to
14221 #define CFG_HZ (1000000 / 256)
14222 So Prescale bits is set to indicate
14223 - 8 Stages of Prescale, Clock divided by 256
14224 - The Timer Control Register has one Undefined/Shouldn't Use Bit
14225 So we should do read/modify/write Operation
14226
14227 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
14228
14229commit 535cfa4f3de86cf48d6c0af1daf33aebdca089f9
14230Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14231Date: Mon Aug 25 11:30:29 2008 +0200
14232
14233 Add ARM AMBA PL031 RTC Support
14234
14235 Signed-off-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
14236
14237commit e39411674669cc880e1ec4a8ca4794fb15c33a45
14238Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14239Date: Tue Aug 19 16:21:03 2008 -0400
14240
14241 ARM DaVinci: Removed redundant NAND initialization code.
14242
14243 ARM DaVinci: Removed redundant NAND initialization code.
14244
14245 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14246
14247commit b3fb663b20d995ca41327db877ddb168279b3f62
14248Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14249Date: Tue Aug 19 16:21:00 2008 -0400
14250
14251 ARM DaVinci: Fix compilation error with new MTD code.
14252
14253 ARM DaVinci: Fix compilation error with new MTD code.
14254
14255 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
14256
14257commit 109c30fb8edea1a15d37a6ce787cd5faf33d8e43
14258Author: Gerald Van Baren <vanbaren@cideas.com>
14259Date: Fri Aug 22 14:37:05 2008 -0400
14260
14261 Add note on dereferencing /aliases pointers
14262
14263 Replace the "must quote special characters" note with a hint on
14264 how to dereference /aliases pointers by omitting the leading "/".
14265 This feature was introduced by Kumar Gala as a libfdt enhancement
14266 in commit ed035708235332c3c117ee3bb1a426063f03cfcb.
14267
14268 Example:
14269
14270 => fdt print /aliases
14271 aliases {
14272 ethernet0 = "/qe@e0100000/ucc@2000";
14273 ethernet1 = "/qe@e0100000/ucc@3000";
14274 serial0 = "/soc8360@e0000000/serial@4500";
14275 serial1 = "/soc8360@e0000000/serial@4600";
14276 pci0 = "/pci@e0008500";
14277 };
14278 => fdt print ethernet0
14279 ucc@2000 {
14280 device_type = "network";
14281 compatible = "ucc_geth";
14282 cell-index = <0x1>;
14283 reg = <0x2000 0x200>;
14284 interrupts = <0x20>;
14285 interrupt-parent = <0x2>;
14286 local-mac-address = [00 00 00 00 00 00];
14287 rx-clock-name = "none";
14288 tx-clock-name = "clk9";
14289 phy-handle = <0x3>;
14290 phy-connection-type = "rgmii-id";
14291 pio-handle = <0x4>;
14292 };
14293
14294 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
14295
14296commit feeca3f578b7f53c032ba203698751c982f8bf5a
14297Author: Kumar Gala <galak@kernel.crashing.org>
14298Date: Thu Aug 14 08:28:19 2008 -0500
14299
14300 libfdt: Add support for using aliases in fdt_path_offset()
14301
14302 If the path doesn't start with '/' check to see if it matches some alias
14303 under "/aliases" and substitute the matching alias value in the path
14304 and retry the lookup.
14305
14306 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14307 Acked-by: David Gibson <david@gibson.dropbear.id.au>
14308 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14309
14310commit 0219399a4e3a8edb428e1924e1a03d58cccf8d8e
14311Author: David Gibson <david@gibson.dropbear.id.au>
14312Date: Wed Aug 6 14:50:49 2008 +1000
14313
14314 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen()
14315
14316 As well as fdt_subnode_offset(), libfdt includes an
14317 fdt_subnode_offset_namelen() function that takes the subnode name to
14318 look up not as a NUL-terminated string, but as a string with an
14319 explicit length. This can be useful when the caller has the name as
14320 part of a longer string, such as a full path.
14321
14322 However, we don't have corresponding 'namelen' versions for
14323 fdt_get_property() and fdt_getprop(). There are less obvious use
14324 cases for these variants on property names, but there are
14325 circumstances where they can be useful e.g. looking up property names
14326 which need to be parsed from a longer string buffer such as user input
14327 or a configuration file, or looking up an alias in a path with
14328 IEEE1275 style aliases.
14329
14330 So, since it's very easy to implement such variants, this patch does
14331 so. The original NUL-terminated variants are, of course, implemented
14332 in terms of the namelen versions.
14333
14334 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14335
14336commit f171746f701ea58bf6a53e835b53d2aaebee0d81
14337Author: David Gibson <david@gibson.dropbear.id.au>
14338Date: Tue Jul 29 14:51:22 2008 +1000
14339
14340 libfdt: Forgot one function when cleaning the namespace
14341
14342 In commit b6d80a20fc293f3b995c3ce1a6744a5574192125, we renamed all
14343 libfdt functions to be prefixed with fdt_ or _fdt_ to minimise the
14344 chance of collisions with things from whatever package libfdt is
14345 embedded in, pulled into the libfdt build via that environment's
14346 libfdt_env.h.
14347
14348 Except... I missed one. This patch applies the same treatment to
14349 _stringlist_contains(). While we're at it, also make it static since
14350 it's only used in the same file.
14351
14352 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14353
14354commit 46390da15411351fc3b498bd8c1615f78fe80df0
14355Author: Wolfram Sang <w.sang@pengutronix.de>
14356Date: Wed Jul 9 11:22:44 2008 +0200
14357
14358 libfdt: Improve documentation in libfdt.h
14359
14360 Fix a few typos and mistakes.
14361
14362 Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
14363 Acked-by: David Gibson <david@gibson.dropbear.id.au>
14364
14365commit fc7758ee4f5782878f2e96876b7bc56cfee0ac66
14366Author: David Gibson <david@gibson.dropbear.id.au>
14367Date: Wed Jul 9 14:10:24 2008 +1000
14368
14369 libfdt: Increase namespace-pollution paranoia
14370
14371 libfdt is supposed to easy to embed in projects all and sundry.
14372 Often, it won't be practical to separate the embedded libfdt's
14373 namespace from that of the surrounding project. Which means there can
14374 be namespace conflicts between even libfdt's internal/static functions
14375 and functions or macros coming from the surrounding project's headers
14376 via libfdt_env.h.
14377
14378 This patch, therefore, renames a bunch of libfdt internal functions
14379 and macros and makes a few other chances to reduce the chances of
14380 namespace collisions with embedding projects. Specifically:
14381 - Internal functions (even static ones) are now named _fdt_*()
14382
14383 - The type and (static) global for the error table in
14384 fdt_strerror() gain an fdt_ prefix
14385
14386 - The unused macro PALIGN is removed
14387
14388 - The memeq and streq macros are removed and open-coded in the
14389 users (they were only used once each)
14390
14391 - Other macros gain an FDT_ prefix
14392
14393 - To save some of the bulk from the previous change, an
14394 FDT_TAGALIGN() macro is introduced, where FDT_TAGALIGN(x) ==
14395 FDT_ALIGN(x, FDT_TAGSIZE)
14396
14397 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14398
14399commit c66830263af19831f2b7db307f79d1943febf7f9
14400Author: David Gibson <david@gibson.dropbear.id.au>
14401Date: Mon Jul 7 10:14:15 2008 +1000
14402
14403 dtc: Enable and fix -Wcast-qual warnings
14404
14405 Enabling -Wcast-qual warnings in dtc shows up a number of places where
14406 we are incorrectly discarding a const qualification. There are also
14407 some places where we are intentionally discarding the 'const', and we
14408 need an ugly cast through uintptr_t to suppress the warning. However,
14409 most of these are pretty well isolated with the *_w() functions. So
14410 in the interests of maximum safety with const qualifications, this
14411 patch enables the warnings and fixes the existing complaints.
14412
14413 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14414 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14415
14416commit ef4e8ce1beb5b93aedda5a4c1b90bfd989c6791e
14417Author: David Gibson <david@gibson.dropbear.id.au>
14418Date: Mon Jul 7 10:10:48 2008 +1000
14419
14420 dtc: Enable and fix -Wpointer-arith warnings
14421
14422 This patch turns on the -Wpointer-arith option in the dtc Makefile,
14423 and fixes the resulting warnings due to using (void *) in pointer
14424 arithmetic. While convenient, pointer arithmetic on void * is not
14425 portable, so it's better that we avoid it, particularly in libfdt.
14426
14427 Also add necessary definition of uintptr_t needed by David Gibson's
14428 changeset "dtc: Enable and fix -Wpointer-arith warnings" (the definition
14429 comes from stdint.h, which u-boot doesn't have). -- gvb
14430
14431 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
14432 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
14433
14434commit 5d4b3d2b31e58fcb2d4bd10af762f5ff41b229fd
14435Author: Tirumala R Marri <tmarri@amcc.com>
14436Date: Thu Aug 21 21:54:53 2008 -0700
14437
14438 ppc4xx: AMCC PPC460GT/EX PCI-E de-emphasis adjustment fix
14439
14440 During recent PCI-E tests it has been found that current
14441 driverl level and de-emphasis values are not set correctly.
14442 After sweeping throgh all de-ephasis values, it was found that
14443 0x130 is a right value. Where 0x13 is driver level and 0 is
14444 de-emphasis.
14445
14446 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
14447 Signed-off-by: Stefan Roese <sr@denx.de>
14448
14449commit 0bb86d823b6c150c7ee17de0cfca9ffccc16463b
14450Author: Remy Bohmer <linux@bohmer.net>
14451Date: Wed Aug 20 20:46:56 2008 +0200
14452
14453 Make the YAFFS filesystem work
14454
14455 Recently the YAFFS filesystem support has been added to U-boot.
14456 However, just enabling CONFIG_YAFFS2 is not enough to get it working.
14457
14458 ymount will generate an exception (when dereferencing mtd->readoob()), because
14459 the genericDevice is a null pointer. Further, a lot of logging is produced
14460 while using YAFFS fs, so logging should also be disabled.
14461 Both issues are solved by this patch.
14462
14463 With this patch and CONFIG_YAFFS2 enabled, I get a readable filesystem
14464 in U-boot, as well as in Linux.
14465
14466 Tested on a Atmel AT91SAM9261EK board.
14467
14468 Signed-off-by: Remy Bohmer <linux@bohmer.net>
14469 Acked-by: William Juul <william.juul@tandberg.com>
14470 Signed-off-by: Scott Wood <scottwood@freescale.com>
14471
14472commit bfd7f38614e21f745b6d6845fcc616ebc5e4d36f
14473Author: Kyungmin Park <kmpark@infradead.org>
14474Date: Tue Aug 19 08:42:53 2008 +0900
14475
14476 Fix OneNAND read_oob/write_oob functions compatability
14477
14478 Also sync with kernel OneNAND codes
14479
14480 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14481 Signed-off-by: Scott Wood <scottwood@freescale.com>
14482
14483commit 8d765456c1d33f2010d2717ee58de7647fdc6346
14484Author: Scott Wood <scottwood@freescale.com>
14485Date: Mon Aug 18 17:11:20 2008 -0500
14486
14487 NAND: Remove delay from nand_boot_fsl_elbc.c.
14488
14489 It was for debugging purposes, and shouldn't have been left in.
14490
14491 Signed-off-by: Scott Wood <scottwood@freescale.com>
14492
14493commit f556483734126793522fb7a8cf36af90da78f084
14494Author: Stefan Roese <sr@denx.de>
14495Date: Thu Aug 21 11:05:03 2008 +0200
14496
14497 ppc4xx: Cleanup of "ppc4xx: Optimize PLB4 Arbiter..." patch
14498
14499 This patch fixes some minor issues introduced with the patch:
14500 ppc4xx: Optimize PLB4 Arbiter... from Prodyut Hazarika:
14501
14502 - Rework memory-queue and PLB arbiter optimization code, that the
14503 local variable is not needed anymore. This removes one #ifdef.
14504 - Use consistant spacing in ppc4xx.h header (XXX + 0x01 instead
14505 of XXX+ 0x01). This was not introduced by Prodyut, just a
14506 copy-paste problem.
14507
14508 Signed-off-by: Stefan Roese <sr@denx.de>
14509
14510commit 079589bcfb24ba11068460276a3cc9549ab5346f
14511Author: Prodyut Hazarika <phazarika@amcc.com>
14512Date: Wed Aug 20 09:38:51 2008 -0700
14513
14514 ppc4xx: Optimize PLB4 Arbiter and Memory Queue settings for PPC440SP/SPe,
14515 PPC405EX and PPC460EX/GT/SX
14516
14517 - Read pipeline depth set to 4 for PPC440SP/SPE, PPC405EX, PPC460EX/GT/SX
14518 processors
14519 - Moved PLB4 Arbiter register definitions to ppc4xx.h since it is shared
14520 across processors (405 and 440/460)
14521 - Optimize Memory Queue settings for PPC440SP/SPE and PPC460EX/GT/SX
14522 processors
14523 - Add register bit definitions for Memory Queue Configuration registers
14524
14525 Signed-off-by: Prodyut Hazarika <phazarika@amcc.com>
14526 Signed-off-by: Stefan Roese <sr@denx.de>
14527
14528commit ba37aa03287c5483c61c0a3e320c8888bee0143a
14529Author: Kumar Gala <galak@kernel.crashing.org>
14530Date: Tue Aug 19 15:41:18 2008 -0500
14531
14532 fdt: rework fdt_fixup_ethernet() to use env instead of bd_t
14533
14534 Move to using the environment variables 'ethaddr', 'eth1addr', etc..
14535 instead of bd->bi_enetaddr, bi_enet1addr, etc.
14536
14537 This makes the code a bit more flexible to the number of ethernet
14538 interfaces.
14539
14540 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14541
14542commit 4cacf7c64609839f809e2f9c45873f1d65861703
14543Author: Stefan Roese <sr@denx.de>
14544Date: Tue Aug 19 14:57:55 2008 +0200
14545
14546 hush: Fix printf debug macro in hush.c so that it usable in U-Boot
14547
14548 This patch changes the debug_printf() marco for U-Boot in hush.c and
14549 moves the definition of DEBUG_SHELL to a place that is actually compiled
14550 under U-Boot.
14551
14552 Signed-off-by: Stefan Roese <sr@denx.de>
14553
14554commit 8f2b457ef26a44d9e5fd7d6b16c394e5c3a71ca2
14555Author: Heiko Schocher <hs@denx.de>
14556Date: Tue Aug 19 09:57:41 2008 +0200
14557
14558 cfi: rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
14559
14560 Commit 00b1883a4cac59d97cd297b1a3a398db85982865
14561 missed a few boards:
14562 include/configs/M5253DEMO.h
14563 include/configs/ml507.h
14564 include/configs/redwood.h
14565
14566 This patch fixes this.
14567
14568 Signed-off-by: Heiko Schocher <hs@denx.de>
14569
14570commit 0768b7a872964085eece8d5e9fec9175e9deb161
14571Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14572Date: Mon Aug 18 13:41:27 2008 +0200
14573
14574 Consolidate strmhz() implementation
14575
14576 ARM, i386, m68k and ppc all have identical implementations of strmhz().
14577 Other architectures don't provide this function at all.
14578
14579 This patch moves strmhz() into lib_generic, reducing code duplication
14580 and providing a more unified API across architectures.
14581
14582 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14583
14584commit a928d0df211f1d829308d335d19be3ca42558dfc
14585Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
14586Date: Mon Aug 18 12:02:51 2008 +0200
14587
14588 fix mvbc_p board build warnings
14589
14590 fix build warnings @ mvBC-P board by using correct types, i.e. change
14591 out_be32 to out_be16 and out_8 accordingly.
14592
14593 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
14594
14595commit a958b663d27f616bd1dfb720d1b476d1ecaaa569
14596Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14597Date: Sat Aug 16 18:54:27 2008 +0200
14598
14599 Makefile: fix posix support on find
14600
14601 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14602
14603commit bef92e215d945cc574399c1a1b00a3a76d35aa03
14604Author: Axel Beierlein <belatronix@web.de>
14605Date: Sat Aug 16 00:30:48 2008 +0200
14606
14607 Adding bootlimit/bootcount feature for MPC5XXX on TQM5200 Boards
14608
14609 Tested with TQM5200S on STK52XX.200 Board
14610
14611 Signed-off-by: Axel Beierlein <belatronix@web.de>
14612
14613commit 0800707b6d5041a840a65d556032c15c584b55f8
14614Author: Peter Tyser <ptyser@xes-inc.com>
14615Date: Fri Aug 15 14:36:32 2008 -0500
14616
14617 mod_i2c_mem() bugfix
14618
14619 The last used chip, address, and address length were not being
14620 stored for the imm and imn commands.
14621
14622 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
14623
14624commit 4afbef967275b2f636abae86f91b81becee7ad03
14625Author: Steven A. Falco <sfalco@harris.com>
14626Date: Fri Aug 15 15:37:31 2008 -0400
14627
14628 Fix typo in spelling of ATAPI.
14629
14630 Correct a small spelling mistake.
14631
14632 Signed-off-by: Steven A. Falco <sfalco@harris.com>
14633
14634commit 36c2d3062ecc6ab85f8e237180eb134464c48418
14635Author: Steven A. Falco <sfalco@harris.com>
14636Date: Fri Aug 15 15:34:10 2008 -0400
14637
14638 Add a hook to allow board-specific PIO mode setting.
14639
14640 This patch adds a hook whereby a board-specific routine can be called to
14641 configure hardware for a PIO mode. The prototype for the board-specific
14642 routine is:
14643
14644 int inline ide_set_piomode(int pio_mode)
14645
14646 ide_set_piomode should be prepared to configure hardware for a pio_mode
14647 between 0 and 6, inclusive. It should return 0 on success or 1 on failure.
14648
14649 Signed-off-by: Steven A. Falco <sfalco@harris.com>
14650
14651commit 9571b84cb1423876f1153081b9e6a51d90fbcdc4
14652Author: Steven A. Falco <sfalco@harris.com>
14653Date: Fri Aug 15 15:29:12 2008 -0400
14654
14655 Replace enums in ata.h with an include of libata.h
14656
14657 This patch removes some enums from ata.h and replaces them with an
14658 include of libata.h. This way, we eliminate duplicated code, and
14659 prevent errors whereby the different versions could be out of sync.
14660
14661 Signed-off-by: Steven A. Falco <sfalco@harris.com>
14662
14663commit 0de0afbca865ecf482b4d2b635236746def8518f
14664Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14665Date: Fri Aug 15 18:32:41 2008 +0200
14666
14667 coldfire: fix CFI drivers activation with new macro
14668
14669 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
14670
14671 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14672
14673commit 7dbc38ad915f4ae67f4cd1818b7ac8fed368aaa9
14674Author: Kumar Gala <galak@kernel.crashing.org>
14675Date: Fri Aug 15 08:24:35 2008 -0500
14676
14677 fdt: fdt addr w/o any args reports back the current working address
14678
14679 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14680
14681commit f953d99fd528a496b400a706b511eaf8e3ea66af
14682Author: Kumar Gala <galak@kernel.crashing.org>
14683Date: Fri Aug 15 08:24:34 2008 -0500
14684
14685 fdt: added the ability to set initrd start/end via chosen command
14686
14687 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14688
14689commit ffa4bafacaef67058463b3d7d0099ced57569dd2
14690Author: Kumar Gala <galak@kernel.crashing.org>
14691Date: Fri Aug 15 08:24:33 2008 -0500
14692
14693 Add command to enable/disable interrupts
14694
14695 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14696
14697commit 9e8e63cce69556aef10b58bcbc56d324f570ec3a
14698Author: Nick Spence <nick.spence@freescale.com>
14699Date: Tue Aug 19 22:21:16 2008 -0700
14700
14701 CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect()
14702
14703 This patch fixes a missing vendor code in the flash_real_protect() function.
14704
14705 Signed-off-by: Nick Spence <nick.spence@freescale.com>
14706 Signed-off-by: Stefan Roese <sr@denx.de>
14707
14708commit 4e00acded2e6a8d663e12690a0f0f08f5bec5a58
14709Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14710Date: Tue Aug 19 16:53:39 2008 +0000
14711
14712 CFI: Fix AMD Legacy sector protect
14713
14714 New implement sector lock and unlock or softlock commands
14715 do not exist in AMD legacy flash. Thus, causing issue
14716 when erasing AMD legacy flash (such as lv040)
14717
14718 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14719 Signed-off-by: Stefan Roese <sr@denx.de>
14720
14721commit 492671404140f09d5b21b3d2ce4e362c0692c069
14722Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14723Date: Wed Aug 20 09:40:16 2008 +0200
14724
14725 hammerhead/mimc200: Use CONFIG_FLASH_CFI_DRIVER
14726
14727 CFG_FLASH_CFI_DRIVER was recently renamed CONFIG_FLASH_CFI_DRIVER.
14728
14729 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14730
14731commit 33eac2b3d946fc998a09245dfe54d017079b9056
14732Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14733Date: Wed Aug 20 09:28:36 2008 +0200
14734
14735 hammerhead: Add missing printf parameter to CONFIG_AUTOBOOT_PROMPT
14736
14737 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14738
14739commit 25da0b84195fdda89a943b2d25757db5afeef5b8
14740Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14741Date: Wed Aug 20 09:27:37 2008 +0200
14742
14743 favr-32-ezkit: Fix printf format warnings
14744
14745 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14746
14747commit 462da25e89b0b58bf4c66346c1fcb3087c61b4b8
14748Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14749Date: Fri Aug 15 12:04:25 2008 +0200
14750
14751 MAINTAINERS: Sort avr32 section alphabetically
14752
14753 The rest of the MAINTAINERS file appears to be sorted
14754 almost-alphabetically, but entries for the newly added AVR32 boards were
14755 added somewhat randomly. This patch sorts the list alphabetically again.
14756
14757 Also update my e-mail address. The old one still works, but it may not
14758 work forever.
14759
14760 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14761
14762commit 13b50fe3bc065c48911fa373231421280855a9d6
14763Author: Mark Jackson <mpfj@mimc.co.uk>
14764Date: Wed Jul 30 13:07:27 2008 +0100
14765
14766 avr32: Add MIMC200 board
14767
14768 The MIMC200 board is based on Atmel's NGW100 dev kit, but with an extra
14769 8MByte FLASH and 128KByte FRAM.
14770
14771 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
14772 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
14773
14774commit db70b84329315c52f6ec77f5ae5ca1afe970a9bb
14775Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14776Date: Wed Jul 9 21:07:34 2008 +0900
14777
14778 rtl8169: add support for RTL8110SCL
14779
14780 This patch fixes a problem that RTL8110SCL started transfer
14781 with an incorrect memory address.
14782
14783 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
14784 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14785
14786commit 943b825bf15e6a28ac8328e0f6489478bceef1ea
14787Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14788Date: Wed Jun 25 15:48:52 2008 -0500
14789
14790 Fix dm9000 receive status and len little endian issue
14791
14792 The received status and len was in little endian
14793 format and caused the ethernet unable to proceed
14794 further. Add __le16_to_cpu() in dm9000_rx_status_8/16/32bit().
14795
14796 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14797 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
14798
14799commit fcd69a1a57fb2af4d26201422095a4be9f36963e
14800Author: Kumar Gala <galak@kernel.crashing.org>
14801Date: Fri Aug 15 08:24:32 2008 -0500
14802
14803 Clean up usage of icache_disable/dcache_disable
14804
14805 There is no point in disabling the icache on 7xx/74xx/86xx parts and not
14806 also flushing the icache. All callers of invalidate_l1_instruction_cache()
14807 call icache_disable() right after. Make it so icache_disable() calls
14808 invalidate_l1_instruction_cache() for us.
14809
14810 Also, dcache_disable() already calls dcache_flush() so there is no point
14811 in the explicit calls of dcache_flush().
14812
14813 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14814
14815commit a15b07104ca7bbb7093c9009c9ae1b58b4202d13
14816Author: Kumar Gala <galak@kernel.crashing.org>
14817Date: Fri Aug 15 08:24:31 2008 -0500
14818
14819 Update linux bootm to support ePAPR client interface
14820
14821 The ePAPR spec has some subtle differences from the current device
14822 tree based boot interface to the powerpc linux kernel. The powerpc
14823 linux kernel currently ignores the differences that ePAPR specifies.
14824
14825 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14826
14827commit b734e5556a239b3be5f9693b2f4b4b739683ec16
14828Author: Wolfgang Denk <wd@denx.de>
14829Date: Mon Aug 18 23:50:20 2008 +0200
14830
14831 Minor code cleanup: keep lists sorted.
14832
14833 Signed-off-by: Wolfgang Denk <wd@denx.de>
14834
14835commit d0039d4ed275e6ca09fb417895024ad02be118c4
14836Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14837Date: Wed Jul 23 19:10:14 2008 +0200
14838
14839 Add support for ADT7460 I2C monitor chip
14840
14841 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
14842
14843commit eb59ea45ab77c14b090ea857d9ea9f902f40db0b
14844Author: Michal Simek <monstr@monstr.eu>
14845Date: Mon Jul 14 19:45:45 2008 +0200
14846
14847 video: Clean drivers/video/Makefile
14848
14849 Signed-off-by: Michal Simek <monstr@monstr.eu>
14850
14851commit 871c18dd301752270e1f74328c846c3104be1e2e
14852Author: Michal Simek <monstr@monstr.eu>
14853Date: Mon Jul 14 19:45:37 2008 +0200
14854
14855 rtc: Clean drivers/rtc/Makefile
14856
14857 Signed-off-by: Michal Simek <monstr@monstr.eu>
14858
14859commit a4a549b4b53adf40a0d3882cc30ac812a8f847c5
14860Author: Michal Simek <monstr@monstr.eu>
14861Date: Mon Jul 14 19:45:35 2008 +0200
14862
14863 i2c: Clean drivers/i2c/ Makefile
14864
14865 Signed-off-by: Michal Simek <monstr@monstr.eu>
14866
14867commit 0a823aa2a8a8c0685e73900f387d602d7edafc0e
14868Author: Harald Welte <laforge@openmoko.org>
14869Date: Wed Jul 9 22:30:30 2008 +0800
14870
14871 Add 'license' command to U-Boot command line
14872
14873 The 'license' command includes the U-Boot license (GPLv2) into the
14874 actual bootloader binary. The license text can be shown interactively
14875 at the U-Boot commandline.
14876
14877 For products where the commandline can actually be accessed by the
14878 end user, this helps to prevent inadvertent GPL violations, since the
14879 GPLv2 license text can no longer be 'forgotten' to be included into
14880 the product.
14881
14882 The 'license' command can be enabled by CONFIG_CMD_LICENSE.
14883
14884 Signed-off-by: Harald Welte <laforge@openmoko.org>
14885
14886commit fe2ce5500ebf43d79d227190bd2370232d5b113d
14887Author: Harald Welte <laforge@gnumonks.org>
14888Date: Sun Jul 6 15:56:38 2008 +0800
14889
14890 add 'unzip' command to u-boot commandline
14891
14892 [PATCH] add new 'unzip' command to u-boot commandline
14893
14894 common/cmd_mem.c: new command "unzip srcaddr dstaddr [dstsize]" to unzip from
14895 memory to memory, and option CONFIG_CMD_UNZIP to enable it
14896
14897 Signed-off-by: Werner Almesberger <werner@openmoko.org>
14898 Signed-off-by: Harald Welte <laforge@openmoko.org>
14899
14900commit 07efc9e321619c3dec213310c32e011aa6f02783
14901Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14902Date: Wed Aug 6 19:37:17 2008 -0500
14903
14904 Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase
14905
14906 The CFG_ENV_SIZE is not suitable used for SPI flash erase
14907 sector size if CFG_ENV_SIZE is less than CFG_ENV_SECT_SIZE.
14908 Add condition check if CFG_ENV_SIZE is larger than
14909 CFG_ENV_SECT_SIZE, calculate the right number of sectors for
14910 erasing.
14911
14912 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14913
14914commit 4cb4e654cafabaa1ac180d37b00c8f6095dae9c9
14915Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14916Date: Mon Aug 11 15:54:25 2008 +0000
14917
14918 ColdFire: Multiple fixes for M5282EVB
14919
14920 Incorrect CFG_HZ value, change 1000000 to 1000.
14921 Rename #waring to #warning. RAMBAR1 uses twice
14922 in start.S, rename the later to FLASHBAR. Insert
14923 nop for DRAM setup. And, env_offset in linker file.
14924
14925 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14926
14927commit 10db3a17a278dd3a27668b31cb32cdd1476e9513
14928Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14929Date: Mon Aug 11 15:26:43 2008 +0000
14930
14931 ColdFire: Move m5282evb from board to board/freescale
14932
14933 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14934
14935commit 56df091d391f74bbf2dc2f7931f9f3c8f23529e4
14936Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14937Date: Mon Aug 11 15:25:07 2008 +0000
14938
14939 ColdFire: Move m5272c3 from board to board/freescale
14940
14941 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14942
14943commit 659e9bad629a480f606b286d5703aef7159edf98
14944Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14945Date: Mon Aug 11 15:23:16 2008 +0000
14946
14947 ColdFire: Move m5271evb from board to board/freescale
14948
14949 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14950
14951commit 05316f8ece8206339a208ec052f039cd0f7ca922
14952Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14953Date: Mon Aug 11 13:41:49 2008 +0000
14954
14955 ColdFire: Add M54451EVB platform support for MCF5445x
14956
14957 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14958
14959commit 922cd7515597e9a2c07d68e2a6240b0b7b0f0136
14960Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14961Date: Wed Aug 6 19:14:08 2008 -0500
14962
14963 ColdFire: Add Serial Flash support for M54455EVB
14964
14965 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14966
14967commit 9f751551456828b2d0ff417f10959fb0c7110bd0
14968Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14969Date: Wed Jul 23 20:38:53 2008 -0500
14970
14971 ColdFire: Implement SBF feature for M5445EVB
14972
14973 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14974
14975commit a7323bba229203aae2604afde131ab47bad4eadc
14976Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14977Date: Wed Jul 23 17:53:36 2008 -0500
14978
14979 ColdFire: Add SSPI feature for MCF5445x
14980
14981 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14982
14983commit b2d022d1ac3f59bffa9cec249341e77aea168abc
14984Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14985Date: Wed Jul 23 17:37:10 2008 -0500
14986
14987 ColdFire: Use CFI Flash driver for M54455EVB
14988
14989 Remove non-common flash driver in
14990 board/freescale/m54455evb/flash.c. The non-cfi flash will
14991 use CONFIG_FLASH_CFI_LEGACY to configure the flash
14992 attribute.
14993
14994 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14995
14996commit 6d33c6acfa35b1144d46ffbff7e29ee7969290d0
14997Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14998Date: Wed Jul 23 17:11:47 2008 -0500
14999
15000 ColdFire: Add M5253DEMO platform support for MCF5253
15001
15002 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15003
15004commit 80ba61fd82569af40e04d4a089257b81881884f2
15005Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15006Date: Wed Aug 6 14:17:09 2008 -0500
15007
15008 ColdFire: Raise M5253EVBE uart baudrate to 115200 bps
15009
15010 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15011
15012commit d361307e73ce1f6fc68760123f37d4876f851f3e
15013Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15014Date: Wed Aug 6 14:11:36 2008 -0500
15015
15016 ColdFire: Fix M5253EVB dram bring up issue
15017
15018 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
15019
15020commit 4b0708093e15b412296328bf81325cf9b69fe512
15021Author: Wolfgang Denk <wd@denx.de>
15022Date: Thu Aug 14 14:41:06 2008 +0200
15023
15024 Coding Style cleanup, update CHANGELOG
15025
15026 Signed-off-by: Wolfgang Denk <wd@denx.de>
15027
4b070809
WD
15028commit 68cf19aae48f2969ec70669604d0d776f02c8bc4
15029Author: Scott Wood <scottwood@freescale.com>
15030Date: Wed Aug 13 18:24:05 2008 -0500
15031
15032 socrates: Update NAND driver to new API.
15033
15034 Also, fix some minor formatting issues, and simplify the handling of
15035 "state" for writes.
15036
15037 Signed-off-by: Scott Wood <scottwood@freescale.com>
15038
15039commit ba22d10f39eaeedd035e8265616e31ff88e314d5
15040Author: Scott Wood <scottwood@freescale.com>
15041Date: Wed Aug 13 18:03:40 2008 -0500
15042
15043 quad100hd: Update NAND driver to new API.
15044
15045 Signed-off-by: Scott Wood <scottwood@freescale.com>
15046
15047commit f64cb652a8a84c5c34d0afcbd7ffef886aa1d838
15048Author: Scott Wood <scottwood@freescale.com>
15049Date: Wed Aug 13 17:53:48 2008 -0500
15050
15051 m5373evb: Update NAND driver to new API.
15052
15053 Signed-off-by: Scott Wood <scottwood@freescale.com>
15054
15055commit 1a23a197c8722b805f40895544bbdb1a648c1c82
15056Author: Scott Wood <scottwood@freescale.com>
15057Date: Wed Aug 13 17:04:30 2008 -0500
15058
15059 s3c24x0: Update NAND driver to new API.
15060
15061 Signed-off-by: Scott Wood <scottwood@freescale.com>
15062
15063commit aa5f75f20db8a7103fad9c34d6f1193e10d1890f
15064Author: Scott Wood <scottwood@freescale.com>
15065Date: Wed Aug 13 15:56:00 2008 -0500
15066
15067 at91: Update board NAND drivers to current API.
15068
15069 Signed-off-by: Scott Wood <scottwood@freescale.com>
15070
15071commit d438d50848e9425286e5fb0493e0affb5a0b1e1b
15072Author: Kyungmin Park <kmpark@infradead.org>
15073Date: Wed Aug 13 09:11:02 2008 +0900
15074
15075 Fix OneNAND build break
15076
15077 Since page size field is changed from oobblock to writesize. But OneNAND is not updated.
15078 - fix bufferram management at erase operation
15079 This patch includes the NAND/OneNAND state filed too.
15080
15081 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
15082 Signed-off-by: Scott Wood <scottwood@freescale.com>
15083
15084commit 9483df6408c25f16060432de3868901e352e23bc
15085Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15086Date: Wed Aug 13 01:40:43 2008 +0200
15087
15088 drivers/mtd/nand_legacy: Move conditional compilation to Makefile
15089
15090 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15091
15092commit cc4a0ceeac5462106172d0cc9d9d542233aa3ab2
15093Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15094Date: Wed Aug 13 01:40:43 2008 +0200
15095
15096 drivers/mtd/nand: Move conditional compilation to Makefile
15097
15098 rename CFG_NAND_LEGACY to CONFIG_NAND_LEGACY
15099
15100 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15101
15102commit 4fb09b81920e5dfdfc4576883186733f0bd6059c
15103Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15104Date: Wed Aug 13 01:40:42 2008 +0200
15105
15106 drivers/mtd/onenand: Move conditional compilation to Makefile
15107
15108 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15109
15110commit 00b1883a4cac59d97cd297b1a3a398db85982865
15111Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15112Date: Wed Aug 13 01:40:42 2008 +0200
15113
15114 drivers/mtd: Move conditional compilation to Makefile
15115
15116 rename CFG_FLASH_CFI_DRIVER to CONFIG_FLASH_CFI_DRIVER
15117
15118 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15119
15120commit 7ba44a5521cdb7fa1c72864025cde1e21a6f6921
15121Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15122Date: Wed Aug 13 01:40:41 2008 +0200
15123
15124 drivers/qe: Move conditional compilation to Makefile
15125
15126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15127
15128commit ab6878c7bc68a7b5e5b731655bdc13221bbfc493
15129Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15130Date: Wed Aug 13 01:40:40 2008 +0200
15131
15132 drivers/pci: Move conditional compilation to Makefile
15133
15134 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15135
15136commit 55d6d2d39fe3fe87802e399aa17539368b495d2e
15137Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15138Date: Wed Aug 13 01:40:40 2008 +0200
15139
15140 drivers/misc: Move conditional compilation to Makefile
15141
15142 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15143
15144commit 65e41ea0548b86e3d7892defac8e4dc1ea70aed1
15145Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15146Date: Wed Aug 13 01:40:40 2008 +0200
15147
15148 drivers/input: Move conditional compilation to Makefile
15149
15150 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15151
15152commit 88f57e093114a44aa9a858d52b099bcc52034a8c
15153Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15154Date: Wed Aug 13 01:40:39 2008 +0200
15155
15156 drivers/dma: Move conditional compilation to Makefile
15157
15158 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15159
15160commit 1a02806c4b1b4a09ad4e95d3aac3783889e5f8d7
15161Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15162Date: Wed Aug 13 01:40:39 2008 +0200
15163
15164 drivers/block: Move conditional compilation to Makefile
15165
15166 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15167
15168commit 1a6ffbfaf4353bec379ed1fcfc54b6f1a30af09a
15169Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15170Date: Wed Aug 13 01:40:39 2008 +0200
15171
15172 serial: move CFG_NS9750_UART to CONFIG_NS9750_UART
15173
15174 move also conditional compilation to Makefile
15175
15176 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15177
15178commit 6c58a030f86829fa4f0d4337cf4b794c41a1823e
15179Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15180Date: Wed Aug 13 01:40:38 2008 +0200
15181
15182 serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE
15183
15184 move also conditional compilation to Makefile
15185
15186 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15187
15188commit d6e9ee92e890f67594ab150689510df361133ead
15189Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15190Date: Wed Aug 13 01:40:38 2008 +0200
15191
15192 common: Move conditional compilation to Makefile
15193
15194 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15195
15196commit f5acb9fd9bba1160de3ef349c7d33fe510eda286
15197Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15198Date: Wed Aug 13 01:40:09 2008 +0200
15199
15200 mx31: move freescale's mx31 boards to vendor board dir
15201
15202 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15203
15204commit 8ed2f5f950e2581214d20b011a8f27a6396d65d2
15205Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15206Date: Sat Jul 5 23:11:11 2008 +0200
15207
15208 at91: move arch-at91sam9 to arch-at91
15209
15210 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15211
15212commit 195ccfc5991d48764b2519941e3507f693851d5d
15213Author: Fathi BOUDRA <fabo@debian.org>
15214Date: Wed Aug 6 10:06:20 2008 +0200
15215
15216 OneNAND: Fill in MTD function pointers for OneNAND.
15217
15218 onenand_print_device_info():
15219 - Now returns a string to be placed in mtd->name,
15220 rather than calling printf.
15221 - Remove verbose parameter as it becomes useless.
15222
15223 Signed-off-by: Fathi Boudra <fabo@debian.org>
15224 Signed-off-by: Scott Wood <scottwood@freescale.com>
15225
15226commit aa646643b6bc250cb3a4966bf728876e0c10d329
15227Author: Guennadi Liakhovetski <lg@denx.de>
15228Date: Wed Aug 6 21:42:07 2008 +0200
15229
15230 nand_spl: Support page-aligned read in nand_load, use chipselect
15231
15232 Supporting page-aligned reads doesn't incure any sinificant overhead, just
15233 a small change in the algorithm. Also replace in_8 with readb, since there
15234 is no in_8 on ARM.
15235
15236 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15237 Signed-off-by: Scott Wood <scottwood@freescale.com>
15238
15239commit 4f32d7760a58fe73981b6edc0b0751565d2daa4c
15240Author: Scott Wood <scottwood@freescale.com>
15241Date: Tue Aug 5 11:15:59 2008 -0500
15242
15243 NAND boot: Update large page support for current API.
15244
15245 Also, remove the ctrl variable in favor of passing the constants
15246 directly, and remove redundant (u8) casts.
15247
15248 Signed-off-by: Scott Wood <scottwood@freescale.com>
15249
15250commit e4c09508545d1c45617ba45391c03c03cbc360b9
15251Author: Scott Wood <scottwood@freescale.com>
15252Date: Mon Jun 30 14:13:28 2008 -0500
15253
15254 NAND boot: MPC8313ERDB support
15255
15256 Note that with older board revisions, NAND boot may only work after a
15257 power-on reset, and not after a warm reset. I don't have a newer board
15258 to test on; if you have a board with a 33MHz crystal, please let me know
15259 if it works after a warm reset.
15260
15261 Signed-off-by: Scott Wood <scottwood@freescale.com>
15262
15263commit acdab5c33f1ea6f5e08f06f08bc64af23ff40d71
15264Author: Scott Wood <scottwood@freescale.com>
15265Date: Thu Jun 26 14:06:52 2008 -0500
15266
15267 mpc8313erdb: Enable NAND in config.
15268
15269 Signed-off-by: Scott Wood <scottwood@freescale.com>
15270
15271commit c3db8c649c6ab3da2f1411c4c6d61aecea054aa4
15272Author: Guennadi Liakhovetski <lg@denx.de>
15273Date: Thu Jul 31 12:38:26 2008 +0200
15274
15275 NAND: Do not write or read a whole block if it is larger than the environment
15276
15277 Environment can be smaller than NAND block size, do not need to read a whole
15278 block and minimum for writing is one page. Also remove an unused variable.
15279
15280 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
15281 Signed-off-by: Scott Wood <scottwood@freescale.com>
15282
15283commit eafcabd15f00c142156235c519fcc55b10993241
15284Author: Marcel Ziswiler <marcel@ziswiler.com>
15285Date: Sun Jun 22 16:30:06 2008 +0200
15286
15287 NAND: chip->state does not always get set.
15288
15289 Fixes an issue with chip->state not always being set causing troubles.
15290
15291 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
15292 Signed-off-by: Scott Wood <scottwood@freescale.com>
15293
15294commit 13f0fd94e3cae6f8a0d9fba5d367e311edc8ebde
15295Author: Ilya Yanok <yanok@emcraft.com>
15296Date: Mon Jun 30 15:34:40 2008 +0200
15297
15298 NAND: Scan bad blocks lazily.
15299
15300 Rather than scanning on boot, scan upon the first attempt to check the
15301 badness of a block. This speeds up boot when not using NAND, and reduces
15302 the likelihood of needing to reflash via JTAG if NAND becomes
15303 nonfunctional.
15304
15305 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
15306 Signed-off-by: Scott Wood <scottwood@freescale.com>
15307
15308commit dfbf617ff055e4216f78d358b0867c548916d14b
15309Author: Scott Wood <scottwood@freescale.com>
15310Date: Thu Jun 12 13:20:16 2008 -0500
15311
15312 NAND read/write fix
15313
15314 Implement block-skipping read/write, based on a patch from
15315 Morten Ebbell Hestens <morten.hestnes@tandberg.com>.
15316
15317 Signed-off-by: Morten Ebbell Hestnes <morten.hestnes@tandberg.com>
15318 Signed-off-by: Scott Wood <scottwood@freescale.com>
15319
15320commit 984e03cdf1431bb593aeaa1b74c445d616f955d3
15321Author: Scott Wood <scottwood@freescale.com>
15322Date: Thu Jun 12 13:13:23 2008 -0500
15323
15324 NAND: Always skip blocks on read/write/boot.
15325
15326 Use of the non-skipping versions was almost always (if not always)
15327 an error, and no valid use case has been identified.
15328
15329 Signed-off-by: Scott Wood <scottwood@freescale.com>
15330
15331commit e1c3dbada349992875934575c97b328ab2cb33ca
15332Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15333Date: Thu Jun 12 11:10:21 2008 -0500
15334
15335 nand: fsl_upm: convert to updated MTD NAND infrastructure
15336
15337 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15338 Signed-off-by: Scott Wood <scottwood@freescale.com>
15339
15340commit 300253306acc72b1b2e9faf0987f86551151d7cf
15341Author: Scott Wood <scottwood@freescale.com>
15342Date: Thu May 22 15:02:46 2008 -0500
15343
15344 fsl_elbc_nand: Hard-code the FBAR/FPAR split.
15345
15346 The hardware has separate registers for block and page-within-block,
15347 but the division between the two has no apparent relation to the
15348 actual erase block size of the NAND chip.
15349
15350 Signed-off-by: Scott Wood <scottwood@freescale.com>
15351
15352commit 9c814b0a716aae884bec977b9a032dfa59cfb79a
15353Author: Anton Vorontsov <avorontsov@ru.mvista.com>
15354Date: Fri Mar 28 22:10:54 2008 +0300
15355
15356 fsl_elbc_nand: workaround for hangs during nand write
15357
15358 Using current driver elbc sometimes hangs during nand write. Reading back
15359 last byte helps though (thanks to Scott Wood for the idea).
15360
15361 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
15362 Signed-off-by: Scott Wood <scottwood@freescale.com>
15363
15364commit 9fd020d6b4b36b9fb67cd834bc1ae7fdba15ee9e
15365Author: Scott Wood <scottwood@freescale.com>
15366Date: Fri Mar 21 16:12:51 2008 -0500
15367
15368 Freescale eLBC FCM NAND driver
15369
15370 This is a driver for the Flash Control Machine of the enhanched Local Bus
15371 Controller found on some Freescale chips (such as the mpc8313 and the
15372 mpc8379).
15373
15374 Signed-off-by: Scott Wood <scottwood@freescale.com>
15375
15376commit 41ef8c716e93fdf50efe9c1ba733ca6675daaca6
15377Author: Scott Wood <scottwood@freescale.com>
15378Date: Tue Mar 18 15:29:14 2008 -0500
15379
15380 Don't panic if a controller driver does ecc its own way.
15381
15382 Some hardware, such as the enhanced local bus controller used on some
15383 mpc83xx chips, does ecc transparently when reading and writing data, rather
15384 than providing a generic calculate/correct mechanism that can be exported to
15385 the nand subsystem.
15386
15387 The subsystem should not BUG() when calculate, correct, or hwctl are
15388 missing, if the methods that call them have been overridden.
15389
15390 Signed-off-by: Scott Wood <scottwood@freescale.com>
15391
15392commit e52b34d40a8a646e3d11638ea8797e96398dba13
15393Author: Stefan Roese <sr@denx.de>
15394Date: Thu Jan 10 18:47:33 2008 +0100
15395
15396 NAND: Make NAND driver less verbose per default
15397
15398 This patch turns off printing of bad blocks per default upon bootup.
15399 This can always be shown via the "nand bad" command later.
15400
15401 Signed-off-by: Stefan Roese <sr@denx.de>
15402
15403commit fe56a2772e5c59577df906163d0d4b29b056140e
15404Author: Sergey Kubushyn <ksi@koi8.net>
15405Date: Wed Jan 9 15:36:20 2008 +0100
15406
15407 NAND: Davinci driver updates
15408
15409 Here comes a trivial patch to cpu/arm926ejs/davinci/nand.c. Unfortunately I
15410 don't have hardware handy so I can not test it at the moment but changes are
15411 rather trivial so it should work. It would be nice if somebody with a
15412 hardware checked it anyways.
15413
15414 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
15415
15416commit deac913effd8d80535c9ff4687b6fcdff540c554
15417Author: Stefan Roese <sr@denx.de>
15418Date: Sat Jan 5 16:50:32 2008 +0100
15419
15420 NAND: Fix compilation warning and small coding style issue
15421
15422 Signed-off-by: Stefan Roese <sr@denx.de>
15423
15424commit c568f77acdf896fc3dd6413ce53205b17ba809a3
15425Author: Stefan Roese <sr@denx.de>
15426Date: Sat Jan 5 16:49:37 2008 +0100
15427
15428 NAND: Update nand_spl driver to match updated nand subsystem
15429
15430 This patch changes the NAND booting driver nand_spl/nand_boot.c to match
15431 the new infrastructure from the updated NAND subsystem. This NAND
15432 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
15433 subsystem.
15434
15435 Signed-off-by: Stefan Roese <sr@denx.de>
15436
15437commit 3df2ece0f0fbba47d27f02fff96c533732b98c14
15438Author: Stefan Roese <sr@denx.de>
15439Date: Sat Jan 5 16:47:58 2008 +0100
15440
15441 NAND: Update 4xx NDFC driver to match updated nand subsystem
15442
15443 This patch changes the 4xx NAND driver ndfc.c to match the new
15444 infrastructure from the updated NAND subsystem. This NAND
15445 subsystem was recently synced again with the Linux 2.6.22 MTD/NAND
15446 subsystem.
15447
15448 Tested successfully on AMCC Sequoia and Bamboo.
15449
15450 Signed-off-by: Stefan Roese <sr@denx.de>
15451
15452commit 12072264528eba33737bc9674e19f0e925ffda23
15453Author: Stefan Roese <sr@denx.de>
15454Date: Sat Jan 5 16:43:25 2008 +0100
15455
15456 NAND: Change nand_wait_ready() to not call nand_wait()
15457
15458 This patch changes nand_wait_ready() to not just call nand_wait(),
15459 since this will send a new command to the NAND chip. We just want to
15460 wait for the chip to become ready here.
15461
15462 Signed-off-by: Stefan Roese <sr@denx.de>
15463
15464commit 9ad754fef5053144daed3b007adaf1c9bec654c9
15465Author: William Juul <william.juul@datarespons.no>
15466Date: Fri Dec 14 16:33:45 2007 +0100
15467
15468 make nand dump and nand dump.oob work
15469
15470 Signed-off-by: William Juul <william.juul@tandberg.com>
15471 Signed-off-by: Scott Wood <scottwood@freescale.com>
15472
15473commit 43ea36fb8fdcbc6e26f0caffe808c63633b18838
15474Author: William Juul <william.juul@datarespons.no>
15475Date: Mon Nov 19 14:46:00 2007 +0100
15476
15477 moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks
15478
15479 Signed-off-by: William Juul <william.juul@tandberg.com>
15480
15481commit 98824ce3f95e6c4d08d439b779c0acb0048045a6
15482Author: William Juul <william.juul@tandberg.com>
15483Date: Tue Jun 10 16:18:13 2008 -0500
15484
15485 Clean out unneeded files
15486
15487 Signed-off-by: William Juul <william.juul@tandberg.com>
15488
15489commit ec29a32b5a71b203f7d9087f1f4d786e7f13dd23
15490Author: William Juul <william.juul@datarespons.no>
15491Date: Fri Nov 16 08:44:27 2007 +0100
15492
15493 Create symlinks from yaffs2/direct to yaffs2
15494
15495 Signed-off-by: William Juul <william.juul@tandberg.com>
15496
15497commit 90ef117b68387d66763291af0117677644166611
15498Author: William Juul <william.juul@datarespons.no>
15499Date: Thu Nov 15 12:23:57 2007 +0100
15500
15501 Incorporate yaffs2 into U-boot
15502
15503 To use YAFFS2 define CONFIG_YAFFS2
15504
15505 Signed-off-by: William Juul <william.juul@tandberg.com>
15506 Signed-off-by: Scott Wood <scottwood@freescale.com>
15507
15508commit 0e8cc8bd92257da2e1df88cbc985e166e472ce61
15509Author: William Juul <william.juul@datarespons.no>
15510Date: Thu Nov 15 11:13:05 2007 +0100
15511
15512 YAFFS2 import
15513
15514 Direct import of yaffs as a tarball as of 20071113 from their public
15515 CVS-web at http://www.aleph1.co.uk/cgi-bin/viewcvs.cgi/yaffs2/
15516
15517 The code can also be imported on the command line with:
15518 export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
15519 (Hit return when asked for a password)
15520 cvs checkout yaffs2
15521
15522 Signed-off-by: William Juul <william.juul@tandberg.com>
15523 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
15524
15525commit 3043c045d5a9897faba7d5c7218c2f4d06cd0038
15526Author: William Juul <william.juul@datarespons.no>
15527Date: Wed Nov 14 14:28:11 2007 +0100
15528
15529 Whitespace cleanup and marking broken code.
15530
15531 Changes requested by maintainer Stefan Roese after
15532 posting patch to U-boot mailing list.
15533
15534 Signed-off-by: William Juul <william.juul@tandberg.com>
15535 Signed-off-by: Scott Wood <scottwood@freescale.com>
15536
15537commit 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f
15538Author: William Juul <william.juul@datarespons.no>
15539Date: Fri Nov 9 13:32:30 2007 +0100
15540
15541 Fixing coding style issues
15542
15543 - Fixing leading white spaces
15544 - Fixing indentation where 4 spaces are used instead of tab
15545 - Removing C++ comments (//), wherever I introduced them
15546
15547 Signed-off-by: William Juul <william.juul@tandberg.com>
15548 Signed-off-by: Scott Wood <scottwood@freescale.com>
15549
15550commit 4cbb651b29cb64d378a06729970e1e153bb605b1
15551Author: William Juul <william.juul@datarespons.no>
15552Date: Thu Nov 8 10:39:53 2007 +0100
15553
15554 Remove white space at end.
15555
15556 Signed-off-by: William Juul <william.juul@tandberg.com>
15557 Signed-off-by: Scott Wood <scottwood@freescale.com>
15558
15559commit cfa460adfdefcc30d104e1a9ee44994ee349bb7b
15560Author: William Juul <william.juul@datarespons.no>
15561Date: Wed Oct 31 13:53:06 2007 +0100
15562
15563 Update MTD to that of Linux 2.6.22.1
15564
15565 A lot changed in the Linux MTD code, since it was last ported from
15566 Linux to U-Boot. This patch takes U-Boot NAND support to the level
15567 of Linux 2.6.22.1 and will enable support for very large NAND devices
15568 (4KB pages) and ease the compatibility between U-Boot and Linux
15569 filesystems.
15570
15571 This patch is tested on two custom boards with PPC and ARM
15572 processors running YAFFS in U-Boot and Linux using gcc-4.1.2
15573 cross compilers.
15574
15575 MAKEALL ppc/arm has some issues:
15576 * DOC/OneNand/nand_spl is not building (I have not tried porting
15577 these parts, and since I do not have any HW and I am not familiar
15578 with this code/HW I think its best left to someone else.)
15579
15580 Except for the issues mentioned above, I have ported all drivers
15581 necessary to run MAKEALL ppc/arm without errors and warnings. Many
15582 drivers were trivial to port, but some were not so trivial. The
15583 following drivers must be examined carefully and maybe rewritten to
15584 some degree:
15585 cpu/ppc4xx/ndfc.c
15586 cpu/arm926ejs/davinci/nand.c
15587 board/delta/nand.c
15588 board/zylonite/nand.c
15589
15590 Signed-off-by: William Juul <william.juul@tandberg.com>
15591 Signed-off-by: Stig Olsen <stig.olsen@tandberg.com>
15592 Signed-off-by: Scott Wood <scottwood@freescale.com>
15593
15594commit cd82919e6c8a73b363a26f34b734923844e52d1c
15595Author: Wolfgang Denk <wd@denx.de>
15596Date: Tue Aug 12 16:08:38 2008 +0200
15597
15598 Coding style cleanup, update CHANGELOG, prepare release
15599
15600 Signed-off-by: Wolfgang Denk <wd@denx.de>
15601
cd82919e
WD
15602commit 17e900b8c0f38d922da47073246219dce2a847f2
15603Author: Wolfgang Denk <wd@denx.de>
15604Date: Tue Aug 12 14:54:04 2008 +0200
15605
15606 MVBC_P: fix compile problem
15607
15608 Signed-off-by: Wolfgang Denk <wd@denx.de>
15609
15610commit 52b047ae48219b59bebe37ba743ab103fd4f8316
15611Author: Wolfgang Denk <wd@denx.de>
15612Date: Tue Aug 12 12:10:11 2008 +0200
15613
15614 MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk'
15615
15616 Signed-off-by: Wolfgang Denk <wd@denx.de>
15617
15618commit c9c101c660b3d1995045c61c7c6041f52b6cf335
15619Author: Wolfgang Denk <wd@denx.de>
15620Date: Tue Aug 12 00:36:53 2008 +0200
15621
15622 ads5121: fix compiler warnings (unused variables)
15623
15624 Signed-off-by: Wolfgang Denk <wd@denx.de>
15625
15626commit 902ca09246039964d59bbcb519b1e1b5aed01308
15627Author: Kumar Gala <galak@kernel.crashing.org>
15628Date: Mon Aug 11 11:29:28 2008 -0500
15629
15630 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS
15631
15632 Use CONFIG_NUM_CPUS to match existing define used by 86xx.
15633
15634 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15635 Acked-by: Jon Loeliger <jdl@freescale.com>
15636
15637commit 3216ca9692ff80d7c638723ef448f3d36301d9e7
15638Author: Kumar Gala <galak@kernel.crashing.org>
15639Date: Mon Aug 11 09:20:53 2008 -0500
15640
15641 Fix fallout from autostart revert
15642
15643 The autostart revert caused a bit of duplicated code as well as
15644 code that was using images->autostart that needs to get removed so
15645 we can build again.
15646
15647 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15648
15649commit 3cf8a234b8e8c02e4da1f23566043bc288b05220
15650Author: Kumar Gala <galak@kernel.crashing.org>
15651Date: Mon Aug 11 09:16:25 2008 -0500
15652
15653 Fix compile error related to r8a66597-hcd & usb
15654
15655 When building the 8544DS board we get this error:
15656
15657 In file included from r8a66597-hcd.c:22:
15658 u-boot/include/usb.h:190:2: error: #error USB Lowlevel not defined
15659 make[1]: *** [r8a66597-hcd.o] Error 1
15660
15661 The cleanest fix is to only build r8a66597-hcd.c if CONFIG_USB_R8A66597_HCD
15662 is set.
15663
15664 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15665
15666commit 2d0daa03612338a813e3c9d22680e54eabfea378
15667Author: Becky Bruce <becky.bruce@freescale.com>
15668Date: Mon Aug 4 14:02:26 2008 -0500
15669
15670 POWERPC 86xx: Move BAT setup code to C
15671
15672 This is needed because we will be possibly be locating
15673 devices at physical addresses above 32bits, and the asm
15674 preprocessing does not appear to deal with ULL constants
15675 properly. We now call write_bat in lib_ppc/bat_rw.c.
15676
15677 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15678 Acked-by: Jon Loeliger <jdl@freescale.com>
15679
15680commit 9de67149db576c91b9c2a0a182652331e7e44211
15681Author: Becky Bruce <becky.bruce@freescale.com>
15682Date: Mon Aug 4 14:01:53 2008 -0500
15683
15684 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c
15685
15686 Perform sync/isync as required by the architecture.
15687
15688 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15689 Acked-by: Jon Loeliger <jdl@freescale.com>
15690
15691commit 23f935c073e7578c6066804fd2f9ee116cae6ffe
15692Author: Becky Bruce <becky.bruce@freescale.com>
15693Date: Mon Aug 4 14:01:16 2008 -0500
15694
15695 POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config
15696
15697 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15698 Acked-by: Jon Loeliger <jdl@freescale.com>
15699
15700commit 5276a3584d26a9533404f0ec00c3b61cf9a97939
15701Author: Magnus Lilja <lilja.magnus@gmail.com>
15702Date: Sun Aug 3 21:44:10 2008 +0200
15703
15704 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros.
15705
15706 Correct the mx31_gpio_mux() function to allow changing all i.MX31 IOMUX
15707 contacts instead of only the first 256 ones as is the case prior to
15708 this patch.
15709
15710 Add missing MUX_* macros and update board files to use the new macros.
15711
15712 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
15713
15714commit b6b183c5b2fffd4c456b7e3fcb064cceb47fe7ac
15715Author: Magnus Lilja <lilja.magnus@gmail.com>
15716Date: Sun Aug 3 21:43:37 2008 +0200
15717
15718 i.MX31: Fix IOMUX related typos
15719
15720 Correct the names of some IOMUX macros.
15721
15722 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
15723
15724commit 4d57b0fb2927d4f50d834884b4ec4a7ca01708b0
15725Author: Steve Sakoman <steve@sakoman.com>
15726Date: Mon Aug 11 20:26:16 2008 +0200
15727
15728 OneNAND: Remove unused parameters to onenand_verify_page
15729
15730 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.
15731
15732 Signed-off-by: Steve Sakoman <steve@sakoman.com>
15733 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
15734
15735commit e84d568fa2a9f4ce7888141e71676368ef6b3f25
15736Author: Anatolij Gustschin <agust@denx.de>
15737Date: Fri Aug 8 18:00:40 2008 +0200
15738
15739 video: fix bug in cfb_console code
15740
15741 FILL_15BIT_555RGB macro extension for pixel swapping
15742 by commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
15743 introduced a bug in cfb_console:
15744
15745 Bitmaps with odd-numbered width won't be rendered
15746 correctly and even U-Boot crashes are observed on
15747 some platforms while repeated rendering of such
15748 bitmaps with "bmp display". Also if a bitmap is
15749 rendered to an odd-numbered x starting position,
15750 the same problem occurs. This patch is an attempt
15751 to fix it.
15752
15753 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15754
15755commit d9015f6a50d7258125349ef5c2af836458a0029a
15756Author: Anatolij Gustschin <agust@denx.de>
15757Date: Fri Aug 8 18:00:39 2008 +0200
15758
15759 video: fix bug in logo_plot
15760
15761 If logo_plot() should ever be called with x starting
15762 position other than zero and for pixel depths greater
15763 than 8bpp, logo colors distortion will be observed.
15764 This patch fixes the issue.
15765
15766 Signed-off-by: Anatolij Gustschin <agust@denx.de>
15767
15768commit 406819ae94f79f5b59e01d163380ca7d83709251
15769Author: Wolfgang Denk <wd@denx.de>
15770Date: Mon Aug 11 00:17:52 2008 +0200
15771
15772 MAINTAINERS: sort entries
15773
15774 Signed-off-by: Wolfgang Denk <wd@denx.de>
15775
15776commit cfc442d7913d4d1c3a9bf494f90c012c2f8c3bdc
15777Author: Roy Zang <tie-fei.zang@freescale.com>
15778Date: Thu Aug 7 18:19:28 2008 +0800
15779
15780 Add mpc7448hpc2 maintainer information
15781
15782 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
15783
15784commit a9fe0c3e7ca48afa50d6a0db99fa91e7282d73d8
15785Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
15786Date: Thu Aug 7 13:13:27 2008 +0530
15787
15788 common/cmd_load.c - Minor code & Coding Style cleanup
15789
15790 - os_data_header Variable is a carry over feature
15791 & unused. So removed all instance of this variable
15792 - Minor Code Style Update
15793
15794 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
15795 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15796
15797commit 0d28f34bbe56d0971bd603789dcc6fe7adf11f14
15798Author: Magnus Lilja <lilja.magnus@gmail.com>
15799Date: Wed Aug 6 19:32:33 2008 +0200
15800
15801 Update the U-Boot wiki URL.
15802
15803 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
15804
15805commit aa5ffa16d7e4c461b7b77bf8e79d2ef5638cf754
15806Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
15807Date: Sun Aug 10 17:56:36 2008 +0200
15808
15809 OneNAND: Remove base address offset usage
15810
15811 While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
15812 using OneNAND and some using NAND, we found some differences in OneNAND and
15813 NAND command address handling.
15814
15815 As this might confuse users (it already confused us), we like to align OneNAND
15816 and NAND address handling.
15817
15818 The issue is that cmd_onenand.c subtracts the onenand base address from the
15819 addresses you type into the u-boot command line so, unlike nand, you can't
15820 use addresses relative to the start of the onenand part e.g. this won't work:
15821
15822 onenand read 82000000 280000 400000
15823
15824 you have to use:
15825
15826 onenand read 82000000 20280000 400000
15827
15828 Looking at recent git, the only board currently using OneNAND is Apollon, and
15829 for this the OneNAND base address is 0 (apollon.h)
15830
15831 #define CFG_ONENAND_BASE 0x00000000
15832
15833 so patch below won't break any existing boards and will align OneNAND and NAND
15834 handling on boards where OneNAND base address is != 0.
15835
15836 Signed-off-by: Steve Sakoman <sakoman@gmail.com>
15837 Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
15838 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
15839
15840commit c11528083ef6e55e76df742228c26e39d151813d
15841Author: Kumar Gala <galak@kernel.crashing.org>
15842Date: Thu Aug 7 09:28:20 2008 -0500
15843
15844 mpc85xx: workaround old binutils bug
15845
15846 The recent change to move the .bss outside of the image gives older
15847 binutils (ld from eldk4.1/binutils-2.16) some headache:
15848
15849 ppc_85xx-ld: u-boot: Not enough room for program headers (allocated 3, need 4)
15850 ppc_85xx-ld: final link failed: Bad value
15851
15852 We workaround it by being explicit about the program headers and not
15853 assigning the .bss to a program header.
15854
15855 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15856
15857commit 0bf202ec586d4466c900e987720fa635c594d689
15858Author: Wolfgang Denk <wd@denx.de>
15859Date: Sun Aug 10 01:26:26 2008 +0200
15860
15861 Revert "[new uImage] Add autostart flag to bootm_headers structure"
15862
15863 This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.
15864
15865 The commit was based on a misunderstanding of the (documented)
15866 meaning of the 'autostart' environment variable. It might cause
15867 boards to hang if 'autostart' was used, with the potential to brick
15868 them. Go back to the documented behaviour.
15869
15870 Conflicts:
15871
15872 common/cmd_bootm.c
15873 common/image.c
15874 include/image.h
15875
15876 Signed-off-by: Wolfgang Denk <wd@denx.de>
15877
15878commit 29f8f58ff40c67f7f2e11afd1715173094e52ac2
15879Author: Wolfgang Denk <wd@denx.de>
15880Date: Sat Aug 9 23:17:32 2008 +0200
15881
15882 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board
15883
15884 - enable CFI driver where this was forgotten
15885 - enable mtdparts support
15886 - adjust default environment
15887 etc.
15888
15889 Signed-off-by: Wolfgang Denk <wd@denx.de>
15890
15891commit 41266c9b5a5f873df3ec891bb0907616958b5602
15892Author: Peter Tyser <ptyser@xes-inc.com>
15893Date: Tue Aug 5 10:51:57 2008 -0500
15894
15895 FIT: Fix handling of images without ramdisks
15896
15897 boot_get_ramdisk() should not treat the case when a FIT image does
15898 not contain a ramdisk as an error.
15899
15900 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
15901 Acked-by: Michal Simek <monstr@monstr.eu>
15902
15903commit f77d92a3f56d88e63cc02226a1204b3bdbac6961
15904Author: Sergey Lapin <slapin@ossfans.org>
15905Date: Sat Aug 9 01:39:09 2008 +0400
15906
15907 DataFlash: AT45DB021 fix and AT45DB081 support
15908
15909 Fix for page size of AT45DB021. Also adding bigger AT45DB081
15910 which comes with some newer boards.
15911
15912 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
15913
15914commit ba9324451b662dd393afa53e5cc36fc5d3d10966
15915Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15916Date: Fri Aug 8 16:30:23 2008 +0900
15917
15918 sh: Update sh7763rdp config
15919
15920 Add sh_eth support to sh7763rdp.
15921
15922 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
15923
15924commit 21f971ec265f6042ec21636d55d06a6bc0751077
15925Author: Wolfgang Denk <wd@denx.de>
15926Date: Mon Jul 7 01:22:29 2008 +0200
15927
15928 TQM823L: re-enable logo support; update LCD_INFO text
15929
15930 Signed-off-by: Wolfgang Denk <wd@denx.de>
15931
15932commit 3b8d17f0f082073346c0df017c9dfd6acdb40d6d
15933Author: Wolfgang Denk <wd@denx.de>
15934Date: Fri Aug 8 16:41:56 2008 +0200
15935
15936 TQM8xxL: fix support for second flash bank
15937
15938 When switching the TQM8xxL modules to use the CFI flash driver,
15939 support for the second flash bank was broken because the CFI driver
15940 did not support dynamically sized banks. This gets fixed now.
15941
15942 Signed-off-by: Wolfgang Denk <wd@denx.de>
15943
15944commit 2a112b234d879f6390503a5f4e38246acce9d0b0
15945Author: Wolfgang Denk <wd@denx.de>
15946Date: Fri Aug 8 16:39:54 2008 +0200
15947
15948 CFI: allow for dynamically determined flash sizes and addresses
15949
15950 The CFI driver allowed only for static initializers in the
15951 CFG_FLASH_BANKS_LIST definition, i. e. it did not allow to map
15952 several flash banks contiguously if the bank sizes were not known in
15953 advance, which kind of violates U-Boot's design philosophy.
15954
15955 (will be used for example by the TQM8xxL boards)
15956
15957 Signed-off-by: Wolfgang Denk <wd@denx.de>
15958
15959commit d9d78ee46d9a396d0a81d00c2b003a9bd32c2e61
15960Author: Ben Warren <biggerbadderben@gmail.com>
15961Date: Thu Aug 7 23:26:35 2008 -0700
15962
15963 QE UEC: Fix compiler warnings
15964
15965 Moved static functions earlier in file so forward declarations are not needed.
15966
15967 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15968
15969commit d5d28fe4aad5f4535400647a5617c11039506467
15970Author: David Saada <David.Saada@ecitele.com>
15971Date: Mon Mar 31 02:37:38 2008 -0700
15972
15973 QE UEC: Add MII Commands
15974
15975 Add MII commands to the UEC driver. Note that once a UEC device is selected,
15976 any device on its MDIO bus can be addressed.
15977
15978 Signed-off-by: David Saada <david.saada@ecitele.com>
15979 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15980
15981commit fd0f2f3796ff2a7a32d35deb1b7996e485849df7
15982Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15983Date: Wed Jul 9 21:07:38 2008 +0900
15984
15985 usb: add support for R8A66597 usb controller
15986
15987 add support for Renesas R8A66597 usb controller.
15988 This patch supports USB Host mode.
15989
15990 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
15991 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
15992
15993commit 1d10dcd041aaeae9fd7c821005692898a0303382
15994Author: Hunter, Jon <jon-hunter@ti.com>
15995Date: Sat Jul 26 18:59:16 2008 -0500
15996
15997 Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c
15998
15999 Add support to drivers/usb/usbdcore_omap1510.c for OMAP5912 and OMAP16xx devices.
16000
16001 Signed-off-by: Jon Hunter <jon-hunter@ti.com>
16002 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
16003
16004commit eab1007334b93a6209f1ec33615e26ef5311ede7
16005Author: Steven A. Falco <sfalco@harris.com>
16006Date: Wed Aug 6 15:42:52 2008 -0400
16007
16008 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic.
16009
16010 The Sequoia board has two UARTs in "4-pin" mode. This patch modifies the GPIO
16011 configuration to match the schematic, and also sets the SDR0_PFC1 register to
16012 select the corresponding mode for the UARTs.
16013
16014 Signed-off-by: Steven A. Falco <sfalco@harris.com>
16015 Signed-off-by: Stefan Roese <sr@denx.de>
16016
a49d10cf
WD
16017commit 0eb5717a85b6cba3f67c11fa89bdde38dcd081b5
16018Author: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16019Date: Wed Aug 6 14:42:13 2008 +0200
16020
16021 avr32: add support for EarthLCD Favr-32 board
16022
16023 This patch adds support for the Favr-32 board made by EarthLCD.
16024
16025 This kit, which is also called ezLCD-101 when running with EarthLCD firmware,
16026 has a 10.4" touch screen LCD panel, 16 MB 32-bit SDRAM, 8 MB parallel flash,
16027 Ethernet, audio out, USB device, SD-card slot, USART and various other
16028 connectors for cennecting stuff to SPI, I2C, GPIO, etc.
16029
16030 Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
16031 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16032
16033commit bc9019e19758a19a388fb20ef18dc771cd39fdda
16034Author: Rafael Campos <rafael.campos@hanscan.com>
16035Date: Thu Jul 31 10:22:20 2008 +0200
16036
16037 cfi-flash: Added support to flash_real_protect for Atmel flash devices
16038
16039 Some of the flash memories produced by ATMEL start in read-only mode.
16040 We need to unprotect it. This patch allows the AT49BV6416 to work with
16041 cfi_flash memories. Tested in the at91rm9200ek board.
16042
16043 Signed-off-by: Rafael Campos Las Heras <rafael.campos@hanscan.com>
16044 Signed-off-by: Stefan Roese <sr@denx.de>
16045
16046commit 7949839e5836bf8b1074bb6142c46d30ac3aa350
16047Author: Guennadi Liakhovetski <lg@denx.de>
16048Date: Tue Aug 5 15:36:39 2008 +0200
16049
16050 cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash
16051
16052 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16053 Signed-off-by: Stefan Roese <sr@denx.de>
16054
4b070809
WD
16055commit 1318673045fe188c6e24c582b1e6efc00ae1c62c
16056Author: Stefan Roese <sr@denx.de>
16057Date: Wed Aug 6 14:06:03 2008 +0200
16058
16059 Fix merge problems
16060
16061 Signed-off-by: Stefan Roese <sr@denx.de>
16062
16063commit f2302d4430e7f3f48308d6a585320fe96af8afbd
16064Author: Stefan Roese <sr@denx.de>
16065Date: Wed Aug 6 14:05:38 2008 +0200
16066
16067 Fix merge problems
16068
16069 Signed-off-by: Stefan Roese <sr@denx.de>
16070
cd82919e
WD
16071commit 6689484ccd43189322aaa5a1c6cd02cdd511ad7d
16072Author: Kenneth Johansson <kenneth@southpole.se>
16073Date: Tue Jul 15 12:13:38 2008 +0200
16074
16075 mpc5121: Move iopin features from board specific to common files.
16076
16077 And in the process eliminate some duplicate register defines.
16078
16079 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
16080
16081commit ef11df6b66ecf5797e94ba322254b8fb7a4e2e12
16082Author: John Rigby <jrigby@freescale.com>
16083Date: Tue Aug 5 17:38:57 2008 -0600
16084
16085 mpc5121: squash some fdt fixup errors
16086
16087 On ADS5121 when booting linux the following errors are seen:
16088 Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
16089 Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
16090 Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
16091
16092 This is caused by ft_cpu_setup trying to deal with
16093 both old and new soc node naming. This patch
16094 fixes this by being smarter about what to
16095 fixup.
16096
16097 Also do soc node fixups by compatible instead of by path.
16098 A new board config called OF_SOC_COMPAT defined
16099 to be "fsl,mpc5121-immr" replaces the old
16100 OF_SOC node path that was defined to be "soc@80000000".
16101
16102 Old device trees still work, but the compatiblity
16103 is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
16104 which is on by default in include/configs/ads5121.h.
16105
16106 Signed-off-by: John Rigby <jrigby@freescale.com>
16107
16108commit 81091f58f0c58ecd26c5b05de2ae20ca6cdb521c
16109Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16110Date: Sat Aug 2 23:48:30 2008 +0200
16111
16112 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros
16113
16114 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16115
16116commit 4cd7e6528f61ec669755c3754bb4f9779874fab3
16117Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16118Date: Sat Aug 2 23:48:32 2008 +0200
16119
16120 nios2/sysid: fix printf warning
16121
16122 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16123
16124commit 66da6fa0e35e7ee56628c85981709afe7180fc8e
16125Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16126Date: Sat Aug 2 23:48:33 2008 +0200
16127
16128 Fix remaining build issues with MPC8xx FADS boards.
16129
16130 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16131
16132commit 81d3f1fdddafd1eb53bbca8739f488d417eb3dd2
16133Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16134Date: Sat Aug 2 23:48:31 2008 +0200
16135
16136 nios2: fix phys_addr_t and phys_size_t support
16137
16138 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16139
16140commit 5fa62000db6d0b46ecdeadbeb50faf5197db49ef
16141Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16142Date: Sat Aug 2 23:48:34 2008 +0200
16143
16144 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)'
16145
16146 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16147
16148commit 1464eff77e7fdaed609ecf263a2423c9dcf96b1f
16149Author: Mark Jackson <mpfj@mimc.co.uk>
16150Date: Fri Aug 1 09:48:29 2008 +0100
16151
16152 Fix bitmap display for atmel lcd controller
16153
16154 The current lcd_display_bitmap() function does not work properly
16155 for the Atmel LCD controller.
16156
16157 2 fixes need to be done:-
16158
16159 (a) when setting the colour map, use the lcd_setcolreg() function
16160 as provided by the Atmel driver
16161 (b) the data is never actually written to the lcd framebuffer !!
16162
16163 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
16164
16165commit 2a433c66b1e2770349fe4911be23c375f053ebd8
16166Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16167Date: Fri Aug 1 08:40:34 2008 +0200
16168
16169 qemu_mips: update README to follow qemu update about default machine
16170
16171 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16172
16173commit ac169d645f5f0e0b9a232563099209e92a355d8e
16174Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16175Date: Thu Jul 31 19:53:21 2008 -0500
16176
16177 ColdFire: Fix compilation issue caused by a missing function
16178
16179 Implement usec2ticks() which is used by fsl_i2c.c in
16180 lib_m68k/time.c
16181
16182 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16183
16184commit 01ae85b58b51d2fb1fac5b93095f6042cf48ae7b
16185Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16186Date: Thu Jul 31 19:53:06 2008 -0500
16187
16188 Fix compilation error for TASREG
16189
16190 TASREG is ColdFire platform, the include ppc4xx.h in
16191 board/esd/common/flash.c causes conflict.
16192
16193 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16194
16195commit 35d3bd3cc35c508a6823dac77e0fd126808e4fc7
16196Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16197Date: Thu Jul 31 19:52:36 2008 -0500
16198
16199 Fix compilation error for MCF5275
16200
16201 Rename OBJ to COBJ in board/platform/Makefile
16202
16203 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16204
16205commit 5c40548f01218360a1f1395198c50ff45f3035b5
16206Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16207Date: Thu Jul 31 19:52:28 2008 -0500
16208
16209 Fix compile error caused by incorrect function return type
16210
16211 Rename int mii_init(void) to void mii_init(void) for idmr
16212 ColdFire platform
16213
16214 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16215
16216commit a58c78067c928976c082c758d3987e89ead5b191
16217Author: Wolfgang Denk <wd@denx.de>
16218Date: Fri Aug 1 12:06:22 2008 +0200
16219
16220 Fix build issues with MPC8xx FADS boards.
16221
16222 Signed-off-by: Wolfgang Denk <wd@denx.de>
16223
16224commit 4b50cd12a3b3c644153c4cf393f4a4c12289e5aa
16225Author: Wolfgang Denk <wd@denx.de>
16226Date: Thu Jul 31 17:54:03 2008 +0200
16227
16228 Prepare v1.3.4-rc2: update CHANGELOG
16229
16230 Signed-off-by: Wolfgang Denk <wd@denx.de>
16231
4b50cd12
WD
16232commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
16233Author: Mark Jackson <mpfj@mimc.co.uk>
16234Date: Thu Jul 31 16:09:00 2008 +0100
16235
16236 Add gzipped logo support
16237
16238 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
16239
16240 If this option is set, additionally to standard BMP
16241 images, gzipped BMP images can be displayed via the
16242 splashscreen support or the bmp command.
16243
16244 However, the splashscreen function *only* supports standard BMP images.
16245
16246 This patch adds the documented gzip support.
16247
16248 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
16249
16250commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
16251Author: Mark Jackson <mpfj@mimc.co.uk>
16252Date: Thu Jul 31 15:56:48 2008 +0100
16253
16254 Fix Atmel LCD controller endianess for AVR32 processors
16255
16256 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
16257 AVR32 (big endian) platforms.
16258
16259 As such, the controller can handle both big and little endian memory.
16260
16261 This patch fixes the driver for the AVR32 platform.
16262
16263 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
16264
16265commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
16266Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16267Date: Thu Jul 31 15:56:01 2008 +0200
16268
16269 apollon: fix build out of tree
16270
16271 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16272
16273commit 2e752be39d3e398d4ab89ffa6634c397df298297
16274Author: Guennadi Liakhovetski <lg@denx.de>
16275Date: Thu Jul 31 12:35:04 2008 +0200
16276
16277 Uncompressed images loaded to their start address shall set load_end too
16278
16279 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
16280 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
16281
16282commit c37207d7f51e19c17f859966f314e27cc1231801
16283Author: Wolfgang Denk <wd@denx.de>
16284Date: Wed Jul 16 16:38:59 2008 +0200
16285
16286 Fix printf() format problems with configurable prompts
16287
16288 U-Boot allows for configurable prompt strings using the
16289 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
16290 the assumption was that any such user defined problts would contain
16291 exactly one "%d" format specifier. But some boards did not.
16292
16293 To allow for flexible boot prompts without adding too complex code we
16294 now allow to specify the whole list of printf() arguments in the user
16295 definition. This is powerful, but requires a responsible user who
16296 really understands what he is doing, as he needs to know for exanple
16297 which variables are available in the respective context.
16298
16299 Signed-off-by: Wolfgang Denk <wd@denx.de>
16300
16301commit 54754120637b6a7f4ff774fb199fc550bcfea1da
16302Author: Wolfgang Denk <wd@denx.de>
16303Date: Thu Jul 31 17:02:14 2008 +0200
16304
16305 TQM85xx: fix typo introduce by commit ffbb5cb9
16306
16307 Signed-off-by: Wolfgang Denk <wd@denx.de>
16308
16309commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
16310Author: Wolfgang Denk <wd@denx.de>
16311Date: Thu Jul 31 15:27:01 2008 +0200
16312
16313 mvbc_p board: fix most build warnings.
16314
16315 Signed-off-by: Wolfgang Denk <wd@denx.de>
16316
16317commit c4ec6db074051d2f6fc76a66411c60621b22bc02
16318Author: Wolfgang Denk <wd@denx.de>
16319Date: Thu Jul 31 13:57:20 2008 +0200
16320
16321 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
16322
16323 Avoid "integer constant is too large for 'long' type" warnings.
16324 And simplify the code.
16325
16326 Signed-off-by: Wolfgang Denk <wd@denx.de>
16327
16328commit 9196b44334c330cc13de2464c59181e4db71f549
16329Author: Matvejchikov Ilya <matvejchikov@gmail.com>
16330Date: Wed Jul 30 23:21:19 2008 +0400
16331
16332 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
16333
16334 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
16335
16336commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
16337Author: Matvejchikov Ilya <matvejchikov@gmail.com>
16338Date: Wed Jul 30 23:20:32 2008 +0400
16339
16340 PPC: Add pci_clk in the global_data for CPM2 processors
16341
16342 This patch adds pci_clk field to the global_data structure for the
16343 processors which have CPM2 module in case the CONFIG_PCI is defined.
16344
16345 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
16346
16347commit f0ff885ca64655bee6540eb8a25eed90b1152686
16348Author: Kumar Gala <galak@kernel.crashing.org>
16349Date: Wed Jul 30 14:13:30 2008 -0500
16350
16351 mpc85xx: Update linker scripts for Freescale boards
16352
16353 * Move to using absolute addressing always. Makes the scripts a bit more
16354 portable and common
16355 * Moved .bss after the end of the image. These allows us to have more
16356 room in the resulting binary image for code and data.
16357 * Removed .text object files that aren't really needed
16358 * Make sure _end is 4-byte aligned as the .bss init code expects this.
16359 (Its possible that the end of .bss isn't 4-byte aligned)
16360
16361 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16362
16363commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
16364Author: Kumar Gala <galak@kernel.crashing.org>
16365Date: Wed Jul 30 08:01:15 2008 -0500
16366
16367 Fix compile warnings in dlmalloc
16368
16369 The origional code was using on odd reference to get to the first
16370 real element in av_[]. The first two elements of the array are
16371 not used for actual bins, but for house keeping. If we are more
16372 explicit about how use the first few elements we can get rid of the
16373 warnings:
16374
16375 dlmalloc.c: In function 'malloc_extend_top':
16376 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
16377 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
16378 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
16379 ...
16380
16381 The logic of how this code came to be is:
16382 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
16383
16384 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
16385 bin_at(0) = &(av_[0])
16386
16387 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
16388
16389 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16390
16391commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
16392Author: Stefan Roese <sr@denx.de>
16393Date: Wed Jul 30 10:21:01 2008 +0200
16394
16395 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
16396
16397 Signed-off-by: Stefan Roese <sr@denx.de>
16398
16399commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
16400Author: Stefan Roese <sr@denx.de>
16401Date: Wed Jul 30 09:59:51 2008 +0200
16402
16403 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
16404
16405 A recent patch used '#if (CONFIG_CMD_USB)' instead of
16406 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
16407 common/bootm.c compile again.
16408
16409 Signed-off-by: Stefan Roese <sr@denx.de>
16410 Acked-by: Markus Klotzbuecher <mk@denx.de>
16411
16412commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
16413Author: Kyungmin Park <kmpark@infradead.org>
16414Date: Tue Jul 22 08:01:43 2008 +0900
16415
16416 Remove unused I2C at apollon board
16417
16418 There are no I2C devices on this board.
16419
16420 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16421
16422commit 3c95960e526b3b026da20201db64526f46faf14b
16423Author: Wolfgang Denk <wd@denx.de>
16424Date: Thu Jul 31 10:12:09 2008 +0200
16425
16426 at91rm9200dk, csb637: fix NAND related build problems
16427
16428 Tried fixing NAND support for the at91rm9200dk board; untested.
16429 Disabled NAND support in the csb637 board config file.
16430
16431 Signed-off-by: Wolfgang Denk <wd@denx.de>
16432
4b070809
WD
16433commit 9246f5ecfd353ae297a02ffd5328402acf16c9dd
16434Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16435Date: Wed Jul 30 12:39:28 2008 +0200
16436
16437 ppc4xx: ML507: Environment in flash and MTD Support
16438
16439 - Relocate the location of U-Boot in the flash
16440 - Save the environment in one sector of the flash memory
16441 - MTD Support
16442
16443 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16444 Signed-off-by: Stefan Roese <sr@denx.de>
16445
16446commit a8a16af4d59d14cc1c1187c10aaad80d6b8394b5
16447Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16448Date: Tue Jul 29 17:16:10 2008 +0200
16449
16450 ppc4xx: ML507: Use of get_ram_size in board ml507
16451
16452 - Change suggested by WD
16453
16454 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16455 Signed-off-by: Stefan Roese <sr@denx.de>
16456
16457commit 01a004313c5ec2d128b611df4c208b1b0d3c3fb4
16458Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16459Date: Mon Jul 21 20:30:07 2008 +0200
16460
16461 ppc4xx: ML507: U-Boot in flash and System ACE
16462
16463 This patch allows booting from FLASH the ML507 board by Xilinx.
16464 Previously, U-Boot needed to be loaded from JTAG or a Sytem ACE CF
16465
16466 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16467 Signed-off-by: Stefan Roese <sr@denx.de>
16468
a49d10cf
WD
16469commit 5c374c9ee16fee2bf68533cc4010b3c0df21f783
16470Author: Julien May <mailinglist@miromico.ch>
16471Date: Mon Jun 23 13:57:52 2008 +0200
16472
16473 Add support for the hammerhead (AVR32) board
16474
16475 The Hammerhead platform is built around a AVR32 32-bit microcontroller
16476 from Atmel. It offers versatile peripherals, such as ethernet, usb
16477 device, usb host etc.
16478
16479 The board also incooperates a power supply and is a Power over Ethernet
16480 (PoE) Powered Device (PD).
16481
16482 Additonally, a Cyclone III FPGA from Altera is integrated on the board.
16483 The FPGA is mapped into the 32-bit AVR memory bus. The FPGA offers two
16484 DDR2 SDRAM interfaces, which will cover even the most exceptional need
16485 of memory bandwidth. Together with the onboard video decoder the board
16486 is ready for video processing.
16487
16488 For more information see: http:///www.miromico.com/hammerhead
16489
16490 Signed-off-by: Julien May <mailinglist@miromico.ch>
16491 [haavard.skinnemoen@atmel.com: various small fixes and adaptions]
16492 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16493
4b50cd12
WD
16494commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
16495Author: Kumar Gala <galak@kernel.crashing.org>
16496Date: Tue Jul 29 12:23:49 2008 -0500
16497
16498 fsl_i2c: Use timebase timer functions instead of get_timer()
16499
16500 The current implementation of get_timer() is only really useful after we
16501 have relocated u-boot to memory. The i2c code is used before that as part
16502 of the SPD DDR setup.
16503
16504 We actually have a bug when using the get_timer() code before relocation
16505 because the .bss hasn't been setup and thus we could be reading/writing
16506 a random location (probably in flash).
16507
16508 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16509
16510commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
16511Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
16512Date: Tue Jul 29 14:49:31 2008 +0200
16513
16514 Adder8xx: Fix CFG_MONITOR_LEN
16515
16516 Due to increased space usage, U-Boot can no longer be stored in three sectors.
16517 The current U-Boot use just over three flash sectors (197k), and U-Boot will
16518 become corrupt after saving environment variables. This patch adds another 64k
16519 to CFG_MONITOR_LEN.
16520
16521 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
16522
16523commit a4c59ad4a21140550ada6f97690d2527c4146ce5
16524Author: Kyungmin Park <kmpark@infradead.org>
16525Date: Tue Jul 29 08:47:57 2008 +0900
16526
16527 Add OneNAND IPL related files to gitignore
16528
16529 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16530
16531commit 8d87589e8e874df7120a3d9667f051bc33bac250
16532Author: Rafal Jaworowski <raj@semihalf.com>
16533Date: Mon Jul 28 20:38:25 2008 +0200
16534
16535 API: Teach the storage layer about SATA and MMC options.
16536
16537 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16538 Acked-by: Rafal Jaworowski <raj@semihalf.com>
16539
16540commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
16541Author: Rafal Jaworowski <raj@semihalf.com>
16542Date: Mon Jul 28 20:37:48 2008 +0200
16543
16544 API: Dump contents of sector 0 in the demo application.
16545
16546 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16547 Acked-by: Rafal Jaworowski <raj@semihalf.com>
16548
16549commit 13ca6305f2eba49c175f6370c35286141059c789
16550Author: Rafal Jaworowski <raj@semihalf.com>
16551Date: Mon Jul 28 20:37:10 2008 +0200
16552
16553 API: Correct storage enumeration routine, other minor fixes in API storage area.
16554
16555 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16556 Acked-by: Rafal Jaworowski <raj@semihalf.com>
16557
16558commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
16559Author: Rafal Jaworowski <raj@semihalf.com>
16560Date: Mon Jul 28 20:36:19 2008 +0200
16561
16562 API: Fix compilation warnings in api_examples/demo.c.
16563
16564 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
16565
16566commit c14eefcc48212af2f3314809605698dd8393a90a
16567Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16568Date: Sun Jul 27 17:09:43 2008 +0200
16569
16570 Fix more printf() format warnings
16571
16572 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16573
16574commit 936897d4d1365452bbbdf8430db5e7769ef08d38
16575Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16576Date: Fri Jul 25 15:18:16 2008 +0200
16577
16578 Fix remaining CFG_CMD_ define, ifdef and comments
16579
16580 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16581
16582commit 5d1d00fb36005482e1803a00ddc46efa11d719af
16583Author: Stefano Babic <sbabic@denx.de>
16584Date: Fri Jul 25 08:57:40 2008 +0200
16585
16586 Add include for config.h in command.h.
16587
16588 Because the cmd_tbl_s structure depends on the configuration file, it
16589 must be assured that config.h is included before the structure is
16590 evaluated by the compiler. If this is not certain, it could happen
16591 that the compiler generates structures of different size, depending
16592 on the fact if the source file includes <config.h> before or after
16593 <command.h>.
16594
16595 The effect is that u-boot crashes when tries to relocate the command
16596 table (for ppc) or try to access to the command table for other
16597 architectures.
16598
16599 The problem can happen on board-depending commands. All general
16600 commands under /common are unaffected, because they include already
16601 config.h before command.h.
16602
16603 Signed-off-by: Stefano Babic <sbabic@denx.de>
16604
16605commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
16606Author: Scott Wood <scottwood@freescale.com>
16607Date: Wed Jul 23 13:16:06 2008 -0500
16608
16609 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
16610
16611 This fixes building out-of-tree.
16612
16613 Signed-off-by: Scott Wood <scottwood@freescale.com>
16614
16615commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
16616Author: Heiko Schocher <hs@denx.de>
16617Date: Wed Jul 23 07:30:46 2008 +0200
16618
16619 Fix warnings if compiling with IDE support.
16620
16621 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
16622 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
16623
16624 Signed-off-by: Heiko Schocher <hs@denx.de>
16625
16626commit 7610db17fd4d59c51d825488526d85ede2f06767
16627Author: Adrian Filipi <adrian.filipi@eurotech.com>
16628Date: Tue Jul 22 14:28:11 2008 -0400
16629
16630 Removed support for the adsvix board.
16631
16632 Support for the adsvix was originally provided by Applied Data
16633 Systems (ADS), inc., now EuroTech, Inc.
16634 The board never shipped aside from some sample boards.
16635
16636 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
16637
16638commit f96b44cef897bd372beb86dde1b33637c119d84d
16639Author: Remy Bohmer <linux@bohmer.net>
16640Date: Tue Jul 22 16:22:11 2008 +0200
16641
16642 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
16643
16644 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
16645 never set, because relocation to RAM is actually never done by U-boot
16646 itself. However, several pieces of code check if this flag is set at
16647 some time.
16648
16649 So, to make sure this flag is set on boards skipping relocation, this
16650 is added to the initialisation of U-boot at a moment where it is safe
16651 to do so.
16652
16653 Signed-off-by: Remy Bohmer <linux@bohmer.net>
16654
16655commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
16656Author: Timur Tabi <timur@freescale.com>
16657Date: Mon Jul 21 14:26:23 2008 -0500
16658
16659 fsl-i2c: fix writes to data segment before relocation
16660
16661 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
16662 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
16663 I2C bus speed and save the value in i2c_bus_speed[], which is a global
16664 variable. It is an error to write to the data segment before relocation,
16665 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
16666
16667 Signed-off-by: Timur Tabi <timur@freescale.com>
16668
16669commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
16670Author: Wolfgang Ocker <weo@reccoware.de>
16671Date: Mon Jul 28 16:56:51 2008 +0200
16672
16673 mips: Fix baudrate divisor computation on alchemy cpus
16674
16675 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
16676 on alchemy cpus.
16677
16678 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
16679 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
16680
a49d10cf
WD
16681commit c8c845cfdc6d0217135c1d5927eebd2b133a3314
16682Author: Ben Warren <biggerbadderben@gmail.com>
16683Date: Sat Jul 5 00:08:48 2008 -0700
16684
16685 Moved initialization of AVR32 Ethernet controllers to board_eth_init()
16686
16687 Renamed initialization functions for atngw100 and atstk1000.
16688 Removed initializations for these boards from net/eth.c
16689
16690 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16691 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16692
4b50cd12
WD
16693commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
16694Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16695Date: Wed Jul 23 10:55:46 2008 +0200
16696
16697 spi flash: Fix printf() format warnings
16698
16699 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16700
16701commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
16702Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16703Date: Wed Jul 23 10:55:31 2008 +0200
16704
16705 atmel_mci: Fix printf() format warnings
16706
16707 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16708
16709commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
16710Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16711Date: Wed Jul 23 10:55:15 2008 +0200
16712
16713 avr32: Fix printf() format warnings
16714
16715 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16716
16717commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
16718Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16719Date: Wed Jul 23 10:52:19 2008 +0200
16720
16721 avr32: asm/io.h needs asm/types.h
16722
16723 map_physmem() takes a phys_addr_t as parameter. This type is defined in
16724 asm/types.h, so we need to include that file.
16725
16726 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
16727
16728commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
16729Author: Michal Simek <monstr@monstr.eu>
16730Date: Thu Jul 17 12:25:46 2008 +0200
16731
16732 microblaze: Fix printf() format issues
16733
16734 Signed-off-by: Michal Simek <monstr@monstr.eu>
16735
16736commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
16737Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
16738Date: Thu Jul 17 07:27:51 2008 +0530
16739
16740 Remove unused code from lib_arm/bootm.c
16741
16742 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
16743
16744commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
16745Author: Detlev Zundel <dzu@denx.de>
16746Date: Wed Jul 16 18:56:45 2008 +0200
16747
16748 tqm85xx: Demystify 'DK: !!!' comment
16749
16750 Signed-off-by: Detlev Zundel <dzu@denx.de>
16751
16752commit b2f44ba570f3a01113bbb745daf46f3858d22f53
16753Author: Detlev Zundel <dzu@denx.de>
16754Date: Wed Jul 16 18:56:44 2008 +0200
16755
16756 83xx/85xx/86xx: Add LTEDR local bus definitions
16757
16758 Signed-off-by: Detlev Zundel <dzu@denx.de>
16759
16760commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
16761Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16762Date: Wed Jul 16 16:22:32 2008 +0200
16763
16764 serial_xuartlite.c: fix compiler warnings
16765
16766 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16767 Acked-by: Grant Likely <grant.likely@secretlab.ca>
16768
16769commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
16770Author: Stefan Roese <sr@denx.de>
16771Date: Fri Jul 18 11:03:35 2008 +0200
16772
16773 POST: Add disable interrupts in some of the missing CPU POST tests
16774
16775 Some CPU POST tests did not disable the interrupts while running. This
16776 seems to be necessary to protect this self modifying code.
16777
16778 Signed-off-by: Stefan Roese <sr@denx.de>
16779
16780commit 97a3bf268d096e0e97e54048448c35114edcf557
16781Author: Stefan Roese <sr@denx.de>
16782Date: Fri Jul 18 10:43:24 2008 +0200
16783
16784 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
16785
16786 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
16787 CFG_64BIT_LBA.
16788
16789 Signed-off-by: Stefan Roese <sr@denx.de>
16790
16791commit 0043ac55024963295fc79b39af85b6dc3b261e17
16792Author: Niklaus Giger <niklaus.giger@netstal.com>
16793Date: Fri Jul 18 11:22:23 2008 +0200
16794
16795 POST PPC4xx/spr IVPR only if PPC440
16796
16797 The SPR IVPR register is only present (as far as I know) for
16798 processors with a PPC440 core.
16799
16800 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16801 Acked-by: Stefan Roese <sr@denx.de>
16802
16803commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
16804Author: Stefan Roese <sr@denx.de>
16805Date: Fri Jul 18 10:42:29 2008 +0200
16806
16807 ppc4xx: Enable 64bit printf format on 440/460 platforms
16808
16809 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
16810 440/460 platforms. This may be needed since those platforms support
16811 36bit physical address space.
16812
16813 Signed-off-by: Stefan Roese <sr@denx.de>
16814
16815commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
16816Author: Stefan Roese <sr@denx.de>
16817Date: Fri Jul 18 15:57:23 2008 +0200
16818
16819 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
16820
16821 This patch fixes a problem with incorrect MODTx (On Die Termination)
16822 setup for a configuration with multiple DIMM's and multiple ranks.
16823 Without this change Katmai was unable to boot Linux with DDR2 frequency
16824 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
16825 with DDR2 frequency = 640MHz and mem=4GB.
16826
16827 Signed-off-by: Stefan Roese <sr@denx.de>
16828
4b070809
WD
16829commit 60204d06ed9f8c2a67cc79eb67fd2b1d22bcbc8c
16830Author: Stefan Roese <sr@denx.de>
16831Date: Fri Jul 18 12:24:41 2008 +0200
16832
16833 ppc4xx: Minor coding style cleanup of Xilinx Virtex5 ml507 support
16834
16835 Signed-off-by: Stefan Roese <sr@denx.de>
16836
16837commit 086511fc96a8a9bb56e5e19a3d84c40f4dba80cc
16838Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16839Date: Thu Jul 17 12:47:09 2008 +0200
16840
16841 ppc4xx: ML507 Board Support
16842
16843 The Xilinx ML507 Board is a Virtex 5 prototyping board that includes,
16844 among others:
16845 -Virtex 5 FX FPGA (With a ppc440x5 in it)
16846 -256MB of SDRAM2
16847 -32MB of Flash
16848 -I2C Eeprom
16849 -System ACE chip
16850 -Serial ATA connectors
16851 -RS232 Level Conversors
16852 -Ethernet Transceiver
16853
16854 This patch gives support to a standard design produced by EDK for this
16855 board: ppc440, uartlite, xilinx_int and flash
16856
16857 - Includes Changes propossed by Stefan Roese and Michal Simek
16858
16859 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16860 Acked-by: Stefan Roese <sr@denx.de>
16861
16862commit d865fd09809a3a18669f35f970781820af40e4de
16863Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16864Date: Thu Jul 17 11:44:12 2008 +0200
16865
16866 ppc4xx: CPU PPC440x5 on Virtex5 FX
16867
16868 -This patchs gives support for the embbedded ppc440
16869 on the Virtex5 FPGAs
16870 -interrupts.c divided in uic.c and interrupts.c
16871 -xilinx_irq.c for xilinx interrupt controller
16872 -Include modifications propossed by Stefan Roese
16873
16874 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
16875 Acked-by: Stefan Roese <sr@denx.de>
16876
4b50cd12
WD
16877commit 340ccb260f21516be360745d5c5e3bd0657698df
16878Author: Sebastian Siewior <bigeasy@linutronix.de>
16879Date: Wed Jul 16 20:04:49 2008 +0200
16880
16881 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
16882
16883 This got broken by commits 93c56f212c
16884 [cfi_flash: support of long cmd in U-boot.]
16885
16886 That command needs to be in little endian format on BE machines
16887 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
16888 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
16889 the cmdbuf in case portwidth = chipwidth = 8bit.
16890
16891 Cc: Alexey Korolev <akorolev@infradead.org>
16892 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
16893 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
16894
4b070809
WD
16895commit 11188d55bc16dd907451c00282e00a038f73dd62
16896Author: Stefan Roese <sr@denx.de>
16897Date: Thu Jul 17 10:40:51 2008 +0200
16898
16899 ppc4xx: Fix alphabetical order in 4xx Makefile part (redwood)
16900
16901 Signed-off-by: Stefan Roese <sr@denx.de>
16902
285db747
WD
16903commit 021f6df6e96af5b387810cf96d24848da1faa55c
16904Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16905Date: Thu Jul 10 17:20:51 2008 +0400
16906
16907 83xx: mpc8315erdb: fix silly thinko in fdt_tsec1_fixup
16908
16909 The thinko was quite silly indeed, I messed with !ptr. Normally this
16910 would trigger some fault, but in U-Boot NULL pointer is equal to phys
16911 0, so the code was working still, just didn't actually test mpc8315erdb
16912 environment variable value. Heh.
16913
16914 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16915 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16916
16917commit 25f5f0d49a3ae89bf4396f2557ce98debfef21da
16918Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16919Date: Tue Jul 8 21:00:04 2008 +0400
16920
16921 83xx: mpc8315erdb: add support for switching between ULPI/UTMI USB PHYs
16922
16923 Freescale ships MPC8315E-RDB boards either with TSEC1 and USB UTMI
16924 support, or without TSEC1 but with USB ULPI PHY support in addition.
16925 With this patch user can specify desired USB PHY.
16926
16927 Also, it seems that we can't distinguish the two boards in software, so
16928 user have to set `mpc8315erdb' environment variable to either 'tsec1'
16929 (TSEC1 enabled) or `ulpi' (board with ULPI PHY, TSEC1 disabled), so that
16930 Linux will not probe for TSEC1.
16931
16932 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16933 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16934
16935commit 015b27b9e165fcf220e42f2c4afbaeaa2758fcf6
16936Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16937Date: Tue Jul 8 20:59:43 2008 +0400
16938
16939 fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups
16940
16941 Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
16942 MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
16943 (connected to the four-ports hub, usb host only).
16944
16945 This patch implements support for passing Dual-Role USB controller's
16946 device tree property phy_type through the usb_phy_type environment
16947 variable.
16948
16949 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16950 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
16951 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16952
4b50cd12
WD
16953commit 699f05125509249072a0b865c8d35520d97cd501
16954Author: Wolfgang Denk <wd@denx.de>
16955Date: Tue Jul 15 22:22:44 2008 +0200
16956
16957 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
16958
16959 Signed-off-by: Wolfgang Denk <wd@denx.de>
16960
699f0512
WD
16961commit bcab74baa6b1b1c969038ab6f64a186239180405
16962Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16963Date: Tue Jul 15 11:23:02 2008 -0400
16964
16965 Round the serial port clock divisor value returned by calc_divisor()
16966
16967 Round the serial port clock divisor value returned by
16968 calc_divisor()
16969
16970 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
16971 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
16972
16973commit 0328ef0edfe950f0b7b8b368dae482531506b74a
16974Author: Robin Getz <rgetz@blackfin.uclinux.org>
16975Date: Tue Jul 15 21:44:46 2008 +0200
16976
16977 Fix DHCP protocol so U-Boot does not respond too early
16978 on the network with it's offered IP number; it should not reply until
16979 after it has received a DHCP ACK message. Also ensures that U-Boot
16980 does it's DHCPREQUEST as broadcast (per RFC 2131).
16981
16982 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
16983 Acked-by: Ben Warren <biggerbadderben@gmail.com>
16984 Signed-off-by: Wolfgang Denk <wd@denx.de>
16985
16986commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
16987Author: Sebastian Siewior <bigeasy@linutronix.de>
16988Date: Tue Jul 15 13:35:23 2008 +0200
16989
16990 cfi_flash: make the command u32 only
16991
16992 This got changed by commit 93c56f212c
16993 [cfi_flash: support of long cmd in U-boot.]
16994
16995 Long is the wrong type because it will behave differently on 64bit
16996 machines in a way that is probably not expected. u32 should be
16997 enough.
16998
16999 Cc: Alexey Korolev <akorolev@infradead.org>
17000 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
17001 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
17002
17003commit 31cfe57491b183acae575d486729e158f016c27b
17004Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17005Date: Mon Jul 14 23:48:41 2008 +0200
17006
17007 tools/gitignore: update to all generated files
17008
17009 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17010
17011commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
17012Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
17013Date: Wed Jul 9 18:30:44 2008 +0200
17014
17015 mpc5xxx: Add MVBC_P board support
17016
17017 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
17018 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
17019
17020 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
17021 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
17022
17023commit e2d31fb3450653115452144363d5bde4e5e3e693
17024Author: Timur Tabi <timur@freescale.com>
17025Date: Thu Jun 19 17:56:11 2008 -0500
17026
17027 Update Freescale sys_eeprom.c to handle CCID formats
17028
17029 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
17030 NXID format replaces the older CCID format, but it's important to support both
17031 since most boards out there still use the CCID format. This change is in
17032 preparation for using one file to handle both formats. This will also unify
17033 EEPROM support for all Freescale 85xx and 86xx boards.
17034
17035 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
17036 instead of ID_EEPROM_ADDR.
17037
17038 Signed-off-by: Timur Tabi <timur@freescale.com>
17039
17040commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
17041Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17042Date: Fri Jul 11 17:22:43 2008 +0900
17043
17044 pci: sh: Add pci_skip_dev and pci_print_dev function
17045
17046 Add function of new PCI, pci_skip_dev and pci_print_dev.
17047
17048 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
17049 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17050
17051commit 1107014e835ec9d46c0333f4211d104f77442db0
17052Author: Andy Fleming <afleming@freescale.com>
17053Date: Mon Jul 14 20:29:07 2008 -0500
17054
17055 Clean up INIT_RAM options
17056
17057 The L2_INIT_RAM option was unused, and recent changes to the TLB code
17058 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
17059 the amount of mapped space attached to nothing, we change things so the TLBs
17060 get cleared.
17061
17062 Signed-off-by: Andy Fleming <afleming@freescale.com>
17063
17064commit 4524561820a9327e89107854b3a7187800ccf719
17065Author: Andy Fleming <afleming@freescale.com>
17066Date: Mon Jul 14 20:26:57 2008 -0500
17067
17068 Remove fake flash bank from 8544 DS
17069
17070 The fake flash bank was generating errors for anyone who didn't have a
17071 PromJET hooked up to the board. As that constitutes the vast majority of
17072 users, we remove it.
17073
17074 Signed-off-by: Andy Fleming <afleming@freescale.com>
17075
17076commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
17077Author: Kumar Gala <galak@kernel.crashing.org>
17078Date: Mon Jul 14 14:07:03 2008 -0500
17079
17080 MPC8544DS: Add ATI Video card support
17081
17082 Add support for using a PCIe ATI Video card on PCIe2.
17083
17084 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17085
17086commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
17087Author: Kumar Gala <galak@kernel.crashing.org>
17088Date: Mon Jul 14 14:07:02 2008 -0500
17089
17090 85xx: Add some L1/L2 SPR register definitions
17091
17092 Add new L1/L2 SPRs related to e500mc cache config and control.
17093
17094 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17095
17096commit e5852787f0c3c442a276262f13d91ca450605ac0
17097Author: Kumar Gala <galak@kernel.crashing.org>
17098Date: Mon Jul 14 14:07:01 2008 -0500
17099
17100 MPC8544DS: Report board id, board version and fpga version.
17101
17102 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17103
17104commit 73f15a060f67a2462551c334215bd20fac6b81d1
17105Author: Kumar Gala <galak@kernel.crashing.org>
17106Date: Mon Jul 14 14:07:00 2008 -0500
17107
17108 85xx: Cleanup L2 cache size detection
17109
17110 The L2 size detection code was a bit confusing and we kept having to add
17111 code to it to handle new processors. Change the sense of detection so we
17112 look for the older processors that aren't changing.
17113
17114 Also added support for 1M cache size on 8572.
17115
17116 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17117
17118commit c3ca7e5e00a24451f20df3bded9a61ba541921df
17119Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17120Date: Fri Jul 11 15:33:08 2008 -0400
17121
17122 sbc8560: enable CONFIG_OF_LIBFDT by default
17123
17124 Make the default build for the sbc8560 board be powerpc
17125 capable with libfdt support.
17126
17127 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17128
17129commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
17130Author: Andy Fleming <afleming@freescale.com>
17131Date: Mon Jul 14 20:04:40 2008 -0500
17132
17133 Fix indentation for default boot environment variables
17134
17135 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
17136 similar #defines in sbc8560.h.
17137
17138 Signed-off-by: Andy Fleming <afleming@freescale.com>
17139
17140commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
17141Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17142Date: Fri Jul 11 15:33:07 2008 -0400
17143
17144 sbc8560: add default fdt values
17145
17146 Add in the default fdt settings and the typical EXTRA_ENV
17147 settings as borrowed from the mpc8560ads. Fix a couple
17148 of stale references to the mpc8560ads dating back to the
17149 original clone/fork.
17150
17151 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17152 Signed-off-by: Andy Fleming <afleming@freescale.com>
17153
17154commit d04e76edf92f7f89696989e8702b97e020455af3
17155Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17156Date: Fri Jul 11 15:33:06 2008 -0400
17157
17158 sbc8560: add in ft_board_setup()
17159
17160 Add in for the sbc8560, the ft_board_setup() routine, based on what is
17161 in use for the Freescale MPC8560ADS board.
17162
17163 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17164
17165commit c158bcaca3b31cbe38c4143812e6170e38a57393
17166Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17167Date: Fri Jul 11 15:33:05 2008 -0400
17168
17169 sbc8560: define eth0 and eth1 instead of eth1 and eth2
17170
17171 The existing config doesn't define CONFIG_HAS_ETH0, and so the
17172 fdt support doesn't update the zeros in the dtb local-mac with
17173 real data from the u-boot env. Since the existing config is
17174 tailored to just two interfaces, get rid of the ETH2 definitions
17175 at the same time.
17176
17177 Also don't include any end user specific data into the environment
17178 by default -- things like MAC address, network parameters etc. need
17179 to come from the end user.
17180
17181 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17182 Signed-off-by: Andy Fleming <afleming@freescale.com>
17183
17184commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
17185Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17186Date: Fri Jul 11 15:33:04 2008 -0400
17187
17188 sbc8560: properly set cs0_bnds for 512MB
17189
17190 The sbc8560 board ships with 512MB of memory installed,
17191 but the current cs0_bnds is hard coded for 256MB. Set the
17192 value based on CFG_SDRAM_SIZE.
17193
17194 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17195
17196commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
17197Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17198Date: Fri Jul 11 15:33:03 2008 -0400
17199
17200 sbc8560: proper definitions for TSEC.
17201
17202 The definitions for the TSEC have become out of date. There is no
17203 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
17204 Update to match those of other boards, like the MPC8560ADS.
17205
17206 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17207 Acked-by: Ben Warren <biggerbadderben@gmail.com>
17208
17209commit 71074abbe0c76429577aff58aeff0a24ad210b23
17210Author: Paul Gortmaker <paul.gortmaker@windriver.com>
17211Date: Wed Jul 9 13:23:05 2008 -0400
17212
17213 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
17214
17215 Some boards that have external 16550 UARTs don't have a direct
17216 tie between bi_busfreq and the clock used for the UARTs. Boards
17217 that do have such a tie should set CFG_NS16550_CLK to be
17218 get_bus_freq(0) -- which most of them do already.
17219
17220 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
17221 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17222
17223commit 24ef76f320fbadf074105229826514db140f939f
17224Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
17225Date: Wed Jul 2 07:03:53 2008 -0700
17226
17227 Change the temp map to ROM to align addresses to page size.
17228
17229 With a page size of BOOKE_PAGESZ_16M, both the real and effective
17230 addresses must be multiples of 16MB. The hardware silently truncates
17231 them so the code happens to work. This patch clarifies the situation
17232 by establishing addresses that the hardware doesn't need to truncate.
17233
17234 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
17235 Signed-off-by: Andy Fleming <afleming@freescale.com>
17236
17237commit 06b4186c10204b6683edb047ac5f506fb0ce0937
17238Author: Kim Phillips <kim.phillips@freescale.com>
17239Date: Tue Jun 17 17:45:22 2008 -0500
17240
17241 mpc85xx: use IS_E_PROCESSOR macro
17242
17243 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17244
17245commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
17246Author: Kim Phillips <kim.phillips@freescale.com>
17247Date: Mon Jun 16 15:55:53 2008 -0500
17248
17249 fdt: add crypto node handling for MPC8{3, 5}xxE processors
17250
17251 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
17252 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
17253 if on an 'EA' processor, e.g. MPC8349EA.
17254
17255 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17256
17257commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
17258Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17259Date: Fri Jul 11 15:10:11 2008 -0400
17260
17261 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
17262
17263 ARM DaVinci: Remove extern phy_t declaration by moving
17264 code to proper place.
17265
17266 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17267
17268commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
17269Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17270Date: Fri Jul 11 15:10:10 2008 -0400
17271
17272 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
17273
17274 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
17275 and prototype of i2c_init().
17276
17277 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17278
17279commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
17280Author: Kumar Gala <galak@kernel.crashing.org>
17281Date: Mon Jul 14 14:03:02 2008 -0500
17282
17283 Fix some more printf() format problems.
17284
17285 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17286
17287commit 45b16d22c64674ccd8c4637456a987463609141c
17288Author: Wolfgang Denk <wd@denx.de>
17289Date: Mon Jul 14 22:38:42 2008 +0200
17290
17291 Fix coding style; make code better parsable by external tools
17292
17293 Signed-off-by: Wolfgang Denk <wd@denx.de>
17294
17295commit b880cbf207b1c109d3a661417a8feddcbd729a9d
17296Author: Wolfgang Denk <wd@denx.de>
17297Date: Mon Jul 14 21:19:08 2008 +0200
17298
17299 cpu/i386/serial.c: Fix syntax errors
17300
17301 Signed-off-by: Wolfgang Denk <wd@denx.de>
17302
17303commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
17304Author: Wolfgang Denk <wd@denx.de>
17305Date: Mon Jul 14 20:41:35 2008 +0200
17306
17307 elppc board: Coding style cleanup.
17308
17309 Signed-off-by: Wolfgang Denk <wd@denx.de>
17310
17311commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
17312Author: Wolfgang Denk <wd@denx.de>
17313Date: Mon Jul 14 20:40:22 2008 +0200
17314
17315 elppc board: fix syntax error.
17316
17317 Signed-off-by: Wolfgang Denk <wd@denx.de>
17318
17319commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
17320Author: Wolfgang Denk <wd@denx.de>
17321Date: Mon Jul 14 20:38:26 2008 +0200
17322
17323 EB+MCF-EV123 board: fix coding style (alingment)
17324
17325 Signed-off-by: Wolfgang Denk <wd@denx.de>
17326
17327commit 6841785a0bb0f38175456a923edd634fb7dd6947
17328Author: Wolfgang Denk <wd@denx.de>
17329Date: Mon Jul 14 20:36:44 2008 +0200
17330
17331 EB+MCF-EV123 board: fix syntx error
17332
17333 Signed-off-by: Wolfgang Denk <wd@denx.de>
17334
17335commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
17336Author: Andy Fleming <afleming@freescale.com>
17337Date: Mon Jul 7 18:02:08 2008 -0500
17338
17339 Remove LBC_CACHE_BASE from 8544 DS
17340
17341 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
17342 space for some anyway, we were allowing speculative loads into unmapped space,
17343 which would cause an exception (annoying, even if ultimately harmless).
17344 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
17345 problem.
17346
17347 Signed-off-by: Andy Fleming <afleming@freescale.com>
17348
17349commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
17350Author: Wolfgang Denk <wd@denx.de>
17351Date: Mon Jul 14 15:19:07 2008 +0200
17352
17353 Code cleanup: fix old style assignment ambiguities like "=-" etc.
17354
17355 Signed-off-by: Wolfgang Denk <wd@denx.de>
17356
17357commit d7854223c5c85b5849fbf422cc8ac0efef461c37
17358Author: Wolfgang Denk <wd@denx.de>
17359Date: Mon Jul 14 15:10:53 2008 +0200
17360
17361 AmigaOneG3SE: remove dead and incomplete files
17362
17363 Signed-off-by: Wolfgang Denk <wd@denx.de>
17364
17365commit b64f190b7a34224df09b559ca111eb1b733f00ad
17366Author: Wolfgang Denk <wd@denx.de>
17367Date: Mon Jul 14 15:06:35 2008 +0200
17368
17369 Fix printf() format issues with sizeof_t types by using %zu
17370
17371 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17372 Signed-off-by: Wolfgang Denk <wd@denx.de>
17373
17374commit f354b73e16a86f9e9085471a830605f74f84ea5d
17375Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17376Date: Mon Jul 14 14:11:45 2008 +0200
17377
17378 vsprintf: add z and t options
17379
17380 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17381
17382commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
17383Author: Wolfgang Denk <wd@denx.de>
17384Date: Sun Jul 13 23:07:35 2008 +0200
17385
17386 Fix some more printf() format issues.
17387
17388 Signed-off-by: Wolfgang Denk <wd@denx.de>
17389
17390commit d5996dd555edf52721b7691a4c59de016251ed39
17391Author: Wolfgang Denk <wd@denx.de>
17392Date: Sun Jul 13 19:51:00 2008 +0200
17393
17394 Fix some more printf() format problems.
17395
17396 Signed-off-by: Wolfgang Denk <wd@denx.de>
17397
17398commit 0f9d5f6d6e814907794995c6a22af752040c35d9
17399Author: Wolfgang Denk <wd@denx.de>
17400Date: Sun Jul 13 19:48:26 2008 +0200
17401
17402 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
17403
17404 Signed-off-by: Wolfgang Denk <wd@denx.de>
17405
17406commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
17407Author: Anatolij Gustschin <agust@denx.de>
17408Date: Sat Jul 12 17:31:36 2008 +0200
17409
17410 Fix bug in Lime video driver
17411
17412 We need to wait while drawing engine clears frame
17413 buffer before any further software accesses to frame
17414 buffer will be initiated. Otherwise software drawn
17415 parts could be partially destroyed by the drawing
17416 engine or even GDC chip freeze could occur (as
17417 observed on socrates board).
17418
17419 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17420
17421commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
17422Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17423Date: Sat Jul 12 14:36:34 2008 +0200
17424
17425 Fix some more printf() format issues.
17426
17427 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17428
17429commit 18c8a28aad49803780bd8d52432ded528e37e701
17430Author: Michal Simek <monstr@monstr.eu>
17431Date: Fri Jul 11 15:11:57 2008 +0200
17432
17433 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
17434
17435 Signed-off-by: Michal Simek <monstr@monstr.eu>
17436 Acked-by: Stefan Roese <sr@denx.de>
17437
17438commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
17439Author: Michal Simek <monstr@monstr.eu>
17440Date: Fri Jul 11 11:50:53 2008 +0200
17441
17442 hwmon: Cleaning hwmon devices
17443
17444 Clean Makefile
17445 Move device specific values to driver for better reading
17446
17447 Signed-off-by: Michal Simek <monstr@monstr.eu>
17448 Acked-by: Stefan Roese <sr@denx.de>
17449
17450commit c78fce699c7ff467ecd841da6a79f065180bf578
17451Author: Michal Simek <monstr@monstr.eu>
17452Date: Fri Jul 11 10:43:13 2008 +0200
17453
17454 FIS: repare incorrect return value with ramdisk handling
17455
17456 Microblaze and PowerPC use boot_get_ramdisk for loading
17457 ramdisk to memory with checking return value.
17458 Return 0 means success. Return 1 means failed.
17459 Here is correspond part of code from bootm.c which check
17460 return code.
17461
17462 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
17463 &rd_data_start, &rd_data_end);
17464 if (ret)
17465 goto error;
17466
17467 Signed-off-by: Michal Simek <monstr@monstr.eu>
17468
17469commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
17470Author: Michal Simek <monstr@monstr.eu>
17471Date: Fri Jul 11 10:10:32 2008 +0200
17472
17473 microblaze: Remove useless ancient headers
17474
17475 Signed-off-by: Michal Simek <monstr@monstr.eu>
17476
17477commit 53ea981c3124b13c137c2d10e975b7c6672266e0
17478Author: Michal Simek <monstr@monstr.eu>
17479Date: Fri Jul 11 10:10:31 2008 +0200
17480
17481 microblaze: Clean uartlite driver
17482
17483 Redesign uartlite driver to in_be32 and out_be32 macros
17484 Fix missing header in io.h
17485
17486 Signed-off-by: Michal Simek <monstr@monstr.eu>
17487 Acked-by: Grant Likely <grant.likely@secretlab.ca>
17488
17489commit dbf3dfb386a2d5d2381814e39985ab2e21894550
17490Author: Marcel Ziswiler <marcel@ziswiler.com>
17491Date: Fri Jul 11 02:39:14 2008 +0200
17492
17493 Enable passing of ATAGs required by latest Linux kernel.
17494
17495commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
17496Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17497Date: Fri Jul 11 10:24:15 2008 -0400
17498
17499 Fix integer overflow warning in calc_divisor()
17500
17501 which happened when rounding the serial port clock divisor
17502
17503 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17504
17505commit 6b760189d77f001684e3160b355c185ca3804961
17506Author: Marcel Ziswiler <marcel@ziswiler.com>
17507Date: Fri Jul 11 01:09:59 2008 +0200
17508
17509 Fix build time warnings in function mmc_decode_csd()
17510
17511 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
17512
17513commit c15947d6ce0d59925c97fdfac692476af6e262d0
17514Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17515Date: Thu Jul 10 10:46:33 2008 -0400
17516
17517 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
17518
17519 caused by missing dcache status/enable/disable functions.
17520
17521 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
17522
17523commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
17524Author: Stefan Roese <sr@denx.de>
17525Date: Thu Jul 10 13:53:31 2008 +0200
17526
17527 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
17528
17529 This patch removes some ft_board_setup() functions from some 4xx boards.
17530 This can be done since we now have a default weak implementation for this
17531 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
17532 implementation like canyonlands need their own version.
17533
17534 Signed-off-by: Stefan Roese <sr@denx.de>
17535
17536commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
17537Author: Wolfgang Denk <wd@denx.de>
17538Date: Sun Jul 13 14:58:16 2008 +0200
17539
17540 Add last known maintainer for orphaned boards; reformat.
17541
17542 Signed-off-by: Wolfgang Denk <wd@denx.de>
17543
17544commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
17545Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17546Date: Thu Jul 10 13:16:04 2008 +0200
17547
17548 Remove kharris@nexus-tech.net from MAINTAINERS
17549
17550 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
17551 anymore. You can't be a maintainer without a valid e-mail address, so
17552 move all boards that used to be maintained by Kyle Harris to the
17553 "orphaned" list.
17554
17555 Currently, only PowerPC has a list of orphaned boards, so this patch
17556 creates one for ARM as well.
17557
17558 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
17559
17560commit 17bd17071463b0cde391ac4a0863d600474b4ea1
17561Author: Anatolij Gustschin <agust@denx.de>
17562Date: Thu Jul 10 01:15:10 2008 +0200
17563
17564 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
17565
17566 On the at91sam9260ep development board there is an EEPROM
17567 connected to the TWI interface (PA23, PA24 Peripheral A
17568 multiplexing), so we cannot use these pins as ETX2, ETX3.
17569 This patch configures PA10, PA11 pins for ETX2, ETX3
17570 instead of PA23, PA24 pins.
17571
17572 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17573 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
17574
17575commit f889265753ddf4465d9d580827bb9289bfac55d6
17576Author: Kenneth Johansson <kenneth@southpole.se>
17577Date: Sat Jul 12 13:18:34 2008 -0600
17578
17579 fix DIU for small screens
17580
17581 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
17582 so it was not possible to set a slow pixel clock and thus prevented
17583 display on small screens.
17584
17585 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
17586 Acked-by: John Rigby <jrigby@freescale.com>
17587
17588commit b60b8573875e650e4c69be667bfc88d3ed474a7c
17589Author: John Rigby <jrigby@freescale.com>
17590Date: Fri Jul 11 14:44:09 2008 -0600
17591
17592 ADS5121 cleanup compile warnings
17593
17594 board/ads5121/iopin.c
17595 Replace bit fields in struct iopin_t with a single
17596 field and intialize it via plain old macros.
17597 This fixes the type pun warnings and makes the code
17598 more readable.
17599
17600 board/ads5121/ads5121.c
17601 Add include iopin.h to ads5121.c for the iopin_initialize
17602 prototype.
17603
17604 Add an extern void ads5121_diu_init(void)
17605
17606 Signed-off-by: John Rigby <jrigby@freescale.com>
17607
17608commit bde63587622c4b830a27d1ddf7265843de9e994f
17609Author: Wolfgang Denk <wd@denx.de>
17610Date: Fri Jul 11 22:56:11 2008 +0200
17611
17612 Fix some more printf() format issues.
17613
17614 Signed-off-by: Wolfgang Denk <wd@denx.de>
17615
17616commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
17617Author: Wolfgang Denk <wd@denx.de>
17618Date: Fri Jul 11 22:55:31 2008 +0200
17619
17620 Fixed some out-of-tree build issues
17621
17622 Signed-off-by: Wolfgang Denk <wd@denx.de>
17623
17624commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
17625Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17626Date: Wed Jul 9 16:20:23 2008 -0500
17627
17628 ColdFire: Fix FB CS not setup properly for Mcf5282
17629
17630 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
17631 CFG_CSn_RO is defined as 0, the chipselect will not
17632 be assigned.
17633
17634 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17635
17636commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
17637Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17638Date: Wed Jul 9 15:47:27 2008 -0500
17639
17640 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
17641
17642 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
17643 clock module in cpu/<cf arch>/cpu_init.c
17644
17645 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17646
17647commit f94945b517f10e01927101679c62361e03d4e837
17648Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17649Date: Wed Jul 9 15:25:01 2008 -0500
17650
17651 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
17652
17653 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17654
17655commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
17656Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17657Date: Wed Jul 9 15:21:44 2008 -0500
17658
17659 Fix compile error caused by missing timer function
17660
17661 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
17662
17663 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17664
17665commit c37ea031175b807c54e6bad9b270e9bede6c0078
17666Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17667Date: Wed Jul 9 15:14:25 2008 -0500
17668
17669 Fix compile error caused by incorrect function return type
17670
17671 Rename int mii_init(void) to void mii_init(void)
17672
17673 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17674
17675commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
17676Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17677Date: Wed Jun 18 19:27:23 2008 -0500
17678
17679 ColdFire: Fix power up issue for MCF5235
17680
17681 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17682
17683commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
17684Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17685Date: Wed Jun 18 19:19:07 2008 -0500
17686
17687 ColdFire: Fix compiling error for MCF5275
17688
17689 The compiling error was caused by missing a closed parentheses
17690 in speed.c
17691
17692 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17693
17694commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
17695Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17696Date: Wed Jun 18 19:14:01 2008 -0500
17697
17698 ColdFire: Fix timer issue for MCF5272
17699
17700 The timer was assigned to wrong timer memory mapped which
17701 caused udelay() and timer() not working properly.
17702
17703 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17704
17705commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
17706Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17707Date: Wed Jun 18 19:12:13 2008 -0500
17708
17709 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
17710
17711 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
17712
17713commit 8371dc2066136be21e10b7b9293e469297d77298
17714Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17715Date: Wed Jun 18 19:05:23 2008 -0500
17716
17717 ColdFire: Add -got=single param for new linux v4e toolchains
17718
17719 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
17720
17721commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
17722Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17723Date: Wed Jun 18 13:21:19 2008 -0500
17724
17725 ColdFire: Fix code flash configuration for M547x/M548x boards
17726
17727 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
17728
17729commit 6e37091afc07fdcc15590093fd066b0cb7399f85
17730Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17731Date: Tue Jun 24 12:12:16 2008 -0500
17732
17733 ColdFire: Fix warning messages by passing correct data type in board.c
17734
17735 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17736
17737commit 81cc32322acb1b3225ee45606ced48e2a14824dc
17738Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17739Date: Thu May 29 12:21:54 2008 -0500
17740
17741 ColdFire: Fix UART baudrate formula
17742
17743 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
17744 can generate the wrong divisor due to integer division truncation.
17745 Round the calculated divisor value by adding 1/2 the baudrate
17746 before dividing by the baudrate.
17747
17748 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17749 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
17750
17751commit b578fb471444cbd7db1285701ba51343baaf73fb
17752Author: Stefan Roese <sr@denx.de>
17753Date: Thu Jul 10 11:38:26 2008 +0200
17754
17755 ppc4xx: Fix include sequence in 4xx_pcie.c
17756
17757 This patch now moves common.h to the top of the inlcude list. This
17758 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
17759 the phys_size_t/phys_addr_t are defined to the correct size in this
17760 driver.
17761
17762 Signed-off-by: Stefan Roese <sr@denx.de>
17763
4b070809
WD
17764commit 69e2c6d0d13d7c8cf1612ac090bdc4c59ba6858e
17765Author: Stefan Roese <sr@denx.de>
17766Date: Fri Jul 11 13:10:56 2008 +0200
17767
17768 ppc4xx: Fix compile warning in 44x_spd_ddr2.c
17769
17770 Signed-off-by: Stefan Roese <sr@denx.de>
17771
17772commit 6bd9138498c2e4f4f09190108b99157d1b2140b5
17773Author: Stefan Roese <sr@denx.de>
17774Date: Fri Jul 11 11:40:13 2008 +0200
17775
17776 ppc4xx: Fix small korat merge problem
17777
17778 Signed-off-by: Stefan Roese <sr@denx.de>
17779
17780commit 1d0554736a0a1dd59718acda660871ce56b69e18
17781Author: Stefan Roese <sr@denx.de>
17782Date: Fri Jul 11 11:34:52 2008 +0200
17783
17784 ppc4xx: Some Rewood cleanups (coding style, leading white spaces)
17785
17786 Signed-off-by: Stefan Roese <sr@denx.de>
17787
17788commit 3a82113ed5934d498f25080441a8261fc9454b15
17789Author: Stefan Roese <sr@denx.de>
17790Date: Thu Jul 10 16:37:09 2008 +0200
17791
17792 ppc4xx: Add 460SX UIC defines
17793
17794 Only the really needed ones are added (cascading and EMAC/MAL).
17795
17796 Signed-off-by: Stefan Roese <sr@denx.de>
17797
17798commit 26173fc6f60521c2a8072f652f863617fc11ba9a
17799Author: Stefan Roese <sr@denx.de>
17800Date: Mon Jun 30 14:11:07 2008 +0200
17801
17802 ppc4xx: Continue cleanup of ppc440.h
17803
17804 This patch continues the ppc440.h cleanup by removing some of the unused
17805 defines.
17806
17807 Signed-off-by: Stefan Roese <sr@denx.de>
17808
17809commit d9056b7913ed6a228d2f33671d916efedee541dd
17810Author: Stefan Roese <sr@denx.de>
17811Date: Mon Jun 30 14:05:05 2008 +0200
17812
17813 ppc4xx: Cleanup Katmai & Yucca PCIe register usage
17814
17815 This patch cleans up the 440SPe PCIe register usage. Now only defines
17816 from the include/asm-ppc/4xx_pcie.h are used.
17817
17818 Signed-off-by: Stefan Roese <sr@denx.de>
17819
17820commit 5de851403b01489b493fa83137ad990b8ce60d1c
17821Author: Stefan Roese <sr@denx.de>
17822Date: Thu Jun 26 17:36:39 2008 +0200
17823
17824 ppc4xx: Rework 440GX UIC handling
17825
17826 This patch reworks the 440GX interrupt handling so that the common 4xx
17827 code can be used. The 440GX is an exception to all other 4xx variants
17828 by having the cascading interrupt vectors not on UIC0 but on a special
17829 UIC named UICB0 (UIC Base 0). With this patch now, U-Boot references
17830 the 440GX UICB0 when UIC0 is selected. And the common 4xx interrupt
17831 handling is simpler without any 440GX special cases.
17832
17833 Also some additional cleanup to cpu/ppc4xx/interrupt.c is done.
17834
17835 Signed-off-by: Stefan Roese <sr@denx.de>
17836
17837commit d1631fe1a05b063ccaf62ea892a8887b829847d1
17838Author: Stefan Roese <sr@denx.de>
17839Date: Thu Jun 26 13:40:57 2008 +0200
17840
17841 ppc4xx: Consolidate PPC4xx UIC defines
17842
17843 This 2nd patch now removes all UIC mask bit definition. They should be
17844 generated from the vectors by using the UIC_MASK() macro from now on.
17845 This way only the vectors need to get defined for new PPC's.
17846
17847 Also only the really used interrupt vectors are now defined. This makes
17848 definitions for new PPC versions easier and less error prone.
17849
17850 Another part of this patch is that the 4xx emac driver got a little
17851 cleanup, since now the usage of the interrupts is clearer.
17852
17853 Signed-off-by: Stefan Roese <sr@denx.de>
17854
17855commit 4fb25a3db3b3839094aa9ab748efd7a95924690b
17856Author: Stefan Roese <sr@denx.de>
17857Date: Wed Jun 25 10:59:22 2008 +0200
17858
17859 ppc4xx: Consolidate PPC4xx UIC defines
17860
17861 This patch is the first step to consolidate the UIC related defines in the
17862 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to
17863 asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next
17864 steps.
17865
17866 Signed-off-by: Stefan Roese <sr@denx.de>
17867
17868commit 7ee2619c20ccecd57966d74d844e6329e141261c
17869Author: Stefan Roese <sr@denx.de>
17870Date: Tue Jun 24 17:18:50 2008 +0200
17871
17872 ppc4xx: Consolidate PPC4xx EBC defines
17873
17874 This patch removes all EBC related defines from the PPC4xx headers
17875 ppc405.h and ppc440.h and introduces a new header
17876
17877 include/asm-ppc/ppc4xx-ebc.h
17878
17879 with all those defines.
17880
17881 Signed-off-by: Stefan Roese <sr@denx.de>
17882
17883commit e321801bed5a6d896d298c00fd20046f039d5d66
17884Author: Stefan Roese <sr@denx.de>
17885Date: Thu Jul 10 13:52:44 2008 +0200
17886
17887 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
17888
17889 This patch removes some ft_board_setup() functions from some 4xx boards.
17890 This can be done since we now have a default weak implementation for this
17891 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
17892 implementation like canyonlands need their own version.
17893
17894 Signed-off-by: Stefan Roese <sr@denx.de>
17895
17896commit 08250eb2edbd96514d049602d9e134110ac3185f
17897Author: Stefan Roese <sr@denx.de>
17898Date: Thu Jul 10 15:32:32 2008 +0200
17899
17900 ppc4xx: Fix merge problems in 44x_spd_ddr2.c
17901
17902 Signed-off-by: Stefan Roese <sr@denx.de>
17903
17904commit 1740c1bf40e3c6d03ac16c29943fdd9fc1e87038
17905Author: Grant Erickson <gerickson@nuovations.com>
17906Date: Tue Jul 8 08:35:00 2008 -0700
17907
17908 ppc4xx: Add MII mode support to the EMAC RGMII Bridge
17909
17910 This patch adds support for placing the RGMII bridge on the
17911 PPC405EX(r) into MII/GMII mode and allows a board-specific
17912 configuration to specify the bridge mode at compile-time.
17913
17914 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17915 Signed-off-by: Stefan Roese <sr@denx.de>
17916
17917commit 2e2050842e731c823ce8d41fb0c15579eb70ced9
17918Author: Grant Erickson <gerickson@nuovations.com>
17919Date: Wed Jul 9 16:46:35 2008 -0700
17920
17921 ppc4xx: Add Mnemonics for AMCC/IBM DDR2 SDRAM Controller
17922
17923 This patch completes the preprocessor mneomics for the IBM DDR2 SDRAM
17924 controller registers (MODT and INITPLR) used by the
17925 PowerPC405EX(r). The MMODE and MEMODE registers are unified with their
17926 peer values used for the INITPLR MR and EMR registers,
17927 respectively. Finally, a spelling typo is correct (MANUEL to MANUAL).
17928
17929 With these mnemonics in place, the CFG_SDRAM0_* magic numbers for
17930 Kilauea are replaced by equivalent mnemonics to make it easier to
17931 compare and contrast other 405EX(r)-based boards (e.g. during board
17932 bring-up).
17933
17934 Finally, unified the SDRAM controller register dump routine such that
17935 it can be used across all processor variants that utilize the IBM DDR2
17936 SDRAM controller core. It produces output of the form:
17937
17938 PPC4xx IBM DDR2 Register Dump:
17939 ...
17940 SDRAM_MB0CF[40] = 0x00006701
17941 ...
17942
17943 which is '<mnemonic>[<DCR #>] = <value>'. The DCR number is included
17944 since it is not uncommon that the DCR values in header files get mixed
17945 up and it helps to validate, at a glance, they match what is printed
17946 in the user manual.
17947
17948 Tested on:
17949 AMCC Kilauea/Haleakala:
17950 - NFS Linux Boot: PASSED
17951 - NAND Linux Boot: PASSED
17952
17953 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17954 Signed-off-by: Stefan Roese <sr@denx.de>
17955
17956commit ad7382d828982e9c1bafc4313ef1b666f6145f58
17957Author: Grant Erickson <gerickson@nuovations.com>
17958Date: Wed Jul 9 16:31:59 2008 -0700
17959
17960 ppc4xx: Add AMCC/IBM DDR2 SDRAM ECC Field Mnemonics
17961
17962 Add additional DDR2 SDRAM memory controller DCR mneomnics, condition
17963 revision ID DCR based on 405EX, and add field mnemonics for bus error
17964 status and ECC error status registers.
17965
17966 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17967 Signed-off-by: Stefan Roese <sr@denx.de>
17968
17969commit 103201731bd8e85404d0f51a5b4e8abd14c0b6c6
17970Author: Grant Erickson <gerickson@nuovations.com>
17971Date: Wed Jul 9 16:31:36 2008 -0700
17972
17973 ppc4xx: Add SDR0_SRST Mnemonics for the 405EX(r)
17974
17975 This patch adds bit field mnemonics for the 405EX(r) SDR0_SRST soft reset register.
17976
17977 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17978 Signed-off-by: Stefan Roese <sr@denx.de>
17979
17980commit 5b457d00730d4aa0c6450d21a9104723e606fb98
17981Author: Grant Erickson <gerickson@nuovations.com>
17982Date: Wed Jul 9 11:55:46 2008 -0700
17983
17984 PPC4xx: Correct SDRAM_MCSTAT for PPC405EX(r)
17985
17986 While the PowerPC 405EX(r) shares in common the AMCC/IBM DDR2 SDRAM
17987 controller core also used in the 440SP, 440SPe, 460EX, and 460GT, in
17988 the 405EX(r), SDRAM_MCSTAT has a different DCR value.
17989
17990 Its present value on the 405EX(r) causes a read back of 0xFFFFFFFF
17991 which causes SDRAM initialization to periodically fail since it can
17992 prematurely indicate SDRAM ready status.
17993
17994 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
17995 Signed-off-by: Stefan Roese <sr@denx.de>
17996
17997commit 0ce5c8675bb2c61f1d71fb97f0bbe822663fb93d
17998Author: Feng Kan <fkan@amcc.com>
17999Date: Tue Jul 8 22:48:42 2008 -0700
18000
18001 ppc4xx: Initial framework of the AMCC PPC460SX redwood reference board.
18002
18003 Add AMCC Redwood reference board that uses the latest
18004 PPC 464 CPU processor combined with a rich mix of peripheral
18005 controllers. The board will support PCIe, mutiple Gig ethernet
18006 ports, advanced hardware RAID assistance and IEEE 1588.
18007
18008 Signed-off-by: Feng Kan <fkan@amcc.com>
18009 Signed-off-by: Stefan Roese <sr@denx.de>
18010
18011commit 96e5fc0e6a1861d0fea4efa3cd376df95a5b1b89
18012Author: Feng Kan <fkan@amcc.com>
18013Date: Tue Jul 8 22:48:07 2008 -0700
18014
18015 ppc4xx: Add initial 460SX reference board (redwood) config file and defines.
18016
18017 Signed-off-by: Feng Kan <fkan@amcc.com>
18018 Signed-off-by: Stefan Roese <sr@denx.de>
18019
18020commit 7d30793685efcada183891c78fc892e6c9ba50c7
18021Author: Feng Kan <fkan@amcc.com>
18022Date: Tue Jul 8 22:47:31 2008 -0700
18023
18024 ppc4xx: Add initial 460SX defines for the cpu/ppc4xx directory.
18025
18026 Signed-off-by: Feng Kan <fkan@amcc.com>
18027 Signed-off-by: Stefan Roese <sr@denx.de>
18028
699f0512
WD
18029commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
18030Author: Wolfgang Denk <wd@denx.de>
18031Date: Fri Jul 11 01:16:00 2008 +0200
18032
18033 Fix some more print() format errors.
18034
18035 Signed-off-by: Wolfgang Denk <wd@denx.de>
18036
18037commit fdd70d1921b87287d9a99d1be99bc35226c2b412
18038Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18039Date: Thu Jul 10 20:57:54 2008 +0200
18040
18041 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
18042
18043 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18044
18045commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
18046Author: Sergey Lapin <slapin@ossfans.org>
18047Date: Thu Jun 5 11:06:29 2008 +0400
18048
18049 DataFlash AT45DB021 support
18050
18051 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
18052 bootstrap, u-boot and its environment, using NAND or other external
18053 storage for kernel and rootfs. This patch adds support for
18054 small 1024x263 chip.
18055
18056 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
18057
18058commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
18059Author: Kim Phillips <kim.phillips@freescale.com>
18060Date: Thu Jul 10 14:00:15 2008 -0500
18061
18062 silence misc printf formatting compiler warnings
18063
18064 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18065
18066commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
18067Author: Markus Klotzbücher <mk@denx.de>
18068Date: Thu Jul 10 14:47:09 2008 +0200
18069
18070 USB: shutdown USB before booting
18071
18072 This patch fixes a potentially serious issue related to USB which was
18073 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
18074 ARM920T. Martin wrote:
18075
18076 Turn off USB to prevent the host controller from writing to the
18077 SDRAM while Linux is booting. This could happen, because the HCCA
18078 (Host Controller Communication Area) lies within the SDRAM and the
18079 host controller writes continously to this area (as busmaster!), for
18080 example to increase the HccaFrameNumber variable, which happens
18081 every 1 ms.
18082
18083 This is a slightly modified version of the patch in order to shutdown
18084 USB when booting on all architectures.
18085
18086 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18087
18088commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
18089Author: Martha Marx <mmarx@silicontkx.com>
18090Date: Thu May 29 14:23:25 2008 -0400
18091
18092 Configuration changes for ADS5121 Rev 3
18093
18094 ADS5121 Rev 3 board is now the default config
18095
18096 config targets are now
18097
18098 ads5121_config
18099 Rev 3 board with
18100 PCI
18101 M41T62 on board RTC
18102 512MB DRAM
18103
18104 ads5121_rev2_config
18105 Rev 2 board with
18106 No PCI
18107 256MB DRAM
18108
18109 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
18110 Acked-by: Grant Likely <grant.likely@secretlab.ca>
18111 Acked-by: John Rigby <jrigby@freescale.com>
18112
18113commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
18114Author: Martha Marx <mmarx@silicontkx.com>
18115Date: Thu May 29 15:37:21 2008 -0400
18116
18117 Consolidate ADS5121 IO Pin configuration
18118
18119 Consolidate ADS5121 IO Pin configuration to one file
18120 board/ads5121/iopin.c.
18121
18122 Remove pin config from cpu/mpc512x/fec.c
18123
18124 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
18125 Acked-by: Grant Likely <grant.likely@secretlab.ca>
18126 Acked-by: John Rigby <jrigby@freescale.com>
18127
18128commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
18129Author: Christian Eggers <christian@p2400.wgnetz.xx>
18130Date: Fri Jun 27 19:46:51 2008 +0200
18131
18132 Fix "usb part" command
18133
18134 Only print partition for selected device if user supplied the <dev>
18135 arg with the "usb part [dev]" command.
18136
18137 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18138 Acked-by: Markus Klotzbuecher <mk@denx.de>
18139
18140commit cc83b27217f7380041fea386ddb6d6d9b261617d
18141Author: Harald Welte <laforge@gnumonks.org>
18142Date: Mon Jul 7 00:58:05 2008 +0800
18143
18144 fix USB devices with multiple configurations
18145
18146 This patch fixes bugs in usbdcore*.c related to the use of devices
18147 with multiple configurations.
18148
18149 The original code made mistakes about the meaning of configuration value and
18150 configuration index, and the resulting off-by-one errors resulted in:
18151
18152 * SET_CONFIGURATION always selected the first configuration, no matter what
18153 wValue is being passed.
18154 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
18155 configuration (index 0).
18156
18157 Signed-off-by: Harald Welte <laforge@openmoko.org>
18158 Acked-by: Markus Klotzbuecher <mk@denx.de>
18159
18160commit 06c53beae1a726e707971c555613f09b270a2461
18161Author: Wolfgang Denk <wd@denx.de>
18162Date: Thu Jul 10 13:16:09 2008 +0200
18163
18164 Fix some more print() format errors.
18165
18166 Signed-off-by: Wolfgang Denk <wd@denx.de>
18167
18168commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
18169Author: Christian Eggers <christian@p2400.wgnetz.xx>
18170Date: Fri Jun 27 19:46:51 2008 +0200
18171
18172 Fix "usb part" command
18173
18174 Only print partition for selected device if user supplied the <dev>
18175 arg with the "usb part [dev]" command.
18176
18177 Signed-off-by: Christian Eggers <ceggers@gmx.de>
18178 Acked-by: Markus Klotzbuecher <mk@denx.de>
18179
18180commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
18181Author: Harald Welte <laforge@gnumonks.org>
18182Date: Mon Jul 7 00:58:05 2008 +0800
18183
18184 fix USB devices with multiple configurations
18185
18186 This patch fixes bugs in usbdcore*.c related to the use of devices
18187 with multiple configurations.
18188
18189 The original code made mistakes about the meaning of configuration value and
18190 configuration index, and the resulting off-by-one errors resulted in:
18191
18192 * SET_CONFIGURATION always selected the first configuration, no matter what
18193 wValue is being passed.
18194 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
18195 configuration (index 0).
18196
18197 Signed-off-by: Harald Welte <laforge@openmoko.org>
18198 Acked-by: Markus Klotzbuecher <mk@denx.de>
18199
18200commit e870690bdca154943ecadd5212d2d59c1b9d391b
18201Author: Stefan Roese <sr@denx.de>
18202Date: Thu Jul 10 10:10:54 2008 +0200
18203
18204 MTD/NAND: Fix printf format warning in nand code
18205
18206 This patch fixes NAND related printf format warning. Those warnings are
18207 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
18208 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
18209 really helpful.
18210
18211 Signed-off-by: Stefan Roese <sr@denx.de>
18212
18213commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
18214Author: Stefan Roese <sr@denx.de>
18215Date: Thu Jul 10 10:00:45 2008 +0200
18216
18217 rtc: Fix printf format warning in m41t60.c
18218
18219 Signed-off-by: Stefan Roese <sr@denx.de>
18220
18221commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
18222Author: Stefan Roese <sr@denx.de>
18223Date: Tue Jul 8 12:01:47 2008 +0200
18224
18225 pci: Move PCI device configuration check into a separate weak function
18226
18227 This patch moves the check, if a device should be skipped in PCI PNP
18228 configuration into the function pci_skip_dev(). This function is defined
18229 as weak so that it can be overwritten by a platform specific one if
18230 needed. The check if the device should get printed in the PCI summary upon
18231 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
18232 pci_print_dev() which is also defined as weak too.
18233
18234 Signed-off-by: Stefan Roese <sr@denx.de>
18235
18236commit b002144e1dc21374b1ef5281fe6b5d014af96650
18237Author: Stefan Roese <sr@denx.de>
18238Date: Thu Jul 10 09:58:06 2008 +0200
18239
18240 ppc4xx: Fix printf format warnings now visible with the updated format check
18241
18242 This patch fixes ppc4xx related printf format warning. Those warnings are
18243 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
18244 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
18245 really helpful.
18246
18247 Signed-off-by: Stefan Roese <sr@denx.de>
18248
18249commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
18250Author: Stefan Roese <sr@denx.de>
18251Date: Wed Jul 9 17:33:57 2008 +0200
18252
18253 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
18254
18255 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
18256 To support such configurations, we "only" map the first 2GB via the TLB's. We
18257 need some free virtual address space for the remaining peripherals like, SoC
18258 devices, FLASH etc.
18259
18260 Note that ECC is currently not supported on configurations with more than 2GB
18261 SDRAM. This is because we only map the first 2GB on such systems, and therefore
18262 the ECC parity byte of the remaining area can't be written.
18263
18264 Signed-off-by: Stefan Roese <sr@denx.de>
18265
18266commit cf1c2ed91df26903b956948f37f82de9e1158a89
18267Author: Larry Johnson <lrj@acm.org>
18268Date: Sat Jun 14 17:02:49 2008 -0400
18269
18270 ppc4xx: Remove implementation of testdram() from Korat board support
18271
18272 Signed-off-by: Larry Johnson <lrj@acm.org>
18273 Signed-off-by: Stefan Roese <sr@denx.de>
18274
18275commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
18276Author: Larry Johnson <lrj@acm.org>
18277Date: Sat Jun 14 16:53:02 2008 -0400
18278
18279 ppc4xx: Update and add FDT to Korat board support
18280
18281 Signed-off-by: Larry Johnson <lrj@acm.org>
18282 Signed-off-by: Stefan Roese <sr@denx.de>
18283
18284commit 4188f0491886b3b486164e819c0a83fdb97efd7d
18285Author: Wolfgang Denk <wd@denx.de>
18286Date: Thu Jul 10 01:13:30 2008 +0200
18287
18288 Minor coding style cleanup; update CHANGELOG
18289
18290 Signed-off-by: Wolfgang Denk <wd@denx.de>
18291
4188f049
WD
18292commit 8915f1189c1d29d8be7f4de325702d90a8988219
18293Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18294Date: Wed Jul 9 17:50:45 2008 -0400
18295
18296 e1000: add support for 82545GM 64bit PCI-X copper variant
18297
18298 This PCI-X e1000 variant works by just adding in the correct
18299 PCI IDs in the appropriate places.
18300
18301 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18302
18303commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
18304Author: Daniel Hellstrom <daniel@gaisler.com>
18305Date: Wed Jul 9 12:34:11 2008 +0000
18306
18307 SPARC: Build error fix
18308
18309 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
18310
18311 This patch makes SPARC targets build again. It is caused by
18312 phys_addr_t and phys_size_t being defined in the wrong header
18313 file. include/lmb.h need those typedefs to build.
18314
18315 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
18316
18317commit 11ccc33fa21acce108f6b4a6936e3271af904c64
18318Author: Marcel Ziswiler <marcel@ziswiler.com>
18319Date: Wed Jul 9 08:17:15 2008 +0200
18320
18321 Many spelling fixes in README.
18322
18323 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18324
18325commit dbab0691d2533560f7e91b92ae844046a9ad1df3
18326Author: Marcel Ziswiler <marcel@ziswiler.com>
18327Date: Wed Jul 9 08:17:06 2008 +0200
18328
18329 Minor spelling fix in comment.
18330
18331 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18332
18333commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
18334Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18335Date: Tue Jul 8 14:54:58 2008 -0400
18336
18337 Round the serial port clock divisor value returned by calc_divisor()
18338
18339 Round the serial port clock divisor value returned by
18340 calc_divisor().
18341
18342 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18343 Signed-off-by: John Roberts <john.roberts@pwav.com>
18344
18345commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
18346Author: Scott Wood <scottwood@freescale.com>
18347Date: Wed Jul 9 17:47:52 2008 -0500
18348
18349 NAND: ifdef-protect most of nand.h when using legacy NAND.
18350
18351 Some macros such as NAND_CTL_SETALE conflict between current and legacy
18352 NAND, being defined by the subsystem in the former case and the board
18353 config file in the latter.
18354
18355 Signed-off-by: Scott Wood <scottwood@freescale.com>
18356
18357commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
18358Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18359Date: Tue Jul 8 11:02:05 2008 -0400
18360
18361 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
18362
18363 ARM: Fix for incorrect version of patch applied when
18364 adding support for the Lyrtech SFF-SDR board.
18365
18366 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18367 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
18368
18369commit 47042b363ee5022b8180c65d3f4558e7972c79cd
18370Author: Kyungmin Park <kmpark@infradead.org>
18371Date: Tue Jul 8 09:08:40 2008 +0900
18372
18373 Remove useless print message at apollon
18374
18375 Remove useless print message at apollon
18376
18377 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
18378
18379commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
18380Author: Andy Fleming <afleming@freescale.com>
18381Date: Mon Jul 7 14:24:39 2008 -0500
18382
18383 Fix LMB type issues
18384
18385 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
18386 of casting problems in the bootm code that called the LMB functions.
18387
18388 Signed-off-by: Andy Fleming <afleming@freescale.com>
18389
18390commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
18391Author: Kumar Gala <galak@kernel.crashing.org>
18392Date: Mon Jul 7 09:39:06 2008 -0500
18393
18394 Fix compiler warnings
18395
18396 gcc-4.3.x generates the following:
18397
18398 bootm.c: In function 'do_bootm_linux':
18399 bootm.c:208: warning: cast from pointer to integer of different size
18400 bootm.c:215: warning: cast from pointer to integer of different size
18401
18402 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18403
18404commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
18405Author: Harald Welte <laforge@gnumonks.org>
18406Date: Mon Jul 7 15:40:39 2008 +0800
18407
18408 Remove code duplication for setting the default environment
18409
18410 common/env_common.c (default_env): new function that resets the environment to
18411 the default value
18412 common/env_common.c (env_relocate): use default_env instead of own copy
18413 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
18414 include/environment.h: added default_env prototype
18415
18416 Signed-off-by: Werner Almesberger <werner@openmoko.org>
18417 Signed-off-by: Harald Welte <laforge@openmoko.org>
18418
18419commit 99c2b434d37863df5dda5207a53760c6506fc2be
18420Author: Marcel Ziswiler <marcel@ziswiler.com>
18421Date: Sun Jun 22 16:13:46 2008 +0200
18422
18423 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
18424
18425 The writeenv() and readenv() calls introduced by the recently added bad block
18426 management for environment variables were missing casts therefore producing
18427 compile time warnings.
18428 While at it fixing some typo in a comment and indentation.
18429
18430 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18431 Signed-off-by: Scott Wood <scottwood@freescale.com>
18432
18433commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
18434Author: Scott Wood <scottwood@freescale.com>
18435Date: Fri Jun 20 12:38:57 2008 -0500
18436
18437 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
18438
18439 This is particularly problematic now that non-NAND-specific code is
18440 including <nand.h>, and thus all debugging code is being compiled
18441 regardless of whether it was requested, as reported by Scott McNutt
18442 <smcnutt@psyent.com>.
18443
18444 Signed-off-by: Scott Wood <scottwood@freescale.com>
18445
18446commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
18447Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18448Date: Thu Jun 12 19:27:58 2008 +0200
18449
18450 mmc: Move atmel_mci driver into drivers/mmc
18451
18452 This makes it easier to use the driver on other platforms.
18453
18454 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18455 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18456
18457commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
18458Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18459Date: Thu Jun 12 19:27:57 2008 +0200
18460
18461 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
18462
18463 After we move the atmel_mci driver into drivers/mmc, we can't select
18464 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
18465 this driver so that there's no ambiguity.
18466
18467 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18468 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18469
18470commit 5ce13051a48c62bda9723df3b4778c492fb47f36
18471Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18472Date: Thu Jun 12 19:27:56 2008 +0200
18473
18474 Create drivers/mmc subdirectory
18475
18476 In order to consolidate more of the various MMC drivers around the
18477 tree, we must first have a common place to put them.
18478
18479 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
18480 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18481
18482commit b502611b51f02718c2d1117d4981dabceb5af6de
18483Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
18484Date: Sun Jul 6 12:30:09 2008 +0200
18485
18486 Change env_get_char from a global function ptr to a function
18487
18488 This avoids an early global data reference.
18489
18490 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
18491
18492commit 27269417ade432189b234d9fbac98b54e37b978c
18493Author: Matvejchikov Ilya <matvejchikov@gmail.com>
18494Date: Sun Jul 6 13:57:58 2008 +0400
18495
18496 Some copy-n-paste fixes in printf usage
18497
18498 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
18499
18500commit 0e6989b9faf1588e8723535539e88a0df3c71356
18501Author: Matvejchikov Ilya <matvejchikov@gmail.com>
18502Date: Sun Jul 6 13:57:00 2008 +0400
18503
18504 FDT memory and pci node fixes for MPC8260ADS
18505
18506 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
18507
18508commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
18509Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18510Date: Mon Jul 7 06:41:14 2008 -0700
18511
18512 Fix printf errors.
18513
18514 The compiler will help find mismatches between printf formats and
18515 arguments if you let it. This patch adds the necessary attributes to
18516 declarations in include/common.h, then begins to correct the resulting
18517 compiler warnings. Some of these were bugs, e.g., "$d" instead of
18518 "%d" and incorrect arguments. Others were just annoying, like
18519 int-long mismatches on a system where both are 32 bits. It's worth
18520 fixing the annoying errors to catch the real ones.
18521
18522 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
18523
18524commit 417faf285b2527acb2de24c5cd3e2621d385408c
18525Author: Becky Bruce <becky.bruce@freescale.com>
18526Date: Wed Jul 9 11:09:41 2008 -0500
18527
18528 Allow print_size to print in GB
18529
18530 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
18531
18532commit e7c374529c87525c9aa463e0557c287887ae4e9e
18533Author: Jason McMullan <mcmullan@netapp.com>
18534Date: Sun Jun 8 23:56:00 2008 -0400
18535
18536 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
18537
18538 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
18539 they are set in the U-Boot environment.
18540
18541 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
18542 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
18543
18544commit 0192d7d56e9320819dea262f49789ae18fdd2c72
18545Author: Stefan Roese <sr@denx.de>
18546Date: Tue Jul 8 12:57:14 2008 +0200
18547
18548 jedec_flash: Fix AM29DL800BB device ID
18549
18550 As pointed out by Jerry Hicks, this patch corrects the device ID of
18551 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
18552 datasheet (rev C4 from Dezember 2006).
18553
18554 Signed-off-by: Stefan Roese <sr@denx.de>
18555
18556commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
18557Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18558Date: Mon Jul 7 11:22:37 2008 +0900
18559
18560 sh: Fix compile error sh7763rdp board
18561
18562 Disable SH ether driver.
18563
18564 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18565
18566commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
18567Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18568Date: Tue Jul 8 12:03:24 2008 +0900
18569
18570 sh: Fix SH-boards compile error
18571
18572 By Cleanup out-or-tree building for some boards (.depend)
18573 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
18574 because filse ware changed, some SH-boards have compile error.
18575 I revised this problem.
18576
18577 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18578
699f0512
WD
18579commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
18580Author: Jason Jin <Jason.jin@freescale.com>
18581Date: Tue May 13 11:50:36 2008 +0800
18582
18583 Feed the watchdog in u-boot for 8610 board.
18584
18585 The watchdog on 8610 board is enabled by setting sw[6]
18586 to on. Once enabled, the watchdog can not be disabled
18587 by software. So feed the dog in u-boot is necessary for
18588 normal operation.
18589
18590 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
18591
4188f049
WD
18592commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
18593Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18594Date: Wed Jun 18 12:10:33 2008 -0400
18595
18596 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
18597
18598 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
18599
18600 Remove duplicate code in a if/else block in
18601 cpu/arm926ejs/davinci/lxt972.c.
18602 Fixed style issues.
18603
18604 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18605 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18606
18607commit fec61431a003f5778bafa2624073a571af8bec9f
18608Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18609Date: Wed Jun 18 12:10:31 2008 -0400
18610
18611 Remove duplicate definitions in include/lxt971a.h.
18612
18613 Remove duplicate definitions in include/lxt971a.h.
18614
18615 Remove duplicate registers and bits definitions in
18616 include/lxt971a.h for standard MII registers, and
18617 use values in include/miiphy.h instead.
18618
18619 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
18620 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18621
18622commit 9751ee0990f467941da0b095a4e995f863672d7a
18623Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18624Date: Wed Jun 11 21:05:00 2008 +0900
18625
18626 net: sh: Renesas SH7763 Ethernet device support
18627
18628 Renesas SH7763 has 2 channel Ethernet device.
18629 This is 10/100/1000 Base support.
18630 But this patch check 10/100 Base only.
18631
18632 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18633 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18634
18635commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
18636Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18637Date: Tue Jun 17 16:28:05 2008 +0900
18638
18639 sh: Update Renesas R2DPlus board
18640
18641 New NOR Flash board support and remove old type flash board config.
18642 And Remove network setting from config file.
18643
18644 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18645 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18646
18647commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
18648Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18649Date: Tue Jun 17 16:28:01 2008 +0900
18650
18651 sh: Update Renesas R7780MP board
18652
18653 New NOR Flash board support and remove network setting from config file.
18654
18655 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18656 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18657
18658commit c001cd604e9f133743effbddb1c215b48e761c5a
18659Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18660Date: Tue Jun 17 16:27:56 2008 +0900
18661
18662 sh: Update Renesas Migo-R board
18663
18664 Remove network setting from config file.
18665
18666 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18667 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18668
18669commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
18670Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18671Date: Tue Jun 17 16:27:52 2008 +0900
18672
18673 sh: Update Hitachi MS7722SE board
18674
18675 Remove network setting from config file.
18676
18677 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18678 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18679
18680commit 26209e48e8791670c93108029a5c31a30016c6df
18681Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18682Date: Tue Jun 17 16:27:48 2008 +0900
18683
18684 sh: Cleanup source code of SH7763RDP
18685
18686 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18687 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18688
18689commit 5cd5b2c96ef0025762931349d350287aec03ab47
18690Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18691Date: Tue Jun 17 16:27:44 2008 +0900
18692
18693 sh: Cleanup source code of R2DPlus
18694
18695 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18696 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18697
18698commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
18699Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18700Date: Tue Jun 17 16:27:41 2008 +0900
18701
18702 sh: Cleanup source code of R7780MP
18703
18704 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18705 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18706
18707commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
18708Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18709Date: Tue Jun 17 16:27:38 2008 +0900
18710
18711 sh: Cleanup source code of MS7722SE
18712
18713 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18714 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18715
18716commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
18717Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18718Date: Tue Jun 17 16:27:34 2008 +0900
18719
18720 sh: Cleanup source code of MS7720SE
18721
18722 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18723 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18724
18725commit 3ab4827cbe409488ebea1a2ee5094783f2672214
18726Author: Wolfgang Denk <wd@denx.de>
18727Date: Mon Jul 7 00:45:03 2008 +0200
18728
18729 SH: fix out of tree building
18730
18731 Signed-off-by: Wolfgang Denk <wd@denx.de>
18732
18733commit 9047bfa1e737d787be460387dd6f45737eeceb10
18734Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18735Date: Thu Jul 3 23:16:06 2008 +0900
18736
18737 net: smc911x: Fix typo
18738
18739 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
18740
18741commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
18742Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
18743Date: Wed Jul 2 18:54:08 2008 +0200
18744
18745 update mvBL-M7 board config
18746
18747 update mvBL-M7 config file to use UBOOT_VERSION and define
18748 CONFIG_HIGH_BATS.
18749
18750 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
18751
18752commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
18753Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18754Date: Mon Jun 30 17:45:01 2008 +0900
18755
18756 net: fix compile problem in smc911x driver.
18757
18758 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18759 Acked-by: Ben Warren <biggerbadderben@gmail.com>
18760
18761commit 9fea65a6c469b1b474b27446feb58738baba2d31
18762Author: Michal Simek <monstr@monstr.eu>
18763Date: Tue Jun 24 09:54:09 2008 +0200
18764
18765 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
18766
18767 This change helps with better handling with others
18768 Xilinx based platform.
18769
18770 Signed-off-by: Michal Simek <monstr@monstr.eu>
18771 Acked-by: Stefan Roese <sr@denx.de>
18772
18773commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
18774Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18775Date: Tue Jun 17 13:07:11 2008 +0900
18776
18777 net: ne2000: Move dev_addr variable from grobal to local.
18778
18779 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18780 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18781
18782commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
18783Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18784Date: Tue Jun 17 13:07:15 2008 +0900
18785
18786 net: ne2000: Fix compile error of NE2000
18787
18788 If enable DEBUG, can not compile ne2000 driver.
18789
18790 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
18791 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18792
18793commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
18794Author: Ben Warren <biggerbadderben@gmail.com>
18795Date: Mon Jun 23 22:57:27 2008 -0700
18796
18797 Add mechanisms for CPU and board-specific Ethernet initialization
18798
18799 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
18800 initialization to CPU or board-specific code. Initial implementation is
18801 only on the Freescale TSEC controller, but others will be added soon.
18802
18803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
18804
18805commit 7754f2be5d1835d263aad21b5a629526f3e680b0
18806Author: Wolfgang Denk <wd@denx.de>
18807Date: Sun Jul 6 01:21:46 2008 +0200
18808
18809 include/sha256.h: fix file permissions.
18810
18811 Signed-off-by: Wolfgang Denk <wd@denx.de>
18812
18813commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
18814Author: Patrice Vilchez <patrice.vilchez@atmel.com>
18815Date: Tue May 27 11:15:29 2008 +0200
18816
18817 [AT91SAM9] Fix NAND FLASH timings
18818
18819 Fix NAND FLASH timings for at91sam9x evaluation kits.
18820
18821 New timings are based on application note
18822 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
18823 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
18824
18825 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
18826 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18827 Acked-by: Stelian Pop <stelian@popies.net>
18828
18829commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
18830Author: Stelian Pop <stelian@popies.net>
18831Date: Thu May 22 00:15:40 2008 +0200
18832
18833 Fix boot from NOR due to incorrect reset delay.
18834
18835 AT91 RSTC registers are battery-backuped, so their values
18836 are not reset across power cycles. One of those registers,
18837 the AT91_RSTC_MR register, is being modified by U-Boot, in
18838 the ethernet initialisation routine, to generate a 500ms
18839 user reset.
18840
18841 Unfortunately, this value is not being restored afterwards,
18842 causing subsequent resets to also last for 500ms.
18843
18844 This long reset sequence causes problems (at least) in the
18845 boot sequence from NOR: by the time the CPU tries to load
18846 a program from the NOR flash, the latter is still in reset
18847 and not yet available.
18848
18849 Additionaly, this patch fixes a bug in the original code which
18850 caused the reset delay to last for 2s instead of 500ms.
18851
18852 Signed-off-by: Stelian Pop <stelian@popies.net>
18853 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18854
18855commit f492dd636fbbae529e17533995bc6e5813c007f6
18856Author: Wolfgang Denk <wd@denx.de>
18857Date: Fri Jul 4 20:11:49 2008 +0200
18858
18859 Update CHANGELOG
18860
18861 Signed-off-by: Wolfgang Denk <wd@denx.de>
18862
f492dd63
WD
18863commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
18864Author: Wolfgang Denk <wd@denx.de>
18865Date: Fri Jul 4 20:07:35 2008 +0200
18866
18867 CCM/SCM boards: fix out of tree building
18868
18869 Signed-off-by: Wolfgang Denk <wd@denx.de>
18870
18871commit ab4c3a490df9a964711556d2a05b0c787db45fde
18872Author: Wolfgang Denk <wd@denx.de>
18873Date: Thu Jul 3 23:22:27 2008 +0200
18874
18875 SCM board: fix build errors.
18876
18877 Signed-off-by: Wolfgang Denk <wd@denx.de>
18878
18879commit a566466f17ba0e2d2b6c250e77da678fb932470d
18880Author: Wolfgang Denk <wd@denx.de>
18881Date: Thu Jul 3 23:06:36 2008 +0200
18882
18883 IAD210 board: fix ``"ALIGN" redefined'' warning.
18884
18885 Signed-off-by: Wolfgang Denk <wd@denx.de>
18886
18887commit ad756314797c16fa5dca23e115aab881011f164f
18888Author: Wolfgang Denk <wd@denx.de>
18889Date: Thu Jul 3 23:00:24 2008 +0200
18890
18891 CCM board: fix build errors.
18892
18893 Signed-off-by: Wolfgang Denk <wd@denx.de>
18894
4188f049
WD
18895commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
18896Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
18897Date: Wed Jul 2 18:54:08 2008 +0200
18898
18899 update mvBL-M7 board config
18900
18901 update mvBL-M7 config file to use UBOOT_VERSION.
18902
18903 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
18904 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18905
f492dd63
WD
18906commit ced209c50e80c25f13c083099b05044048d21f4f
18907Author: Wolfgang Denk <wd@denx.de>
18908Date: Thu Jul 3 22:39:21 2008 +0200
18909
18910 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
18911
18912 Signed-off-by: Wolfgang Denk <wd@denx.de>
18913
18914commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
18915Author: Wolfgang Denk <wd@denx.de>
18916Date: Thu Jul 3 22:34:08 2008 +0200
18917
18918 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
18919
18920 Signed-off-by: Wolfgang Denk <wd@denx.de>
18921
18922commit 730f298485984b011b6ee8f4acb511cb45a843dd
18923Author: Wolfgang Denk <wd@denx.de>
18924Date: Thu Jul 3 22:04:17 2008 +0200
18925
18926 lmb: fix "implicit declaration of function 'lmb_free'" warning
18927
18928 Signed-off-by: Wolfgang Denk <wd@denx.de>
18929
18930commit 322ef5e28d2dc62571afc699b00add22a8e006e4
18931Author: Wolfgang Denk <wd@denx.de>
18932Date: Wed Jul 2 23:53:23 2008 +0200
18933
18934 Cleanup: remove redundant deleting on *~ files
18935
18936 Signed-off-by: Wolfgang Denk <wd@denx.de>
18937
18938commit c8a3b109f07f02342d097b30908965f7261d9f15
18939Author: Wolfgang Denk <wd@denx.de>
18940Date: Wed Jul 2 23:49:18 2008 +0200
18941
18942 Cleanup out-or-tree building for some boards (.depend)
18943
18944 Signed-off-by: Wolfgang Denk <wd@denx.de>
18945
18946commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
18947Author: Wolfgang Denk <wd@denx.de>
18948Date: Wed Jul 2 23:38:50 2008 +0200
18949
18950 Cleanup: fix out-of-tree building for some boards
18951
18952 Signed-off-by: Wolfgang Denk <wd@denx.de>
18953
18954commit 461fa68d20861811487944d22291db5a13410e20
18955Author: Wolfgang Denk <wd@denx.de>
18956Date: Wed Jul 2 23:00:14 2008 +0200
18957
18958 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
18959
18960 Signed-off-by: Wolfgang Denk <wd@denx.de>
18961
18962commit 5981ebd32017e062b08aa6747cf591276f2db779
18963Author: Detlev Zundel <dzu@denx.de>
18964Date: Fri Jun 20 22:26:24 2008 +0200
18965
18966 fdt: Fix typo in variable name.
18967
18968 Signed-off-by: Detlev Zundel <dzu@denx.de>
18969
18970commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
18971Author: Gary Jennejohn <garyj@denx.de>
18972Date: Thu Jun 19 11:11:19 2008 +0200
18973
18974 Add logos for RRvision board
18975
18976 Signed-off-by: Gary Jennejohn <garyj@denx.de>
18977
18978commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
18979Author: Esben Haabendal <EsbenHaabendal@gmail.com>
18980Date: Wed Jun 18 11:03:57 2008 +0200
18981
18982 mpc8260: add fdt_fixup_ethernet support
18983
18984 Add support for updating mac-address and local-mac-address in fdt for
18985 all MPC8260 targets.
18986
18987 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
18988
18989commit f6a69559d64498a04e1e0b087a9b920e5775f866
18990Author: Steven A. Falco <sfalco@harris.com>
18991Date: Thu Jun 12 13:24:42 2008 -0400
18992
18993 cmd_nvedit.c: clean up syntax highlighting
18994
18995 My text-editor (vim) has a bit of trouble syntax-highlighting the
18996 cmd_nvedit.c file, because it apparently does not parse C
18997 ifdef/else/endif. The following patch does not change the behavior of
18998 the code at all, but does allow the editor to properly
18999 syntax-highlight the file.
19000
19001 Signed-off-by: Steve Falco <sfalco@harris.com>
19002
19003commit 75678c807a6272ecc5541eb32898c93887f08400
19004Author: Steven A. Falco <sfalco@harris.com>
19005Date: Thu Jun 12 13:22:12 2008 -0400
19006
19007 Make setenv() return status
19008
19009 Currently, the setenv function does not return an error code.
19010 This patch allows to test for errors.
19011
19012 Signed-off-by: Steve Falco <sfalco@harris.com>
19013
19014commit 4928e97c8531283ca9b368b7c29a8a12e726562a
19015Author: Kumar Gala <galak@kernel.crashing.org>
19016Date: Wed Jun 11 10:14:06 2008 -0500
19017
19018 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
19019
19020 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
19021 and fls is used to implement them.
19022
19023 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19024
19025commit 83002a77cbdf383015ca384eff5fa31722d8e571
19026Author: Magnus Lilja <lilja.magnus@gmail.com>
19027Date: Mon Jun 9 22:58:48 2008 +0200
19028
19029 i.MX31: Cleanup comments in lowlevel_init.S.
19030
19031 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
19032
19033commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
19034Author: Ben Warren <biggerbadderben@gmail.com>
19035Date: Sun Jun 8 23:28:33 2008 -0700
19036
19037 Move conditional compilation of MPC8XXX SPI driver to Makefile
19038
19039 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19040
19041commit d92ea21bafb674ee2bf27447970b047845e7b0a2
19042Author: Juergen Kilb <J.Kilb@gmx.de>
19043Date: Sun Jun 8 17:59:53 2008 +0200
19044
19045 i.MX31: fixed CTRL-C detection
19046
19047 The Register URXD contains status information in bits [15..8].
19048 With status bit 15 set, CTRL-C was reported as 0x8003 instead
19049 of 0x03. Therefore CTRL-C was not detected.
19050 To solve this, bits [15..8] were masked out now.
19051
19052 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
19053 Acked-by: Felix Radensky <felix@embedded-sol.com>
19054
699f0512
WD
19055commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
19056Author: Stefan Roese <sr@denx.de>
19057Date: Tue Jul 1 17:03:19 2008 +0200
19058
19059 ppc4xx: Fix 460EX/GT PCIe port initialization
19060
19061 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
19062 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
19063 this out.
19064
19065 Signed-off-by: Stefan Roese <sr@denx.de>
19066
f492dd63
WD
19067commit b571afde0295b007a45055ee49f8822c753a5651
19068Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19069Date: Sat Jun 7 12:29:52 2008 +0200
19070
19071 add SHA256 support
19072
19073 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19074 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
19075
19076commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
19077Author: Marian Balakowicz <m8@semihalf.com>
19078Date: Fri Jun 6 23:07:40 2008 +0200
19079
19080 Delay FIT format check on sector based devices
19081
19082 Global FIT image operations like format check cannot be performed on
19083 a first sector data, defer them to the point when whole FIT image was
19084 uploaded to a system RAM.
19085
19086 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
19087 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
19088 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
19089
19090commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
19091Author: Dave Liu <r63238@freescale.com>
19092Date: Tue Jun 3 17:38:19 2008 +0800
19093
19094 sata: wait for device updating signature to host
19095
19096 The driver need wait for the device updating signature to host.
19097 If we don't wait for it, the driver can not detect the device(disk)
19098 when the system powers up.
19099
19100 Signed-off-by: Dave Liu <daveliu@freescale.com>
19101
4188f049
WD
19102commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
19103Author: Stefan Roese <sr@denx.de>
19104Date: Sat Jun 28 14:56:17 2008 +0200
19105
19106 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
19107
19108 This patch implements a fix provided by AMCC so that the lockup upon
19109 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
19110 anymore:
19111
19112 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
19113 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
19114 USB 2.0 host and SATA.
19115
19116 This errata is not officially available yet. I'll update the comment
19117 to add the errata number later.
19118
19119 Signed-off-by: Stefan Roese <sr@denx.de>
19120
f492dd63
WD
19121commit 8b616edb118e37d05f6401389eaee1c636b22828
19122Author: Stuart Wood <stuart.wood@labxtechnologies.com>
19123Date: Mon Jun 2 16:42:19 2008 -0400
19124
19125 serial_pl010.c: add watchdog support
19126
19127 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
19128
19129commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
19130Author: Stuart Wood <stuart.wood@labxtechnologies.com>
19131Date: Mon Jun 2 16:40:08 2008 -0400
19132
19133 jffs2_1pass.c: add watchdog support
19134
19135 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
19136
19137commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
19138Author: Sascha Laue <sascha.laue@liebherr.com>
19139Date: Fri May 30 09:48:14 2008 +0200
19140
19141 Configure DSP POST; add watchdog reset to diag command
19142
19143 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
19144
19145commit f13526517859bf6b573e23ff47199e107d1009b5
19146Author: Tor Krill <tor@excito.com>
19147Date: Thu May 29 10:40:17 2008 +0200
19148
19149 Add sata sil3114 support
19150
19151 Signed-off-by: Tor Krill <tor@excito.com>
19152
19153commit e093a247628228100f405b6d7f6b1bfc16141938
19154Author: Wolfgang Denk <wd@denx.de>
19155Date: Sat Jun 28 23:34:37 2008 +0200
19156
19157 Coding Style Cleanup
19158
19159 Signed-off-by: Wolfgang Denk <wd@denx.de>
19160
19161commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
19162Author: Wolfgang Denk <wd@denx.de>
19163Date: Sat Jun 28 23:16:01 2008 +0200
19164
19165 Update CHANGELOG
19166
19167 Signed-off-by: Wolfgang Denk <wd@denx.de>
19168
01db232d
WD
19169commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
19170Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19171Date: Wed May 21 13:58:41 2008 -0400
19172
19173 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
19174
19175 This patch adds support for the Lyrtech SFF-SDR board,
19176 based on the TI DaVinci architecture (ARM926EJS).
19177
19178 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
19179 Signed-off-by: Philip Balister <philip@balister.org>
19180 Signed-off-by: Wolfgang Denk <wd@denx.de>
19181
19182commit 341188b9ccaa8d4462d772cc067aca8d7618633a
19183Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19184Date: Thu May 22 11:09:59 2008 +0200
19185
19186 MMC: Consolidate MMC/SD command definitions
19187
19188 This moves the MMC and SD Card command definitions from
19189 include/asm/arch/mmc.h into include/mmc.h. These definitions are
19190 given by the MMC and SD Card standards, not by any particular
19191 architecture.
19192
19193 There's a lot more room for consolidation in the MMC drivers which
19194 I'm hoping to get done eventually, but this patch is a start.
19195
19196 Compile-tested for all avr32 boards as well as lpc2292sodimm and
19197 lubbock. This should cover all three mmc drivers in the tree.
19198
19199 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19200
19201commit fa60edfc4c952626e048c0e065f654b3c1822fa5
19202Author: Kyungmin Park <kmpark@infradead.org>
19203Date: Wed May 21 14:38:08 2008 +0900
19204
19205 Use better Ethernet timings for apollon board
19206
19207 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
19208
19209commit 41c5eaa7253ed82bbae1eda5667755872c615164
19210Author: Andy Fleming <afleming@freescale.com>
19211Date: Mon Jun 16 13:58:56 2008 -0500
19212
19213 Resize device tree to allow space for board changes and the chosen node
19214
19215 Current code requires that a compiled device tree have space added to the end to
19216 leave room for extra nodes added by board code (and the chosen node). This
19217 requires that device tree creators anticipate how much space U-Boot will add to
19218 the tree, which is absurd. Ideally, the code would resize and/or relocate the
19219 tree when it needed more space, but this would require a systemic change to the
19220 fdt code, which is non-trivial. Instead, we resize the tree inside
19221 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
19222 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
19223
19224 Signed-off-by: Andy Fleming <afleming@freescale.com>
19225
19226commit 7570a9941fc565922078679a72d246fe208d696d
19227Author: Andy Fleming <afleming@freescale.com>
19228Date: Mon Jun 16 13:58:55 2008 -0500
19229
19230 Fix an underflow bug in __lmb_alloc_base
19231
19232 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
19233 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
19234 merely updates __lmb_alloc_base to resemble the current version in Linux.
19235
19236 Signed-off-by: Andy Fleming <afleming@freescale.com>
19237
19238commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
19239Author: Andy Fleming <afleming@freescale.com>
19240Date: Mon Jun 16 13:58:54 2008 -0500
19241
19242 Add lmb_free
19243
19244 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
19245 lmb_reserve to temporarily reserve some memory.
19246
19247 Signed-off-by: Andy Fleming <afleming@freescale.com>
19248
19249commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
19250Author: Andy Fleming <afleming@freescale.com>
19251Date: Mon Jun 16 13:58:53 2008 -0500
19252
19253 Add ALIGN() macro
19254
19255 ALIGN() returns the smallest aligned value greater than the passed
19256 in address or size. Taken from Linux.
19257
19258 Signed-off-by: Andy Fleming <afleming@freescale.com>
19259
4188f049
WD
19260commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
19261Author: Stefan Roese <sr@denx.de>
19262Date: Tue Jun 24 17:15:22 2008 +0200
19263
19264 ppc4xx: Fix compilation problems with phys_size_t
19265
19266 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
19267 board specific files where it has been missing.
19268
19269 Signed-off-by: Stefan Roese <sr@denx.de>
19270
01db232d
WD
19271commit 28eab0d77352b84885f938759bf2612b7bf0bc44
19272Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19273Date: Mon May 19 12:26:38 2008 +0200
19274
19275 Conditionally add -fno-stack-protector to CFLAGS
19276
19277 When compile-testing on powerpc, I get errors like this:
19278
19279 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
19280
19281 This seems to be because -fstack-protector is on by default, so
19282 let's explicitly disable it on all architectures that support the
19283 option.
19284
19285 The Ubuntu toolchain is affected by this problem, and according to
19286 Mike Frysinger, Gentoo has been running with SSP enabled for years.
19287 More and more distros are turning SSP on by default, so this problem
19288 is likely to get worse in the future.
19289
19290 Also, powerpc just happens to be one of the arches I do
19291 compile-testing on. There may be other arches affected by this too.
19292
19293 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19294
19295commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
19296Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19297Date: Sun May 18 19:09:52 2008 +0200
19298
19299 pcmcia/ti_pci1410a: Move compile condition to the Makefile
19300
19301 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19302
19303commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
19304Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19305Date: Sun May 18 19:09:51 2008 +0200
19306
19307 pxa_pcmcia: Move compile condition to the Makefile
19308
19309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19310
19311commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
19312Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19313Date: Sun May 18 19:09:50 2008 +0200
19314
19315 marabun_pcmcia: Move compile condition to the Makefile
19316
19317 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
19318
4188f049
WD
19319commit 6a19c46cae43c16c528eddefae3db97134f1915d
19320Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19321Date: Mon Jun 23 13:25:34 2008 +0200
19322
19323 fix non-working mvBL-M7
19324
19325 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
19326
19327 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19328 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19329
19330commit 846f1574ddddeda2bc227655e687308695f41cdc
19331Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
19332Date: Mon Jun 23 11:40:56 2008 +0200
19333
19334 fix system config overwrite @ MPC834x and MPC8313
19335
19336 During 83xx setup the "System I/O configuration register high" gets
19337 overwritten with user defined value if CFG_SICRH is defined.
19338
19339 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
19340 must keep their reset value regardless of configuration.
19341
19342 On my board (using RGMII) those bits are set after reset - yet it's
19343 unclear where they come from.
19344
19345 The patch keeps both bits on MPC834x and MPC8313.
19346
19347 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
19348 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19349
19350commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
19351Author: Kim Phillips <kim.phillips@freescale.com>
19352Date: Tue Jun 17 17:45:27 2008 -0500
19353
19354 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
19355
19356 to avoid this:
19357
19358 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
19359 In file included from cpu.c:33:
19360 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
19361
19362 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19363
19364commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
19365Author: Stefan Roese <sr@denx.de>
19366Date: Mon Jun 23 11:15:09 2008 +0200
19367
19368 ppc4xx: Fix problem in gpio_config()
19369
19370 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
19371 left by one. So the additional shift is bogus.
19372
19373 Signed-off-by: Stefan Roese <sr@denx.de>
19374
19375commit 40777812316fc252c941665c0f60c148fd79d50f
19376Author: Detlev Zundel <dzu@denx.de>
19377Date: Fri Jun 20 22:24:05 2008 +0200
19378
19379 fdt: Fix typo in variable name.
19380
19381 Signed-off-by: Detlev Zundel <dzu@denx.de>
19382
19383commit 5f723a3b98c630bde33de74351f2121691fdef14
19384Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19385Date: Fri Jun 20 10:41:05 2008 +0200
19386
19387 avr32: Enable SPI flash support on ATNGW100
19388
19389 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
19390 the new SPI flash framework.
19391
19392 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19393
19394commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
19395Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19396Date: Fri Jun 20 12:44:28 2008 +0200
19397
19398 avr32: Fix SPI portmux initialization
19399
19400 Use the new GPIO manipulation functions to set up the chip select lines,
19401 and make sure both busses use GPIO for chip select control.
19402
19403 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19404
19405commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
19406Author: Peter Ma <pma@mediamatech.com>
19407Date: Sun Jun 1 22:59:24 2008 -0700
19408
19409 avr32: Add GPIO manipulation functions
19410
19411 Adds GPIO manipulation functions for AVR32 AP7 platform.
19412
19413 Signed-off-by: Peter Ma <pma@mediamatech.com>
19414 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
19415 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
19416
01db232d
WD
19417commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
19418Author: Wolfgang Grandegger <wg@grandegger.com>
19419Date: Thu Jun 5 13:02:30 2008 +0200
19420
19421 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
19422
19423 This patch is based on the following patch sent a few minutes ago:
19424 "NAND FSL UPM: driver re-write using the hwcontrol callback"
19425 It is untested, of course. Anton, could you please give it a try.
19426
19427 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19428 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19429
19430commit 96026d42fa4e646d28318c0a1438aac4b2017909
19431Author: Anatolij Gustschin <agust@denx.de>
19432Date: Thu Jun 12 12:40:11 2008 +0200
19433
19434 Fix 4xx build issue
19435
19436 Building for 4xx doesn't work since commit 4dbdb768:
19437
19438 In file included from 4xx_pcie.c:28:
19439 include/asm/processor.h:971: error: expected ')' before 'ver'
19440 make[1]: *** [4xx_pcie.o] Error 1
19441
19442 This patch fixes the problem.
19443
19444 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19445 Acked-by: Stefan Roese <sr@denx.de>
19446 Acked-by: Kumar Gala <galak@kernel.crashing.org>
19447
699f0512
WD
19448commit a036b0443657fe0f4773786de9092251869f08ac
19449Author: Kumar Gala <galak@kernel.crashing.org>
19450Date: Thu Jun 19 01:45:50 2008 -0500
19451
19452 MPC8610HPCD: Report board id, board version and fpga version.
19453
19454 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19455
19456commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
19457Author: Kumar Gala <galak@kernel.crashing.org>
19458Date: Thu Jun 19 01:45:27 2008 -0500
19459
19460 MPC8641HPCN: Report board id, board version and fpga version.
19461
19462 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19463
01db232d
WD
19464commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
19465Author: Stefan Roese <sr@denx.de>
19466Date: Mon Jun 16 10:40:02 2008 +0200
19467
19468 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
19469
19470 This patch simplifies flash_toggle() (AMD commandset), which is used to
19471 detect if a FLASH device is still busy with erase/program operations. On
19472 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
19473 did not detect the busy state reliably, resulting in non erased sectors
19474 etc. This patch now simplifies this function by "just" comparing the
19475 complete data-word instead of ANDing it with the command-word (0x40)
19476 before the compatison. It is done the same way in the Linux implementation
19477 chip_ready() in cfi_cmdset_0002.c.
19478
19479 Signed-off-by: Stefan Roese <sr@denx.de>
19480
19481commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
19482Author: Philip Balister <philip@balister.org>
19483Date: Mon Jun 16 08:58:07 2008 -0400
19484
19485 NAND: Add missing declaration to non-redundant saveenv().
19486
19487 Signed-off-by: Scott Wood <scottwood@freescale.com>
19488
19489commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
19490Author: Wolfgang Grandegger <wg@grandegger.com>
19491Date: Mon Jun 2 15:09:55 2008 +0200
19492
19493 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
19494
19495 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19496 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19497 Signed-off-by: Scott Wood <scottwood@freescale.com>
19498
19499commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
19500Author: Stefan Roese <sr@denx.de>
19501Date: Tue Jun 10 15:34:11 2008 +0200
19502
19503 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
19504
19505 This patch disables the square wave output of the M41T62 RTC used on
19506 Canyonlands & Glacier. Here the explanation:
19507
19508 The serial real-time clock part used in the design is an
19509 STMicro M41T62. This part has a full-time 32KHz square wave
19510 output that is connected to the TmrClk input to the
19511 processor. The default state for this square wave output is
19512 enabled so the output runs continuously when the board is
19513 powered normally and also from the battery. The TmrClk input
19514 to the processor goes to ground when the power is removed
19515 from the board/processor, and therefore the running square
19516 wave output is driving ground which drains the battery quickly.
19517
19518 Signed-off-by: Stefan Roese <sr@denx.de>
19519
19520commit a94f22f08f280905926219e568568964cb9eeb9d
19521Author: Andy Fleming <afleming@freescale.com>
19522Date: Wed Jun 11 18:10:20 2008 -0500
19523
19524 Fix build issue with string.h and linux/string.h
19525
19526 This commit:
19527 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
19528 Author: Wolfgang Denk <wd@denx.de>
19529 Date: Fri Jun 6 14:28:14 2008 +0200
19530
19531 tools/mkimage: fix compiler warnings on some systems.
19532
19533 Broke building on some systems, because the host's string.h was interfering
19534 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
19535 we're building for the host, so now we only include when building inside
19536 u-boot.
19537
19538 Signed-off-by: Andy Fleming <afleming@freescale.com>
19539
19540commit 9973e3c614721bbf169882ffc3be266a6611cd60
19541Author: Becky Bruce <becky.bruce@freescale.com>
19542Date: Mon Jun 9 16:03:40 2008 -0500
19543
19544 Change initdram() return type to phys_size_t
19545
19546 This patch changes the return type of initdram() from long int to phys_size_t.
19547 This is required for a couple of reasons: long int limits the amount of dram
19548 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
19549 size of physical memory. phys_size_t is defined as an unsigned long on almost
19550 all current platforms.
19551
19552 This patch *only* changes the return type of the initdram function (in
19553 include/common.h, as well as in each board's implementation of initdram). It
19554 does not actually modify the code inside the function on any of the platforms;
19555 platforms which wish to support more than 2GB of DRAM will need to modify
19556 their initdram() function code.
19557
19558 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
19559 MPC8641HPCN.
19560
19561 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19562
19563commit 391fd93ab23e15ab3dd58a54f5b609024009c378
19564Author: Becky Bruce <becky.bruce@freescale.com>
19565Date: Mon Jun 9 20:37:18 2008 -0500
19566
19567 Change lmb to use phys_size_t/phys_addr_t
19568
19569 This updates the lmb code to use phys_size_t
19570 and phys_addr_t instead of unsigned long. Other code
19571 which interacts with this code, like getenv_bootm_size()
19572 is also updated.
19573
19574 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
19575
19576 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19577
19578commit 61b09fc2952dc636017df4e7970e3de132276ba1
19579Author: Becky Bruce <becky.bruce@freescale.com>
19580Date: Mon Jun 9 20:37:17 2008 -0500
19581
19582 Change print_size to take phys_size_t
19583
19584 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19585
19586commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
19587Author: Becky Bruce <becky.bruce@freescale.com>
19588Date: Mon Jun 9 20:37:16 2008 -0500
19589
19590 Change bd/gd memsize/ram_size to be phys_size_t.
19591
19592 Currently, both are defined as an unsigned long, but
19593 should be phys_size_t. This should result in no real change,
19594 since phys_size_t is currently an unsigned long for all the
19595 default configs. Also add print_lnum to cmd_bdinfo to deal
19596 with the potentially wider memsize.
19597
19598 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
19599
19600commit ba04f7010958e88a8910f2a123fee53fdc72e013
19601Author: Kumar Gala <galak@kernel.crashing.org>
19602Date: Tue Jun 10 16:16:02 2008 -0500
19603
19604 FSL LAW: Add new interface to use the last free LAW
19605
19606 LAWs have the concept of priority so its useful to be able to allocate
19607 the lowest (highest number) priority. We will end up using this with the
19608 new DDR code.
19609
19610 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19611
19612commit 859a86a25c569d3665ff413d1d923394b8a961f3
19613Author: Kumar Gala <galak@kernel.crashing.org>
19614Date: Wed Jun 11 00:51:45 2008 -0500
19615
19616 85xx/86xx: Move to dynamic mgmt of LAWs
19617
19618 With the new LAW interface (set_next_law) we can move to letting the
19619 system allocate which LAWs are used for what purpose. This makes life
19620 a bit easier going forward with the new DDR code.
19621
19622 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19623 Signed-off-by: Andy Fleming <afleming@freescale.com>
19624 Acked-by: Jon Loeliger <jdl@freescale.com>
19625 Acked-by: Becky Bruce <becky.bruce@freescale.com>
19626
19627commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
19628Author: Kumar Gala <galak@kernel.crashing.org>
19629Date: Wed Jun 11 00:44:10 2008 -0500
19630
19631 FSL LAW: Keep track of LAW allocations
19632
19633 Make it so we keep track of which LAWs have allocated and provide
19634 a function (set_next_law) which can allocate a LAW for us if one is
19635 free.
19636
19637 In the future we will move to doing more "dynamic" LAW allocation
19638 since the majority of users dont really care about what LAW number
19639 they are at.
19640
19641 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
19642
19643 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19644 Signed-off-by: Andy Fleming <afleming@freescale.com>
19645
19646commit ddde74a159caa6e18b481fec01d40b885aebb566
19647Author: Kumar Gala <galak@kernel.crashing.org>
19648Date: Mon Jun 9 22:31:57 2008 -0500
19649
19650 85xx: remove dummy board_early_init_f
19651
19652 A number of board ports have empty version of board_early_init_f
19653 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
19654
19655 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19656
19657commit 81e56e9af0d43712db8efb843606a8d62eab454f
19658Author: Kumar Gala <galak@kernel.crashing.org>
19659Date: Mon Jun 9 18:55:38 2008 -0500
19660
19661 MPC8544DS: Update config.h
19662
19663 * Enable flash progress
19664 * remove CLEAR_LAW0 since we dont really use it
19665
19666 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19667
19668commit 978e81604c1b28526ed580df0fbe64eb8384e94f
19669Author: Kumar Gala <galak@kernel.crashing.org>
19670Date: Mon Jun 9 13:37:24 2008 -0500
19671
19672 85xx: Remove unused and unconfigured memory test code.
19673
19674 Remove unused and unconfigured DDR test code from FSL 85xx boards.
19675 Besides, other common code exists.
19676
19677 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
19678
19679commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
19680Author: Sergei Poselenov <sposelenov@emcraft.com>
19681Date: Fri Jun 6 15:42:45 2008 +0200
19682
19683 Socrates: Added FPGA base address update in FDT.
19684
19685 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19686
19687commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
19688Author: Sergei Poselenov <sposelenov@emcraft.com>
19689Date: Fri Jun 6 15:42:44 2008 +0200
19690
19691 Socrates: NAND support added. Changed the U-Boot base address and
19692
19693 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19694
19695commit 248ae5cfc8bf69074d1da099dc495d8e06070547
19696Author: Sergei Poselenov <sposelenov@emcraft.com>
19697Date: Fri Jun 6 15:42:43 2008 +0200
19698
19699 NAND: Added support for 128-bit OOB, adapted
19700
19701 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19702
19703commit 31ca0208612f2eb57690110d7c2815953650e47b
19704Author: Sergei Poselenov <sposelenov@emcraft.com>
19705Date: Fri Jun 6 15:42:42 2008 +0200
19706
19707 Socrates: added missed file with UPMA configuration data.
19708
19709 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
19710
19711commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
19712Author: Sergei Poselenov <sposelenov@emcraft.com>
19713Date: Fri Jun 6 15:42:41 2008 +0200
19714
19715 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
19716
19717 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19718
19719commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
19720Author: Sergei Poselenov <sposelenov@emcraft.com>
19721Date: Fri Jun 6 15:42:40 2008 +0200
19722
19723 Added the upmconfig() function for 85xx.
19724
19725 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19726 Signed-off-by: Andy Fleming <afleming@freescale.com>
19727
19728commit d39e68514ff943930ee692cff3fde03532eb7fec
19729Author: Sergei Poselenov <sposelenov@emcraft.com>
19730Date: Fri Jun 6 15:42:39 2008 +0200
19731
19732 Socrates: config file cleanup.
19733
19734 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
19735
19736commit e8cc3f04b124f757af4528206e60d8eb715ae083
19737Author: Wolfgang Grandegger <wg@grandegger.com>
19738Date: Thu Jun 5 13:12:10 2008 +0200
19739
19740 TQM85xx: Change memory map to support Flash memory > 128 MiB
19741
19742 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
19743 memory. The current memory map only supports up to 128 MiB Flash.
19744 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
19745 set, up to 1 GiB flash is supported. To achieve this, the memory
19746 map has to be adjusted in great parts (for example the CCSRBAR is
19747 moved from 0xE0000000 to 0xA0000000).
19748
19749 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
19750 memory map also has to be considered in the kernel (changed
19751 CCSRBAR address, changed PCI IO base address, ...). Please use
19752 an appropriate Flat Device Tree blob (tqm8548.dtb).
19753
19754 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19755 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19756
19757commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
19758Author: Wolfgang Grandegger <wg@grandegger.com>
19759Date: Thu Jun 5 13:12:09 2008 +0200
19760
19761 TQM85xx: NAND support via local bus UPMB
19762
19763 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
19764 default and can be enabled for the TQM8548 modules. It is now based on
19765 the re-written FSL NAND UPM driver. A patch has been posted earlier today
19766 with the subject:
19767
19768 "NAND FSL UPM: driver re-write using the hwcontrol callback"
19769
19770 Note that the R/B pin is not supported by that module requiring to use
19771 the specified maximum delay time.
19772
19773 Note: With NAND support enabled the size of the U-Boot image exceeds
19774 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
19775 doubling the image size :-(.
19776
19777 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
19778 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19779
19780commit b9e8078bb3f3c48111a7081e27279938c3a445e1
19781Author: Wolfgang Grandegger <wg@grandegger.com>
19782Date: Thu Jun 5 13:12:08 2008 +0200
19783
19784 TQM8548: PCI express support
19785
19786 This patch adds support for PCI express cards. The board support
19787 now uses common FSL PCI init code, for both, PCI and PCIe on all
19788 TQM85xx modules.
19789
19790 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
19791 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19792
19793commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
19794Author: Wolfgang Grandegger <wg@grandegger.com>
19795Date: Thu Jun 5 13:12:07 2008 +0200
19796
19797 TQM8548: Basic support for the TQM8548 modules
19798
19799 This patch adds basic support for the TQM8548 module from TQ-Components
19800 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
19801 eTSEC 3 and 4
19802
19803 Furthermore Flash buffer write has been enabled to speed up output to
19804 the Flash by approx. a factor of 10.
19805
19806 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
19807 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19808
19809commit 25991353204c78b094c3c1fec90182dcd607ab8f
19810Author: Wolfgang Grandegger <wg@grandegger.com>
19811Date: Thu Jun 5 13:12:06 2008 +0200
19812
19813 TQM85xx: Support for Flat Device Tree
19814
19815 This patch adds support for Linux kernels using the Flat Device Tree.
19816 It also re-defines the default environment settings for booting Linux
19817 with the FDT blob.
19818
19819 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19820
19821commit d9ee843d54c54776e1fdb86336ce554906a87331
19822Author: Wolfgang Grandegger <wg@grandegger.com>
19823Date: Thu Jun 5 13:12:05 2008 +0200
19824
19825 TQM85xx: Support for Intel 82527 compatible CAN controller
19826
19827 This patch adds initialization of the UPMC RAM to support up to two
19828 Intel 82527 compatible CAN controller on the TQM85xx modules.
19829
19830 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
19831 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19832
19833commit 518d5cfe72916323c746af1647764459914f555f
19834Author: Wolfgang Grandegger <wg@grandegger.com>
19835Date: Thu Jun 5 13:12:04 2008 +0200
19836
19837 TQM85xx: Bugfix in the SDRAM initialisation
19838
19839 The CS0_BNDS register is now set according to the detected
19840 memory size.
19841
19842 Signed-off-by Martin Krause <martin.krause@tqs.de>
19843
19844commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
19845Author: Wolfgang Grandegger <wg@grandegger.com>
19846Date: Thu Jun 5 13:12:03 2008 +0200
19847
19848 TQM85xx: Fix chip select configuration for second FLASH bank
19849
19850 This patch fixes the re-calculation of the automatic chip select
19851 configuration for boards with two populated FLASH banks.
19852
19853 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19854
19855commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
19856Author: Wolfgang Grandegger <wg@grandegger.com>
19857Date: Thu Jun 5 13:12:02 2008 +0200
19858
19859 TQM85xx: Support for Spansion 'N' type flashes added
19860
19861 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
19862 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
19863 needs to be changed -> new start address of the environment. The macro
19864 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
19865 defined for boards with 'N' type flashes.
19866
19867 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19868 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19869
19870commit 5d5bd838f76eade22c0ea40a500389f924d0da36
19871Author: Wolfgang Grandegger <wg@grandegger.com>
19872Date: Thu Jun 5 13:12:01 2008 +0200
19873
19874 TQM85xx: Fix CPM port pin configuration
19875
19876 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
19877 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
19878 as serial interface anyway. Worse, on some board variants configuring the
19879 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
19880
19881 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19882
19883commit b99ba1679e8cd51b023e67098c89e606e47137d2
19884Author: Wolfgang Grandegger <wg@grandegger.com>
19885Date: Thu Jun 5 13:12:00 2008 +0200
19886
19887 TQM85xx: Various coding style fixes
19888
19889 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19890
19891commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
19892Author: Gerald Van Baren <vanbaren@cideas.com>
19893Date: Tue Jun 10 22:15:58 2008 -0400
19894
19895 libfdt: Move the working_fdt pointer to cmd_fdt.c
19896
19897 The working_fdt pointer was declared in common/fdt_support.c but was
19898 not used there. Move it to common/cmd_fdt.c where it is used (it is
19899 also used in lib_ppc/bootm.c).
19900
19901 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
19902
19903commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
19904Author: Kim Phillips <kim.phillips@freescale.com>
19905Date: Tue Jun 10 11:06:17 2008 -0500
19906
19907 fdt: unshadow global working fdt variable
19908
19909 differentiate with local variables of the same name by renaming the
19910 global 'fdt' variable 'working_fdt'.
19911
19912 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
19913
19914commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
19915Author: Andy Fleming <afleming@freescale.com>
19916Date: Tue Jun 10 18:49:34 2008 -0500
19917
19918 socrates: Fix PCI clk fix patch
19919
19920 The submitted patch seems to have been more up-to-date, but an older patch was
19921 already in the repository. This patch encompasses the differences
19922
19923 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
19924
19925 Signed-off-by: Andy Fleming <afleming@freescale.com>
19926
19927commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
19928Author: Wolfgang Grandegger <wg@grandegger.com>
19929Date: Thu Jun 5 13:02:29 2008 +0200
19930
19931 NAND FSL UPM: driver re-write using the hwcontrol callback
19932
19933 This is a re-write of the NAND FSL UPM driver using the more universal
19934 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
19935 list of furher modifications:
19936
19937 - For the time being, the UPM setup writing the UPM array has been
19938 removed from the driver and must now be done by the board specific
19939 code.
19940
19941 - The bus width definition in "struct fsl_upm_nand" is now in bits to
19942 comply with the corresponding Linux driver and 8, 16 and 32 bit
19943 accesses are supported.
19944
19945 - chip->dev_read is only set if fun->dev_ready != NULL, which is
19946 required for boards not connecting the R/B pin.
19947
19948 - A few issue have been fixed with MxMR bit manipulation like in the
19949 corresponding Linux driver.
19950
19951 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
19952 as well, because the address is already determined by
19953 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
19954
19955 This patch has been tested on a TQM8548 modules with the NAND chip
19956 Micron MT29F8G08FABWP.
19957
19958 This patch is based on the following patches posted to this list a few
19959 minutes ago:
19960
19961 PPC: add accessor macros to clear and set bits in one shot
19962 83xx/85xx/86xx: add more MxMR local bus definitions
19963
19964 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19965 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
19966
19967commit 6beecfbb542992eede5831240cd58678274683a9
19968Author: Wolfgang Grandegger <wg@grandegger.com>
19969Date: Thu Jun 5 13:11:59 2008 +0200
19970
19971 MPC85xx: Beautify boot output of L2 cache configuration
19972
19973 The boot output is now aligned poperly with other boot output
19974 lines, e.g.:
19975
19976 FLASH: 128 MB
19977 L2: 512 KB enabled
19978
19979 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19980
19981commit 398415114f0a705163a14543e9fef03f734b1ffa
19982Author: Wolfgang Grandegger <wg@grandegger.com>
19983Date: Wed Jun 4 12:45:22 2008 +0200
19984
19985 PPC: add accessor macros to clear and set bits in one shot
19986
19987 PPC: add accessor macros to clear and set bits in one shot
19988
19989 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
19990 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
19991 They are very handy to manipulate bits it I/O registers.
19992
19993 This patch is required for my forthcoming FSL NAND UPM driver re-write and
19994 the support for the TQM8548 module.
19995
19996 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
19997
19998commit 4677988c7edc070c3786d3db7994abeca3ab82a0
19999Author: Wolfgang Grandegger <wg@grandegger.com>
20000Date: Wed Jun 4 13:52:17 2008 +0200
20001
20002 TQM: move TQM boards to board/tqc
20003
20004 Move all TQM board directories to the vendor specific directory "tqc"
20005 for modules from TQ-Components GmbH (http://www.tqc.de).
20006
20007 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20008
20009commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
20010Author: Wolfgang Grandegger <wg@grandegger.com>
20011Date: Mon Jun 2 12:09:30 2008 +0200
20012
20013 83xx/85xx/86xx: add more MxMR local bus definitions
20014
20015 83xx/85xx/86xx: add more MxMR local bus definitions
20016
20017 This patch adds more macro definitions for the UPM Machine Mode Registers
20018 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
20019 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
20020 required for my forthcoming FSL NAND UPM driver re-write and the support
20021 for the TQM8548 module.
20022
20023 This patch is based on the following two patches from Anton Vorontsov:
20024
20025 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
20026 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
20027
20028 I leave coding style violation fixes, code beautification and name
20029 corrections to somebody else ;-(.
20030
20031 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
20032
20033commit c8c5fc266e4499e283c293ccb972863156aa4134
20034Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20035Date: Thu May 29 18:14:56 2008 +0400
20036
20037 83xx/85xx: further localbus cleanups
20038
20039 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
20040 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
20041
20042 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20043
20044commit 42dbd667c88d496882d53e22656e89b654205492
20045Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20046Date: Wed May 28 18:20:15 2008 +0400
20047
20048 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
20049
20050 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
20051 use it on MPC85xx and MPC86xx processors.
20052
20053 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20054
20055commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
20056Author: Kumar Gala <galak@kernel.crashing.org>
20057Date: Thu May 29 11:22:06 2008 -0500
20058
20059 85xx: Add setting of cache props in the device tree.
20060
20061 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20062
20063commit 4dbdb7681e243431530df0725627192a0c4aefda
20064Author: Kumar Gala <galak@kernel.crashing.org>
20065Date: Tue Jun 10 16:53:46 2008 -0500
20066
20067 85xx: expose cpu identification
20068
20069 The current cpu identification code is used just to return the name
20070 of the processor at boot. There are some other locations that the name
20071 is useful (device tree setup). Expose the functionality to other bits
20072 of code.
20073
20074 Also, drop the 'E' suffix and add it on by looking at the SVR version
20075 when we print this out. This is mainly to allow the most flexible use
20076 of the name. The device tree code tends to not care about the 'E' suffix.
20077
20078 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20079
20080commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
20081Author: Kim Phillips <kim.phillips@freescale.com>
20082Date: Tue Jun 10 13:25:24 2008 -0500
20083
20084 mpc83xx: MVBLM7: minor build fixups
20085
20086 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20087
20088commit a1293e549b56da135ef32ffca5b9d35a16aa6802
20089Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20090Date: Tue Jun 10 09:14:05 2008 +0200
20091
20092 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
20093
20094 Add MPC8343 based board mvBlueLYNX-M7.
20095 It's a single board stereo camera system.
20096 Please read doc/README.mvblm7 for details.
20097
20098 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20099 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20100
20101commit c005b93925ba49f07da2aa748527996d927e172f
20102Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20103Date: Tue Jun 10 09:13:16 2008 +0200
20104
20105 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
20106
20107 Add MPC8343 based board mvBlueLYNX-M7.
20108 It's a single board stereo camera system.
20109 Please read doc/README.mvblm7 for details.
20110
20111 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20112 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20113
20114commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
20115Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20116Date: Thu May 29 18:14:56 2008 +0400
20117
20118 83xx/85xx: further localbus cleanups
20119
20120 move the BRx_* and ORx_* left behind in mpc85xx.h
20121
20122 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
20123 the same, just few differences which needs some attention though).
20124
20125 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
20126 of these defines. So this cleanup I'll leave for the "better times".
20127
20128 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20129 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20130
20131commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
20132Author: Anton Vorontsov <avorontsov@ru.mvista.com>
20133Date: Wed May 28 18:20:15 2008 +0400
20134
20135 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
20136
20137 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
20138 use it on MPC85xx and MPC86xx processors.
20139
20140 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
20141 Acked-by: Andy Fleming <afleming@freescale.com>
20142 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20143
20144commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
20145Author: Tor Krill <tor@excito.com>
20146Date: Mon Jun 2 15:09:30 2008 +0200
20147
20148 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
20149
20150 Signed-off-by: Tor Krill <tor@excito.com>
20151 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
20152
20153commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
20154Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20155Date: Mon Jun 9 23:37:44 2008 +0900
20156
20157 net: Conditional COBJS inclusion of network drivers
20158
20159 Replace COBJS-y with appropriate driver config names.
20160
20161 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20162 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20163
20164commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
20165Author: Gerald Van Baren <vanbaren@cideas.com>
20166Date: Mon Jun 9 21:02:17 2008 -0400
20167
20168 Use strncmp() for the fdt command
20169
20170 Cleaner than doing multiple conditionals on characters.
20171
20172 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20173
20174commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
20175Author: Gerald Van Baren <vanbaren@cideas.com>
20176Date: Sat Jun 7 12:25:05 2008 -0400
20177
20178 The fdt boardsetup command criteria was not unique
20179
20180 It was checking just for "b", which is not unique with respect to the
20181 "boot" command. Change to check for "boa"[rdsetup].
20182
20183 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20184
20185commit 2f08bfa9526bae4f461e043530cfb903fec0d273
20186Author: David Gibson <david@gibson.dropbear.id.au>
20187Date: Tue May 20 17:19:11 2008 +1000
20188
20189 libfdt: Several cleanups to parameter checking
20190
20191 This patch makes a couple of small cleanups to parameter checking of
20192 libfdt functions.
20193
20194 - In several functions which take a node offset, we use an
20195 idiom involving fdt_next_tag() first to check that we have indeed been
20196 given a node offset. This patch adds a helper function
20197 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
20198
20199 - In fdt_rw.c in several places we have the expanded version
20200 of the RW_CHECK_HEADER() macro for no particular reason. This patch
20201 replaces those instances with an invocation of the macro; that's what
20202 it's for.
20203
20204 - In fdt_sw.c we rename the check_header_sw() function to
20205 sw_check_header() to match the analgous function in fdt_rw.c, and we
20206 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
20207 functions in fdt_rw.c
20208
20209 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
20210
20211commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
20212Author: Gerald Van Baren <vanbaren@cideas.com>
20213Date: Tue Jun 3 20:34:45 2008 -0400
20214
20215 Remove the deprecated CONFIG_OF_FLAT_TREE
20216
20217 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
20218 cleaner, has better functionality, and is better supported.
20219
20220 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20221
20222commit 62bcdda293efa752f8281fbd9da03822b27ce82f
20223Author: Gerald Van Baren <vanbaren@cideas.com>
20224Date: Tue Jun 3 20:26:29 2008 -0400
20225
20226 Change the stxxst to CONFIG_OF_LIBFDT
20227
20228 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
20229 to CONFIG_OF_LIBFDT.
20230
20231 WARNING: It appears that this board lost its ability to boot via a
20232 flattened device tree prior to this changeset.
20233
20234 WARNING: This conversion was untested because I do not have a board to
20235 test it on.
20236
20237 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20238
20239commit 589c04271d129729a8b01391453851ab9cc4069c
20240Author: Gerald Van Baren <vanbaren@cideas.com>
20241Date: Tue Jun 3 20:24:58 2008 -0400
20242
20243 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
20244
20245 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
20246 to CONFIG_OF_LIBFDT.
20247
20248 WARNING: This conversion is untested because I do not have a board to
20249 test it on.
20250
20251 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
20252 /aliases/ethernet1 property for the ethernet to work.
20253
20254 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20255
20256commit ee1e35bede91debc8bff9b02f75574486033b652
20257Author: Kumar Gala <galak@kernel.crashing.org>
20258Date: Thu May 29 01:21:24 2008 -0500
20259
20260 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
20261
20262 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20263
20264commit 3b9519fc50802436e417c839e69df7b2016cade5
20265Author: Becky Bruce <becky.bruce@freescale.com>
20266Date: Wed May 14 13:10:04 2008 -0500
20267
20268 MPC85xx: Change traps.c to not reference non-addressable memory
20269
20270 Currently, END_OF_RAM is used by the trap code to determine if
20271 we should attempt to access the stack pointer or not. However,
20272 on systems with a lot of RAM, only a subset of the RAM is
20273 guaranteed to be mapped in and accessible. Change END_OF_RAM
20274 to use get_effective_memsize() instead of using the raw ram
20275 size out of the bd.
20276
20277 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20278
20279commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
20280Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20281Date: Mon Jun 9 13:39:57 2008 +0900
20282
20283 sh: Renesas Solutions SH7763RDP board support
20284
20285 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
20286 In this patch, support SCIF, NOR Flash, and Ethernet.
20287
20288 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20289 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20290
20291commit 60179098a95eaa972007d7ec58e4c1588029720f
20292Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20293Date: Fri Jun 6 16:24:13 2008 +0900
20294
20295 sh: Add support Renesas SH7763
20296
20297 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
20298 This patch supprts CPU register's header file.
20299
20300 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20301 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20302
20303commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
20304Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20305Date: Fri Jun 6 16:16:08 2008 +0900
20306
20307 sh: SH7763 SCIF support
20308
20309 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
20310 but only SCIF2 is different. This patch work all SCIF channel.
20311
20312 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
20313 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20314
20315commit 79b51ff8205f0354d5300570614c1d2db499679c
20316Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20317Date: Sat Jun 7 20:51:59 2008 +0900
20318
20319 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
20320
20321 Also get rid of some #ifdefs in *.c files.
20322
20323 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20324
20325commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
20326Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20327Date: Sat Jun 7 20:51:56 2008 +0900
20328
20329 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
20330
20331 CONFIG_SOC_AU1X00
20332
20333 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
20334 need to have this config as a system type specifier.
20335
20336 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
20337 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
20338
20339 Machine type specifiers. Each port should have one of aboves.
20340
20341 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20342
20343commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
20344Author: Stuart Wood <stuart.wood@labxtechnologies.com>
20345Date: Fri May 30 16:05:28 2008 -0400
20346
20347 env_nand.c: Added bad block management for environment variables
20348
20349 Modified to check for bad blocks and to skipping over them when
20350 CFG_ENV_RANGE has been defined.
20351 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
20352 flash block size.
20353
20354 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
20355 Signed-off-by: Scott Wood <scottwood@freescale.com>
20356
20357commit 279726bd00558e80263d44581c44167625b7fb9a
20358Author: Becky Bruce <becky.bruce@freescale.com>
20359Date: Wed May 14 13:09:58 2008 -0500
20360
20361 MPC86xx: Change traps.c to not reference non-addressable memory
20362
20363 Currently, END_OF_RAM is used by the trap code to determine if
20364 we should attempt to access the stack pointer or not. However,
20365 on systems with a lot of RAM, only a subset of the RAM is
20366 guaranteed to be mapped in and accessible. Change END_OF_RAM
20367 to use get_effective_memsize() instead of using the raw ram
20368 size out of the bd to prevent us from trying to access
20369 non-mapped memory.
20370
20371 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
20372
20373commit 338cc038461a6c7709c5b86fd9a240209338a1ae
20374Author: Wolfgang Denk <wd@denx.de>
20375Date: Fri Jun 6 14:28:14 2008 +0200
20376
20377 tools/mkimage: fix compiler warnings on some systems.
20378
20379 Signed-off-by: Wolfgang Denk <wd@denx.de>
20380
20381commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
20382Author: Stefan Roese <sr@denx.de>
20383Date: Fri Jun 6 16:10:41 2008 +0200
20384
20385 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
20386
20387 We use upper case letters for the AMCC processor defines (like
20388 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
20389 not CONFIG_440SPe. This patch fixes the last misspelled config options.
20390
20391 Signed-off-by: Stefan Roese <sr@denx.de>
20392
20393commit 72675dc6c06a48846d180106161d49dd714383cc
20394Author: Stefan Roese <sr@denx.de>
20395Date: Fri Jun 6 15:55:21 2008 +0200
20396
20397 ppc4xx: Unify AMCC's board config files (part 3/3)
20398
20399 This patch series unifies the AMCC eval board ports by introducing
20400 a common include header for all AMCC eval boards:
20401
20402 include/configs/amcc-common.h
20403
20404 This header now includes all common configuration options/defines which
20405 are removed from the board specific headers.
20406
20407 The reason for this is ease of maintenance and unified look and feel
20408 of all AMCC boards.
20409
20410 Signed-off-by: Stefan Roese <sr@denx.de>
20411
20412commit 490f204096d6e2c9940f67816f154a8125bab116
20413Author: Stefan Roese <sr@denx.de>
20414Date: Fri Jun 6 15:55:03 2008 +0200
20415
20416 ppc4xx: Unify AMCC's board config files (part 2/3)
20417
20418 This patch series unifies the AMCC eval board ports by introducing
20419 a common include header for all AMCC eval boards:
20420
20421 include/configs/amcc-common.h
20422
20423 This header now includes all common configuration options/defines which
20424 are removed from the board specific headers.
20425
20426 The reason for this is ease of maintenance and unified look and feel
20427 of all AMCC boards.
20428
20429 Signed-off-by: Stefan Roese <sr@denx.de>
20430
20431commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
20432Author: Stefan Roese <sr@denx.de>
20433Date: Fri Jun 6 15:54:31 2008 +0200
20434
20435 ppc4xx: Unify AMCC's board config files (part 1/3)
20436
20437 This patch series unifies the AMCC eval board ports by introducing
20438 a common include header for all AMCC eval boards:
20439
20440 include/configs/amcc-common.h
20441
20442 This header now includes all common configuration options/defines which
20443 are removed from the board specific headers.
20444
20445 The reason for this is ease of maintenance and unified look and feel
20446 of all AMCC boards.
20447
20448 Signed-off-by: Stefan Roese <sr@denx.de>
20449
20450commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
20451Author: Remy Bohmer <linux@bohmer.net>
20452Date: Thu Jun 5 13:03:36 2008 +0200
20453
20454 DM9000 fix status check fail 0x6d error for trizeps board
20455
20456 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
20457 the status byte need to be checked to identify a valid packet in the fifo
20458
20459 But, The several different Application Notes do not all speak the same
20460 language on these bits. They do not disagree, but only 1 Application Note
20461 noted explicitly that only these 2 bits need to be checked.
20462 Even the datasheets do not mention anything about these 2 bits.
20463
20464 Because the old code, and the kernel check the whole byte, I left this piece
20465 untouched.
20466
20467 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
20468 it should work.
20469
20470 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
20471 in the fifo) is much shorter now, compared to the older U-boot driver code,
20472 so that we can maybe run into a hardware condition now that was never seen
20473 before, or maybe was seen very unfrequently.
20474
20475 Additionaly added a cleanup of a stack variable.
20476
20477 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20478 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20479
20480commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
20481Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20482Date: Thu Jun 5 22:29:00 2008 +0900
20483
20484 [MIPS] Update <asm/addrspace.h> header
20485
20486 - Fix traditional KSEG names
20487 - Replace PHYSADDR with CPHYSADDR
20488
20489 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20490
20491commit f0d5a6f060d00358b85c62a921a423ea8df71184
20492Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20493Date: Thu Jun 5 22:29:00 2008 +0900
20494
20495 [MIPS] mips_config.mk: Misc fixes
20496
20497 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
20498 - Modify comments
20499
20500 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20501
20502commit 5f64d21c9a2998794f255b469165b91f092dfc2d
20503Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20504Date: Thu Jun 5 22:29:00 2008 +0900
20505
20506 [MIPS] Kill unused <version.h> inclusions
20507
20508 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20509
20510commit a55d48174cfd1a5bc184159513f48dcbbe409c83
20511Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20512Date: Thu Jun 5 22:29:00 2008 +0900
20513
20514 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
20515
20516 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
20517 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
20518 in the U-Boot system.
20519
20520 The other is we don't have a proper time management counter like timestamp
20521 other ARCHs have. We need the 32-bit millisecond clock counter.
20522
20523 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
20524 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
20525 of calculated CP0 counter cycles in a CFG_HZ.
20526
20527 STRATEGY:
20528
20529 * Fix improper CFG_HZ value to have 1000
20530
20531 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
20532
20533 * timer_init: initialize timestamp and set up the first timer expiration.
20534 Note that we don't need to initialize CP0 count/compare registers here
20535 as they have been already zeroed out on the system reset. Leave them as
20536 they are.
20537
20538 * get_timer: calculate how many timestamps have been passed, then return
20539 base-relative timestamp. Make sure we can easily count missed timestamps
20540 regardless of CP0 count/compare value.
20541
20542 * get_ticks: return the current timestamp, that is get_timer(0).
20543
20544 Most parts are from good old Linux v2.6.16 kernel.
20545
20546 v2:
20547 - Remove FIXME comments as they turned out to be trivial.
20548 - Use CP0 compare register as a global variable for expirelo.
20549 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
20550 instead.
20551
20552 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20553
20554commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
20555Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20556Date: Thu Jun 5 22:29:00 2008 +0900
20557
20558 [MIPS] lib_mips/time.c: Fix udelay
20559
20560 What we have to do is just to wait for given micro-seconds. No need to
20561 take into account current time, get_timer and CFG_HZ.
20562
20563 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20564
20565commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
20566Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20567Date: Thu Jun 5 22:28:59 2008 +0900
20568
20569 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
20570
20571 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
20572 This patch replaces mips_{compare,count}_set and mips_count_get with
20573 existing macros.
20574
20575 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
20576
20577commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
20578Author: Remy Bohmer <linux@bohmer.net>
20579Date: Tue Jun 3 15:48:17 2008 +0200
20580
20581 Get rid of annoying/superfluous bad-checksum warning message
20582
20583 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
20584 It is annoying for ordinary users who start to doubt the network connection
20585 in general when they see messages like this.
20586
20587 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
20588 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
20589 now before checking the checksum.
20590
20591 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20592 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20593
20594commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
20595Author: Remy Bohmer <linux@bohmer.net>
20596Date: Wed Jun 4 10:47:25 2008 +0200
20597
20598 Fix order for reading rx-status registers in 32bit mode of DM9000
20599
20600 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
20601 a bug in reading the rx-status registers in 32bit mode only.
20602 This patch repairs this.
20603
20604 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20605 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20606
20607commit 98291e2e689096420465074cce926b226d2e71b4
20608Author: Remy Bohmer <linux@bohmer.net>
20609Date: Tue Jun 3 15:26:26 2008 +0200
20610
20611 DM9000: Some minor code cleanups
20612
20613 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
20614 need some other minor cleanup.
20615
20616 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20617 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20618
20619commit 850ba7555dbd4ca8d14fc475b864d534797adab3
20620Author: Remy Bohmer <linux@bohmer.net>
20621Date: Tue Jun 3 15:26:25 2008 +0200
20622
20623 DM9000: Make driver work properly for DM9000A
20624
20625 The DM9000A network controller does not work with the U-boot DM9000x driver.
20626 Analysis showed that many incoming packets are lost.
20627
20628 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
20629 check for a valid rx packet be done on the interrupt status register, not
20630 directly by performing the dummy read and the rx status check as is currently
20631 the case in the u-boot driver.
20632
20633 When the recommended poll is done as suggested the driver starts working
20634 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
20635 can be more than 1 package in the fifo at the same time.
20636
20637 The driver must perform the rx-status check in a loop and read and handle all
20638 packages until there is no more left _after_ the interrupt RX flag is set.
20639
20640 This change has been tested with DM9000A, DM9000E, DM9000EP.
20641
20642 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20643 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20644
20645commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
20646Author: Remy Bohmer <linux@bohmer.net>
20647Date: Tue Jun 3 15:26:24 2008 +0200
20648
20649 DM9000: Improve eth_reset() routine
20650
20651 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
20652 reset procedure must be done twice to properly reset the DM9000 by means of software.
20653 This errata is not needed anymore for the DM9000A, but it does not bother it.
20654
20655 This change has been tested with DM9000A, DM9000E, DM9000EP.
20656
20657 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20658 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20659
20660commit acba31847fad9ae40708cc2c9f3a634ec35f3416
20661Author: Remy Bohmer <linux@bohmer.net>
20662Date: Tue Jun 3 15:26:23 2008 +0200
20663
20664 DM9000: improve eth_send() routine
20665
20666 The eth_send routine of the U-boot DM9000x driver does not match the
20667 DM9000 or DM9000A application notes/programming guides.
20668
20669 This change improves the stability of the DM9000A network controller.
20670
20671 This change has been tested with DM9000A, DM9000E, DM9000EP.
20672
20673 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20674 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20675
20676commit 134e266253c02a7832560da59d394989c4f64453
20677Author: Remy Bohmer <linux@bohmer.net>
20678Date: Tue Jun 3 15:26:22 2008 +0200
20679
20680 DM9000: repair debug logging
20681
20682 It seems that the debugging code of the DM9000x driver in U-boot has not been
20683 compiled for a long time, because it cannot compile...
20684
20685 Also rearranged some loglines to get more useful info while debugging.
20686
20687 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20688 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20689
20690commit a101361bfe23c120321e45d114c0603b8e0763e9
20691Author: Remy Bohmer <linux@bohmer.net>
20692Date: Tue Jun 3 15:26:21 2008 +0200
20693
20694 DM9000: Add data bus-width auto detection.
20695
20696 The U-boot DM9000x driver contains a compile time bus-width definition for
20697 the databus connected to the network controller.
20698
20699 This compile check makes the code unclear, inflexible and is unneccessary.
20700 It can be asked to the network controller what its bus-width is by reading bits
20701 6 and 7 of the interrupt status register.
20702
20703 The linux kernel already uses a runtime mechanism to determine this bus-width,
20704 so the implementation below looks somewhat like that implementation.
20705
20706 This change has been tested with DM9000A, DM9000E, DM9000EP.
20707
20708 Signed-off-by: Remy Bohmer <linux@bohmer.net>
20709 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
20710
20711commit 63a0afa0c32e5f4ea98a9439542870072437404d
20712Author: Stefan Roese <sr@denx.de>
20713Date: Wed Jun 4 19:19:20 2008 +0200
20714
20715 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
20716
20717 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
20718 introduced by the commit:
20719
20720 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
20721
20722 With this patch SDRAM will get initialized again and booting from NAND
20723 is working again.
20724
20725 Signed-off-by: Stefan Roese <sr@denx.de>
20726 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
20727
20728commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
20729Author: Wolfgang Denk <wd@denx.de>
20730Date: Tue May 27 14:19:30 2008 +0200
20731
20732 Socrates: Fix PCI bus frequency report
20733
20734 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
20735
20736commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
20737Author: Tor Krill <tor@excito.com>
20738Date: Thu May 29 11:10:30 2008 +0200
20739
20740 Fix incorrect switch for IF_TYPE in part.c
20741
20742 Use correct field in block_dev_desc_t when writing interface type in
20743 dev_print. Error introduced in 574b3195.
20744
20745 Also added fix from Martin Krause
20746
20747 Signed-off-by: Tor Krill <tor@excito.com>
20748
20749commit b64b8a0bd310935b70af69ac970952f2b364ae56
20750Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
20751Date: Tue May 27 10:25:39 2008 +0200
20752
20753 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
20754
20755 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
20756
20757commit 35ef877f0a8f6232cdef748f442fed5accb2b641
20758Author: Peter Tyser <ptyser@xes-inc.com>
20759Date: Thu May 22 18:56:52 2008 -0500
20760
20761 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
20762
20763 Removed unneeded command line history initialization. Also, the original
20764 code would access the 'initted' variable before relocation to SDRAM
20765 which resulted in erratic behavior since the bss is not initialized when
20766 executing from flash.
20767
20768 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
20769
20770commit 22f371b63038a4ecab04068877c1089e51a01ba1
20771Author: Grant Erickson <gerickson@nuovations.com>
20772Date: Wed May 21 13:28:30 2008 -0700
20773
20774 PPC4xx: Simplified post_word_{load, store}
20775
20776 This patch simplifies post_word_{load,store} by using the preprocessor
20777 to eliminate redundant, copy-and-pasted code.
20778
20779 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
20780
20781commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
20782Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
20783Date: Wed May 7 21:25:33 2008 +0400
20784
20785 cfi_flash: enable M18 flash chips family support.
20786
20787 Added new command set ID. Buffered write command processing is changed
20788 in order to support M18 flash chips family.
20789
20790 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
20791 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
20792
20793commit 93c56f212ccdadc182018f0769cb284426b88f1d
20794Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
20795Date: Wed May 7 21:24:44 2008 +0400
20796
20797 cfi_flash: support of long cmd in U-boot.
20798
20799 Some NOR flash chips needs support of commands with length grether than max
20800 value size of uchar. For example all M18 family chips use 0x1ff command in
20801 buffered write mode as value of program loops count.
20802
20803 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
20804 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
20805
20806commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
20807Author: Stefan Roese <sr@denx.de>
20808Date: Fri May 16 11:06:06 2008 +0200
20809
20810 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
20811
20812 On AD7414 the first value upon bootup is not read correctly.
20813 This is most likely because of the 800ms update time of the
20814 temp register in normal update mode. To get current values
20815 each time we issue the "dtt" command including upon powerup
20816 we switch into one-short mode.
20817
20818 This patch fixes the problem on AD7414 equipped boards (Sequoia,
20819 Canyonlands etc), that temp value printed in the bootup log was
20820 incorrect.
20821
20822 Signed-off-by: Stefan Roese <sr@denx.de>
20823
20824commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
20825Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20826Date: Fri May 30 16:55:06 2008 +0200
20827
20828 ppc4xx: Cleanup CPCI405 variant's config file
20829
20830 This patch removes some dead code from CPCI405 board's
20831 config files. JFFS2 support is also removed. It's not used and
20832 CPCI4052 does not build anymore without some size reduction.
20833
20834 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
20835
20836commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
20837Author: Kenneth Johansson <kenneth@southpole.se>
20838Date: Thu May 29 16:32:33 2008 +0200
20839
20840 Remove shell variable UNDEF_SYM.
20841
20842 UNDEF_SYM is a shell variable in the main Makefile used to force the
20843 linker to add all u-boot commands to the final image. It has no use here.
20844
20845 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
20846
20847commit 8c66497e06bf803489c589df58ee591d71033274
20848Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20849Date: Fri May 16 11:10:35 2008 +0200
20850
20851 Add support for environment in SPI flash
20852
20853 This is pretty incomplete...it doesn't handle reading the environment
20854 before relocation, it doesn't support redundant environment, and it
20855 doesn't support embedded environment. But apart from that, it does
20856 seem to work.
20857
20858 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20859
20860commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
20861Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20862Date: Fri May 16 11:10:34 2008 +0200
20863
20864 SPI Flash: Add "sf" command
20865
20866 This adds a new command, "sf" which can be used to manipulate SPI
20867 flash. Currently, initialization, reading, writing and erasing is
20868 supported.
20869
20870 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20871
20872commit d25ce7d24cc0f93881559f4009175ea305af65e8
20873Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20874Date: Fri May 16 11:10:33 2008 +0200
20875
20876 SPI Flash subsystem
20877
20878 This adds a new SPI flash subsystem.
20879
20880 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
20881 but some preliminary support for other flash types is in place as
20882 well.
20883
20884 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20885
20886commit 60445cb5c3eb77ed1a07f2d908eef09174483698
20887Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
20888Date: Fri May 16 11:10:32 2008 +0200
20889
20890 atmel_spi: Driver for the Atmel SPI controller
20891
20892 This adds a driver for the SPI controller found on most AT91 and AVR32
20893 chips, implementing the new SPI API.
20894
20895 Changed in v4:
20896 - Update to new API
20897 - Handle zero-length transfers appropriately. The user may send a
20898 zero-length SPI transfer with SPI_XFER_END set in order to
20899 deactivate the chip select after a series of transfers with chip
20900 select active. This is useful e.g. when polling the status
20901 register of DataFlash.
20902
20903 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20904
20905commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
20906Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20907Date: Fri May 16 11:10:31 2008 +0200
20908
20909 SPI API improvements
20910
20911 This patch gets rid of the spi_chipsel table and adds a handful of new
20912 functions that makes the SPI layer cleaner and more flexible.
20913
20914 Instead of the spi_chipsel table, each board that wants to use SPI
20915 gets to implement three hooks:
20916 * spi_cs_activate(): Activates the chipselect for a given slave
20917 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
20918 * spi_cs_is_valid(): Determines if the given bus/chipselect
20919 combination can be activated.
20920
20921 Not all drivers may need those extra functions however. If that's the
20922 case, the board code may just leave them out (assuming they know what
20923 the driver needs) or rely on the linker to strip them out (assuming
20924 --gc-sections is being used.)
20925
20926 To set up communication parameters for a given slave, the driver needs
20927 to call spi_setup_slave(). This returns a pointer to an opaque
20928 spi_slave struct which must be passed as a parameter to subsequent SPI
20929 calls. This struct can be freed by calling spi_free_slave(), but most
20930 driver probably don't want to do this.
20931
20932 Before starting one or more SPI transfers, the driver must call
20933 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
20934 the hardware. When all transfers are done, the driver must call
20935 spi_release_bus() to make the bus available to others, and possibly
20936 shut down the SPI controller hardware.
20937
20938 spi_xfer() behaves mostly the same as before, but it now takes a
20939 spi_slave parameter instead of a spi_chipsel function pointer. It also
20940 got a new parameter, flags, which is used to specify chip select
20941 behaviour. This may be extended with other flags in the future.
20942
20943 This patch has been build-tested on all powerpc and arm boards
20944 involved. I have not tested NIOS since I don't have a toolchain for it
20945 installed, so I expect some breakage there even though I've tried
20946 fixing up everything I could find by visual inspection.
20947
20948 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
20949 DataFlash drivers posted as a follow-up. I'd like some help testing
20950 other boards that use the existing SPI API.
20951
20952 But most of all, I'd like some comments on the new API. Is this stuff
20953 usable for everyone? If not, why?
20954
20955 Changed in v4:
20956 - Build fixes for various boards, drivers and commands
20957 - Provide common struct spi_slave definition that can be extended by
20958 drivers
20959 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
20960 - Make default bus and mode build-time configurable
20961 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
20962
20963 Changed in v3:
20964 - Add opaque struct spi_slave for controller-specific data associated
20965 with a slave.
20966 - Add spi_claim_bus() and spi_release_bus()
20967 - Add spi_free_slave()
20968 - spi_setup() is now called spi_setup_slave() and returns a
20969 struct spi_slave
20970 - soft_spi now supports four SPI modes (CPOL|CPHA)
20971 - Add bus parameter to spi_setup_slave()
20972 - Convert the new i.MX32 SPI driver
20973 - Convert the new MC13783 RTC driver
20974
20975 Changed in v2:
20976 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
20977 new API.
20978
20979 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20980 Tested-by: Guennadi Liakhovetski <lg@denx.de>
20981
20982commit 289011207d999b2e4085150d2aa30d547ad9b800
20983Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20984Date: Fri May 16 11:10:30 2008 +0200
20985
20986 Move definition of container_of() to common.h
20987
20988 AVR32 and AT91SAM9 both have their own identical definitions of
20989 container_of() taken from the Linux kernel. Move it to common.h so
20990 that all architectures can use it.
20991
20992 container_of() is already used by some drivers, and will be used
20993 extensively by the new and improved SPI API.
20994
20995 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20996
20997commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
20998Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
20999Date: Fri May 16 11:08:11 2008 +0200
21000
21001 soft_i2c: Pull SDA high before reading
21002
21003 Spotted by Dean Capindale.
21004
21005 Systems that support open-drain GPIO properly are allowed provide an
21006 empty I2C_TRISTATE define. However, this means that we need to be
21007 careful not to drive SDA low when the slave is expected to respond.
21008
21009 This patch adds a missing I2C_SDA(1) to read_byte() required to
21010 tristate the SDA line on systems that support open-drain GPIO.
21011
21012 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21013
21014commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
21015Author: Stefan Roese <sr@denx.de>
21016Date: Mon May 19 11:34:53 2008 +0200
21017
21018 ppc4xx: Remove implementations of testdram()
21019
21020 This patch removes the used testdram() implementations of the board
21021 that are maintained by myself.
21022
21023 Signed-off-by: Stefan Roese <sr@denx.de>
21024
21025commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
21026Author: Stefan Roese <sr@denx.de>
21027Date: Mon Jun 2 17:37:28 2008 +0200
21028
21029 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
21030
21031 Historically the 405 U-Boot port had a dram_init() call in early init
21032 stage. This function was still called from start.S and most of the time
21033 coded in assembler. This is not needed anymore (since a long time) and
21034 boards should implement the common initdram() function in C instead.
21035
21036 This patch now removed the dram_init() call from start.S and removes the
21037 empty implementations that are scattered through most of the 405 board
21038 ports. Some older board ports really implement this dram_init() though.
21039 These are:
21040
21041 csb272
21042 csb472
21043 ERIC
21044 EXBITGEN
21045 W7OLMC
21046 W7OLMG
21047
21048 I changed those boards to call this assembler dram_init() function now
21049 from their board specific initdram() instead. This *should* work, but please
21050 test again on those platforms. And it is perhaps a good idea that those
21051 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
21052 some time. So further patches welcome here.
21053
21054 Signed-off-by: Stefan Roese <sr@denx.de>
21055
21056commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
21057Author: Stefan Roese <sr@denx.de>
21058Date: Mon Jun 2 17:22:11 2008 +0200
21059
21060 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
21061
21062 Signed-off-by: Stefan Roese <sr@denx.de>
21063
21064commit 39b32be18cd33b53a84065edcd4e465165cc5564
21065Author: Stefan Roese <sr@denx.de>
21066Date: Mon Jun 2 17:20:03 2008 +0200
21067
21068 ppc4xx: Fix common ECC generation code for 440GP style platforms
21069
21070 This patch makes the common 4xx ECC code really usable on 440GP style
21071 platforms.
21072
21073 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
21074 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
21075 we need to make some processor dependant defines used later on by the
21076 driver.
21077
21078 Signed-off-by: Stefan Roese <sr@denx.de>
21079
21080commit ec724f883ee3f3925e6c55027e8ffa70ada83303
21081Author: Stefan Roese <sr@denx.de>
21082Date: Mon Jun 2 17:13:55 2008 +0200
21083
21084 ppc4xx: Change Kilauea to use the common DDR2 init function
21085
21086 This patch changes the kilauea and kilauea_nand (for NAND booting)
21087 board port to not use a board specific DDR2 init routine anymore. Now
21088 the common code from cpu/ppc4xx is used.
21089
21090 Thanks to Grant Erickson for all his basic work on this 405EX early
21091 bootup.
21092
21093 Signed-off-by: Stefan Roese <sr@denx.de>
21094
21095commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
21096Author: Stefan Roese <sr@denx.de>
21097Date: Mon Jun 2 14:59:21 2008 +0200
21098
21099 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
21100
21101 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
21102 ppc4xx related SDRAM/DDR/DDR2 controller defines.
21103
21104 Signed-off-by: Stefan Roese <sr@denx.de>
21105
21106commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
21107Author: Stefan Roese <sr@denx.de>
21108Date: Mon Jun 2 14:57:41 2008 +0200
21109
21110 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
21111
21112 This patch removes all SDRAM related defines from the PPC4xx headers
21113 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
21114 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
21115
21116 It also introduces new defines for the equipped SDRAM controller based on
21117 which PPC variant is used. There new defines are:
21118
21119 used on 405GR/CR/EP and some Xilinx Virtex boards.
21120
21121 used on 440GP/GX/EP/GR.
21122
21123 used on 440EPx/GRx.
21124
21125 used on 405EX/r/440SP/SPe/460EX/GT.
21126
21127 Signed-off-by: Stefan Roese <sr@denx.de>
21128
21129commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
21130Author: Stefan Roese <sr@denx.de>
21131Date: Mon Jun 2 14:35:44 2008 +0200
21132
21133 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
21134
21135 This patch consolidates the 405 and 440 parts of the NAND booting code
21136 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
21137 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
21138 Only *after* running from this location, nand_boot() is called.
21139
21140 Please note that the initsdram() call is now moved from nand_boot.c
21141 to start.S. I experienced problems with some boards like Kilauea
21142 (405EX), which don't have internal SRAM (OCM) and relocation needs to
21143 be done to SDRAM before the NAND controller can get accessed. When
21144 initdram() is called later on in nand_boot(), this can lead to problems
21145 with variables in the bss sections like nand_ecc_pos[].
21146
21147 Signed-off-by: Stefan Roese <sr@denx.de>
21148 Acked-by: Scott Wood <scottwood@freescale.com>
21149
21150commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
21151Author: Grant Erickson <gerickson@nuovations.com>
21152Date: Thu May 22 14:44:24 2008 -0700
21153
21154 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
21155
21156 This patch (Part 2 of 2):
21157
21158 * Rolls up a suite of changes to enable correct primordial stack and
21159 global data handling when the data cache is used for such a purpose
21160 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
21161
21162 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
21163 eliminating redundant ECC initialization implementations and moving
21164 redundant SDRAM initialization out of board code into shared 4xx
21165 code.
21166
21167 * Enables MCSR visibility on the 405EX(r).
21168
21169 * Enables the use of the data cache for initial RAM on
21170 both AMCC's Kilauea and Makalu and removes a redundant
21171 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
21172
21173 - Removed, per Stefan Roese's request, defunct memory.c file for
21174 Makalu and rolled sdram_init from it into makalu.c.
21175
21176 With respect to the 4xx DDR initialization and ECC unification, there
21177 is certainly more work that can and should be done (file renaming,
21178 etc.). However, that can be handled at a later date on a second or
21179 third pass. As it stands, this patch moves things forward in an
21180 incremental yet positive way for those platforms that utilize this
21181 code and the features associated with it.
21182
21183 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21184 Signed-off-by: Stefan Roese <sr@denx.de>
21185
21186commit c821b5f120bedf73867513466412587c6912a8f8
21187Author: Grant Erickson <gerickson@nuovations.com>
21188Date: Thu May 22 14:44:14 2008 -0700
21189
21190 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
21191
21192 This patch (Part 1 of 2):
21193
21194 * Rolls up a suite of changes to enable correct primordial stack and
21195 global data handling when the data cache is used for such a purpose
21196 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
21197
21198 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
21199 eliminating redundant ECC initialization implementations and moving
21200 redundant SDRAM initialization out of board code into shared 4xx
21201 code.
21202
21203 * Enables MCSR visibility on the 405EX(r).
21204
21205 * Enables the use of the data cache for initial RAM on
21206 both AMCC's Kilauea and Makalu and removes a redundant
21207 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
21208
21209 - Removed, per Stefan Roese's request, defunct memory.c file for
21210 Makalu and rolled sdram_init from it into makalu.c.
21211
21212 With respect to the 4xx DDR initialization and ECC unification, there
21213 is certainly more work that can and should be done (file renaming,
21214 etc.). However, that can be handled at a later date on a second or
21215 third pass. As it stands, this patch moves things forward in an
21216 incremental yet positive way for those platforms that utilize this
21217 code and the features associated with it.
21218
21219 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21220 Signed-off-by: Stefan Roese <sr@denx.de>
21221
21222commit a439680019e06171d4a5694b7992accce87f590e
21223Author: Grant Erickson <gerickson@nuovations.com>
21224Date: Wed May 21 13:28:30 2008 -0700
21225
21226 PPC4xx: Simplified post_word_{load, store}
21227
21228 This patch simplifies post_word_{load,store} by using the preprocessor
21229 to eliminate redundant, copy-and-pasted code.
21230
21231 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
21232
21233commit f979690ee337450b2030aba128f95b7a8d9881c0
21234Author: Kumar Gala <galak@kernel.crashing.org>
21235Date: Thu May 15 15:13:08 2008 -0500
21236
21237 Fix warnings from gcc-4.3.0 build on a ppc host
21238
21239 * The cfi_flash.c memset fix actual allows the board to boot so there is
21240 a bit more going on here than just resolving warnings associated with
21241 uninitialized variables.
21242
21243 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
21244 inline function 'ext2_find_next_zero_bit' which is not static
21245
21246 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21247
21248commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
21249Author: Becky Bruce <becky.bruce@freescale.com>
21250Date: Wed May 14 13:09:51 2008 -0500
21251
21252 MPC512x: Change traps.c to not reference non-addressable memory
21253
21254 Currently, END_OF_RAM is used by the trap code to determine if
21255 we should attempt to access the stack pointer or not. However,
21256 on systems with a lot of RAM, only a subset of the RAM is
21257 guaranteed to be mapped in and accessible. Change END_OF_RAM
21258 to use get_effective_memsize() instead of using the raw ram
21259 size out of the bd.
21260
21261 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21262
21263commit 81673e9ae14b771cd13faf19947192599cae3959
21264Author: Kumar Gala <galak@kernel.crashing.org>
21265Date: Tue May 13 19:01:54 2008 -0500
21266
21267 Make sure common.h is the first include.
21268
21269 If common.h isn't first we can get CONFIG_ options defined in the
21270 board config file ignored. This can cause an issue if any of those
21271 config options impact the size of types of data structures
21272 (eg CONFIG_PHYS_64BIT).
21273
21274 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
21275
21276commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
21277Author: Marian Balakowicz <m8@semihalf.com>
21278Date: Tue May 13 15:53:29 2008 +0200
21279
21280 Avoid initrd and logbuffer area overlaps
21281
21282 Add logbuffer to reserved LMB areas to prevent initrd allocation
21283 from overlaping with it.
21284
21285 Make sure to use correct logbuffer base address.
21286
21287 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21288
21289commit 6956d53d9934862507f83f0e3255dfd4662e7482
21290Author: Sascha Laue <sascha.laue@liebherr.com>
21291Date: Tue May 13 13:29:54 2008 +0200
21292
21293 lwmon5: add memory-pattern-test to FPGA POST.
21294
21295commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
21296Author: Becky Bruce <becky.bruce@freescale.com>
21297Date: Thu May 8 19:02:51 2008 -0500
21298
21299 PPC: 86xx Add bat registers to reginfo command
21300
21301 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21302
21303commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
21304Author: Becky Bruce <becky.bruce@freescale.com>
21305Date: Fri May 9 15:41:35 2008 -0500
21306
21307 PPC: Add print_bats() to lib_ppc/bat_rw.c
21308
21309 This function prints the values of all the BAT register
21310 pairs - I needed this for debug earlier this week; adding it to
21311 lib_ppc so others can use it (and add it to reginfo commands
21312 if so desired).
21313
21314 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21315
21316commit c148f24c15743a02e855636e6bed013bd121f7f2
21317Author: Becky Bruce <becky.bruce@freescale.com>
21318Date: Thu May 15 21:29:04 2008 -0500
21319
21320 PPC: Change lib_ppc/bat_rw.c to use high bats
21321
21322 Currently, this code only deals with BATs 0-3, which makes
21323 it useless on systems that support BATs 4-7. Add the
21324 support for these registers.
21325
21326 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
21327
21328commit 31d826722434931e1152a09d140187dcf72f8aac
21329Author: Becky Bruce <becky.bruce@freescale.com>
21330Date: Thu May 8 19:02:12 2008 -0500
21331
21332 PPC: Create and use CONFIG_HIGH_BATS
21333
21334 Change all code that conditionally operates on high bat
21335 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
21336 instead of the myriad ways this is done now. Define the option
21337 for every config for which high bats are supported (and
21338 enabled by early boot, on parts where they're not always
21339 enabled)
21340
21341 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
21342
21343commit aa3b8bf9c30065bb2ea852799d32db5020598495
21344Author: Wolfgang Grandegger <wg@grandegger.com>
21345Date: Wed May 28 19:55:19 2008 +0200
21346
21347 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
21348
21349 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
21350 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21351
21352commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
21353Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21354Date: Wed May 28 13:06:25 2008 -0500
21355
21356 ColdFire: Add 10 base ethernet support for mcf5445x
21357
21358 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
21359 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21360
21361commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
21362Author: Jason McMullan <mcmullan@netapp.com>
21363Date: Fri May 30 00:53:38 2008 +0900
21364
21365 mips: Add an 'include/asm/errno.h', like all other architectures
21366
21367 All other u-boot architectures have an include/asm/errno.h, so
21368 this change adds it to the mips include/asm-mips headers also.
21369
21370 Stolen from Linux 2.6.25.
21371
21372 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
21373
21374commit e2ad8426624bac457acc6925b6ff408e9bf20466
21375Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21376Date: Fri May 30 00:53:38 2008 +0900
21377
21378 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
21379
21380 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21381
21382commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
21383Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21384Date: Fri May 30 00:53:38 2008 +0900
21385
21386 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
21387
21388 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21389
21390commit bf462ae450a7f2eeeddc699ed345b391e3263540
21391Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21392Date: Fri May 30 00:53:37 2008 +0900
21393
21394 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
21395
21396 No functional changes.
21397
21398 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21399
21400commit 89a1550ec6b74452274a7a23127936e2c7eec711
21401Author: Jason McMullan <mcmullan@netapp.com>
21402Date: Fri May 30 00:53:37 2008 +0900
21403
21404 mips: If CONFIG_CMD_SPI is defined, call spi_init()
21405
21406 The mips architecture currently does not call 'spi_init()' in the generic
21407 board initialization routine is CONFIG_CMD_SPI is defined.
21408
21409 This patch rectifies that problem.
21410
21411 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
21412 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21413
21414commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
21415Author: Jason McMullan <mcmullan@netapp.com>
21416Date: Fri May 30 00:53:37 2008 +0900
21417
21418 [MIPS] lib_mips/board.c: Add nand_init
21419
21420 This patch adds the standard 'nand_init()' call to the mips generic
21421 'board_init_r()' call, bringing MIPS in line with the other architectures.
21422
21423 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
21424 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21425
21426commit d6ac2ed893c2168738aee01579d6283af8d37045
21427Author: Scott Wood <scottwood@freescale.com>
21428Date: Thu May 22 10:49:46 2008 -0500
21429
21430 Remove prototypes of nand_init() in favor of including nand.h.
21431
21432 Likewise with onenand_init().
21433
21434 Signed-off-by: Scott Wood <scottwood@freescale.com>
21435
21436commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
21437Author: Scott Wood <scottwood@freescale.com>
21438Date: Thu May 22 10:49:00 2008 -0500
21439
21440 Make onenand_uboot.h self-sufficient.
21441
21442 Don't assume types are provided by previously included headers.
21443
21444 Signed-off-by: Scott Wood <scottwood@freescale.com>
21445
21446commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
21447Author: Dirk Behme <dirk.behme@gmail.com>
21448Date: Wed Jan 16 14:26:59 2008 +0100
21449
21450 nand: Correct NAND erase percentage output
21451
21452 For NAND erase sizes smaller than one NAND erase block, erase
21453 percentage output becomes grater than 100% e.g.
21454
21455 -- cut --
21456 > nand info
21457 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
21458 > nand erase 0x100000 0x2000
21459 NAND erase: device 0 offset 0x100000, size 0x2000
21460 Erasing at 0x100000 -- 200% complete.
21461 OK
21462 >
21463 -- cut --
21464
21465 Correct this and give user a warning that more is erased than specified:
21466
21467 -- cut --
21468 > nand erase 0x100000 0x2000
21469 NAND erase: device 0 offset 0x100000, size 0x2000
21470 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
21471 Erasing 0x00004000 instead
21472 Erasing at 0x100000 -- 100% complete.
21473 OK
21474 >
21475 -- cut --
21476
21477 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
21478
21479commit 5922db6c0948506be91e0de44e7a6863a18a417f
21480Author: Stelian Pop <stelian@popies.net>
21481Date: Tue May 13 17:31:24 2008 +0200
21482
21483 Cleanup nand_info[] declaration.
21484
21485 The nand_info array is declared as extern in several .c files.
21486 Those days, nand.h contains a reference to the array, so there is
21487 no need to declare it elsewhere.
21488
21489 Signed-off-by: Stelian Pop <stelian@popies.net>
21490 Signed-off-by: Scott Wood <scottwood@freescale.com>
21491
21492commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
21493Author: Scott Wood <scottwood@freescale.com>
21494Date: Mon May 19 09:30:43 2008 -0500
21495
21496 NAND: Provide a sane default for NAND_MAX_CHIPS.
21497
21498 This allows the header to be included regardless of whether a board's
21499 config file provides NAND-related defininitions.
21500
21501 Signed-off-by: Scott Wood <scottwood@freescale.com>
21502
21503commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
21504Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21505Date: Mon May 26 12:19:10 2008 +0200
21506
21507 avr32: Fix theoretical race in udelay()
21508
21509 If the specified delay is very short, the cycle counter may go past the
21510 "end" time we are waiting for before we get around to reading it.
21511
21512 Fix it by checking the different between the cycle count "now" and the
21513 cycle count at the beginning. This will work as long as the delay
21514 measured in number of cycles is below 2^31.
21515
21516 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21517
21518commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
21519Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21520Date: Wed May 21 13:01:09 2008 +0200
21521
21522 avr32: Compile atmel_mci.o conditionally
21523
21524 Remove #ifdef CONFIG_MMC from the source file and use conditional
21525 compilation in the Makefile instead.
21526
21527 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21528
21529commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
21530Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21531Date: Thu May 22 12:28:25 2008 +0200
21532
21533 avr32: Fix wrong error flags in atmel_mci driver
21534
21535 Make sure we check for CRC errors when sending commands that use CRC
21536 checking.
21537
21538 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
21539 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21540
21541commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
21542Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21543Date: Wed May 21 11:10:59 2008 +0200
21544
21545 avr32: Fix two warnings in atmel_mci.c
21546
21547 The warnings are harmless but annoying. Let's fix them.
21548
21549 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21550
21551commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
21552Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21553Date: Mon May 19 11:36:28 2008 +0200
21554
21555 avr32: Rework SDRAM initialization code
21556
21557 This cleans up the SDRAM initialization and related code a bit, and
21558 allows faster booting.
21559
21560 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
21561 * Remove memory test from sdram_init() and make caller responsible
21562 for verifying the SDRAM and determining its size.
21563 * Remove base_address member from struct sdram_config (was sdram_info)
21564 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
21565 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
21566
21567 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21568
21569commit 95107b7c028806919630bf02c653aa8f4f867c94
21570Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21571Date: Mon May 19 11:27:37 2008 +0200
21572
21573 avr32: Do stricter stack checking in the exception handler
21574
21575 Don't do a stack dump if the stack pointer is outside the memory area
21576 reserved for stack.
21577
21578 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21579
21580commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
21581Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21582Date: Fri May 2 15:32:57 2008 +0200
21583
21584 avr32: Use the same entry point for reset and exception handling
21585
21586 Since the reset vector is always aligned to a very large boundary, we
21587 can save a couple of KB worth of alignment padding by placing the
21588 exception vectors at the same address.
21589
21590 Deciding which one it is is easy: If we're handling an exception, the
21591 CPU is in Exception mode. If we're starting up after reset, the CPU is
21592 in Supervisor mode. So this adds a very minimal overhead to the reset
21593 path (only executed once) and the exception handling path (normally
21594 never executed at all.)
21595
21596 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21597
21598commit 0c16eed2189a190bd5655b33c029f809a9b31128
21599Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21600Date: Fri May 2 15:24:22 2008 +0200
21601
21602 avr32: Put memset in its own section
21603
21604 All C code is compiled with -ffunction-sections -fdata-sections.
21605 Assembly functions should get their own sections as well so that
21606 everything looks consistent.
21607
21608 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21609
21610commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
21611Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21612Date: Fri May 2 15:21:40 2008 +0200
21613
21614 avr32: Rename pm_init() as clk_init() and make SoC-specific
21615
21616 pm_init() was always more about clock initialization than anything
21617 else. Dealing with PLLs, clock gating and such is also inherently
21618 SoC-specific, so move it into a SoC-specific directory.
21619
21620 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21621
21622commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
21623Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21624Date: Wed Apr 30 16:15:57 2008 +0200
21625
21626 avr32: Use new-style Makefile for the at32ap platform
21627
21628 This makes it easier to avoid compiling certain files later.
21629
21630 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21631
21632commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
21633Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21634Date: Wed Apr 30 14:36:47 2008 +0200
21635
21636 avr32: Remove unused file cpu/at32ap/pm.c
21637
21638 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21639
21640commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
21641Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21642Date: Wed Apr 30 14:19:28 2008 +0200
21643
21644 avr32: Clean up the HMATRIX code
21645
21646 Rework the HMATRIX configuration interface so that it becomes easier
21647 to configure the HMATRIX for boards with special needs, and add new
21648 parts.
21649
21650 The HMATRIX header file has been split into a general,
21651 chip-independent part with register definitions, etc. and a
21652 chip-specific part with SFR bitfield definitions and master/slave
21653 identifiers.
21654
21655 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21656
21657commit 0a2e48792dd372c90b80059f3235e67a567e16fc
21658Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21659Date: Thu Nov 22 12:14:11 2007 +0100
21660
21661 avr32: Add support for the ATSTK1006 board
21662
21663 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
21664 board. It's currently in production and will be available soon.
21665
21666 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21667
21668commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
21669Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21670Date: Tue Apr 29 12:53:05 2008 +0200
21671
21672 avr32: Get rid of the .flashprog section
21673
21674 The .flashprog section was only needed back when we were running
21675 directly from flash, and it's even more useless on NGW100 since it
21676 uses the CFI flash driver which never used this workaround in the
21677 first place.
21678
21679 Remove it on STK1000 as well, and get rid of all the associated code and
21680 annotations.
21681
21682 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21683
21684commit cdd42c0c7a5205fc380912d83229069a71ea3abf
21685Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21686Date: Wed Apr 30 13:09:56 2008 +0200
21687
21688 avr32: Use correct condition around macb clock accessors
21689
21690 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
21691 the chip has a MACB controller, not when it has a USART.
21692
21693 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21694
21695commit f793a3581901ff39c2abb94012d9bbc8573ccf02
21696Author: David Brownell <david-b@pacbell.net>
21697Date: Wed Apr 16 22:57:58 2008 -0700
21698
21699 avr32: Disable the AP7000 internal watchdog on startup
21700
21701 This patch forces the watchdog off in all cases. That will at least
21702 get rid of the constant reboot cycle, though it won't let the watchdog
21703 actually run in the new kernels: its probe() comes up with a polite
21704 warning.
21705
21706 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21707
21708commit 55ac7a7490b55da56659f95d82a0c83b9756df27
21709Author: David Brownell <david-b@pacbell.net>
21710Date: Fri Feb 22 12:54:39 2008 -0800
21711
21712 avr32: stk1002 and ngw100 convergence
21713
21714 Make STK1002 and NGW100 boards act more alike:
21715 - STK boards can use as many arguments as NGW
21716 - STK boards don't need to manage FPGAs either
21717 - NGW commands should match STK ones
21718
21719 Also spell U-Boot right in prompts for STK1002 and NGW100.
21720
21721 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
21722 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
21723 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
21724
21725commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
21726Author: Sergei Poselenov <sposelenov@emcraft.com>
21727Date: Tue May 27 13:47:00 2008 +0200
21728
21729 Socrates: Fix PCI bus frequency report
21730
21731 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21732
21733commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
21734Author: Sergei Poselenov <sposelenov@emcraft.com>
21735Date: Tue May 27 11:49:13 2008 +0200
21736
21737 Socrates: Added USB support.
21738
21739 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21740
21741commit 5a904e5637cff1d708dc67098004f83ba9e84c54
21742Author: Sergei Poselenov <sposelenov@emcraft.com>
21743Date: Tue May 27 11:35:02 2008 +0200
21744
21745 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
21746
21747 In case of several PCI USB controllers on a board this variable
21748 specifys which controller to use.
21749 See doc/README.generic_usb_ohci for details.
21750
21751 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21752
21753commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
21754Author: Sergei Poselenov <sposelenov@emcraft.com>
21755Date: Tue May 27 10:36:07 2008 +0200
21756
21757 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
21758
21759 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21760
21761commit 83e9d7a2614d4006b92690afa3390c291734267e
21762Author: Sergei Poselenov <sposelenov@emcraft.com>
21763Date: Mon May 26 18:16:04 2008 +0200
21764
21765 Socrates: Config file cleanup.
21766
21767 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21768
21769commit 602cac1389b755b223272f2328a47e6f8c240848
21770Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21771Date: Sat May 24 12:47:46 2008 +0200
21772
21773 MAKEALL: add at91 list
21774
21775 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21776
21777commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
21778Author: Ron Madrid <ron_madrid@sbcglobal.net>
21779Date: Fri May 23 15:37:05 2008 -0700
21780
21781 Add Marvell 88E1118 support for TSEC
21782
21783 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
21784 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21785
21786commit 557b377d8bfc8b833b6e749457bcdfa298331a24
21787Author: Jens Gehrlein <sew_s@tqs.de>
21788Date: Mon May 5 14:06:11 2008 +0200
21789
21790 smc911x: add 16 bit support
21791
21792 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
21793 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
21794
cd82919e
WD
21795commit 6324e5bec8825f7fee3026ffbd394454ae8b53fb
21796Author: Christian Eggers <ceggers@gmx.de>
21797Date: Wed May 21 21:29:10 2008 +0200
21798
21799 Fix endianess conversion in usb_ohci.c
21800
21801 Sorry, I forgot this line:
21802
21803 Signed-off-by: Christian Eggers <ceggers@gmx.de>
21804
21805 I think this must be swapped (result may be equal).
21806
01db232d
WD
21807commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
21808Author: Christian Eggers <ceggers@gmx.de>
21809Date: Wed May 21 22:12:00 2008 +0200
21810
21811 USB: replace old swap_ with proper endianess conversion macros
21812
21813 Signed-off-by: Christian Eggers <ceggers@gmx.de>
21814 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21815
21816commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
21817Author: Christian Eggers <ceggers@gmx.de>
21818Date: Wed May 21 21:29:10 2008 +0200
21819
21820 Fix endianess conversion in usb_ohci.c
21821
21822 Signed-off-by: Christian Eggers <ceggers@gmx.de>
21823 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21824
21825commit 477434c63c2ea5baa5c6c4e43500786f436511ff
21826Author: Sergei Poselenov <sposelenov@emcraft.com>
21827Date: Thu May 22 01:15:53 2008 +0200
21828
21829 USB: add support for multiple PCI OHCI controllers
21830
21831 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
21832 In case of several PCI USB controllers on a board this variable
21833 specifys which controller to use.
21834
21835 Also add USB support for sokrates board.
21836
21837 See doc/README.generic_usb_ohci for details.
21838
21839 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21840 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
21841
21842commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
21843Author: Wolfgang Denk <wd@denx.de>
21844Date: Wed May 21 16:56:08 2008 +0200
21845
21846 Fix some whitespace issues
21847
21848 introduced by 53677ef18 "Big white-space cleanup."
21849
21850 Signed-off-by: Wolfgang Denk <wd@denx.de>
21851
21852commit 4416603aeb06861b468b06a981e52c3ff805db7b
21853Author: York Sun <yorksun@freescale.com>
21854Date: Mon May 12 14:36:39 2008 -0500
21855
21856 Make ads5121 out-of-tree compiling safe
21857
21858 Reuse the existing DIU driver in board/freescale/common.
21859
21860 Signed-off-by: York Sun <yorksun@freescale.com>
21861
21862commit 0e1bad47cd345c76c91a64caf41011e431b62599
21863Author: York Sun <yorksun@freescale.com>
21864Date: Mon May 5 10:20:01 2008 -0500
21865
21866 Adding DIU support for Freescale 5121ADS
21867
21868 Add DIU and cfb console support to FSL 5121ADS board.
21869
21870 Use #define CONFIG_VIDEO in config file to enable fb console.
21871
21872 Signed-off-by: York Sun <yorksun@freescale.com>
21873
21874commit a48ff68d235e671176f6b496c44246dbe5e0a93f
21875Author: York Sun <yorksun@freescale.com>
21876Date: Mon May 5 10:20:00 2008 -0500
21877
21878 Replace DPRINTF with debug
21879
21880 Remove DPRINTF macro and replace it with generic debug macro.
21881
21882 Signed-off-by: York Sun <yorksun@freescale.com>
21883
21884commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
21885Author: York Sun <yorksun@freescale.com>
21886Date: Mon May 5 10:19:59 2008 -0500
21887
21888 Move pixel clock setting to board file
21889
21890 The clock divider has different format in 5121 and 8610. This patch moves it to
21891 board specific code.
21892
21893 Signed-off-by: York Sun <yorksun@freescale.com>
21894
21895commit 53677ef18e25c97ac613349087c5cb33ae5a2741
21896Author: Wolfgang Denk <wd@denx.de>
21897Date: Tue May 20 16:00:29 2008 +0200
21898
21899 Big white-space cleanup.
21900
21901 This commit gets rid of a huge amount of silly white-space issues.
21902 Especially, all sequences of SPACEs followed by TAB characters get
21903 removed (unless they appear in print statements).
21904
21905 Also remove all embedded "vim:" and "vi:" statements which hide
21906 indentation problems.
21907
21908 Signed-off-by: Wolfgang Denk <wd@denx.de>
21909
21910commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
21911Author: Sergei Poselenov <sposelenov@emcraft.com>
21912Date: Thu May 8 17:46:23 2008 +0200
21913
21914 socrates: fix second TSEC configuration (it is actually TSEC3)
21915
21916 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21917
21918commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
21919Author: Sergei Poselenov <sposelenov@emcraft.com>
21920Date: Thu May 8 14:17:08 2008 +0200
21921
21922 Fixed reset for socrates
21923
21924 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21925
21926commit e18575d5f589a62e19c70d471d4b4e27cad3af56
21927Author: Sergei Poselenov <sposelenov@emcraft.com>
21928Date: Wed May 7 15:10:49 2008 +0200
21929
21930 socrates: changes to support FDT
21931
21932 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21933 Signed-off-by: Wolfgang Denk <wd@denx.de>
21934
21935commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
21936Author: Sergei Poselenov <sposelenov@emcraft.com>
21937Date: Wed Apr 30 11:42:50 2008 +0200
21938
21939 Initial support for "Socrates" board
21940
21941 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
21942
21943commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
21944Author: Yuri Tikhonov <yur@emcraft.com>
21945Date: Thu May 8 15:46:42 2008 +0200
21946
21947 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
21948
21949 This way we become able to utilize the full post_log_word for POST
21950 activities (overwise, POST ECC, which has 0x8000 ID, could be
21951 erroneously treated as started in post_output_backlog() even if there
21952 was actually no POST ECC run (because of OCM POST failure, for
21953 example).
21954
21955 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21956
21957commit 7845d49094c81321021b50a4dbb8864d2f3777e4
21958Author: Yuri Tikhonov <yur@emcraft.com>
21959Date: Thu May 8 15:46:02 2008 +0200
21960
21961 POST: mark OCM test as POST_STOP
21962
21963 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21964
21965commit 28a385065882d6cb6ac5f443311ff87887ed7c13
21966Author: Yuri Tikhonov <yur@emcraft.com>
21967Date: Thu May 8 15:45:26 2008 +0200
21968
21969 POST: add POST_STOP flag
21970
21971 Don't run futher tests in case of a test fails that is marked as
21972 POST_STOP.
21973
21974 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21975 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
21976
21977commit a525145d8110d15b4389d23c3ea8a78f22509d3f
21978Author: Yuri Tikhonov <yur@emcraft.com>
21979Date: Thu May 8 15:44:16 2008 +0200
21980
21981 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
21982
21983 Switch the OCM testid with the codec one. The reason is that current
21984 implementation requires the POST_ROM testid to fit into lower 16
21985 bits, and the codec test will never run with POST_ROM hopefully.
21986
21987 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21988
21989commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
21990Author: Yuri Tikhonov <yur@emcraft.com>
21991Date: Thu May 8 15:43:28 2008 +0200
21992
21993 lwmon5: enable OCM post test on lwmon5 board
21994
21995 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
21996
21997commit 6e8ec682268493b8d098f99e17b1ce71b4448977
21998Author: Yuri Tikhonov <yur@emcraft.com>
21999Date: Thu May 8 15:42:47 2008 +0200
22000
22001 POST: OCM test added.
22002
22003 Added OCM test to POST layer. This version runs before all other tests
22004 but doesn't yet interrupt post sequence on failure.
22005
22006 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22007 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
22008
22009commit 6891260bdd935a382c95d9fa333922b0dfded68a
22010Author: Yuri Tikhonov <yur@emcraft.com>
22011Date: Thu May 8 15:40:39 2008 +0200
22012
22013 POST: typo fix
22014
22015 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
22016
22017commit 727f63334676e760877d43bfb8f0e9331ac8b101
22018Author: Hebbar <gururajakr@sanyo.co.in>
22019Date: Tue May 20 02:16:36 2008 -0700
22020
22021 common/usb.c: fix incorrect escape sequence
22022
22023 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
22024
22025commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
22026Author: York Sun <yorksun@freescale.com>
22027Date: Thu May 15 15:26:27 2008 -0500
22028
22029 Fix 8313ERDB board configuration
22030
22031 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
22032 Correct TSEC1 vs TSEC2 assignment.
22033 Define ETHADDR and ETH1ADDR always.
22034
22035 Signed-off-by: York Sun <yorksun@freescale.com>
22036 Signed-off-by: Timur Tabi <timur@freescale.com>
22037
22038commit 2c289e320dcfb3760e99cf1d765cb067194a1202
22039Author: Jon Loeliger <jdl@freescale.com>
22040Date: Mon May 19 09:47:25 2008 -0500
22041
22042 mpc86xx: Removed unused and unconfigured memory test code.
22043
22044 Besides, other common code exists.
22045
22046 Signed-off-by: Jon Loeliger <jdl@freescale.com>
22047
22048commit 180a90abdae72587c0f679edf8991455e559440d
22049Author: Wolfgang Denk <wd@denx.de>
22050Date: Mon May 19 12:47:11 2008 +0200
22051
22052 Release v1.3.3
22053
22054 Update CHANGELOG for release.
22055
22056 Signed-off-by: Wolfgang Denk <wd@denx.de>
22057
180a90ab
WD
22058commit 16bedc661de0dae767b1377d8413373a3fbcfa79
22059Author: Stefan Roese <sr@denx.de>
22060Date: Mon May 19 07:14:38 2008 +0200
22061
22062 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
22063
22064 When SATA is selected (via jumper J6) we need to disable the first PCIe
22065 node in the device tree, so that Linux doesn't initialize it. Otherwise
22066 the Linux SATA driver will fail to detect the devices.
22067
22068 The same goes the other way around too. So if PCIe is selected we need
22069 to disable the SATA node in the device tree.
22070
22071 This is because PCIe port 0 and SATA on 460EX share the same pins
22072 (multiplexed) and we have to configure in U-Boot which peripheral is
22073 enabled.
22074
22075 Signed-off-by: Stefan Roese <sr@denx.de>
22076
22077commit 3cc27b426aeefe2930f911692e9df3143fb2565f
22078Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22079Date: Sun May 18 19:09:58 2008 +0200
22080
22081 i386: Fix multiple definitions of __show_boot_progress
22082
22083 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22084
22085commit 311f3446930c1e64c12026c1cfd00500b05be52d
22086Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22087Date: Sun May 18 19:09:57 2008 +0200
22088
22089 sc530_spunk: add missing SOBJS entry
22090
22091 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22092
22093commit a559317143b4f95927b08cd388707e6f077e95fa
22094Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22095Date: Sun May 18 19:09:56 2008 +0200
22096
22097 sc520_spunk: Fix flash
22098
22099 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
22100 flash.c:398: error: label at end of compound statement
22101
22102 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22103
22104commit 91f221317af64191ee8caf303ea9305943158691
22105Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22106Date: Sun May 18 19:09:49 2008 +0200
22107
22108 drivers/pcmcia: add missing i82365
22109
22110 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22111
22112commit dd223944132f97ffa52977ea95e5a52428f5cc2f
22113Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22114Date: Sun May 18 19:09:47 2008 +0200
22115
22116 i386/bootm: remove unused var
22117
22118 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22119
22120commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
22121Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22122Date: Sun May 18 19:09:45 2008 +0200
22123
22124 example/gitignore: update with all generated examples
22125
22126 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22127
22128commit a38dc3ea8614f8b0c41e432b445a9959b9711295
22129Author: Wolfgang Denk <wd@denx.de>
22130Date: Thu May 15 00:42:45 2008 +0200
22131
22132 TQM8272: fix out-of-tree building
22133
22134 ...and add to MAKEALL script
22135
22136 Signed-off-by: Wolfgang Denk <wd@denx.de>
22137
22138commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
22139Author: Wolfgang Denk <wd@denx.de>
22140Date: Wed May 14 23:34:53 2008 +0200
22141
22142 environment: fix bug introduced by commit a8409f4f1ac8
22143
22144 env_get_char is not a function, but a pointer to one.
22145
22146 Signed-off-by: Wolfgang Denk <wd@denx.de>
22147
01db232d
WD
22148commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
22149Author: Gary Jennejohn <garyj@denx.de>
22150Date: Wed May 14 13:39:22 2008 +0200
22151
22152 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
22153
22154 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
22155 use a redundant environment.
22156
22157 Signed-off-by: Gary Jennejohn <garyj@denx.de>
22158
180a90ab
WD
22159commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
22160Author: Wolfgang Denk <wd@denx.de>
22161Date: Wed May 14 13:55:30 2008 +0200
22162
22163 Fix config files for out-of-tree building
22164
22165 Several board/<...>/config.mk files include dynamically built (by
22166 the Makefile) config files but used the wrong file name of
22167 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
22168 instead if the correct
22169 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
22170
22171 The bug is nasty because the build result is correct for the (normal)
22172 in-tree builds, and because 'sinclude' is used no errors get raised
22173 even for out-of-tree build tests. But out-of-tree builds use an
22174 incomplete and thus usually incorrect configuration...
22175
22176 Signed-off-by: Wolfgang Denk <wd@denx.de>
22177
22178commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
22179Author: Stefan Roese <sr@denx.de>
22180Date: Wed May 14 13:40:03 2008 +0200
22181
22182 ppc4xx: Fix bogus Canyonlands config.mk
22183
22184 This patch fixes the canyonlands config.mk file to enable correct
22185 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
22186
22187 Signed-off-by: Stefan Roese <sr@denx.de>
22188
22189commit fdd1247a66d788a3446244f6fde9955a93c26322
22190Author: Stefan Roese <sr@denx.de>
22191Date: Wed May 14 10:32:32 2008 +0200
22192
22193 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
22194
22195 Canyonlands has a file ddr2_fixed.c which needs special treatment when
22196 building in separate directory. It has to be linked to build directory
22197 otherwise it is not seen.
22198
22199 Signed-off-by: Stefan Roese <sr@denx.de>
22200
22201commit a8409f4f1ac84c36273c1a1e341189662521bcfb
22202Author: Wolfgang Denk <wd@denx.de>
22203Date: Wed May 14 12:22:49 2008 +0200
22204
22205 environment: cleanup prototype declarations of env functions.
22206
22207 Signed-off-by: Wolfgang Denk <wd@denx.de>
22208
22209commit cf39b07948015c480b72a6e732cf7d839aa93a9e
22210Author: Wolfgang Denk <wd@denx.de>
22211Date: Wed May 14 12:21:48 2008 +0200
22212
22213 linkstation_HGLAN: Fix out of tree building.
22214
22215 Signed-off-by: Wolfgang Denk <wd@denx.de>
22216
22217commit 085551c05ca09e6c491ea11a1c6727a36776a545
22218Author: Stefan Roese <sr@denx.de>
22219Date: Wed May 14 10:32:32 2008 +0200
22220
22221 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
22222
22223 Canyonlands has a file ddr2_fixed.c which needs special treatment when
22224 building in separate directory. It has to be linked to build directory
22225 otherwise it is not seen.
22226
22227 Signed-off-by: Stefan Roese <sr@denx.de>
22228
22229commit 1510b82d50615f344e89d42533e8224cce067dc0
22230Author: Wolfgang Denk <wd@denx.de>
22231Date: Tue May 13 23:15:52 2008 +0200
22232
22233 Makefile: fix "error: version_autogenerated.h: No such file or directory"
22234
22235 Signed-off-by: Wolfgang Denk <wd@denx.de>
22236
01db232d
WD
22237commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
22238Author: Stelian Pop <stelian@popies.net>
22239Date: Tue May 13 17:31:24 2008 +0200
22240
22241 Cleanup nand_info[] declaration.
22242
22243 The nand_info array is declared as extern in several .c files.
22244 Those days, nand.h contains a reference to the array, so there is
22245 no need to declare it elsewhere.
22246
22247 Signed-off-by: Stelian Pop <stelian@popies.net>
22248 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22249
180a90ab
WD
22250commit 70fab1908fc1734a403711eaabbef546bc4b77dc
22251Author: Stefan Roese <sr@denx.de>
22252Date: Tue May 13 20:22:01 2008 +0200
22253
22254 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
22255
22256 Signed-off-by: Stefan Roese <sr@denx.de>
22257
22258commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
22259Author: Wolfgang Denk <wd@denx.de>
22260Date: Mon May 12 01:11:21 2008 +0200
22261
22262 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
22263
22264 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
22265 which broke many PowerPC boards.
22266
22267commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
22268Author: Wolfgang Denk <wd@denx.de>
22269Date: Mon May 12 00:56:28 2008 +0200
22270
22271 Revert "Avoid initrd and logbuffer area overlaps"
22272
22273 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
22274 which breaks building on all PPC boards that don't use a log buffer.
22275
22276commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
22277Author: Nick Spence <nick.spence@freescale.com>
22278Date: Sat May 10 14:02:04 2008 -0700
22279
22280 Fix offset calculation for multi-type legacy images.
22281
22282 Calculation of tail was incorrect when size % 4 == 0.
22283
22284 New code removes the conditional and does the same thing but with arithmetic
22285
22286 Signed-off-by: Nick Spence <nick.spence@freescale.com>
22287
22288commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
22289Author: Wolfgang Denk <wd@denx.de>
22290Date: Mon May 12 00:40:58 2008 +0200
22291
22292 Revert "Change env_get_char from a global function ptr to a function."
22293
22294 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
22295 which is known to break booting from dataflash and NAND.
22296
22297commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
22298Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22299Date: Sun May 11 23:13:57 2008 +0200
22300
22301 API: remove duplicate syscall check
22302
22303 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22304
01db232d
WD
22305commit 67e3beb52c320b0a31cf030716c99392cde2d532
22306Author: Stelian Pop <stelian@popies.net>
22307Date: Fri May 9 21:46:51 2008 +0200
22308
22309 AT91: Cleanup unused config header file definitions.
22310
22311 CONFIG_ENV_OVERWRITE is commented out in the config header files,
22312 so let's cleanup the files by removing the whole definition.
22313
22314 Signed-off-by: Stelian Pop <stelian@popies.net>
22315 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22316
22317commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
22318Author: Stelian Pop <stelian@popies.net>
22319Date: Thu May 8 14:52:34 2008 +0200
22320
22321 Support AT91CAP9 revC CPUs
22322
22323 The AT91CAP9 revC CPU has a few differences over the previous,
22324 revB CPU which was distributed in small quantities only (revA was
22325 an internal Atmel product only).
22326
22327 The revC silicon needs a special initialisation sequence to
22328 switch from the internal (imprecise) RC oscillator to the
22329 external 32k clock.
22330
22331 Signed-off-by: Stelian Pop <stelian@popies.net>
22332 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22333
22334commit 098b7b4b441b12c2a64dd517930f43c793542759
22335Author: Stelian Pop <stelian@popies.net>
22336Date: Thu May 8 14:52:33 2008 +0200
22337
22338 Use custom logo for Atmel boards
22339
22340 This patch adds a custom vendor logo for the Atmel AT91 boards.
22341
22342 Signed-off-by: Stelian Pop <stelian@popies.net>
22343 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22344
22345commit 761c70b80cdd3bead40146b96a8e713d6ae01632
22346Author: Stelian Pop <stelian@popies.net>
22347Date: Thu May 8 14:52:32 2008 +0200
22348
22349 AT91SAM9RLEK: hook up the ATMEL LCD driver
22350
22351 This patch makes the necessary adaptations (PIO configurations and
22352 defines in config header file) to hook up the Atmel LCD driver to the
22353 AT91SAM9RLEK board.
22354
22355 Signed-off-by: Stelian Pop <stelian@popies.net>
22356 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22357
22358commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
22359Author: Stelian Pop <stelian@popies.net>
22360Date: Thu May 8 14:52:31 2008 +0200
22361
22362 AT91SAM9263EK: hook up the ATMEL LCD driver
22363
22364 This patch makes the necessary adaptations (PIO configurations and
22365 defines in config header file) to hook up the Atmel LCD driver to the
22366 AT91SAM9263EK board.
22367
22368 Signed-off-by: Stelian Pop <stelian@popies.net>
22369 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22370
22371commit 820f2a958325061a446115f3035e48e4726b3390
22372Author: Stelian Pop <stelian@popies.net>
22373Date: Thu May 8 14:52:30 2008 +0200
22374
22375 AT91SAM9261EK: hook up the ATMEL LCD driver
22376
22377 This patch makes the necessary adaptations (PIO configurations and
22378 defines in config header file) to hook up the Atmel LCD driver to the
22379 AT91SAM9261EK board.
22380
22381 Signed-off-by: Stelian Pop <stelian@popies.net>
22382 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22383
22384commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
22385Author: Stelian Pop <stelian@popies.net>
22386Date: Thu May 8 14:52:29 2008 +0200
22387
22388 AT91CAP9ADK: hook up the ATMEL LCD driver
22389
22390 This patch makes the necessary adaptations (PIO configurations and
22391 defines in config header file) to hook up the Atmel LCD driver to the
22392 AT91CAP9ADK board.
22393
22394 Signed-off-by: Stelian Pop <stelian@popies.net>
22395 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22396
22397commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
22398Author: Stelian Pop <stelian@popies.net>
22399Date: Fri May 9 21:57:18 2008 +0200
22400
22401 Add ATMEL LCD driver
22402
22403 This patch adds support for the ATMEL LCDC driver which is used on some
22404 AT91 and AVR platforms.
22405
22406 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
22407 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
22408
22409 Signed-off-by: Stelian Pop <stelian@popies.net>
22410 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22411
22412commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
22413Author: Stelian Pop <stelian@popies.net>
22414Date: Thu May 8 18:52:25 2008 +0200
22415
22416 AT91SAM9RLEK support
22417
22418 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
22419 board.
22420
22421 Signed-off-by: Stelian Pop <stelian@popies.net>
22422 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22423
22424commit 8e429b3eee23927c1222679f6b6f53667b21595c
22425Author: Stelian Pop <stelian@popies.net>
22426Date: Thu May 8 18:52:23 2008 +0200
22427
22428 AT91SAM9263EK support
22429
22430 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
22431 board.
22432
22433 Signed-off-by: Stelian Pop <stelian@popies.net>
22434 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22435
22436commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
22437Author: Stelian Pop <stelian@popies.net>
22438Date: Thu May 8 20:52:22 2008 +0200
22439
22440 AT91SAM9261EK support
22441
22442 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
22443 board.
22444
22445 Signed-off-by: Stelian Pop <stelian@popies.net>
22446 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22447
22448commit 86c8c8a414988c50104a3b02c29f50af2be738c0
22449Author: Stelian Pop <stelian@popies.net>
22450Date: Thu May 8 20:52:21 2008 +0200
22451
22452 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
22453
22454 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
22455 in order to cope with the changes in DataFlash partitionning scheme
22456 (cset c3a60cb3).
22457
22458 Signed-off-by: Stelian Pop <stelian@popies.net>
22459 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22460
22461commit 96996ac25d5222611a8888968db6e53a6d3726da
22462Author: Stelian Pop <stelian@popies.net>
22463Date: Thu May 8 20:52:20 2008 +0200
22464
22465 AT91SAM9260EK: Normalize BOOTARGS
22466
22467 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
22468 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
22469 variable.
22470
22471 Signed-off-by: Stelian Pop <stelian@popies.net>
22472 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22473
22474commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
22475Author: Stelian Pop <stelian@popies.net>
22476Date: Thu May 8 20:52:19 2008 +0200
22477
22478 AT91SAM9260EK: Normalize SPI timings
22479
22480 This patch changes the SPI timings to closely match the ones
22481 used by the Linux kernel and the Atmel's own bootstrap project.
22482
22483 Signed-off-by: Stelian Pop <stelian@popies.net>
22484 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22485
22486commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
22487Author: Stelian Pop <stelian@popies.net>
22488Date: Thu May 8 20:52:18 2008 +0200
22489
22490 AT91SAM9260EK: Handle 8 or 16 bit NAND
22491
22492 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
22493 makes the support configurable in the board config header file
22494 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
22495
22496 Signed-off-by: Stelian Pop <stelian@popies.net>
22497 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22498
22499commit ab52640fc01624e208424e527af0b7b3a5a65a12
22500Author: Stelian Pop <stelian@popies.net>
22501Date: Thu May 8 20:52:17 2008 +0200
22502
22503 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
22504
22505 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
22506 in order to cope with the changes in DataFlash partitionning scheme
22507 (cset c3a60cb3).
22508
22509 Signed-off-by: Stelian Pop <stelian@popies.net>
22510 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22511
22512commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
22513Author: Stelian Pop <stelian@popies.net>
22514Date: Thu May 8 20:52:16 2008 +0200
22515
22516 AT91CAP9ADK: Normalize BOOTARGS
22517
22518 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
22519 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
22520 variable.
22521
22522 Signed-off-by: Stelian Pop <stelian@popies.net>
22523 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22524
22525commit 93da48b910511911ce110656e17ed733c8ac4c45
22526Author: Stelian Pop <stelian@popies.net>
22527Date: Thu May 8 20:52:15 2008 +0200
22528
22529 AT91CAP9ADK: Normalize SPI timings
22530
22531 This patch changes the SPI timings to closely match the ones
22532 used by the Linux kernel and the Atmel's own bootstrap project.
22533
22534 Signed-off-by: Stelian Pop <stelian@popies.net>
22535 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22536
22537commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
22538Author: Stelian Pop <stelian@popies.net>
22539Date: Thu May 8 20:52:14 2008 +0200
22540
22541 AT91CAP9ADK: Handle 8 or 16 bit NAND
22542
22543 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
22544 makes the support configurable in the board config header file
22545 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
22546
22547 Signed-off-by: Stelian Pop <stelian@popies.net>
22548 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22549
22550commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
22551Author: Stelian Pop <stelian@popies.net>
22552Date: Thu May 8 20:52:13 2008 +0200
22553
22554 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
22555
22556 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
22557 below avoids the duplication of u-boot.lds by putting the file in the
22558 cpu directory instead of the board one.
22559
22560 Signed-off-by: Stelian Pop <stelian@popies.net>
22561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22562
22563commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
22564Author: Stelian Pop <stelian@popies.net>
22565Date: Thu May 8 20:52:12 2008 +0200
22566
22567 Add proper copyright notices in Atmel boards Makefiles
22568
22569 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
22570 copyright notice. This patch adds the missing pieces.
22571
22572 Signed-off-by: Stelian Pop <stelian@popies.net>
22573 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22574
22575commit e817a042cef6164bf26fee86f90326f2ec9e6745
22576Author: Stelian Pop <stelian@popies.net>
22577Date: Thu May 8 20:52:11 2008 +0200
22578
22579 Add copyright information in Atmel boards partition.c
22580
22581 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
22582 the new created files. This patch fixes the problem.
22583
22584 Signed-off-by: Stelian Pop <stelian@popies.net>
22585 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22586
22587commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
22588Author: Stelian Pop <stelian@popies.net>
22589Date: Thu May 8 20:52:10 2008 +0200
22590
22591 Update origin and copyright information in arch-at91sam9 header files
22592
22593 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
22594 copied from the Linux kernel sources. This patch explicitly specifies
22595 this origin for all the copied headers, and for those missing copyright
22596 information, adds it.
22597
22598 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
22599 in the latest kernel sources by 'at91sam9_smc.h'.
22600
22601 The copyright information has been confirmed by the AT91 Linux kernel
22602 maintainer, Andrew Victor <avictor.za@gmail.com>.
22603
22604 Signed-off-by: Stelian Pop <stelian@popies.net>
22605 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22606
180a90ab
WD
22607commit 79dd1712689d6a5031d7cbff54957049680751c7
22608Author: Markus Klotzbücher <mk@denx.de>
22609Date: Thu May 8 16:00:55 2008 +0200
22610
22611 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
22612
22613 When using dhcp/bootp the "netmask" environment variable is not set
22614 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
22615 desireable, so the following patch adds this this option to the board
22616 config.
22617
22618 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22619 Signed-off-by: Stefan Roese <sr@denx.de>
22620
22621commit 869d14b4cc2e47de2ddcb117bad0407a44436684
22622Author: Stefan Roese <sr@denx.de>
22623Date: Sat May 10 10:30:36 2008 +0200
22624
22625 ppc4xx: Update Makalu defconfig to use device-tree booting as default
22626
22627 This patch reworks the default environment on Makalu. Now "net_nfs" for
22628 example uses the device-tree style booting formerly know as "net_nfs_fdt".
22629 Also the addresses in RAM were changed because of the new image booting
22630 support, which check for image overwriting. So the addresses needed to
22631 get adjusted.
22632
22633 Signed-off-by: Stefan Roese <sr@denx.de>
22634
22635commit f3612a7b199cab3942f60d9c1392eb39d58cc699
22636Author: Becky Bruce <bgill@freescale.com>
22637Date: Wed May 7 13:28:16 2008 -0500
22638
22639 PPC: fix map_physmem build warning
22640
22641 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
22642 enabled. This quiets the warning.
22643
22644 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
22645
22646commit 36f32675f40292002ee1fed252c180a43022d2d4
22647Author: Becky Bruce <bgill@freescale.com>
22648Date: Wed May 7 13:24:57 2008 -0500
22649
22650 Update pci code to use phys_addr_t
22651
22652 Physical addrs need to be represented by phys_addr_t, not
22653 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
22654 are going to fail mightily.
22655
22656 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
22657
22658commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
22659Author: Nick Spence <nick.spence@freescale.com>
22660Date: Thu May 8 22:32:22 2008 -0700
22661
22662 Support legacy multi-type images without FDT section.
22663
22664 This patch enables legacy multi-type images containing only a Linux kernel
22665 and root file system to be loaded, maintaining compatibility with previous
22666 versions of u-boot.
22667
22668 This is required when using old image files such as a Linux 2.4 kernel /
22669 filesystem.
22670
22671 Signed-off-by: Nick Spence <nick.spence@freescale.com>
22672 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
22673
22674commit 881031d9732783b7aeae2198fc7eb480ae8974a6
22675Author: Wolfgang Denk <wd@denx.de>
22676Date: Sat May 10 00:38:02 2008 +0200
22677
22678 Update CHANGELOG.
22679
22680 Signed-off-by: Wolfgang Denk <wd@denx.de>
22681
881031d9
WD
22682commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
22683Author: Wolfgang Denk <wd@denx.de>
22684Date: Sat May 10 00:36:09 2008 +0200
22685
22686 post/cpu/ppc4xx/Makefile: line length cleanup
22687
22688 Signed-off-by: Wolfgang Denk <wd@denx.de>
22689
22690commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
22691Author: Stelian Pop <stelian@popies.net>
22692Date: Thu May 8 22:52:09 2008 +0200
22693
22694 Fix @ -> <at> substitution
22695
22696 When applying the AT91CAP9 patches upstream, something transformed
22697 the '@' character into the ' <at> ' sequence.
22698
22699 The patch below restores the original form in all the places where
22700 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
22701 were copied from AT91CAP9, and a couple of other files where the
22702 ' <at> ' sequence was present).
22703
22704 Signed-off-by: Stelian Pop <stelian@popies.net>
22705
22706commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
22707Author: Stelian Pop <stelian@popies.net>
22708Date: Thu May 8 22:52:10 2008 +0200
22709
22710 Update origin and copyright information in arch-at91sam9 header files
22711
22712 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
22713 copied from the Linux kernel sources. This patch explicitly specifies
22714 this origin for all the copied headers, and for those missing copyright
22715 information, adds it.
22716
22717 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
22718 in the latest kernel sources by 'at91sam9_smc.h'.
22719
22720 The copyright information has been confirmed by the AT91 Linux kernel
22721 maintainer, Andrew Victor <avictor.za@gmail.com>.
22722
22723 Signed-off-by: Stelian Pop <stelian@popies.net>
22724
22725commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
22726Author: Stelian Pop <stelian@popies.net>
22727Date: Thu May 8 22:52:11 2008 +0200
22728
22729 Add copyright information in Atmel boards partition.c
22730
22731 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
22732 the new created files. This patch fixes the problem.
22733
22734 Signed-off-by: Stelian Pop <stelian@popies.net>
22735
22736commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
22737Author: Guennadi Liakhovetski <lg@denx.de>
22738Date: Thu May 8 10:09:27 2008 +0200
22739
22740 mx31ads: fix 32kHz clock handling
22741
22742 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
22743 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
22744 Also fix a typo when verifying a jumper configuration. While at it, make
22745 two needlessly global functions static.
22746
22747 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22748
22749commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
22750Author: Marian Balakowicz <m8@semihalf.com>
22751Date: Wed May 7 13:10:04 2008 +0200
22752
22753 Avoid initrd and logbuffer area overlaps
22754
22755 Add logbuffer to reserved LMB areas to prevent initrd allocation
22756 from overlaping with it.
22757
22758 Make sure to use correct logbuffer base address.
22759
22760 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22761
22762commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
22763Author: Marian Balakowicz <m8@semihalf.com>
22764Date: Wed May 7 13:08:54 2008 +0200
22765
22766 ppc: Cleanup get_effective_memsize() use
22767
22768 Removed duplicated effective memory size calculation code.
22769
22770 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22771
22772commit 273c37d843d5b581090378016cd12dd9c586907b
22773Author: Marian Balakowicz <m8@semihalf.com>
22774Date: Wed May 7 09:03:53 2008 +0200
22775
22776 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
22777
22778 Recent modifcations to LOGBUFFER handling code were incorrecly
22779 introduced to fit_check_kernel() routine during
22780 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
22781 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
22782
22783 This patch cleans up this merge issue.
22784
22785 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22786
22787commit bc11756daff89a3de09ca80adac962b88cf06e6e
22788Author: Grant Erickson <gerickson@nuovations.com>
22789Date: Tue May 6 20:16:15 2008 -0700
22790
22791 Propagate Error Status to the Shell on fw_printenv Errors
22792
22793 Changed implementation such that fw_printenv returns failure status
22794 when one or more specified variables do not exist or when incorrect
22795 command syntax is used.
22796
22797 This aids scripting fw_printenv such that the script can key of the
22798 return status rather than relying on standard error "scraping".
22799
22800 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22801 Signed-off-by: Wolfgang Denk <wd@denx.de>
22802
22803commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
22804Author: Grant Erickson <gerickson@nuovations.com>
22805Date: Tue May 6 16:18:00 2008 -0700
22806
22807 Fix Compilation Errors with 'tools/env/fw_printenv'
22808
22809 In the current top-of-tree, 1.3.3.-rc2, the optional tool
22810 'tools/env/fw_printenv' fails to compile for two reasons:
22811
22812 1) The header watchdog.h cannot be found.
22813 2) The header zlib.h is picked up from the tool chain rather than the
22814 project causing a prototype conflict for crc32.
22815
22816 This patch addresses both of these issues.
22817
22818 Platforms Tested On:
22819 - AMCC "Kilauea"
22820
22821 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22822
22823commit 597f6c26a18b389903a64692bacbf9a1ca69355b
22824Author: James Yang <James.Yang@freescale.com>
22825Date: Mon May 5 10:22:53 2008 -0500
22826
22827 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
22828
22829 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
22830 work before relocating to RAM because command history is written into
22831 a global array that is not writable before relocation. This patch
22832 defers to the no-editing and no-history code in readline_into_buffer()
22833 if it is called before relocation.
22834
22835 Signed-off-by: James Yang <James.Yang@freescale.com>
22836 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
22837
22838commit 726c0f1e5f108dccea052965123b95837d2bd402
22839Author: Detlev Zundel <dzu@denx.de>
22840Date: Mon May 5 16:11:22 2008 +0200
22841
22842 cosmetic: Adjust coding style for switch statements to be consistent
22843
22844 Signed-off-by: Detlev Zundel <dzu@denx.de>
22845
22846commit 574b319512b13e10800f0045e39b993f4ca25e42
22847Author: Detlev Zundel <dzu@denx.de>
22848Date: Mon May 5 16:11:21 2008 +0200
22849
22850 Fix disk type output in disk/part.c
22851
22852 Signed-off-by: Detlev Zundel <dzu@denx.de>
22853
22854commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
22855Author: Vlad Lungu <vlad.lungu@windriver.com>
22856Date: Mon May 5 14:20:03 2008 +0300
22857
22858 Mail address change, documentation modified
22859
22860 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
22861
22862commit 4d49b28038e2819088e8356a77212fc95a89ce5a
22863Author: Michal Simek <monstr@monstr.eu>
22864Date: Sun May 4 15:42:41 2008 +0200
22865
22866 microblaze: Repare intc handling
22867
22868 Signed-off-by: Michal Simek <monstr@monstr.eu>
22869
22870commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
22871Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22872Date: Sun May 4 15:17:52 2008 +0200
22873
22874 include/gitignore: update to all architectures
22875
22876 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22877
22878commit 1df368aed3b8bc240fe1595d290b0e91b22961da
22879Author: Marcel Ziswiler <marcel@ziswiler.com>
22880Date: Mon May 5 02:12:06 2008 +0200
22881
22882 ide: Remove spurious second include of io.h
22883
22884 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
22885
22886 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
22887
22888commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
22889Author: Adrian Filipi <adrian.filipi@eurotech.com>
22890Date: Tue May 6 16:46:37 2008 -0400
22891
22892 Fix some typos
22893
22894 This patch fixes three typos.
22895 The first is a repetition of CONFIG_CMD_BSP.
22896 The second makes the #endif comment match its #if.
22897 The third is a spelling error.
22898
22899 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
22900
22901commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
22902Author: Grant Erickson <gerickson@nuovations.com>
22903Date: Sun May 4 16:45:01 2008 -0700
22904
22905 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
22906
22907 Add support for the recognition of 'powerpc' as an alias for the PowerPC
22908 architecture type since Linux is already trending in that direction,
22909 preferring 'powerpc' to 'ppc'.
22910
22911 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
22912
22913commit f5a24259190c388c2527bdc49fee34577d862cc7
22914Author: Wheatley Travis <Travis.Wheatley@freescale.com>
22915Date: Fri May 2 13:35:15 2008 -0700
22916
22917 7450 and 86xx L2 cache invalidate bug corrections
22918
22919 The 7610 and related parts have an L2IP bit in the L2CR that is
22920 monitored to signal when the L2 cache invalidate is complete whereas the
22921 7450 and related parts utilize L2I for this purpose. However, the
22922 current code does not account for this difference. Additionally the 86xx
22923 L2 cache invalidate code used an "andi" instruction where an "andis"
22924 instruction should have been used.
22925
22926 This patch addresses both of these bugs.
22927
22928 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
22929 Acked-By: Jon Loeliger <jdl@freescale.com>
22930
22931commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
22932Author: Wolfgang Denk <wd@denx.de>
22933Date: Fri May 9 10:16:13 2008 +0200
22934
22935 Avoid infinite loop "Generating include/autoconf.mk"
22936
22937 Fix a bogus circular dependency that caused an infinite loop of
22938 "Generating include/autoconf.mk" again and again.
22939
22940 Signed-off-by: Wolfgang Denk <wd@denx.de>
22941
01db232d
WD
22942commit 567fb852178dbf59529d7301620a3f3732a4b02d
22943Author: Stelian Pop <stelian@popies.net>
22944Date: Thu May 8 22:52:09 2008 +0200
22945
22946 Fix @ -> <at> substitution
22947
22948 When applying the AT91CAP9 patches upstream, something transformed
22949 the '@' character into the ' <at> ' sequence.
22950
22951 The patch below restores the original form in all the places where
22952 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
22953 were copied from AT91CAP9, and a couple of other files where the
22954 ' <at> ' sequence was present).
22955
22956 Signed-off-by: Stelian Pop <stelian@popies.net>
22957 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22958
22959commit 73ccb3410a0785593cda7aee455dfc51f790e281
22960Author: Gary Jennejohn <gary.jennejohn@freenet.de>
22961Date: Mon Apr 28 14:04:32 2008 +0200
22962
22963 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
22964
22965 Signed-off-by: Gary Jennejohn <garyj@denx.de>
22966 Signed-off-by: Stefan Roese <sr@denx.de>
22967
881031d9
WD
22968commit ef2642625cbfb1c3695e3478d08ae515052a4950
22969Author: Stefan Roese <sr@denx.de>
22970Date: Thu May 8 11:10:46 2008 +0200
22971
22972 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
22973
22974 Signed-off-by: Stefan Roese <sr@denx.de>
22975
22976commit a00eccfebc954ad9485161efeca7d9aaf626d530
22977Author: Stefan Roese <sr@denx.de>
22978Date: Thu May 8 11:05:15 2008 +0200
22979
22980 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
22981
22982 This patch adds fdt (flattened device tree) support to all remaining AMCC
22983 eval boards. Most newer boards already support device tree. With this patch,
22984 all AMCC boards now enable device tree passing from U-Boot to Linux
22985 arch/powerpc kernels.
22986
22987 Signed-off-by: Stefan Roese <sr@denx.de>
22988
22989commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
22990Author: Stefan Roese <sr@denx.de>
22991Date: Thu May 8 11:01:09 2008 +0200
22992
22993 ppc4xx: Add weak default ft_board_setup() routine
22994
22995 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
22996 This routine is defined as weak and can be overwritten by a board specific
22997 one if needed.
22998
22999 Signed-off-by: Stefan Roese <sr@denx.de>
23000
23001commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
23002Author: Stefan Roese <sr@denx.de>
23003Date: Thu May 8 10:48:58 2008 +0200
23004
23005 ppc4xx: acadia: Add fdt support and fix section overlap problem
23006
23007 This patch adds fdt (flattened device tree) support to the AMCC
23008 Acadia eval board. This increases the image size and it doesn't
23009 fit anymore into 256kByte. Since we didn't want to remove features
23010 from the configuration, we decided to increase the U-Boot image size
23011 (add one flash sector).
23012
23013 Also changed the default environment definition to make it
23014 independent of such changes.
23015
23016 Signed-off-by: Stefan Roese <sr@denx.de>
23017
23018commit 4adb3023de75bc150f088c8935db340930ad38c8
23019Author: Ira Snyder <iws@ovro.caltech.edu>
23020Date: Tue Apr 29 11:18:54 2008 -0700
23021
23022 ppc4xx: Add device tree support to AMCC Yosemite
23023
23024 Add support for booting with a device tree blob. This is needed to boot
23025 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
23026 via the ethaddr variable.
23027
23028 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
23029 Signed-off-by: Stefan Roese <sr@denx.de>
23030
23031commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
23032Author: Dave Mitchell <dmitchell@amcc.com>
23033Date: Wed May 7 09:00:23 2008 -0700
23034
23035 ppc4xx: Fix typos in 460GT/EX FBDV array
23036
23037 Corrected two typos in the 460GT/EX FBDV array.
23038
23039 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
23040 Signed-off-by: Stefan Roese <sr@denx.de>
23041
23042commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
23043Author: Andy Fleming <afleming@freescale.com>
23044Date: Wed May 7 16:54:31 2008 -0500
23045
23046 85xx: Limit CPU2 workaround to parts that have the errata
23047
23048 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
23049 Signed-off-by: Andy Fleming <afleming@freescale.com>
23050
23051commit a5fe514e8ace564300d2c1d73846ddff49654243
23052Author: Lee Nipper <lee.nipper@freescale.com>
23053Date: Fri Apr 25 15:44:45 2008 -0500
23054
23055 mpc83xx: system performance settings for MPC8349EMDS.
23056
23057 These same settings are used on MPC8349ITX, and
23058 improve performance on MPC8349EMDS.
23059
23060 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
23061 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23062
23063commit 49387dba910e485640b575e920ee463b7e611dc3
23064Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23065Date: Tue May 6 13:22:52 2008 +0900
23066
23067 [MIPS] cpu/mips/cache.S: Fix build warning
23068
23069 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
23070 warns illegal global symbol references by bal (and jal also) instruction.
23071 This does not happen with the latest binutils v2.18.
23072
23073 Here's an example on gth2_config:
23074
23075 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
23076 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
23077 c -EB -c -o cache.o cache.S
23078 cache.S: Assembler messages:
23079 cache.S:243: Warning: Pretending global symbol used as branch target is local.
23080 cache.S:250: Warning: Pretending global symbol used as branch target is local.
23081
23082 In principle, gas might be sensitive to global symbol references in PIC
23083 code because they should be processed through GOT (global offset table).
23084 But if `bal' instruction is used, it results in PC-based offset jump.
23085 This is the cause of this warning.
23086
23087 In practice, we know it doesn't matter whether PC-based reference or GOT-
23088 based. As for this case, both will work before/after relocation. But let's
23089 fix the code.
23090
23091 This patch explicitly sets up a target address, then jump there.
23092 Here's an example of disassembled code with/without this patch.
23093
23094 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
23095 9000066c: ac80fffc sw zero,-4(a0)
23096 90000670: 01402821 move a1,t2
23097 -90000674: 0411ffba bal 90000560 <mips_init_icache>
23098 -90000678: 01803021 move a2,t4
23099 -9000067c: 01602821 move a1,t3
23100 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
23101 -90000684: 01a03021 move a2,t5
23102 -90000688: 03000008 jr t8
23103 -9000068c: 00000000 nop
23104 +90000674: 01803021 move a2,t4
23105 +90000678: 8f8f83ec lw t7,-31764(gp)
23106 +9000067c: 01e0f809 jalr t7
23107 +90000680: 00000000 nop
23108 +90000684: 01602821 move a1,t3
23109 +90000688: 01a03021 move a2,t5
23110 +9000068c: 8f8f81e0 lw t7,-32288(gp)
23111 +90000690: 01e0f809 jalr t7
23112 +90000694: 00000000 nop
23113 +90000698: 03000008 jr t8
23114 +9000069c: 00000000 nop
23115
23116 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23117
23118commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
23119Author: Vlad Lungu <vlad.lungu@windriver.com>
23120Date: Mon May 5 14:04:00 2008 +0300
23121
23122 Allow building mips versions with ELDK 3.1.1
23123
23124 .gpword works only with local symbols on certain binutils versions
23125
23126 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
23127
23128commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
23129Author: Wolfgang Denk <wd@denx.de>
23130Date: Mon May 5 12:52:36 2008 +0200
23131
23132 MAKEALL: add inka4x0 board
23133
23134 Signed-off-by: Wolfgang Denk <wd@denx.de>
23135
23136commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
23137Author: Wolfgang Denk <wd@denx.de>
23138Date: Sun May 4 21:34:23 2008 +0200
23139
23140 kb9202 board: fix build problem.
23141
23142 Signed-off-by: Wolfgang Denk <wd@denx.de>
23143
23144commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
23145Author: Wolfgang Denk <wd@denx.de>
23146Date: Sun May 4 12:10:33 2008 +0200
23147
23148 Prepare for v1.3.3-rc3
23149
23150 Update ChNAGELOG, minor white space cleanup.
23151
23152 Signed-off-by: Wolfgang Denk <wd@denx.de>
23153
6adf61dc
WD
23154commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
23155Author: Wolfgang Denk <wd@denx.de>
23156Date: Sun May 4 00:35:15 2008 +0200
23157
23158 drivers/net/tsec.c: Fix typo.
23159
23160 Signed-off-by: Wolfgang Denk <wd@denx.de>
23161
23162commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
23163Author: Mike Frysinger <vapier@gentoo.org>
23164Date: Fri May 2 21:45:12 2008 -0400
23165
23166 version_autogenerated.h: use printf rather than echo -n
23167
23168 Some systems are dumb and do not implement the -n flag to echo (like OS X).
23169 Convert the Makefile to use printf as this should work everywhere.
23170
23171 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23172 Signed-off-by: Wolfgang Denk <wd@denx.de>
23173
23174commit 4acc2a108ad0a669165924704a6cb083f9138242
23175Author: Mike Frysinger <vapier@gentoo.org>
23176Date: Fri May 2 18:17:50 2008 -0400
23177
23178 fix building when saveenv is disabled in some setups
23179
23180 If you enable environment in the flash, but disable the embedded
23181 option, and you disable the saveenv command, then the #if nested
23182 logic will trigger a compile failure:
23183 env_flash.c: In function 'env_relocate_spec':
23184 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
23185 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
23186
23187 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23188
23189commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
23190Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
23191Date: Fri May 2 16:10:04 2008 -0400
23192
23193 SBC8548: fix address mask to allow 64M flash
23194
23195 Fix incorrect mask to enable all 64MB of onboard flash.
23196 Previously U-Boot incorrectly mapped only 8MB of flash, this
23197 patch correctly maps all the available flash.
23198
23199 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
23200
23201commit 3648085c464c8c22ef76fab006ca4344d3796124
23202Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23203Date: Fri May 2 19:48:56 2008 +0200
23204
23205 qemu_mips: add README
23206
23207 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23208
23209commit 6fdd002689190a0022c7b3dbab37fcba724580ce
23210Author: Marcel Ziswiler <marcel@ziswiler.com>
23211Date: Fri May 2 02:35:59 2008 +0200
23212
23213 Fix misspelled comment
23214
23215 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23216
23217commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
23218Author: Mike Frysinger <vapier@gentoo.org>
23219Date: Thu May 1 04:13:05 2008 -0400
23220
23221 mkimage: make mmap() checks consistent
23222
23223 The mmap() related code is full of inconsistent casts/constants when
23224 it comes to error checking, and may break when building on some
23225 systems (like ones that do not implicitly define the caddr_t type).
23226 Let's just avoid the whole mess by writing the code nice and clean in
23227 the first place.
23228
23229 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
23230
23231commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
23232Author: Marcel Ziswiler <marcel@ziswiler.com>
23233Date: Thu May 1 09:05:34 2008 +0200
23234
23235 Fix defined but not used build warning
23236
23237 - warning: 'srom' defined but not used
23238
23239 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23240
23241commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
23242Author: Marcel Ziswiler <marcel@ziswiler.com>
23243Date: Thu May 1 09:05:26 2008 +0200
23244
23245 Fix implicit declaration build warnings
23246
23247 - warning: implicit declaration of function ‘serial_initialize’
23248
23249 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
23250
23251commit 9acde129cc3f9c1b3bc11a821480dd446774d618
23252Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
23253Date: Tue Apr 29 19:18:32 2008 +0200
23254
23255 TSEC: add config options for VSC8601 RGMII PHY
23256
23257 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
23258 and Tx clock lines. They are configured using 2 bits in extended
23259 register 0x17.
23260 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
23261 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
23262
23263 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
23264 Acked-by: Andy Fleming <afleming@freescale.com>
23265 Acked-by: Ben Warren <biggerbadderben@gmail.com>
23266 --
23267
23268 drivers/net/tsec.c | 6 ++++++
23269 drivers/net/tsec.h | 3 +++
23270 2 files changed, 9 insertions(+), 0 deletions(-)
23271
23272commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
23273Author: Wolfgang Denk <wd@denx.de>
23274Date: Sat May 3 23:07:15 2008 +0200
23275
23276 Revert "ColdFire: Get information from the correct GCC"
23277
23278 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
23279 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
23280
23281commit c4e5f52a58d278eebb87f476e353972c5dacea40
23282Author: Wolfgang Denk <wd@denx.de>
23283Date: Sat May 3 22:25:00 2008 +0200
23284
23285 config.mk: use correct (cross) compiler
23286
23287 Some config.mk files reference $(CC) to test for specific tool chain
23288 features, so make sure $(CC) gets set before including any such
23289 config files.
23290
23291 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
23292 the correct GCC").
23293
23294 Signed-off-by: Wolfgang Denk <wd@denx.de>
23295
23296commit 27c38689d0cfde0e444239345f97b5eecc9f4067
23297Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23298Date: Thu May 1 02:13:44 2008 +0200
23299
23300 pxa: fix previous definition on cpu init
23301
23302 start.S:183:1: warning: "ICMR" redefined
23303 In file included from start.S:33:
23304 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
23305 start.S:187:1: warning: "RCSR" redefined
23306 ...
23307
23308 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23309
23310commit 6d12e697de794d700767f22f950e3026ccf4daf6
23311Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23312Date: Thu May 1 02:13:43 2008 +0200
23313
23314 pxa: fix pcmcia operation on 'i' may be undefined
23315
23316 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23317 Signed-off-by: Wolfgang Denk <wd@denx.de>
23318
23319commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
23320Author: Kumar Gala <galak@kernel.crashing.org>
23321Date: Wed Apr 30 16:24:35 2008 -0500
23322
23323 MPC8610HPCD: Drop -O2 from the build flags
23324
23325 Make the flags use -Os like all other boards
23326
23327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23328
23329commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
23330Author: Stefan Roese <sr@denx.de>
23331Date: Wed Apr 30 15:50:39 2008 +0200
23332
23333 RTC: Fix month offset by one problem in M41T62 RTC driver
23334
23335 This patch fixes a problem with the month being read and written
23336 incorrectly (offset by one). This only gets visible by also using
23337 the Linux driver (rtc-m41t80).
23338
23339 Tested on AMCC Canyonlands.
23340
23341 Signed-off-by: Stefan Roese <sr@denx.de>
23342
23343commit 141ba1cad8e6598a2466e7e2976c6a12285df619
23344Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23345Date: Sat May 3 13:51:44 2008 +0900
23346
23347 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
23348
23349 Current trick to pick up GNU assembler minor version uses a dot(.) as a
23350 delimiter, and take the second field to obtain minor version number. But
23351 as can be expected, this doesn't work with a version string which has
23352 dots more than needs.
23353
23354 Here's an example:
23355
23356 $ mips-linux-gnu-as --version | grep 'GNU assembler'
23357 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
23358 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
23359 2-129) 2
23360 $
23361
23362 This patch restricts the version format to 2.XX.XX... This will work
23363 in most cases.
23364
23365 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
23366 2.18.50.20080215
23367 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
23368 18
23369 $
23370
23371 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23372
23373commit ea638951acead7f1086c908c0b9f086beab82a22
23374Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23375Date: Sat May 3 13:51:28 2008 +0900
23376
23377 [MIPS] cpu/mips/cache.S: Add dcache_enable
23378
23379 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
23380 "allow ports to override bootelf behavior") requires ports to have this
23381 function.
23382
23383 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
23384 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23385
23386commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
23387Author: Wolfgang Denk <wd@denx.de>
23388Date: Thu May 1 21:30:16 2008 +0200
23389
23390 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
23391
23392 Onenand needs a version of memcpy() which performs 16 bit accesses
23393 only; make sure the name does not conflict with the standard
23394 function.
23395
23396 Signed-off-by: Wolfgang Denk <wd@denx.de>
23397
23398commit 12bc4e94251c369c529ffa505cf58b148c372f7f
23399Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23400Date: Wed Apr 30 22:38:17 2008 +0200
23401
23402 cmd_nand: fix warning: str2long ncompatible pointer type
23403
23404 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23405
23406commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
23407Author: Timur Tabi <timur@freescale.com>
23408Date: Fri Apr 4 11:16:11 2008 -0500
23409
23410 Fix calculation of I2C clock for some 86xx chips
23411
23412 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
23413 There is no pattern that can be used to determine which chips use which
23414 frequency, so the only way to determine is to look up the actual SOC
23415 designation and use the right value for that SOC.
23416
23417 Signed-off-by: Timur Tabi <timur@freescale.com>
23418
23419commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
23420Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23421Date: Wed Apr 30 12:11:19 2008 -0500
23422
23423 ColdFire: Fix ethernet hang issue for mcf547x_8x
23424
23425 The ethernet hang is caused by receiving buffer in DRAM is not
23426 yet ready due to access cycles require longer time in DRAM.
23427 Relocate DMA buffer descriptors from DRAM to internal SRAM.
23428
23429 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23430
23431commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
23432Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23433Date: Wed Apr 30 12:10:47 2008 -0500
23434
23435 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
23436
23437 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
23438 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23439
23440commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
23441Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23442Date: Wed Apr 30 12:10:23 2008 -0500
23443
23444 ColdFire: Get information from the correct GCC
23445
23446 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
23447 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
23448
23449commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
23450Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
23451Date: Wed Apr 30 18:02:59 2008 +0200
23452
23453 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
23454
23455 Fix warnings
23456
23457 nv_nand.c: In function 'saveenv':
23458 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
23459 env_nand.c: In function 'env_relocate_spec':
23460 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
23461
23462 if compiled for davinci_schmoogie_config.
23463
23464 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23465 Ack by: Sergey Kubushyn <ksi@koi8.net>
23466
23467commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
23468Author: Anatolij Gustschin <agust@denx.de>
23469Date: Wed Apr 30 13:34:40 2008 +0200
23470
23471 Fix warnings while compiling net/net.c for MPC8610HPCD board
23472
23473 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
23474 causing overriding default -Os option. New gcc (ver. 4.2.2)
23475 produces warnings while compiling net/net.c file with -O2
23476 option. The patch is an attempt to fix this.
23477
23478 Signed-off-by: Anatolij Gustschin <agust@denx.de>
23479
23480commit 58b575e575c25fdf8c88141e145db201f3092149
23481Author: Sascha Laue <Sascha.Laue@gmx.biz>
23482Date: Wed Apr 30 15:23:38 2008 +0200
23483
23484 lwmon5: fix offset error in sysmon0 POST
23485
23486 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
23487 Signed-off-by: Wolfgang Denk <wd@denx.de>
23488
23489commit e7419b243a373de4ee042f7d4f45f66de787240d
23490Author: Sascha Laue <Sascha.Laue@gmx.biz>
23491Date: Wed Apr 30 15:16:35 2008 +0200
23492
23493 lwmon5: fix manual merge error in POST
23494
23495 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
23496
23497commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
23498Author: Wolfgang Denk <wd@denx.de>
23499Date: Wed Apr 30 17:46:26 2008 +0200
23500
23501 cmd_nand.c: fix another 'incompatible pointer type' warning.
23502
23503 Signed-off-by: Wolfgang Denk <wd@denx.de>
23504
23505commit de109d909707e2dfe806be5efc3cdb103b47c8ad
23506Author: Wolfgang Denk <wd@denx.de>
23507Date: Wed Apr 30 17:25:07 2008 +0200
23508
23509 Makefile: fix parallel builds
23510
23511 This problem shows up with parallel builds only; it results in
23512 somewhat cryptic error messages like
23513
23514 $ JOBS=-j6 MAKEALL netstar
23515 Configuring for netstar board...
23516 arm-linux-ld: cannot find -lgeneric
23517 make[1]: *** [eeprom.srec] Error 1
23518
23519 A few boards (like netstar and voiceblue) need some libraries for
23520 building; however, the board Makefile does not contain any such
23521 dependencies which may cause problems with parallel builds. Adding
23522 such dependencies is difficult as we would also have to provide build
23523 rules, which already exist in the respective library Makefiles.
23524
23525 To solve this, we make sure that all libraries get built before the
23526 board code.
23527
23528 Signed-off-by: Wolfgang Denk <wd@denx.de>
23529
23530commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
23531Author: Stefan Roese <sr@denx.de>
23532Date: Wed Apr 30 14:51:36 2008 +0200
23533
23534 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
23535
23536 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
23537 used for NAND booting to match the values needed for the new 512MB
23538 DIMM modules shipped with the productions boards:
23539
23540 Crucial: CT6464AC667.8FB
23541
23542 Signed-off-by: Stefan Roese <sr@denx.de>
23543
23544commit ea9202a659dc75996facf1475f1866a19a9d3129
23545Author: Stefan Roese <sr@denx.de>
23546Date: Wed Apr 30 10:49:43 2008 +0200
23547
23548 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
23549
23550 This patch fixes a problem with DIMMs that have 8 banks. Now the
23551 MCIF0_MBxCF register will be setup correctly for this setup too.
23552
23553 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
23554
23555 Signed-off-by: Stefan Roese <sr@denx.de>
23556
23557commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
23558Author: Wolfgang Denk <wd@denx.de>
23559Date: Tue Apr 29 23:41:06 2008 +0200
23560
23561 Prepare v1.3.3-rc2, again.
23562
23563 Signed-off-by: Wolfgang Denk <wd@denx.de>
23564
76617299
WD
23565commit b7fcc4c13993782342cf5cd20d237a6281648a0b
23566Author: Wolfgang Denk <wd@denx.de>
23567Date: Tue Apr 29 23:35:24 2008 +0200
23568
23569 Prepare v1.3.3-rc2
23570
23571 Signed-off-by: Wolfgang Denk <wd@denx.de>
23572
b7fcc4c1
WD
23573commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
23574Author: Wolfgang Denk <wd@denx.de>
23575Date: Tue Apr 29 23:32:20 2008 +0200
23576
23577 common/env_nand.c: fix one more incompatible pointer type issue
23578
23579 Signed-off-by: Wolfgang Denk <wd@denx.de>
23580
23581commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
23582Author: Wolfgang Denk <wd@denx.de>
23583Date: Tue Apr 29 21:33:08 2008 +0200
23584
23585 post/board/lwmon5/sysmon.c: fix manual merge error.
23586
23587 Signed-off-by: Wolfgang Denk <wd@denx.de>
23588
23589commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
23590Author: Kumar Gala <galak@kernel.crashing.org>
23591Date: Tue Apr 29 12:54:59 2008 -0500
23592
23593 85xx: Add -mno-spe to e500/85xx builds
23594
23595 Newer gcc's might be configured to enable autovectorization by default.
23596 If we happen to build with one of those compilers we will get SPE
23597 instructions in random code.
23598
23599 -mno-spe disables the compiler for automatically generating SPE
23600 instructions without our knowledge.
23601
23602 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23603
23604commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
23605Author: Kumar Gala <galak@kernel.crashing.org>
23606Date: Tue Apr 29 10:18:34 2008 -0500
23607
23608 Update .gitignore for zlib.h
23609
23610 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23611
23612commit 45239cf4152109caa925145ccd433529902df887
23613Author: Kumar Gala <galak@kernel.crashing.org>
23614Date: Tue Apr 29 10:27:08 2008 -0500
23615
23616 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
23617
23618 All the 85xx and 86xx UM describe the register as timing_cfg_3
23619 not as ext_refrec.
23620
23621 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23622
23623commit ef7d30b14394e4c4a153118f5845760cadada02a
23624Author: Kumar Gala <galak@kernel.crashing.org>
23625Date: Tue Apr 29 10:28:34 2008 -0500
23626
23627 85xx/86xx: Rename DDR init address and init extended address register
23628
23629 Rename init_addr and init_ext_addr to match the docs between
23630 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
23631
23632 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23633
23634commit cf6cc014270549684873a5972d2595052c468cb6
23635Author: Kumar Gala <galak@kernel.crashing.org>
23636Date: Mon Apr 28 02:24:04 2008 -0500
23637
23638 85xx: Additional fixes and cleanup of MP code
23639
23640 * adjust __spin_table alignment to match ePAPR v0.94 spec
23641 * loop over all cpus when determing who is up. This fixes an issue if
23642 the "boot cpu" isn't core0. The "boot cpu" will already be in the
23643 cpu_up_mask so there is no harm
23644 * Added some protection in the code to ensure proper behavior. These
23645 changes are explicitly needed but don't hurt:
23646 - Added eieio to ensure the "hot word" of the table is written after
23647 all other table updates have occurred.
23648 - Added isync to ensure we don't prefetch loading of table entries
23649 until we a released
23650
23651 These issues we raised by Dave Liu.
23652
23653 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23654
23655commit b2d527a8b9fb50afccbaf79b5540952585cdc760
23656Author: Yuri Tikhonov <yur@emcraft.com>
23657Date: Tue Apr 29 15:06:41 2008 +0200
23658
23659 lwmon5: minor clean-up to include/configs/lwmon5.h
23660
23661 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
23662 the CFG_DSPIC_TEST_ADDR definition more readable.
23663
23664 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23665
23666commit f4c4d21a885ccc222fd0acdf653b683249e85117
23667Author: Stefan Roese <sr@denx.de>
23668Date: Tue Apr 29 16:08:05 2008 +0200
23669
23670 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
23671
23672 Signed-off-by: Stefan Roese <sr@denx.de>
23673
23674commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
23675Author: Yuri Tikhonov <yur@emcraft.com>
23676Date: Tue Apr 29 13:32:45 2008 +0200
23677
23678 ppc flush_cache: add watch-dog triggering into the loops.
23679
23680 Some boards (e.g. lwmon5) need rather a frequent watch-dog
23681 kicking. Since the time it takes for the flush_cache() function
23682 to complete its job depends on the size of data being flushed, one
23683 may encounter watch-dog resets on such boards when, for example,
23684 download big files over ethernet.
23685
23686 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23687
23688commit cab99d6f3281ab6784feccf98b9b425daa58418a
23689Author: Stefan Roese <sr@denx.de>
23690Date: Tue Apr 29 14:44:54 2008 +0200
23691
23692 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
23693
23694 Signed-off-by: Stefan Roese <sr@denx.de>
23695
23696commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
23697Author: Stefan Roese <sr@denx.de>
23698Date: Tue Apr 29 14:12:07 2008 +0200
23699
23700 ppc4xx: Fix Katmai CFG_MONITOR_LEN
23701
23702 Signed-off-by: Stefan Roese <sr@denx.de>
23703
23704commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
23705Author: Stefan Roese <sr@denx.de>
23706Date: Tue Apr 29 13:57:07 2008 +0200
23707
23708 ppc4xx: Complete remove bogus dflush()
23709
23710 Since the current dflush() implementation is know to have some problems
23711 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
23712 it by using clean_dcache_range().
23713
23714 Tested on Katmai with ECC DIMM.
23715
23716 Signed-off-by: Stefan Roese <sr@denx.de>
23717
23718commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
23719Author: Stefan Roese <sr@denx.de>
23720Date: Tue Apr 29 13:36:51 2008 +0200
23721
23722 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
23723
23724 As it seems the "old" ECC initialization routine by using dflush() didn't
23725 write all lines in the dcache back to memory on lwmon5. This could lead
23726 to ECC error upon Linux booting. This patch changes the program_ecc()
23727 routine to now use clean_dcache_range() instead of dflush().
23728 clean_dcache_range() uses dcbst which is exactly what we want in this
23729 case.
23730
23731 Since dflush() is known is cause problems, this routine will be
23732 removed completely and replaced by clean_dcache_range() with an
23733 additional patch.
23734
23735 Signed-off-by: Stefan Roese <sr@denx.de>
23736
23737commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
23738Author: Yuri Tikhonov <yur@emcraft.com>
23739Date: Mon Apr 28 18:19:34 2008 +0200
23740
23741 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
23742
23743 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
23744
23745commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
23746Author: Markus Brunner <super.firetwister@googlemail.com>
23747Date: Mon Apr 28 08:47:47 2008 +0200
23748
23749 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
23750
23751 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
23752 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
23753 doesn't exist.
23754
23755 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
23756
76617299
WD
23757commit 2ef7503a593c77a80c2a054011970227c4b62774
23758Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23759Date: Thu Apr 24 07:57:17 2008 +0200
23760
23761 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
23762
23763 Move non-inlied functions into specific drivers file
23764 Set get_prom as weak
23765
23766 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23767 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
23768 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23769
23770commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
23771Author: Guennadi Liakhovetski <lg@denx.de>
23772Date: Thu Apr 3 17:04:19 2008 +0200
23773
23774 net: make ARP timeout configurable
23775
23776 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
23777 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
23778 to the boards get lost, which typically are ARP replies. By configuring
23779 the timeout to a lower value we significantly improve the first network
23780 transfer time on this board. The timeout is specified in milliseconds,
23781 later internally it is converted to deciseconds, because it has to be
23782 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
23783 different boards.
23784
23785 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23786 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23787
23788commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
23789Author: Guennadi Liakhovetski <lg@denx.de>
23790Date: Thu Apr 3 13:36:18 2008 +0200
23791
23792 minor cs8900 driver clean up
23793
23794 Remove a redundant register definition, clean up some coding style
23795 violations.
23796
23797 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23798 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
23799
b7fcc4c1
WD
23800commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
23801Author: Wolfgang Denk <wd@denx.de>
23802Date: Mon Apr 28 22:01:04 2008 +0200
23803
23804 jffs2_1pass.c: fix incompatible pointer type warning
23805
23806 Signed-off-by: Wolfgang Denk <wd@denx.de>
23807
23808commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
23809Author: Sascha Laue <Sascha.Laue@gmx.biz>
23810Date: Tue Apr 1 10:10:18 2008 +0200
23811
23812 lwmon5: update dsPIC POST spezification
23813
23814 The specification for the lwmon5 board dsPIC POST got changed.
23815 Also add defines for the temperatures and voltages.
23816
23817 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
23818
23819commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
23820Author: Sascha Laue <Sascha.Laue@gmx.biz>
23821Date: Tue Apr 1 15:13:03 2008 +0200
23822
23823 Fix watchdog POST for lwmon5
23824
23825 If the hardware watchdog detects a voltage error, the watchdog sets
23826 GPIO62 to low. The watchdog POST has to detect this low level.
23827
23828 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
23829 Signed-off-by: Wolfgang Denk <wd@denx.de>
23830
23831commit dd5748bcd669f46aeb6686c1b341323843738ccc
23832Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23833Date: Mon Apr 28 14:37:14 2008 +0200
23834
23835 rtl8169: fix compiler warnings
23836
23837 Fix multiple compiler warnings related to argument type mismatch.
23838
23839 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23840
23841commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
23842Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23843Date: Mon Apr 28 14:36:06 2008 +0200
23844
23845 IDE: fix compiler warnings
23846
23847 The IDE driver can use 32-bit addresses in LBA mode, in which case it
23848 spits multiple warnings during compilation. Fix them.
23849
23850 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23851
23852commit db9084de28c46ac81c8f681722cb0d7411be4d7f
23853Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23854Date: Mon Apr 28 14:35:57 2008 +0200
23855
23856 LinkStation: fix compiler warning, add a maintainer
23857
23858 out_8 wants a pointer to an unsigned as the first argument. Add a
23859 maintainer for Linkstation boards.
23860
23861 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
23862
23863commit c71abba3cb67b063f789f17abf6c7447727c0cd5
23864Author: Wolfgang Denk <wd@denx.de>
23865Date: Mon Apr 28 14:55:12 2008 +0200
23866
23867 cmd_nand.c: fix "differ in signedness" problem
23868
23869 Signed-off-by: Wolfgang Denk <wd@denx.de>
23870
23871commit f2c288a35341ad02ac03b1563d786763c9c8f159
23872Author: Wolfgang Denk <wd@denx.de>
23873Date: Mon Apr 28 12:48:47 2008 +0200
23874
23875 pcnet.c: fix a merge issue
23876
23877 Signed-off-by: Wolfgang Denk <wd@denx.de>
23878
23879commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
23880Author: Wolfgang Denk <wd@denx.de>
23881Date: Mon Apr 28 12:08:18 2008 +0200
23882
23883 NAND: fix some strict-aliasing compiler warnings
23884
23885 Signed-off-by: Wolfgang Denk <wd@denx.de>
23886
23887commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
23888Author: Stefan Roese <sr@denx.de>
23889Date: Mon Apr 28 11:37:14 2008 +0200
23890
23891 ppc4xx: Fix compile warning of hcu4 board
23892
23893 Signed-off-by: Stefan Roese <sr@denx.de>
23894
23895commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
23896Author: Wolfgang Denk <wd@denx.de>
23897Date: Mon Apr 28 11:31:23 2008 +0200
23898
23899 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
23900
23901 Signed-off-by: Wolfgang Denk <wd@denx.de>
23902
23903commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
23904Author: Guennadi Liakhovetski <lg@denx.de>
23905Date: Mon Apr 28 00:25:32 2008 +0200
23906
23907 mx31ads: fix loadaddr environment variable define
23908
23909 Arithmetic expressions do not get evaluated under stringification. Remove
23910 default network configuration, add DHCP command support. Thanks to Felix
23911 Radensky for reporting.
23912
23913 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
23914
23915commit 144eec777ac07bcb12bd38245a5a289f694a7f98
23916Author: Wolfgang Denk <wd@denx.de>
23917Date: Mon Apr 28 10:55:24 2008 +0200
23918
23919 katmai: fix section overlap problem
23920
23921 Since we didn't want to remove features from the configuration, we
23922 decided to increase the U-Boot image size (add one flash sector).
23923
23924 Also changed the default environment definition to make it
23925 independent of such changes.
23926
23927 Signed-off-by: Wolfgang Denk <wd@denx.de>
23928 Acked-by: Stefan Roese <sr@denx.de>
23929
23930commit 941d696d25624e3cc65ebf924199541acf52d74e
23931Author: Wolfgang Denk <wd@denx.de>
23932Date: Mon Apr 28 10:55:24 2008 +0200
23933
23934 katmai: fix section overlap problem
23935
23936 Since we didn't want to remove features from the configuration, we
23937 decided to increase the U-Boot image size (add one flash sector).
23938
23939 Also changed the default environment definition to make it
23940 independent of such changes.
23941
23942 Signed-off-by: Wolfgang Denk <wd@denx.de>
23943 Acked-by: Stefan Roese <sr@denx.de>
23944
23945commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
23946Author: Kumar Gala <galak@kernel.crashing.org>
23947Date: Sat Apr 26 11:44:44 2008 -0500
23948
23949 post: Fix building with O=
23950
23951 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23952
23953commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
23954Author: Wolfgang Denk <wd@denx.de>
23955Date: Sat Apr 26 01:55:00 2008 +0200
23956
23957 Prepare v1.3.3-rc1
23958
23959 Signed-off-by: Wolfgang Denk <wd@denx.de>
23960
fd7531c1
WD
23961commit 19cf2ec90d8ce52da60c1693693c4048cb810967
23962Author: Wolfgang Denk <wd@denx.de>
23963Date: Sat Apr 26 01:25:39 2008 +0200
23964
23965 post/Makefile: make sure to use the correct flags
23966
23967 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
23968 messages to be printed.
23969
23970 Signed-off-by: Wolfgang Denk <wd@denx.de>
23971
23972commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
23973Author: Wolfgang Denk <wd@denx.de>
23974Date: Sat Apr 26 00:34:42 2008 +0200
23975
23976 Coding Style cleanup, update CHANGELOG
23977
23978 Signed-off-by: Wolfgang Denk <wd@denx.de>
23979
7ed40117
WD
23980commit f9204e15173834ff8d123e36279ce49c3c6c74fc
23981Author: Magnus Lilja <lilja.magnus@gmail.com>
23982Date: Sun Apr 20 10:38:12 2008 +0200
23983
23984 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
23985
23986 This patch enables SPI and MC13783/RTC support for the Litekit board.
23987
23988 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
23989
23990commit f97abbfb47d9e407354e157cae3f6369e460cd37
23991Author: Ed Swarthout <Ed.Swarthout@freescale.com>
23992Date: Fri Apr 25 01:08:32 2008 -0500
23993
23994 MPC8544DS: decode pcie3 end-point configuration correctly.
23995
23996 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23997 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23998
23999commit 292188e15523c165c4269403fdcd33c26d89176e
24000Author: Roy Zang <tie-fei.zang@freescale.com>
24001Date: Fri Apr 25 00:55:09 2008 -0500
24002
24003 MPC8544DS: Removes the unknown flash message information
24004
24005 This patch removes the unknown flash message information:
24006 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
24007 This unknown flash message is caused by PromJet.
24008 Some of the board user is unhappy with this information.
24009
24010 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
24011 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24012
24013commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
24014Author: Kim Phillips <kim.phillips@freescale.com>
24015Date: Thu Apr 24 14:07:38 2008 -0500
24016
24017 mpc83xx: bump loadaddr over fdtaddr to 0x500000
24018
24019 this seems as a good compromise between human memory, typing,
24020 and last but not least, to accommodate for current and future kernel bloat.
24021
24022 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24023 Acked-by: Dave Liu <daveliu@freescale.com>
24024
24025commit be5a7190265a34d968578ff266549c60f6f57654
24026Author: Dave Liu <r63238@freescale.com>
24027Date: Tue Apr 15 13:12:23 2008 +0800
24028
24029 mpc83xx: clean up the readme for 83xx boards
24030
24031 1. correct the typo
24032 2. correct the memory map for 837xerdb board
24033
24034 Signed-off-by: Dave Liu <daveliu@freescale.com>
24035
24036commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
24037Author: Dave Liu <r63238@freescale.com>
24038Date: Tue Apr 15 13:11:11 2008 +0800
24039
24040 mpc83xx: remove the unused CPM's stuff
24041
24042 The MPC83xx family never have CPM block, so remove it from 83xx.
24043
24044 Signed-off-by: Dave Liu <daveliu@freescale.com>
24045
24046commit c63ad6325a8ac0097a54b418a3288926b0484b18
24047Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24048Date: Fri Apr 18 16:29:40 2008 +0200
24049
24050 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
24051
24052 This patch adds a configurable flash auto protection list that can be used
24053 to make U-Boot protect flash regions in flash_init().
24054
24055 The idea has been discussed on the u-boot mailing list starting
24056 on Nov 18th, 2007.
24057
24058 Even this patch brings a new feature it is used as a bugfix for 4xx
24059 platforms where flash_init() does not completely protect the
24060 monitor's flash range in all situations.
24061
24062 U-Boot protects the flash range from CFG_MONITOR_BASE to
24063 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
24064 include the reset vector at 0xfffffffc.
24065
24066 Example:
24067 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
24068
24069 This config option will auto protect the last 512k of flash that
24070 contains the bootloader on board like APC405 and PMC405.
24071
24072 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24073
24074commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
24075Author: Stefan Roese <sr@denx.de>
24076Date: Fri Apr 25 13:59:03 2008 +0200
24077
24078 ppc4xx: Remove double defines in lwmon5.h
24079
24080 introduced with latest lwmon5/POST merge
24081
24082 Signed-off-by: Stefan Roese <sr@denx.de>
24083
24084commit 7590378fb9c686709492ceb142825cd058255956
24085Author: Bartlomiej Sieka <tur@semihalf.com>
24086Date: Fri Apr 25 13:54:02 2008 +0200
24087
24088 Use watchdog-aware functions when calculating hashes of images - take two
24089
24090 Some files didn't get updated properly with the "Use watchdog-aware
24091 functions when calculating hashes of images" commit, this commit
24092 fixes this.
24093
24094 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24095 Signed-off-by: Wolfgang Denk <wd@denx.de>
24096
24097commit 8e048c438e20ec89b49da5f085f8f756eba6e587
24098Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24099Date: Fri Apr 25 12:01:39 2008 +0200
24100
24101 ppc4xx: Add bootcount limit handling for APC405 boards
24102
24103 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24104
24105commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
24106Author: Bartlomiej Sieka <tur@semihalf.com>
24107Date: Fri Apr 25 12:10:09 2008 +0200
24108
24109 Use watchdog-aware functions when calculating hashes of images
24110
24111 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24112
24113commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
24114Author: Wolfgang Denk <wd@denx.de>
24115Date: Fri Apr 25 12:44:08 2008 +0200
24116
24117 USB: fix more GCC 4.2.x aliasing warnings
24118
24119 Signed-off-by: Wolfgang Denk <wd@denx.de>
24120 Acked-by: Markus Klotzbuecher <mk@denx.de>
24121
24122commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
24123Author: Wolfgang Denk <wd@denx.de>
24124Date: Fri Apr 25 12:41:53 2008 +0200
24125
24126 lib_generic/crc32.c: add missing #include <watchdog.h>
24127
24128 Signed-off-by: Wolfgang Denk <wd@denx.de>
24129
24130commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
24131Author: Wolfgang Denk <wd@denx.de>
24132Date: Fri Apr 25 11:52:21 2008 +0200
24133
24134 lib_generic/crc32.c: fix compile problem
24135
24136 Signed-off-by: Wolfgang Denk <wd@denx.de>
24137
24138commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
24139Author: Stefan Roese <sr@denx.de>
24140Date: Tue Apr 22 12:20:32 2008 +0200
24141
24142 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
24143
24144 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
24145 environment variable will now get passed to the Linux kernel by setting
24146 the device_type property of the PCIe device tree node. For normal root-
24147 complex configuration it will keep its defaults value of "pci" and for
24148 endpoint configuration it will get changed to "pci-endpoint".
24149
24150 Signed-off-by: Stefan Roese <sr@denx.de>
24151
24152commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
24153Author: Yuri Tikhonov <yur@emcraft.com>
24154Date: Thu Apr 24 10:30:53 2008 +0200
24155
24156 lwmon5: watchdog POST fix
24157
24158 Use the GPT0_MASKx registers as the temporary storage for watch-dog
24159 timer POST test instead of GPT0_COMPx. The latter
24160 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
24161
24162 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24163 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24164
24165commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
24166Author: Kim Phillips <kim.phillips@freescale.com>
24167Date: Mon Apr 21 18:10:14 2008 -0500
24168
24169 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
24170
24171 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
24172 proven problematic getting right from the start at least on 83xx and
24173 4xx.
24174
24175 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24176
24177commit a99715b8ebfc500f3f40e01b36b64d473938443d
24178Author: Detlev Zundel <dzu@denx.de>
24179Date: Fri Apr 18 14:50:01 2008 +0200
24180
24181 Realining some header definitions.
24182
24183 Signed-off-by: Detlev Zundel <dzu@denx.de>
24184
24185commit 4acbc6c7f993cae409c424615415a3e76820f13d
24186Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24187Date: Thu Apr 24 07:57:16 2008 +0200
24188
24189 NE2000: coding style cleanup
24190
24191 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24192
24193commit b4aff1ffaf7120032c653357c007faa14f74d29d
24194Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24195Date: Wed Apr 23 00:11:47 2008 +0900
24196
24197 qemu-mips.h: Add CFI support
24198
24199 CONFIG_ENV_OVERWRITE is also added.
24200
24201 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
24202
24203 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24204 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24205
24206commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
24207Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24208Date: Tue Apr 22 22:47:27 2008 +0900
24209
24210 doc/README.mips: Add MIPS notes
24211
24212 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24213
24214commit 215b01bba8bc662d35f72b084700b192d367dfb4
24215Author: Bartlomiej Sieka <tur@semihalf.com>
24216Date: Tue Apr 22 12:27:56 2008 +0200
24217
24218 Add support for calculating hashes with watchdog triggering
24219
24220 Implement watchodg-aware variants of hash calculation functions:
24221 - crc32_wd()
24222 - md5_wd()
24223 - sha1_csum_wd()
24224 The above functions calculate the hash of the input buffer in chunks,
24225 triggering the watchdog after processing each chunk. The chunk size
24226 is given as a function call parameter.
24227
24228 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24229
24230commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
24231Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24232Date: Wed Apr 23 11:02:12 2008 +0900
24233
24234 qemu-mips: Cleanup whitespace, indentation, etc.
24235
24236 No functional change.
24237
24238 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
24239 Then I re-created from scratch, and changed more lines than the original.
24240
24241 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24242 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24243
24244commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
24245Author: Vlad Lungu <vlad@comsys.ro>
24246Date: Wed Oct 10 23:02:09 2007 +0300
24247
24248 Fixed pcnet io_base
24249
24250 Bus and phys address are not always the same
24251
24252 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
24253
24254commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
24255Author: Wolfgang Denk <wd@denx.de>
24256Date: Thu Apr 24 23:44:26 2008 +0200
24257
24258 drivers/net/pcnet.c: Coding Style cleanup.
24259
24260 Signed-off-by: Wolfgang Denk <wd@denx.de>
24261
24262commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
24263Author: Vlad Lungu <vlad@comsys.ro>
24264Date: Wed Oct 10 23:04:23 2007 +0300
24265
24266 Added Am79C970A chip id to pcnet
24267
24268 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
24269
24270commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
24271Author: Magnus Lilja <lilja.magnus@gmail.com>
24272Date: Sun Apr 20 10:35:03 2008 +0200
24273
24274 i.MX31: Fix architecture numbers for ADS and Litekit boards
24275
24276 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
24277
24278 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24279
24280commit e7ae84d6c7288790e88639f57cb60daf89c11369
24281Author: Magnus Lilja <lilja.magnus@gmail.com>
24282Date: Sun Apr 20 10:36:36 2008 +0200
24283
24284 i.MX31: Use symbolic names for Litekit membases.
24285
24286 Use symbolic names instead of hard coded addresses for Litekit membases.
24287
24288 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24289
24290commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
24291Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24292Date: Sat Apr 19 17:59:20 2008 +0200
24293
24294 Fix show_boot_progress prototype
24295
24296 in commit fad634071 "make show_boot_progress () weak."
24297 show_boot_progress is supposed to be declared as weak but declared as
24298 inline instead.
24299
24300 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24301
24302commit edbed247a14d70b94958010f736621212285de91
24303Author: Bartlomiej Sieka <tur@semihalf.com>
24304Date: Fri Apr 18 12:39:23 2008 +0200
24305
24306 Memory footprint optimizations
24307
24308 As suggested by Wolfgang Denk:
24309 - image printing functions:
24310 - remove wrappers
24311 - remove indentation prefix from functions' signatures
24312 - merge getenv_verify and getenv_autostart into one parametrized function
24313
24314 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24315
24316commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
24317Author: Guennadi Liakhovetski <lg@denx.de>
24318Date: Tue Apr 15 13:33:11 2008 +0200
24319
24320 MX31ADS environment variable update, spi and rtc support
24321
24322 Update MX31ADS default environment to better match the flash layout and
24323 the memory map, support SPI and RTC.
24324
24325 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24326
24327commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
24328Author: Kumar Gala <galak@kernel.crashing.org>
24329Date: Mon Apr 21 09:28:36 2008 -0500
24330
24331 85xx: Round up frequency calculations to get reasonable output
24332
24333 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
24334
24335 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
24336
24337 Signed-off-by: Dejan Minic <minic@freescale.com>
24338 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
24339 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24340 Acked-by: Andy Fleming <afleming@freescale.com>
24341
24342commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
24343Author: Kumar Gala <galak@kernel.crashing.org>
24344Date: Wed Apr 23 16:58:04 2008 -0500
24345
24346 fsl_pci: Only modify registers if we have them
24347
24348 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
24349
24350 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24351
24352commit 83fe32334337def160b302aa9d152d808bfcc68e
24353Author: Markus Klotzbücher <mk@denx.de>
24354Date: Wed Apr 23 10:57:33 2008 +0200
24355
24356 USB: remove a cpu bug workaround for an unsupported architecture.
24357
24358 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24359
24360commit f957576cb53e6cfab412709cfc8db1afd39d21c3
24361Author: Markus Klotzbücher <mk@denx.de>
24362Date: Wed Apr 23 10:53:23 2008 +0200
24363
24364 USB: fix those pesky aliasing warnings issued by gcc-4.2
24365
24366 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
24367 Signed-off-by: Detlev Zundel <dzu@denx.de>
24368
24369commit 89cdab788f3716b335fefb60b836ebcf975aceab
24370Author: Mike Frysinger <vapier@gentoo.org>
24371Date: Mon Mar 31 11:02:01 2008 -0400
24372
24373 crc32: use uint32_t rather than unsigned long
24374
24375 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
24376 this is done with the build toolchain instead of the target tool
24377 chain, so if the build is a 64bit system but the target is 32bits,
24378 the size will obviously be wrong. This converts all unsigned long
24379 stuff related to crc32 to uint32_t types. Compile tested only: output
24380 of ./tools/envcrc when run on a 32bit build system matches that of a
24381 64bit build system.
24382
24383 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24384 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24385
24386commit 80c40b765b3642ddb9f3392b7898715aab44a29c
24387Author: Dirk Behme <dirk.behme@googlemail.com>
24388Date: Wed Mar 26 09:53:29 2008 +0100
24389
24390 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
24391
24392 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
24393
24394 Changes:
24395
24396 - Remove *_masked() functions as noted by Wolfgang
24397
24398 - Adapt register naming to recent TI spec (sprue26, March 2007)
24399
24400 - Fix reset_timer() handling
24401
24402 - 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.
24403
24404 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
24405
24406 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
24407
24408 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
24409
24410 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
24411
24412 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
24413 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
24414
24415commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
24416Author: Sergei Poselenov <sposelenov@emcraft.com>
24417Date: Wed Apr 9 16:09:41 2008 +0200
24418
24419 Added watchdog triggering calls in the "mtest" test function.
24420
24421 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
24422
24423commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
24424Author: Yuri Tikhonov <yur@emcraft.com>
24425Date: Sun Apr 6 19:19:14 2008 +0200
24426
24427 lwmon5 watchdog: limit trigger rate
24428
24429 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
24430 the CONFIG_WD_MAX_RATE value.
24431
24432 Note that an earlier version of this patch which used microseconds
24433 instead of ticks dis not work. The problem was that we used
24434 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
24435 get_tbclk(), which in turn calls get_sys_info(). It turns out that
24436 this function does a lot of prolonged operations (like divisions)
24437 which take too much time so we do not trigger the watchdog in time,
24438 and it resets the system.
24439
24440 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24441
24442commit 2d2b994a30bb100774dc747ae9865b7f95285a88
24443Author: Yuri Tikhonov <yur@emcraft.com>
24444Date: Mon Mar 31 10:51:37 2008 +0200
24445
24446 POST: move CONFIG_POST to Makefiles
24447
24448 Introduce the new logical option CONFIG_HAS_POST which is set when the
24449 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
24450 to determine should the POST libs be compiled for the selected target
24451 platform, or not.
24452
24453 To avoid breaking u-boot linking process, the empty post/libpost.a file is
24454 created for platforms which do not have POSTs.
24455
24456 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24457 Signed-off-by: Wolfgang Denk <wd@denx.de>
24458
24459commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
24460Author: Yuri Tikhonov <yur@emcraft.com>
24461Date: Mon Mar 31 10:49:34 2008 +0200
24462
24463 POST: preparations for moving CONFIG_POST to Makefiles
24464
24465 Remove CONFIG_POST ifdefs from the post/ source files.
24466
24467 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24468 Signed-off-by: Wolfgang Denk <wd@denx.de>
24469
24470commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
24471Author: Stefan Roese <sr@denx.de>
24472Date: Tue Apr 22 14:14:20 2008 +0200
24473
24474 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
24475
24476 This patch fixes the Canyonlands and Glacier default environment to better
24477 fit to the arch/powerpc device-tree kernels. The variables dealing with
24478 arch/ppc booting are removed, since these boards are supported only in
24479 arch/powerpc. Glacier uses the same config file as Canyonlands.
24480
24481 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
24482
24483 Signed-off-by: Stefan Roese <sr@denx.de>
24484
24485commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
24486Author: Stefan Roese <sr@denx.de>
24487Date: Tue Apr 22 14:06:42 2008 +0200
24488
24489 ppc4xx: Small coding style cleanup for the latest esd patches
24490
24491 Signed-off-by: Stefan Roese <sr@denx.de>
24492
24493commit 79941d63bc03aed8c48d7602f18217cc200ee931
24494Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24495Date: Mon Apr 21 18:01:07 2008 +0200
24496
24497 ppc4xx: Update CPU strapping for PMC440 boards
24498
24499 This patch removes the temporary 'test' strapping option
24500 of the sbe command. The '667' strapping option now uses
24501 a PLB/PCI divider of 3.
24502
24503 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24504
24505commit f00cf3193a6635355b121e90debb2f54e777e7da
24506Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24507Date: Mon Apr 21 14:42:21 2008 +0200
24508
24509 ppc4xx: Remove unused APC405 strataflash driver
24510
24511 The APC405 board support has been migrated to use the common
24512 CFI flash driver.
24513
24514 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24515
24516commit 1c686676a86473bbd92151f0544e109413f6ed06
24517Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24518Date: Mon Apr 21 14:42:17 2008 +0200
24519
24520 ppc4xx: Update APC405 configuration
24521
24522 - enable esd's auto_update mechanism
24523 - support alternative flash layout on rev. 1.8 boards
24524 - update default environment
24525 - use common CFI flash driver
24526 - coding style cleanup
24527
24528 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24529
24530commit 0b9872515a521bf7866dc24b85ddce708e60d702
24531Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24532Date: Mon Apr 21 14:42:11 2008 +0200
24533
24534 ppc4xx: Update APC405 board support
24535
24536 - enable esd's auto_update mechanism
24537 - fix LCD support on latest hardware revision (uses other LCD controller)
24538 - support alternative flash layout on rev. 1.8 boards
24539 - coding style cleanup
24540
24541 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24542
24543commit 83975d02e225e231960784972e7820a8b303756b
24544Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24545Date: Mon Apr 21 14:42:06 2008 +0200
24546
24547 ppc4xx: update esd's common auto_update code for 405 boards
24548
24549 - Coding style cleanup (long lines)
24550 - improve handling of protected flash regions
24551 - remove dead code
24552
24553 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24554
24555commit b9233fe5d59cb25d975071616bd1035d6f4c2285
24556Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24557Date: Mon Apr 21 14:41:59 2008 +0200
24558
24559 ppc4xx: Update esd's common LCD code for 405 boards
24560
24561 - Coding style cleanup (long lines)
24562 - Add s1d13505 support
24563 - Make some functions return a result code instead of void
24564
24565 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24566
24567commit dea68189424c3f1242427a8146a3861bf093173c
24568Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24569Date: Mon Apr 21 11:36:55 2008 +0200
24570
24571 ppc4xx: Update FPGA image for APC405 boards
24572
24573 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24574
24575commit 2a05b152924acfcec3b037693329e517e6d3578f
24576Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24577Date: Mon Apr 21 11:36:08 2008 +0200
24578
24579 ppc4xx: Update bootlogo for APC405 boards
24580
24581 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24582
24583commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
24584Author: Stefan Roese <sr@denx.de>
24585Date: Fri Apr 18 16:41:31 2008 +0200
24586
24587 ppc4xx: Add dcache_enable() for 440
24588
24589 dcache_enable() was missing for 440 and the patch
24590 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
24591 "] behavior uses this function.
24592
24593 Note: Currently the cache handling functions like
24594 d/icache_disable/enable() are NOP's on 440. This may be changed in the
24595 future.
24596
24597 Signed-off-by: Stefan Roese <sr@denx.de>
24598
24599commit a49e0d177a0749614b316ec847fb623f09c82c07
24600Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24601Date: Mon Apr 21 11:19:04 2008 +0200
24602
24603 video: Add missing free for logo memory
24604
24605 This patch adds two missing free()s.
24606
24607 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24608
24609commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
24610Author: Troy Kisky <troy.kisky@boundarydevices.com>
24611Date: Mon Sep 24 16:41:43 2007 -0700
24612
24613 PATCH - Fix oob data copied into supplied buffer
24614
24615 This patch correctly sets the oobavail variable
24616 and fixes a bug where the oob data was not valid when
24617 there where multiple groups in oobfree.
24618
24619 First segment fixes a typo
24620 Second segment fixes a bug where oob data may be copied incorrectly.
24621 Third segment adds an error message when exiting due to write protect.
24622 Forth segment fixes a bug where oobavail may be set incorrectly.
24623
24624 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
24625
24626commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
24627Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24628Date: Fri Apr 18 17:24:32 2008 +0200
24629
24630 ppc4xx: Fix sys_get_info() for 405GP(r)
24631
24632 This patch assigns the correct EBC clock for 405GP(r) CPUs
24633 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
24634 uses an uninitialized EBC clock in its startup message.
24635
24636 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
24637
24638commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
24639Author: Wolfgang Denk <wd@denx.de>
24640Date: Sun Apr 20 15:39:38 2008 -0700
24641
24642 Makefile: remove nand_spl/System.map when cleaning up.
24643
24644commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
24645Author: Wolfgang Denk <wd@denx.de>
24646Date: Sun Apr 20 15:35:52 2008 -0700
24647
24648 MAKEALL: sort entries / lists.
24649
24650 Signed-off-by: Wolfgang Denk <wd@denx.de>
24651
24652commit 0878af169b181868a105b5c33f3a6423e2c9fd60
24653Author: Kumar Gala <galak@kernel.crashing.org>
24654Date: Fri Apr 18 11:29:01 2008 -0500
24655
24656 85xx: Fix size of cpu-release-addr property
24657
24658 The cpu-release-addr is defined as always being a 64-bit quanity regardless
24659 if we are running on a 32-bit or 64-bit machine.
24660
24661commit 88353a985109562a639b2f8a0c90d77011bfe374
24662Author: Timur Tabi <timur@freescale.com>
24663Date: Fri Apr 4 11:15:58 2008 -0500
24664
24665 Fix calculation of I2C clock for some 85xx chips
24666
24667 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
24668 some use CCB/3. There is no pattern that can be used to determine which
24669 chips use which frequency, so the only way to determine is to look up the
24670 actual SOC designation and use the right value for that SOC.
24671
24672 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
24673
24674 Signed-off-by: Timur Tabi <timur@freescale.com>
24675
24676commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
24677Author: Wolfgang Denk <wd@denx.de>
24678Date: Fri Apr 18 11:44:27 2008 -0700
24679
24680 Fix build breakage casued by commit c0559be371b2
24681
24682 Change env_get_char from a global function ptr to a function.
24683
24684 Signed-off-by: Wolfgang Denk <wd@denx.de>
24685
24686commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
24687Author: Wolfgang Denk <wd@denx.de>
24688Date: Fri Apr 18 10:53:41 2008 -0700
24689
24690 Coding Style cleanup, update CHANGELOG.
24691
24692 Signed-off-by: Wolfgang Denk <wd@denx.de>
24693
268a804d
WD
24694commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
24695Author: Mike Frysinger <vapier@gentoo.org>
24696Date: Tue Apr 8 14:00:57 2008 -0400
24697
24698 Add support for u-boot in svn and localversion-* files
24699
24700 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
24701
24702commit d23ff6827decf121461fbc5622612fd7effe207e
24703Author: Guennadi Liakhovetski <lg@denx.de>
24704Date: Thu Apr 3 17:04:22 2008 +0200
24705
24706 MX31ADS network and flash updates
24707
24708 This patch allows U-Boot to use buffered writes to the Spansion NOR
24709 flash installed on this board, and eliminates long delays in network
24710 transfers after the board startup.
24711
24712 Also modify flash layout to embed main and redundant environment
24713 blocks in the U-Boot image.
24714
24715 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24716
24717commit b5dc9b304d289831f291843ff88a45cbdf1a6290
24718Author: Guennadi Liakhovetski <lg@denx.de>
24719Date: Mon Apr 14 10:53:12 2008 +0200
24720
24721 Support for the MX31ADS evaluation board from Freescale
24722
24723 This patch adds support for the MX31ADS evaluation board from Freescale,
24724 initialization code is copied from RedBoot sources, also provided by
24725 Freescale.
24726
24727 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24728
7ed40117
WD
24729commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
24730Author: Stefan Roese <sr@denx.de>
24731Date: Tue Apr 8 10:33:29 2008 +0200
24732
24733 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
24734
24735 Signed-off-by: Stefan Roese <sr@denx.de>
24736
24737commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
24738Author: Stefan Roese <sr@denx.de>
24739Date: Tue Apr 8 10:33:28 2008 +0200
24740
24741 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
24742
24743 Signed-off-by: Stefan Roese <sr@denx.de>
24744
24745commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
24746Author: Stefan Roese <sr@denx.de>
24747Date: Tue Apr 8 10:33:27 2008 +0200
24748
24749 ppc4xx: Add Glacier NAND booting target
24750
24751 Signed-off-by: Stefan Roese <sr@denx.de>
24752
24753commit 46f373838e384a4c23d13581b1dfa5acb66b5810
24754Author: Stefan Roese <sr@denx.de>
24755Date: Tue Apr 8 10:31:00 2008 +0200
24756
24757 nand_spl: Update nand_spl to support 2k page size NAND devices
24758
24759 This patch adds support for booting from 2k page sized NAND device
24760 (e.g. Micron 29F2G08AAC).
24761
24762 Tested on AMCC Canyonlands.
24763
24764 Signed-off-by: Stefan Roese <sr@denx.de>
24765
268a804d
WD
24766commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
24767Author: Anatolij Gustschin <agust@denx.de>
24768Date: Thu Apr 17 18:18:00 2008 +0200
24769
24770 Fix crash on sequoia in ppc_4xx_eth_init
24771
24772 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
24773 with cache enabled (TLB Parity exeption). This patch
24774 fixes the problem.
24775
24776 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24777
24778commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
24779Author: Anatolij Gustschin <agust@denx.de>
24780Date: Thu Apr 17 18:15:27 2008 +0200
24781
24782 ppc4xx: Fix crash on sequoia with cache enabled
24783
24784 Currently U-Boot crashes on sequoia board in CPU POST if
24785 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
24786 won't be disabled by change_tlb before CPU POST because
24787 there is an insufficient adress range check since
24788 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
24789 this problem.
24790
24791 Signed-off-by: Anatolij Gustschin <agust@denx.de>
24792
24793commit 43c509254fab375c49936498da944658117ed07c
24794Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24795Date: Thu Apr 17 23:35:13 2008 +0900
24796
24797 Use jr as register jump instruction
24798
24799 Current assembler codes are inconsistent in the way of register jump
24800 instruction usage; some use jr, some use j. Of course GNU as allows both
24801 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
24802 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
24803 at all.
24804
24805 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
24806
24807commit 7ce63709828d37b08866e537339a169bd0db2bd3
24808Author: Guennadi Liakhovetski <lg@denx.de>
24809Date: Tue Apr 15 14:15:30 2008 +0200
24810
24811 RTC driver for MC13783
24812
24813 MC13783 is a multifunction IS with an SPI interface to the host. This
24814 driver handles the RTC controller in this chip.
24815
24816 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24817
24818commit 38254f45b0b412332726c90d3184ad47479fcffb
24819Author: Guennadi Liakhovetski <lg@denx.de>
24820Date: Tue Apr 15 14:14:25 2008 +0200
24821
24822 New i.MX31 SPI driver
24823
24824 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
24825 only implemented and tested on i.MX31, can with a modified register layout
24826 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
24827 controllers too.
24828
24829 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24830
24831commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
24832Author: Magnus Lilja <lilja.magnus@gmail.com>
24833Date: Tue Apr 15 19:09:10 2008 +0200
24834
24835 Fix name of i.MX31 boards in config file header
24836
24837 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
24838
24839 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
24840
24841commit a49864593e083a5d0779fb9ca98e5a0f2053183d
24842Author: Mike Frysinger <vapier@gentoo.org>
24843Date: Sun Apr 13 19:42:19 2008 -0400
24844
24845 allow ports to override go behavior
24846
24847 Split the arch-specific logic out of the common go code and into a dedicated
24848 weak function called do_go_exec() that lives in cpu directories. This will
24849 need review from i386/nios people to make sure I didn't break them.
24850
24851commit 017e9b7925f74878d0e9475388cca9bda5ef9482
24852Author: Mike Frysinger <vapier@gentoo.org>
24853Date: Sun Apr 13 19:42:18 2008 -0400
24854
24855 allow ports to override bootelf behavior
24856
24857 Change the bootelf setup function into a dedicated weak function called
24858 do_bootelf_exec. This way ports can control the behavior however they
24859 like before/after calling the ELF entry point.
24860
24861commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
24862Author: Ulf Samuelsson <ulf@atmel.com>
24863Date: Sat Apr 12 20:56:03 2008 +0200
24864
24865 Reorder ARM boards in Makefile
24866
24867 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
24868 are no longer under ARM92xT header.
24869
24870 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
24871 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24872
24873commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
24874Author: Ulf Samuelsson <ulf@atmel.com>
24875Date: Sat Apr 12 20:29:44 2008 +0200
24876
24877 Clean up dataflash partitioning
24878
24879 This patch removes the board dependent parts from
24880 "drivers/mtd/dataflash.c".
24881 Each board relying on this, will have the appropriate
24882 code in a new file, "partition.c" in the board directory.
24883 board Makefiles updated to use the file.
24884
24885 The dataflash partitions are aligned on sector/page boundaries.
24886
24887 The CONFIG_NEW_DF_PARTITION was used to create named partitions
24888 This is now the default operation, and the CONFIG variable is removed.
24889
24890 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
24891
24892commit 51ecde946fec511a16346e498204ca10ad71080d
24893Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24894Date: Sat Apr 12 14:08:45 2008 +0200
24895
24896 gitignore: udpate stgit generated and .patch file
24897
24898 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
24899
24900commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
24901Author: Wolfgang Denk <wd@denx.de>
24902Date: Fri Apr 18 00:15:36 2008 -0700
24903
24904 Get rid of redundant copy of renamed header file.
24905
24906 Signed-off-by: Wolfgang Denk <wd@denx.de>
24907
24908commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
24909Author: Vlad Lungu <vlad@comsys.ro>
24910Date: Fri Apr 11 21:20:14 2008 +0300
24911
24912 Fix dependency generation for older gcc versions
24913
24914 With gcc 3.3.3 at least, compilation fails with
24915
24916 Generating include/autoconf.mk
24917 gcc: compilation of header file requested
24918 make: *** [include/autoconf.mk] Error 1
24919
24920 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
24921
24922 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
24923
24924commit cb1c4896905ab22fcd982e6a8a539f0031942e71
24925Author: Marian Balakowicz <m8@semihalf.com>
24926Date: Fri Apr 11 11:07:49 2008 +0200
24927
24928 Restore the ability to continue booting after legacy image overwrite
24929
24930 Before new uImage code was merged, bootm code allowed for the kernel image to
24931 get overwritten during decompresion. new uImage introduced a check for image
24932 overwrites and refused to boot the image that got overwritten. This patch
24933 restores the old behavior. It also adds a warning when the image overwriten is
24934 a multi-image file, because in such case accessing componentes other than the
24935 first one will fail.
24936
24937 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
24938
24939commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
24940Author: Marian Balakowicz <m8@semihalf.com>
24941Date: Fri Apr 11 11:07:43 2008 +0200
24942
24943 ppc: Fix ftd_blob variable init when processing raw blob
24944
24945 Set fdt_blob variable before its value is printed out.
24946
24947 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
24948
24949commit 3d36be030043cd841a2551d00a395135e363a64b
24950Author: Jason Wessel <jason.wessel@windriver.com>
24951Date: Thu Apr 10 14:30:16 2008 -0500
24952
24953 Remove all the search paths from the .lds files.
24954
24955 The cross compiler is responsible for providing the correct libraries
24956 and the logic to find the linking libraries.
24957
24958 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
24959
24960commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
24961Author: Bartlomiej Sieka <tur@semihalf.com>
24962Date: Mon Apr 14 15:44:16 2008 +0200
24963
24964 Boot-related documentation update
24965
24966 - document 'bootm_low' and 'bootm_size' environment variables
24967 - update inaccurate CFG_BOOTMAPSZ entry
24968
24969 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24970
24971commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
24972Author: Guennadi Liakhovetski <lg@denx.de>
24973Date: Wed Apr 9 17:34:08 2008 +0200
24974
24975 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
24976
24977 Restore logic reverted by commit
24978
24979 commit 80767a6cead9990d9e77e62be947843c2c72f469
24980 Author: Peter Pearse <peter.pearse@arm.com>
24981 Date: Wed Sep 5 16:04:41 2007 +0100
24982
24983 Changed API name to coloured_led.h
24984 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
24985 Tidied other cpu/arm920t/start.S code
24986
24987 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
24988
24989commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
24990Author: Mike Frysinger <vapier@gentoo.org>
24991Date: Tue Apr 8 10:24:24 2008 -0400
24992
24993 Remove conflicting NAND ID
24994
24995 There are two NAND entries with ID 0xDC and this obviously causes problems.
24996 In the kernel, they punted the first entry, so we should do the same.
24997
24998 See this upstream e-mail for more info:
24999 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
25000
25001 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
25002 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25003
25004commit 188e94c370621708d13547d58dbc6ed3c5602aa8
25005Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25006Date: Tue Apr 8 16:20:35 2008 +0900
25007
25008 cpu/mips/cpu.c: Fix flush_cache bug
25009
25010 Cache operations have to take line address (addr), not start_addr.
25011 I noticed this bug when debugging ping failure.
25012
25013 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
25014
25015commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
25016Author: Martin Krause <martin.krause@tqs.de>
25017Date: Thu Apr 3 14:29:01 2008 +0200
25018
25019 TQM5200: fix default IDE reset level
25020
25021 Before the first call of ide_reset(), the level of the IDE reset
25022 signal on the TQM5200 is low (reset asserted). This patch sets the
25023 default value to high (reset not asserted).
25024
25025 Currently this patch fixes no real problem, but it is cleaner to
25026 assert the reset signal only on demand, and not permanently.
25027
25028 Signed-off-by: Martin Krause <martin.krause@tqs.de>
25029
25030commit c61e033d6e8abb7b4060ee36060961e1399f6079
25031Author: Detlev Zundel <dzu@denx.de>
25032Date: Thu Apr 3 14:18:48 2008 +0200
25033
25034 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
25035
25036 Signed-off-by: Detlev Zundel <dzu@denx.de>
25037
25038commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
25039Author: Detlev Zundel <dzu@denx.de>
25040Date: Thu Apr 3 14:18:47 2008 +0200
25041
25042 mgcoge, mgsuv: rename 'addcon' to 'addcons'
25043
25044 The latter name with 13 users is already established, so we will use
25045 that.
25046
25047 Signed-off-by: Detlev Zundel <dzu@denx.de>
25048
25049commit e175eacc87c3a9e4dad0799fee0e95732520afc7
25050Author: Martin Krause <martin.krause@tqs.de>
25051Date: Thu Apr 3 13:37:56 2008 +0200
25052
25053 IDE: fix bug in reset sequence
25054
25055 According to the ata (ata5) specification the RESET- signal
25056 shall be asserted for at least 25 us. Without this patch,
25057 the RESET- signal is asserted on some boards for only < 1 us
25058 (e. g. on the TQM5200). This patch adds a general delay of
25059 25 us to the RESET- signal.
25060
25061 Without this patch a Platinum 4 GiB CF card is not recognised
25062 properly on boards with a TQM5200 (STK52xx, TB5200).
25063
25064 Signed-off-by: Martin Krause <martin.krause@tqs.de>
25065
25066commit 813bea96a960916c72b4a3a7df840151529c26ce
25067Author: Sascha Laue <Sascha.Laue@gmx.biz>
25068Date: Thu Apr 3 14:43:11 2008 +0200
25069
25070 lwmon5: disable CONFIG_ZERO_BOOTDELAY
25071
25072 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
25073
25074commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
25075Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25076Date: Wed Apr 2 08:03:58 2008 +0200
25077
25078 ds174x: Fix warning on return in rtc_get and rtc_set functions
25079
25080 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25081
25082commit a253b38bf50c85227c33ca0febc870ee49d1588e
25083Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25084Date: Wed Apr 2 08:03:57 2008 +0200
25085
25086 cmd_log.c: Fix assignment differ in signedness
25087
25088 In function 'logbuff_init_ptrs':
25089 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
25090
25091 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25092
25093commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
25094Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
25095Date: Wed Apr 2 11:04:43 2008 +0530
25096
25097 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
25098
25099 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
25100
25101commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
25102Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25103Date: Tue Apr 1 14:07:10 2008 +0200
25104
25105 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
25106
25107 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25108
25109commit c08fb3ea36d19b1640b7906264581e9105534399
25110Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25111Date: Tue Apr 15 10:24:14 2008 +0200
25112
25113 Additional PCI IDs for IDE and network controllers
25114
25115 These PCI IDs are required by the Linkstation platforms.
25116
25117 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25118
25119commit c0559be371b2a64b1a817088c3308688e2182f93
25120Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
25121Date: Mon Apr 14 23:01:50 2008 +0200
25122
25123 Change env_get_char from a global function ptr to a function.
25124
25125 This avoids an early global data reference.
25126
25127 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
25128
25129commit 3e0f331c05d72f140715c1e9fca991927e44d422
25130Author: Guennadi Liakhovetski <lg@denx.de>
25131Date: Tue Apr 29 12:35:08 2008 +0000
25132
25133 Clean up smsc911x driver
25134
25135 Replace direct register address derefencing with accessor functions.
25136 Restrict explicitly 32-bit bus-width, extend affected configurations
25137 respectively.
25138
25139 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25140 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25141
25142commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
25143Author: Sascha Hauer <s.hauer@pengutronix.de>
25144Date: Tue Apr 15 00:08:20 2008 -0400
25145
25146 This patch adds a driver for the following smsc network controllers:
25147 LAN9115
25148 LAN9116
25149 LAN9117
25150 LAN9215
25151 LAN9216
25152 LAN9217
25153
25154 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25155 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
25156 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25157
25158commit 3dfd4aab929cccddb63d9ea509967861e1333b52
25159Author: Sascha Laue <Sascha.Laue@gmx.biz>
25160Date: Tue Apr 1 15:13:03 2008 +0200
25161
25162 Fix watchdog POST for lwmon5
25163
25164 If the hardware watchdog detects a voltage error, the watchdog sets
25165 GPIO62 to low. The watchdog POST has to detect this low level.
25166
25167 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
25168
25169commit 24b448448a917e52806f82660a5c9d47608894fb
25170Author: Dave Liu <r63238@freescale.com>
25171Date: Tue Apr 1 15:22:11 2008 +0800
25172
25173 ata: update the libata.h from ata.h of linux kernel
25174
25175 Current libata.h of u-boot is out of sync from linux kernel,
25176 this patch make it be consistent with linux kernel.
25177
25178 Signed-off-by: Dave Liu <daveliu@freescale.com>
25179 Signed-off-by: Tor Krill <tor@excito.com>
25180
25181commit f8f9dc98883f66f59eb0601da65808e6b139c87c
25182Author: Kumar Gala <galak@kernel.crashing.org>
25183Date: Mon Mar 31 11:59:27 2008 -0500
25184
25185 Allow use of ARCH=powerpc when building
25186
25187 The linux kernel is now mostly ARCH=powerpc, so to make life easier
25188 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
25189
25190 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25191
25192commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
25193Author: Kyungmin Park <kmpark@infradead.org>
25194Date: Mon Mar 31 10:40:54 2008 +0900
25195
25196 Add apollon board MAINTAINERS entry
25197
25198 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25199
25200commit 77e475cc0ed1832160017d364be32a0be9ff02a9
25201Author: Kyungmin Park <kmpark@infradead.org>
25202Date: Mon Mar 31 10:40:36 2008 +0900
25203
25204 Fix OneNAND read
25205
25206 It should access with 16-bit instead of 8-bit
25207
25208 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
25209
25210 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25211
25212commit a9da2b41079d230db3a5641625311983f85ce1fb
25213Author: Kyungmin Park <kmpark@infradead.org>
25214Date: Mon Mar 31 10:40:19 2008 +0900
25215
25216 Fix OneNAND erase command
25217
25218 It mis-calculates the block address.
25219 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
25220
25221 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
25222
25223commit 61525f2ffa156665a66908fda47dbf29d65ea579
25224Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
25225Date: Mon Mar 31 01:32:15 2008 +0200
25226
25227 Support for LinkStation / KuroBox HD and HG PPC models
25228
25229 This patch is based on the port by Mihai Georgian (see linkstation.c for
25230 Copyright information) and implements support for LinkStation / KuroBox HD
25231 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
25232 the moment, pending network driver fixing.
25233
25234 Notice to users: this is pretty much a barebone port. Support for network
25235 on HG models is already in the U-Boot mainline, but you might also want
25236 patches to switch fan / phy modes depending on the negotiated ethernet
25237 parameters. This patch also doesn't support console switching, booting EM
25238 mode, Buffalo specific ext2 magic number. So, if you want to use any of
25239 those, you need additional patches. Otherwise this patche provides a fully
25240 functional u-boot with a network console on your system.
25241
25242 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25243
25244commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
25245Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25246Date: Sun Mar 30 01:22:13 2008 -0500
25247
25248 Add CONFIG_MII_INIT support to related boards
25249
25250 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
25251 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
25252 that use mii_init() in cmd_init.c.
25253
25254 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25255 Acked-by: Ben Warren <biggerbadderben@gmail.com>
25256
25257commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
25258Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25259Date: Sun Mar 30 01:19:06 2008 -0500
25260
25261 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
25262
25263 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
25264 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
25265
25266 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
25267
25268commit e99ccb488181d012248c6be30b2093e950319fc5
25269Author: Kumar Gala <galak@kernel.crashing.org>
25270Date: Thu Mar 27 11:46:38 2008 -0500
25271
25272 Introduce phys_size_t and move phys_addr_t into asm/types.h
25273
25274 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
25275 that have larger physical addresses like 44x, 85xx, and 86xx.
25276
25277 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25278
25279commit 20a14a42a25f72e379f38460b8a8484667536795
25280Author: Andy Fleming <afleming@freescale.com>
25281Date: Wed Apr 2 16:19:07 2008 -0500
25282
25283 Rename include/md5.h to include/u-boot/md5.h
25284
25285 Some systems have md5.h installed in /usr/include/. This isn't the
25286 desired file (we want the one in include/md5.h). This will avoid the
25287 conflict. This fixes the host tools building problem by creating a new
25288 directory for U-Boot specific header files.
25289
25290 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
25291 Denk]
25292
25293 Signed-off-by: Wolfgang Denk <wd@denx.de>
25294 Signed-off-by: Andy Fleming <afleming@freescale.com>
25295 Acked-by: Timur Tabi <timur@freescale.com>
25296
25297commit f297b7a1ec87433f66320d89d993e1bc738c66b8
25298Author: Dave Liu <r63238@freescale.com>
25299Date: Thu Mar 27 18:51:17 2008 +0800
25300
25301 drivers: code clean up
25302
25303 Signed-off-by: Dave Liu <daveliu@freescale.com>
25304
25305commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
25306Author: Dave Liu <r63238@freescale.com>
25307Date: Thu Mar 27 18:50:41 2008 +0800
25308
25309 drivers: clean up the ata_piix.h
25310
25311 Signed-off-by: Dave Liu <daveliu@freescale.com>
25312
25313commit e8f7ba404f1409606962815ecc955a06984b08b3
25314Author: Dave Liu <r63238@freescale.com>
25315Date: Thu Mar 27 18:49:56 2008 +0800
25316
25317 doc: english polishing for README.sata
25318
25319 according to gvb's suggestion, polishing for the doc.
25320
25321 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
25322 Signed-off-by: Dave Liu <daveliu@freescale.com>
25323
25324commit 3e3f766a5274d204780460e1879723b565296d34
25325Author: Kumar Gala <galak@kernel.crashing.org>
25326Date: Wed Mar 26 18:53:28 2008 -0500
25327
25328 Fix warnings introduced by I2C bus speed setting patch
25329
25330 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25331
25332commit 3c735e7437150e8615f26930c7819db85634276d
25333Author: eran liberty <eran.liberty@gmail.com>
25334Date: Thu Mar 27 00:50:49 2008 +0100
25335
25336 Altera Stratix II support
25337
25338 Adds Support for Altera's Stratix II.
25339
25340 Within your board specific init file you will have to call
25341
25342 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
25343 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
25344
25345 Altera_desc* contines (for example):
25346 {
25347 Altera_StratixII, /* part type */
25348 passive_serial, /* interface type */
25349 1, /* bytes of data part can accept */
25350 (void *)(&funcs), /* interface function table */
25351 0L, /* base interface address */
25352 0 /* implementation specific cookie */
25353 }
25354
25355 funcs is the interface. It is of type altera_board_specific_func.
25356 It looks like this:
25357 altera_board_specific_func func = {
25358 pre_fn,
25359 config_fn,
25360 status_fn,
25361 done_fn,
25362 clk_fn,
25363 data_fn,
25364 abort_fn,
25365 post_fn,
25366 };
25367
25368 you will have to implement these functions, which is usually bit
25369 banging some gpio.
25370
25371 Signed-off-by: Eran Liberty <liberty@extricom.com>
25372
25373commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
25374Author: Wolfgang Denk <wd@denx.de>
25375Date: Sun Apr 13 14:32:54 2008 -0700
25376
25377 Update CHANGELOG
25378
25379 Signed-off-by: Wolfgang Denk <wd@denx.de>
25380
5ece9ec9
WD
25381commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
25382Author: Sascha Hauer <s.hauer@pengutronix.de>
25383Date: Wed Mar 26 20:41:17 2008 +0100
25384
25385 Phytec Phycore-i.MX31 support
25386
25387 This patch adds support for the Phytec Phycore-i.MX31 board
25388
25389 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25390 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25391
25392commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
25393Author: Sascha Hauer <s.hauer@pengutronix.de>
25394Date: Wed Mar 26 20:41:09 2008 +0100
25395
25396 mx31 litekit support
25397
25398 This patch adds support for the mx31 litekit board
25399
25400 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25401 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25402
25403commit cdace0661208754a53019ea0dc7b803a040e0939
25404Author: Sascha Hauer <s.hauer@pengutronix.de>
25405Date: Wed Mar 26 20:40:49 2008 +0100
25406
25407 add an i2c driver for mx31
25408
25409 This patch adds an i2c driver for Freescale i.MX processors
25410
25411 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25412 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25413
25414commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
25415Author: Sascha Hauer <s.hauer@pengutronix.de>
25416Date: Wed Mar 26 20:40:42 2008 +0100
25417
25418 core support for Freescale mx31
25419
25420 This patch adds the core support for Freescale mx31
25421
25422 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25423 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25424
25425commit 7ec68862a27c8f6f6d566228de8f6724d964a939
25426Author: Wolfgang Denk <wd@denx.de>
25427Date: Sun Apr 13 14:19:23 2008 -0700
25428
25429 Fix compile error
25430
25431 ...as suggested by Peter Pearse
25432
25433 Signed-off-by: Wolfgang Denk <wd@denx.de>
25434
25435commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
25436Author: Sascha Hauer <s.hauer@pengutronix.de>
25437Date: Wed Mar 26 20:40:36 2008 +0100
25438
25439 Separate omap24xx specific code from arm1136
25440
25441 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
25442 to cpu/arm1136/omap24xx.
25443
25444 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
25445 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25446
25447commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
25448Author: Mike Frysinger <vapier@gentoo.org>
25449Date: Tue Jan 29 18:21:05 2008 -0500
25450
25451 disable caches before booting an app for Blackfin apps
25452
25453 It isn't generally save to execute applications outside of U-Boot with caches
25454 enabled due to the way the Blackfin processor handles caches (requires
25455 software assistance). This patch disables caches before booting an ELF or
25456 just booting raw code. The previous discussion on the patch was that we
25457 wanted to use weaks instead, but that proved to not be feasible when multiple
25458 symbols are involved, which puts us back at the ifdef solution. I've
25459 minimized the ugliness by moving the setup step outside of the main function.
25460
25461 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
25462
25463commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
25464Author: Wolfgang Denk <wd@denx.de>
25465Date: Sun Apr 13 10:03:54 2008 -0700
25466
25467 ppc: Get rid of unused machine type definitions
25468
25469 Signed-off-by: Wolfgang Denk <wd@denx.de>
25470
25471commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
25472Author: Wolfgang Denk <wd@denx.de>
25473Date: Sun Apr 13 09:59:26 2008 -0700
25474
25475 Coding Style cleanup; update CHANGELOG
25476
25477 Signed-off-by: Wolfgang Denk <wd@denx.de>
25478
1aeed8d7
WD
25479commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
25480Author: Larry Johnson <lrj@acm.org>
25481Date: Thu Feb 21 13:58:11 2008 -0500
25482
25483 LM73 bug fix for negative temperatures and cleanup
25484
25485 When the LM73 temperature sensor measures a temperature below 0 C, the
25486 current driver does not perform sign extension, so the result returned is
25487 512 C too high. This patch fixes the problem, and does general cleanup
25488 of the code.
25489
25490 Signed-off-by: Larry Johnson <lrj@acm.org>
25491
25492commit 96ef831f713289afba19da0c8f905e99da2b23e0
25493Author: Guennadi Liakhovetski <lg@denx.de>
25494Date: Thu Apr 3 13:36:02 2008 +0200
25495
25496 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
25497
25498 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
25499 series require different addresses for buffered write commands. Define a
25500 configuration option to support buffered writes on those chips. A more
25501 elegant solution would be to automatically detect those chips by parsing
25502 their CFI records, but that would require introduction of a fixup table
25503 into the cfi_flash driver.
25504
25505 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
25506
25507commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
25508Author: Lee Nipper <lee.nipper@freescale.com>
25509Date: Thu Apr 10 09:35:06 2008 -0500
25510
25511 mpc83xx: Update DIMM data bus width test to support 40-bit width
25512
25513 32-bit wide ECC memory modules report 40-bit width.
25514 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
25515
25516 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
25517 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25518
25519commit 5fb5a689d822ca61e814bd523fc930af335242fa
25520Author: Dave Liu <r63238@freescale.com>
25521Date: Mon Mar 31 17:05:12 2008 +0800
25522
25523 mpc83xx: Fix the bug of serdes initialization
25524
25525 Currently the serdes will not be initializated due to the
25526 partid's error.
25527
25528 Signed-off-by: Dave Liu <daveliu@freescale.com>
25529 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25530
25531commit 2000784818f043db7ca60e2846a72d097766b894
25532Author: Dave Liu <r63238@freescale.com>
25533Date: Thu Apr 3 16:28:29 2008 +0800
25534
25535 mpc83xx: Fix the SATA clock setting of 837x targets
25536
25537 Currently the SATA controller clock is configured as CSB clock,
25538 usually the CSB clock is 400/333/266MHz.
25539
25540 However, The SATA IP block is only guaranteed to operate up to
25541 200 MHz as stated in the HW spec.
25542
25543 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
25544
25545 This patch makes the SATA clock as half of CSB clock.
25546
25547 Signed-off-by: Dave Liu <daveliu@freescale.com>
25548 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25549
25550commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
25551Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25552Date: Wed Apr 2 13:41:21 2008 +0200
25553
25554 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
25555
25556 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25557 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25558
25559commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
25560Author: Kumar Gala <galak@kernel.crashing.org>
25561Date: Wed Apr 9 04:20:57 2008 -0500
25562
25563 85xx: Fix detection of MP cpu spin up
25564
25565 We were looking at the wrong memory offset to determine of a secondary
25566 cpu had been spun up or not. Also added a warning message if the
25567 all the secondary cpus we expect don't spin up.
25568
25569 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25570
25571commit f3e04bdc3f360c66801a9048956e61e41a16edba
25572Author: Kumar Gala <galak@kernel.crashing.org>
25573Date: Tue Apr 8 10:45:50 2008 -0500
25574
25575 85xx: Use SVR_SOC_VER instead of SVR_VER
25576
25577 The recent change introduced by 'Update SVR numbers to expand support'
25578 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
25579 to compare against a particular processor id.
25580
25581 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25582
25583commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
25584Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
25585Date: Fri Apr 11 10:00:35 2008 -0400
25586
25587 ppc4xx: Fix power mgt definitions for PPC440
25588
25589 Corrected DCR addresses of PPC440EP power management registers.
25590
25591 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
25592
25593commit 950a392464e616b4590bc4501be46e2d7d162dea
25594Author: Wolfgang Denk <wd@denx.de>
25595Date: Fri Apr 11 15:11:26 2008 +0200
25596
25597 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
25598
25599 Reverting became necessary after it turned out that the patches in
25600 the u-boot-arm repo were modified, and in some cases corrupted.
25601
25602 This reverts the following commits:
25603
25604 066bebd6353e33af3adefc3404560871699e9961
25605 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
25606 c88ae20580b2b01487b4cdcc8b2a113f551aee36
25607 a147e56f03871bba4f05058d5e04ce7deb010b04
25608 d6674e0e2a6a1f033945f78838566210d3f28c95
25609 8c8463cce44d849e37744749b32d38e1dfb12e50
25610 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
25611 8bf69d81782619187933a605f1a95ee1d069478d
25612 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
25613 a574a73852a527779234e73e17e7597fd8128882
25614 1377b5583a48021d983e1fd565f7d40c89e84d63
25615 1704dc20917b4f71e373e2c888497ee666d40380
25616
25617 Signed-off-by: Wolfgang Denk <wd@denx.de>
25618
25619commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
25620Author: Stefan Roese <sr@denx.de>
25621Date: Fri Apr 11 07:02:29 2008 +0200
25622
25623 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
25624
25625 This patch reworks the default environment on Kilauea/Haleakala. Now
25626 "net_nfs" for exmaple uses the device-tree style booting formerly know
25627 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
25628 new image booting support, which check for image overwriting. So the
25629 addresses needed togeet adjusted.
25630
25631 Signed-off-by: Stefan Roese <sr@denx.de>
25632
25633commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
25634Author: Stefan Roese <sr@denx.de>
25635Date: Wed Apr 9 11:58:02 2008 +0200
25636
25637 ppc4xx: Fix Canyonlands default environment to work with new image support
25638
25639 Since the new image support checks for image overwriting, the default
25640 environment needs to get adjusted to use correct addresses.
25641
25642 Signed-off-by: Stefan Roese <sr@denx.de>
25643
25644commit dfc6c7b647dba7ab86749616f0e9e5740deed422
25645Author: Stefan Roese <sr@denx.de>
25646Date: Wed Apr 9 11:54:11 2008 +0200
25647
25648 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
25649
25650 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
25651 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
25652 on 4xx systems _start currently cannot be used for this calculation.
25653 So revert back to the original version for now.
25654
25655 Signed-off-by: Stefan Roese <sr@denx.de>
25656
25657commit f91374f65eae8b42cac329e06ba1c54728278efb
25658Author: Michal Simek <monstr@monstr.eu>
25659Date: Fri Mar 28 12:49:52 2008 +0100
25660
25661 microblaze: Sort microblaze boards in MAKEALL script
25662
25663commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
25664Author: Michal Simek <monstr@monstr.eu>
25665Date: Fri Mar 28 11:58:45 2008 +0100
25666
25667 microblaze: clean microblaze_config.mk
25668
25669 FLAGS are generated by U-BOOT generator.
25670 Board specific FLAGS are in board directory
25671
25672 Signed-off-by: Michal Simek <monstr@monstr.eu>
25673
25674commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
25675Author: Michal Simek <monstr@monstr.eu>
25676Date: Fri Mar 28 12:47:19 2008 +0100
25677
25678 microblaze: xupv2p fix config file for supporting FDT
25679
25680commit 188dc16b189143573b1ed90e584bf866d75cdd12
25681Author: Michal Simek <monstr@monstr.eu>
25682Date: Fri Mar 28 11:53:02 2008 +0100
25683
25684 microblaze: ml401 fix config file for supporting FDT
25685
25686 Signed-off-by: Michal Simek <monstr@monstr.eu>
25687
25688commit 4c6a6f02e239236261333759997eeaf86b30b54c
25689Author: Michal Simek <monstr@monstr.eu>
25690Date: Fri Mar 28 11:22:48 2008 +0100
25691
25692 microblaze: ml401 - add ifdef for GPIO
25693
25694 Signed-off-by: Michal Simek <monstr@monstr.eu>
25695
25696commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
25697Author: Michal Simek <monstr@monstr.eu>
25698Date: Fri Mar 28 12:13:03 2008 +0100
25699
25700 microblaze: clean uart16550 and uartlite handling
25701
25702 Signed-off-by: Michal Simek <monstr@monstr.eu>
25703
25704commit 0b20f250877441460fb79d72192954abe8498834
25705Author: Michal Simek <monstr@monstr.eu>
25706Date: Fri Mar 28 11:08:31 2008 +0100
25707
25708 microblaze: Add Emaclite driver to Makefile
25709
25710 Signed-off-by: Michal Simek <monstr@monstr.eu>
25711
25712commit 868cde5310f88234b774878e4f06e79df10a88b3
25713Author: Michal Simek <monstr@monstr.eu>
25714Date: Fri Mar 28 11:08:01 2008 +0100
25715
25716 microblaze: Add Emac driver to Makefile
25717
25718 Signed-off-by: Michal Simek <monstr@monstr.eu>
25719
25720commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
25721Author: Michal Simek <monstr@monstr.eu>
25722Date: Fri Mar 28 12:42:29 2008 +0100
25723
25724 microblaze: add Emac ethernet driver
25725
25726commit 89c53891b18cbafd29ab8931b40e27ad231b6085
25727Author: Michal Simek <monstr@monstr.eu>
25728Date: Fri Mar 28 12:41:56 2008 +0100
25729
25730 microblaze: add Emaclite ethernet driver
25731
25732commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
25733Author: Michal Simek <monstr@monstr.eu>
25734Date: Fri Mar 28 11:04:01 2008 +0100
25735
25736 microblaze: ML401 and XUPV2P remove emac and emaclite reference
25737
25738 Signed-off-by: Michal Simek <monstr@monstr.eu>
25739
25740commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
25741Author: Michal Simek <monstr@monstr.eu>
25742Date: Fri Mar 28 10:59:32 2008 +0100
25743
25744 microblaze: remove old setting for emac driver
25745
25746 Signed-off-by: Michal Simek <monstr@monstr.eu>
25747
25748commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
25749Author: Michal Simek <monstr@monstr.eu>
25750Date: Fri Mar 28 10:58:15 2008 +0100
25751
25752 microblaze: Clean Makefile from ancient emac driver
25753
25754 Signed-off-by: Michal Simek <monstr@monstr.eu>
25755
25756commit ab68f921d9c741830f721c3d879c13a0c5597183
25757Author: Daniel Hellstrom <daniel@gaisler.com>
25758Date: Fri Mar 28 10:20:43 2008 +0100
25759
25760 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
25761
25762 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25763
25764commit 6ed8a43a19bb0275501bc286007daafa923552cf
25765Author: Daniel Hellstrom <daniel@gaisler.com>
25766Date: Wed Mar 26 23:38:48 2008 +0100
25767
25768 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.
25769
25770 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25771
25772commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
25773Author: Daniel Hellstrom <daniel@gaisler.com>
25774Date: Wed Mar 26 23:34:47 2008 +0100
25775
25776 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
25777
25778 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25779
25780commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
25781Author: Daniel Hellstrom <daniel@gaisler.com>
25782Date: Fri Mar 28 10:06:52 2008 +0100
25783
25784 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
25785
25786 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25787
25788commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
25789Author: Daniel Hellstrom <daniel@gaisler.com>
25790Date: Wed Mar 26 23:26:48 2008 +0100
25791
25792 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
25793
25794 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25795
25796commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
25797Author: Daniel Hellstrom <daniel@gaisler.com>
25798Date: Fri Mar 28 10:00:33 2008 +0100
25799
25800 SPARC: Added support for SPARC LEON2 SOC Processor.
25801
25802 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25803
25804commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
25805Author: Daniel Hellstrom <daniel@gaisler.com>
25806Date: Wed Mar 26 23:00:38 2008 +0100
25807
25808 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.
25809
25810 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25811
25812commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
25813Author: Daniel Hellstrom <daniel@gaisler.com>
25814Date: Wed Mar 26 22:51:29 2008 +0100
25815
25816 SPARC: Added support for SPARC LEON3 SOC processor.
25817
25818 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25819
25820commit bf3d8b31169546fcddb4737391e1893fb12d033a
25821Author: Daniel Hellstrom <daniel@gaisler.com>
25822Date: Fri Mar 28 08:29:26 2008 +0100
25823
25824 SPARC: added SPARC support for new uimage in common code.
25825
25826 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25827
25828commit 00ab32c85405a4fe65fd4128243086210fc90a21
25829Author: Daniel Hellstrom <daniel@gaisler.com>
25830Date: Wed Mar 26 22:36:03 2008 +0100
25831
25832 SPARC: added SPARC board information to the command bdinfo.
25833
25834 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25835
25836commit c2f02da21a3f37f0878554eebc785e04fdc4e128
25837Author: Daniel Hellstrom <daniel@gaisler.com>
25838Date: Fri Mar 28 09:47:00 2008 +0100
25839
25840 SPARC: Added generic support for SPARC architecture.
25841
25842 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25843
25844commit e54ec0f016803e4d9524ff71f7971bda0c51b287
25845Author: Stefan Roese <sr@denx.de>
25846Date: Thu Apr 3 14:50:34 2008 +0200
25847
25848 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
25849
25850 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
25851 has 2 RGMII instances and we need to configure the 2nd RGMII instance
25852 for the EMAC2+3 channels.
25853
25854 Signed-off-by: Stefan Roese <sr@denx.de>
25855
25856commit c2a545ce33b26d80337f80b533828839249fb1c9
25857Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25858Date: Wed Apr 2 08:03:56 2008 +0200
25859
25860 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
25861
25862 fdt.c: In function 'ft_cpu_setup':
25863 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
25864 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
25865 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
25866 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
25867
25868 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25869
25870commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
25871Author: Andy Fleming <afleming@freescale.com>
25872Date: Mon Mar 31 20:45:56 2008 -0500
25873
25874 Fix fdt set command to conform to dts spec
25875
25876 The fdt set command was treating properties specified as <00> and <0011>
25877 as byte streams, rather than as an array of cells. As we already have
25878 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
25879 we should use the <> syntax to describe arrays of cells, which are always
25880 32-bits per element. If we imagine this likely (IMHO) scenario:
25881
25882 > fdt set /ethernet-phy@1 reg <1>
25883
25884 With the old code, this would create a bad fdt, since the reg cell would be
25885 made to be one byte in length. But the cell must be 4 bytes, so this would
25886 break mysteriously.
25887
25888 Also, the dts spec calls for constants inside the angle brackets (<>)
25889 to conform to C constant standards as they pertain to base.
25890 Take this scenario:
25891
25892 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
25893
25894 The old fdt command would complain that it couldn't parse that. Or, if you
25895 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
25896 do this:
25897
25898 > fdt set /mydev clock <1f78a40>
25899
25900 Whereas the new code will accept decimal numbers.
25901
25902 While I was in there, I extended the fdt command parser to handle property
25903 strings which are split across multiple arguments:
25904
25905 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
25906 > fdt p /ethernet@f00
25907 ethernet@f00 {
25908 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
25909 };
25910
25911 Lastly, the fdt print code was rearranged slightly to print arrays of cells
25912 if the length of the property is a multiple of 4 bytes, and to not print
25913 leading zeros.
25914
25915 Signed-off-by: Andy Fleming <afleming@freescale.com>
25916
25917commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
25918Author: Stefan Roese <sr@denx.de>
25919Date: Wed Apr 2 08:39:33 2008 +0200
25920
25921 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
25922
25923 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
25924 interface. This usage can be configured with the jumper J6. This patch
25925 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
25926 is installed.
25927
25928 Signed-off-by: Stefan Roese <sr@denx.de>
25929
25930commit 6fe2946f198481254a6ee9600d7456b8316a4083
25931Author: Kim Phillips <kim.phillips@freescale.com>
25932Date: Fri Mar 28 17:37:49 2008 -0500
25933
25934 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
25935
25936 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
25937 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
25938 started.
25939
25940 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25941
25942commit b5873f1732b92a25690e1513b90dfb0d644f6697
25943Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25944Date: Tue Apr 1 07:30:51 2008 +0200
25945
25946 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
25947
25948 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25949
25950commit 2d934ea51f276522b532f870a820e844ff480b5b
25951Author: Tor Krill <tor@excito.com>
25952Date: Fri Mar 28 15:29:45 2008 +0100
25953
25954 Add Vitesse 8601 support to TSEC driver
25955
25956 Add phy_info for Vitesse VSC8601.
25957 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
25958
25959 Signed-off-by: Tor Krill <tor@excito.com>
25960 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
25961 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25962
25963commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
25964Author: Daniel Hellstrom <daniel@gaisler.com>
25965Date: Mon Mar 31 14:25:00 2008 +0000
25966
25967 SPARC: added SMC91111 driver in and out macros for LEON processors.
25968
25969 This patch makes SPARC/LEON processors able to read and write
25970 to the SMC91111 chip using the chip external I/O bus of the memory
25971 controller. This patchs defines the standard in and out macros
25972 expected by the SMC9111 driver.
25973
25974 To access that I/O bus one must set up the memory controller
25975 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
25976 up this correctly when the other MCTRL parameters are set up. It
25977 can be set up from the board configuration header file.
25978
25979 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
25980 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
25981
25982commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
25983Author: Stelian Pop <stelian@popies.net>
25984Date: Wed Mar 26 18:52:34 2008 +0100
25985
25986 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
25987
25988 Signed-off-by: Stelian Pop <stelian@popies.net>
25989
25990commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
25991Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25992Date: Mon Mar 31 21:31:04 2008 +0200
25993
25994 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
25995
25996 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
25997
25998commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
25999Author: Stelian Pop <stelian@popies.net>
26000Date: Wed Mar 26 18:52:33 2008 +0100
26001
26002 Add support for AT91SAM9260EK
26003
26004 Support for booting from internal DataFlash, external DataFlash card
26005 or NAND flash is available.
26006
26007 Signed-off-by: Stelian Pop <stelian@popies.net>
26008
26009commit 1762f13b4aab88b685b1722f17dada247945624b
26010Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26011Date: Mon Mar 31 21:20:49 2008 +0200
26012
26013 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
26014
26015 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26016
26017commit 761712188b353494defb2b644491ff73d0daaa6f
26018Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26019Date: Mon Mar 31 21:12:17 2008 +0200
26020
26021 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
26022
26023 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26024
26025commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
26026Author: Stelian Pop <stelian@popies.net>
26027Date: Wed Mar 26 20:52:32 2008 +0100
26028
26029 Port AT91CAP9 to the new headers
26030
26031 Adapt the existing AT91CAP9 code to the new headers and APIs.
26032
26033 Signed-off-by: Stelian Pop <stelian@popies.net>
26034
26035commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
26036Author: Stelian Pop <stelian@popies.net>
26037Date: Wed Mar 26 19:52:31 2008 +0100
26038
26039 Finish header files reworking
26040
26041 Replace AT91CAP9.h file with several splitted header files coming
26042 from the Linux kernel.
26043
26044 This is part 2 of the replacement: more header imports and edits.
26045
26046 Signed-off-by: Stelian Pop <stelian@popies.net>
26047
26048commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
26049Author: Stelian Pop <stelian@popies.net>
26050Date: Wed Mar 26 19:52:30 2008 +0100
26051
26052 Import several header files from Linux
26053
26054 Replace AT91CAP9.h file with several splitted header files coming
26055 from the Linux kernel.
26056
26057 This is part 1 of the replacement: pristine header files import.
26058
26059 Signed-off-by: Stelian Pop <stelian@popies.net>
26060
26061commit a8a78f2d99dc1bd30dc3595da118539b506c6118
26062Author: Stelian Pop <stelian@popies.net>
26063Date: Wed Mar 26 20:52:28 2008 +0100
26064
26065 Move at91cap9 specific files to at91sam9 directory
26066
26067 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
26068 common infrastructure can be used. Let this infrastructure be
26069 named after the AT91SAM9 family, and move the existing AT91CAP9
26070 files to the new place.
26071
26072 Signed-off-by: Stelian Pop <stelian@popies.net>
26073
26074commit 61106a565870ff503f92b251b94bd7afef889a04
26075Author: Stelian Pop <stelian@popies.net>
26076Date: Wed Mar 26 21:52:27 2008 +0100
26077
26078 Use timer_init() instead of board supplied interrupt_init()
26079
26080 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
26081 the board, so use timer_init() instead of interrupt_init().
26082
26083 Signed-off-by: Stelian Pop <stelian@popies.net>
26084
26085commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
26086Author: Stelian Pop <stelian@popies.net>
26087Date: Wed Mar 26 21:52:36 2008 +0100
26088
26089 Cleanup DataFlash partition handling
26090
26091 DataFlash partition information has become a mess. This patch
26092 defines a single partition scheme for Atmel DataFlashes. This partition
26093 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
26094
26095 Signed-off-by: Stelian Pop <stelian@popies.net>
26096
26097commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
26098Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26099Date: Fri Mar 28 08:47:45 2008 -0500
26100
26101 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
26102
26103 When the version_string function in start.S is not 4-byte align,
26104 it will cause the compiler generates "unaligned opcodes detected
26105 in executable segment". This issue affects all ColdFire CPUs.
26106 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
26107 it is not aligned.
26108
26109 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26110 Acked-by: John Rigby <jrigby@freescale.com>
26111
26112commit bae61eefe15b4d454060a7140e49ae58322be803
26113Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26114Date: Tue Mar 25 15:41:15 2008 -0500
26115
26116 ColdFire: Add dspi and serial flash support for MCF5445x
26117
26118 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26119 Acked-by: John Rigby <jrigby@freescale.com>
26120
26121commit 48ead7a7a922fceaf494e352abfab8216a41b417
26122Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26123Date: Tue Mar 18 17:37:01 2008 -0500
26124
26125 ColdFire: Remove R5200 board
26126
26127 This board never went into production
26128
26129 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
26130 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26131 Acked-by: John Rigby <jrigby@freescale.com>
26132
26133commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
26134Author: Matthew Fettke <[matthew.fettke@gmail.com]>
26135Date: Thu Jan 24 14:02:32 2008 -0600
26136
26137 ColdFire: Added M5275EVB support.
26138
26139 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
26140 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26141 Acked-by: John Rigby <jrigby@freescale.com>
26142
26143commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
26144Author: Matthew Fettke <[matthew.fettke@gmail.com]>
26145Date: Mon Feb 4 15:38:20 2008 -0600
26146
26147 ColdFire: Added MCF5275 cpu support.
26148
26149 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
26150 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26151 Acked-by: John Rigby <jrigby@freescale.com>
26152
26153commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
26154Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26155Date: Mon Mar 17 12:14:11 2008 -0500
26156
26157 ColdFire: Define bootdelay in configuration file for M52277EVB
26158
26159 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
26160 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26161 Acked-by: John Rigby <jrigby@freescale.com>
26162
26163commit 77878f16cedee17161ff2336990970fffc6cea35
26164Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26165Date: Mon Mar 17 12:09:07 2008 -0500
26166
26167 ColdFire: Fix second memory Chipselect for M5475EVB
26168
26169 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26170 Acked-by: John Rigby <jrigby@freescale.com>
26171
26172commit 43d60642395a550956cb21d287c8cfa563913d28
26173Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26174Date: Thu Mar 13 14:26:32 2008 -0500
26175
26176 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
26177
26178 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26179 Acked-by: John Rigby <jrigby@freescale.com>
26180
26181commit eb14ebe813a0cb5d47905228da446a5ad692473b
26182Author: Larry Johnson <lrj@acm.org>
26183Date: Sun Mar 30 20:33:04 2008 -0500
26184
26185 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
26186
26187 Signed-off-by: Larry Johnson <lrj@acm.org>
26188
26189commit 02e3892021112f21067d9ed1d04ae4182725ba52
26190Author: Stefan Roese <sr@denx.de>
26191Date: Mon Mar 31 12:20:48 2008 +0200
26192
26193 ppc4xx: Small whitespace fix of esd patches
26194
26195 Signed-off-by: Stefan Roese <sr@denx.de>
26196
26197commit 034394abb524785047c815f00dde8cdbdc1593c5
26198Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26199Date: Sun Mar 30 18:52:44 2008 +0200
26200
26201 ppc4xx: Cleanup PMC440 board support
26202
26203 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26204
26205commit a6cc6c37188d85c25d167a4515da86f48d9a583e
26206Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26207Date: Sun Mar 30 18:52:06 2008 +0200
26208
26209 ppc4xx: Add ptm configuration variables for PMC440
26210
26211 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
26212 environment variables.
26213
26214 Cleanup pci_target_init.
26215
26216 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26217
26218commit 7c91f51a2fe296909147f1646a1412729dd10b1d
26219Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26220Date: Sun Mar 30 18:01:15 2008 +0200
26221
26222 ppc4xx: Minor updates for DU440 boards
26223
26224 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
26225
26226commit d5bffeb868d6b4d462f558dac43011027b6644b7
26227Author: Mike Frysinger <vapier@gentoo.org>
26228Date: Tue Feb 19 00:54:20 2008 -0500
26229
26230 Blackfin: cleanup and overhaul common board init functions
26231
26232 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26233
26234commit b86b3416f874358acaf07519e7620cdb2145f75b
26235Author: Mike Frysinger <vapier@gentoo.org>
26236Date: Tue Feb 19 00:50:58 2008 -0500
26237
26238 Blackfin: cleanup lib_blackfin/cache.c
26239
26240 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26241
26242commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
26243Author: Mike Frysinger <vapier@gentoo.org>
26244Date: Sun Mar 30 15:46:13 2008 -0400
26245
26246 Blackfin: unify cpu and boot modes
26247
26248 All of the duplicated code for Blackfin processors and boot modes have been
26249 unified. After all, the core is the same for all processors, just the
26250 peripheral set differs (which gets handled in the drivers).
26251
26252 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26253
26254commit 880cc4381ea8360248cddcdf87a64566745a5724
26255Author: Stelian Pop <stelian@popies.net>
26256Date: Wed Mar 26 22:52:35 2008 +0100
26257
26258 Fix CFG_NO_FLASH compilation.
26259
26260 Many Atmel boards have no "real" (NOR) flash on board, and rely only
26261 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
26262 be present in a board configuration file, while still enabling flash
26263 commands like 'flinfo', 'protect', etc.
26264
26265 Signed-off-by: Stelian Pop <stelian@popies.net>
26266
26267commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
26268Author: Mike Frysinger <vapier@gentoo.org>
26269Date: Tue Feb 19 00:58:13 2008 -0500
26270
26271 Blackfin: BF537-stamp: cleanup spi flash driver
26272
26273 This punts the old spi flash driver for a new/generalized one until the
26274 common one can be integrated.
26275
26276 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
26277
26278commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
26279Author: Ben Warren <biggerbadderben@gmail.com>
26280Date: Sun Mar 30 11:34:34 2008 -0400
26281
26282 Fix macro typo in common/cmd_mii.c
26283
26284 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
26285 actually applied the wrong patch.
26286
26287 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26288
26289commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
26290Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26291Date: Sun Mar 30 16:39:53 2008 +0200
26292
26293 use correct at91rm9200 register name in m501sk board
26294
26295 This fixes a naming bug for at91rm9200 lowlevel init code:
26296 NOR boot flash is on chipselect 0, not chipselect 2. This
26297 makes code use the register name from chip datasheets.
26298
26299 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
26300
26301commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
26302Author: David Brownell <david-b@pacbell.net>
26303Date: Fri Jan 18 12:55:00 2008 -0800
26304
26305 use correct at91rm9200 register name
26306
26307 This fixes a naming bug for at91rm9200 lowlevel init code:
26308 NOR boot flash is on chipselect 0, not chipselect 2. This
26309 makes code use the register name from chip datasheets.
26310
26311 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26312
26313commit a3543d6dc52b0ba9c64016687cf32d600b31a476
26314Author: David Brownell <david-b@pacbell.net>
26315Date: Fri Jan 18 12:45:45 2008 -0800
26316
26317 add missing ARM boards to MAKEALL
26318
26319 Add some missing ARM boards to MAKEALL. These build correctly,
26320 unlike several of the boards already listed.
26321
26322 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
26323
26324commit 066bebd6353e33af3adefc3404560871699e9961
26325Author: Peter Pearse <peter.pearse@arm.com>
26326Date: Sun Mar 30 11:34:09 2008 +0100
26327
26328 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
26329 to prevent compilation error.
26330
26331 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
26332
26333commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
26334Author: Guennadi Liakhovetski <[lg@denx.de]>
26335Date: Sun Mar 30 11:32:30 2008 +0100
26336
26337 Support for the MX31ADS evaluation board from Freescale
26338
26339 This patch adds support for the MX31ADS evaluation board from Freescale,
26340 initialization code is copied from RedBoot sources, also provided by Freescale.
26341
26342 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26343
26344commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
26345Author: Sascha Hauer <s.hauer@pengutronix.de>
26346Date: Sun Mar 30 11:32:27 2008 +0100
26347
26348 Phytec Phycore-i.MX31 support
26349
26350 This patch adds support for the Phytec Phycore-i.MX31 board
26351
26352 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26353 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26354
26355commit a147e56f03871bba4f05058d5e04ce7deb010b04
26356Author: Sascha Hauer <s.hauer@pengutronix.de>
26357Date: Sun Mar 30 11:32:24 2008 +0100
26358
26359 mx31 litekit support
26360
26361 This patch adds support for the mx31 litekit board
26362
26363 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26364 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26365
26366commit d6674e0e2a6a1f033945f78838566210d3f28c95
26367Author: Sascha Hauer <s.hauer@pengutronix.de>
26368Date: Sun Mar 30 11:32:21 2008 +0100
26369
26370 add SMSC LAN9x1x Network driver
26371
26372 This patch adds a driver for the following smsc network controllers:
26373 LAN9115
26374 LAN9116
26375 LAN9117
26376 LAN9215
26377 LAN9216
26378 LAN9217
26379
26380 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26381 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26382
26383commit 8c8463cce44d849e37744749b32d38e1dfb12e50
26384Author: Sascha Hauer <s.hauer@pengutronix.de>
26385Date: Sun Mar 30 11:32:16 2008 +0100
26386
26387 add an i2c driver for mx31
26388
26389 This patch adds an i2c driver for Freescale i.MX processors
26390
26391 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26392 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26393
26394commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
26395Author: Sascha Hauer <s.hauer@pengutronix.de>
26396Date: Sun Mar 30 11:30:43 2008 +0100
26397
26398 core support for Freescale mx31
26399
26400 This patch adds the core support for Freescale mx31
26401
26402 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26403 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26404
26405commit 8bf69d81782619187933a605f1a95ee1d069478d
26406Author: Sascha Hauer <s.hauer@pengutronix.de>
26407Date: Sun Mar 30 11:28:46 2008 +0100
26408
26409 Separate omap24xx specific code from arm1136
26410
26411 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
26412
26413 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
26414 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
26415
26416commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
26417Author: Peter Pearse <peter.pearse@arm.com>
26418Date: Sun Mar 30 11:23:05 2008 +0100
26419
26420 Add pmdra into MAKEALL
26421
26422 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
26423
26424commit a574a73852a527779234e73e17e7597fd8128882
26425Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
26426Date: Sun Mar 30 11:21:58 2008 +0100
26427
26428 Adds support for the Prodrive PMDRA board, based on a DM6441
26429
26430 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
26431
26432commit 1377b5583a48021d983e1fd565f7d40c89e84d63
26433Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
26434Date: Sun Mar 30 11:11:34 2008 +0100
26435
26436 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
26437
26438 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
26439
26440commit 1704dc20917b4f71e373e2c888497ee666d40380
26441Author: Dirk Behme <dirk.behme@gmail.com>
26442Date: Sun Mar 30 11:09:01 2008 +0100
26443
26444 - Remove *_masked() functions as noted by Wolfgang
26445 - Adapt register naming to recent TI spec (sprue26, March 2007)
26446 - Fix reset_timer() handling
26447 - As reported by Pieter [1] the overflow fix introduced a
26448 delay of factor 16 (e.g 2 seconds became 32). While the
26449 overflow fix is basically okay, it missed to divide udelay by
26450 16, too. Fix this.
26451 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
26452 - Remove software division of timer count value (DIV(x)
26453 macro) and do it in hardware (TIM_CLK_DIV).
26454 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
26455 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
26456 the hints & testing!
26457
26458 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26459
26460 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
26461
26462commit ac3315c26e143c31680750c9c13f027efbcc887e
26463Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
26464Date: Thu Mar 6 16:45:44 2008 +0100
26465
26466 new PHY @ e1000 - 2nd try
26467
26468 Add 82541ER device with latest integrated IGP2 PHY.
26469 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
26470
26471 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
26472 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26473
26474commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
26475Author: Daniel Hellstrom <daniel@gaisler.com>
26476Date: Fri Mar 28 20:22:53 2008 +0100
26477
26478 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
26479
26480 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
26481 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
26482 available at www.gaisler.com.
26483
26484 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
26485 offloading etc.) can be determined by a bit in the control register.
26486 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
26487
26488 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26489 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26490
26491commit 233a8bcd94997f3f345833a3b82e836222f2a206
26492Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
26493Date: Mon Mar 17 17:08:22 2008 -0500
26494
26495 Add CONFIG_MII_INIT in cmd_mii.c
26496
26497 Provide common configuration in do_mii() to execute mii_init()
26498 for all cpu architectures
26499
26500 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26501 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26502
26503commit f605479de2deb11e834f31dfdb0af107c86aced6
26504Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
26505Date: Mon Mar 17 17:08:16 2008 -0500
26506
26507 ColdFire: Fix FEC transmit issue for MCF5275
26508
26509 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
26510 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26511
26512commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
26513Author: Aras Vaichas <arasv@magtech.com.au>
26514Date: Wed Mar 26 09:43:57 2008 +1100
26515
26516 DHCP request fix for Windows Server 2003
26517
26518 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
26519 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
26520 interoperability problems with Windows Server 200x DHCP server when U-Boot
26521 client responds too fast for server to handle.
26522
26523 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
26524 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
26525
26526commit 97bf85d784fbed485e652eb907589ad0d5cb7262
26527Author: Daniel Hellstrom <daniel@gaisler.com>
26528Date: Fri Mar 28 20:40:19 2008 +0100
26529
26530 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
26531
26532 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
26533 SPARC CPUs implement flash_read64 which calls __raw_readq.
26534
26535 For current SPARC architectures (LEON2 and LEON3) each read from the
26536 FLASH must lead to a cache miss. This is because FLASH can not be set
26537 non-cacheable since program code resides there, and alternatively disabling
26538 cache is poor from performance view, or doing a cache flush between each
26539 read is even poorer.
26540
26541 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
26542 load alternative space, the alternative space number (ASI) is processor
26543 implementation spcific and can be found by including <asm/processor.h>.
26544
26545 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
26546
26547commit 70431e8a7393b6b793f77957f95b999fc9a269b8
26548Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26549Date: Fri Mar 28 15:41:25 2008 +0100
26550
26551 Make MPC83xx one step closer to full relocation.
26552
26553 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
26554 and use GOT relative reference.
26555
26556 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
26557 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26558
26559commit 5b2793a3f3de34d439232b05acc8af67a028fd35
26560Author: Michael Barkowski <michael.barkowski@freescale.com>
26561Date: Thu Mar 27 14:34:43 2008 -0400
26562
26563 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
26564
26565 This patch fixes eeprom page size so that you can now write more than
26566 64 bytes at a time.
26567
26568 It also makes the board take MAC addresses, if found, from EEPROM.
26569
26570 User should place up to 4 addresses at offset 0x7f00, for
26571 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
26572 four six-byte values should have it's CRC at the end. crc32 and
26573 eeprom commands can be used to accomplish this.
26574
26575 If CRC fails, MAC addresses come from the environment. If CRC
26576 succeeds, the environment is overwritten at startup.
26577
26578 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
26579 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26580
26581commit 8f325cff31f6e745e6540014b131b9a97f61944c
26582Author: Michael Barkowski <michael.barkowski@freescale.com>
26583Date: Fri Mar 28 15:15:38 2008 -0400
26584
26585 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
26586
26587 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
26588 controller on the PCI bus in Linux on the MPC8323ERDB.
26589
26590 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
26591 config file.
26592
26593 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
26594 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26595
26596commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
26597Author: Kim Phillips <kim.phillips@freescale.com>
26598Date: Fri Mar 28 10:19:07 2008 -0500
26599
26600 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
26601
26602 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
26603 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
26604 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
26605 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
26606 convenience macros.
26607
26608 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26609
26610commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
26611Author: Kim Phillips <kim.phillips@freescale.com>
26612Date: Fri Mar 28 10:18:53 2008 -0500
26613
26614 mpc83xx: display ddr frequency in board_add_ram_info banner
26615
26616 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26617
26618commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
26619Author: Kim Phillips <kim.phillips@freescale.com>
26620Date: Fri Mar 28 10:18:40 2008 -0500
26621
26622 mpc83xx: unreinvent mem_clk
26623
26624 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
26625 mem_*_clk for consistency's sake.
26626
26627 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26628
26629commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
26630Author: Kim Phillips <kim.phillips@freescale.com>
26631Date: Fri Mar 28 14:31:23 2008 -0500
26632
26633 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
26634
26635 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26636
26637commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
26638Author: Dave Liu <r63238@freescale.com>
26639Date: Wed Mar 26 22:57:19 2008 +0800
26640
26641 mpc83xx: enable the SATA interface on mpc837xemds board
26642
26643 Enable the first two SATA interfaces on MPC837xEMDS board,
26644 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
26645
26646 Signed-off-by: Dave Liu <daveliu@freescale.com>
26647 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26648
26649commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
26650Author: Dave Liu <r63238@freescale.com>
26651Date: Wed Mar 26 22:56:36 2008 +0800
26652
26653 mpc83xx: initialize serdes for MPC837xEMDS boards
26654
26655 This patch is stolen from Anton Vorontsov's patch
26656 for mpc837xerdb boards.
26657
26658 The reference clk and xcorevdd voltage of serdes1/2
26659 is same between mpc837xemds and mpc837xerdb.
26660
26661 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
26662 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
26663 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
26664
26665 Signed-off-by: Dave Liu <daveliu@freescale.com>
26666 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26667
26668commit cc8e839abc80887ae832767b5930d40edd6d7eb7
26669Author: Stefan Roese <sr@denx.de>
26670Date: Fri Mar 28 14:09:04 2008 +0100
26671
26672 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
26673
26674 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
26675 interface. This usage can be configured with the jumper J6. This patch
26676 displays the current configuration upon bootup and changes the PCIe
26677 init loop, to only initialize the availabel PCIe slots.
26678
26679 Signed-off-by: Stefan Roese <sr@denx.de>
26680
26681commit 90447ecbbac8572457b6d8903073ac3f120995ba
26682Author: Tor Krill <tor@excito.com>
26683Date: Fri Mar 28 11:29:10 2008 +0100
26684
26685 MTD/CFI: Add support for 16bit legacy AMD flash
26686
26687 Add entry for 512Kx16 AMD flash to jedec_table.
26688 Read out 16bit device id if chipwidth is 16bit.
26689 Fixed coding style after Stefans feedback
26690
26691 Signed-off-by: Tor Krill <tor@excito.com>
26692
26693commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
26694Author: Stefan Roese <sr@denx.de>
26695Date: Fri Mar 28 11:02:53 2008 +0100
26696
26697 ppc: Small change to CFG_MEM_TOP_HIDE description
26698
26699 Signed-off-by: Stefan Roese <sr@denx.de>
26700
26701commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
26702Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26703Date: Thu Mar 27 15:44:12 2008 +0900
26704
26705 sh: Add support stat structure and stat.h
26706
26707 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26708
26709commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
26710Author: Mark Jonas <toertel@gmail.com>
26711Date: Sat Mar 22 19:27:52 2008 +0100
26712
26713 sh: Removed warning when compiling drivers/serial/serial_sh.c.
26714
26715 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
26716 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26717
26718commit f309fa38929ffba71230c02330ffa42f4bba6333
26719Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26720Date: Wed Mar 12 18:02:57 2008 +0900
26721
26722 sh: Remove disable_ctrlc function from R7780MP
26723
26724 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26725
26726commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
26727Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26728Date: Wed Mar 12 17:55:15 2008 +0900
26729
26730 sh: Add maintainer of R7780MP to MAINTAINER file
26731
26732 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
26733
26734 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26735
26736commit f5e2466f7baa887a7df0c536333eea8231333497
26737Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26738Date: Tue Mar 25 17:11:24 2008 +0900
26739
26740 sh: Add support Renesas Solutions R2D plus board
26741
26742 R2D plus is SH reference board used with SH7751R.
26743 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
26744 one PCI bus, VGA, and two Ethernet controller.
26745
26746 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26747
26748commit e92c95180bb5bc5fd4051598a9d60beaba48988d
26749Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26750Date: Wed Mar 12 12:15:29 2008 +0900
26751
26752 sh: Add support SH4 cache control
26753
26754 Add support SH4 cache control and flash_cache function
26755
26756 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26757
26758commit 28e5efde4d925fcb34901d0030d0648de2da7e89
26759Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26760Date: Mon Mar 24 01:53:01 2008 +0900
26761
26762 sh: Add support PCI host driver for SH7751/SH7751R
26763
26764 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26765
26766commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
26767Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26768Date: Mon Mar 24 02:11:26 2008 +0900
26769
26770 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
26771
26772 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26773
26774commit 566933278101c144d75361ea682678a326c1290d
26775Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26776Date: Wed Mar 12 12:10:28 2008 +0900
26777
26778 sh: Add support SuperH SH7751/SH7751R
26779
26780 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26781
26782commit 3313e0e26224fc9a0c445124f3455058c696df84
26783Author: Mark Jonas <toertel@gmail.com>
26784Date: Mon Mar 10 11:37:10 2008 +0100
26785
26786 sh: Added support for SH7720 based board MPR2.
26787
26788 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
26789 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26790
26791commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
26792Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26793Date: Thu Mar 6 14:05:53 2008 +0900
26794
26795 sh: Fix receive FIFO level register of SH4A
26796
26797 Receive FIFO level register is different in SH4A.
26798 Because register is different, cannot occasionally receive data.
26799
26800 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26801
26802commit c133c1fb0b590662206b0eba70f4478ee0300a9a
26803Author: Yusuke Goda <goda.yusuke@renesas.com>
26804Date: Tue Mar 11 12:55:12 2008 +0900
26805
26806 sh: Add support Renesas Solutions R7780MP
26807
26808 Renesas Solutions R7780MP is a reference board on SH7780.
26809 This board has serial, 10/100 base Ethernet deivice, CF slot
26810 and VGA devices. This board can set extension board.
26811 Extension board has 10/100/1000 base Ethernet device, PCI slot,
26812 S-ATA, iDVR slot.
26813
26814 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
26815 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26816
26817commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
26818Author: Yusuke Goda <goda.yusuke@renesas.com>
26819Date: Wed Mar 5 14:30:02 2008 +0900
26820
26821 sh: Add support PCI of SuperH and SH7780
26822
26823 This patch add support PCI of SuperH base code and SH7780 specific code.
26824
26825 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
26826 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26827
26828commit b55523efff2ae11f0b9ae3cc405893c32eb78156
26829Author: Yusuke Goda <goda.yusuke@renesas.com>
26830Date: Wed Mar 5 14:23:26 2008 +0900
26831
26832 sh: Add support SH7780
26833
26834 SH7780 is CPU of Renesas Technology.
26835 This CPU has
26836 - CPU clock 400MHz
26837 - PCI support
26838 - DDR-SDRAM controller
26839 - etc ...
26840
26841 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
26842 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26843
26844commit c2042f5952a686c414031309b8f244513bf578f0
26845Author: goda.yusuke <goda.yusuke@renesas.com>
26846Date: Fri Jan 25 20:46:36 2008 +0900
26847
26848 sh: Add support Renesas Solutions Migo-R board
26849
26850 Migo-R is a board based on SH7722 and has may devices.
26851 In this patch, supported SCIF, NOR flash and Ethernet.
26852
26853 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
26854 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
26855
26856commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
26857Author: Bartlomiej Sieka <tur@semihalf.com>
26858Date: Thu Mar 27 15:06:40 2008 +0100
26859
26860 Fix host tool build breakage, take two
26861
26862 Revert commit 87c8431f and fix build breakage so that the build continues
26863 to work on FC systems.
26864
26865 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
26866
26867commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
26868Author: Stefan Roese <sr@denx.de>
26869Date: Wed Mar 19 09:36:47 2008 +0100
26870
26871 ppc4xx: Enable ECC on LWMON5
26872
26873 Since all ECC related problems seem to be resolved on LWMON5, this patch
26874 now enables ECC support.
26875
26876 We have to write the ECC bytes by zeroing and flushing in smaller
26877 steps, since the whole 256MByte takes too long for the external
26878 watchdog.
26879
26880 Signed-off-by: Stefan Roese <sr@denx.de>
26881
26882commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
26883Author: Larry Johnson <lrj@acm.org>
26884Date: Mon Mar 17 11:10:35 2008 -0500
26885
26886 ppc4xx: Updates to Korat-specific code
26887
26888 This patch contains updates for changes for the Korat PPC440EPx board.
26889 These changes include:
26890
26891 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
26892 described in the new "doc/README.korat" file;
26893
26894 (2) a new memory map for the registers in the board's CPLD;
26895
26896 (3) a revised format for manufacturer's data in serial EEPROM; and
26897
26898 (4) changes to track updates to U-Boot for the Sequoia board.
26899
26900 Signed-off-by: Larry Johnson <lrj@acm.org>
26901
26902commit f766cdf89b3a2a7634b8c5869f606150e332036c
26903Author: Markus Brunner <super.firetwister@gmail.com>
26904Date: Thu Mar 27 10:46:25 2008 +0100
26905
26906 ppc4xx: PPC405EP Set EMAC noise filter bits
26907
26908 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
26909 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
26910 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
26911
26912 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
26913 Signed-off-by: Stefan Roese <sr@denx.de>
26914
26915commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
26916Author: Mike Nuss <mike@terascala.com>
26917Date: Wed Feb 20 11:54:20 2008 -0500
26918
26919 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
26920
26921 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
26922 after startup to change the speed of the clocks. This patch adds the
26923 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
26924 initialization code will reconfigure the PLL to run the system with a CPU
26925 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
26926 external EEPROM.
26927
26928 Signed-off-by: Mike Nuss <mike@terascala.com>
26929 Acked-by: Stefan Roese <sr@denx.de>
26930
26931commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
26932Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26933Date: Thu Mar 27 09:12:40 2008 +0100
26934
26935 new-image: Fix host tool build breakage
26936
26937 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
26938
26939commit 6fb4b640562a10daff0dbe537638d511b5b48650
26940Author: Stefan Roese <sr@denx.de>
26941Date: Thu Mar 27 10:24:03 2008 +0100
26942
26943 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
26944
26945 Signed-off-by: Stefan Roese <sr@denx.de>
26946
26947commit 9462732a3ec551c11862450902cd8ee1bedea6d9
26948Author: Stefan Roese <sr@denx.de>
26949Date: Wed Mar 19 10:23:43 2008 +0100
26950
26951 ppc4xx: Add fdt support to Prodrive alpr
26952
26953 Since this board will probably be ported to arch/powerpc in the
26954 near future, we add device tree support now. This way we are
26955 "ready" for arch/powerpc from now on.
26956
26957 Signed-off-by: Stefan Roese <sr@denx.de>
26958
26959commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
26960Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
26961Date: Mon Mar 17 09:27:56 2008 +0100
26962
26963 ppc4xx: Enable cache support on the ALPR board
26964
26965 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
26966
26967commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
26968Author: Stefan Roese <sr@denx.de>
26969Date: Wed Mar 26 10:14:11 2008 +0100
26970
26971 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
26972
26973 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
26974 memory area will get subtracted from the top (end) of ram and won't get
26975 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
26976 should gets passed the now "corrected" memory size and won't touch it
26977 either. This should work for arch/ppc and arch/powerpc. Only Linux board
26978 ports in arch/powerpc with bootwrapper support, which recalculate the
26979 memory size from the SDRAM controller setup, will have to get fixed
26980 in Linux additionally.
26981
26982 This patch enables this config option on some PPC440EPx boards as a workaround
26983 for the CHIP 11 errata. Here the description from the AMCC documentation:
26984
26985 CHIP_11: End of memory range area restricted access.
26986 Category: 3
26987
26988 Overview:
26989 The 440EPx DDR controller does not acknowledge any
26990 transaction which is determined to be crossing over the
26991 end-of-memory-range boundary, even if the starting address is
26992 within valid memory space. Any such transaction from any PLB4
26993 master will result in a PLB time-out on PLB4 bus.
26994
26995 Impact:
26996 In case of such misaligned bursts, PLB4 masters will not
26997 retrieve any data at all, just the available data up to the
26998 end of memory, especially the 440 CPU. For example, if a CPU
26999 instruction required an operand located in memory within the
27000 last 7 words of memory, the DCU master would burst read 8
27001 words to update the data cache and cross over the
27002 end-of-memory-range boundary. Such a DCU read would not be
27003 answered by the DDR controller, resulting in a PLB4 time-out
27004 and ultimately in a Machine Check interrupt. The data would
27005 be inaccessible to the CPU.
27006
27007 Workaround:
27008 Forbid any application to access the last 256 bytes of DDR
27009 memory. For example, make your operating system believe that
27010 the last 256 bytes of DDR memory are absent. AMCC has a patch
27011 that does this, available for Linux.
27012
27013 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
27014 lwmon5, korat, sequoia
27015
27016 The other remaining 440EPx board were intentionally not included
27017 since it is not clear to me, if they use the end of ram for some
27018 other purpose. This is unclear, since these boards have CONFIG_PRAM
27019 defined and even comments like this:
27020
27021 PMC440.h:
27022 /* esd expects pram at end of physical memory.
27023 * So no logbuffer at the moment.
27024 */
27025
27026 It is strongly recommended to not use the last 256 bytes on those
27027 boards too. Patches from the board maintainers are welcome.
27028
27029 Signed-off-by: Stefan Roese <sr@denx.de>
27030
27031commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
27032Author: Stefan Roese <sr@denx.de>
27033Date: Thu Mar 27 10:09:05 2008 +0100
27034
27035 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
27036
27037 Signed-off-by: Stefan Roese <sr@denx.de>
27038
27039commit d56a3ce179688cde61073a3690e21703d68fafd7
27040Author: Stefan Roese <sr@denx.de>
27041Date: Tue Mar 25 17:51:13 2008 +0100
27042
27043 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
27044
27045 The routine ft_board_setup() configures the EBC NOR mappings for the
27046 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
27047 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
27048 problem, we need to pass the corrected address here too.
27049
27050 Signed-off-by: Stefan Roese <sr@denx.de>
27051
27052commit 9ad31989de12ce5c67b07c4867ead47465655c4b
27053Author: Stefan Roese <sr@denx.de>
27054Date: Wed Mar 19 16:35:12 2008 +0100
27055
27056 ppc4xx: Fix compilation warning in 4xx_enet.c
27057
27058 Signed-off-by: Stefan Roese <sr@denx.de>
27059
27060commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
27061Author: Stefan Roese <sr@denx.de>
27062Date: Wed Mar 19 16:20:49 2008 +0100
27063
27064 ppc4xx: Add AMCC Glacier 406GT eval board support
27065
27066 This patch adds support for the AMCC Glacier 460GT eval board.
27067 The main difference to the Canyonlands board are listed here:
27068
27069 - 4 ethernet ports instead of 2
27070 - no SATA port
27071 - no USB port
27072
27073 Currently EMAC2+3 are not working. This will be fixed in a later
27074 release.
27075
27076 Signed-off-by: Stefan Roese <sr@denx.de>
27077
27078commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
27079Author: Stefan Roese <sr@denx.de>
27080Date: Thu Mar 27 08:47:26 2008 +0100
27081
27082 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
27083
27084 Signed-off-by: Stefan Roese <sr@denx.de>
27085
27086commit b9670dd85be6e0496ef2e231043c23cad9b1d903
27087Author: Anatolij Gustschin <agust@denx.de>
27088Date: Wed Mar 26 21:05:43 2008 +0100
27089
27090 Fix out of tree building issue
27091
27092 Currently U-Boot building in some external directory
27093 doesn't work. This patch tries to fix the problem.
27094
27095 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27096
27097commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
27098Author: Anatolij Gustschin <agust@denx.de>
27099Date: Wed Mar 26 18:13:33 2008 +0100
27100
27101 README: update documentation (availability, links, etc.)
27102
27103 Fix typo in README
27104
27105 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27106
27107commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
27108Author: Anatolij Gustschin <agust@denx.de>
27109Date: Wed Mar 26 17:47:44 2008 +0100
27110
27111 Fix compilation error in cmd_usb.c
27112
27113 This patch fixes compilation error
27114 cmd_usb.c: In function 'do_usb':
27115 cmd_usb.c:552: error: void value not ignored as it ought to be
27116
27117 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27118
27119commit d8c82db482d6b535d12b419d6440b88bf7091c9b
27120Author: Timur Tabi <timur@freescale.com>
27121Date: Fri Mar 14 17:45:29 2008 -0500
27122
27123 Add support for setting the I2C bus speed in fsl_i2c.c
27124
27125 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
27126 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
27127 but fsl_i2c.c ignores it and uses conservative value when programming the
27128 I2C bus speed.
27129
27130 Signed-off-by: Timur Tabi <timur@freescale.com>
27131 Acked-by: Andy Fleming <afleming@freescale.com>
27132
27133commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
27134Author: Wolfgang Denk <wd@denx.de>
27135Date: Thu Mar 27 00:03:57 2008 +0100
27136
27137 Coding style cleanup, update CHANGELOG
27138
27139 Signed-off-by: Wolfgang Denk <wd@denx.de>
27140
d049cc7f
WD
27141commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
27142Author: Dave Liu <r63238@freescale.com>
27143Date: Wed Mar 26 22:55:32 2008 +0800
27144
27145 drivers: add the support for Freescale SATA controller
27146
27147 Add the Freescale on-chip SATA controller driver to u-boot,
27148 The SATA controller is used on the 837x and 8315 targets,
27149 The driver can be used to load kernel, fs and dtb.
27150
27151 The features list:
27152 - 1.5/3 Gbps link speed
27153 - LBA48, LBA28 support
27154 - DMA and FPDMA support
27155 - Two ports support
27156
27157 Signed-off-by: Dave Liu <daveliu@freescale.com>
27158
27159commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
27160Author: Dave Liu <r63238@freescale.com>
27161Date: Wed Mar 26 22:54:44 2008 +0800
27162
27163 ata: add the readme for SATA command line
27164
27165 Signed-off-by: Dave Liu <daveliu@freescale.com>
27166
27167commit cd54081cd479e542fc399b8a40651ff11a1ad849
27168Author: Dave Liu <r63238@freescale.com>
27169Date: Wed Mar 26 22:53:24 2008 +0800
27170
27171 ata: enable the sata initialize on boot up
27172
27173 Signed-off-by: Dave Liu <daveliu@freescale.com>
27174
27175commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
27176Author: Dave Liu <r63238@freescale.com>
27177Date: Wed Mar 26 22:52:36 2008 +0800
27178
27179 ata: add the fis struct for SATA
27180
27181 Signed-off-by: Dave Liu <daveliu@freescale.com>
27182
27183commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
27184Author: Dave Liu <r63238@freescale.com>
27185Date: Wed Mar 26 22:51:44 2008 +0800
27186
27187 ata: add the libata support
27188
27189 add simple libata support in u-boot
27190
27191 Signed-off-by: Dave Liu <daveliu@freescale.com>
27192
27193commit 8e9bb43429e50df55fa41932cbe65841ff579220
27194Author: Dave Liu <r63238@freescale.com>
27195Date: Wed Mar 26 22:50:45 2008 +0800
27196
27197 ata: make the ata_piix driver using new SATA framework
27198
27199 original ata_piix driver is using IDE framework, not real
27200 SATA framework. For now, the ata_piix driver is only used
27201 by x86 sc520_cdp board. This patch makes the ata_piix driver
27202 use the new SATA framework, so
27203
27204 - remove the duplicated command stuff
27205 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
27206 - add the CONFIG_CMD_SATA define to sc520_cdp.h
27207
27208 Signed-off-by: Dave Liu <daveliu@freescale.com>
27209
27210commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
27211Author: Dave Liu <r63238@freescale.com>
27212Date: Wed Mar 26 22:49:44 2008 +0800
27213
27214 ata: add the support for SATA framework
27215
27216 - add the SATA framework
27217 - add the SATA command line
27218
27219 Signed-off-by: Dave Liu <daveliu@freescale.com>
27220
27221commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
27222Author: Dave Liu <r63238@freescale.com>
27223Date: Wed Mar 26 22:48:18 2008 +0800
27224
27225 ata: merge the header of ata_piix driver
27226
27227 move the sata.h from include/ to drivers/block/ata_piix.h
27228
27229 Signed-off-by: Dave Liu <daveliu@freescale.com>
27230
27231commit 9eef62804d9695425b24c87b46a61a7fa74afee0
27232Author: Dave Liu <r63238@freescale.com>
27233Date: Wed Mar 26 22:47:06 2008 +0800
27234
27235 ata: merge the ata_piix driver
27236
27237 move the cmd_sata.c from common/ to drivers/ata_piix.c,
27238 the cmd_sata.c have some part of ata_piix controller drivers.
27239 consolidate the driver to have better framework.
27240
27241 Signed-off-by: Dave Liu <daveliu@freescale.com>
27242
1aeed8d7
WD
27243commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
27244Author: Markus Klotzbuecher <mk@denx.de>
27245Date: Wed Mar 26 18:26:43 2008 +0100
27246
27247 USB, Storage: fix a bug introduced in commit
27248 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
27249 to only print only information on one storage device, but not for
27250 multiple.
27251
27252 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27253
27254commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
27255Author: Anatolij Gustschin <agust@denx.de>
27256Date: Wed Mar 26 17:47:44 2008 +0100
27257
27258 Fix compilation error in cmd_usb.c
27259
27260 This patch fixes compilation error
27261 cmd_usb.c: In function 'do_usb':
27262 cmd_usb.c:552: error: void value not ignored as it ought to be
27263
27264 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27265 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27266
27267commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
27268Author: Kumar Gala <galak@kernel.crashing.org>
27269Date: Wed Mar 26 08:53:53 2008 -0500
27270
27271 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
27272
27273 Provide a board_lmb_reserve helper function to ensure we reserve
27274 the page of memory we are using for the boot page translation code.
27275
27276 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27277
27278commit 79679d80021ab095e639e250ca472fe526da02e2
27279Author: Kumar Gala <galak@kernel.crashing.org>
27280Date: Wed Mar 26 08:34:25 2008 -0500
27281
27282 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
27283
27284 The following changes are needed to be inline with ePAPR v0.81:
27285
27286 * r4, r5 and now always set to 0 on boot release
27287 * r7 is used to pass the size of the initial map area (IMA)
27288 * EPAPR_MAGIC value changed for book-e processors
27289 * changes in the spin table layout
27290 * spin table supports a 64-bit physical release address
27291
27292 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27293
27294commit 25eedb2c1958a13110c7de1fc809b624053cc69c
27295Author: Jon Loeliger <jdl@freescale.com>
27296Date: Wed Mar 19 15:02:07 2008 -0500
27297
27298 FSL: Clean up board/freescale/common/Makefile
27299
27300 Each file that can be built here now follows some
27301 CONFIG_ option so that they are appropriately built
27302 or not, as needed. And CONFIG_ defines were added
27303 to various board config files to make sure that happens.
27304
27305 The other board/freescale/*/Makefiles no longer need
27306 to reach up and over into ../common to build their
27307 individually needed files any more.
27308
27309 Boards that are CDS specific were renamed with cds_ prefix.
27310
27311 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27312
27313commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
27314Author: Kumar Gala <galak@kernel.crashing.org>
27315Date: Wed Feb 27 22:00:27 2008 -0600
27316
27317 85xx: Fix merge duplication
27318
27319 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
27320
27321 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27322
27323commit 5893b3d0a4084f87a06a5d3dc03db91206818941
27324Author: James Yang <James.Yang@freescale.com>
27325Date: Tue Feb 12 16:35:07 2008 -0600
27326
27327 85xx: Expand CCSR space with more DDR controller registers.
27328
27329 Signed-off-by: James Yang <James.Yang@freescale.com>
27330 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27331 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27332
27333commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
27334Author: James Yang <James.Yang@freescale.com>
27335Date: Fri Feb 8 18:05:08 2008 -0600
27336
27337 85xx: Speed up get_ddr_freq() and get_bus_freq()
27338
27339 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
27340 called. However, get_sys_info() recalculates extraneous information when
27341 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
27342 values from global_data instead.
27343
27344 Signed-off-by: James Yang <James.Yang@freescale.com>
27345 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27346
27347commit e9ea679918fbc9a53fa2f2a904aac874ea736036
27348Author: James Yang <James.Yang@freescale.com>
27349Date: Fri Feb 8 16:46:27 2008 -0600
27350
27351 85xx: Show DDR memory data rate in addition to the memory clock frequency.
27352
27353 Show the DDR memory data rate in addition to the memory clock
27354 frequency. For DDR/DDR2 memories the memory data rate is 2x the
27355 memory clock.
27356
27357 Signed-off-by: James Yang <James.Yang@freescale.com>
27358 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27359
27360commit 591933ca6eabc440e6ed6967233aaf56fce464a3
27361Author: James Yang <James.Yang@freescale.com>
27362Date: Fri Feb 8 16:44:53 2008 -0600
27363
27364 85xx: get_tbclk() speed up and rounding fix
27365
27366 Speed up get_tbclk() by referencing pre-computed bus clock
27367 frequency value from global data instead of sys_info_t. Fix
27368 rounding of result to nearest; previously it was rounding
27369 upwards.
27370
27371 Signed-off-by: James Yang <James.Yang@freescale.com>
27372 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27373
27374commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
27375Author: Andy Fleming <afleming@freescale.com>
27376Date: Wed Feb 6 01:19:40 2008 -0600
27377
27378 Update SVR numbers to expand support
27379
27380 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
27381 is used to distinguish certain variants within an SOC family. To
27382 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
27383 constants to reflect the larger value. We also add SVR numbers for all
27384 of the current variants. Finally, to make things neater, rather than
27385 use an enormous switch statement to print out the CPU type, we create
27386 and array of SVR/name pairs (using a macro), and print out the CPU name
27387 that matches the SVR SOC version.
27388
27389 Signed-off-by: Andy Fleming <afleming@freescale.com>
27390
27391commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
27392Author: Andy Fleming <afleming@freescale.com>
27393Date: Wed Feb 6 01:12:57 2008 -0600
27394
27395 Add the Freescale PCI device IDs
27396
27397 Signed-off-by: Andy Fleming <afleming@freescale.com>
27398
27399commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
27400Author: Kumar Gala <galak@kernel.crashing.org>
27401Date: Thu Feb 14 11:04:23 2008 -0600
27402
27403 85xx: Added support for multicore boot mechanism
27404
27405 Added the cpu command that provides a generic mechanism to get status,
27406 reset, and release secondary cores in multicore processors.
27407
27408 Added support for using the ePAPR defined spin-table mechanism on 85xx.
27409
27410 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27411 Signed-off-by: Andy Fleming <afleming@freescale.com>
27412
27413commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
27414Author: Kumar Gala <galak@kernel.crashing.org>
27415Date: Thu Jan 17 16:48:33 2008 -0600
27416
27417 85xx: Added support for multicore boot mechanism
27418
27419 Added the cpu command that provides a generic mechanism to get status,
27420 reset, and release secondary cores in multicore processors.
27421
27422 Added support for using the ePAPR defined spin-table mechanism on 85xx.
27423
27424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27425
27426commit f69766e4b5d47ecd3aa58677a8da875694f364f2
27427Author: Kumar Gala <galak@kernel.crashing.org>
27428Date: Wed Jan 30 14:55:14 2008 -0600
27429
27430 85xx: Add the concept of CFG_CCSRBAR_PHYS
27431
27432 When we go to 36-bit physical addresses we need to keep the concept of
27433 the physical CCSRBAR address seperate from the virtual one.
27434
27435 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
27436
27437 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27438
d049cc7f
WD
27439commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
27440Author: Wolfgang Denk <wd@denx.de>
27441Date: Wed Mar 26 15:38:47 2008 +0100
27442
27443 Coding style cleanup.
27444
27445 Signed-off-by: Wolfgang Denk <wd@denx.de>
27446
27447commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
27448Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27449Date: Wed Mar 26 13:02:13 2008 +0100
27450
27451 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
27452
27453 The default settings for RTC DS1337 keeps the OSC
27454 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
27455 turn it off.
27456
27457 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
27458
27459commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
27460Author: Wolfgang Denk <wd@denx.de>
27461Date: Wed Mar 26 11:48:46 2008 +0100
27462
27463 Cleanup coding style, update CHANGELOG
27464
27465 Signed-off-by: Wolfgang Denk <wd@denx.de>
27466
438a4c11
WD
27467commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
27468Author: Wolfgang Denk <wd@denx.de>
27469Date: Wed Mar 26 10:40:12 2008 +0100
27470
27471 README: update documentation (availability, links, etc.)
27472
27473 Signed-off-by: Wolfgang Denk <wd@denx.de>
27474
27475commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
27476Author: Aras Vaichas <arasv@magtech.com.au>
27477Date: Tue Mar 25 12:09:07 2008 +1100
27478
27479 USB Storage, add meaningful return value
27480
27481 This patch changes the "usb storage" command to return success if it
27482 finds a USB storage device, otherwise it returns error.
27483
27484 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
27485
27486commit 18e69a35efbb078403db0c0063986470dad7d082
27487Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27488Date: Fri Mar 14 23:20:18 2008 +0300
27489
27490 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
27491
27492 Linux understands "host" (default), "peripheral" and "otg" (broken).
27493 Though, U-Boot doesn't restrict dr_mode variable to these values (think
27494 of renames in future).
27495
27496 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27497 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27498
27499commit c7604783b236e368f225efb7b3efb418fe20b404
27500Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27501Date: Fri Mar 14 23:20:30 2008 +0300
27502
27503 tsec: fix link detection for the RTL8211B PHY
27504
27505 RTL8211B sets link state register after autonegotiation complete,
27506 so with bootdelay=0 RTL8211B will report lack of the link.
27507
27508 To fix this, we should wait for aneg to complete, even if the
27509 link is currently down.
27510
27511 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27512 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27513
27514commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
27515Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27516Date: Mon Mar 24 20:47:09 2008 +0300
27517
27518 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
27519
27520 device_type = "soc" is being deprecated, newer device trees will use
27521 "fsl,soc" and/or "fsl,immr" for the soc nodes.
27522
27523 This patch also adds clock-frequency property for soc nodes (the same
27524 value as bus-frequency).
27525
27526 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27527
27528commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
27529Author: Joe D'Abbraccio <ljd015@freescale.com>
27530Date: Mon Mar 24 13:00:59 2008 -0400
27531
27532 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
27533
27534 With the original value of 1/2 clock cycle delay, the system ran relatively
27535 stable except when we run benchmarks that are intensive users of memory.
27536 When I run samba connected disk with a HDBENCH test, the system locks-up
27537 or reboots sporadically.
27538
27539 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
27540
27541commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
27542Author: Scott Wood <scottwood@freescale.com>
27543Date: Mon Mar 24 12:44:13 2008 -0500
27544
27545 mpc83xx: Set PCI I/O bus-address base to zero.
27546
27547 The device trees for these boards describe PCI I/O as starting from
27548 address zero from the device's perspective.
27549
27550 Placing I/O elsewhere may cause problems with certain PCI boards, and may
27551 cause problems with Linux.
27552
27553 Signed-off-by: Scott Wood <scottwood@freescale.com>
27554
27555commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
27556Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27557Date: Mon Mar 24 20:47:05 2008 +0300
27558
27559 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
27560
27561 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
27562 This patch fixes "system time drifting" problem.
27563
27564 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27565
27566commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
27567Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27568Date: Mon Mar 24 20:47:02 2008 +0300
27569
27570 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
27571
27572 This is needed to update /choosen/linux,stdout-path properly.
27573
27574 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27575
27576commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
27577Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27578Date: Mon Mar 24 20:47:00 2008 +0300
27579
27580 mpc83xx: MPC8360E-RDK: add dhcp command
27581
27582 Plus modify environment to use it and remove bootfile env variable,
27583 it is internal and CONFIG_BOOTFILE is used for these purposes.
27584
27585 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27586
27587commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
27588Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27589Date: Mon Mar 24 20:46:57 2008 +0300
27590
27591 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
27592
27593 Current DDR setup easily causes memory corruption, this patch fixes it.
27594
27595 Also fix TIMING_CFG0_MRS_CYC definition.
27596
27597 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27598
27599commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
27600Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27601Date: Mon Mar 24 20:46:53 2008 +0300
27602
27603 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
27604
27605 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
27606 controller and FHCI (QE USB).
27607
27608 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27609
27610commit 7ad959490962e6842648d87d4bd795ea6cdcce67
27611Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27612Date: Mon Mar 24 20:46:51 2008 +0300
27613
27614 mpc83xx: MPC8360E-RDK: add support for NAND
27615
27616 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27617
27618commit 9a3e832aeb491861d029991241572ebdf4b5b61b
27619Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27620Date: Mon Mar 24 20:46:46 2008 +0300
27621
27622 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
27623
27624 This is needed for BCM PHYs to work on this board.
27625
27626 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27627
27628commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
27629Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27630Date: Mon Mar 24 20:46:34 2008 +0300
27631
27632 uec: add support for Broadcom BCM5481 Gigabit PHY
27633
27634 This patch adds basic support for Broadcom BCM5481 PHY.
27635
27636 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
27637 Peter Barada <peterb@logicpd.com>.
27638
27639 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27640
27641commit 6a600c3a1876bc203445df4f0fd6b12648259666
27642Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27643Date: Mon Mar 24 20:46:28 2008 +0300
27644
27645 uec: add support for RGMII_RXID interface mode
27646
27647 PHY drivers will use it to setup software delay between RXD and RXC
27648 signals.
27649
27650 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27651
27652commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
27653Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27654Date: Mon Mar 24 20:46:24 2008 +0300
27655
27656 uec: add support for gbit mii status readings
27657
27658 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27659
27660commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
27661Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27662Date: Mon Mar 24 17:40:47 2008 +0300
27663
27664 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
27665
27666 This is primarily for the early console support.
27667
27668 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27669
27670commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
27671Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27672Date: Mon Mar 24 17:40:43 2008 +0300
27673
27674 83xx: initialize serdes for MPC837XRDB boards
27675
27676 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
27677 On the MPC8378ERDB: 2 PCI-E
27678 On the MPC8379ERDB: 4 SATA
27679
27680 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27681
27682commit 453316a2a19642d8afcbca7452e40a6b44a197b1
27683Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27684Date: Mon Mar 24 17:40:32 2008 +0300
27685
27686 83xx: serdes setup routines
27687
27688 This patch adds few routines to configure serdes on 837x targets.
27689
27690 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27691
27692commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
27693Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27694Date: Mon Mar 24 17:40:27 2008 +0300
27695
27696 83xx: split COBJS onto separate lines
27697
27698 ..plus get rid of some #ifdefs in the .c files.
27699
27700 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27701
27702commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
27703Author: Anton Vorontsov <avorontsov@ru.mvista.com>
27704Date: Mon Mar 24 17:40:23 2008 +0300
27705
27706 83xx: nand support for MPC837XRDB boards
27707
27708 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
27709
27710commit 82e45a204190593e8613145a928f998fb8c909c4
27711Author: Jerry Van Baren <gvb.uboot@gmail.com>
27712Date: Tue Mar 18 21:44:41 2008 -0400
27713
27714 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
27715
27716 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27717 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27718
27719commit 0fa7a1b4719e325fce332689fb8754ec166191ff
27720Author: Michael Barkowski <michael.barkowski@freescale.com>
27721Date: Thu Mar 20 13:15:39 2008 -0400
27722
27723 mpc8323erdb: remove RTC and add EEPROM
27724
27725 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
27726
27727 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27728 Acked-by: Kim Phillips <kim.phillips@freescale.com>
27729
27730commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
27731Author: Michael Barkowski <michael.barkowski@freescale.com>
27732Date: Thu Mar 20 13:15:34 2008 -0400
27733
27734 mpc8323erdb: Improve the system performance
27735
27736 The following changes are based on kernel UCC ethernet performance:
27737
27738 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
27739 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
27740 switch to enable this setting.
27741
27742 The following changes are based on the App Note AN3369 and
27743 verified to improve memory latency using LMbench:
27744
27745 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
27746 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
27747 previously.
27748 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
27749 Twr=15ns, and this was already the setting in DDR_MODE)
27750 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
27751 Trp=15ns)
27752 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
27753 Tras=40ns)
27754 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
27755 Trcd=15ns)
27756 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
27757 Trfc=75ns)
27758 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
27759 on Tfaw=50ns)
27760 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
27761 on CL=3 and WL=2).
27762
27763 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27764 Acked-by: Kim Phillips <kim.phillips@freescale.com>
27765
27766commit fc549c871f43933396a5b3e21d897023d4b31b8d
27767Author: Michael Barkowski <michael.barkowski@freescale.com>
27768Date: Thu Mar 20 13:15:28 2008 -0400
27769
27770 mpc8323erdb: use readable DDR config macros
27771
27772 Use available shift/mask macros to define DDR configuration.
27773
27774 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
27775 Acked-by: Kim Phillips <kim.phillips@freescale.com>
27776
27777commit 89c7784ed90ba50301eec521144f95111e472906
27778Author: Timur Tabi <timur@freescale.com>
27779Date: Fri Feb 8 13:15:55 2008 -0600
27780
27781 83xx: Add Vitesse VSC7385 firmware uploading
27782
27783 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
27784 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
27785 Cleaned up the board header files to make selecting the VSC7385 easier to
27786 control.
27787
27788 Signed-off-by: Timur Tabi <timur@freescale.com>
27789 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
27790
27791commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
27792Author: Timur Tabi <timur@freescale.com>
27793Date: Fri Feb 8 13:15:54 2008 -0600
27794
27795 NET: Add Vitesse VSC7385 firmware uploading
27796
27797 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
27798 and other boards. A small firwmare must be uploaded to its on-board memory
27799 before it can be enabled. This patch adds the code which uploads firmware
27800 (but not the firmware itself).
27801
27802 Previously, this feature was provided by a U-Boot application that was
27803 made available only on Freescale BSPs. The VSC7385 firmware must still
27804 be obtained separately, but at least there is no longer a need for a separate
27805 application.
27806
27807 Signed-off-by: Timur Tabi <timur@freescale.com>
27808 Acked-by: Ben Warren <biggerbadderben@gmail.com>
27809
27810commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
27811Author: Wolfgang Denk <wd@denx.de>
27812Date: Wed Mar 26 00:52:10 2008 +0100
27813
27814 Coding Style cleanyp; update CHANGELOG
27815
27816 Signed-off-by: Wolfgang Denk <wd@denx.de>
27817
aa6f6d17
WD
27818commit 43ddd9c820fec44816188f53346b464e20b3142d
27819Author: Jerry Van Baren <gvb.uboot@gmail.com>
27820Date: Sat Mar 22 14:23:49 2008 -0400
27821
27822 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
27823
27824 These defines embedded the u-boot env variables and/or the bd_t structure
27825 in the fdt blob. The conclusion of discussion on the u-boot email list
27826 was that embedding these in the fdt blob is not useful: there are better
27827 ways of passing the data (in fact, the fdt blob itself replaces the
27828 bd_t struct).
27829
27830 The only board that enables these is the stxxtc and they don't appear
27831 to be used by linux.
27832
27833 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
27834 Acked-by: Kim Phillips <kim.phillips@freescale.com>
27835
27836commit 22ed2285743359fd1fe73e411dff914b2256e68f
27837Author: Stefan Roese <sr@denx.de>
27838Date: Mon Mar 17 10:49:25 2008 +0100
27839
27840 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
27841
27842 Signed-off-by: Stefan Roese <sr@denx.de>
27843
27844commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
27845Author: Kyungmin Park <kmpark@infradead.org>
27846Date: Mon Mar 17 08:54:06 2008 +0900
27847
27848 Add Flex-OneNAND booting support
27849
27850 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
27851 using a NOR Flash interface. This on-chip integration enables system designers
27852 to reduce external system logic and use high-density NAND Flash
27853 in applications that would otherwise have to use more NOR components.
27854
27855 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
27856 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
27857 that require low reliability and high density, SLC area of Flex-OneNAND
27858 to store data that need high reliability and high performance. Flex-OneNAND
27859 can let users take advantage of storing these two different types of data
27860 into one chip, which is making Flex-OneNAND more cost- and space-effective.
27861
27862 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
27863
27864commit c512389cc4a10253249271ff6c887c6dab1f0db2
27865Author: André Schwarz <andre.schwarz@matrix-vision.de>
27866Date: Thu Mar 13 13:50:52 2008 +0100
27867
27868 MPC5200: support setup without FEC
27869
27870 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
27871 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
27872
27873 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
27874 Acked-by: Grant Likely <grant.likely@secretlab.ca>
27875
27876commit aa3511e422946041ef626f80a05ae5e8bfc700e6
27877Author: Jon Loeliger <jdl@freescale.com>
27878Date: Wed Mar 5 18:05:46 2008 -0600
27879
27880 FSL: Move board/mpc8266ads under board/freescale
27881
27882 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27883
27884commit 7f1d846e5c5754449c286587d099d85246062772
27885Author: Jon Loeliger <jdl@freescale.com>
27886Date: Wed Mar 5 18:05:47 2008 -0600
27887
27888 FSL: Move board/mpc7448hpc2 under board/freescale
27889
27890 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27891
27892commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
27893Author: Jon Loeliger <jdl@freescale.com>
27894Date: Wed Mar 5 18:05:45 2008 -0600
27895
27896 FSL: Move board/mpc8260ads under board/freescale
27897
27898 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27899
27900commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
27901Author: goda.yusuke <goda.yusuke@renesas.com>
27902Date: Wed Mar 5 17:08:33 2008 +0900
27903
27904 net: Add support AX88796L ethernet device
27905
27906 AX88796L is device of NE2000 compatible.
27907 This patch support AX88796L ethernet device.
27908
27909 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27910 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27911
27912commit e0a6140dd381e1eed1ada2291166ef2616d8822b
27913Author: Wolfgang Denk <wd@denx.de>
27914Date: Tue Mar 25 22:50:41 2008 +0100
27915
27916 ne2000 driver: change #ifdef to Makefile conditional compilation
27917
27918 Signed-off-by: Wolfgang Denk <wd@denx.de>
27919
27920commit e710185aae90c64d39c2d453e40e58ceefe4f250
27921Author: goda.yusuke <goda.yusuke@renesas.com>
27922Date: Wed Mar 5 17:08:20 2008 +0900
27923
27924 net: Divided code of NE2000 ethernet driver
27925
27926 There are more devices of the NE2000 base.
27927 A present code is difficult for us to support more devices.
27928 To support more NE2000 clone devices, separated the function.
27929
27930 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
27931 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
27932
27933commit 395bce4f59a507a60a475f7ee46bed47de9482df
27934Author: Mike Frysinger <vapier@gentoo.org>
27935Date: Sun Feb 24 23:58:13 2008 -0500
27936
27937 net/Blackfin: move on-chip MAC driver into drivers/net/
27938
27939 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
27940 directory, but it is not board specific, so relocate it to the drivers dir
27941 so that other Blackfin ports can utilize it.
27942
27943 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27944
27945commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
27946Author: Mike Frysinger <vapier@gentoo.org>
27947Date: Sun Feb 24 23:52:35 2008 -0500
27948
27949 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
27950
27951 Since the "ssync" instruction may have hardware anomalies associated with
27952 it, have the smc91111 driver use the SSYNC macro rather than invoking it
27953 directly. We workaround all the anomalies via this macro.
27954
27955 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
27956
27957commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
27958Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
27959Date: Sun Feb 17 22:57:47 2008 +0000
27960
27961 8xx: Update OF support on 8xx
27962
27963 This patch does some shifting around of OF support on 8xx.
27964
27965 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
27966
27967commit 9c666a7db0b2285a270c68810889ce7d5dba304b
27968Author: Kumar Gala <galak@kernel.crashing.org>
27969Date: Fri Feb 15 15:16:18 2008 -0600
27970
27971 ppc: Allow boards to specify how much memory they can map
27972
27973 For historical reasons we limited the stack to 256M because some boards
27974 could only map that much via BATS. However newer boards are capable of
27975 mapping more memory (for example 85xx is capble of doing up to 2G).
27976
27977 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27978
27979commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
27980Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
27981Date: Fri Feb 15 01:05:58 2008 +0000
27982
27983 8xx : Add OF support to Adder875 board port - resubmit
27984
27985 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
27986
27987commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
27988Author: Kumar Gala <galak@kernel.crashing.org>
27989Date: Thu Feb 14 20:44:42 2008 -0600
27990
27991 Add setexpr command
27992
27993 Add a simple expr style command that will set an env variable as the result
27994 of the command. This allows us to do simple math in shell. The following
27995 operations are supported: &, |, ^, +, -, *, /.
27996
27997 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
27998
27999commit 3f105faa64b9826e088711fdfcaa70cb1230397a
28000Author: Jon Loeliger <jdl@freescale.com>
28001Date: Wed Mar 5 17:27:48 2008 -0600
28002
28003 FSL: Move board/mpc7448hpc2 under board/freescale
28004
28005 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28006
28007commit 449c703374a8868453425e15da7e2f76221b72e4
28008Author: Jon Loeliger <jdl@freescale.com>
28009Date: Wed Mar 5 17:21:43 2008 -0600
28010
28011 FSL: Move board/mpc8266ads under board/freescale
28012
28013 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28014
28015commit 5863577989ad689427bb750107e9a75f1c1645d2
28016Author: Jon Loeliger <jdl@freescale.com>
28017Date: Wed Mar 5 16:41:41 2008 -0600
28018
28019 FSL: Move board/mpc8260ads under board/freescale
28020
28021 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28022
28023commit 8a773983957ee6c4aa344469b742f29c7d26afbd
28024Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28025Date: Tue Mar 25 21:30:08 2008 +0900
28026
28027 [MIPS] Move gth2_config from ARM section to MIPS
28028
28029 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28030
28031commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
28032Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28033Date: Tue Mar 25 21:30:07 2008 +0900
28034
28035 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
28036
28037 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28038
28039commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
28040Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28041Date: Tue Mar 25 21:30:07 2008 +0900
28042
28043 [MIPS] Fix dcache_status()
28044
28045 You can't judge UNCACHED by Config.K0 LSB.
28046
28047 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28048
28049commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
28050Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28051Date: Tue Mar 25 21:30:07 2008 +0900
28052
28053 [MIPS] Introduce _machine_restart
28054
28055 Handles machine specific functions by using weak functions.
28056
28057 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28058
28059commit decaba6f5cf386d569ac3997bebb871b966c6b18
28060Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28061Date: Tue Mar 25 21:30:07 2008 +0900
28062
28063 [MIPS] Cleanup CP0 Status initialization
28064
28065 Add setup_c0_status from Linux. For the moment we disable interrupts, set
28066 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
28067 reset-time configuration and will work well across most processors.
28068
28069 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28070
28071commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
28072Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28073Date: Tue Mar 25 21:30:07 2008 +0900
28074
28075 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
28076
28077 Without this change, we'll be suffering from deffered WATCH exception
28078 once Status.EXL is cleared. Make sure Cause.WP is cleared.
28079
28080 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28081
28082commit 26138623230ca2bad3c78e05a65527ea70c8b688
28083Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28084Date: Tue Mar 25 21:30:07 2008 +0900
28085
28086 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
28087
28088 Move things to appropriate place.
28089
28090 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28091
28092commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
28093Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28094Date: Tue Mar 25 21:30:06 2008 +0900
28095
28096 [MIPS] Implement flush_cache()
28097
28098 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
28099 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
28100 function is used not only in U-Boot specfic programs but also at loading
28101 target binaries.
28102
28103 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28104
28105commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
28106Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28107Date: Tue Mar 25 21:30:06 2008 +0900
28108
28109 [MIPS] Fix I-/D-cache initialization loops
28110
28111 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
28112 again per a loop for I-cache initialization. But according to 'See MIPS
28113 Run', we're encouraged to use three separate loops rather than combining
28114 them *for both I- and D-cache*. This patch tries to fix this.
28115
28116 In accordance with fixing above, mips_init_[id]cache are separated from
28117 mips_cache_reset(), and rewrite cache loops are completely rewritten with
28118 useful macros.
28119
28120 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28121
28122commit 1898840797c7f50799377bd5b285a8a93a82c419
28123Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28124Date: Tue Mar 25 21:30:06 2008 +0900
28125
28126 [MIPS] Replace memory clearance code with f_fill64
28127
28128 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
28129
28130 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28131
28132commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
28133Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28134Date: Tue Mar 25 21:30:06 2008 +0900
28135
28136 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
28137
28138 This patch replaces the current function definitions with NESTED, LEAF
28139 and END macro. They specify some more additional information about the
28140 function; an alignment of symbol, type of symbol, stack frame usage, etc.
28141 These information explicitly tells the assembler and the debugger about
28142 the types of code we want to generate.
28143
28144 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28145
28146commit 282223a607c611425fa33f5428f8eae6636972bb
28147Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28148Date: Tue Mar 25 11:43:17 2008 +0900
28149
28150 [MIPS] asm headers' updates
28151
28152 Make some asm headers adjusted to the latest Linux kernel.
28153
28154 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28155
28156commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
28157Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28158Date: Tue Mar 25 11:39:29 2008 +0900
28159
28160 [MIPS] Request for the 'mips_cache_lock()' removal
28161
28162 The initial intension of having mips_cache_lock() was to use the cache
28163 as memory for temporary stack use so that a C environment can be set up
28164 as early as possible.
28165
28166 But now mips_cache_lock() follow lowlevel_init(). We've already have the
28167 real memory initilaized at this point, therefore we could/should use it.
28168 No reason to lock at all.
28169
28170 Other problems:
28171
28172 Cache locking is not consistent across MIPS implementaions. Some imple-
28173 mentations don't support locking at all. The style of locking varies -
28174 some support per line locking, others per way, etc. Some parts use bits
28175 in status registers instead of cache ops. Current mips_cache_lock() is
28176 not necessarily general-purpose.
28177
28178 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
28179 they are never get unlocked, so the code relies on whatever gets loaded
28180 after U-Boot to re-initialize the cache and clear the locks. We're sup-
28181 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
28182 but leave the situation as it is for a long time.
28183
28184 For these reasons, I proposed the removal of mips_cache_lock() from the
28185 global start-up code.
28186
28187 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
28188 *things have changed*. If he wants the same behavior as before, he needs
28189 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
28190
28191 If we don't have any regression report through several releases, then
28192 we'll remove codes entirely.
28193
28194 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
28195 Acked-by: Andrew Dyer <amdyer@gmail.com>
28196
28197commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
28198Author: Yuri Tikhonov <yur@emcraft.com>
28199Date: Mon Mar 24 11:30:54 2008 +0100
28200
28201 lwmon5 SYSMON POST: fix backlight control
28202
28203 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
28204 run on the board, then the SYSMON POST controls the display backlight
28205 (doesn't switch backlight ON if POST FAILED, and does switch the
28206 backlight ON if PASSED).
28207
28208 If not, then the video driver controls the display backlight (just
28209 switch ON the backlight upon initialization).
28210
28211 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28212
28213commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
28214Author: Yuri Tikhonov <yur@emcraft.com>
28215Date: Mon Mar 24 11:29:14 2008 +0100
28216
28217 lwmon5 SYSMON POST: fix handling of negative temperatures
28218
28219 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
28220
28221 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28222
28223commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
28224Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28225Date: Fri Mar 7 16:04:25 2008 +0900
28226
28227 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
28228
28229 In current source code, when the device number of PCI is 0, process PCI
28230 bridge without fail. However, when the device number is 0, it is not PCI
28231 always bridge. There are times when device of PCI allocates.
28232
28233 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
28234 use this patch.
28235
28236 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
28237 Acked-by: Stefan Roese <sr@denx.de>
28238
28239commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
28240Author: Yuri Tikhonov <yur@emcraft.com>
28241Date: Fri Mar 21 09:18:40 2008 +0100
28242
28243 LWMON5: fix dsPIC POST
28244
28245 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
28246
28247 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
28248
438a4c11
WD
28249commit 388b82fddc7c05596f3f615f190da0448227dc82
28250Author: Bartlomiej Sieka <tur@semihalf.com>
28251Date: Thu Mar 20 23:23:13 2008 +0100
28252
28253 [new uImage] Enable new uImage support for the pcs440ep board.
28254
28255 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28256
28257commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
28258Author: Bartlomiej Sieka <tur@semihalf.com>
28259Date: Thu Mar 20 23:23:13 2008 +0100
28260
28261 [new uImage] Do not compile new uImage format support by default
28262
28263 Disable default building of new uImage format support in preparation
28264 for merge with the master. Support for new format can be enabled on
28265 a per-board basis, by defining the following in the board's config file:
28266
28267 #define CONFIG_FIT 1
28268 #define CONFIG_OF_LIBFDT 1
28269
28270 This can be optionally defined to give more verbose output:
28271
28272 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
28273
28274 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28275
28276commit dafaede8a46c7159310239e036c93e31c6374487
28277Author: Bartlomiej Sieka <tur@semihalf.com>
28278Date: Thu Mar 20 23:20:31 2008 +0100
28279
28280 [new uImage] Disable debuging output in preparation for merge with master
28281
28282 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28283
28284commit fbe7a155027beacebaee9b32e1ada781fe924bca
28285Author: Bartlomiej Sieka <tur@semihalf.com>
28286Date: Thu Mar 20 19:38:45 2008 +0100
28287
28288 [new uImage] Compilation and new uImage handling fixes for imxtract
28289
28290 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
28291 include/config_cmd_default.h. Fix few warnings and handling of new format
28292 images.
28293
28294 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28295
28296commit 36cc8cbb3379d5166f882641123521735c469f92
28297Author: Bartlomiej Sieka <tur@semihalf.com>
28298Date: Thu Mar 20 23:10:19 2008 +0100
28299
28300 [new uImage] Fix autoscr command used with new uImage format
28301
28302 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28303
28304commit 43142e817f0597be412e7cbe19413f5532eafa5d
28305Author: Bartlomiej Sieka <tur@semihalf.com>
28306Date: Thu Mar 20 23:10:19 2008 +0100
28307
28308 [new uImage] Fix *.its files location in documentation
28309
28310 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28311
aa6f6d17
WD
28312commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
28313Author: Wolfgang Denk <wd@denx.de>
28314Date: Thu Mar 20 22:01:38 2008 +0100
28315
28316 lwmon5 POST: remove unreachable code
28317
28318 plus some coding style cleanup
28319
28320 Signed-off-by: Wolfgang Denk <wd@denx.de>
28321
28322commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
28323Author: Yuri Tikhonov <yur@emcraft.com>
28324Date: Thu Mar 20 17:56:04 2008 +0300
28325
28326 LWMON5: POST RTC fix
28327
28328 Modify the RTC API to provide one a status for the time reported by
28329 the rtc_get() function:
28330 0 - a reliable time is guaranteed,
28331 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
28332 and so on).
28333
28334 The RTC chip drivers are responsible for providing this info if the
28335 corresponding chip supports such functionality. If not - always
28336 report that the time is reliable.
28337
28338 The POST RTC test was modified to detect the RTC faults utilizing
28339 this new rtc_get() feature.
28340
28341 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28342
28343commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
28344Author: Martin Krause <martin.krause@tqs.de>
28345Date: Wed Mar 19 14:25:14 2008 +0100
28346
28347 TQM5200B: update MTD partition layout
28348
28349 - insert partition for dtb blob to TQM5200B MTD layout
28350 - set env variables dependent on the configured board
28351 (TQM5200 or TQM5200B)
28352
28353 Signed-off-by: Martin Krause <martin.krause@tqs.de>
28354
28355commit f0105727d132f56a21fa3ed8b162309cca6cac44
28356Author: Stefan Roese <sr@denx.de>
28357Date: Wed Mar 19 07:09:26 2008 +0100
28358
28359 CFI: Small cleanup for FLASH_SHOW_PROGRESS
28360
28361 With this patch we don't need that many #ifdef's in the code. It moves
28362 the subtraction into the macro and defines a NOP-macro when
28363 CONFIG_FLASH_SHOW_PROGRESS is not defined.
28364
28365 Signed-off-by: Stefan Roese <sr@denx.de>
28366 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
28367
28368commit 9a042e9ca512beaaa2cb450274313fc477141241
28369Author: Jerry Van Baren <gvb.uboot@gmail.com>
28370Date: Sat Mar 8 13:48:01 2008 -0500
28371
28372 Flash programming progress countdown.
28373
28374 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
28375
438a4c11
WD
28376commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
28377Author: Bartlomiej Sieka <tur@semihalf.com>
28378Date: Wed Mar 19 10:00:06 2008 +0100
28379
28380 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
28381
28382 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
28383
aa6f6d17
WD
28384commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
28385Author: David Gibson <david@gibson.dropbear.id.au>
28386Date: Mon Feb 18 18:09:04 2008 +1100
28387
28388 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
28389
28390 Since fdt_node_offset_by_compatible() was converted to the new
28391 fdt_next_node() iterator, a chunk of initialization code became
28392 redundant, but was not removed by oversight. This patch cleans it up.
28393
28394 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28395
28396commit d0ccb9b140b472039732de102fc14597eedb14df
28397Author: David Gibson <david@gibson.dropbear.id.au>
28398Date: Mon Feb 18 18:06:31 2008 +1100
28399
28400 libfdt: Trivial cleanup for CHECK_HEADER)
28401
28402 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
28403 However, there are a handful of functions (fdt_move, rw_check_header,
28404 fdt_open_into) from other files which could also use it (currently
28405 they open-code something more-or-less identical). Therefore, this
28406 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
28407 places.
28408
28409 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28410
28411commit fe30a354cdbb808b5f15366a935b151a4ccee74f
28412Author: Kumar Gala <galak@kernel.crashing.org>
28413Date: Wed Feb 20 14:32:36 2008 -0600
28414
28415 Fix fdt boardsetup command parsing
28416
28417 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
28418
28419 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28420
28421commit 804887e6001e2f00bea11431bf34d6d472512cda
28422Author: Kumar Gala <galak@kernel.crashing.org>
28423Date: Fri Feb 15 03:34:36 2008 -0600
28424
28425 Add sub-commands to fdt
28426
28427 fdt header - Display header info
28428 fdt bootcpu <id> - Set boot cpuid
28429 fdt memory <addr> <size> - Add/Update memory node
28430 fdt rsvmem print - Show current mem reserves
28431 fdt rsvmem add <addr> <size> - Add a mem reserve
28432 fdt rsvmem delete <index> - Delete a mem reserves
28433
28434 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
28435
28436commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
28437Author: David Gibson <david@gibson.dropbear.id.au>
28438Date: Thu Feb 14 16:50:34 2008 +1100
28439
28440 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
28441
28442 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
28443 node which has NOP tags interspersed with its properties. In this
28444 case fdt_add_subnode_namelen() will put the new subnode before the
28445 first NOP tag, even if there are properties after it, which will
28446 result in an invalid blob.
28447
28448 This patch fixes the bug, and adds a testcase for it.
28449
28450 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28451
28452commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
28453Author: David Gibson <david@gibson.dropbear.id.au>
28454Date: Tue Feb 12 11:58:31 2008 +1100
28455
28456 libfdt: Add and use a node iteration helper function.
28457
28458 This patch adds an fdt_next_node() function which can be used to
28459 iterate through nodes of the tree while keeping track of depth. This
28460 function is used to simplify the iteration code in a lot of other
28461 functions, and is also exported for use by library users.
28462
28463 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28464
28465commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
28466Author: David Gibson <david@gibson.dropbear.id.au>
28467Date: Fri Jan 11 14:55:05 2008 +1100
28468
28469 libfdt: Add fdt_set_name() function
28470
28471 This patch adds an fdt_set_name() function to libfdt, mirroring
28472 fdt_get_name(). This is a r/w function which alters the name of a
28473 given device tree node.
28474
28475 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
28476
28477commit 23e20aa6488e6c0622496549861bfdc74108debe
28478Author: Yuri Tikhonov <yur@pollux.denx.de>
28479Date: Tue Mar 18 13:33:30 2008 +0100
28480
28481 lwmon5: Fix register test logic to match the specific GDC h/w.
28482
28483 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28484 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28485
28486commit 46bc0a938779aa1d664b847d36b08aa00f22e539
28487Author: Yuri Tikhonov <yur@pollux.denx.de>
28488Date: Tue Mar 18 13:27:57 2008 +0100
28489
28490 Fix backlight in the lwmon5 POST.
28491
28492 Backlight was switched on even when temperature was too low.
28493
28494 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28495 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28496
28497commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
28498Author: Yuri Tikhonov <yur@pollux.denx.de>
28499Date: Wed Feb 6 18:48:36 2008 +0100
28500
28501 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).
28502
28503 To enable this, alternative, configuration the U-Boot board configuration
28504 file for lwmon5 includes the definitions of alternative addresses for header
28505 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
28506
28507 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
28508 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
28509 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
28510
28511 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28512
28513commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
28514Author: Yuri Tikhonov <yur@pollux.denx.de>
28515Date: Mon Feb 4 17:11:53 2008 +0100
28516
28517 Add support for the lwmon5 board reset via GPIO58.
28518
28519 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28520 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28521
28522commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
28523Author: Yuri Tikhonov <yur@pollux.denx.de>
28524Date: Mon Feb 4 17:09:55 2008 +0100
28525
28526 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
28527
28528 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28529 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28530
28531commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
28532Author: Yuri Tikhonov <yur@pollux.denx.de>
28533Date: Mon Feb 4 14:11:03 2008 +0100
28534
28535 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.
28536
28537 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28538 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28539
28540commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
28541Author: Yuri Tikhonov <yur@pollux.denx.de>
28542Date: Mon Feb 4 14:10:42 2008 +0100
28543
28544 The patch adds new POST tests for the Lwmon5 board. These are:
28545
28546 * External Watchdog test;
28547 * dsPIC tests;
28548 * FPGA test;
28549 * GDC test;
28550 * Sysmon tests.
28551
28552 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28553 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28554
28555commit c2ed33efbfff5767bca236828e021c55fd547b6c
28556Author: Yuri Tikhonov <yur@pollux.denx.de>
28557Date: Mon Feb 4 14:10:01 2008 +0100
28558
28559 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
28560
28561 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28562
7ed40117
WD
28563commit 3a5d1e7f1309998791702b2a559e3126781746b9
28564Author: Yuri Tikhonov <yur@pollux.denx.de>
28565Date: Tue Mar 18 13:33:30 2008 +0100
28566
28567 lwmon5: Fix register test logic to match the specific GDC h/w.
28568
28569 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28570 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28571
28572commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
28573Author: Yuri Tikhonov <yur@pollux.denx.de>
28574Date: Tue Mar 18 13:27:57 2008 +0100
28575
28576 Fix backlight in the lwmon5 POST.
28577
28578 Backlight was switcehd on even when temperature was too low.
28579
28580 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28581 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28582
28583commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
28584Author: Yuri Tikhonov <yur@pollux.denx.de>
28585Date: Wed Feb 6 18:48:36 2008 +0100
28586
28587 The patch introduces the alternative configuration of the log buffer for
28588 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
28589 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
28590 PPC440EPX_GPT0_COMP5).
28591
28592 To enable this, alternative, configuration the U-Boot board configuration
28593 file for lwmon5 includes the definitions of alternative addresses for header
28594 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
28595
28596 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
28597 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
28598 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
28599
28600 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28601
28602commit ff818b21b069f4bc9cb73373cc5a16014be101b7
28603Author: Yuri Tikhonov <yur@pollux.denx.de>
28604Date: Mon Feb 4 17:11:53 2008 +0100
28605
28606 Add support for the lwmon5 board reset via GPIO58.
28607
28608 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28609 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28610
28611commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
28612Author: Yuri Tikhonov <yur@pollux.denx.de>
28613Date: Mon Feb 4 17:09:55 2008 +0100
28614
28615 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
28616 Disable external watch-dog for now.
28617
28618 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28619 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28620
28621commit e262efe35742c1ad4b0966ff501efc26f34a0aec
28622Author: Yuri Tikhonov <yur@pollux.denx.de>
28623Date: Mon Feb 4 14:11:03 2008 +0100
28624
28625 The patch introduces the CRITICAL feature of POST tests. If the test
28626 marked as POST_CRITICAL fails then the alternative, post_critical,
28627 boot-command is used. If this command is not defined then U-Boot
28628 enters into interactive mode.
28629
28630 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28631 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28632
28633commit 65b20dcefc89618193fa51947968dada91e4c778
28634Author: Yuri Tikhonov <yur@pollux.denx.de>
28635Date: Mon Feb 4 14:10:42 2008 +0100
28636
28637 The patch adds new POST tests for the Lwmon5 board.
28638 These are:
28639
28640 * External Watchdog test;
28641 * dsPIC tests;
28642 * FPGA test;
28643 * GDC test;
28644 * Sysmon tests.
28645
28646 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28647 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
28648
28649commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
28650Author: Yuri Tikhonov <yur@pollux.denx.de>
28651Date: Mon Feb 4 14:10:01 2008 +0100
28652
28653 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
28654
28655 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
28656
aa6f6d17
WD
28657commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
28658Author: Wolfgang Denk <wd@denx.de>
28659Date: Tue Mar 18 17:35:51 2008 +0100
28660
28661 HMI1001: fix compile problem.
28662
28663 Signed-off-by: Wolfgang Denk <wd@denx.de>
28664
28665commit 1f2a9970109cebf7446e0503b10b71f8673045ee
28666Author: Mike Frysinger <vapier@gentoo.org>
28667Date: Mon Feb 18 05:32:30 2008 -0500
28668
28669 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
28670
28671 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
28672 for the board specific driver at all. Just use the common CFI driver.
28673
28674 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28675
28676commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
28677Author: Mike Frysinger <vapier@gentoo.org>
28678Date: Tue Feb 19 00:36:14 2008 -0500
28679
28680 Blackfin: add proper ELF markings to some assembly functions
28681
28682 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28683
28684commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
28685Author: Mike Frysinger <vapier@gentoo.org>
28686Date: Tue Feb 19 00:35:17 2008 -0500
28687
28688 Blackfin: new cplbinfo command for viewing cplb tables
28689
28690 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28691
28692commit aadb72503cd1602349a5fe53356d5f55ecc1b900
28693Author: Mike Frysinger <vapier@gentoo.org>
28694Date: Mon Feb 18 05:37:51 2008 -0500
28695
28696 Blackfin: update MAINTAINERS list
28697
28698 Add maintainer information for the Blackfin boards.
28699
28700 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28701
28702commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
28703Author: Mike Frysinger <vapier@gentoo.org>
28704Date: Mon Feb 18 05:26:48 2008 -0500
28705
28706 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
28707
28708 Stop tying things to the processor that should be tied to other defines and
28709 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
28710 system to select the -mcpu option.
28711
28712 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28713
28714commit 86a20fb920bd198105acf7b1191117f566d637ed
28715Author: Mike Frysinger <vapier@gentoo.org>
28716Date: Sat Feb 16 07:40:36 2008 -0500
28717
28718 Blackfin: move bootldr command to common code
28719
28720 This moves the Blackfin-common bootldr command out of the BF537-STAMP
28721 specific board directory and into the common directory so that all Blackfin
28722 boards may utilize it.
28723
28724 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28725
28726commit decbe029b2a9d3333d02c433389b1c821eea96d7
28727Author: Heiko Schocher <hs@denx.de>
28728Date: Fri Mar 14 11:05:20 2008 +0100
28729
28730 mgcoge: update configuration
28731
28732 Fix configuration for mgcoge board
28733
28734 Signed-off-by: Heiko Schocher <hs@denx.de>
28735
28736commit c136724cda0219c49f1d4b346f00da29b14fdf14
28737Author: Wolfgang Denk <wd@denx.de>
28738Date: Sun Mar 16 01:22:59 2008 +0100
28739
28740 drivers/rtc/Makefile: keep list sorted
28741
28742 Signed-off-by: Wolfgang Denk <wd@denx.de>
28743
28744commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
28745Author: Tor Krill <tor@excito.com>
28746Date: Sat Mar 15 15:40:26 2008 +0100
28747
28748 Add support for Intersil isl1208 RTC
28749
28750 Signed-off-by: Tor Krill <tor@excito.com>
28751
28752commit 0210cff3d079d97b2156b13685ee8de368e68a1a
28753Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28754Date: Sat Mar 15 17:36:41 2008 +0100
28755
28756 cramfs: Fix ifdef
28757
28758 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
28759
28760commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
28761Author: Wolfgang Denk <wd@denx.de>
28762Date: Sun Mar 16 01:12:58 2008 +0100
28763
28764 Conding style cleanup
28765
28766 Signed-off-by: Wolfgang Denk <wd@denx.de>
28767
0b8f2a27
WD
28768commit 41712b4e8c95dff23354bcd620e1f9477160c190
28769Author: Stefan Roese <sr@denx.de>
28770Date: Wed Mar 5 12:31:53 2008 +0100
28771
28772 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
28773
28774 This patch adds USB OHCI support to the Canyonlands board port. It also
28775 enables EXT2 support.
28776
28777 Signed-off-by: Stefan Roese <sr@denx.de>
28778
28779commit 2596f5b9d353ff3e4387a3325d05740f16958038
28780Author: Stefan Roese <sr@denx.de>
28781Date: Wed Mar 5 12:29:32 2008 +0100
28782
28783 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
28784
28785 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
28786 way a board just needs to define this new option to enable the "force
28787 NoPowerSwitching mode" instead of adding new CPU/architecture defines
28788 to the USB source itself.
28789
28790 This new option will be used first with the new AMCC 460EX Canyonlands
28791 board port, which will be posted in a few days.
28792
28793 This patch also fixes a small compilation problem when DEBUG is enabled.
28794
28795 Signed-off-by: Stefan Roese <sr@denx.de>
28796
28797commit 71665ebf88408ff2acb762af47989fd4365b321a
28798Author: Stefan Roese <sr@denx.de>
28799Date: Mon Mar 3 17:27:02 2008 +0100
28800
28801 ppc4xx: Add Canyonlands NAND booting support
28802
28803 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
28804 NAND devices. The only bootstrap option for NAND booting is option F for
28805 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
28806 EEPROM needs to be programmed accordingly.
28807
28808 This patch adds basic NAND booting support for the AMCC Canyonlands aval
28809 board and also adds support to the "bootstrap" command, to enable NAND
28810 booting I2C setting.
28811
28812 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
28813
28814 Signed-off-by: Stefan Roese <sr@denx.de>
28815
28816commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
28817Author: Stefan Roese <sr@denx.de>
28818Date: Tue Mar 11 16:53:00 2008 +0100
28819
28820 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
28821
28822 This patch adds support for the AMCC Canyonlands 460EX evaluation
28823 board.
28824
28825 Signed-off-by: Stefan Roese <sr@denx.de>
28826
28827commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
28828Author: Stefan Roese <sr@denx.de>
28829Date: Tue Mar 11 16:52:24 2008 +0100
28830
28831 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
28832
28833 This patch adds support for the AMCC Canyonlands 460EX evaluation
28834 board.
28835
28836 Signed-off-by: Stefan Roese <sr@denx.de>
28837
28838commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
28839Author: Stefan Roese <sr@denx.de>
28840Date: Tue Mar 11 16:51:17 2008 +0100
28841
28842 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
28843
28844 This patch adds support for the AMCC Canyonlands 460EX evaluation
28845 board.
28846
28847 Signed-off-by: Stefan Roese <sr@denx.de>
28848
28849commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
28850Author: Stefan Roese <sr@denx.de>
28851Date: Tue Mar 11 15:11:43 2008 +0100
28852
28853 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
28854
28855 This patch adds basic support for the AMCC 460EX/460GT PPC's.
28856
28857 Signed-off-by: Stefan Roese <sr@denx.de>
28858
28859commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
28860Author: Stefan Roese <sr@denx.de>
28861Date: Tue Mar 11 15:11:18 2008 +0100
28862
28863 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
28864
28865 This patch adds basic support for the AMCC 460EX/460GT PPC's.
28866
28867 Signed-off-by: Stefan Roese <sr@denx.de>
28868
28869commit 999ecd5aca381984d8ebbeb207ece82a1c275577
28870Author: Stefan Roese <sr@denx.de>
28871Date: Tue Mar 11 15:07:10 2008 +0100
28872
28873 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
28874
28875 This patch adds basic support for the AMCC 460EX/460GT PPC's.
28876
28877 Signed-off-by: Stefan Roese <sr@denx.de>
28878
28879commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
28880Author: Stefan Roese <sr@denx.de>
28881Date: Tue Mar 11 15:05:50 2008 +0100
28882
28883 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
28884
28885 This patch adds basic support for the AMCC 460EX/460GT PPC's.
28886
28887 Signed-off-by: Stefan Roese <sr@denx.de>
28888
28889commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
28890Author: Stefan Roese <sr@denx.de>
28891Date: Tue Mar 11 15:05:26 2008 +0100
28892
28893 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
28894
28895 This patch adds basic support for the AMCC 460EX/460GT PPC's.
28896
28897 Signed-off-by: Stefan Roese <sr@denx.de>
28898
28899commit 56e410178375d9f20be25fb24e180974f0ae120b
28900Author: Stefan Roese <sr@denx.de>
28901Date: Tue Feb 19 22:07:57 2008 +0100
28902
28903 ppc4xx: interrupt.c reworked
28904
28905 This patch is a rework of the 4xx interrupt handling done while
28906 adding the 460EX/GT support. Interrupts are needed on 4xx for the
28907 EMAC driver.
28908
28909 Signed-off-by: Stefan Roese <sr@denx.de>
28910
28911commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
28912Author: Stefan Roese <sr@denx.de>
28913Date: Tue Feb 19 22:01:57 2008 +0100
28914
28915 ppc4xx: program_tlb now uses 64bit physical addess
28916
28917 This patch changes the physical addess parameter from 32bit to 64bit.
28918 This is needed for 36bit 4xx platforms to access areas located
28919 beyond the 4GB border, like SoC peripherals (EBC etc.).
28920
28921 Signed-off-by: Stefan Roese <sr@denx.de>
28922
28923commit c3307fa186af85771924c434997089b8104c0a46
28924Author: Stefan Roese <sr@denx.de>
28925Date: Tue Feb 19 21:58:25 2008 +0100
28926
28927 ppc4xx: miiphy.c reworked
28928
28929 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
28930 badly neede some cleanup.
28931
28932 Signed-off-by: Stefan Roese <sr@denx.de>
28933
28934commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
28935Author: Stefan Roese <sr@denx.de>
28936Date: Tue Feb 19 16:21:49 2008 +0100
28937
28938 rtc: Add M41T62 support
28939
28940 This patch add support for the STM M41T62 RTC. It is used and tested
28941 on the AMCC Canyonlands 406EX platform.
28942
28943 Signed-off-by: Stefan Roese <sr@denx.de>
28944
28945commit 217d383e201adc7f2271145ae345ea5eae2b7170
28946Author: Niklaus Giger <niklaus.giger@netstal.com>
28947Date: Mon Feb 25 18:46:43 2008 +0100
28948
28949 ppc4xx: Add 405GPr based MCU25 board specific files
28950
28951 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28952
28953commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
28954Author: Niklaus Giger <niklaus.giger@netstal.com>
28955Date: Mon Feb 25 18:46:42 2008 +0100
28956
28957 ppc4xx: Add 405GPr based MCU25 board config file
28958
28959 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28960
28961commit b05f35436b733a240559e77e46bed8439665ecc5
28962Author: Niklaus Giger <niklaus.giger@netstal.com>
28963Date: Mon Feb 25 18:46:41 2008 +0100
28964
28965 ppc4xx: Add 405GPr based MCU25 board. Global files
28966
28967 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28968
28969commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
28970Author: Niklaus Giger <niklaus.giger@netstal.com>
28971Date: Mon Feb 25 18:37:02 2008 +0100
28972
28973 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
28974
28975 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28976
28977commit a079494853cc2bfeddb26673219db0b4b2b31566
28978Author: Niklaus Giger <niklaus.giger@netstal.com>
28979Date: Mon Feb 25 18:37:01 2008 +0100
28980
28981 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
28982
28983 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
28984 the FLASH_CFI_LEGACY et al. config options.
28985
28986 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
28987
28988commit e4170e5a50c8110f792bc37472833ae669d69951
28989Author: Stefan Roese <sr@denx.de>
28990Date: Tue Mar 11 13:52:25 2008 +0100
28991
28992 ppc4xx: Fix comment in 405EX DDR2 init code
28993
28994 Signed-off-by: Stefan Roese <sr@denx.de>
28995
438a4c11
WD
28996commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
28997Author: Bartlomiej Sieka <tur@semihalf.com>
28998Date: Fri Mar 14 16:22:34 2008 +0100
28999
29000 Add MD5 support to the new uImage format
29001
29002 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29003
29004commit 0ede0c383530a418cf98be9122371a86573cd0db
29005Author: Bartlomiej Sieka <tur@semihalf.com>
29006Date: Fri Mar 14 16:22:34 2008 +0100
29007
29008 Add the MD5 algorithm
29009
29010 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
29011 calculated using the md5() function -- see include/md5.h for details.
29012
29013 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29014
0b8f2a27
WD
29015commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
29016Author: Wolfgang Denk <wd@denx.de>
29017Date: Fri Mar 14 16:04:54 2008 +0100
29018
29019 tools/setlocalversion: use a git-describe-ish format
29020
29021 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
29022 where 'nnnnn' is the number of commits since the last tag (i.e.,
29023 1.3.2-rc3). This makes it much easier to recognize "newer" versions
29024 and to see how much has been changed since the referenced tag.
29025
29026 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
29027
29028 Signed-off-by: Wolfgang Denk <wd@denx.de>
29029
29030commit c6dc21c84de0f159a1752c5ebd33cff843f63609
29031Author: Wolfgang Denk <wd@denx.de>
29032Date: Thu Mar 13 14:32:03 2008 +0100
29033
29034 HMI1001: add support for MPC5200 Rev. B processors.
29035
29036 Signed-off-by: Wolfgang Denk <wd@denx.de>
29037
29038commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
29039Author: Wolfgang Denk <wd@denx.de>
29040Date: Thu Mar 13 14:29:49 2008 +0100
29041
29042 TQM5200: remove dead code
29043
29044 This board never used a MGT5100 processor.
29045
29046 Signed-off-by: Wolfgang Denk <wd@denx.de>
29047
438a4c11
WD
29048commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
29049Author: Marian Balakowicz <m8@semihalf.com>
29050Date: Wed Mar 12 12:14:15 2008 +0100
29051
29052 [new uImage] Fix build issue on ARM
29053
29054 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
29055
29056 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
29057
29058commit 3310c549a73a949430bfda90876df7552a1dab0c
29059Author: Marian Balakowicz <m8@semihalf.com>
29060Date: Wed Mar 12 12:13:13 2008 +0100
29061
29062 [new uImage] Add new uImage format documentation and examples
29063
29064 Create doc/uImage.FIT documentation directory with the following files:
29065 - command_syntax_extensions.txt : extended command syntax description
29066 - howto.txt : short usage howto
29067 - source_file_format.txt : internal new uImage format description
29068
29069 Add example image source files:
29070 - kernel.its
29071 - kernel_fdt.its
29072 - multi.its
29073
29074 Update README appropriately.
29075
29076 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29077 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29078
29079commit 1ec73761d2e247078f4520a265d463e8b73391a2
29080Author: Marian Balakowicz <m8@semihalf.com>
29081Date: Wed Mar 12 10:35:52 2008 +0100
29082
29083 [new uImage] Fix definition of common bootm_headers_t fields
29084
29085 verify, autostart and lmb fields are used regardless of CONFIG_FIT
29086 setting, move their definitions to common section.
29087
29088 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29089
29090commit 1d1cb4270edc6a99276834064069717f9782c491
29091Author: Marian Balakowicz <m8@semihalf.com>
29092Date: Wed Mar 12 10:35:51 2008 +0100
29093
29094 [new uImage] Fix build problems on trab board
29095
29096 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29097
29098commit f773bea8e11f4a11c388dcee956b2444203e6b65
29099Author: Marian Balakowicz <m8@semihalf.com>
29100Date: Wed Mar 12 10:35:46 2008 +0100
29101
29102 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
29103
29104 Save FIT configuration provied in the first bootm argument and use it
29105 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
29106 arguments are not specified.
29107
29108 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29109
29110commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
29111Author: Marian Balakowicz <m8@semihalf.com>
29112Date: Wed Mar 12 10:33:01 2008 +0100
29113
29114 [new uImage] More verbose kernel image uncompress error message
29115
29116 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29117
29118commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
29119Author: Marian Balakowicz <m8@semihalf.com>
29120Date: Wed Mar 12 10:33:01 2008 +0100
29121
29122 [new uImage] Use show_boot_progress() for new uImage format
29123
29124 This patch allocates a set of show_boot_progress() IDs for new uImage format
29125 and adds show_boot_progress() calls in new uImage format handling code.
29126
29127 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29128
29129commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
29130Author: Marian Balakowicz <m8@semihalf.com>
29131Date: Wed Mar 12 10:33:01 2008 +0100
29132
29133 [new uImage] Add new uImage fromat support to fpga command
29134
29135 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29136
29137commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
29138Author: Marian Balakowicz <m8@semihalf.com>
29139Date: Wed Mar 12 10:33:01 2008 +0100
29140
29141 [new uImage] Add new uImage format handling to other bootm related commands
29142
29143 Updated commands:
29144
29145 docboot - cmd_doc.c
29146 fdcboot - cmd_fdc.c
29147 diskboot - cmd_ide.c
29148 nboot - cmd_nand.c
29149 scsiboot - cmd_scsi.c
29150 usbboot - cmd_usb.c
29151
29152 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29153
29154commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
29155Author: Marian Balakowicz <m8@semihalf.com>
29156Date: Wed Mar 12 10:33:00 2008 +0100
29157
29158 [new uImage] Add new uImage format support to imgextract command
29159
29160 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29161
29162commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
29163Author: Marian Balakowicz <m8@semihalf.com>
29164Date: Wed Mar 12 10:33:00 2008 +0100
29165
29166 [new uImage] Add new uImage format support to autoscript routine
29167
29168 autoscript() routine is updated to accept second argument, which
29169 is only used for FIT images and provides a FIT subimage unit name.
29170
29171 autoscript() routine callers must now pass two arguments. For
29172 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
29173 variable 'autoscript_uname' is introduced and used as a FIT
29174 subimage unit name source.
29175
29176 autoscript command accepts extended syntax of the addr argument:
29177 addr:<subimg_uname>
29178
29179 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29180
29181commit cd7c596e9f561dbbc17b717277438aee78cde14f
29182Author: Marian Balakowicz <m8@semihalf.com>
29183Date: Wed Mar 12 10:33:00 2008 +0100
29184
29185 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
29186
29187 This patch updates architecture specific implementations of
29188 do_bootm_linux() adding new uImage format handling for
29189 operations like get kernel entry point address, get kernel
29190 image data start address.
29191
29192 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29193
29194commit 3dfe110149311425919e6d6a14b561b4207498f1
29195Author: Marian Balakowicz <m8@semihalf.com>
29196Date: Wed Mar 12 10:32:59 2008 +0100
29197
29198 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
29199
29200 This patch adds new node offset fields to struct bootm_headers
29201 and updates bootm_headers processing code to make use of them.
29202 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
29203
29204 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29205
29206commit bc8ed486b125452ba3bd8344f052f437329150c5
29207Author: Marian Balakowicz <m8@semihalf.com>
29208Date: Wed Mar 12 10:32:53 2008 +0100
29209
29210 [new uImage] ppc: Add new uImage format support to FDT handling routines
29211
29212 Support for new (FIT) format uImages is added to powerpc specific
29213 boot_get_fdt() routine which now recognizes, sanity checks FIT image
29214 and is able to access data sections of the requested component image.
29215
29216 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29217
29218commit a44a269a905f924b420020506a4d7d7eedcc0eaf
29219Author: Marian Balakowicz <m8@semihalf.com>
29220Date: Wed Mar 12 10:14:57 2008 +0100
29221
29222 [new uImage] Re-enable interrupts for non automatic booting
29223
29224 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
29225 environment variable is not set to 'yes'.
29226
29227 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29228
29229commit d985c8498c4e47095820da97aa722381d39172c5
29230Author: Marian Balakowicz <m8@semihalf.com>
29231Date: Wed Mar 12 10:14:38 2008 +0100
29232
29233 [new uImage] Remove unnecessary arguments passed to ramdisk routines
29234
29235 boot_get_ramdisk() and image_get_ramdisk() do not need all
29236 cmdtp, flag, argc and argv arguments. Simplify routines definition.
29237
29238 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29239
29240commit c87796483bc7c2900470dc747c367f602577608d
29241Author: Marian Balakowicz <m8@semihalf.com>
29242Date: Wed Mar 12 10:12:37 2008 +0100
29243
29244 [new uImage] Add new uImage format support for ramdisk handling
29245
29246 This patch updates boot_get_ramdisk() routine adding format
29247 verification and handling for new (FIT) uImages.
29248
29249 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29250
29251commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
29252Author: Marian Balakowicz <m8@semihalf.com>
29253Date: Wed Mar 12 10:01:05 2008 +0100
29254
29255 [new uImage] Add new uImage format support for kernel booting
29256
29257 New format uImages are recognized by the bootm command,
29258 validity of specified kernel component image is checked and
29259 its data section located and used for further processing
29260 (uncompress, load, etc.)
29261
29262 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29263
29264commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
29265Author: Marian Balakowicz <m8@semihalf.com>
29266Date: Tue Mar 11 12:35:20 2008 +0100
29267
29268 [new uImage] Add new uImage format support for imls and iminfo commands
29269
29270 imls and iminfo can now recognize nad print out contents of the new (FIT)
29271 format uImages.
29272
29273 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29274
29275commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
29276Author: Bartlomiej Sieka <tur@semihalf.com>
29277Date: Tue Mar 11 12:34:47 2008 +0100
29278
29279 [new uImage] Add support for new uImage format to mkimage tool
29280
29281 Support for the new uImage format (FIT) is added to mkimage tool.
29282 Commandline syntax is appropriately extended:
29283
29284 mkimage [-D dtc_options] -f fit-image.its fit-image
29285
29286 mkimage (together with dtc) takes fit-image.its and referenced therein
29287 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
29288 final image that can be transferred to the target (e.g., via tftp) and then
29289 booted using the bootm command in U-Boot.
29290
29291 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29292
29293commit eb6175edd6c120d8b89678243e5a2be362ee8e40
29294Author: Marian Balakowicz <m8@semihalf.com>
29295Date: Mon Mar 10 17:53:49 2008 +0100
29296
29297 [new uImage] Make node unit names const in struct bootm_headers
29298
29299 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29300
29301commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
29302Author: Marian Balakowicz <m8@semihalf.com>
29303Date: Fri Feb 29 21:24:06 2008 +0100
29304
29305 [new uImage] New uImage low-level API
29306
29307 Add FDT-based functions for handling new format component images,
29308 configurations, node operations, property get/set, etc.
29309
29310 fit_ - routines handling global new format uImage operations
29311 like get/set top level property, process all nodes, etc.
29312 fit_image_ - routines handling component images subnodes
29313 fit_conf_ - routines handling configurations node
29314
29315 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29316 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29317
0b8f2a27
WD
29318commit 30f1806f60978d707b0cff2d7bf89d141fc24290
29319Author: Wolfgang Denk <wd@denx.de>
29320Date: Sun Mar 9 16:20:02 2008 +0100
29321
29322 Release v1.3.2
29323
29324 Update CHANGELOG for release.
29325
29326 Signed-off-by: Wolfgang Denk <wd@denx.de>
29327
30f1806f
WD
29328commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
29329Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29330Date: Sun Mar 9 14:52:11 2008 +0100
29331
29332 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
29333
29334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29335 Signed-off-by: Wolfgang Denk <wd@denx.de>
29336
29337commit db695b78515ddb88a2d4f3357c120345efbf59ec
29338Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29339Date: Sun Mar 9 10:44:01 2008 +0100
29340
29341 scb9328: Fix flash warning: type qualifiers ignored on function return type
29342
29343 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29344
29345commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
29346Author: Wolfgang Denk <wd@denx.de>
29347Date: Sun Mar 9 10:50:41 2008 +0100
29348
29349 esd/common/fpga.c: fix indentation.
29350
29351 Signed-off-by: Wolfgang Denk <wd@denx.de>
29352
29353commit cc3843e36453e2b8db65d7e56de938ba045016a0
29354Author: Wolfgang Denk <wd@denx.de>
29355Date: Sun Mar 9 10:33:31 2008 +0100
29356
29357 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
29358
29359 and get rid of a couple of unneeded casts.
29360
29361 Signed-off-by: Wolfgang Denk <wd@denx.de>
29362
29363commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
29364Author: Wolfgang Denk <wd@denx.de>
29365Date: Sun Mar 9 10:09:53 2008 +0100
29366
29367 esd/common/fpga.c: fix 'assignment of read-only location' error
29368
29369 Signed-off-by: Wolfgang Denk <wd@denx.de>
29370
29371commit c6fe4dabac066e8758345d249032768496983a3e
29372Author: Wolfgang Denk <wd@denx.de>
29373Date: Sun Mar 9 02:13:19 2008 +0100
29374
29375 Makefile: make build silently again.
29376
29377 Signed-off-by: Wolfgang Denk <wd@denx.de>
29378
29379commit 76babc86576f092573599334c85ec543fdbc6015
29380Author: Wolfgang Denk <wd@denx.de>
29381Date: Sun Mar 9 02:07:49 2008 +0100
29382
29383 m501sk: Fix out of tree building
29384
29385 Signed-off-by: Wolfgang Denk <wd@denx.de>
29386
29387commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
29388Author: Wolfgang Denk <wd@denx.de>
29389Date: Sun Mar 9 00:06:09 2008 +0100
29390
29391 ADS5121: fix out of tree build
29392
29393 and simplify Makefile a bit.
29394
29395 Signed-off-by: Wolfgang Denk <wd@denx.de>
29396
29397commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
29398Author: Wolfgang Denk <wd@denx.de>
29399Date: Sat Mar 8 22:35:31 2008 +0100
29400
29401 Release v1.3.2
29402
29403 Signed-off-by: Wolfgang Denk <wd@denx.de>
29404
29405commit 78a90f827df74520e939c794fc7413dace21c4db
29406Author: Wolfgang Denk <wd@denx.de>
29407Date: Sat Mar 8 22:35:04 2008 +0100
29408
29409 Update CHANGELOG
29410
29411 Signed-off-by: Wolfgang Denk <wd@denx.de>
29412
78a90f82
WD
29413commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
29414Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29415Date: Sat Mar 8 21:30:04 2008 +0100
29416
29417 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
29418
29419 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29420
29421commit d75469d48c05795144f4b8ba76addbb4920a7bba
29422Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29423Date: Sat Mar 8 09:25:49 2008 +0900
29424
29425 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
29426
29427 When rtl_recv() of rtl8169 is called, OWNbit of status register
29428 is not enable occasionally.
29429 rtl_recv() doesn't work normally when the driver doesn't do
29430 appropriate processing.
29431 This patch fix this problem.
29432
29433 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
29434
29435commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
29436Author: Heiko Schocher <hs@denx.de>
29437Date: Fri Mar 7 08:15:28 2008 +0100
29438
29439 mgsuvd: update board configuration
29440
29441 initialize the UPIOx controller.
29442
29443 Signed-off-by: Heiko Schocher <hs@denx.de>
29444
29445commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
29446Author: Heiko Schocher <hs@denx.de>
29447Date: Fri Mar 7 08:13:41 2008 +0100
29448
29449 mgcoge: update board configuration
29450
29451 add support for the config Flash.
29452 initialize the UPIOx controller.
29453
29454 Signed-off-by: Heiko Schocher <hs@denx.de>
29455
29456commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
29457Author: Kim Phillips <kim.phillips@freescale.com>
29458Date: Fri Mar 7 12:27:31 2008 -0600
29459
29460 mpc83xx: make dtb basename file references equal those of linux
29461
29462 the dts file basenames were updated in linux - this helps avoid
29463 inadvertently loading any old dtbs laying around.
29464
29465 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29466
29467commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
29468Author: Kim Phillips <kim.phillips@freescale.com>
29469Date: Wed Feb 27 16:08:22 2008 -0600
29470
29471 net: uec_phy: actually increment the timeout counter
29472
29473 allow u-boot to recover (and, e.g., switch to another interface) in the
29474 case where a PHY does not report autonegotiation is complete within its
29475 two second timeout value.
29476
29477 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29478
29479commit 772003e43957ee0c895abed7cd82cbe72820cbb8
29480Author: Markus Brunner <super.firetwister@googlemail.com>
29481Date: Wed Mar 5 21:38:12 2008 +0100
29482
29483 fix taihu soft spi_read
29484
29485 The taihu board used gpio_read_out_bit which reads the output register and not
29486 the pin state.
29487
29488 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
29489
29490commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
29491Author: Stefan Roese <sr@denx.de>
29492Date: Fri Mar 7 08:01:43 2008 +0100
29493
29494 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
29495
29496 Signed-off-by: Stefan Roese <sr@denx.de>
29497
29498commit bd4458cb47abecabd406b1210457be96c69fc49d
29499Author: Dave Liu <r63238@freescale.com>
29500Date: Tue Mar 4 16:59:22 2008 +0800
29501
29502 837xEMDS: Improve the system performance
29503
29504 1. Make the CSB bus pipeline depth as 4, and enable
29505 the repeat mode;
29506 2. Raise the eTSEC emergency priority;
29507 3. Use the highest IP blocks clock.
29508
29509 Signed-off-by: Dave Liu <daveliu@freescale.com>
29510
29511commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
29512Author: Detlev Zundel <dzu@denx.de>
29513Date: Thu Mar 6 16:45:53 2008 +0100
29514
29515 Replace "run load; run update" with conditionalized "run load update".
29516
29517 The latter version stops when "run load" fails for whatever reasons
29518 rendering the combination *a lot* more secure.
29519
29520 Signed-off-by: Detlev Zundel <dzu@denx.de>
29521
29522commit 6bc113886d7d316df1a4e459bec8baf027518551
29523Author: Stefan Roese <sr@denx.de>
29524Date: Tue Mar 4 17:40:41 2008 +0100
29525
29526 net: Print error message upon net usage when no ethernet-interface is found
29527
29528 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
29529 defined. Then no ethernet interface is available but a simple "tftp"
29530 command will return without any error message which is quite confusing.
29531
29532 Signed-off-by: Stefan Roese <sr@denx.de>
29533
29534commit a30a549a3553032d809e0356306b62de0b125901
29535Author: Jon Loeliger <jdl@freescale.com>
29536Date: Tue Mar 4 10:03:03 2008 -0600
29537
29538 Remove erroneous or extra spd.h #includers.
29539
29540 Many of the spd.h #includers don't need it,
29541 and wanted to have spd_sdram() declared instead.
29542 Since they didn't get that, some also had open
29543 coded extern declarations of it instead or as well.
29544 Fix it all up by using spd_sdram.h where needed.
29545
29546 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29547
29548commit a4475386cef14af3fd88f0518b688e755669486d
29549Author: Wolfgang Denk <wd@denx.de>
29550Date: Tue Mar 4 17:41:28 2008 +0100
29551
29552 PCS440EP: fix build problems (redundant #define)
29553
29554 Signed-off-by: Wolfgang Denk <wd@denx.de>
29555
29556commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
29557Author: Stefan Roese <sr@denx.de>
29558Date: Tue Mar 4 17:39:25 2008 +0100
29559
29560 net: Print error message upon net usage when no ethernet-interface is found
29561
29562 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
29563 defined. Then no ethernet interface is available but a simple "tftp"
29564 command will return without any error message which is quite confusing.
29565
29566 Signed-off-by: Stefan Roese <sr@denx.de>
29567
29568commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
29569Author: Wolfgang Denk <wd@denx.de>
29570Date: Tue Mar 4 17:38:50 2008 +0100
29571
29572 W7OLMC/W7OLMG: fix build problems (redundant #define)
29573
29574 Signed-off-by: Wolfgang Denk <wd@denx.de>
29575
29576commit f9301e1cda296245ba052d7b08321199c3d0af9d
29577Author: Wolfgang Denk <wd@denx.de>
29578Date: Tue Mar 4 14:58:31 2008 +0100
29579
29580 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
29581
29582 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
29583 problem for out-of-tree builds which caused "make clean" to fail.
29584
29585 Signed-off-by: Wolfgang Denk <wd@denx.de>
29586
29587commit dfece9500556bed5d8244b1c15d973cec7c25bfe
29588Author: Wolfgang Denk <wd@denx.de>
29589Date: Tue Mar 4 11:58:26 2008 +0100
29590
29591 examples/Makefile: build "hello_world" on 8xx, too.
29592
29593 Signed-off-by: Wolfgang Denk <wd@denx.de>
29594
29595commit 74eb0222594fd23aafdf168e60e872814eea8b62
29596Author: Mike Nuss <mike@terascala.com>
29597Date: Mon Mar 3 15:27:05 2008 -0500
29598
29599 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
29600
29601 Every now and then a Sequoia board (or equivalent hardware) had
29602 problems connecting to a Gigabit capable network interface.
29603
29604 There were differences in the PHY setup between Linux and U-Boot.
29605
29606 This patch fixes the problem. Apparently "remote fault" is being set,
29607 which signals to some devices (on the other end of the cable) that a
29608 fault has occurred, while other devices ignore it. I believe the RF bit
29609 was causing the issue, but I removed T4 also, to match up with Linux.
29610
29611 Signed-off-by: Mike Nuss <mike@terascala.com>
29612
29613commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
29614Author: Timur Tabi <timur@freescale.com>
29615Date: Mon Mar 3 09:58:52 2008 -0600
29616
29617 fix QE firmware uploading limit
29618
29619 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
29620 systems with more than one RISC core.
29621
29622 Signed-off-by: Timur Tabi <timur@freescale.com>
29623
29624commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
29625Author: Bernhard Nemec <bnemec@ganssloser.com>
29626Date: Mon Mar 3 11:57:23 2008 +0000
29627
29628 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
29629
29630 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
29631 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
29632
01db232d 29633 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
78a90f82
WD
29634
29635commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
29636Author: Kim B. Heino <Kim.Heino@bluegiga.com>
29637Date: Mon Mar 3 10:39:13 2008 +0200
29638
29639 fix copy from ram to dataflash
29640
29641 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
29642 routines instead of dataflash. This is because it checks "if source
29643 address is not dataflash" instead of target address.
29644
29645 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
29646
29647commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
29648Author: Wolfgang Denk <wd@denx.de>
29649Date: Mon Mar 3 12:16:44 2008 +0100
29650
29651 Fix quoting problem (preboot setting) in many board config files.
29652
29653 Signed-off-by: Wolfgang Denk <wd@denx.de>
29654
29655commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
29656Author: Wolfgang Denk <wd@denx.de>
29657Date: Mon Mar 3 12:36:49 2008 +0100
29658
29659 ADS5121: Fix default environment.
29660
29661 Signed-off-by: Wolfgang Denk <wd@denx.de>
29662
29663commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
29664Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29665Date: Sun Mar 2 16:12:31 2008 +0100
29666
29667 Makefile: Fix missing unconfig and mkconfig use
29668
29669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29670
29671commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
29672Author: michael <trimarchi@gandalf.sssup.it>
29673Date: Sun Mar 2 23:33:46 2008 +0100
29674
29675 Fix checking fat32 cluster size.
29676
29677 This fixes the cluster size tests in the FAT32 file system.
29678 The current implementation of VFAT support doesn't work if the
29679 referred cluster has an offset > 16bit representation, causing
29680 "fatload" and "fatls" commands etc. to fail.
29681
29682 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
29683
29684commit 661bad63a076a96c39c64f136915f146725af92b
29685Author: Wolfgang Denk <wd@denx.de>
29686Date: Sun Mar 2 22:57:23 2008 +0100
29687
29688 Prepare v1.3.2-rc2 release candidate
29689
29690 Signed-off-by: Wolfgang Denk <wd@denx.de>
29691
661bad63
WD
29692commit 76957cb3d621bf664311908e5962e151c633c285
29693Author: Stefan Roese <sr@denx.de>
29694Date: Sat Mar 1 12:11:40 2008 +0100
29695
29696 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
29697
29698 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
29699 currently 4k/2k is configured. This patch fixes this issue.
29700
29701 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
29702
29703 Signed-off-by: Stefan Roese <sr@denx.de>
29704
29705commit 118978c8eb43803e2794233922df4249fa278b83
29706Author: Woodruff, Richard <r-woodruff2@ti.com>
29707Date: Fri Feb 29 17:34:35 2008 -0600
29708
29709 Fix alignment error on ARM for modules
29710
29711 Fix alignment fault on ARM when running modules. With out an explicit
29712 linker file gcc4.2.1 will half word align __bss_start's value. The word
29713 dereference will crash hello_world.
29714
29715 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
29716
29717commit ce1120dd703e6f12c59e4eba9962356a0300b832
29718Author: Dave Liu <r63238@freescale.com>
29719Date: Fri Feb 29 17:45:31 2008 +0800
29720
29721 fs: Fix ext2 read issue
29722
29723 The ext2 aligned process will corrupt the key
29724 data struct, the patch fix this.
29725
29726 Signed-off-by: Dave Liu <daveliu@freescale.com>
29727
29728commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
29729Author: Wolfgang Denk <wd@denx.de>
29730Date: Sun Mar 2 22:45:33 2008 +0100
29731
29732 Makefile: cleanup "clean" target
29733
29734 Make sure CDPATH settings cannot interfere.
29735 Update CHANGELOG.
29736
29737 Signed-off-by: Wolfgang Denk <wd@denx.de>
29738
5013c09f
WD
29739commit ffda586fc1373243c9794babde69500f6293a8d8
29740Author: Li Yang <leoli@freescale.com>
29741Date: Fri Feb 29 11:46:05 2008 +0800
29742
29743 add cscope build target
29744
29745 Add cscope build target to generate cscope database for code browsing.
29746
29747 Signed-off-by: Li Yang <leoli@freescale.com>
29748
29749commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
29750Author: Kim Phillips <kim.phillips@freescale.com>
29751Date: Wed Feb 27 15:06:39 2008 -0600
29752
29753 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
29754
29755 erratum 5.6 states the autoneg completion bit is functional only if the
29756 autoneg bit is asserted.
29757
29758 This fixes any secondarily-issued networking commands on non-gigabit
29759 links on the mpc8360 mds board.
29760
29761 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29762
29763commit 5f91db7f582ca17b1f19f10189c025696f333d2e
29764Author: John Rigby <jrigby@freescale.com>
29765Date: Tue Feb 26 09:38:14 2008 -0700
29766
29767 MPC5121e ADS PCI support take 3
29768
29769 Adds PCI support for MPC5121
29770
29771 Tested with drivers/net/rtl8139.c
29772
29773 Support is conditional since PCI on old silicon does not work.
29774
29775 ads5121_PCI_config turns on PCI
29776
29777 In this version, condition compilation of PCI code has been moved
29778 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
29779 suggested by Jean-Christophe PLAGNIOL-VILLARD
29780
29781 Signed-off-by: John Rigby <jrigby@freescale.com>
29782
29783commit 44b4dbed4133f657705b7c5193209da9978243a7
29784Author: Anatolij Gustschin <agust@denx.de>
29785Date: Mon Feb 25 23:53:07 2008 +0100
29786
29787 Fix warnings while compilation of post/drivers/memory.c
29788
29789 Fix warnings while compilation with new gcc in eldk-4.2
29790
29791 Signed-off-by: Anatolij Gustschin <agust@denx.de>
29792
29793commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
29794Author: Anatolij Gustschin <agust@denx.de>
29795Date: Mon Feb 25 20:54:04 2008 +0100
29796
29797 ppc4xx: Fix problem in 4xx_enet.c driver
29798
29799 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
29800 enabled. To reproduce the problem ensure that 'ethrotate'
29801 environment variable isn't set to "no" and then run
29802 "tftp 200000 not_existent_file".
29803 This patch tries to fix the issue.
29804
29805 Signed-off-by: Anatolij Gustschin <agust@denx.de>
29806
29807commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
29808Author: Anatolij Gustschin <agust@denx.de>
29809Date: Mon Feb 25 20:04:20 2008 +0100
29810
29811 POST: Disable cache while SPR POST
29812
29813 Currently (since commit b2e2142c) u-boot crashes on
29814 sequoia board while SPR test if CONFIG_4xx_DCACHE is
29815 enabled. This patch disables the cache while SPR test.
29816
29817 Signed-off-by: Anatolij Gustschin <agust@denx.de>
29818
29819commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
29820Author: Martin Krause <martin.krause@tqs.de>
29821Date: Mon Feb 25 17:52:40 2008 +0100
29822
29823 TQM5200: use automatic fdt memory fixup (part 2)
29824
29825 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
29826 TB5200 and TB5200_B to fixup the /memory node with the memory values
29827 detected by U-Boot.
29828
29829 Signed-off-by: Martin Krause <martin.krause@tqs.de>
29830
29831commit 44ceec253ea941b301abf4b079d52324def69d92
29832Author: Martin Krause <martin.krause@tqs.de>
29833Date: Mon Feb 25 15:17:05 2008 +0100
29834
29835 TQM5200: use automatic fdt memory fixup
29836
29837 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
29838 TB5200 and TB5200_B to fixup the /memory node with the memory values
29839 detected by U-Boot.
29840
29841 Signed-off-by: Martin Krause <martin.krause@tqs.de>
29842
29843commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
29844Author: Martin Krause <martin.krause@tqs.de>
29845Date: Mon Feb 25 13:27:52 2008 +0100
29846
29847 TQM5200: fix bug in SDRAM initialization code
29848
29849 This patch fixes a bug in the SDRAM initialization code for the
29850 TQM5200. The hi_addr bit is now set correctly. Without this patch
29851 the hi_addr bit is always set to 1, if the second SDRAM bank is
29852 not populated.
29853
29854 For other MPC5200 boards a correspondig patch has already been applied
29855 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
29856
29857 Signed-off-by: Martin Krause <martin.krause@tqs.de>
29858 --
29859 Forget the first patch please. I confused flash with SDRAM in
29860 the comment ...
29861
29862commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
29863Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29864Date: Mon Feb 25 00:03:12 2008 +0100
29865
29866 mx1fs2/flash: Fix multiple compiler warnings
29867
29868 "pointer targets in assignment differ in signedness"
29869
29870 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29871
29872commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
29873Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29874Date: Mon Feb 25 00:03:11 2008 +0100
29875
29876 arm-imx: Fix register definitions
29877
29878 Sync register definitions with linux
29879
29880 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29881
29882commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
29883Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29884Date: Mon Feb 25 00:03:10 2008 +0100
29885
29886 actua1/actua2/actua3: Fix multiple unused variable warnings
29887
29888 - actua1:
29889 actux1.c: In function 'checkboard':
29890 actux1.c:92: warning: unused variable 'revision'
29891
29892 - actua2:
29893 actux2.c: In function 'checkboard':
29894 actux2.c:100: warning: unused variable 's'
29895 actux2.c:99: warning: unused variable 'revision'
29896 actux2.c: In function 'reset_phy':
29897 actux2.c:130: warning: unused variable 'i'
29898
29899 - actua3:
29900 actux3.c: In function 'checkboard':
29901 actux3.c:114: warning: unused variable 'revision'
29902
29903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
29904
29905commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
29906Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29907Date: Sun Feb 24 11:44:29 2008 +0900
29908
29909 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
29910
29911 The previous patch was lacking of i386, microblaze, nios and nios2. This
29912 patch tries to fix them.
29913
29914 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
29915
438a4c11
WD
29916commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
29917Author: Marian Balakowicz <m8@semihalf.com>
29918Date: Fri Feb 29 22:22:46 2008 +0100
29919
29920 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
29921
29922 Do not use global fdt blob pointer, calculate blob size from routine
29923 argument blob pointer.
29924
29925 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29926
29927commit d1cc52879c8966507dad9fb575481e6d3985e64e
29928Author: David Gibson <david@gibson.dropbear.id.au>
29929Date: Tue Feb 12 00:58:31 2008 +1100
29930
29931 libfdt: Add and use a node iteration helper function.
29932
29933 This patch adds an fdt_next_node() function which can be used to
29934 iterate through nodes of the tree while keeping track of depth. This
29935 function is used to simplify the iteration code in a lot of other
29936 functions, and is also exported for use by library users.
29937
29938 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
29939
29940commit 8cf30809a82902a471866d2f07725ce3b8a22291
29941Author: Bartlomiej Sieka <tur@semihalf.com>
29942Date: Fri Feb 29 16:00:24 2008 +0100
29943
29944 [new uImage] Add libfdt support to mkimage
29945
29946 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29947
29948commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
29949Author: Bartlomiej Sieka <tur@semihalf.com>
29950Date: Fri Feb 29 16:00:23 2008 +0100
29951
29952 [new uImage] Add sha1.o object to mkimage binary build
29953
29954 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
29955
29956commit df6f1b895c997978f03afe04502ee76b7ba34ab9
29957Author: Marian Balakowicz <m8@semihalf.com>
29958Date: Fri Feb 29 16:00:06 2008 +0100
29959
29960 [new uImage] Fix component handling for legacy multi component images
29961
29962 Use uint32_t when accessing size table in image_multi_count() and
29963 image_multi_getimg() for multi component images.
29964
29965 Add missing uimage_to_cpu() endianness conversion.
29966
29967 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29968
29969commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
29970Author: Marian Balakowicz <m8@semihalf.com>
29971Date: Fri Feb 29 15:59:59 2008 +0100
29972
29973 [new uImage] Share common uImage code between mkimage and U-boot
29974
29975 This patch adds the following common routines:
29976
29977 1) Dedicated mkimage print_header() is replaced with common
29978 image_print_contents()
29979 image_print_contents_noindent()
29980
29981 2) Common os/arch/type/comp fields name <--> id translation routines
29982 genimg_get_os_name()
29983 genimg_get_arch_name()
29984 genimg_get_type_name()
29985 genimg_get_comp_name()
29986 genimg_get_os_id()
29987 genimg_get_arch_id()
29988 genimg_get_type_id()
29989 genimg_get_comp_id()
29990
29991 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
29992
29993commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
29994Author: Marian Balakowicz <m8@semihalf.com>
29995Date: Fri Feb 29 14:58:34 2008 +0100
29996
29997 [new uImage] Update naming convention for bootm/uImage related code
29998
29999 This patch introduces the following prefix convention for the
30000 image format handling and bootm related code:
30001
30002 genimg_ - dual format shared code
30003 image_ - legacy uImage format specific code
30004 fit_ - new uImage format specific code
30005 boot_ - booting process related code
30006
30007 Related routines are renamed and a few pieces of code are moved around and
30008 re-grouped.
30009
30010 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30011
30012commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
30013Author: Kumar Gala <galak@kernel.crashing.org>
30014Date: Wed Feb 27 21:51:51 2008 -0600
30015
30016 [new uImage] Respect autostart setting in linux bootm
30017
30018 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30019 Acked-by: Marian Balakowicz <m8@semihalf.com>
30020
30021commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
30022Author: Kumar Gala <galak@kernel.crashing.org>
30023Date: Wed Feb 27 21:51:50 2008 -0600
30024
30025 [new uImage] Provide ability to restrict region used for boot images
30026
30027 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
30028 to restrict what memory range is used for bootm.
30029
30030 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30031 Acked-by: Marian Balakowicz <m8@semihalf.com>
30032
30033commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
30034Author: Kumar Gala <galak@kernel.crashing.org>
30035Date: Wed Feb 27 21:51:49 2008 -0600
30036
30037 [new uImage] Use lmb for bootm allocations
30038
30039 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
30040 functions over to using lmb for allocation of the ramdisk, command line
30041 and kernel bd info.
30042
30043 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
30044 tree.
30045
30046 Provided a weak function that board code can call to do additional
30047 lmb reserves if needed.
30048
30049 Also introduce the concept of bootmap_base to specify the offset in
30050 physical memory that the bootmap is located at. This is used for
30051 allocations of the cmdline, kernel bd, and device tree as they should
30052 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
30053
30054 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30055
30056commit f5614e7926863bf0225ec860d9b319741a9c4004
30057Author: Kumar Gala <galak@kernel.crashing.org>
30058Date: Wed Feb 27 21:51:48 2008 -0600
30059
30060 [new uImage] Add autostart flag to bootm_headers structure
30061
30062 The autostart env variable was dropped as part of the initial new uImage
30063 cleanup. Add it back here so the arch specific code can decide if it
30064 wants to really boot or not.
30065
30066 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30067 Acked-by: Marian Balakowicz <m8@semihalf.com>
30068
30069commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
30070Author: Kumar Gala <galak@kernel.crashing.org>
30071Date: Wed Feb 27 21:51:47 2008 -0600
30072
30073 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
30074
30075 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
30076 the memory spaces used by various boot images and structures. This code
30077 will allow us to simplify the code in bootm and its support functions.
30078
30079 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30080
30081commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
30082Author: Kumar Gala <galak@kernel.crashing.org>
30083Date: Tue Feb 19 22:03:47 2008 -0600
30084
30085 [new uImage] ppc: Allow boards to specify effective amount of memory
30086
30087 For historical reasons we limited the stack to 256M because some boards
30088 could only map that much via BATS. However newer boards are capable of
30089 mapping more memory (for example 85xx is capable of doing up to 2G).
30090
30091 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30092 Acked-by: Marian Balakowicz <m8@semihalf.com>
30093
30094commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
30095Author: Kumar Gala <galak@kernel.crashing.org>
30096Date: Wed Feb 27 21:51:46 2008 -0600
30097
30098 [new uImage] rework error handling so common functions don't reset
30099
30100 Changed image_get_ramdisk() to just return NULL on error and have
30101 get_ramdisk() propogate that error to the caller. It's left to the
30102 caller to call do_reset() if it wants to.
30103
30104 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
30105 to a common location. In the future we will change get_fdt() and
30106 fdt_relocate() to return success/failure and not call do_reset() at all.
30107
30108 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30109 Acked-by: Marian Balakowicz <m8@semihalf.com>
30110
30111commit d2bc095a639672def11d5d043b5688d0dbd692ec
30112Author: Kumar Gala <galak@kernel.crashing.org>
30113Date: Wed Feb 27 21:51:45 2008 -0600
30114
30115 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
30116
30117 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
30118 however it does mean we have to go in and fixup the initrd info since
30119 we don't know where it will be.
30120
30121 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30122
30123commit 27953493ef025fb698d68c5dee39b36f01f4d530
30124Author: Kumar Gala <galak@kernel.crashing.org>
30125Date: Wed Feb 27 21:51:44 2008 -0600
30126
30127 [new uImage] ppc: Determine if we are booting an OF style
30128
30129 If we are bootin OF style than we can skip setting up some things
30130 that are used for the old boot method.
30131
30132 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30133 Acked-by: Marian Balakowicz <m8@semihalf.com>
30134
30135commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
30136Author: Kumar Gala <galak@kernel.crashing.org>
30137Date: Wed Feb 27 21:51:43 2008 -0600
30138
30139 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
30140
30141 We don't actually need the kdb param as we are just using it to get
30142 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
30143 boot via OF we might not actually fill out a kdb.
30144
30145 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30146 Acked-by: Marian Balakowicz <m8@semihalf.com>
30147
30148commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
5013c09f
WD
30149Author: Kumar Gala <galak@kernel.crashing.org>
30150Date: Wed Feb 27 16:30:47 2008 -0600
30151
30152 85xx: Don't icbi when unlocking the cache
30153
30154 There is no reason to icbi when invalidating the temporary stack in
30155 the d-cache. Its impossible on e500 to have the i-cache contain
30156 any addresses in the temp stack and it can be problematic in generating
30157 transactions on the bus to non-valid addresses.
30158
30159 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30160
30161commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
30162Author: Andy Fleming <afleming@freescale.com>
30163Date: Wed Feb 27 15:50:50 2008 -0600
30164
30165 Fix source for ECM error IVPR
30166
30167 The source vector for the ECM was being set to 2,
30168 but that's what the source vector for DDR was being
30169 set to. Change it to 1.
30170
30171 Signed-off-by: Andy Fleming <afleming@freescale.com>
30172
30173commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
30174Author: Andy Fleming <afleming@freescale.com>
30175Date: Wed Feb 27 14:29:58 2008 -0600
30176
30177 Invalidate INIT_RAM TLB mappings
30178
30179 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
30180 mappings to be unguarded. This collided with an existing "bug"
30181 where the mappings for the INIT_RAM were being kept around.
30182 This meant that speculative loads to those addresses were
30183 succeeding in the TLB, and going out to the bus, where they
30184 were causing an exception (there's nothing at that address). The
30185 Flash code was coincidentally causing such a speculative load.
30186 Rather than go back to mapping the INIT RAM as guarded, we fix
30187 it so that the entries for the INIT_RAM are invalidated. Thus
30188 the speculative loads will fail in the TLB, and have no effect.
30189
30190 Signed-off-by: Andy Fleming <afleming@freescale.com>
30191
30192commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
30193Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30194Date: Sun Feb 17 22:56:17 2008 +0100
30195
30196 sbc8548: Fix Revision reading and unused variable 'path'
30197
30198 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30199
30200commit 495d162374c472f46454453553382ad0735dc725
30201Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30202Date: Sun Feb 17 22:56:16 2008 +0100
30203
30204 sbc8548: Fix cfi flash bank declaration
30205
30206 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30207
438a4c11
WD
30208commit 4efbe9dbb129f857f27856936112c8c02f016be6
30209Author: Marian Balakowicz <m8@semihalf.com>
30210Date: Wed Feb 27 11:02:26 2008 +0100
30211
30212 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
30213
30214 Dual format image code must properly handle all three FDT passing methods:
30215 - raw FDT blob passed
30216 - FDT blob embedded in the legacy uImage
30217 - FDT blob embedded in the new uImage
30218
30219 This patch enables proper raw FDT handling when no FIT imaeg support
30220 is compiled in. This is a bit tricky as we must dected FIT format even
30221 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
30222 blobs use tha same low level format (libfdt).
30223
30224 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30225
30226commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
30227Author: Marian Balakowicz <m8@semihalf.com>
30228Date: Wed Feb 27 11:02:26 2008 +0100
30229
30230 [new uImage] POWERPC: Add image_get_fdt() routine
30231
30232 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
30233 (3) or embedded in the new uImage. For the (2) case embedding image must be
30234 verified before we get FDT from it. This patch factors out legacy image
30235 specific verification routine to the separate helper routine.
30236
30237 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30238 Acked-by: Kumar Gala <galak@kernel.crashing.org>
30239
30240commit 1efd43601f90de21ec6c0ebb9880823e822927b1
30241Author: Marian Balakowicz <m8@semihalf.com>
30242Date: Wed Feb 27 11:02:07 2008 +0100
30243
30244 [new uImage] Add image_get_kernel() routine
30245
30246 Legacy image specific verification is factored out to a separate helper
30247 routine to keep get_kernel() generic and simple.
30248
30249 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30250 Acked-by: Kumar Gala <galak@kernel.crashing.org>
30251
30252commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
30253Author: Marian Balakowicz <m8@semihalf.com>
30254Date: Wed Feb 27 11:01:04 2008 +0100
30255
30256 [new uImage] Move image verify flag to bootm_headers structure
30257
30258 Do not pass image verification flag directly to related routines.
30259 Simplify argument passing and move it to the bootm_header structure which
30260 contains curently processed image specific data and is already being passed
30261 on the argument list.
30262
30263 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30264 Acked-by: Kumar Gala <galak@kernel.crashing.org>
30265
30266commit 823afe7cefe00dafefc6696c1cc7aa828c394234
30267Author: Marian Balakowicz <m8@semihalf.com>
30268Date: Wed Feb 27 11:00:47 2008 +0100
30269
30270 [Makefile] Sort COBJS in lib_<arch> Makefiles
30271
30272 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30273
30274commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
30275Author: Marian Balakowicz <m8@semihalf.com>
30276Date: Wed Feb 27 11:00:47 2008 +0100
30277
30278 [new uImage] Optimize gen_get_image() flow control
30279
30280 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
30281 to do, update its control flow to better reflect that simple case.
30282
30283 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30284 Acked-by: Kumar Gala <galak@kernel.crashing.org>
30285
30286commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
30287Author: Marian Balakowicz <m8@semihalf.com>
30288Date: Mon Feb 4 08:28:17 2008 +0100
30289
30290 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
30291
30292 PPC specific FDT blob handling code is divided into two separate routines:
30293
30294 get_fdt() - find and verify a FDT blob (either raw or image embedded)
30295 fdt_relocate() - move FDT blob to within BOOTMAP if needed
30296
30297 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30298 Acked-by: Kumar Gala <galak@kernel.crashing.org>
30299
5013c09f
WD
30300commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
30301Author: Jon Loeliger <jdl@freescale.com>
30302Date: Mon Feb 25 13:13:37 2008 -0600
30303
30304 86xx: Fix renamed GUR symbols in sbc8641d board.
30305
30306 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
30307 (86xx: Fix GUR PCI config registers properly), we should have
30308 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
30309 symbols in the sbc8641d board as well. Fix this oversight.
30310
30311 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30312
30313commit 64cd594e623c39f73964d18787763e4533f791f7
30314Author: Stefan Roese <sr@denx.de>
30315Date: Mon Feb 25 16:50:48 2008 +0100
30316
30317 ppc4xx: Fix acadia_nand build problem
30318
30319 Don't include testdram() on NAND-booting target acadia_nand. This saves
30320 a few bytes and makes the target build clean again.
30321
30322 Signed-off-by: Stefan Roese <sr@denx.de>
30323
30324commit 14e099e698d41e8179d05c2b2dbcf704a236f748
30325Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30326Date: Sun Feb 24 23:03:12 2008 +0000
30327
30328 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
30329
30330 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30331
30332commit 724902c8464e610642b3a170278b99710325888e
30333Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30334Date: Sun Feb 24 23:03:11 2008 +0000
30335
30336 arm-imx: Fix registers definition
30337
30338 Sync registers definition with linux
30339
30340 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30341
30342commit 4cd288b589ea1178947c6e364453c32b3dede6b7
30343Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30344Date: Sun Feb 24 23:03:10 2008 +0000
30345
30346 actua1/actua2/actua3: Fix multipleunused variable
30347
30348 - actua1:
30349 actux1.c: In function 'checkboard':
30350 actux1.c:92: warning: unused variable 'revision'
30351
30352 - actua2:
30353 actux2.c: In function 'checkboard':
30354 actux2.c:100: warning: unused variable 's'
30355 actux2.c:99: warning: unused variable 'revision'
30356 actux2.c: In function 'reset_phy':
30357 actux2.c:130: warning: unused variable 'i'
30358
30359 - actua3:
30360 actux3.c: In function 'checkboard':
30361 actux3.c:114: warning: unused variable 'revision'
30362
30363 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30364
438a4c11
WD
30365commit d5934ad7756f038a393a9cfab76a4fe306d9d930
30366Author: Marian Balakowicz <m8@semihalf.com>
30367Date: Mon Feb 4 08:28:09 2008 +0100
30368
30369 [new uImage] Add dual format uImage support framework
30370
30371 This patch adds framework for dual format images. Format detection is added
30372 and the bootm controll flow is updated to include cases for new FIT format
30373 uImages.
30374
30375 When the legacy (image_header based) format is detected appropriate
30376 legacy specific handling is invoked. For the new (FIT based) format uImages
30377 dual boot framework has a minial support, that will only print out a
30378 corresponding debug messages. Implementation of the FIT specific handling will
30379 be added in following patches.
30380
30381 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30382
5013c09f
WD
30383commit b29661fc1151077776454288051bc9a488351ce8
30384Author: Wolfgang Denk <wd@denx.de>
30385Date: Sun Feb 24 15:21:36 2008 +0100
30386
30387 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
30388
30389 Signed-off-by: Wolfgang Denk <wd@denx.de>
30390
b29661fc
WD
30391commit 00b48a48424894daa589d166d73277830b1c6ac4
30392Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30393Date: Sat Feb 23 12:15:56 2008 +0100
30394
30395 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
30396
30397 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30398
30399commit b075d74efb70ff68c49a2532f26b56d6703b69c1
30400Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30401Date: Sat Feb 23 17:24:16 2008 +0900
30402
30403 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
30404
30405 ----------------------------------------------------------------
30406 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
30407
30408 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
30409 32bit targets.
30410
30411 GCC can be made to warn about usage of long long types with ISO C90
30412 (-ansi), but only with -pedantic. You can write this in a way that even
30413 then it doesn't cause warnings, namely by:
30414
30415 #ifdef __GNUC__
30416 __extension__ typedef __signed__ long long __s64;
30417 __extension__ typedef unsigned long long __u64;
30418 #endif
30419
30420 The __extension__ keyword in front of this switches off any pedantic
30421 warnings for this expression.
30422
30423 Signed-off-by: Olaf Hering <olh@suse.de>
30424 Cc: <linux-arch@vger.kernel.org>
30425 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
30426 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
30427 ----------------------------------------------------------------
30428
30429 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30430
30431commit 208acd112e6517b21fc30c420396902b103563ac
30432Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30433Date: Sat Feb 23 17:07:57 2008 +0900
30434
30435 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
30436
30437 This will reduce the build time.
30438
30439 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30440
30441commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
30442Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30443Date: Sat Feb 23 17:05:00 2008 +0900
30444
30445 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
30446
30447 This will reduce the build time.
30448
30449 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30450
30451commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
30452Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30453Date: Sat Feb 23 16:58:41 2008 +0900
30454
30455 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
30456
30457 This reduces the build time by ~10%. Here's the gth2_config example.
30458
30459 BEFORE AFTER
30460 real 0m31.441s 0m27.833s
30461 user 0m24.766s 0m23.045s
30462 sys 0m10.425s 0m7.468s
30463
30464 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
30465
30466commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
30467Author: Marcel Moolenaar <marcelm@juniper.net>
30468Date: Fri Feb 22 10:48:07 2008 -0800
30469
30470 make define2mk.sed work on FreeBSD
30471
30472 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
30473 the define2mk.sed script was identified as the source of the link
30474 failure on FreeBSD. The problem is that sed(1) does not always support
30475 the '+' operator. It isn't on FreeBSD. The attach patch implements the
30476 equivalent, using the '*' operator instead and should work everywhere.
30477
30478 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
30479
30480commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
30481Author: Detlev Zundel <dzu@denx.de>
30482Date: Fri Feb 22 17:21:32 2008 +0100
30483
30484 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
30485
30486 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
30487 final traces of long-deprecated "ramdisk" kernel parm") makes these
30488 changes neccessary.
30489
30490 Signed-off-by: Detlev Zundel <dzu@denx.de>
30491
30492commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
30493Author: Larry Johnson <lrj@acm.org>
30494Date: Thu Feb 21 13:58:16 2008 -0500
30495
30496 LM75 bug fix for negative temperatures
30497
30498 When the LM75 temperature sensor measures a temperature below 0 C, the
30499 current driver does not perform sign extension, so the result returned is
30500 256 C too high. This patch fixes the problem.
30501
30502 Signed-off-by: Larry Johnson <lrj@acm.org>
30503
30504commit 5a910c224b13e413bda41922379add6d75c32da3
30505Author: Heiko Schocher <hs@denx.de>
30506Date: Thu Feb 21 18:33:45 2008 +0100
30507
30508 IDS8247: update MAINTAINER entry.
30509
30510 Signed-off-by: Heiko Schocher <hs@denx.de>
30511
30512commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
30513Author: Heiko Schocher <hs@denx.de>
30514Date: Thu Feb 21 18:31:15 2008 +0100
30515
30516 Fix device tree for mgsuvd board.
30517
30518 Rename the "scc" node in "ethernet" for the mgsuvd board.
30519
30520 Signed-off-by: Heiko Schocher <hs@denx.de>
30521
30522commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
30523Author: Yuri Tikhonov <yur@emcraft.com>
30524Date: Thu Feb 21 14:23:42 2008 +0100
30525
30526 lwmon5: enable hardware watchdog
30527
30528 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
30529 causing it to reboot the board if U-Boot does a long busy-wait with
30530 udelay(). Thus, for these boards we have to restart WD more
30531 frequently.
30532
30533 This patch splits the busy-wait udelay() into smaller, predefined,
30534 intervals, so that the watchdog timer may be resetted with the
30535 configurable (CONFIG_WD_PERIOD) interval.
30536
30537 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
30538
30539commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
30540Author: Anatolij Gustschin <agust@denx.de>
30541Date: Thu Feb 21 12:52:29 2008 +0100
30542
30543 ppc4xx: Support for ATI Radeon 9200 card on sequoia
30544
30545 Adds configuration option for ATI Radeon 9200 card
30546 support to sequoia config file. If CONFIG_VIDEO
30547 is enabled, TEXT_BASE should be changed to 0xFFF80000.
30548
30549 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30550
30551commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
30552Author: Kumar Gala <galak@kernel.crashing.org>
30553Date: Mon Feb 18 08:18:07 2008 -0600
30554
30555 Remove duplicate defines for ARRAY_SIZE
30556
30557 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
30558 the define in common.h.
30559
30560 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30561
30562commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
30563Author: Kumar Gala <galak@kernel.crashing.org>
30564Date: Mon Feb 18 08:09:37 2008 -0600
30565
30566 ppc: Allow boards to specify effective amount of memory
30567
30568 For historical reasons we limited the stack to 256M because some boards
30569 could only map that much via BATS. However newer boards are capable of
30570 mapping more memory (for example 85xx is capable of doing up to 2G).
30571
30572 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
30573
30574commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
30575Author: Mike Frysinger <vapier@gentoo.org>
30576Date: Mon Feb 18 05:24:13 2008 -0500
30577
30578 include autoconf.mk before any other .mk files
30579
30580 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
30581 those .mk files can have make if statements based on the current config.
30582
30583 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30584
30585commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
30586Author: Mike Frysinger <vapier@gentoo.org>
30587Date: Mon Feb 18 05:10:07 2008 -0500
30588
30589 error check autoconf.mk generation
30590
30591 If any of the steps for generating autoconf.mk fail currently, they go
30592 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
30593 This is simpler and more robust than placing '|| exit $$?' after every line.
30594
30595 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30596
30597commit 019895a8dee71a9f00da05c03e379f45d581b0fe
30598Author: Stefano Babic <sbabic@denx.de>
30599Date: Mon Feb 18 08:03:51 2008 +0100
30600
30601 Fix bug in dependency checking
30602
30603 By adding VERSION_FILE to the PHONY targets the script
30604 /tools/setlocalversion is always called and version_autogenerated.h
30605 is replaced only if the script find a modified source file.
30606
30607 Signed-off-by: Stefano Babic <sbabic@denx.de>
30608
30609commit 98ba144ccc912eee90dd42699f023c497ce774c6
30610Author: Kyungmin Park <kmpark@infradead.org>
30611Date: Mon Feb 18 14:35:43 2008 +0900
30612
30613 Fix GPMC CS2 memory setup at apollon
30614
30615 It disables the current map first
30616
30617 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
30618
30619commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
30620Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30621Date: Sun Feb 17 23:52:46 2008 +0100
30622
30623 uli526x: Fix multiple differ in signedness and parentheses around comparison
30624
30625 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30626
30627commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
30628Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30629Date: Sun Feb 17 16:58:04 2008 +0100
30630
30631 MIPS: Fix CFG_NO_FLASH support
30632
30633 - Fix flash_init call when CFG_NO_FLASH is used
30634 - Remove no more needed flash.c for qemu-mips
30635
30636 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30637
30638commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
30639Author: Mike Frysinger <vapier@gentoo.org>
30640Date: Sat Feb 16 02:40:18 2008 -0500
30641
30642 easylogo: clean up some more and add -r (rgb) support
30643
30644 Michael Hennerich added support for outputting an image in RGB format rather
30645 than forcing YUYV all the time. This makes obvious sense if the display you
30646 have takes RGB input rather than YUYV.
30647
30648 Rather than hack in support for options, I've converted it to use getopt and
30649 cleaned up the argument parsing in the process.
30650
30651 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
30652 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30653
30654commit f65c98129ccada3f7caf97d80395a95b84e911de
30655Author: Mike Frysinger <vapier@gentoo.org>
30656Date: Sat Feb 16 02:12:37 2008 -0500
30657
30658 Makefile: add target for $(LDSCRIPT)
30659
30660 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
30661 then change into the board directory and try and create it. This allows you
30662 to generate the linker script on the fly based upon board defines (like the
30663 Blackfin boards do).
30664
30665 There should be no regressions due to this change as the normal case is to
30666 already have a u-boot.lds file. If that's the case, then there's nothing to
30667 generate, and so make will always exit. The fix here is that if the linker
30668 script does not exist, the implicit rules take over and attempt to guess how
30669 to generate the file.
30670
30671 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30672
438a4c11
WD
30673commit 5583cbf736474ef754e128a54fb78632f57b48fd
30674Author: Marian Balakowicz <m8@semihalf.com>
30675Date: Thu Feb 21 17:27:49 2008 +0100
30676
30677 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
30678
30679 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30680
30681commit 2242f5369822bc7780db95c47985bb408ea9157b
30682Author: Marian Balakowicz <m8@semihalf.com>
30683Date: Thu Feb 21 17:27:41 2008 +0100
30684
30685 [new uImage] Rename and move print_image_hdr() routine
30686
30687 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30688
30689commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
30690Author: Marian Balakowicz <m8@semihalf.com>
30691Date: Thu Feb 21 17:20:20 2008 +0100
30692
30693 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
30694
30695 Introducing routines for parsing new uImage format bootm arguments:
30696 [<addr>]#<conf> - configuration specification
30697 [<addr>]:<subimg> - subimage specification
30698
30699 New format images can contain multiple subimages of the same type. For example
30700 a single new format image file can contain three kernels, two ramdisks and a
30701 couple of FDT blobs. Subimage and configuration specifications are extensions
30702 to bootm (and other image-related commands) arguments' syntax that allow to
30703 specify which particular subimage should be operated on.
30704
30705 Subimage specification is used to denote a particular subimage. Configurations
30706 are a bit more complex -- they are used to define a particualr booting setup,
30707 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
30708 etc.
30709
30710 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30711
30712commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
30713Author: Marian Balakowicz <m8@semihalf.com>
30714Date: Thu Feb 21 17:20:19 2008 +0100
30715
30716 [new uImage] Add gen_get_image() routine
30717
30718 This routine assures that image (whether legacy or FIT) is not
30719 in a special dataflash storage.
30720
30721 If image address is a dataflash address image is moved to system RAM.
30722
30723 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30724
30725commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
30726Author: Marian Balakowicz <m8@semihalf.com>
30727Date: Thu Feb 21 17:20:18 2008 +0100
30728
30729 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
30730
30731 New uImage format (Flattened Image Tree) requires libfdt
30732 functionality, print out error message if CONFIG_OF_LIBFDT
30733 is not defined.
30734
30735 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
30736 This commit turns it on by default.
30737
30738 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30739
b29661fc
WD
30740commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
30741Author: Michael Schwingen <michael@schwingen.org>
30742Date: Mon Feb 18 23:16:35 2008 +0100
30743
30744 CFI: Do not use uninitialized cmd_reset
30745
30746 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
30747 commands instead
30748
30749 From a short test, it looks like AMD-style flash roms treat *any* unknown
30750 command write as a reset, at least when in CFI Query mode, so issuing the
30751 Intel reset command to AMD-style flashs seems safe (from the small sample I
30752 have), plus the 3-cycle magic sequence should kick the state machine into
30753 the right state even without a reset command. Since the AMD-style flashs
30754 require the unlock sequence for real operation, I chose to try the AMD reset
30755 command first, so that Intel flashs do no see an invalid command prior to
30756 the CFI query.
30757
30758 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
30759 plus Intel StrataFlash.
30760
30761 Signed-off-by: Michael Schwingen <michael@schwingen.org>
30762 Signed-off-by: Stefan Roese <sr@denx.de>
30763
30764commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
30765Author: Rafal Jaworowski <raj@semihalf.com>
30766Date: Thu Feb 21 11:56:44 2008 +0100
30767
30768 API: Add (c) and licensing notice to the public API header.
30769
30770 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
30771
30772commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
30773Author: Yuri Tikhonov <yur@emcraft.com>
30774Date: Thu Feb 21 11:06:07 2008 +0100
30775
30776 Fix CPU POST test failure
30777
30778 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
30779 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
30780 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
30781 This patch just saves the CR value before running the test code, so allowing
30782 it to do anything it wants with CR.
30783
30784 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
30785 Acked-by: Yuri Tikhonov <yur@emcraft.com>
30786 --
30787
30788commit d5908b093955415f3d340706378b991f911af671
30789Author: Jon Loeliger <jdl@freescale.com>
30790Date: Wed Feb 20 15:26:51 2008 -0600
30791
30792 8610HPCD: Document the flashbank selection switches.
30793
30794 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30795
30796commit a551cee99ad1d1da20fd23ad265de47448852f56
30797Author: Jon Loeliger <jdl@freescale.com>
30798Date: Wed Feb 20 14:22:26 2008 -0600
30799
30800 86xx: Fix GUR PCI config registers properly.
30801
30802 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
30803 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
30804 botched it due to not realizing that 8610 and 8641 had different
30805 Global Utility Register defintions, one of which was like 85xx,
30806 and the other wasn't. Correct this problem by introducing two
30807 symbols, one for each 86xx SoC, but neither of which is named
30808 anything like 85xx.
30809
30810 My bad. Lovely Wednesday with git bisect. You know.
30811
30812 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30813
30814commit cb06eb961bdffc8728b38c242473d802e83ab2b4
30815Author: Jon Loeliger <jdl@freescale.com>
30816Date: Wed Feb 20 12:24:11 2008 -0600
30817
30818 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
30819
30820 Without an actual supported video card hooked up, enabling
30821 the CONFIG_VIDEO by default just makes it look broken by
30822 routing all console output to the video card. Don't.
30823
30824 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30825
30826commit 4d264eff4312f230776b913edade7ceb75f1b1e0
30827Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
30828Date: Wed Jan 30 15:08:15 2008 -0600
30829
30830 ColdFire: Fix missing code flash size for M5485EVB
30831
30832 Signed-off-by: James Mahan <kmahan@freescale.com>
30833 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30834
30835commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
30836Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
30837Date: Wed Jan 30 15:04:42 2008 -0600
30838
30839 ColdFire: Fix 5282 and 5271 interrupt mask bit
30840
30841 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
30842
30843commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
30844Author: Jon Loeliger <jdl@freescale.com>
30845Date: Tue Feb 19 12:31:08 2008 -0600
30846
30847 8610HPCD: Fix typos in two PCI setup registers.
30848
30849 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
30850 were erroneously present as 85xx names and values, leftover from
30851 the clone wars. Fix this by removing the 85xx cruft from the
30852 86xx codebase.
30853
30854 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30855
30856commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
30857Author: Jon Loeliger <jdl@freescale.com>
30858Date: Mon Feb 18 14:01:56 2008 -0600
30859
30860 86xx: Convert sbc8641d to use libfdt.
30861
30862 This is the proper fix for a missing closing brace in the function
01db232d 30863 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
b29661fc
WD
30864 The ft_cpu_setup() function in mpc8641hpcn.c should have been
30865 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
30866 but was missed. Only, the sbc8641d was nominally still using it.
30867 It all got ripped out, and the funcality that was in ft_board_setup()
30868 was refactored to remove the CPU portions into the new file
30869 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
30870
30871 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
30872
30873 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30874
30875commit 04efddc87c50c84f85dad5c331c634a6ce830a83
30876Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30877Date: Sun Feb 17 23:35:31 2008 +0100
30878
30879 mpc86xx: Fix unused variable 'config' and 'immap'
30880
30881 and remove useless CONFIG_DDR_INTERLEAVE
30882
30883 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30884
30885commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
30886Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30887Date: Sun Feb 17 23:03:36 2008 +0100
30888
30889 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
30890
30891 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30892
30893commit b6f29c84c208a091f95a10cbc9852d729659ba20
30894Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30895Date: Sun Feb 17 14:15:31 2008 +0100
30896
30897 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
30898
30899 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30900
30901commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
30902Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30903Date: Sun Feb 17 14:15:32 2008 +0100
30904
30905 pxa: fix assignment from incompatible pointer type
30906
30907 fix mmc_bread function prototype
30908
30909 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30910
30911commit 64d792063fff90b8118179b092feee09fe5cae13
30912Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30913Date: Sun Feb 17 14:15:30 2008 +0100
30914
30915 at91cap9adk: fix implicit declaration of function 'eth_init'
30916
30917 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
30918
30919commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
30920Author: Wolfgang Denk <wd@denx.de>
30921Date: Sun Feb 17 15:43:44 2008 +0100
30922
30923 Remove files added by mistake, update CHANGELOG.
30924
30925 Signed-off-by: Wolfgang Denk <wd@denx.de>
30926
375c4353
WD
30927commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
30928Author: Mike Nuss <mike@terascala.com>
30929Date: Wed Feb 6 11:10:11 2008 -0500
30930
30931 PPC440EPx: Optionally enable second I2C bus
30932
30933 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
30934 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
30935 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
30936
30937 Signed-off-by: Mike Nuss <mike@terascala.com>
30938 Cc: Stefan Roese <sr@denx.de>
30939
30940commit ef5b4f221c22d05770878513951745f236b5b43f
30941Author: Niklaus Giger <niklaus.giger@netstal.com>
30942Date: Tue Feb 5 10:26:44 2008 +0100
30943
30944 ppc4xx: HCU4/5. Cleanup configs
30945
30946 - hcu4.h: Removed define of CONFIG_PPC405GPr
30947 - Corrected phy addresses
30948 - Fix boot variables
30949 - Respect line length of 80 chars
30950
30951 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30952
30953commit 74973126d1be63ac75bdc192f46234dca3a7c421
30954Author: Niklaus Giger <niklaus.giger@netstal.com>
30955Date: Tue Feb 5 11:31:28 2008 +0100
30956
30957 ppc4xx: HCU4/5. Cleanups
30958
30959 - Fix some coding style violations.
30960 - Use in/out_u16/32 where appropriate.
30961 - Use register names from ppc405.h.
30962 - Fix trace useage for Lauterbach.
30963 - Remove obsolete generation HCU2.
30964 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
30965
30966 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30967
30968commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
30969Author: Niklaus Giger <niklaus.giger@netstal.com>
30970Date: Tue Feb 5 10:26:41 2008 +0100
30971
30972 ppc4xx: PPC405GPr fix missing register definitions
30973
30974 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
30975
30976commit 214398d9cb22268d9d4f7563359edca0f78297a2
30977Author: Larry Johnson <lrj@acm.org>
30978Date: Fri Jan 18 21:49:05 2008 -0500
30979
30980 ppc4xx: Beautify configuration files for Sequoia and Korat boards
30981
30982 Signed-off-by: Larry Johnson <lrj@acm.org>
30983
30984commit 30c6a241e88499f536e86d325759e29ba00ff67f
30985Author: Anatolij Gustschin <agust@denx.de>
30986Date: Fri Feb 15 20:09:01 2008 +0100
30987
30988 Wipe out assembler warnings while compiling x86 biosemu
30989
30990 This patch tries to get rid of some assembler warnings about
30991 changed .got2 section type while compiling x86 bios emulator
30992 code.
30993
30994 Signed-off-by: Anatolij Gustschin <agust@denx.de>
30995
30996commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
30997Author: Wolfgang Denk <wd@denx.de>
30998Date: Fri Feb 15 00:57:09 2008 +0100
30999
31000 Prepare v1.3.2-rc1 release candidate
31001
67a4389e
WD
31002commit f33e9653c9c09868995d788511d573771c209fe5
31003Author: Anatolij Gustschin <agust@denx.de>
31004Date: Fri Feb 15 00:13:20 2008 +0100
31005
31006 Fix compile warning on lib_ppc/board.c
31007
31008 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31009
31010commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
31011Author: Anatolij Gustschin <agust@denx.de>
31012Date: Thu Feb 14 18:22:04 2008 +0100
31013
31014 Add Radeon Mobility 9200 pci device id to the radeon driver
31015
31016 This patch extends PCI device id table of the
31017 radeon driver so that the driver will also support
31018 Radeon Mobility 9200 (M9+) based boards.
31019
31020 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31021
31022commit 1b8607e1f7143548c6062c28371449ec69588c00
31023Author: Anatolij Gustschin <agust@denx.de>
31024Date: Thu Feb 14 18:19:50 2008 +0100
31025
31026 Extend ATI Radeon driver to support more video modes
31027
31028 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
31029 800x600, 640x480 at 24, 16 and 8 bpp.
31030
31031 Signed-off-by: Anatolij Gustschin <agust@denx.de>
31032
31033commit 4124382de029d361162a4b8cecc773eb8f26e2a8
31034Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31035Date: Sun Feb 10 17:05:20 2008 +0100
31036
31037 xsengine: fix typo and few coding style
31038
31039 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31040
31041commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
31042Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31043Date: Fri Feb 8 21:25:58 2008 +0100
31044
31045 Fix wrong memory limit calculation in memory-test
31046
31047 If the length of the memory address range passed to the "mtest" command is
31048 not of the form 2^x - 1, not all address lines are tested. This bug is
31049 inherited from the original software at
31050 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
31051 this.
31052
31053 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31054
31055commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
31056Author: Wolfgang Denk <wd@denx.de>
31057Date: Fri Feb 15 00:11:39 2008 +0100
31058
31059 Coding STyle cleanup.
31060
31061 Signed-off-by: Wolfgang Denk <wd@denx.de>
31062
31063commit f6921e3dc331293c873ec4d109fd5517a42a90b3
31064Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31065Date: Tue Feb 5 13:30:43 2008 +0900
31066
31067 sh: Fix register address of SH7722
31068
31069 The address of SH7722 is wrong by old document.
31070 This patch fixes this problem.
31071
31072 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
31073
31074commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
31075Author: Mike Frysinger <vapier@gentoo.org>
31076Date: Mon Feb 4 17:44:23 2008 -0500
31077
31078 only update version header as needed
31079
31080 Constantly rebuilding the version header will force useless relinking, so we
31081 simply need to compare the new header with the existing one before updating
31082 it.
31083
31084 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31085
31086commit 208447f8e953f347425eb92c8e28d59e6d911363
31087Author: Mike Frysinger <vapier@gentoo.org>
31088Date: Mon Jan 28 05:56:19 2008 -0500
31089
31090 Do not specify a CROSS_COMPILE default when executing size
31091
31092 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31093
31094commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
31095Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31096Date: Wed Feb 13 11:19:19 2008 +0100
31097
31098 Fix return value of mtest when CFG_ALT_MEMTEST set
31099
31100 Fix a missing return statement from a non-void function.
31101
31102 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
31103
31104commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
31105Author: Timur Tabi <timur@freescale.com>
31106Date: Wed Jan 9 14:35:26 2008 -0600
31107
31108 85xx, 86xx: Determine I2C clock frequencies and store in global_data
31109
31110 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
31111
31112 Update the get_clocks() function in 85xx and 86xx to determine the I2C
31113 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
31114
31115 Signed-off-by: Timur Tabi <timur@freescale.com>
31116
31117commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
31118Author: Wolfgang Denk <wd@denx.de>
31119Date: Thu Feb 14 23:18:01 2008 +0100
31120
31121 TQM834x: clean up configuration
31122
31123 Get board name consistent with Linux and elsewhere;
31124 get rid of local network definitions etc.
31125
31126 Signed-off-by: Wolfgang Denk <wd@denx.de>
31127
31128commit 38cc09c55b1d7f233789052c6fc462e5377669a9
31129Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31130Date: Thu Feb 14 08:02:12 2008 +0100
31131
31132 TFTP: fix search of ':' in BootFile
31133
31134 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
31135
31136commit 0bc9efada170096c6b273f19165e32936d330d80
31137Author: Wolfgang Denk <wd@denx.de>
31138Date: Thu Feb 14 22:46:55 2008 +0100
31139
31140 Coding style cleanup; update CHANGELOG.
31141
31142 Signed-off-by: Wolfgang Denk <wd@denx.de>
31143
0bc9efad
WD
31144commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
31145Author: Wolfgang Denk <wd@denx.de>
31146Date: Thu Feb 14 22:43:22 2008 +0100
31147
31148 PPC: Use r2 instead of r29 as global data pointer
31149
31150 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
31151 will refuse to use load/store multiple insns; instead, it issues a
31152 list of simple load/store instructions upon function entry and exit,
31153 resulting in bigger code size, which in turn makes the build for a
31154 few boards fail.
31155
31156 Use r2 instead.
31157
31158 Signed-off-by: Wolfgang Denk <wd@denx.de>
31159
31160commit 3c234efa693bc59906c2be55c7918ecbb55392ea
31161Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
31162Date: Wed Jan 30 09:08:49 2008 +0100
31163
31164 ARM: make the machid configurable via the environment
31165
31166 If the variable "machid" exists, let do_bootm_linux use that instead
31167 of bd->bi_arch_number.
31168
31169