blob: 7ff1a8af9363d29447cd97a050325a3689c0bfd0 [file] [log] [blame]
Wolfgang Denk4b50cd12008-07-31 17:54:03 +02001commit a48311557db6e7e9473a6163b44bb1e6c6ed64c4
2Author: Mark Jackson <mpfj@mimc.co.uk>
3Date: Thu Jul 31 16:09:00 2008 +0100
4
5 Add gzipped logo support
6
7 The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:
8
9 If this option is set, additionally to standard BMP
10 images, gzipped BMP images can be displayed via the
11 splashscreen support or the bmp command.
12
13 However, the splashscreen function *only* supports standard BMP images.
14
15 This patch adds the documented gzip support.
16
17 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
18
19commit a5bcb01fbde6b1f1c9863cd86e5c4c369f0121ac
20Author: Mark Jackson <mpfj@mimc.co.uk>
21Date: Thu Jul 31 15:56:48 2008 +0100
22
23 Fix Atmel LCD controller endianess for AVR32 processors
24
25 The Atmel lcd controller is used on Atmel's AT91 (little endian) and
26 AVR32 (big endian) platforms.
27
28 As such, the controller can handle both big and little endian memory.
29
30 This patch fixes the driver for the AVR32 platform.
31
32 Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>
33
34commit cdb8bd2fd3bcbe65d8e4334a55f5a667845426a1
35Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
36Date: Thu Jul 31 15:56:01 2008 +0200
37
38 apollon: fix build out of tree
39
40 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
41
42commit 2e752be39d3e398d4ab89ffa6634c397df298297
43Author: Guennadi Liakhovetski <lg@denx.de>
44Date: Thu Jul 31 12:35:04 2008 +0200
45
46 Uncompressed images loaded to their start address shall set load_end too
47
48 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
49 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
50
51commit c37207d7f51e19c17f859966f314e27cc1231801
52Author: Wolfgang Denk <wd@denx.de>
53Date: Wed Jul 16 16:38:59 2008 +0200
54
55 Fix printf() format problems with configurable prompts
56
57 U-Boot allows for configurable prompt strings using the
58 CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
59 the assumption was that any such user defined problts would contain
60 exactly one "%d" format specifier. But some boards did not.
61
62 To allow for flexible boot prompts without adding too complex code we
63 now allow to specify the whole list of printf() arguments in the user
64 definition. This is powerful, but requires a responsible user who
65 really understands what he is doing, as he needs to know for exanple
66 which variables are available in the respective context.
67
68 Signed-off-by: Wolfgang Denk <wd@denx.de>
69
70commit 54754120637b6a7f4ff774fb199fc550bcfea1da
71Author: Wolfgang Denk <wd@denx.de>
72Date: Thu Jul 31 17:02:14 2008 +0200
73
74 TQM85xx: fix typo introduce by commit ffbb5cb9
75
76 Signed-off-by: Wolfgang Denk <wd@denx.de>
77
78commit 0b4951d4cddca9cc800745891c95b291e47cbbd7
79Author: Wolfgang Denk <wd@denx.de>
80Date: Thu Jul 31 15:27:01 2008 +0200
81
82 mvbc_p board: fix most build warnings.
83
84 Signed-off-by: Wolfgang Denk <wd@denx.de>
85
86commit c4ec6db074051d2f6fc76a66411c60621b22bc02
87Author: Wolfgang Denk <wd@denx.de>
88Date: Thu Jul 31 13:57:20 2008 +0200
89
90 E1000: clean up CONFIG_E1000_FALLBACK_MAC handling
91
92 Avoid "integer constant is too large for 'long' type" warnings.
93 And simplify the code.
94
95 Signed-off-by: Wolfgang Denk <wd@denx.de>
96
97commit 9196b44334c330cc13de2464c59181e4db71f549
98Author: Matvejchikov Ilya <matvejchikov@gmail.com>
99Date: Wed Jul 30 23:21:19 2008 +0400
100
101 8260: Making the use of gd->pci_clk dependant on the CONFIG_PCI
102
103 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
104
105commit 6361ad4b596f5a940a01c91ae0297d98f790cbe0
106Author: Matvejchikov Ilya <matvejchikov@gmail.com>
107Date: Wed Jul 30 23:20:32 2008 +0400
108
109 PPC: Add pci_clk in the global_data for CPM2 processors
110
111 This patch adds pci_clk field to the global_data structure for the
112 processors which have CPM2 module in case the CONFIG_PCI is defined.
113
114 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
115
116commit f0ff885ca64655bee6540eb8a25eed90b1152686
117Author: Kumar Gala <galak@kernel.crashing.org>
118Date: Wed Jul 30 14:13:30 2008 -0500
119
120 mpc85xx: Update linker scripts for Freescale boards
121
122 * Move to using absolute addressing always. Makes the scripts a bit more
123 portable and common
124 * Moved .bss after the end of the image. These allows us to have more
125 room in the resulting binary image for code and data.
126 * Removed .text object files that aren't really needed
127 * Make sure _end is 4-byte aligned as the .bss init code expects this.
128 (Its possible that the end of .bss isn't 4-byte aligned)
129
130 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
131
132commit 57c219ad5d34dd9d49991777a62e3899595f2ec7
133Author: Kumar Gala <galak@kernel.crashing.org>
134Date: Wed Jul 30 08:01:15 2008 -0500
135
136 Fix compile warnings in dlmalloc
137
138 The origional code was using on odd reference to get to the first
139 real element in av_[]. The first two elements of the array are
140 not used for actual bins, but for house keeping. If we are more
141 explicit about how use the first few elements we can get rid of the
142 warnings:
143
144 dlmalloc.c: In function 'malloc_extend_top':
145 dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
146 dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
147 dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
148 ...
149
150 The logic of how this code came to be is:
151 bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ
152
153 SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
154 bin_at(0) = &(av_[0])
155
156 Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.
157
158 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
159
160commit 3f9ae1a5d43c49a8ecf497470c3d1d80255e44b9
161Author: Stefan Roese <sr@denx.de>
162Date: Wed Jul 30 10:21:01 2008 +0200
163
164 ppc4xx: Fix W7OLMG compile problems by adding missing LM75 defines
165
166 Signed-off-by: Stefan Roese <sr@denx.de>
167
168commit ebb86c4ecd37a7701358284e497ca4c6483c7cc5
169Author: Stefan Roese <sr@denx.de>
170Date: Wed Jul 30 09:59:51 2008 +0200
171
172 cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'
173
174 A recent patch used '#if (CONFIG_CMD_USB)' instead of
175 '#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
176 common/bootm.c compile again.
177
178 Signed-off-by: Stefan Roese <sr@denx.de>
179 Acked-by: Markus Klotzbuecher <mk@denx.de>
180
181commit 2cb9080427fe641dcb71da46cd0634dd406f37ed
182Author: Kyungmin Park <kmpark@infradead.org>
183Date: Tue Jul 22 08:01:43 2008 +0900
184
185 Remove unused I2C at apollon board
186
187 There are no I2C devices on this board.
188
189 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
190
191commit 3c95960e526b3b026da20201db64526f46faf14b
192Author: Wolfgang Denk <wd@denx.de>
193Date: Thu Jul 31 10:12:09 2008 +0200
194
195 at91rm9200dk, csb637: fix NAND related build problems
196
197 Tried fixing NAND support for the at91rm9200dk board; untested.
198 Disabled NAND support in the csb637 board config file.
199
200 Signed-off-by: Wolfgang Denk <wd@denx.de>
201
202commit 09d318a8bb1444ec92e31cafcdba877eb9409e58
203Author: Kumar Gala <galak@kernel.crashing.org>
204Date: Tue Jul 29 12:23:49 2008 -0500
205
206 fsl_i2c: Use timebase timer functions instead of get_timer()
207
208 The current implementation of get_timer() is only really useful after we
209 have relocated u-boot to memory. The i2c code is used before that as part
210 of the SPD DDR setup.
211
212 We actually have a bug when using the get_timer() code before relocation
213 because the .bss hasn't been setup and thus we could be reading/writing
214 a random location (probably in flash).
215
216 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
217
218commit 4fc72a0d6ca85070a5e90d76cc5a853526ac09c4
219Author: Frank Svendsbøe <frank.svendsboe@gmail.com>
220Date: Tue Jul 29 14:49:31 2008 +0200
221
222 Adder8xx: Fix CFG_MONITOR_LEN
223
224 Due to increased space usage, U-Boot can no longer be stored in three sectors.
225 The current U-Boot use just over three flash sectors (197k), and U-Boot will
226 become corrupt after saving environment variables. This patch adds another 64k
227 to CFG_MONITOR_LEN.
228
229 Signed-off-by: Frank E. Svendsbøe <frank.svendsboe@gmail.com>
230
231commit a4c59ad4a21140550ada6f97690d2527c4146ce5
232Author: Kyungmin Park <kmpark@infradead.org>
233Date: Tue Jul 29 08:47:57 2008 +0900
234
235 Add OneNAND IPL related files to gitignore
236
237 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
238
239commit 8d87589e8e874df7120a3d9667f051bc33bac250
240Author: Rafal Jaworowski <raj@semihalf.com>
241Date: Mon Jul 28 20:38:25 2008 +0200
242
243 API: Teach the storage layer about SATA and MMC options.
244
245 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
246 Acked-by: Rafal Jaworowski <raj@semihalf.com>
247
248commit 6b73b754f782e1ecce5048bf20b22ce56a07a5b8
249Author: Rafal Jaworowski <raj@semihalf.com>
250Date: Mon Jul 28 20:37:48 2008 +0200
251
252 API: Dump contents of sector 0 in the demo application.
253
254 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
255 Acked-by: Rafal Jaworowski <raj@semihalf.com>
256
257commit 13ca6305f2eba49c175f6370c35286141059c789
258Author: Rafal Jaworowski <raj@semihalf.com>
259Date: Mon Jul 28 20:37:10 2008 +0200
260
261 API: Correct storage enumeration routine, other minor fixes in API storage area.
262
263 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
264 Acked-by: Rafal Jaworowski <raj@semihalf.com>
265
266commit 05c7fe0f049b1c9eb9a1992f27e5e350d865f4a8
267Author: Rafal Jaworowski <raj@semihalf.com>
268Date: Mon Jul 28 20:36:19 2008 +0200
269
270 API: Fix compilation warnings in api_examples/demo.c.
271
272 Signed-off-by: Rafal Czubak <rcz@semihalf.com>
273
274commit c14eefcc48212af2f3314809605698dd8393a90a
275Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
276Date: Sun Jul 27 17:09:43 2008 +0200
277
278 Fix more printf() format warnings
279
280 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
281
282commit 936897d4d1365452bbbdf8430db5e7769ef08d38
283Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
284Date: Fri Jul 25 15:18:16 2008 +0200
285
286 Fix remaining CFG_CMD_ define, ifdef and comments
287
288 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
289
290commit 5d1d00fb36005482e1803a00ddc46efa11d719af
291Author: Stefano Babic <sbabic@denx.de>
292Date: Fri Jul 25 08:57:40 2008 +0200
293
294 Add include for config.h in command.h.
295
296 Because the cmd_tbl_s structure depends on the configuration file, it
297 must be assured that config.h is included before the structure is
298 evaluated by the compiler. If this is not certain, it could happen
299 that the compiler generates structures of different size, depending
300 on the fact if the source file includes <config.h> before or after
301 <command.h>.
302
303 The effect is that u-boot crashes when tries to relocate the command
304 table (for ppc) or try to access to the command table for other
305 architectures.
306
307 The problem can happen on board-depending commands. All general
308 commands under /common are unaffected, because they include already
309 config.h before command.h.
310
311 Signed-off-by: Stefano Babic <sbabic@denx.de>
312
313commit 2dacb734bac9dba1db9e704d3e0b200ef521c79a
314Author: Scott Wood <scottwood@freescale.com>
315Date: Wed Jul 23 13:16:06 2008 -0500
316
317 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile.
318
319 This fixes building out-of-tree.
320
321 Signed-off-by: Scott Wood <scottwood@freescale.com>
322
323commit 36d59bd9da9e15d19b867b48449408830f4e2ad5
324Author: Heiko Schocher <hs@denx.de>
325Date: Wed Jul 23 07:30:46 2008 +0200
326
327 Fix warnings if compiling with IDE support.
328
329 cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
330 cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior
331
332 Signed-off-by: Heiko Schocher <hs@denx.de>
333
334commit 7610db17fd4d59c51d825488526d85ede2f06767
335Author: Adrian Filipi <adrian.filipi@eurotech.com>
336Date: Tue Jul 22 14:28:11 2008 -0400
337
338 Removed support for the adsvix board.
339
340 Support for the adsvix was originally provided by Applied Data
341 Systems (ADS), inc., now EuroTech, Inc.
342 The board never shipped aside from some sample boards.
343
344 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
345
346commit f96b44cef897bd372beb86dde1b33637c119d84d
347Author: Remy Bohmer <linux@bohmer.net>
348Date: Tue Jul 22 16:22:11 2008 +0200
349
350 ARM: set GD_FLG_RELOC for boards skipping relocation to RAM
351
352 If CONFIG_SKIP_RELOCATE_UBOOT is set the flag GD_FLG_RELOC is usually
353 never set, because relocation to RAM is actually never done by U-boot
354 itself. However, several pieces of code check if this flag is set at
355 some time.
356
357 So, to make sure this flag is set on boards skipping relocation, this
358 is added to the initialisation of U-boot at a moment where it is safe
359 to do so.
360
361 Signed-off-by: Remy Bohmer <linux@bohmer.net>
362
363commit e4dafff86f289b5677143a3e41da7b45c6d27fc7
364Author: Timur Tabi <timur@freescale.com>
365Date: Mon Jul 21 14:26:23 2008 -0500
366
367 fsl-i2c: fix writes to data segment before relocation
368
369 Prevent i2c_init() in fsl_i2c.c from writing to the data segment before
370 relocation. Commit d8c82db4 added the ability for i2c_init() to program the
371 I2C bus speed and save the value in i2c_bus_speed[], which is a global
372 variable. It is an error to write to the data segment before relocation,
373 which is what i2c_init() does when it stores the bus speed in i2c_bus_speed[].
374
375 Signed-off-by: Timur Tabi <timur@freescale.com>
376
377commit dbd32387920e5ad6f9dd58a7b5012bbabe2a6a21
378Author: Wolfgang Ocker <weo@reccoware.de>
379Date: Mon Jul 28 16:56:51 2008 +0200
380
381 mips: Fix baudrate divisor computation on alchemy cpus
382
383 Use CFG_MIPS_TIMER_FREQ when computing the baudrate divisor
384 on alchemy cpus.
385
386 Signed-off-by: Wolfgang Ocker <weo@reccoware.de>
387 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
388
389commit a229d291f33308ab7761d39f25fa1a53c0fc00a2
390Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
391Date: Wed Jul 23 10:55:46 2008 +0200
392
393 spi flash: Fix printf() format warnings
394
395 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
396
397commit 252a5e0738bcafaf25f7fbb40f19a59abc2cb13e
398Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
399Date: Wed Jul 23 10:55:31 2008 +0200
400
401 atmel_mci: Fix printf() format warnings
402
403 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
404
405commit 7f4b009f4232d57084ce0ec5aeb3b57bccb08e4c
406Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
407Date: Wed Jul 23 10:55:15 2008 +0200
408
409 avr32: Fix printf() format warnings
410
411 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
412
413commit a79c3e8d9c31db25d5ca3ec8e08a97f323410dd4
414Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
415Date: Wed Jul 23 10:52:19 2008 +0200
416
417 avr32: asm/io.h needs asm/types.h
418
419 map_physmem() takes a phys_addr_t as parameter. This type is defined in
420 asm/types.h, so we need to include that file.
421
422 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
423
424commit 1953d128fd07f07d1c3810a28c0863ea64dae1b6
425Author: Michal Simek <monstr@monstr.eu>
426Date: Thu Jul 17 12:25:46 2008 +0200
427
428 microblaze: Fix printf() format issues
429
430 Signed-off-by: Michal Simek <monstr@monstr.eu>
431
432commit de2a07e534f18b1ca5f9869a4ef0604ca829cff0
433Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
434Date: Thu Jul 17 07:27:51 2008 +0530
435
436 Remove unused code from lib_arm/bootm.c
437
438 Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
439
440commit ffbb5cb942e9856fa24e946977e0a60c64df04ab
441Author: Detlev Zundel <dzu@denx.de>
442Date: Wed Jul 16 18:56:45 2008 +0200
443
444 tqm85xx: Demystify 'DK: !!!' comment
445
446 Signed-off-by: Detlev Zundel <dzu@denx.de>
447
448commit b2f44ba570f3a01113bbb745daf46f3858d22f53
449Author: Detlev Zundel <dzu@denx.de>
450Date: Wed Jul 16 18:56:44 2008 +0200
451
452 83xx/85xx/86xx: Add LTEDR local bus definitions
453
454 Signed-off-by: Detlev Zundel <dzu@denx.de>
455
456commit f13f64cf42d5abec3e0f920233f6a7a61e7ae494
457Author: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
458Date: Wed Jul 16 16:22:32 2008 +0200
459
460 serial_xuartlite.c: fix compiler warnings
461
462 Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@uam.es>
463 Acked-by: Grant Likely <grant.likely@secretlab.ca>
464
465commit 86446d3a5d9d3ca81e85d1ccd3accaaae6f8e3c9
466Author: Stefan Roese <sr@denx.de>
467Date: Fri Jul 18 11:03:35 2008 +0200
468
469 POST: Add disable interrupts in some of the missing CPU POST tests
470
471 Some CPU POST tests did not disable the interrupts while running. This
472 seems to be necessary to protect this self modifying code.
473
474 Signed-off-by: Stefan Roese <sr@denx.de>
475
476commit 97a3bf268d096e0e97e54048448c35114edcf557
477Author: Stefan Roese <sr@denx.de>
478Date: Fri Jul 18 10:43:24 2008 +0200
479
480 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL
481
482 This is needed for boards that define CFG_64BIT_STRTOUL but don't define
483 CFG_64BIT_LBA.
484
485 Signed-off-by: Stefan Roese <sr@denx.de>
486
487commit 0043ac55024963295fc79b39af85b6dc3b261e17
488Author: Niklaus Giger <niklaus.giger@netstal.com>
489Date: Fri Jul 18 11:22:23 2008 +0200
490
491 POST PPC4xx/spr IVPR only if PPC440
492
493 The SPR IVPR register is only present (as far as I know) for
494 processors with a PPC440 core.
495
496 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
497 Acked-by: Stefan Roese <sr@denx.de>
498
499commit 1092fbd64748dfa2e979b102611ece9bc5ec1855
500Author: Stefan Roese <sr@denx.de>
501Date: Fri Jul 18 10:42:29 2008 +0200
502
503 ppc4xx: Enable 64bit printf format on 440/460 platforms
504
505 This patch defines CFG_64BIT_VSPRINTF and CFG_64BIT_STRTOUL for all
506 440/460 platforms. This may be needed since those platforms support
507 36bit physical address space.
508
509 Signed-off-by: Stefan Roese <sr@denx.de>
510
511commit 66fe183b1dd9c7534605147a8ecfed1c02345ee5
512Author: Stefan Roese <sr@denx.de>
513Date: Fri Jul 18 15:57:23 2008 +0200
514
515 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations
516
517 This patch fixes a problem with incorrect MODTx (On Die Termination)
518 setup for a configuration with multiple DIMM's and multiple ranks.
519 Without this change Katmai was unable to boot Linux with DDR2 frequency
520 >= 533MHz and mem>=3GB. With this patch Katmai successfully boots Linux
521 with DDR2 frequency = 640MHz and mem=4GB.
522
523 Signed-off-by: Stefan Roese <sr@denx.de>
524
525commit 340ccb260f21516be360745d5c5e3bd0657698df
526Author: Sebastian Siewior <bigeasy@linutronix.de>
527Date: Wed Jul 16 20:04:49 2008 +0200
528
529 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA
530
531 This got broken by commits 93c56f212c
532 [cfi_flash: support of long cmd in U-boot.]
533
534 That command needs to be in little endian format on BE machines
535 with CFG_WRITE_SWAPPED_DATA. Without this patch, the command 0xf0
536 gets saved on stack as 0x00 00 00 f0 and 0x00 gets written into
537 the cmdbuf in case portwidth = chipwidth = 8bit.
538
539 Cc: Alexey Korolev <akorolev@infradead.org>
540 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
541 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
542
543commit 699f05125509249072a0b865c8d35520d97cd501
544Author: Wolfgang Denk <wd@denx.de>
545Date: Tue Jul 15 22:22:44 2008 +0200
546
547 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile
548
549 Signed-off-by: Wolfgang Denk <wd@denx.de>
550
Wolfgang Denk699f0512008-07-15 22:22:44 +0200551commit bcab74baa6b1b1c969038ab6f64a186239180405
552Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
553Date: Tue Jul 15 11:23:02 2008 -0400
554
555 Round the serial port clock divisor value returned by calc_divisor()
556
557 Round the serial port clock divisor value returned by
558 calc_divisor()
559
560 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
561 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
562
563commit 0328ef0edfe950f0b7b8b368dae482531506b74a
564Author: Robin Getz <rgetz@blackfin.uclinux.org>
565Date: Tue Jul 15 21:44:46 2008 +0200
566
567 Fix DHCP protocol so U-Boot does not respond too early
568 on the network with it's offered IP number; it should not reply until
569 after it has received a DHCP ACK message. Also ensures that U-Boot
570 does it's DHCPREQUEST as broadcast (per RFC 2131).
571
572 Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
573 Acked-by: Ben Warren <biggerbadderben@gmail.com>
574 Signed-off-by: Wolfgang Denk <wd@denx.de>
575
576commit 7288f972fcaee14a9741cb08c8688a23874b4a2e
577Author: Sebastian Siewior <bigeasy@linutronix.de>
578Date: Tue Jul 15 13:35:23 2008 +0200
579
580 cfi_flash: make the command u32 only
581
582 This got changed by commit 93c56f212c
583 [cfi_flash: support of long cmd in U-boot.]
584
585 Long is the wrong type because it will behave differently on 64bit
586 machines in a way that is probably not expected. u32 should be
587 enough.
588
589 Cc: Alexey Korolev <akorolev@infradead.org>
590 Cc: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
591 Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de>
592
593commit 31cfe57491b183acae575d486729e158f016c27b
594Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
595Date: Mon Jul 14 23:48:41 2008 +0200
596
597 tools/gitignore: update to all generated files
598
599 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
600
601commit 5e0de0e216b8fb27634afb11c60a2fa24c23349e
602Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
603Date: Wed Jul 9 18:30:44 2008 +0200
604
605 mpc5xxx: Add MVBC_P board support
606
607 The MVBC_P is a MPC5200B based camera system with Intel Gigabit ethernet
608 controller (using e1000) and custom Altera Cyclone-II FPGA on PCI.
609
610 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
611 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
612
613commit e2d31fb3450653115452144363d5bde4e5e3e693
614Author: Timur Tabi <timur@freescale.com>
615Date: Thu Jun 19 17:56:11 2008 -0500
616
617 Update Freescale sys_eeprom.c to handle CCID formats
618
619 Update the sys_eeprom.c file to handle both NXID and CCID EEPROM formats. The
620 NXID format replaces the older CCID format, but it's important to support both
621 since most boards out there still use the CCID format. This change is in
622 preparation for using one file to handle both formats. This will also unify
623 EEPROM support for all Freescale 85xx and 86xx boards.
624
625 Also update the 86xx board header files to use the standard CFG_I2C_EEPROM_ADDR
626 instead of ID_EEPROM_ADDR.
627
628 Signed-off-by: Timur Tabi <timur@freescale.com>
629
630commit d85f46a25ccb33ed9b295de3c2cfe1ce270ece9a
631Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
632Date: Fri Jul 11 17:22:43 2008 +0900
633
634 pci: sh: Add pci_skip_dev and pci_print_dev function
635
636 Add function of new PCI, pci_skip_dev and pci_print_dev.
637
638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
639 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
640
641commit 1107014e835ec9d46c0333f4211d104f77442db0
642Author: Andy Fleming <afleming@freescale.com>
643Date: Mon Jul 14 20:29:07 2008 -0500
644
645 Clean up INIT_RAM options
646
647 The L2_INIT_RAM option was unused, and recent changes to the TLB code
648 meant that the INIT_RAM TLBs weren't being cleared out. In order to reduce
649 the amount of mapped space attached to nothing, we change things so the TLBs
650 get cleared.
651
652 Signed-off-by: Andy Fleming <afleming@freescale.com>
653
654commit 4524561820a9327e89107854b3a7187800ccf719
655Author: Andy Fleming <afleming@freescale.com>
656Date: Mon Jul 14 20:26:57 2008 -0500
657
658 Remove fake flash bank from 8544 DS
659
660 The fake flash bank was generating errors for anyone who didn't have a
661 PromJET hooked up to the board. As that constitutes the vast majority of
662 users, we remove it.
663
664 Signed-off-by: Andy Fleming <afleming@freescale.com>
665
666commit 630d9bfcb5f6d3a43f251901a6b480994dcb6ea3
667Author: Kumar Gala <galak@kernel.crashing.org>
668Date: Mon Jul 14 14:07:03 2008 -0500
669
670 MPC8544DS: Add ATI Video card support
671
672 Add support for using a PCIe ATI Video card on PCIe2.
673
674 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
675
676commit 7f9f4347cf325c63a39fe30910f3fb211ae2cc15
677Author: Kumar Gala <galak@kernel.crashing.org>
678Date: Mon Jul 14 14:07:02 2008 -0500
679
680 85xx: Add some L1/L2 SPR register definitions
681
682 Add new L1/L2 SPRs related to e500mc cache config and control.
683
684 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
685
686commit e5852787f0c3c442a276262f13d91ca450605ac0
687Author: Kumar Gala <galak@kernel.crashing.org>
688Date: Mon Jul 14 14:07:01 2008 -0500
689
690 MPC8544DS: Report board id, board version and fpga version.
691
692 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
693
694commit 73f15a060f67a2462551c334215bd20fac6b81d1
695Author: Kumar Gala <galak@kernel.crashing.org>
696Date: Mon Jul 14 14:07:00 2008 -0500
697
698 85xx: Cleanup L2 cache size detection
699
700 The L2 size detection code was a bit confusing and we kept having to add
701 code to it to handle new processors. Change the sense of detection so we
702 look for the older processors that aren't changing.
703
704 Also added support for 1M cache size on 8572.
705
706 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
707
708commit c3ca7e5e00a24451f20df3bded9a61ba541921df
709Author: Paul Gortmaker <paul.gortmaker@windriver.com>
710Date: Fri Jul 11 15:33:08 2008 -0400
711
712 sbc8560: enable CONFIG_OF_LIBFDT by default
713
714 Make the default build for the sbc8560 board be powerpc
715 capable with libfdt support.
716
717 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
718
719commit 6b44a44ec2aab180d7095c1c92e669cee1d3e3bd
720Author: Andy Fleming <afleming@freescale.com>
721Date: Mon Jul 14 20:04:40 2008 -0500
722
723 Fix indentation for default boot environment variables
724
725 This was proposed by Paul Gortmaker in response to Wolfgang's comments on
726 similar #defines in sbc8560.h.
727
728 Signed-off-by: Andy Fleming <afleming@freescale.com>
729
730commit 37fef499104e28e0a83b02b85ca0d1fbe80d294a
731Author: Paul Gortmaker <paul.gortmaker@windriver.com>
732Date: Fri Jul 11 15:33:07 2008 -0400
733
734 sbc8560: add default fdt values
735
736 Add in the default fdt settings and the typical EXTRA_ENV
737 settings as borrowed from the mpc8560ads. Fix a couple
738 of stale references to the mpc8560ads dating back to the
739 original clone/fork.
740
741 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
742 Signed-off-by: Andy Fleming <afleming@freescale.com>
743
744commit d04e76edf92f7f89696989e8702b97e020455af3
745Author: Paul Gortmaker <paul.gortmaker@windriver.com>
746Date: Fri Jul 11 15:33:06 2008 -0400
747
748 sbc8560: add in ft_board_setup()
749
750 Add in for the sbc8560, the ft_board_setup() routine, based on what is
751 in use for the Freescale MPC8560ADS board.
752
753 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
754
755commit c158bcaca3b31cbe38c4143812e6170e38a57393
756Author: Paul Gortmaker <paul.gortmaker@windriver.com>
757Date: Fri Jul 11 15:33:05 2008 -0400
758
759 sbc8560: define eth0 and eth1 instead of eth1 and eth2
760
761 The existing config doesn't define CONFIG_HAS_ETH0, and so the
762 fdt support doesn't update the zeros in the dtb local-mac with
763 real data from the u-boot env. Since the existing config is
764 tailored to just two interfaces, get rid of the ETH2 definitions
765 at the same time.
766
767 Also don't include any end user specific data into the environment
768 by default -- things like MAC address, network parameters etc. need
769 to come from the end user.
770
771 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
772 Signed-off-by: Andy Fleming <afleming@freescale.com>
773
774commit 0ec436d2f95076d9e46ae594db6e9b1d8732840d
775Author: Paul Gortmaker <paul.gortmaker@windriver.com>
776Date: Fri Jul 11 15:33:04 2008 -0400
777
778 sbc8560: properly set cs0_bnds for 512MB
779
780 The sbc8560 board ships with 512MB of memory installed,
781 but the current cs0_bnds is hard coded for 256MB. Set the
782 value based on CFG_SDRAM_SIZE.
783
784 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
785
786commit 6de5bf24004c8d9c9b070bb8f7418d1c45e5eb27
787Author: Paul Gortmaker <paul.gortmaker@windriver.com>
788Date: Fri Jul 11 15:33:03 2008 -0400
789
790 sbc8560: proper definitions for TSEC.
791
792 The definitions for the TSEC have become out of date. There is no
793 longer any such options like "CONFIG_MPC85xx_TSEC1" or similar.
794 Update to match those of other boards, like the MPC8560ADS.
795
796 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
797 Acked-by: Ben Warren <biggerbadderben@gmail.com>
798
799commit 71074abbe0c76429577aff58aeff0a24ad210b23
800Author: Paul Gortmaker <paul.gortmaker@windriver.com>
801Date: Wed Jul 9 13:23:05 2008 -0400
802
803 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq
804
805 Some boards that have external 16550 UARTs don't have a direct
806 tie between bi_busfreq and the clock used for the UARTs. Boards
807 that do have such a tie should set CFG_NS16550_CLK to be
808 get_bus_freq(0) -- which most of them do already.
809
810 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
811 Acked-by: Kim Phillips <kim.phillips@freescale.com>
812
813commit 24ef76f320fbadf074105229826514db140f939f
814Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
815Date: Wed Jul 2 07:03:53 2008 -0700
816
817 Change the temp map to ROM to align addresses to page size.
818
819 With a page size of BOOKE_PAGESZ_16M, both the real and effective
820 addresses must be multiples of 16MB. The hardware silently truncates
821 them so the code happens to work. This patch clarifies the situation
822 by establishing addresses that the hardware doesn't need to truncate.
823
824 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
825 Signed-off-by: Andy Fleming <afleming@freescale.com>
826
827commit 06b4186c10204b6683edb047ac5f506fb0ce0937
828Author: Kim Phillips <kim.phillips@freescale.com>
829Date: Tue Jun 17 17:45:22 2008 -0500
830
831 mpc85xx: use IS_E_PROCESSOR macro
832
833 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
834
835commit 6b70ffb9d1b2e791161f3cf92937aa45b4a07b78
836Author: Kim Phillips <kim.phillips@freescale.com>
837Date: Mon Jun 16 15:55:53 2008 -0500
838
839 fdt: add crypto node handling for MPC8{3, 5}xxE processors
840
841 Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
842 check rev and up-rev crypto node (to SEC rev. 2.4 property values)
843 if on an 'EA' processor, e.g. MPC8349EA.
844
845 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
846
847commit 85e5808e8ea9f77da5219f23394112f0b424fa5e
848Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
849Date: Fri Jul 11 15:10:11 2008 -0400
850
851 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place
852
853 ARM DaVinci: Remove extern phy_t declaration by moving
854 code to proper place.
855
856 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
857
858commit 3a9e7ba2ac14018c5dd1e78a7dd735571569c971
859Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
860Date: Fri Jul 11 15:10:10 2008 -0400
861
862 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init()
863
864 ARM DaVinci: Remove duplicate definitions of MACH_TYPE
865 and prototype of i2c_init().
866
867 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
868
869commit 348753d416cd2c9e7ec6520a544c8f33cf02a560
870Author: Kumar Gala <galak@kernel.crashing.org>
871Date: Mon Jul 14 14:03:02 2008 -0500
872
873 Fix some more printf() format problems.
874
875 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
876
877commit 45b16d22c64674ccd8c4637456a987463609141c
878Author: Wolfgang Denk <wd@denx.de>
879Date: Mon Jul 14 22:38:42 2008 +0200
880
881 Fix coding style; make code better parsable by external tools
882
883 Signed-off-by: Wolfgang Denk <wd@denx.de>
884
885commit b880cbf207b1c109d3a661417a8feddcbd729a9d
886Author: Wolfgang Denk <wd@denx.de>
887Date: Mon Jul 14 21:19:08 2008 +0200
888
889 cpu/i386/serial.c: Fix syntax errors
890
891 Signed-off-by: Wolfgang Denk <wd@denx.de>
892
893commit e2d45e6f4d9919e1afeac5e09557b2252832fccf
894Author: Wolfgang Denk <wd@denx.de>
895Date: Mon Jul 14 20:41:35 2008 +0200
896
897 elppc board: Coding style cleanup.
898
899 Signed-off-by: Wolfgang Denk <wd@denx.de>
900
901commit 82b24a8a505fc81466484b3c55b574ee0b4205bc
902Author: Wolfgang Denk <wd@denx.de>
903Date: Mon Jul 14 20:40:22 2008 +0200
904
905 elppc board: fix syntax error.
906
907 Signed-off-by: Wolfgang Denk <wd@denx.de>
908
909commit 0fe340585a6a48bd392d315b0dd84d068b1c3790
910Author: Wolfgang Denk <wd@denx.de>
911Date: Mon Jul 14 20:38:26 2008 +0200
912
913 EB+MCF-EV123 board: fix coding style (alingment)
914
915 Signed-off-by: Wolfgang Denk <wd@denx.de>
916
917commit 6841785a0bb0f38175456a923edd634fb7dd6947
918Author: Wolfgang Denk <wd@denx.de>
919Date: Mon Jul 14 20:36:44 2008 +0200
920
921 EB+MCF-EV123 board: fix syntx error
922
923 Signed-off-by: Wolfgang Denk <wd@denx.de>
924
925commit ab5cda9f88c3eaf9cf599adc3a3375906c4ed904
926Author: Andy Fleming <afleming@freescale.com>
927Date: Mon Jul 7 18:02:08 2008 -0500
928
929 Remove LBC_CACHE_BASE from 8544 DS
930
931 The 8544 DS doesn't have any cacheable Local Bus memories set up. By mapping
932 space for some anyway, we were allowing speculative loads into unmapped space,
933 which would cause an exception (annoying, even if ultimately harmless).
934 Removing LBC_CACHE_BASE, and using LBC_NONCACHE_BASE for the LBC LAW solves the
935 problem.
936
937 Signed-off-by: Andy Fleming <afleming@freescale.com>
938
939commit d0ff51ba5d0309dbe9e25ea54f8a0285a6d5db90
940Author: Wolfgang Denk <wd@denx.de>
941Date: Mon Jul 14 15:19:07 2008 +0200
942
943 Code cleanup: fix old style assignment ambiguities like "=-" etc.
944
945 Signed-off-by: Wolfgang Denk <wd@denx.de>
946
947commit d7854223c5c85b5849fbf422cc8ac0efef461c37
948Author: Wolfgang Denk <wd@denx.de>
949Date: Mon Jul 14 15:10:53 2008 +0200
950
951 AmigaOneG3SE: remove dead and incomplete files
952
953 Signed-off-by: Wolfgang Denk <wd@denx.de>
954
955commit b64f190b7a34224df09b559ca111eb1b733f00ad
956Author: Wolfgang Denk <wd@denx.de>
957Date: Mon Jul 14 15:06:35 2008 +0200
958
959 Fix printf() format issues with sizeof_t types by using %zu
960
961 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
962 Signed-off-by: Wolfgang Denk <wd@denx.de>
963
964commit f354b73e16a86f9e9085471a830605f74f84ea5d
965Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
966Date: Mon Jul 14 14:11:45 2008 +0200
967
968 vsprintf: add z and t options
969
970 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
971
972commit 25dbe98abb686d8210e1731fba85ced7d3ce874c
973Author: Wolfgang Denk <wd@denx.de>
974Date: Sun Jul 13 23:07:35 2008 +0200
975
976 Fix some more printf() format issues.
977
978 Signed-off-by: Wolfgang Denk <wd@denx.de>
979
980commit d5996dd555edf52721b7691a4c59de016251ed39
981Author: Wolfgang Denk <wd@denx.de>
982Date: Sun Jul 13 19:51:00 2008 +0200
983
984 Fix some more printf() format problems.
985
986 Signed-off-by: Wolfgang Denk <wd@denx.de>
987
988commit 0f9d5f6d6e814907794995c6a22af752040c35d9
989Author: Wolfgang Denk <wd@denx.de>
990Date: Sun Jul 13 19:48:26 2008 +0200
991
992 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype
993
994 Signed-off-by: Wolfgang Denk <wd@denx.de>
995
996commit 322716a1d1eb33a71067ba0eb1c5346fb2dd6b34
997Author: Anatolij Gustschin <agust@denx.de>
998Date: Sat Jul 12 17:31:36 2008 +0200
999
1000 Fix bug in Lime video driver
1001
1002 We need to wait while drawing engine clears frame
1003 buffer before any further software accesses to frame
1004 buffer will be initiated. Otherwise software drawn
1005 parts could be partially destroyed by the drawing
1006 engine or even GDC chip freeze could occur (as
1007 observed on socrates board).
1008
1009 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1010
1011commit 0a5676befb0c590212a53f7627fa5d0d8a84bf34
1012Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1013Date: Sat Jul 12 14:36:34 2008 +0200
1014
1015 Fix some more printf() format issues.
1016
1017 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1018
1019commit 18c8a28aad49803780bd8d52432ded528e37e701
1020Author: Michal Simek <monstr@monstr.eu>
1021Date: Fri Jul 11 15:11:57 2008 +0200
1022
1023 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722
1024
1025 Signed-off-by: Michal Simek <monstr@monstr.eu>
1026 Acked-by: Stefan Roese <sr@denx.de>
1027
1028commit 6ecbb45bb027e90c19d63b48e7b0c05acc1a87c0
1029Author: Michal Simek <monstr@monstr.eu>
1030Date: Fri Jul 11 11:50:53 2008 +0200
1031
1032 hwmon: Cleaning hwmon devices
1033
1034 Clean Makefile
1035 Move device specific values to driver for better reading
1036
1037 Signed-off-by: Michal Simek <monstr@monstr.eu>
1038 Acked-by: Stefan Roese <sr@denx.de>
1039
1040commit c78fce699c7ff467ecd841da6a79f065180bf578
1041Author: Michal Simek <monstr@monstr.eu>
1042Date: Fri Jul 11 10:43:13 2008 +0200
1043
1044 FIS: repare incorrect return value with ramdisk handling
1045
1046 Microblaze and PowerPC use boot_get_ramdisk for loading
1047 ramdisk to memory with checking return value.
1048 Return 0 means success. Return 1 means failed.
1049 Here is correspond part of code from bootm.c which check
1050 return code.
1051
1052 ret = boot_get_ramdisk (argc, argv, images, IH_ARCH_PPC,
1053 &rd_data_start, &rd_data_end);
1054 if (ret)
1055 goto error;
1056
1057 Signed-off-by: Michal Simek <monstr@monstr.eu>
1058
1059commit 84a2c64a26dc5e275e1cf4e76a6e194a18fb5477
1060Author: Michal Simek <monstr@monstr.eu>
1061Date: Fri Jul 11 10:10:32 2008 +0200
1062
1063 microblaze: Remove useless ancient headers
1064
1065 Signed-off-by: Michal Simek <monstr@monstr.eu>
1066
1067commit 53ea981c3124b13c137c2d10e975b7c6672266e0
1068Author: Michal Simek <monstr@monstr.eu>
1069Date: Fri Jul 11 10:10:31 2008 +0200
1070
1071 microblaze: Clean uartlite driver
1072
1073 Redesign uartlite driver to in_be32 and out_be32 macros
1074 Fix missing header in io.h
1075
1076 Signed-off-by: Michal Simek <monstr@monstr.eu>
1077 Acked-by: Grant Likely <grant.likely@secretlab.ca>
1078
1079commit dbf3dfb386a2d5d2381814e39985ab2e21894550
1080Author: Marcel Ziswiler <marcel@ziswiler.com>
1081Date: Fri Jul 11 02:39:14 2008 +0200
1082
1083 Enable passing of ATAGs required by latest Linux kernel.
1084
1085commit ef130d3093bdf88f01cf3e000fe5df249ebf2b1a
1086Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1087Date: Fri Jul 11 10:24:15 2008 -0400
1088
1089 Fix integer overflow warning in calc_divisor()
1090
1091 which happened when rounding the serial port clock divisor
1092
1093 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1094
1095commit 6b760189d77f001684e3160b355c185ca3804961
1096Author: Marcel Ziswiler <marcel@ziswiler.com>
1097Date: Fri Jul 11 01:09:59 2008 +0200
1098
1099 Fix build time warnings in function mmc_decode_csd()
1100
1101 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1102
1103commit c15947d6ce0d59925c97fdfac692476af6e262d0
1104Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1105Date: Thu Jul 10 10:46:33 2008 -0400
1106
1107 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF
1108
1109 caused by missing dcache status/enable/disable functions.
1110
1111 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1112
1113commit 068c1b77c8f42a1a31084d2f4b1d5cc807c1a9ce
1114Author: Stefan Roese <sr@denx.de>
1115Date: Thu Jul 10 13:53:31 2008 +0200
1116
1117 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards
1118
1119 This patch removes some ft_board_setup() functions from some 4xx boards.
1120 This can be done since we now have a default weak implementation for this
1121 in cpu/ppc4xx/fdt.c. Only board in need for a different/custom
1122 implementation like canyonlands need their own version.
1123
1124 Signed-off-by: Stefan Roese <sr@denx.de>
1125
1126commit d39a089f8bc960ba9ae6a08fda5582b578620cc1
1127Author: Wolfgang Denk <wd@denx.de>
1128Date: Sun Jul 13 14:58:16 2008 +0200
1129
1130 Add last known maintainer for orphaned boards; reformat.
1131
1132 Signed-off-by: Wolfgang Denk <wd@denx.de>
1133
1134commit 5c761d57bb9940e016d561fda8b2ed84c55de5b6
1135Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1136Date: Thu Jul 10 13:16:04 2008 +0200
1137
1138 Remove kharris@nexus-tech.net from MAINTAINERS
1139
1140 Mail to kharris@nexus-tech.net bounces because the user doesn't exist
1141 anymore. You can't be a maintainer without a valid e-mail address, so
1142 move all boards that used to be maintained by Kyle Harris to the
1143 "orphaned" list.
1144
1145 Currently, only PowerPC has a list of orphaned boards, so this patch
1146 creates one for ARM as well.
1147
1148 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1149
1150commit 17bd17071463b0cde391ac4a0863d600474b4ea1
1151Author: Anatolij Gustschin <agust@denx.de>
1152Date: Thu Jul 10 01:15:10 2008 +0200
1153
1154 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260
1155
1156 On the at91sam9260ep development board there is an EEPROM
1157 connected to the TWI interface (PA23, PA24 Peripheral A
1158 multiplexing), so we cannot use these pins as ETX2, ETX3.
1159 This patch configures PA10, PA11 pins for ETX2, ETX3
1160 instead of PA23, PA24 pins.
1161
1162 Signed-off-by: Anatolij Gustschin <agust@denx.de>
1163 Signed-off-by: Manuel Sahm <Manuel.Sahm@feig.de>
1164
1165commit f889265753ddf4465d9d580827bb9289bfac55d6
1166Author: Kenneth Johansson <kenneth@southpole.se>
1167Date: Sat Jul 12 13:18:34 2008 -0600
1168
1169 fix DIU for small screens
1170
1171 The DIU_DIV register is 8 bit not 5 bit. This prevented large DIV values
1172 so it was not possible to set a slow pixel clock and thus prevented
1173 display on small screens.
1174
1175 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
1176 Acked-by: John Rigby <jrigby@freescale.com>
1177
1178commit b60b8573875e650e4c69be667bfc88d3ed474a7c
1179Author: John Rigby <jrigby@freescale.com>
1180Date: Fri Jul 11 14:44:09 2008 -0600
1181
1182 ADS5121 cleanup compile warnings
1183
1184 board/ads5121/iopin.c
1185 Replace bit fields in struct iopin_t with a single
1186 field and intialize it via plain old macros.
1187 This fixes the type pun warnings and makes the code
1188 more readable.
1189
1190 board/ads5121/ads5121.c
1191 Add include iopin.h to ads5121.c for the iopin_initialize
1192 prototype.
1193
1194 Add an extern void ads5121_diu_init(void)
1195
1196 Signed-off-by: John Rigby <jrigby@freescale.com>
1197
1198commit bde63587622c4b830a27d1ddf7265843de9e994f
1199Author: Wolfgang Denk <wd@denx.de>
1200Date: Fri Jul 11 22:56:11 2008 +0200
1201
1202 Fix some more printf() format issues.
1203
1204 Signed-off-by: Wolfgang Denk <wd@denx.de>
1205
1206commit 184f1b404a90eef8b425c0e7b3018d59ef9982c8
1207Author: Wolfgang Denk <wd@denx.de>
1208Date: Fri Jul 11 22:55:31 2008 +0200
1209
1210 Fixed some out-of-tree build issues
1211
1212 Signed-off-by: Wolfgang Denk <wd@denx.de>
1213
1214commit 47bf9c71ae838305a3ea3161af8d14e6f3fc2c82
1215Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1216Date: Wed Jul 9 16:20:23 2008 -0500
1217
1218 ColdFire: Fix FB CS not setup properly for Mcf5282
1219
1220 Remove all CFG_CSn_RO in cpu/mcf52x2/cpu_init.c. If
1221 CFG_CSn_RO is defined as 0, the chipselect will not
1222 be assigned.
1223
1224 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1225
1226commit bc3ccb139f0836f0a834cfd370a120a00ad7e63a
1227Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1228Date: Wed Jul 9 15:47:27 2008 -0500
1229
1230 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC
1231
1232 Rename CONFIG_MCFTMR to CONFIG_MCFRTC to include real time
1233 clock module in cpu/<cf arch>/cpu_init.c
1234
1235 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1236
1237commit f94945b517f10e01927101679c62361e03d4e837
1238Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1239Date: Wed Jul 9 15:25:01 2008 -0500
1240
1241 ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE
1242
1243 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1244
1245commit 0e0c4357d14a3563c6a2a1e6d5ad6a2cc4f35cab
1246Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1247Date: Wed Jul 9 15:21:44 2008 -0500
1248
1249 Fix compile error caused by missing timer function
1250
1251 Add #define CONFIG_MCFTMR in EB+MCF-EV123.h configuration file
1252
1253 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1254
1255commit c37ea031175b807c54e6bad9b270e9bede6c0078
1256Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1257Date: Wed Jul 9 15:14:25 2008 -0500
1258
1259 Fix compile error caused by incorrect function return type
1260
1261 Rename int mii_init(void) to void mii_init(void)
1262
1263 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1264
1265commit ab4860b255239dbaecccdd002c8d11f4ef54dd75
1266Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1267Date: Wed Jun 18 19:27:23 2008 -0500
1268
1269 ColdFire: Fix power up issue for MCF5235
1270
1271 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1272
1273commit dd08e97361fbc9e79fa5ef1a8acf29273b934b11
1274Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1275Date: Wed Jun 18 19:19:07 2008 -0500
1276
1277 ColdFire: Fix compiling error for MCF5275
1278
1279 The compiling error was caused by missing a closed parentheses
1280 in speed.c
1281
1282 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1283
1284commit 94603c2fd4dbe0655878416aa0da9f302d4c30d3
1285Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1286Date: Wed Jun 18 19:14:01 2008 -0500
1287
1288 ColdFire: Fix timer issue for MCF5272
1289
1290 The timer was assigned to wrong timer memory mapped which
1291 caused udelay() and timer() not working properly.
1292
1293 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1294
1295commit 3b1e8ac9b43f89cc9291a6a86e6b33ef55801515
1296Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1297Date: Wed Jun 18 19:12:13 2008 -0500
1298
1299 ColdFire: Change invalid JMP to BRA caught by new v4e toolchain
1300
1301 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1302
1303commit 8371dc2066136be21e10b7b9293e469297d77298
1304Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1305Date: Wed Jun 18 19:05:23 2008 -0500
1306
1307 ColdFire: Add -got=single param for new linux v4e toolchains
1308
1309 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1310
1311commit 56d52615cd47bc522ee13bb7ec7e59d6ce9426c7
1312Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1313Date: Wed Jun 18 13:21:19 2008 -0500
1314
1315 ColdFire: Fix code flash configuration for M547x/M548x boards
1316
1317 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
1318
1319commit 6e37091afc07fdcc15590093fd066b0cb7399f85
1320Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1321Date: Tue Jun 24 12:12:16 2008 -0500
1322
1323 ColdFire: Fix warning messages by passing correct data type in board.c
1324
1325 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1326
1327commit 81cc32322acb1b3225ee45606ced48e2a14824dc
1328Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1329Date: Thu May 29 12:21:54 2008 -0500
1330
1331 ColdFire: Fix UART baudrate formula
1332
1333 The formula "counter = (u32) (gd->bus_clk / gd->baudrate) / 32"
1334 can generate the wrong divisor due to integer division truncation.
1335 Round the calculated divisor value by adding 1/2 the baudrate
1336 before dividing by the baudrate.
1337
1338 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
1339 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
1340
1341commit b578fb471444cbd7db1285701ba51343baaf73fb
1342Author: Stefan Roese <sr@denx.de>
1343Date: Thu Jul 10 11:38:26 2008 +0200
1344
1345 ppc4xx: Fix include sequence in 4xx_pcie.c
1346
1347 This patch now moves common.h to the top of the inlcude list. This
1348 is needed for boards with CONFIG_PHYS_64BIT set (e.g. katmai), so that
1349 the phys_size_t/phys_addr_t are defined to the correct size in this
1350 driver.
1351
1352 Signed-off-by: Stefan Roese <sr@denx.de>
1353
1354commit 9b55a2536919f4de1bb1044e6eb8262c2f53bc96
1355Author: Wolfgang Denk <wd@denx.de>
1356Date: Fri Jul 11 01:16:00 2008 +0200
1357
1358 Fix some more print() format errors.
1359
1360 Signed-off-by: Wolfgang Denk <wd@denx.de>
1361
1362commit fdd70d1921b87287d9a99d1be99bc35226c2b412
1363Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1364Date: Thu Jul 10 20:57:54 2008 +0200
1365
1366 MAKEALL: remove duplicated at91 from ARM9 list and add LIST_at91 to arm
1367
1368 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1369
1370commit c6457e3b8bc79a97381cf7deffa08f7c5a24f86c
1371Author: Sergey Lapin <slapin@ossfans.org>
1372Date: Thu Jun 5 11:06:29 2008 +0400
1373
1374 DataFlash AT45DB021 support
1375
1376 Some boards based on AT91SAM926X-EK use smaller DF chips to keep
1377 bootstrap, u-boot and its environment, using NAND or other external
1378 storage for kernel and rootfs. This patch adds support for
1379 small 1024x263 chip.
1380
1381 Signed-off-by: Sergey Lapin <slapin@ossfans.org>
1382
1383commit 4109df6f75fc00ab7da56d286ba50149a0d16a69
1384Author: Kim Phillips <kim.phillips@freescale.com>
1385Date: Thu Jul 10 14:00:15 2008 -0500
1386
1387 silence misc printf formatting compiler warnings
1388
1389 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
1390
1391commit 3d71c81a9bb03f866a1e98da96363ef3f46c76b3
1392Author: Markus Klotzbücher <mk@denx.de>
1393Date: Thu Jul 10 14:47:09 2008 +0200
1394
1395 USB: shutdown USB before booting
1396
1397 This patch fixes a potentially serious issue related to USB which was
1398 discouvered by Martin Krause <martin.krause@tqs.de> and fixed for
1399 ARM920T. Martin wrote:
1400
1401 Turn off USB to prevent the host controller from writing to the
1402 SDRAM while Linux is booting. This could happen, because the HCCA
1403 (Host Controller Communication Area) lies within the SDRAM and the
1404 host controller writes continously to this area (as busmaster!), for
1405 example to increase the HccaFrameNumber variable, which happens
1406 every 1 ms.
1407
1408 This is a slightly modified version of the patch in order to shutdown
1409 USB when booting on all architectures.
1410
1411 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
1412
1413commit f31c49db2a5e076f415c0785eb37f67f2faa5fc8
1414Author: Martha Marx <mmarx@silicontkx.com>
1415Date: Thu May 29 14:23:25 2008 -0400
1416
1417 Configuration changes for ADS5121 Rev 3
1418
1419 ADS5121 Rev 3 board is now the default config
1420
1421 config targets are now
1422
1423 ads5121_config
1424 Rev 3 board with
1425 PCI
1426 M41T62 on board RTC
1427 512MB DRAM
1428
1429 ads5121_rev2_config
1430 Rev 2 board with
1431 No PCI
1432 256MB DRAM
1433
1434 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1435 Acked-by: Grant Likely <grant.likely@secretlab.ca>
1436 Acked-by: John Rigby <jrigby@freescale.com>
1437
1438commit 16bee7b0dc294ee01ca2434aa1dd3bd717a69615
1439Author: Martha Marx <mmarx@silicontkx.com>
1440Date: Thu May 29 15:37:21 2008 -0400
1441
1442 Consolidate ADS5121 IO Pin configuration
1443
1444 Consolidate ADS5121 IO Pin configuration to one file
1445 board/ads5121/iopin.c.
1446
1447 Remove pin config from cpu/mpc512x/fec.c
1448
1449 Signed-off-by: Martha Marx <mmarx@silicontkx.com>
1450 Acked-by: Grant Likely <grant.likely@secretlab.ca>
1451 Acked-by: John Rigby <jrigby@freescale.com>
1452
1453commit d4692b0ba83b7b454bbd92bad1f4befe6e1657b7
1454Author: Christian Eggers <christian@p2400.wgnetz.xx>
1455Date: Fri Jun 27 19:46:51 2008 +0200
1456
1457 Fix "usb part" command
1458
1459 Only print partition for selected device if user supplied the <dev>
1460 arg with the "usb part [dev]" command.
1461
1462 Signed-off-by: Christian Eggers <ceggers@gmx.de>
1463 Acked-by: Markus Klotzbuecher <mk@denx.de>
1464
1465commit cc83b27217f7380041fea386ddb6d6d9b261617d
1466Author: Harald Welte <laforge@gnumonks.org>
1467Date: Mon Jul 7 00:58:05 2008 +0800
1468
1469 fix USB devices with multiple configurations
1470
1471 This patch fixes bugs in usbdcore*.c related to the use of devices
1472 with multiple configurations.
1473
1474 The original code made mistakes about the meaning of configuration value and
1475 configuration index, and the resulting off-by-one errors resulted in:
1476
1477 * SET_CONFIGURATION always selected the first configuration, no matter what
1478 wValue is being passed.
1479 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
1480 configuration (index 0).
1481
1482 Signed-off-by: Harald Welte <laforge@openmoko.org>
1483 Acked-by: Markus Klotzbuecher <mk@denx.de>
1484
1485commit 06c53beae1a726e707971c555613f09b270a2461
1486Author: Wolfgang Denk <wd@denx.de>
1487Date: Thu Jul 10 13:16:09 2008 +0200
1488
1489 Fix some more print() format errors.
1490
1491 Signed-off-by: Wolfgang Denk <wd@denx.de>
1492
1493commit d4b5f3fa001228d76e2c3380cedadf804b802c2a
1494Author: Christian Eggers <christian@p2400.wgnetz.xx>
1495Date: Fri Jun 27 19:46:51 2008 +0200
1496
1497 Fix "usb part" command
1498
1499 Only print partition for selected device if user supplied the <dev>
1500 arg with the "usb part [dev]" command.
1501
1502 Signed-off-by: Christian Eggers <ceggers@gmx.de>
1503 Acked-by: Markus Klotzbuecher <mk@denx.de>
1504
1505commit e73b5212e0463a3db0af0a5c95c75bfb762ca973
1506Author: Harald Welte <laforge@gnumonks.org>
1507Date: Mon Jul 7 00:58:05 2008 +0800
1508
1509 fix USB devices with multiple configurations
1510
1511 This patch fixes bugs in usbdcore*.c related to the use of devices
1512 with multiple configurations.
1513
1514 The original code made mistakes about the meaning of configuration value and
1515 configuration index, and the resulting off-by-one errors resulted in:
1516
1517 * SET_CONFIGURATION always selected the first configuration, no matter what
1518 wValue is being passed.
1519 * GET_DESCRIPTOR/CONFIGURATION always returned the descriptor for the first
1520 configuration (index 0).
1521
1522 Signed-off-by: Harald Welte <laforge@openmoko.org>
1523 Acked-by: Markus Klotzbuecher <mk@denx.de>
1524
1525commit e870690bdca154943ecadd5212d2d59c1b9d391b
1526Author: Stefan Roese <sr@denx.de>
1527Date: Thu Jul 10 10:10:54 2008 +0200
1528
1529 MTD/NAND: Fix printf format warning in nand code
1530
1531 This patch fixes NAND related printf format warning. Those warnings are
1532 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1533 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
1534 really helpful.
1535
1536 Signed-off-by: Stefan Roese <sr@denx.de>
1537
1538commit 10943c9afa25694bd9999461f4e9e50ce22fff2b
1539Author: Stefan Roese <sr@denx.de>
1540Date: Thu Jul 10 10:00:45 2008 +0200
1541
1542 rtc: Fix printf format warning in m41t60.c
1543
1544 Signed-off-by: Stefan Roese <sr@denx.de>
1545
1546commit dc1da42f814cd71e6756c2cf62af1ada1d0581fb
1547Author: Stefan Roese <sr@denx.de>
1548Date: Tue Jul 8 12:01:47 2008 +0200
1549
1550 pci: Move PCI device configuration check into a separate weak function
1551
1552 This patch moves the check, if a device should be skipped in PCI PNP
1553 configuration into the function pci_skip_dev(). This function is defined
1554 as weak so that it can be overwritten by a platform specific one if
1555 needed. The check if the device should get printed in the PCI summary upon
1556 bootup (when CONFIG_PCI_SCAN_SHOW is defined) is moved to the function
1557 pci_print_dev() which is also defined as weak too.
1558
1559 Signed-off-by: Stefan Roese <sr@denx.de>
1560
1561commit b002144e1dc21374b1ef5281fe6b5d014af96650
1562Author: Stefan Roese <sr@denx.de>
1563Date: Thu Jul 10 09:58:06 2008 +0200
1564
1565 ppc4xx: Fix printf format warnings now visible with the updated format check
1566
1567 This patch fixes ppc4xx related printf format warning. Those warnings are
1568 now visible since patch dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1569 [Fix printf errors.] by Andrew Klossner has been applied. Thanks, this is
1570 really helpful.
1571
1572 Signed-off-by: Stefan Roese <sr@denx.de>
1573
1574commit 5d812b8b4ad9667c77a5bf92b4ba81699abc9fc3
1575Author: Stefan Roese <sr@denx.de>
1576Date: Wed Jul 9 17:33:57 2008 +0200
1577
1578 ppc4xx: Enable support for > 2GB SDRAM on AMCC Katmai
1579
1580 Newer PPC's like 440SPe, 460EX/GT can be equipped with more than 2GB of SDRAM.
1581 To support such configurations, we "only" map the first 2GB via the TLB's. We
1582 need some free virtual address space for the remaining peripherals like, SoC
1583 devices, FLASH etc.
1584
1585 Note that ECC is currently not supported on configurations with more than 2GB
1586 SDRAM. This is because we only map the first 2GB on such systems, and therefore
1587 the ECC parity byte of the remaining area can't be written.
1588
1589 Signed-off-by: Stefan Roese <sr@denx.de>
1590
1591commit cf1c2ed91df26903b956948f37f82de9e1158a89
1592Author: Larry Johnson <lrj@acm.org>
1593Date: Sat Jun 14 17:02:49 2008 -0400
1594
1595 ppc4xx: Remove implementation of testdram() from Korat board support
1596
1597 Signed-off-by: Larry Johnson <lrj@acm.org>
1598 Signed-off-by: Stefan Roese <sr@denx.de>
1599
1600commit 47ce4a28ccfcfb803aa68d3d4505a8de056a8a5e
1601Author: Larry Johnson <lrj@acm.org>
1602Date: Sat Jun 14 16:53:02 2008 -0400
1603
1604 ppc4xx: Update and add FDT to Korat board support
1605
1606 Signed-off-by: Larry Johnson <lrj@acm.org>
1607 Signed-off-by: Stefan Roese <sr@denx.de>
1608
1609commit 4188f0491886b3b486164e819c0a83fdb97efd7d
1610Author: Wolfgang Denk <wd@denx.de>
1611Date: Thu Jul 10 01:13:30 2008 +0200
1612
1613 Minor coding style cleanup; update CHANGELOG
1614
1615 Signed-off-by: Wolfgang Denk <wd@denx.de>
1616
Wolfgang Denk4188f042008-07-10 01:13:30 +02001617commit 8915f1189c1d29d8be7f4de325702d90a8988219
1618Author: Paul Gortmaker <paul.gortmaker@windriver.com>
1619Date: Wed Jul 9 17:50:45 2008 -0400
1620
1621 e1000: add support for 82545GM 64bit PCI-X copper variant
1622
1623 This PCI-X e1000 variant works by just adding in the correct
1624 PCI IDs in the appropriate places.
1625
1626 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
1627
1628commit 21ae6ca0315afdbc65dc3e95ffd5763e6773d030
1629Author: Daniel Hellstrom <daniel@gaisler.com>
1630Date: Wed Jul 9 12:34:11 2008 +0000
1631
1632 SPARC: Build error fix
1633
1634 (introduced by commit 391fd93ab23e15ab3dd58a54f5b609024009c378)
1635
1636 This patch makes SPARC targets build again. It is caused by
1637 phys_addr_t and phys_size_t being defined in the wrong header
1638 file. include/lmb.h need those typedefs to build.
1639
1640 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
1641
1642commit 11ccc33fa21acce108f6b4a6936e3271af904c64
1643Author: Marcel Ziswiler <marcel@ziswiler.com>
1644Date: Wed Jul 9 08:17:15 2008 +0200
1645
1646 Many spelling fixes in README.
1647
1648 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1649
1650commit dbab0691d2533560f7e91b92ae844046a9ad1df3
1651Author: Marcel Ziswiler <marcel@ziswiler.com>
1652Date: Wed Jul 9 08:17:06 2008 +0200
1653
1654 Minor spelling fix in comment.
1655
1656 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1657
1658commit 89134ea1f67208fd3160bdbb0b9eaab4eab98484
1659Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1660Date: Tue Jul 8 14:54:58 2008 -0400
1661
1662 Round the serial port clock divisor value returned by calc_divisor()
1663
1664 Round the serial port clock divisor value returned by
1665 calc_divisor().
1666
1667 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1668 Signed-off-by: John Roberts <john.roberts@pwav.com>
1669
1670commit 9d2e3947b2944e5bb85b4335533f8c93c58445fe
1671Author: Scott Wood <scottwood@freescale.com>
1672Date: Wed Jul 9 17:47:52 2008 -0500
1673
1674 NAND: ifdef-protect most of nand.h when using legacy NAND.
1675
1676 Some macros such as NAND_CTL_SETALE conflict between current and legacy
1677 NAND, being defined by the subsystem in the former case and the board
1678 config file in the latter.
1679
1680 Signed-off-by: Scott Wood <scottwood@freescale.com>
1681
1682commit 2b1fa9d383cbbb7d347c1583bd6ca4e181ba8e9e
1683Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1684Date: Tue Jul 8 11:02:05 2008 -0400
1685
1686 ARM: Fix for wrong patch version applied for Lyrtech SFF-SDR board (ARM926EJS)
1687
1688 ARM: Fix for incorrect version of patch applied when
1689 adding support for the Lyrtech SFF-SDR board.
1690
1691 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1692 Signed-off-by: Philip Balister, OpenSDR <philip@opensdr.com>
1693
1694commit 47042b363ee5022b8180c65d3f4558e7972c79cd
1695Author: Kyungmin Park <kmpark@infradead.org>
1696Date: Tue Jul 8 09:08:40 2008 +0900
1697
1698 Remove useless print message at apollon
1699
1700 Remove useless print message at apollon
1701
1702 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
1703
1704commit 98874ff329d4a5b32c467b43f6e966e1aa68479f
1705Author: Andy Fleming <afleming@freescale.com>
1706Date: Mon Jul 7 14:24:39 2008 -0500
1707
1708 Fix LMB type issues
1709
1710 The LMB code now uses phys_addr_t and phys_size_t. Also, there were a couple
1711 of casting problems in the bootm code that called the LMB functions.
1712
1713 Signed-off-by: Andy Fleming <afleming@freescale.com>
1714
1715commit da8693a91b8eef75ade8de50a1b2ce035bc5fb54
1716Author: Kumar Gala <galak@kernel.crashing.org>
1717Date: Mon Jul 7 09:39:06 2008 -0500
1718
1719 Fix compiler warnings
1720
1721 gcc-4.3.x generates the following:
1722
1723 bootm.c: In function 'do_bootm_linux':
1724 bootm.c:208: warning: cast from pointer to integer of different size
1725 bootm.c:215: warning: cast from pointer to integer of different size
1726
1727 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
1728
1729commit 5bb12dbd7ae03189b6c13d8737b5a1b37c3df698
1730Author: Harald Welte <laforge@gnumonks.org>
1731Date: Mon Jul 7 15:40:39 2008 +0800
1732
1733 Remove code duplication for setting the default environment
1734
1735 common/env_common.c (default_env): new function that resets the environment to
1736 the default value
1737 common/env_common.c (env_relocate): use default_env instead of own copy
1738 common/env_nand.c (env_relocate_spec): use default_env instead of own copy
1739 include/environment.h: added default_env prototype
1740
1741 Signed-off-by: Werner Almesberger <werner@openmoko.org>
1742 Signed-off-by: Harald Welte <laforge@openmoko.org>
1743
1744commit 99c2b434d37863df5dda5207a53760c6506fc2be
1745Author: Marcel Ziswiler <marcel@ziswiler.com>
1746Date: Sun Jun 22 16:13:46 2008 +0200
1747
1748 NAND: Fix warning due to missing env_ptr casts to u_char * in env_nand.c.
1749
1750 The writeenv() and readenv() calls introduced by the recently added bad block
1751 management for environment variables were missing casts therefore producing
1752 compile time warnings.
1753 While at it fixing some typo in a comment and indentation.
1754
1755 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
1756 Signed-off-by: Scott Wood <scottwood@freescale.com>
1757
1758commit 3167c5386ea1c98b638be5d8763ef6d5938ef1bd
1759Author: Scott Wood <scottwood@freescale.com>
1760Date: Fri Jun 20 12:38:57 2008 -0500
1761
1762 NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.
1763
1764 This is particularly problematic now that non-NAND-specific code is
1765 including <nand.h>, and thus all debugging code is being compiled
1766 regardless of whether it was requested, as reported by Scott McNutt
1767 <smcnutt@psyent.com>.
1768
1769 Signed-off-by: Scott Wood <scottwood@freescale.com>
1770
1771commit c3bf1ad7baa1b0dd989dedc260b7098b6089ae05
1772Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1773Date: Thu Jun 12 19:27:58 2008 +0200
1774
1775 mmc: Move atmel_mci driver into drivers/mmc
1776
1777 This makes it easier to use the driver on other platforms.
1778
1779 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1780 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1781
1782commit d2d54ea449639f3d1a6007e333ab9fcc609a18f0
1783Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1784Date: Thu Jun 12 19:27:57 2008 +0200
1785
1786 avr32: Use CONFIG_ATMEL_MCI to select the atmel_mci driver
1787
1788 After we move the atmel_mci driver into drivers/mmc, we can't select
1789 it with CONFIG_MMC anymore. Introduce a new symbol specifically for
1790 this driver so that there's no ambiguity.
1791
1792 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1793 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1794
1795commit 5ce13051a48c62bda9723df3b4778c492fb47f36
1796Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1797Date: Thu Jun 12 19:27:56 2008 +0200
1798
1799 Create drivers/mmc subdirectory
1800
1801 In order to consolidate more of the various MMC drivers around the
1802 tree, we must first have a common place to put them.
1803
1804 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
1805 Acked-by: Jean-Chritophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
1806
1807commit b502611b51f02718c2d1117d4981dabceb5af6de
1808Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
1809Date: Sun Jul 6 12:30:09 2008 +0200
1810
1811 Change env_get_char from a global function ptr to a function
1812
1813 This avoids an early global data reference.
1814
1815 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
1816
1817commit 27269417ade432189b234d9fbac98b54e37b978c
1818Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1819Date: Sun Jul 6 13:57:58 2008 +0400
1820
1821 Some copy-n-paste fixes in printf usage
1822
1823 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1824
1825commit 0e6989b9faf1588e8723535539e88a0df3c71356
1826Author: Matvejchikov Ilya <matvejchikov@gmail.com>
1827Date: Sun Jul 6 13:57:00 2008 +0400
1828
1829 FDT memory and pci node fixes for MPC8260ADS
1830
1831 Signed-off-by: Matvejchikov Ilya <matvejchikov@gmail.com>
1832
1833commit dc4b0b38d4aadf08826f6c31270f1eecd27964fd
1834Author: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1835Date: Mon Jul 7 06:41:14 2008 -0700
1836
1837 Fix printf errors.
1838
1839 The compiler will help find mismatches between printf formats and
1840 arguments if you let it. This patch adds the necessary attributes to
1841 declarations in include/common.h, then begins to correct the resulting
1842 compiler warnings. Some of these were bugs, e.g., "$d" instead of
1843 "%d" and incorrect arguments. Others were just annoying, like
1844 int-long mismatches on a system where both are 32 bits. It's worth
1845 fixing the annoying errors to catch the real ones.
1846
1847 Signed-off-by: Andrew Klossner <andrew@cesa.opbu.xerox.com>
1848
1849commit 417faf285b2527acb2de24c5cd3e2621d385408c
1850Author: Becky Bruce <becky.bruce@freescale.com>
1851Date: Wed Jul 9 11:09:41 2008 -0500
1852
1853 Allow print_size to print in GB
1854
1855 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
1856
1857commit e7c374529c87525c9aa463e0557c287887ae4e9e
1858Author: Jason McMullan <mcmullan@netapp.com>
1859Date: Sun Jun 8 23:56:00 2008 -0400
1860
1861 mips: When booting Linux images, add 'ethaddr' and 'eth1addr' to the environment
1862
1863 Add 'ethaddr' and 'eth1addr' to the Linux kernel environment if
1864 they are set in the U-Boot environment.
1865
1866 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
1867 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
1868
1869commit 0192d7d56e9320819dea262f49789ae18fdd2c72
1870Author: Stefan Roese <sr@denx.de>
1871Date: Tue Jul 8 12:57:14 2008 +0200
1872
1873 jedec_flash: Fix AM29DL800BB device ID
1874
1875 As pointed out by Jerry Hicks, this patch corrects the device ID of
1876 the Spansion AM29DL800BB NOR device. Verified against latest Spansion
1877 datasheet (rev C4 from Dezember 2006).
1878
1879 Signed-off-by: Stefan Roese <sr@denx.de>
1880
1881commit 689c1b30caacba3fbca0b1813facb3ab70b6cd63
1882Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1883Date: Mon Jul 7 11:22:37 2008 +0900
1884
1885 sh: Fix compile error sh7763rdp board
1886
1887 Disable SH ether driver.
1888
1889 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1890
1891commit 9e23fe0560b84e324dc5f0ff8813dab2aa34f074
1892Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1893Date: Tue Jul 8 12:03:24 2008 +0900
1894
1895 sh: Fix SH-boards compile error
1896
1897 By Cleanup out-or-tree building for some boards (.depend)
1898 (commit:c8a3b109f07f02342d097b30908965f7261d9f15)
1899 because filse ware changed, some SH-boards have compile error.
1900 I revised this problem.
1901
1902 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1903
Wolfgang Denk699f0512008-07-15 22:22:44 +02001904commit 3473ab737282b08ad61841fcbb14c4d264a93a8e
1905Author: Jason Jin <Jason.jin@freescale.com>
1906Date: Tue May 13 11:50:36 2008 +0800
1907
1908 Feed the watchdog in u-boot for 8610 board.
1909
1910 The watchdog on 8610 board is enabled by setting sw[6]
1911 to on. Once enabled, the watchdog can not be disabled
1912 by software. So feed the dog in u-boot is necessary for
1913 normal operation.
1914
1915 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
1916
Wolfgang Denk4188f042008-07-10 01:13:30 +02001917commit 63676841ca2d603b13765f3f7b72ff1a61c23f90
1918Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1919Date: Wed Jun 18 12:10:33 2008 -0400
1920
1921 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1922
1923 Remove duplicate code in cpu/arm926ejs/davinci/lxt972.c.
1924
1925 Remove duplicate code in a if/else block in
1926 cpu/arm926ejs/davinci/lxt972.c.
1927 Fixed style issues.
1928
1929 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1930 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1931
1932commit fec61431a003f5778bafa2624073a571af8bec9f
1933Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1934Date: Wed Jun 18 12:10:31 2008 -0400
1935
1936 Remove duplicate definitions in include/lxt971a.h.
1937
1938 Remove duplicate definitions in include/lxt971a.h.
1939
1940 Remove duplicate registers and bits definitions in
1941 include/lxt971a.h for standard MII registers, and
1942 use values in include/miiphy.h instead.
1943
1944 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
1945 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1946
1947commit 9751ee0990f467941da0b095a4e995f863672d7a
1948Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1949Date: Wed Jun 11 21:05:00 2008 +0900
1950
1951 net: sh: Renesas SH7763 Ethernet device support
1952
1953 Renesas SH7763 has 2 channel Ethernet device.
1954 This is 10/100/1000 Base support.
1955 But this patch check 10/100 Base only.
1956
1957 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1958 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
1959
1960commit 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9
1961Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1962Date: Tue Jun 17 16:28:05 2008 +0900
1963
1964 sh: Update Renesas R2DPlus board
1965
1966 New NOR Flash board support and remove old type flash board config.
1967 And Remove network setting from config file.
1968
1969 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1970 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1971
1972commit ec39d479d2003f15e86e23ebc4e02a1c9a3a181c
1973Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1974Date: Tue Jun 17 16:28:01 2008 +0900
1975
1976 sh: Update Renesas R7780MP board
1977
1978 New NOR Flash board support and remove network setting from config file.
1979
1980 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1981 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1982
1983commit c001cd604e9f133743effbddb1c215b48e761c5a
1984Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1985Date: Tue Jun 17 16:27:56 2008 +0900
1986
1987 sh: Update Renesas Migo-R board
1988
1989 Remove network setting from config file.
1990
1991 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1992 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1993
1994commit f9599eca7cb5ebe40e5305c8006dced6ecc5cd9e
1995Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
1996Date: Tue Jun 17 16:27:52 2008 +0900
1997
1998 sh: Update Hitachi MS7722SE board
1999
2000 Remove network setting from config file.
2001
2002 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2003 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2004
2005commit 26209e48e8791670c93108029a5c31a30016c6df
2006Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2007Date: Tue Jun 17 16:27:48 2008 +0900
2008
2009 sh: Cleanup source code of SH7763RDP
2010
2011 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2012 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2013
2014commit 5cd5b2c96ef0025762931349d350287aec03ab47
2015Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2016Date: Tue Jun 17 16:27:44 2008 +0900
2017
2018 sh: Cleanup source code of R2DPlus
2019
2020 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2021 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2022
2023commit 4ec7e915cfaa31b392755dd2c8231e64736d2ea8
2024Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2025Date: Tue Jun 17 16:27:41 2008 +0900
2026
2027 sh: Cleanup source code of R7780MP
2028
2029 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2030 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2031
2032commit 0955ef34c0454ae2ee59a78657a0f01fb3ef16d6
2033Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2034Date: Tue Jun 17 16:27:38 2008 +0900
2035
2036 sh: Cleanup source code of MS7722SE
2037
2038 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2039 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2040
2041commit 1d7b31d97b34ccb6f9b20a2465864998b0bf2691
2042Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2043Date: Tue Jun 17 16:27:34 2008 +0900
2044
2045 sh: Cleanup source code of MS7720SE
2046
2047 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2048 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2049
2050commit 3ab4827cbe409488ebea1a2ee5094783f2672214
2051Author: Wolfgang Denk <wd@denx.de>
2052Date: Mon Jul 7 00:45:03 2008 +0200
2053
2054 SH: fix out of tree building
2055
2056 Signed-off-by: Wolfgang Denk <wd@denx.de>
2057
2058commit 9047bfa1e737d787be460387dd6f45737eeceb10
2059Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2060Date: Thu Jul 3 23:16:06 2008 +0900
2061
2062 net: smc911x: Fix typo
2063
2064 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
2065
2066commit 5ed546fdd0ca46a165661c2009fa743d9c9fceca
2067Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2068Date: Wed Jul 2 18:54:08 2008 +0200
2069
2070 update mvBL-M7 board config
2071
2072 update mvBL-M7 config file to use UBOOT_VERSION and define
2073 CONFIG_HIGH_BATS.
2074
2075 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2076
2077commit 5cacc5d0ec52678a5eb83ecda5c3bcb22eb47f30
2078Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2079Date: Mon Jun 30 17:45:01 2008 +0900
2080
2081 net: fix compile problem in smc911x driver.
2082
2083 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2084 Acked-by: Ben Warren <biggerbadderben@gmail.com>
2085
2086commit 9fea65a6c469b1b474b27446feb58738baba2d31
2087Author: Michal Simek <monstr@monstr.eu>
2088Date: Tue Jun 24 09:54:09 2008 +0200
2089
2090 ppc4xx: Rename CONFIG_XILINX_ML300 to CONFIG_XILINX_405
2091
2092 This change helps with better handling with others
2093 Xilinx based platform.
2094
2095 Signed-off-by: Michal Simek <monstr@monstr.eu>
2096 Acked-by: Stefan Roese <sr@denx.de>
2097
2098commit cbb6289569ae4fc6e2d676528e46ffcc72d743d0
2099Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2100Date: Tue Jun 17 13:07:11 2008 +0900
2101
2102 net: ne2000: Move dev_addr variable from grobal to local.
2103
2104 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2105 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2106
2107commit dd7e5fa5f847188f78f62f2c52de6cb3def3ecdb
2108Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2109Date: Tue Jun 17 13:07:15 2008 +0900
2110
2111 net: ne2000: Fix compile error of NE2000
2112
2113 If enable DEBUG, can not compile ne2000 driver.
2114
2115 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2116 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2117
2118commit dd35479a50f6c7c31ea491c07c5200c6dfd06a24
2119Author: Ben Warren <biggerbadderben@gmail.com>
2120Date: Mon Jun 23 22:57:27 2008 -0700
2121
2122 Add mechanisms for CPU and board-specific Ethernet initialization
2123
2124 This patch is the first step in cleaning up net/eth.c, by moving Ethernet
2125 initialization to CPU or board-specific code. Initial implementation is
2126 only on the Freescale TSEC controller, but others will be added soon.
2127
2128 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2129
2130commit 7754f2be5d1835d263aad21b5a629526f3e680b0
2131Author: Wolfgang Denk <wd@denx.de>
2132Date: Sun Jul 6 01:21:46 2008 +0200
2133
2134 include/sha256.h: fix file permissions.
2135
2136 Signed-off-by: Wolfgang Denk <wd@denx.de>
2137
2138commit d3bcdf838e2991d58571308fa6e04ca335bc06e8
2139Author: Patrice Vilchez <patrice.vilchez@atmel.com>
2140Date: Tue May 27 11:15:29 2008 +0200
2141
2142 [AT91SAM9] Fix NAND FLASH timings
2143
2144 Fix NAND FLASH timings for at91sam9x evaluation kits.
2145
2146 New timings are based on application note
2147 "NAND Flash Support on AT91SAM9 Microcontrollers" available at
2148 http://atmel.com/dyn/resources/prod_documents/doc6255.pdf
2149
2150 Signed-off-by: Patrice Vilchez <patice.vilchez@atmel.com>
2151 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2152 Acked-by: Stelian Pop <stelian@popies.net>
2153
2154commit 19bd688484322fe62d1a66c8299da6ff9e967ff9
2155Author: Stelian Pop <stelian@popies.net>
2156Date: Thu May 22 00:15:40 2008 +0200
2157
2158 Fix boot from NOR due to incorrect reset delay.
2159
2160 AT91 RSTC registers are battery-backuped, so their values
2161 are not reset across power cycles. One of those registers,
2162 the AT91_RSTC_MR register, is being modified by U-Boot, in
2163 the ethernet initialisation routine, to generate a 500ms
2164 user reset.
2165
2166 Unfortunately, this value is not being restored afterwards,
2167 causing subsequent resets to also last for 500ms.
2168
2169 This long reset sequence causes problems (at least) in the
2170 boot sequence from NOR: by the time the CPU tries to load
2171 a program from the NOR flash, the latter is still in reset
2172 and not yet available.
2173
2174 Additionaly, this patch fixes a bug in the original code which
2175 caused the reset delay to last for 2s instead of 500ms.
2176
2177 Signed-off-by: Stelian Pop <stelian@popies.net>
2178 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2179
2180commit f492dd636fbbae529e17533995bc6e5813c007f6
2181Author: Wolfgang Denk <wd@denx.de>
2182Date: Fri Jul 4 20:11:49 2008 +0200
2183
2184 Update CHANGELOG
2185
2186 Signed-off-by: Wolfgang Denk <wd@denx.de>
2187
Wolfgang Denkf492dd62008-07-04 20:11:49 +02002188commit 5e6e350fc489aa19402f1e79037dd8c0a4bbd73d
2189Author: Wolfgang Denk <wd@denx.de>
2190Date: Fri Jul 4 20:07:35 2008 +0200
2191
2192 CCM/SCM boards: fix out of tree building
2193
2194 Signed-off-by: Wolfgang Denk <wd@denx.de>
2195
2196commit ab4c3a490df9a964711556d2a05b0c787db45fde
2197Author: Wolfgang Denk <wd@denx.de>
2198Date: Thu Jul 3 23:22:27 2008 +0200
2199
2200 SCM board: fix build errors.
2201
2202 Signed-off-by: Wolfgang Denk <wd@denx.de>
2203
2204commit a566466f17ba0e2d2b6c250e77da678fb932470d
2205Author: Wolfgang Denk <wd@denx.de>
2206Date: Thu Jul 3 23:06:36 2008 +0200
2207
2208 IAD210 board: fix ``"ALIGN" redefined'' warning.
2209
2210 Signed-off-by: Wolfgang Denk <wd@denx.de>
2211
2212commit ad756314797c16fa5dca23e115aab881011f164f
2213Author: Wolfgang Denk <wd@denx.de>
2214Date: Thu Jul 3 23:00:24 2008 +0200
2215
2216 CCM board: fix build errors.
2217
2218 Signed-off-by: Wolfgang Denk <wd@denx.de>
2219
Wolfgang Denk4188f042008-07-10 01:13:30 +02002220commit f16ed51702cb9fb6fa2e019bbc0fcd1466b57c3b
2221Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2222Date: Wed Jul 2 18:54:08 2008 +0200
2223
2224 update mvBL-M7 board config
2225
2226 update mvBL-M7 config file to use UBOOT_VERSION.
2227
2228 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2229 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2230
Wolfgang Denkf492dd62008-07-04 20:11:49 +02002231commit ced209c50e80c25f13c083099b05044048d21f4f
2232Author: Wolfgang Denk <wd@denx.de>
2233Date: Thu Jul 3 22:39:21 2008 +0200
2234
2235 sacsng board: fix warnings "suggest explicit braces to avoid ambiguous 'else'"
2236
2237 Signed-off-by: Wolfgang Denk <wd@denx.de>
2238
2239commit 4ff170a8180a79da4cdaab1b30d58cd7b6be565e
2240Author: Wolfgang Denk <wd@denx.de>
2241Date: Thu Jul 3 22:34:08 2008 +0200
2242
2243 Cleanup: fix "expected specifier-qualifier-list before 'phys_size_t'" errors
2244
2245 Signed-off-by: Wolfgang Denk <wd@denx.de>
2246
2247commit 730f298485984b011b6ee8f4acb511cb45a843dd
2248Author: Wolfgang Denk <wd@denx.de>
2249Date: Thu Jul 3 22:04:17 2008 +0200
2250
2251 lmb: fix "implicit declaration of function 'lmb_free'" warning
2252
2253 Signed-off-by: Wolfgang Denk <wd@denx.de>
2254
2255commit 322ef5e28d2dc62571afc699b00add22a8e006e4
2256Author: Wolfgang Denk <wd@denx.de>
2257Date: Wed Jul 2 23:53:23 2008 +0200
2258
2259 Cleanup: remove redundant deleting on *~ files
2260
2261 Signed-off-by: Wolfgang Denk <wd@denx.de>
2262
2263commit c8a3b109f07f02342d097b30908965f7261d9f15
2264Author: Wolfgang Denk <wd@denx.de>
2265Date: Wed Jul 2 23:49:18 2008 +0200
2266
2267 Cleanup out-or-tree building for some boards (.depend)
2268
2269 Signed-off-by: Wolfgang Denk <wd@denx.de>
2270
2271commit a30cc5a340e7f8f5f85a0e08e7f6c4106ce117c4
2272Author: Wolfgang Denk <wd@denx.de>
2273Date: Wed Jul 2 23:38:50 2008 +0200
2274
2275 Cleanup: fix out-of-tree building for some boards
2276
2277 Signed-off-by: Wolfgang Denk <wd@denx.de>
2278
2279commit 461fa68d20861811487944d22291db5a13410e20
2280Author: Wolfgang Denk <wd@denx.de>
2281Date: Wed Jul 2 23:00:14 2008 +0200
2282
2283 Cleanup: replace hard-wired $(AR) 'crv' settings by $(ARFLAGS)
2284
2285 Signed-off-by: Wolfgang Denk <wd@denx.de>
2286
2287commit 5981ebd32017e062b08aa6747cf591276f2db779
2288Author: Detlev Zundel <dzu@denx.de>
2289Date: Fri Jun 20 22:26:24 2008 +0200
2290
2291 fdt: Fix typo in variable name.
2292
2293 Signed-off-by: Detlev Zundel <dzu@denx.de>
2294
2295commit a7a5982cd0f3482f88225af4da7795bc4f6cb9bc
2296Author: Gary Jennejohn <garyj@denx.de>
2297Date: Thu Jun 19 11:11:19 2008 +0200
2298
2299 Add logos for RRvision board
2300
2301 Signed-off-by: Gary Jennejohn <garyj@denx.de>
2302
2303commit ee4ae38342142237ca85913f88ee570c1eb5ca7c
2304Author: Esben Haabendal <EsbenHaabendal@gmail.com>
2305Date: Wed Jun 18 11:03:57 2008 +0200
2306
2307 mpc8260: add fdt_fixup_ethernet support
2308
2309 Add support for updating mac-address and local-mac-address in fdt for
2310 all MPC8260 targets.
2311
2312 Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
2313
2314commit f6a69559d64498a04e1e0b087a9b920e5775f866
2315Author: Steven A. Falco <sfalco@harris.com>
2316Date: Thu Jun 12 13:24:42 2008 -0400
2317
2318 cmd_nvedit.c: clean up syntax highlighting
2319
2320 My text-editor (vim) has a bit of trouble syntax-highlighting the
2321 cmd_nvedit.c file, because it apparently does not parse C
2322 ifdef/else/endif. The following patch does not change the behavior of
2323 the code at all, but does allow the editor to properly
2324 syntax-highlight the file.
2325
2326 Signed-off-by: Steve Falco <sfalco@harris.com>
2327
2328commit 75678c807a6272ecc5541eb32898c93887f08400
2329Author: Steven A. Falco <sfalco@harris.com>
2330Date: Thu Jun 12 13:22:12 2008 -0400
2331
2332 Make setenv() return status
2333
2334 Currently, the setenv function does not return an error code.
2335 This patch allows to test for errors.
2336
2337 Signed-off-by: Steve Falco <sfalco@harris.com>
2338
2339commit 4928e97c8531283ca9b368b7c29a8a12e726562a
2340Author: Kumar Gala <galak@kernel.crashing.org>
2341Date: Wed Jun 11 10:14:06 2008 -0500
2342
2343 PPC: Added fls, fls64, __ilog2_u64, and ffs64 to bitops
2344
2345 fls64, __ilog2_u64, ffs64 are variants that work on an u64,
2346 and fls is used to implement them.
2347
2348 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2349
2350commit 83002a77cbdf383015ca384eff5fa31722d8e571
2351Author: Magnus Lilja <lilja.magnus@gmail.com>
2352Date: Mon Jun 9 22:58:48 2008 +0200
2353
2354 i.MX31: Cleanup comments in lowlevel_init.S.
2355
2356 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
2357
2358commit f8cc312bbee69257d741dc9f4062f4a0f5adf609
2359Author: Ben Warren <biggerbadderben@gmail.com>
2360Date: Sun Jun 8 23:28:33 2008 -0700
2361
2362 Move conditional compilation of MPC8XXX SPI driver to Makefile
2363
2364 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
2365
2366commit d92ea21bafb674ee2bf27447970b047845e7b0a2
2367Author: Juergen Kilb <J.Kilb@gmx.de>
2368Date: Sun Jun 8 17:59:53 2008 +0200
2369
2370 i.MX31: fixed CTRL-C detection
2371
2372 The Register URXD contains status information in bits [15..8].
2373 With status bit 15 set, CTRL-C was reported as 0x8003 instead
2374 of 0x03. Therefore CTRL-C was not detected.
2375 To solve this, bits [15..8] were masked out now.
2376
2377 Signed-off-by: Juergen Kilb <J.Kilb@gmx.de>
2378 Acked-by: Felix Radensky <felix@embedded-sol.com>
2379
Wolfgang Denk699f0512008-07-15 22:22:44 +02002380commit dd1c5523d6f44e842e69f2fcb50788c6060eab86
2381Author: Stefan Roese <sr@denx.de>
2382Date: Tue Jul 1 17:03:19 2008 +0200
2383
2384 ppc4xx: Fix 460EX/GT PCIe port initialization
2385
2386 This patch fixes a bug where the 460EX/GT PCIe UTLSET1 register was
2387 configured incorrectly. Thanks to Olga Buchonina from AMCC for pointing
2388 this out.
2389
2390 Signed-off-by: Stefan Roese <sr@denx.de>
2391
Wolfgang Denkf492dd62008-07-04 20:11:49 +02002392commit b571afde0295b007a45055ee49f8822c753a5651
2393Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2394Date: Sat Jun 7 12:29:52 2008 +0200
2395
2396 add SHA256 support
2397
2398 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2399 Signed-off-by: Francesco Albanese <Francesco.Albanese@swisscom.com>
2400
2401commit 3bab76a26e03df4ff81342fcc16393ce37d9766b
2402Author: Marian Balakowicz <m8@semihalf.com>
2403Date: Fri Jun 6 23:07:40 2008 +0200
2404
2405 Delay FIT format check on sector based devices
2406
2407 Global FIT image operations like format check cannot be performed on
2408 a first sector data, defer them to the point when whole FIT image was
2409 uploaded to a system RAM.
2410
2411 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
2412 Partial ('cmd_nand' case) Acked-by: Grant Erickson <gerickson@nuovations.com>
2413 NAND and DOC bits Acked-by: Scott Wood <scottwood@freescale.com>
2414
2415commit 9810263afec5ac5f38f92963bb3b6d799e4331d0
2416Author: Dave Liu <r63238@freescale.com>
2417Date: Tue Jun 3 17:38:19 2008 +0800
2418
2419 sata: wait for device updating signature to host
2420
2421 The driver need wait for the device updating signature to host.
2422 If we don't wait for it, the driver can not detect the device(disk)
2423 when the system powers up.
2424
2425 Signed-off-by: Dave Liu <daveliu@freescale.com>
2426
Wolfgang Denk4188f042008-07-10 01:13:30 +02002427commit 745d8a0d3cea82e6d1753e14afb4588c34761b15
2428Author: Stefan Roese <sr@denx.de>
2429Date: Sat Jun 28 14:56:17 2008 +0200
2430
2431 ppc4xx: Fix 460EX errata with CPU lockup upon high AHB traffic
2432
2433 This patch implements a fix provided by AMCC so that the lockup upon
2434 simultanious traffic on AHB USB OTG, USB 2.0 and SATA doesn't occur
2435 anymore:
2436
2437 Set SDR0_AHB_CFG[A2P_INCR4] (bit 24) and clear SDR0_AHB_CFG[A2P_PROT2]
2438 (bit 25) for a new 460EX errata regarding concurrent use of AHB USB OTG,
2439 USB 2.0 host and SATA.
2440
2441 This errata is not officially available yet. I'll update the comment
2442 to add the errata number later.
2443
2444 Signed-off-by: Stefan Roese <sr@denx.de>
2445
Wolfgang Denkf492dd62008-07-04 20:11:49 +02002446commit 8b616edb118e37d05f6401389eaee1c636b22828
2447Author: Stuart Wood <stuart.wood@labxtechnologies.com>
2448Date: Mon Jun 2 16:42:19 2008 -0400
2449
2450 serial_pl010.c: add watchdog support
2451
2452 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
2453
2454commit 86d3273e2b7be3fffb45e20c08535d6ad3aded6b
2455Author: Stuart Wood <stuart.wood@labxtechnologies.com>
2456Date: Mon Jun 2 16:40:08 2008 -0400
2457
2458 jffs2_1pass.c: add watchdog support
2459
2460 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
2461
2462commit 5744ddc6637fea4f7b911a54a5fa860cb81a5d89
2463Author: Sascha Laue <sascha.laue@liebherr.com>
2464Date: Fri May 30 09:48:14 2008 +0200
2465
2466 Configure DSP POST; add watchdog reset to diag command
2467
2468 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
2469
2470commit f13526517859bf6b573e23ff47199e107d1009b5
2471Author: Tor Krill <tor@excito.com>
2472Date: Thu May 29 10:40:17 2008 +0200
2473
2474 Add sata sil3114 support
2475
2476 Signed-off-by: Tor Krill <tor@excito.com>
2477
2478commit e093a247628228100f405b6d7f6b1bfc16141938
2479Author: Wolfgang Denk <wd@denx.de>
2480Date: Sat Jun 28 23:34:37 2008 +0200
2481
2482 Coding Style Cleanup
2483
2484 Signed-off-by: Wolfgang Denk <wd@denx.de>
2485
2486commit 01db232dd7a0ceb81208a9f2545720c80e5bfd83
2487Author: Wolfgang Denk <wd@denx.de>
2488Date: Sat Jun 28 23:16:01 2008 +0200
2489
2490 Update CHANGELOG
2491
2492 Signed-off-by: Wolfgang Denk <wd@denx.de>
2493
Wolfgang Denk01db2322008-06-28 23:16:01 +02002494commit c7f879ec2b389c4f2bf726b293bd516f4c692e03
2495Author: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2496Date: Wed May 21 13:58:41 2008 -0400
2497
2498 ARM: Add support for Lyrtech SFF-SDR board (ARM926EJS)
2499
2500 This patch adds support for the Lyrtech SFF-SDR board,
2501 based on the TI DaVinci architecture (ARM926EJS).
2502
2503 Signed-off-by: Hugo Villeneuve <hugo.villeneuve@lyrtech.com>
2504 Signed-off-by: Philip Balister <philip@balister.org>
2505 Signed-off-by: Wolfgang Denk <wd@denx.de>
2506
2507commit 341188b9ccaa8d4462d772cc067aca8d7618633a
2508Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2509Date: Thu May 22 11:09:59 2008 +0200
2510
2511 MMC: Consolidate MMC/SD command definitions
2512
2513 This moves the MMC and SD Card command definitions from
2514 include/asm/arch/mmc.h into include/mmc.h. These definitions are
2515 given by the MMC and SD Card standards, not by any particular
2516 architecture.
2517
2518 There's a lot more room for consolidation in the MMC drivers which
2519 I'm hoping to get done eventually, but this patch is a start.
2520
2521 Compile-tested for all avr32 boards as well as lpc2292sodimm and
2522 lubbock. This should cover all three mmc drivers in the tree.
2523
2524 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2525
2526commit fa60edfc4c952626e048c0e065f654b3c1822fa5
2527Author: Kyungmin Park <kmpark@infradead.org>
2528Date: Wed May 21 14:38:08 2008 +0900
2529
2530 Use better Ethernet timings for apollon board
2531
2532 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2533
2534commit 41c5eaa7253ed82bbae1eda5667755872c615164
2535Author: Andy Fleming <afleming@freescale.com>
2536Date: Mon Jun 16 13:58:56 2008 -0500
2537
2538 Resize device tree to allow space for board changes and the chosen node
2539
2540 Current code requires that a compiled device tree have space added to the end to
2541 leave room for extra nodes added by board code (and the chosen node). This
2542 requires that device tree creators anticipate how much space U-Boot will add to
2543 the tree, which is absurd. Ideally, the code would resize and/or relocate the
2544 tree when it needed more space, but this would require a systemic change to the
2545 fdt code, which is non-trivial. Instead, we resize the tree inside
2546 boot_relocate_fdt, reserving either the remainder of the bootmap (in the case
2547 where the fdt is inside the bootmap), or adding CFG_FDT_PAD bytes to the size.
2548
2549 Signed-off-by: Andy Fleming <afleming@freescale.com>
2550
2551commit 7570a9941fc565922078679a72d246fe208d696d
2552Author: Andy Fleming <afleming@freescale.com>
2553Date: Mon Jun 16 13:58:55 2008 -0500
2554
2555 Fix an underflow bug in __lmb_alloc_base
2556
2557 __lmb_alloc_base can underflow if it fails to find free space. This was fixed
2558 in linux with commit d9024df02ffe74d723d97d552f86de3b34beb8cc. This patch
2559 merely updates __lmb_alloc_base to resemble the current version in Linux.
2560
2561 Signed-off-by: Andy Fleming <afleming@freescale.com>
2562
2563commit 63796c4e61b207d2e635729d41b7a7f7d188b03c
2564Author: Andy Fleming <afleming@freescale.com>
2565Date: Mon Jun 16 13:58:54 2008 -0500
2566
2567 Add lmb_free
2568
2569 lmb_free allows us to unreserve some memory so we can use lmb_alloc_base or
2570 lmb_reserve to temporarily reserve some memory.
2571
2572 Signed-off-by: Andy Fleming <afleming@freescale.com>
2573
2574commit 4b03ac8b5102ad95f9fede7d13fa236977593e7d
2575Author: Andy Fleming <afleming@freescale.com>
2576Date: Mon Jun 16 13:58:53 2008 -0500
2577
2578 Add ALIGN() macro
2579
2580 ALIGN() returns the smallest aligned value greater than the passed
2581 in address or size. Taken from Linux.
2582
2583 Signed-off-by: Andy Fleming <afleming@freescale.com>
2584
Wolfgang Denk4188f042008-07-10 01:13:30 +02002585commit 93262af85e3e9d9974c6c08fbd37a9a72e090ca2
2586Author: Stefan Roese <sr@denx.de>
2587Date: Tue Jun 24 17:15:22 2008 +0200
2588
2589 ppc4xx: Fix compilation problems with phys_size_t
2590
2591 This patch includes <asm/types.h> before <asm/u-boot.h> in some 4xx
2592 board specific files where it has been missing.
2593
2594 Signed-off-by: Stefan Roese <sr@denx.de>
2595
Wolfgang Denk01db2322008-06-28 23:16:01 +02002596commit 28eab0d77352b84885f938759bf2612b7bf0bc44
2597Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
2598Date: Mon May 19 12:26:38 2008 +0200
2599
2600 Conditionally add -fno-stack-protector to CFLAGS
2601
2602 When compile-testing on powerpc, I get errors like this:
2603
2604 net/nfs.c:422: undefined reference to `__stack_chk_fail_local'
2605
2606 This seems to be because -fstack-protector is on by default, so
2607 let's explicitly disable it on all architectures that support the
2608 option.
2609
2610 The Ubuntu toolchain is affected by this problem, and according to
2611 Mike Frysinger, Gentoo has been running with SSP enabled for years.
2612 More and more distros are turning SSP on by default, so this problem
2613 is likely to get worse in the future.
2614
2615 Also, powerpc just happens to be one of the arches I do
2616 compile-testing on. There may be other arches affected by this too.
2617
2618 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
2619
2620commit dfd3be881c03a26e31f0dea4a42e76061fa610ac
2621Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2622Date: Sun May 18 19:09:52 2008 +0200
2623
2624 pcmcia/ti_pci1410a: Move compile condition to the Makefile
2625
2626 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2627
2628commit 72d5d5f7b5c74a188df238ec6dd824d80c74857a
2629Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2630Date: Sun May 18 19:09:51 2008 +0200
2631
2632 pxa_pcmcia: Move compile condition to the Makefile
2633
2634 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2635
2636commit c9eff32881fb429101c937cf8c268f1d42e5c2a9
2637Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2638Date: Sun May 18 19:09:50 2008 +0200
2639
2640 marabun_pcmcia: Move compile condition to the Makefile
2641
2642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2643
Wolfgang Denk4188f042008-07-10 01:13:30 +02002644commit 6a19c46cae43c16c528eddefae3db97134f1915d
2645Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2646Date: Mon Jun 23 13:25:34 2008 +0200
2647
2648 fix non-working mvBL-M7
2649
2650 Add missing #define CONFIG_HIGH_BATS in mvBL-M7 board config file.
2651
2652 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2653 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2654
2655commit 846f1574ddddeda2bc227655e687308695f41cdc
2656Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
2657Date: Mon Jun 23 11:40:56 2008 +0200
2658
2659 fix system config overwrite @ MPC834x and MPC8313
2660
2661 During 83xx setup the "System I/O configuration register high" gets
2662 overwritten with user defined value if CFG_SICRH is defined.
2663
2664 Regarding to the MPC834x manual (Table 5-28 reve.1) bits 28+29 of SICRH
2665 must keep their reset value regardless of configuration.
2666
2667 On my board (using RGMII) those bits are set after reset - yet it's
2668 unclear where they come from.
2669
2670 The patch keeps both bits on MPC834x and MPC8313.
2671
2672 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
2673 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2674
2675commit 4890246a2c5df90a74e2941e3673a49bbd36aee9
2676Author: Kim Phillips <kim.phillips@freescale.com>
2677Date: Tue Jun 17 17:45:27 2008 -0500
2678
2679 mpc83xx: move CPU_TYPE_ENTRY over to processor.h
2680
2681 to avoid this:
2682
2683 cpu.c:47:1: warning: "CPU_TYPE_ENTRY" redefined
2684 In file included from cpu.c:33:
2685 /home/kim/git/u-boot/include/asm/processor.h:982:1: warning: this is the location of the previous definition
2686
2687 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
2688
2689commit aac7a5095b968d6c9a3e6422f31b4ad203cac9c8
2690Author: Stefan Roese <sr@denx.de>
2691Date: Mon Jun 23 11:15:09 2008 +0200
2692
2693 ppc4xx: Fix problem in gpio_config()
2694
2695 As pointed out by Guennadi Liakhovetski (thanks), pin2 is already shifted
2696 left by one. So the additional shift is bogus.
2697
2698 Signed-off-by: Stefan Roese <sr@denx.de>
2699
2700commit 40777812316fc252c941665c0f60c148fd79d50f
2701Author: Detlev Zundel <dzu@denx.de>
2702Date: Fri Jun 20 22:24:05 2008 +0200
2703
2704 fdt: Fix typo in variable name.
2705
2706 Signed-off-by: Detlev Zundel <dzu@denx.de>
2707
2708commit 5f723a3b98c630bde33de74351f2121691fdef14
2709Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2710Date: Fri Jun 20 10:41:05 2008 +0200
2711
2712 avr32: Enable SPI flash support on ATNGW100
2713
2714 The ATNGW100 has 8MB DataFlash on board. Give users access to it through
2715 the new SPI flash framework.
2716
2717 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2718
2719commit 5605ef6b5802921cbefe6a933a9dea3497396b5c
2720Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2721Date: Fri Jun 20 12:44:28 2008 +0200
2722
2723 avr32: Fix SPI portmux initialization
2724
2725 Use the new GPIO manipulation functions to set up the chip select lines,
2726 and make sure both busses use GPIO for chip select control.
2727
2728 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2729
2730commit 4688f9e34a87e825aed34d07c9ca7a273e6fc8ab
2731Author: Peter Ma <pma@mediamatech.com>
2732Date: Sun Jun 1 22:59:24 2008 -0700
2733
2734 avr32: Add GPIO manipulation functions
2735
2736 Adds GPIO manipulation functions for AVR32 AP7 platform.
2737
2738 Signed-off-by: Peter Ma <pma@mediamatech.com>
2739 [haavard.skinnemoen@atmel.com: coding style fixup, slight simplification]
2740 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
2741
Wolfgang Denk01db2322008-06-28 23:16:01 +02002742commit b4fe1a71090c73efc6e4188eed188b2ff67fc02a
2743Author: Wolfgang Grandegger <wg@grandegger.com>
2744Date: Thu Jun 5 13:02:30 2008 +0200
2745
2746 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2747
2748 This patch is based on the following patch sent a few minutes ago:
2749 "NAND FSL UPM: driver re-write using the hwcontrol callback"
2750 It is untested, of course. Anton, could you please give it a try.
2751
2752 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2753 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2754
2755commit 96026d42fa4e646d28318c0a1438aac4b2017909
2756Author: Anatolij Gustschin <agust@denx.de>
2757Date: Thu Jun 12 12:40:11 2008 +0200
2758
2759 Fix 4xx build issue
2760
2761 Building for 4xx doesn't work since commit 4dbdb768:
2762
2763 In file included from 4xx_pcie.c:28:
2764 include/asm/processor.h:971: error: expected ')' before 'ver'
2765 make[1]: *** [4xx_pcie.o] Error 1
2766
2767 This patch fixes the problem.
2768
2769 Signed-off-by: Anatolij Gustschin <agust@denx.de>
2770 Acked-by: Stefan Roese <sr@denx.de>
2771 Acked-by: Kumar Gala <galak@kernel.crashing.org>
2772
Wolfgang Denk699f0512008-07-15 22:22:44 +02002773commit a036b0443657fe0f4773786de9092251869f08ac
2774Author: Kumar Gala <galak@kernel.crashing.org>
2775Date: Thu Jun 19 01:45:50 2008 -0500
2776
2777 MPC8610HPCD: Report board id, board version and fpga version.
2778
2779 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2780
2781commit 7de8c21f14df9c20fdcf6027aec8e8545f75f835
2782Author: Kumar Gala <galak@kernel.crashing.org>
2783Date: Thu Jun 19 01:45:27 2008 -0500
2784
2785 MPC8641HPCN: Report board id, board version and fpga version.
2786
2787 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2788
Wolfgang Denk01db2322008-06-28 23:16:01 +02002789commit fb8c061ea05fc68d37e2a8b9f8c949d76c8d71a8
2790Author: Stefan Roese <sr@denx.de>
2791Date: Mon Jun 16 10:40:02 2008 +0200
2792
2793 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably
2794
2795 This patch simplifies flash_toggle() (AMD commandset), which is used to
2796 detect if a FLASH device is still busy with erase/program operations. On
2797 800MHz Canyonlands/Glacier boards (460EX/GT) the current implementation
2798 did not detect the busy state reliably, resulting in non erased sectors
2799 etc. This patch now simplifies this function by "just" comparing the
2800 complete data-word instead of ANDing it with the command-word (0x40)
2801 before the compatison. It is done the same way in the Linux implementation
2802 chip_ready() in cfi_cmdset_0002.c.
2803
2804 Signed-off-by: Stefan Roese <sr@denx.de>
2805
2806commit 9e4006bca3d9fb4a2d061996771036cb01e539d3
2807Author: Philip Balister <philip@balister.org>
2808Date: Mon Jun 16 08:58:07 2008 -0400
2809
2810 NAND: Add missing declaration to non-redundant saveenv().
2811
2812 Signed-off-by: Scott Wood <scottwood@freescale.com>
2813
2814commit 2cdb7f50ac59594540fffdf8dbd7b12beac79c52
2815Author: Wolfgang Grandegger <wg@grandegger.com>
2816Date: Mon Jun 2 15:09:55 2008 +0200
2817
2818 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver
2819
2820 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
2821 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
2822 Signed-off-by: Scott Wood <scottwood@freescale.com>
2823
2824commit 212ed90615c3d20fa6bd73d70d5153bd0d124e5f
2825Author: Stefan Roese <sr@denx.de>
2826Date: Tue Jun 10 15:34:11 2008 +0200
2827
2828 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output
2829
2830 This patch disables the square wave output of the M41T62 RTC used on
2831 Canyonlands & Glacier. Here the explanation:
2832
2833 The serial real-time clock part used in the design is an
2834 STMicro M41T62. This part has a full-time 32KHz square wave
2835 output that is connected to the TmrClk input to the
2836 processor. The default state for this square wave output is
2837 enabled so the output runs continuously when the board is
2838 powered normally and also from the battery. The TmrClk input
2839 to the processor goes to ground when the power is removed
2840 from the board/processor, and therefore the running square
2841 wave output is driving ground which drains the battery quickly.
2842
2843 Signed-off-by: Stefan Roese <sr@denx.de>
2844
2845commit a94f22f08f280905926219e568568964cb9eeb9d
2846Author: Andy Fleming <afleming@freescale.com>
2847Date: Wed Jun 11 18:10:20 2008 -0500
2848
2849 Fix build issue with string.h and linux/string.h
2850
2851 This commit:
2852 commit 338cc038461a6c7709c5b86fd9a240209338a1ae
2853 Author: Wolfgang Denk <wd@denx.de>
2854 Date: Fri Jun 6 14:28:14 2008 +0200
2855
2856 tools/mkimage: fix compiler warnings on some systems.
2857
2858 Broke building on some systems, because the host's string.h was interfering
2859 with u-boot's linux/string.h. It doesn't look like we need the u-boot one if
2860 we're building for the host, so now we only include when building inside
2861 u-boot.
2862
2863 Signed-off-by: Andy Fleming <afleming@freescale.com>
2864
2865commit 9973e3c614721bbf169882ffc3be266a6611cd60
2866Author: Becky Bruce <becky.bruce@freescale.com>
2867Date: Mon Jun 9 16:03:40 2008 -0500
2868
2869 Change initdram() return type to phys_size_t
2870
2871 This patch changes the return type of initdram() from long int to phys_size_t.
2872 This is required for a couple of reasons: long int limits the amount of dram
2873 to 2GB, and u-boot in general is moving over to phys_size_t to represent the
2874 size of physical memory. phys_size_t is defined as an unsigned long on almost
2875 all current platforms.
2876
2877 This patch *only* changes the return type of the initdram function (in
2878 include/common.h, as well as in each board's implementation of initdram). It
2879 does not actually modify the code inside the function on any of the platforms;
2880 platforms which wish to support more than 2GB of DRAM will need to modify
2881 their initdram() function code.
2882
2883 Build tested with MAKEALL for ppc, arm, mips, mips-el. Booted on powerpc
2884 MPC8641HPCN.
2885
2886 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2887
2888commit 391fd93ab23e15ab3dd58a54f5b609024009c378
2889Author: Becky Bruce <becky.bruce@freescale.com>
2890Date: Mon Jun 9 20:37:18 2008 -0500
2891
2892 Change lmb to use phys_size_t/phys_addr_t
2893
2894 This updates the lmb code to use phys_size_t
2895 and phys_addr_t instead of unsigned long. Other code
2896 which interacts with this code, like getenv_bootm_size()
2897 is also updated.
2898
2899 Booted on MPC8641HPCN, build-tested ppc, arm, mips.
2900
2901 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2902
2903commit 61b09fc2952dc636017df4e7970e3de132276ba1
2904Author: Becky Bruce <becky.bruce@freescale.com>
2905Date: Mon Jun 9 20:37:17 2008 -0500
2906
2907 Change print_size to take phys_size_t
2908
2909 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2910
2911commit b57ca3e128cc10a133ba79bc7ec3e7b50e7c8fbe
2912Author: Becky Bruce <becky.bruce@freescale.com>
2913Date: Mon Jun 9 20:37:16 2008 -0500
2914
2915 Change bd/gd memsize/ram_size to be phys_size_t.
2916
2917 Currently, both are defined as an unsigned long, but
2918 should be phys_size_t. This should result in no real change,
2919 since phys_size_t is currently an unsigned long for all the
2920 default configs. Also add print_lnum to cmd_bdinfo to deal
2921 with the potentially wider memsize.
2922
2923 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
2924
2925commit ba04f7010958e88a8910f2a123fee53fdc72e013
2926Author: Kumar Gala <galak@kernel.crashing.org>
2927Date: Tue Jun 10 16:16:02 2008 -0500
2928
2929 FSL LAW: Add new interface to use the last free LAW
2930
2931 LAWs have the concept of priority so its useful to be able to allocate
2932 the lowest (highest number) priority. We will end up using this with the
2933 new DDR code.
2934
2935 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2936
2937commit 859a86a25c569d3665ff413d1d923394b8a961f3
2938Author: Kumar Gala <galak@kernel.crashing.org>
2939Date: Wed Jun 11 00:51:45 2008 -0500
2940
2941 85xx/86xx: Move to dynamic mgmt of LAWs
2942
2943 With the new LAW interface (set_next_law) we can move to letting the
2944 system allocate which LAWs are used for what purpose. This makes life
2945 a bit easier going forward with the new DDR code.
2946
2947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2948 Signed-off-by: Andy Fleming <afleming@freescale.com>
2949 Acked-by: Jon Loeliger <jdl@freescale.com>
2950 Acked-by: Becky Bruce <becky.bruce@freescale.com>
2951
2952commit f060054dadbbe7027ca088eed806a3ef1f82fdb7
2953Author: Kumar Gala <galak@kernel.crashing.org>
2954Date: Wed Jun 11 00:44:10 2008 -0500
2955
2956 FSL LAW: Keep track of LAW allocations
2957
2958 Make it so we keep track of which LAWs have allocated and provide
2959 a function (set_next_law) which can allocate a LAW for us if one is
2960 free.
2961
2962 In the future we will move to doing more "dynamic" LAW allocation
2963 since the majority of users dont really care about what LAW number
2964 they are at.
2965
2966 Also, add CONFIG_MPC8540 or CONFIG_MPC8560 to those boards which needed them
2967
2968 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2969 Signed-off-by: Andy Fleming <afleming@freescale.com>
2970
2971commit ddde74a159caa6e18b481fec01d40b885aebb566
2972Author: Kumar Gala <galak@kernel.crashing.org>
2973Date: Mon Jun 9 22:31:57 2008 -0500
2974
2975 85xx: remove dummy board_early_init_f
2976
2977 A number of board ports have empty version of board_early_init_f
2978 for no reason since we control its via CONFIG_BOARD_EARLY_INIT_F.
2979
2980 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2981
2982commit 81e56e9af0d43712db8efb843606a8d62eab454f
2983Author: Kumar Gala <galak@kernel.crashing.org>
2984Date: Mon Jun 9 18:55:38 2008 -0500
2985
2986 MPC8544DS: Update config.h
2987
2988 * Enable flash progress
2989 * remove CLEAR_LAW0 since we dont really use it
2990
2991 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2992
2993commit 978e81604c1b28526ed580df0fbe64eb8384e94f
2994Author: Kumar Gala <galak@kernel.crashing.org>
2995Date: Mon Jun 9 13:37:24 2008 -0500
2996
2997 85xx: Remove unused and unconfigured memory test code.
2998
2999 Remove unused and unconfigured DDR test code from FSL 85xx boards.
3000 Besides, other common code exists.
3001
3002 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3003
3004commit a23cddde1a95f987e3fe2a720a7ec9375b7264d7
3005Author: Sergei Poselenov <sposelenov@emcraft.com>
3006Date: Fri Jun 6 15:42:45 2008 +0200
3007
3008 Socrates: Added FPGA base address update in FDT.
3009
3010 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3011
3012commit fd51b0e0e620b8bc9fd4f6daa3a4fa6f5e1316f4
3013Author: Sergei Poselenov <sposelenov@emcraft.com>
3014Date: Fri Jun 6 15:42:44 2008 +0200
3015
3016 Socrates: NAND support added. Changed the U-Boot base address and
3017
3018 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3019
3020commit 248ae5cfc8bf69074d1da099dc495d8e06070547
3021Author: Sergei Poselenov <sposelenov@emcraft.com>
3022Date: Fri Jun 6 15:42:43 2008 +0200
3023
3024 NAND: Added support for 128-bit OOB, adapted
3025
3026 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3027
3028commit 31ca0208612f2eb57690110d7c2815953650e47b
3029Author: Sergei Poselenov <sposelenov@emcraft.com>
3030Date: Fri Jun 6 15:42:42 2008 +0200
3031
3032 Socrates: added missed file with UPMA configuration data.
3033
3034 Signed-of-by: Sergei Poselenov <sposelenov@emcraft.com>
3035
3036commit 59abd15b43cab7a4d19de4ba0943837d9555f7ba
3037Author: Sergei Poselenov <sposelenov@emcraft.com>
3038Date: Fri Jun 6 15:42:41 2008 +0200
3039
3040 Socrates: Added FPGA mapping. LAWs and TLBs cleanup.
3041
3042 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3043
3044commit 740280e68ccc0b971e613face7eaaa8bd1382b8c
3045Author: Sergei Poselenov <sposelenov@emcraft.com>
3046Date: Fri Jun 6 15:42:40 2008 +0200
3047
3048 Added the upmconfig() function for 85xx.
3049
3050 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3051 Signed-off-by: Andy Fleming <afleming@freescale.com>
3052
3053commit d39e68514ff943930ee692cff3fde03532eb7fec
3054Author: Sergei Poselenov <sposelenov@emcraft.com>
3055Date: Fri Jun 6 15:42:39 2008 +0200
3056
3057 Socrates: config file cleanup.
3058
3059 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
3060
3061commit e8cc3f04b124f757af4528206e60d8eb715ae083
3062Author: Wolfgang Grandegger <wg@grandegger.com>
3063Date: Thu Jun 5 13:12:10 2008 +0200
3064
3065 TQM85xx: Change memory map to support Flash memory > 128 MiB
3066
3067 Some TQM85xx boards could be equipped with up to 1 GiB (NOR) Flash
3068 memory. The current memory map only supports up to 128 MiB Flash.
3069 This patch adds the configuration option CONFIG_TQM_BIGFLASH. If
3070 set, up to 1 GiB flash is supported. To achieve this, the memory
3071 map has to be adjusted in great parts (for example the CCSRBAR is
3072 moved from 0xE0000000 to 0xA0000000).
3073
3074 If you want to boot Linux with CONFIG_TQM_BIGFLASH set, the new
3075 memory map also has to be considered in the kernel (changed
3076 CCSRBAR address, changed PCI IO base address, ...). Please use
3077 an appropriate Flat Device Tree blob (tqm8548.dtb).
3078
3079 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3080 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3081
3082commit 1c2deff22cd6e2bf0e618fd6e09ca3eec5a8d051
3083Author: Wolfgang Grandegger <wg@grandegger.com>
3084Date: Thu Jun 5 13:12:09 2008 +0200
3085
3086 TQM85xx: NAND support via local bus UPMB
3087
3088 This patch adds support for NAND FLASH on the TQM8548. It is disabled by
3089 default and can be enabled for the TQM8548 modules. It is now based on
3090 the re-written FSL NAND UPM driver. A patch has been posted earlier today
3091 with the subject:
3092
3093 "NAND FSL UPM: driver re-write using the hwcontrol callback"
3094
3095 Note that the R/B pin is not supported by that module requiring to use
3096 the specified maximum delay time.
3097
3098 Note: With NAND support enabled the size of the U-Boot image exceeds
3099 256 KB and TEXT_BASE must therefore be set to 0xfff80000 in config.mk,
3100 doubling the image size :-(.
3101
3102 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3103 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3104
3105commit b9e8078bb3f3c48111a7081e27279938c3a445e1
3106Author: Wolfgang Grandegger <wg@grandegger.com>
3107Date: Thu Jun 5 13:12:08 2008 +0200
3108
3109 TQM8548: PCI express support
3110
3111 This patch adds support for PCI express cards. The board support
3112 now uses common FSL PCI init code, for both, PCI and PCIe on all
3113 TQM85xx modules.
3114
3115 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3116 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3117
3118commit 1287e0c55a2ee2c575ac9ce8e4302cd4085be876
3119Author: Wolfgang Grandegger <wg@grandegger.com>
3120Date: Thu Jun 5 13:12:07 2008 +0200
3121
3122 TQM8548: Basic support for the TQM8548 modules
3123
3124 This patch adds basic support for the TQM8548 module from TQ-Components
3125 (http://www.tqc.de/) including DDR2 SDRAM initialisation and support for
3126 eTSEC 3 and 4
3127
3128 Furthermore Flash buffer write has been enabled to speed up output to
3129 the Flash by approx. a factor of 10.
3130
3131 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3132 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3133
3134commit 25991353204c78b094c3c1fec90182dcd607ab8f
3135Author: Wolfgang Grandegger <wg@grandegger.com>
3136Date: Thu Jun 5 13:12:06 2008 +0200
3137
3138 TQM85xx: Support for Flat Device Tree
3139
3140 This patch adds support for Linux kernels using the Flat Device Tree.
3141 It also re-defines the default environment settings for booting Linux
3142 with the FDT blob.
3143
3144 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3145
3146commit d9ee843d54c54776e1fdb86336ce554906a87331
3147Author: Wolfgang Grandegger <wg@grandegger.com>
3148Date: Thu Jun 5 13:12:05 2008 +0200
3149
3150 TQM85xx: Support for Intel 82527 compatible CAN controller
3151
3152 This patch adds initialization of the UPMC RAM to support up to two
3153 Intel 82527 compatible CAN controller on the TQM85xx modules.
3154
3155 Signed-off-by: Thomas Waehner <thomas.waehner@tqs.de>
3156 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3157
3158commit 518d5cfe72916323c746af1647764459914f555f
3159Author: Wolfgang Grandegger <wg@grandegger.com>
3160Date: Thu Jun 5 13:12:04 2008 +0200
3161
3162 TQM85xx: Bugfix in the SDRAM initialisation
3163
3164 The CS0_BNDS register is now set according to the detected
3165 memory size.
3166
3167 Signed-off-by Martin Krause <martin.krause@tqs.de>
3168
3169commit 45dee2e620ccec6ac7b3548fe8979a34fd030e5d
3170Author: Wolfgang Grandegger <wg@grandegger.com>
3171Date: Thu Jun 5 13:12:03 2008 +0200
3172
3173 TQM85xx: Fix chip select configuration for second FLASH bank
3174
3175 This patch fixes the re-calculation of the automatic chip select
3176 configuration for boards with two populated FLASH banks.
3177
3178 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3179
3180commit 46346f27cda6fd025a496bde8f2d4aeee04aca5f
3181Author: Wolfgang Grandegger <wg@grandegger.com>
3182Date: Thu Jun 5 13:12:02 2008 +0200
3183
3184 TQM85xx: Support for Spansion 'N' type flashes added
3185
3186 The 'N' type Spansion flashes (S29GLxxxN series) have bigger sectors,
3187 than the formerly used 'M' types (S29GLxxxM series), so the flash layout
3188 needs to be changed -> new start address of the environment. The macro
3189 definition CONFIG_TQM_FLASH_N_TYPE is undefined by default and must be
3190 defined for boards with 'N' type flashes.
3191
3192 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3193 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3194
3195commit 5d5bd838f76eade22c0ea40a500389f924d0da36
3196Author: Wolfgang Grandegger <wg@grandegger.com>
3197Date: Thu Jun 5 13:12:01 2008 +0200
3198
3199 TQM85xx: Fix CPM port pin configuration
3200
3201 Do not configure port pins PD30/PD31 as SCC1 TxD/RxD except for the TQM8560
3202 board. On the other TQM85xx boards (TQM8541 and TQM8555) SCC1 is not used
3203 as serial interface anyway. Worse, on some board variants configuring the
3204 pins for SCC1 leads to short circuits (for example on the TQM8541-BG).
3205
3206 Signed-off-by: Martin Krause <martin.krause@tqs.de>
3207
3208commit b99ba1679e8cd51b023e67098c89e606e47137d2
3209Author: Wolfgang Grandegger <wg@grandegger.com>
3210Date: Thu Jun 5 13:12:00 2008 +0200
3211
3212 TQM85xx: Various coding style fixes
3213
3214 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3215
3216commit ae9e97fa96f643c8ba2b666b06a026cc8717eb00
3217Author: Gerald Van Baren <vanbaren@cideas.com>
3218Date: Tue Jun 10 22:15:58 2008 -0400
3219
3220 libfdt: Move the working_fdt pointer to cmd_fdt.c
3221
3222 The working_fdt pointer was declared in common/fdt_support.c but was
3223 not used there. Move it to common/cmd_fdt.c where it is used (it is
3224 also used in lib_ppc/bootm.c).
3225
3226 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3227
3228commit e489b9c078e22b0d9e75f002cd2a1bd967e88f5e
3229Author: Kim Phillips <kim.phillips@freescale.com>
3230Date: Tue Jun 10 11:06:17 2008 -0500
3231
3232 fdt: unshadow global working fdt variable
3233
3234 differentiate with local variables of the same name by renaming the
3235 global 'fdt' variable 'working_fdt'.
3236
3237 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3238
3239commit e1eb0e25d9d8fd8efdfb93f670a417663f386022
3240Author: Andy Fleming <afleming@freescale.com>
3241Date: Tue Jun 10 18:49:34 2008 -0500
3242
3243 socrates: Fix PCI clk fix patch
3244
3245 The submitted patch seems to have been more up-to-date, but an older patch was
3246 already in the repository. This patch encompasses the differences
3247
3248 Taken entirely from Sergei Poselenov <sposelenov@emcraft.com>
3249
3250 Signed-off-by: Andy Fleming <afleming@freescale.com>
3251
3252commit a75a57ef6e4b613c81434971e96ed70cf9ec9ba0
3253Author: Wolfgang Grandegger <wg@grandegger.com>
3254Date: Thu Jun 5 13:02:29 2008 +0200
3255
3256 NAND FSL UPM: driver re-write using the hwcontrol callback
3257
3258 This is a re-write of the NAND FSL UPM driver using the more universal
3259 hwcontrol callback (instead of the cmdfunc callback). Here is a brief
3260 list of furher modifications:
3261
3262 - For the time being, the UPM setup writing the UPM array has been
3263 removed from the driver and must now be done by the board specific
3264 code.
3265
3266 - The bus width definition in "struct fsl_upm_nand" is now in bits to
3267 comply with the corresponding Linux driver and 8, 16 and 32 bit
3268 accesses are supported.
3269
3270 - chip->dev_read is only set if fun->dev_ready != NULL, which is
3271 required for boards not connecting the R/B pin.
3272
3273 - A few issue have been fixed with MxMR bit manipulation like in the
3274 corresponding Linux driver.
3275
3276 Note: I think the "io_addr" field of "struct fsl_upm" could be removed
3277 as well, because the address is already determined by
3278 "nand->IO_ADDR_[RW]", but I'm not 100% sure.
3279
3280 This patch has been tested on a TQM8548 modules with the NAND chip
3281 Micron MT29F8G08FABWP.
3282
3283 This patch is based on the following patches posted to this list a few
3284 minutes ago:
3285
3286 PPC: add accessor macros to clear and set bits in one shot
3287 83xx/85xx/86xx: add more MxMR local bus definitions
3288
3289 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3290 Acked-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3291
3292commit 6beecfbb542992eede5831240cd58678274683a9
3293Author: Wolfgang Grandegger <wg@grandegger.com>
3294Date: Thu Jun 5 13:11:59 2008 +0200
3295
3296 MPC85xx: Beautify boot output of L2 cache configuration
3297
3298 The boot output is now aligned poperly with other boot output
3299 lines, e.g.:
3300
3301 FLASH: 128 MB
3302 L2: 512 KB enabled
3303
3304 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3305
3306commit 398415114f0a705163a14543e9fef03f734b1ffa
3307Author: Wolfgang Grandegger <wg@grandegger.com>
3308Date: Wed Jun 4 12:45:22 2008 +0200
3309
3310 PPC: add accessor macros to clear and set bits in one shot
3311
3312 PPC: add accessor macros to clear and set bits in one shot
3313
3314 This patch adds macros from linux/include/asm-powerpc/io.h to clear and
3315 set bits in one shot using the in_be32, out_be32, etc. accessor functions.
3316 They are very handy to manipulate bits it I/O registers.
3317
3318 This patch is required for my forthcoming FSL NAND UPM driver re-write and
3319 the support for the TQM8548 module.
3320
3321 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3322
3323commit 4677988c7edc070c3786d3db7994abeca3ab82a0
3324Author: Wolfgang Grandegger <wg@grandegger.com>
3325Date: Wed Jun 4 13:52:17 2008 +0200
3326
3327 TQM: move TQM boards to board/tqc
3328
3329 Move all TQM board directories to the vendor specific directory "tqc"
3330 for modules from TQ-Components GmbH (http://www.tqc.de).
3331
3332 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3333
3334commit 6fab2fe72ca5bf95280cd52cdf378af3e506eb50
3335Author: Wolfgang Grandegger <wg@grandegger.com>
3336Date: Mon Jun 2 12:09:30 2008 +0200
3337
3338 83xx/85xx/86xx: add more MxMR local bus definitions
3339
3340 83xx/85xx/86xx: add more MxMR local bus definitions
3341
3342 This patch adds more macro definitions for the UPM Machine Mode Registers
3343 They are copied from "include/mpc82xx.h" to simplify the merge of all 8xxx
3344 common local bus definitions into include/asm-ppc/fsl_lbc.h. They are
3345 required for my forthcoming FSL NAND UPM driver re-write and the support
3346 for the TQM8548 module.
3347
3348 This patch is based on the following two patches from Anton Vorontsov:
3349
3350 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06511.html
3351 http://www.mail-archive.com/u-boot-users@lists.sourceforge.net/msg06587.html
3352
3353 I leave coding style violation fixes, code beautification and name
3354 corrections to somebody else ;-(.
3355
3356 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
3357
3358commit c8c5fc266e4499e283c293ccb972863156aa4134
3359Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3360Date: Thu May 29 18:14:56 2008 +0400
3361
3362 83xx/85xx: further localbus cleanups
3363
3364 Merge mpc85xx.h's LBC defines to fsl_lbc.h. Also, adopt ACS names
3365 from mpc85xx.h, so ACS_0b10 renamed to ACS_DIV4, ACS_0b11 to ACS_DIV2.
3366
3367 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3368
3369commit 42dbd667c88d496882d53e22656e89b654205492
3370Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3371Date: Wed May 28 18:20:15 2008 +0400
3372
3373 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
3374
3375 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
3376 use it on MPC85xx and MPC86xx processors.
3377
3378 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3379
3380commit 730b2fcf6fcd9eec3ea86fbb087c3f98aa23a769
3381Author: Kumar Gala <galak@kernel.crashing.org>
3382Date: Thu May 29 11:22:06 2008 -0500
3383
3384 85xx: Add setting of cache props in the device tree.
3385
3386 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3387
3388commit 4dbdb7681e243431530df0725627192a0c4aefda
3389Author: Kumar Gala <galak@kernel.crashing.org>
3390Date: Tue Jun 10 16:53:46 2008 -0500
3391
3392 85xx: expose cpu identification
3393
3394 The current cpu identification code is used just to return the name
3395 of the processor at boot. There are some other locations that the name
3396 is useful (device tree setup). Expose the functionality to other bits
3397 of code.
3398
3399 Also, drop the 'E' suffix and add it on by looking at the SVR version
3400 when we print this out. This is mainly to allow the most flexible use
3401 of the name. The device tree code tends to not care about the 'E' suffix.
3402
3403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3404
3405commit 2329fe113d847e43cca8e4a0e4edd613b50b8492
3406Author: Kim Phillips <kim.phillips@freescale.com>
3407Date: Tue Jun 10 13:25:24 2008 -0500
3408
3409 mpc83xx: MVBLM7: minor build fixups
3410
3411 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3412
3413commit a1293e549b56da135ef32ffca5b9d35a16aa6802
3414Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3415Date: Tue Jun 10 09:14:05 2008 +0200
3416
3417 add MPC8343 based board mvBlueLYNX-M7 (board+make files)
3418
3419 Add MPC8343 based board mvBlueLYNX-M7.
3420 It's a single board stereo camera system.
3421 Please read doc/README.mvblm7 for details.
3422
3423 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3424 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3425
3426commit c005b93925ba49f07da2aa748527996d927e172f
3427Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
3428Date: Tue Jun 10 09:13:16 2008 +0200
3429
3430 add MPC8343 based board mvBlueLYNX-M7 (doc+config)
3431
3432 Add MPC8343 based board mvBlueLYNX-M7.
3433 It's a single board stereo camera system.
3434 Please read doc/README.mvblm7 for details.
3435
3436 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
3437 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3438
3439commit f9023afbdfd9f27e7c38f3cce965746e56d62dd3
3440Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3441Date: Thu May 29 18:14:56 2008 +0400
3442
3443 83xx/85xx: further localbus cleanups
3444
3445 move the BRx_* and ORx_* left behind in mpc85xx.h
3446
3447 The same is needed for mpc8xx.h and mpc8260.h (defines are almost
3448 the same, just few differences which needs some attention though).
3449
3450 But the bad news for mpc8xx and mpc8260 is that there are a lot of users
3451 of these defines. So this cleanup I'll leave for the "better times".
3452
3453 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3454 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3455
3456commit bf30bb1f7c954d7855d9b23624b33b00c50b4697
3457Author: Anton Vorontsov <avorontsov@ru.mvista.com>
3458Date: Wed May 28 18:20:15 2008 +0400
3459
3460 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h
3461
3462 This patch moves Freescale Localbus defines out of mpc83xx.h, so we could
3463 use it on MPC85xx and MPC86xx processors.
3464
3465 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
3466 Acked-by: Andy Fleming <afleming@freescale.com>
3467 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3468
3469commit d82b4fc0ce8cca95e857fc51022e841cb2dbee6a
3470Author: Tor Krill <tor@excito.com>
3471Date: Mon Jun 2 15:09:30 2008 +0200
3472
3473 Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h
3474
3475 Signed-off-by: Tor Krill <tor@excito.com>
3476 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
3477
3478commit 3b904ccb93c3196727e2e9870cb1df903cab19ad
3479Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3480Date: Mon Jun 9 23:37:44 2008 +0900
3481
3482 net: Conditional COBJS inclusion of network drivers
3483
3484 Replace COBJS-y with appropriate driver config names.
3485
3486 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3487 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3488
3489commit 2fb698bf50f4aff2485581a12fa634a07c040e4a
3490Author: Gerald Van Baren <vanbaren@cideas.com>
3491Date: Mon Jun 9 21:02:17 2008 -0400
3492
3493 Use strncmp() for the fdt command
3494
3495 Cleaner than doing multiple conditionals on characters.
3496
3497 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3498
3499commit 47abe8ab290d2721a8eeadff65b939e6af8c01b0
3500Author: Gerald Van Baren <vanbaren@cideas.com>
3501Date: Sat Jun 7 12:25:05 2008 -0400
3502
3503 The fdt boardsetup command criteria was not unique
3504
3505 It was checking just for "b", which is not unique with respect to the
3506 "boot" command. Change to check for "boa"[rdsetup].
3507
3508 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3509
3510commit 2f08bfa9526bae4f461e043530cfb903fec0d273
3511Author: David Gibson <david@gibson.dropbear.id.au>
3512Date: Tue May 20 17:19:11 2008 +1000
3513
3514 libfdt: Several cleanups to parameter checking
3515
3516 This patch makes a couple of small cleanups to parameter checking of
3517 libfdt functions.
3518
3519 - In several functions which take a node offset, we use an
3520 idiom involving fdt_next_tag() first to check that we have indeed been
3521 given a node offset. This patch adds a helper function
3522 _fdt_check_node_offset() to encapsulate this usage of fdt_next_tag().
3523
3524 - In fdt_rw.c in several places we have the expanded version
3525 of the RW_CHECK_HEADER() macro for no particular reason. This patch
3526 replaces those instances with an invocation of the macro; that's what
3527 it's for.
3528
3529 - In fdt_sw.c we rename the check_header_sw() function to
3530 sw_check_header() to match the analgous function in fdt_rw.c, and we
3531 provide an SW_CHECK_HEADER() wrapper macro as RW_CHECK_HEADER()
3532 functions in fdt_rw.c
3533
3534 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
3535
3536commit fec6d9ee7c10443f65ce1788ef818919167bbf2e
3537Author: Gerald Van Baren <vanbaren@cideas.com>
3538Date: Tue Jun 3 20:34:45 2008 -0400
3539
3540 Remove the deprecated CONFIG_OF_FLAT_TREE
3541
3542 Use CONFIG_OF_LIBFDT instead to support flattened device trees. It is
3543 cleaner, has better functionality, and is better supported.
3544
3545 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3546
3547commit 62bcdda293efa752f8281fbd9da03822b27ce82f
3548Author: Gerald Van Baren <vanbaren@cideas.com>
3549Date: Tue Jun 3 20:26:29 2008 -0400
3550
3551 Change the stxxst to CONFIG_OF_LIBFDT
3552
3553 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3554 to CONFIG_OF_LIBFDT.
3555
3556 WARNING: It appears that this board lost its ability to boot via a
3557 flattened device tree prior to this changeset.
3558
3559 WARNING: This conversion was untested because I do not have a board to
3560 test it on.
3561
3562 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3563
3564commit 589c04271d129729a8b01391453851ab9cc4069c
3565Author: Gerald Van Baren <vanbaren@cideas.com>
3566Date: Tue Jun 3 20:24:58 2008 -0400
3567
3568 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT
3569
3570 This was configured to use the deprecated CONFIG_OF_FLAT_TREE, change
3571 to CONFIG_OF_LIBFDT.
3572
3573 WARNING: This conversion is untested because I do not have a board to
3574 test it on.
3575
3576 NOTE: The FDT blob (DTS) must have an /aliases/ethernet0 and (optionally)
3577 /aliases/ethernet1 property for the ethernet to work.
3578
3579 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
3580
3581commit ee1e35bede91debc8bff9b02f75574486033b652
3582Author: Kumar Gala <galak@kernel.crashing.org>
3583Date: Thu May 29 01:21:24 2008 -0500
3584
3585 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it
3586
3587 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
3588
3589commit 3b9519fc50802436e417c839e69df7b2016cade5
3590Author: Becky Bruce <becky.bruce@freescale.com>
3591Date: Wed May 14 13:10:04 2008 -0500
3592
3593 MPC85xx: Change traps.c to not reference non-addressable memory
3594
3595 Currently, END_OF_RAM is used by the trap code to determine if
3596 we should attempt to access the stack pointer or not. However,
3597 on systems with a lot of RAM, only a subset of the RAM is
3598 guaranteed to be mapped in and accessible. Change END_OF_RAM
3599 to use get_effective_memsize() instead of using the raw ram
3600 size out of the bd.
3601
3602 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3603
3604commit 7faddaecea52f585f538fdf9c2e61f85a789b19c
3605Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3606Date: Mon Jun 9 13:39:57 2008 +0900
3607
3608 sh: Renesas Solutions SH7763RDP board support
3609
3610 SH7763RDP has SCIF, NOR Flash, Ethernet, USB host, LCDC and MMC.
3611 In this patch, support SCIF, NOR Flash, and Ethernet.
3612
3613 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3615
3616commit 60179098a95eaa972007d7ec58e4c1588029720f
3617Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3618Date: Fri Jun 6 16:24:13 2008 +0900
3619
3620 sh: Add support Renesas SH7763
3621
3622 Renesas SH7763 has 3 SCIF, MMC, LCDC, Ethernet and other.
3623 This patch supprts CPU register's header file.
3624
3625 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3626 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3627
3628commit 08c5fabe181d663eec0feba5ecd02c0b78934a52
3629Author: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3630Date: Fri Jun 6 16:16:08 2008 +0900
3631
3632 sh: SH7763 SCIF support
3633
3634 SH7763 has 3 SCIF channels. SCIF0 and 1 are same register constitution,
3635 but only SCIF2 is different. This patch work all SCIF channel.
3636
3637 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
3638 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3639
3640commit 79b51ff8205f0354d5300570614c1d2db499679c
3641Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3642Date: Sat Jun 7 20:51:59 2008 +0900
3643
3644 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines
3645
3646 Also get rid of some #ifdefs in *.c files.
3647
3648 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3649
3650commit 8bde63eb3f79d68f693201528dafc8ae7aa087de
3651Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3652Date: Sat Jun 7 20:51:56 2008 +0900
3653
3654 [MIPS] Rename Alchemy processor configs into CONFIG_SOC_*
3655
3656 CONFIG_SOC_AU1X00
3657
3658 Common Alchemy Au1x00 stuff. All Alchemy processor based machines
3659 need to have this config as a system type specifier.
3660
3661 CONFIG_SOC_AU1000, CONFIG_SOC_AU1100, CONFIG_SOC_AU1200,
3662 CONFIG_SOC_AU1500, CONFIG_SOC_AU1550
3663
3664 Machine type specifiers. Each port should have one of aboves.
3665
3666 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3667
3668commit cc49cadeeb8bb2f0ae3fdc13af7051ae59f083bc
3669Author: Stuart Wood <stuart.wood@labxtechnologies.com>
3670Date: Fri May 30 16:05:28 2008 -0400
3671
3672 env_nand.c: Added bad block management for environment variables
3673
3674 Modified to check for bad blocks and to skipping over them when
3675 CFG_ENV_RANGE has been defined.
3676 CFG_ENV_RANGE must be larger than CFG_ENV_SIZE and aligned to the NAND
3677 flash block size.
3678
3679 Signed-off-by: Stuart Wood <stuart.wood@labxtechnologies.com>
3680 Signed-off-by: Scott Wood <scottwood@freescale.com>
3681
3682commit 279726bd00558e80263d44581c44167625b7fb9a
3683Author: Becky Bruce <becky.bruce@freescale.com>
3684Date: Wed May 14 13:09:58 2008 -0500
3685
3686 MPC86xx: Change traps.c to not reference non-addressable memory
3687
3688 Currently, END_OF_RAM is used by the trap code to determine if
3689 we should attempt to access the stack pointer or not. However,
3690 on systems with a lot of RAM, only a subset of the RAM is
3691 guaranteed to be mapped in and accessible. Change END_OF_RAM
3692 to use get_effective_memsize() instead of using the raw ram
3693 size out of the bd to prevent us from trying to access
3694 non-mapped memory.
3695
3696 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
3697
3698commit 338cc038461a6c7709c5b86fd9a240209338a1ae
3699Author: Wolfgang Denk <wd@denx.de>
3700Date: Fri Jun 6 14:28:14 2008 +0200
3701
3702 tools/mkimage: fix compiler warnings on some systems.
3703
3704 Signed-off-by: Wolfgang Denk <wd@denx.de>
3705
3706commit b2815f79288d4da7a3ba18bdbd05120ce09d5622
3707Author: Stefan Roese <sr@denx.de>
3708Date: Fri Jun 6 16:10:41 2008 +0200
3709
3710 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options
3711
3712 We use upper case letters for the AMCC processor defines (like
3713 CONFIG_440SPE) in U-Boot. So the 440SPe is labeled CONFIG_440SPE and
3714 not CONFIG_440SPe. This patch fixes the last misspelled config options.
3715
3716 Signed-off-by: Stefan Roese <sr@denx.de>
3717
3718commit 72675dc6c06a48846d180106161d49dd714383cc
3719Author: Stefan Roese <sr@denx.de>
3720Date: Fri Jun 6 15:55:21 2008 +0200
3721
3722 ppc4xx: Unify AMCC's board config files (part 3/3)
3723
3724 This patch series unifies the AMCC eval board ports by introducing
3725 a common include header for all AMCC eval boards:
3726
3727 include/configs/amcc-common.h
3728
3729 This header now includes all common configuration options/defines which
3730 are removed from the board specific headers.
3731
3732 The reason for this is ease of maintenance and unified look and feel
3733 of all AMCC boards.
3734
3735 Signed-off-by: Stefan Roese <sr@denx.de>
3736
3737commit 490f204096d6e2c9940f67816f154a8125bab116
3738Author: Stefan Roese <sr@denx.de>
3739Date: Fri Jun 6 15:55:03 2008 +0200
3740
3741 ppc4xx: Unify AMCC's board config files (part 2/3)
3742
3743 This patch series unifies the AMCC eval board ports by introducing
3744 a common include header for all AMCC eval boards:
3745
3746 include/configs/amcc-common.h
3747
3748 This header now includes all common configuration options/defines which
3749 are removed from the board specific headers.
3750
3751 The reason for this is ease of maintenance and unified look and feel
3752 of all AMCC boards.
3753
3754 Signed-off-by: Stefan Roese <sr@denx.de>
3755
3756commit a8a11a9ed046b480a16e47a158f8f5300028dfa6
3757Author: Stefan Roese <sr@denx.de>
3758Date: Fri Jun 6 15:54:31 2008 +0200
3759
3760 ppc4xx: Unify AMCC's board config files (part 1/3)
3761
3762 This patch series unifies the AMCC eval board ports by introducing
3763 a common include header for all AMCC eval boards:
3764
3765 include/configs/amcc-common.h
3766
3767 This header now includes all common configuration options/defines which
3768 are removed from the board specific headers.
3769
3770 The reason for this is ease of maintenance and unified look and feel
3771 of all AMCC boards.
3772
3773 Signed-off-by: Stefan Roese <sr@denx.de>
3774
3775commit 0e38c938ed4bcadb4f4fc1419a541431e94fc202
3776Author: Remy Bohmer <linux@bohmer.net>
3777Date: Thu Jun 5 13:03:36 2008 +0200
3778
3779 DM9000 fix status check fail 0x6d error for trizeps board
3780
3781 According to the Application Notes of the DM9000, only the 2 bits 0:1 of
3782 the status byte need to be checked to identify a valid packet in the fifo
3783
3784 But, The several different Application Notes do not all speak the same
3785 language on these bits. They do not disagree, but only 1 Application Note
3786 noted explicitly that only these 2 bits need to be checked.
3787 Even the datasheets do not mention anything about these 2 bits.
3788
3789 Because the old code, and the kernel check the whole byte, I left this piece
3790 untouched.
3791
3792 However, I tested all board/DM9000[A|E|EP] devices with this 2 bit check, so
3793 it should work.
3794
3795 Notice, that the 2nd iteration through this receive loop (when a 2nd packet is
3796 in the fifo) is much shorter now, compared to the older U-boot driver code,
3797 so that we can maybe run into a hardware condition now that was never seen
3798 before, or maybe was seen very unfrequently.
3799
3800 Additionaly added a cleanup of a stack variable.
3801
3802 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3803 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3804
3805commit 7daf2ebe9196dd67131a06d85049c3a8a08ca413
3806Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3807Date: Thu Jun 5 22:29:00 2008 +0900
3808
3809 [MIPS] Update <asm/addrspace.h> header
3810
3811 - Fix traditional KSEG names
3812 - Replace PHYSADDR with CPHYSADDR
3813
3814 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3815
3816commit f0d5a6f060d00358b85c62a921a423ea8df71184
3817Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3818Date: Thu Jun 5 22:29:00 2008 +0900
3819
3820 [MIPS] mips_config.mk: Misc fixes
3821
3822 - Kill redundant `-pipe' (this will be added by $(TOPDIR)/config.mk)
3823 - Modify comments
3824
3825 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3826
3827commit 5f64d21c9a2998794f255b469165b91f092dfc2d
3828Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3829Date: Thu Jun 5 22:29:00 2008 +0900
3830
3831 [MIPS] Kill unused <version.h> inclusions
3832
3833 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3834
3835commit a55d48174cfd1a5bc184159513f48dcbbe409c83
3836Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3837Date: Thu Jun 5 22:29:00 2008 +0900
3838
3839 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines
3840
3841 MIPS port has two problems in timer routines. One is now we assume CFG_HZ
3842 equals to CP0 counter frequency, but this is wrong. CFG_HZ has to be 1000
3843 in the U-Boot system.
3844
3845 The other is we don't have a proper time management counter like timestamp
3846 other ARCHs have. We need the 32-bit millisecond clock counter.
3847
3848 This patch introduces timestamp and CYCLES_PER_JIFFY. timestamp is a
3849 32-bit non-overflowing CFG_HZ counter, and CYCLES_PER_JIFFY is the number
3850 of calculated CP0 counter cycles in a CFG_HZ.
3851
3852 STRATEGY:
3853
3854 * Fix improper CFG_HZ value to have 1000
3855
3856 * Use CFG_MIPS_TIMER_FREQ for timer counter frequency, instead.
3857
3858 * timer_init: initialize timestamp and set up the first timer expiration.
3859 Note that we don't need to initialize CP0 count/compare registers here
3860 as they have been already zeroed out on the system reset. Leave them as
3861 they are.
3862
3863 * get_timer: calculate how many timestamps have been passed, then return
3864 base-relative timestamp. Make sure we can easily count missed timestamps
3865 regardless of CP0 count/compare value.
3866
3867 * get_ticks: return the current timestamp, that is get_timer(0).
3868
3869 Most parts are from good old Linux v2.6.16 kernel.
3870
3871 v2:
3872 - Remove FIXME comments as they turned out to be trivial.
3873 - Use CP0 compare register as a global variable for expirelo.
3874 - Kill a global variable 'cycles_per_jiffy'. Use #define CYCLES_PER_JIFFY
3875 instead.
3876
3877 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3878
3879commit 199e4f657c8af42efe3fb3ba1d1104eb6bb28c25
3880Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3881Date: Thu Jun 5 22:29:00 2008 +0900
3882
3883 [MIPS] lib_mips/time.c: Fix udelay
3884
3885 What we have to do is just to wait for given micro-seconds. No need to
3886 take into account current time, get_timer and CFG_HZ.
3887
3888 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3889
3890commit c7e38e413ae69120d3e51f132c7cb1d6b3514d03
3891Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3892Date: Thu Jun 5 22:28:59 2008 +0900
3893
3894 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros
3895
3896 We already have many pre-defined CP0 access macros in <asm/mipsregs.h>.
3897 This patch replaces mips_{compare,count}_set and mips_count_get with
3898 existing macros.
3899
3900 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
3901
3902commit 6b52cfe16cd539935e32bd8cf19146522e462a4d
3903Author: Remy Bohmer <linux@bohmer.net>
3904Date: Tue Jun 3 15:48:17 2008 +0200
3905
3906 Get rid of annoying/superfluous bad-checksum warning message
3907
3908 U-boot can complain a lot about 'checksum bad' when it is attached to the network.
3909 It is annoying for ordinary users who start to doubt the network connection
3910 in general when they see messages like this.
3911
3912 This is caused by the routine NetCksumOk() which cannot handle IP-headers longer
3913 than 20 bytes. Those packages can be ignored anyway by U-boot, so we trash them
3914 now before checking the checksum.
3915
3916 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3917 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3918
3919commit d6ee5fa40c26970d39990c6fc4a2f20a97822650
3920Author: Remy Bohmer <linux@bohmer.net>
3921Date: Wed Jun 4 10:47:25 2008 +0200
3922
3923 Fix order for reading rx-status registers in 32bit mode of DM9000
3924
3925 A last minute cleanup before submitting the DM9000A patch series yesterday introduced
3926 a bug in reading the rx-status registers in 32bit mode only.
3927 This patch repairs this.
3928
3929 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3930 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3931
3932commit 98291e2e689096420465074cce926b226d2e71b4
3933Author: Remy Bohmer <linux@bohmer.net>
3934Date: Tue Jun 3 15:26:26 2008 +0200
3935
3936 DM9000: Some minor code cleanups
3937
3938 Some lines of the U-boot DM9000x driver are longer than 80 characters, or
3939 need some other minor cleanup.
3940
3941 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3942 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3943
3944commit 850ba7555dbd4ca8d14fc475b864d534797adab3
3945Author: Remy Bohmer <linux@bohmer.net>
3946Date: Tue Jun 3 15:26:25 2008 +0200
3947
3948 DM9000: Make driver work properly for DM9000A
3949
3950 The DM9000A network controller does not work with the U-boot DM9000x driver.
3951 Analysis showed that many incoming packets are lost.
3952
3953 The DM9000A Application Notes V1.20 (section 5.6.1) recommend that the poll to
3954 check for a valid rx packet be done on the interrupt status register, not
3955 directly by performing the dummy read and the rx status check as is currently
3956 the case in the u-boot driver.
3957
3958 When the recommended poll is done as suggested the driver starts working
3959 correctly on 10Mbit/HD, but on 100MBit/FD packets come in faster so that there
3960 can be more than 1 package in the fifo at the same time.
3961
3962 The driver must perform the rx-status check in a loop and read and handle all
3963 packages until there is no more left _after_ the interrupt RX flag is set.
3964
3965 This change has been tested with DM9000A, DM9000E, DM9000EP.
3966
3967 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3968 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3969
3970commit fbcb7ece0ea1e364180f1cf963e0fa0ce7f6560d
3971Author: Remy Bohmer <linux@bohmer.net>
3972Date: Tue Jun 3 15:26:24 2008 +0200
3973
3974 DM9000: Improve eth_reset() routine
3975
3976 According to the application notes of the DM9000 v1.22 chapter 5.2 bullet 2, the
3977 reset procedure must be done twice to properly reset the DM9000 by means of software.
3978 This errata is not needed anymore for the DM9000A, but it does not bother it.
3979
3980 This change has been tested with DM9000A, DM9000E, DM9000EP.
3981
3982 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3983 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
3984
3985commit acba31847fad9ae40708cc2c9f3a634ec35f3416
3986Author: Remy Bohmer <linux@bohmer.net>
3987Date: Tue Jun 3 15:26:23 2008 +0200
3988
3989 DM9000: improve eth_send() routine
3990
3991 The eth_send routine of the U-boot DM9000x driver does not match the
3992 DM9000 or DM9000A application notes/programming guides.
3993
3994 This change improves the stability of the DM9000A network controller.
3995
3996 This change has been tested with DM9000A, DM9000E, DM9000EP.
3997
3998 Signed-off-by: Remy Bohmer <linux@bohmer.net>
3999 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4000
4001commit 134e266253c02a7832560da59d394989c4f64453
4002Author: Remy Bohmer <linux@bohmer.net>
4003Date: Tue Jun 3 15:26:22 2008 +0200
4004
4005 DM9000: repair debug logging
4006
4007 It seems that the debugging code of the DM9000x driver in U-boot has not been
4008 compiled for a long time, because it cannot compile...
4009
4010 Also rearranged some loglines to get more useful info while debugging.
4011
4012 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4013 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4014
4015commit a101361bfe23c120321e45d114c0603b8e0763e9
4016Author: Remy Bohmer <linux@bohmer.net>
4017Date: Tue Jun 3 15:26:21 2008 +0200
4018
4019 DM9000: Add data bus-width auto detection.
4020
4021 The U-boot DM9000x driver contains a compile time bus-width definition for
4022 the databus connected to the network controller.
4023
4024 This compile check makes the code unclear, inflexible and is unneccessary.
4025 It can be asked to the network controller what its bus-width is by reading bits
4026 6 and 7 of the interrupt status register.
4027
4028 The linux kernel already uses a runtime mechanism to determine this bus-width,
4029 so the implementation below looks somewhat like that implementation.
4030
4031 This change has been tested with DM9000A, DM9000E, DM9000EP.
4032
4033 Signed-off-by: Remy Bohmer <linux@bohmer.net>
4034 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4035
4036commit 63a0afa0c32e5f4ea98a9439542870072437404d
4037Author: Stefan Roese <sr@denx.de>
4038Date: Wed Jun 4 19:19:20 2008 +0200
4039
4040 ppc4xx: Fix problem with SDRAM init in bamboo NAND booting port
4041
4042 This patch fixes a problem spotted by Eugene O'Brian (thanks Eugene)
4043 introduced by the commit:
4044
4045 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
4046
4047 With this patch SDRAM will get initialized again and booting from NAND
4048 is working again.
4049
4050 Signed-off-by: Stefan Roese <sr@denx.de>
4051 Acked-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
4052
4053commit 9ef1cbef1a649e3779298b0e663be4865cbbbfbc
4054Author: Wolfgang Denk <wd@denx.de>
4055Date: Tue May 27 14:19:30 2008 +0200
4056
4057 Socrates: Fix PCI bus frequency report
4058
4059 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
4060
4061commit 8ec6e332eace0ee78c71ee5f645d12b06813b86f
4062Author: Tor Krill <tor@excito.com>
4063Date: Thu May 29 11:10:30 2008 +0200
4064
4065 Fix incorrect switch for IF_TYPE in part.c
4066
4067 Use correct field in block_dev_desc_t when writing interface type in
4068 dev_print. Error introduced in 574b3195.
4069
4070 Also added fix from Martin Krause
4071
4072 Signed-off-by: Tor Krill <tor@excito.com>
4073
4074commit b64b8a0bd310935b70af69ac970952f2b364ae56
4075Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
4076Date: Tue May 27 10:25:39 2008 +0200
4077
4078 Add size #defines for Altera Cyclone-II EP2C8 and EP2C20.
4079
4080 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
4081
4082commit 35ef877f0a8f6232cdef748f442fed5accb2b641
4083Author: Peter Tyser <ptyser@xes-inc.com>
4084Date: Thu May 22 18:56:52 2008 -0500
4085
4086 Additional fix to readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
4087
4088 Removed unneeded command line history initialization. Also, the original
4089 code would access the 'initted' variable before relocation to SDRAM
4090 which resulted in erratic behavior since the bss is not initialized when
4091 executing from flash.
4092
4093 Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
4094
4095commit 22f371b63038a4ecab04068877c1089e51a01ba1
4096Author: Grant Erickson <gerickson@nuovations.com>
4097Date: Wed May 21 13:28:30 2008 -0700
4098
4099 PPC4xx: Simplified post_word_{load, store}
4100
4101 This patch simplifies post_word_{load,store} by using the preprocessor
4102 to eliminate redundant, copy-and-pasted code.
4103
4104 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4105
4106commit 9c048b523413ae5f3ff34e00cf57569c3368ab51
4107Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4108Date: Wed May 7 21:25:33 2008 +0400
4109
4110 cfi_flash: enable M18 flash chips family support.
4111
4112 Added new command set ID. Buffered write command processing is changed
4113 in order to support M18 flash chips family.
4114
4115 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4116 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4117
4118commit 93c56f212ccdadc182018f0769cb284426b88f1d
4119Author: Vasiliy Leoenenko <vasiliy.leonenko@mail.ru>
4120Date: Wed May 7 21:24:44 2008 +0400
4121
4122 cfi_flash: support of long cmd in U-boot.
4123
4124 Some NOR flash chips needs support of commands with length grether than max
4125 value size of uchar. For example all M18 family chips use 0x1ff command in
4126 buffered write mode as value of program loops count.
4127
4128 Signed-off-by: Alexey Korolev <akorolev@infradead.org>
4129 Signed-off-by: Vasiliy Leonenko <vasiliy.leonenko@mail.ru>
4130
4131commit 4d91d1df2f16b511ab80dec50c80e050ba0d841e
4132Author: Stefan Roese <sr@denx.de>
4133Date: Fri May 16 11:06:06 2008 +0200
4134
4135 DTT: Issue one-shot command on AD7414 (LM75 code) to read temp
4136
4137 On AD7414 the first value upon bootup is not read correctly.
4138 This is most likely because of the 800ms update time of the
4139 temp register in normal update mode. To get current values
4140 each time we issue the "dtt" command including upon powerup
4141 we switch into one-short mode.
4142
4143 This patch fixes the problem on AD7414 equipped boards (Sequoia,
4144 Canyonlands etc), that temp value printed in the bootup log was
4145 incorrect.
4146
4147 Signed-off-by: Stefan Roese <sr@denx.de>
4148
4149commit de5bfcf7b0425e032be12698252dbaa6b65a28c0
4150Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4151Date: Fri May 30 16:55:06 2008 +0200
4152
4153 ppc4xx: Cleanup CPCI405 variant's config file
4154
4155 This patch removes some dead code from CPCI405 board's
4156 config files. JFFS2 support is also removed. It's not used and
4157 CPCI4052 does not build anymore without some size reduction.
4158
4159 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
4160
4161commit 2918eb9d42bc705fcbd18c9fcc39d15ff2843c65
4162Author: Kenneth Johansson <kenneth@southpole.se>
4163Date: Thu May 29 16:32:33 2008 +0200
4164
4165 Remove shell variable UNDEF_SYM.
4166
4167 UNDEF_SYM is a shell variable in the main Makefile used to force the
4168 linker to add all u-boot commands to the final image. It has no use here.
4169
4170 Signed-off-by: Kenneth Johansson <kenneth@southpole.se>
4171
4172commit 8c66497e06bf803489c589df58ee591d71033274
4173Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4174Date: Fri May 16 11:10:35 2008 +0200
4175
4176 Add support for environment in SPI flash
4177
4178 This is pretty incomplete...it doesn't handle reading the environment
4179 before relocation, it doesn't support redundant environment, and it
4180 doesn't support embedded environment. But apart from that, it does
4181 seem to work.
4182
4183 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4184
4185commit b6368467e6a97f225e0a5fd7bfc5c7598ef5ddc4
4186Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4187Date: Fri May 16 11:10:34 2008 +0200
4188
4189 SPI Flash: Add "sf" command
4190
4191 This adds a new command, "sf" which can be used to manipulate SPI
4192 flash. Currently, initialization, reading, writing and erasing is
4193 supported.
4194
4195 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4196
4197commit d25ce7d24cc0f93881559f4009175ea305af65e8
4198Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4199Date: Fri May 16 11:10:33 2008 +0200
4200
4201 SPI Flash subsystem
4202
4203 This adds a new SPI flash subsystem.
4204
4205 Currently, only AT45 DataFlash in non-power-of-two mode is supported,
4206 but some preliminary support for other flash types is in place as
4207 well.
4208
4209 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4210
4211commit 60445cb5c3eb77ed1a07f2d908eef09174483698
4212Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
4213Date: Fri May 16 11:10:32 2008 +0200
4214
4215 atmel_spi: Driver for the Atmel SPI controller
4216
4217 This adds a driver for the SPI controller found on most AT91 and AVR32
4218 chips, implementing the new SPI API.
4219
4220 Changed in v4:
4221 - Update to new API
4222 - Handle zero-length transfers appropriately. The user may send a
4223 zero-length SPI transfer with SPI_XFER_END set in order to
4224 deactivate the chip select after a series of transfers with chip
4225 select active. This is useful e.g. when polling the status
4226 register of DataFlash.
4227
4228 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4229
4230commit d255bb0e78d1cac5b7c8c98cb77a095f5f16de0d
4231Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
4232Date: Fri May 16 11:10:31 2008 +0200
4233
4234 SPI API improvements
4235
4236 This patch gets rid of the spi_chipsel table and adds a handful of new
4237 functions that makes the SPI layer cleaner and more flexible.
4238
4239 Instead of the spi_chipsel table, each board that wants to use SPI
4240 gets to implement three hooks:
4241 * spi_cs_activate(): Activates the chipselect for a given slave
4242 * spi_cs_deactivate(): Deactivates the chipselect for a given slave
4243 * spi_cs_is_valid(): Determines if the given bus/chipselect
4244 combination can be activated.
4245
4246 Not all drivers may need those extra functions however. If that's the
4247 case, the board code may just leave them out (assuming they know what
4248 the driver needs) or rely on the linker to strip them out (assuming
4249 --gc-sections is being used.)
4250
4251 To set up communication parameters for a given slave, the driver needs
4252 to call spi_setup_slave(). This returns a pointer to an opaque
4253 spi_slave struct which must be passed as a parameter to subsequent SPI
4254 calls. This struct can be freed by calling spi_free_slave(), but most
4255 driver probably don't want to do this.
4256
4257 Before starting one or more SPI transfers, the driver must call
4258 spi_claim_bus() to gain exclusive access to the SPI bus and initialize
4259 the hardware. When all transfers are done, the driver must call
4260 spi_release_bus() to make the bus available to others, and possibly
4261 shut down the SPI controller hardware.
4262
4263 spi_xfer() behaves mostly the same as before, but it now takes a
4264 spi_slave parameter instead of a spi_chipsel function pointer. It also
4265 got a new parameter, flags, which is used to specify chip select
4266 behaviour. This may be extended with other flags in the future.
4267
4268 This patch has been build-tested on all powerpc and arm boards
4269 involved. I have not tested NIOS since I don't have a toolchain for it
4270 installed, so I expect some breakage there even though I've tried
4271 fixing up everything I could find by visual inspection.
4272
4273 I have run-time tested this on AVR32 ATNGW100 using the atmel_spi and
4274 DataFlash drivers posted as a follow-up. I'd like some help testing
4275 other boards that use the existing SPI API.
4276
4277 But most of all, I'd like some comments on the new API. Is this stuff
4278 usable for everyone? If not, why?
4279
4280 Changed in v4:
4281 - Build fixes for various boards, drivers and commands
4282 - Provide common struct spi_slave definition that can be extended by
4283 drivers
4284 - Pass a struct spi_slave * to spi_cs_activate and spi_cs_deactivate
4285 - Make default bus and mode build-time configurable
4286 - Override default SPI bus ID and mode on mx32ads and imx31_litekit.
4287
4288 Changed in v3:
4289 - Add opaque struct spi_slave for controller-specific data associated
4290 with a slave.
4291 - Add spi_claim_bus() and spi_release_bus()
4292 - Add spi_free_slave()
4293 - spi_setup() is now called spi_setup_slave() and returns a
4294 struct spi_slave
4295 - soft_spi now supports four SPI modes (CPOL|CPHA)
4296 - Add bus parameter to spi_setup_slave()
4297 - Convert the new i.MX32 SPI driver
4298 - Convert the new MC13783 RTC driver
4299
4300 Changed in v2:
4301 - Convert the mpc8xxx_spi driver and the mpc8349emds board to the
4302 new API.
4303
4304 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
4305 Tested-by: Guennadi Liakhovetski <lg@denx.de>
4306
4307commit 289011207d999b2e4085150d2aa30d547ad9b800
4308Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4309Date: Fri May 16 11:10:30 2008 +0200
4310
4311 Move definition of container_of() to common.h
4312
4313 AVR32 and AT91SAM9 both have their own identical definitions of
4314 container_of() taken from the Linux kernel. Move it to common.h so
4315 that all architectures can use it.
4316
4317 container_of() is already used by some drivers, and will be used
4318 extensively by the new and improved SPI API.
4319
4320 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4321
4322commit 110e006fe67fb4a6e1719ae6956c79b7ffc0148b
4323Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4324Date: Fri May 16 11:08:11 2008 +0200
4325
4326 soft_i2c: Pull SDA high before reading
4327
4328 Spotted by Dean Capindale.
4329
4330 Systems that support open-drain GPIO properly are allowed provide an
4331 empty I2C_TRISTATE define. However, this means that we need to be
4332 careful not to drive SDA low when the slave is expected to respond.
4333
4334 This patch adds a missing I2C_SDA(1) to read_byte() required to
4335 tristate the SDA line on systems that support open-drain GPIO.
4336
4337 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4338
4339commit 3c1de1a6d36be9eee284a6c596a86e94f19cc5b2
4340Author: Stefan Roese <sr@denx.de>
4341Date: Mon May 19 11:34:53 2008 +0200
4342
4343 ppc4xx: Remove implementations of testdram()
4344
4345 This patch removes the used testdram() implementations of the board
4346 that are maintained by myself.
4347
4348 Signed-off-by: Stefan Roese <sr@denx.de>
4349
4350commit bbeff30cbd1c5d551eb0ad1c2239ec01844c0b0a
4351Author: Stefan Roese <sr@denx.de>
4352Date: Mon Jun 2 17:37:28 2008 +0200
4353
4354 ppc4xx: Remove superfluous dram_init() call or replace it by initdram()
4355
4356 Historically the 405 U-Boot port had a dram_init() call in early init
4357 stage. This function was still called from start.S and most of the time
4358 coded in assembler. This is not needed anymore (since a long time) and
4359 boards should implement the common initdram() function in C instead.
4360
4361 This patch now removed the dram_init() call from start.S and removes the
4362 empty implementations that are scattered through most of the 405 board
4363 ports. Some older board ports really implement this dram_init() though.
4364 These are:
4365
4366 csb272
4367 csb472
4368 ERIC
4369 EXBITGEN
4370 W7OLMC
4371 W7OLMG
4372
4373 I changed those boards to call this assembler dram_init() function now
4374 from their board specific initdram() instead. This *should* work, but please
4375 test again on those platforms. And it is perhaps a good idea that those
4376 boards use some common 405 SDRAM initialization code from cpu/ppc4xx at
4377 some time. So further patches welcome here.
4378
4379 Signed-off-by: Stefan Roese <sr@denx.de>
4380
4381commit 192f90e272b3989ee7b4a666d1fdab831f20f8d2
4382Author: Stefan Roese <sr@denx.de>
4383Date: Mon Jun 2 17:22:11 2008 +0200
4384
4385 ppc4xx: Use new 4xx SDRAM controller enable defines in common ECC code
4386
4387 Signed-off-by: Stefan Roese <sr@denx.de>
4388
4389commit 39b32be18cd33b53a84065edcd4e465165cc5564
4390Author: Stefan Roese <sr@denx.de>
4391Date: Mon Jun 2 17:20:03 2008 +0200
4392
4393 ppc4xx: Fix common ECC generation code for 440GP style platforms
4394
4395 This patch makes the common 4xx ECC code really usable on 440GP style
4396 platforms.
4397
4398 Since the IBM DDR controller used on 440GP/GX/EP/GR is not register
4399 compatible to the IBM DDR/2 controller used on 405EX/440SP/SPe/460EX/GT
4400 we need to make some processor dependant defines used later on by the
4401 driver.
4402
4403 Signed-off-by: Stefan Roese <sr@denx.de>
4404
4405commit ec724f883ee3f3925e6c55027e8ffa70ada83303
4406Author: Stefan Roese <sr@denx.de>
4407Date: Mon Jun 2 17:13:55 2008 +0200
4408
4409 ppc4xx: Change Kilauea to use the common DDR2 init function
4410
4411 This patch changes the kilauea and kilauea_nand (for NAND booting)
4412 board port to not use a board specific DDR2 init routine anymore. Now
4413 the common code from cpu/ppc4xx is used.
4414
4415 Thanks to Grant Erickson for all his basic work on this 405EX early
4416 bootup.
4417
4418 Signed-off-by: Stefan Roese <sr@denx.de>
4419
4420commit 17ceb069b85fbb9269c4dc09b2c237f88334c5ba
4421Author: Stefan Roese <sr@denx.de>
4422Date: Mon Jun 2 14:59:21 2008 +0200
4423
4424 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part2
4425
4426 This patch now adds a new header file (asm-ppc/ppc4xx-sdram.h) for all
4427 ppc4xx related SDRAM/DDR/DDR2 controller defines.
4428
4429 Signed-off-by: Stefan Roese <sr@denx.de>
4430
4431commit 36ea16f6a066ccb046e91ebce4f326b69f4c0569
4432Author: Stefan Roese <sr@denx.de>
4433Date: Mon Jun 2 14:57:41 2008 +0200
4434
4435 ppc4xx: Consolidate PPC4xx SDRAM/DDR/DDR2 defines, part1
4436
4437 This patch removes all SDRAM related defines from the PPC4xx headers
4438 ppc405.h and ppc440.h. This is needed since now some 405 PPC's use
4439 the same SDRAM controller as 440 systems do (like 405EX and 440SP).
4440
4441 It also introduces new defines for the equipped SDRAM controller based on
4442 which PPC variant is used. There new defines are:
4443
4444 used on 405GR/CR/EP and some Xilinx Virtex boards.
4445
4446 used on 440GP/GX/EP/GR.
4447
4448 used on 440EPx/GRx.
4449
4450 used on 405EX/r/440SP/SPe/460EX/GT.
4451
4452 Signed-off-by: Stefan Roese <sr@denx.de>
4453
4454commit 64852d09e06dd6db2b2db2a3c59bc2db176a54d6
4455Author: Stefan Roese <sr@denx.de>
4456Date: Mon Jun 2 14:35:44 2008 +0200
4457
4458 ppc4xx/NAND_SPL: Consolidate 405 and 440 NAND booting code in start.S
4459
4460 This patch consolidates the 405 and 440 parts of the NAND booting code
4461 selected via CONFIG_NAND_SPL. Now common code is used to initialize the
4462 SDRAM by calling initdram() and to "copy/relocate" to SDRAM/OCM/etc.
4463 Only *after* running from this location, nand_boot() is called.
4464
4465 Please note that the initsdram() call is now moved from nand_boot.c
4466 to start.S. I experienced problems with some boards like Kilauea
4467 (405EX), which don't have internal SRAM (OCM) and relocation needs to
4468 be done to SDRAM before the NAND controller can get accessed. When
4469 initdram() is called later on in nand_boot(), this can lead to problems
4470 with variables in the bss sections like nand_ecc_pos[].
4471
4472 Signed-off-by: Stefan Roese <sr@denx.de>
4473 Acked-by: Scott Wood <scottwood@freescale.com>
4474
4475commit 8a24c07ba5da2c72ad1f05e3eb8a463750200c98
4476Author: Grant Erickson <gerickson@nuovations.com>
4477Date: Thu May 22 14:44:24 2008 -0700
4478
4479 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
4480
4481 This patch (Part 2 of 2):
4482
4483 * Rolls up a suite of changes to enable correct primordial stack and
4484 global data handling when the data cache is used for such a purpose
4485 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
4486
4487 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
4488 eliminating redundant ECC initialization implementations and moving
4489 redundant SDRAM initialization out of board code into shared 4xx
4490 code.
4491
4492 * Enables MCSR visibility on the 405EX(r).
4493
4494 * Enables the use of the data cache for initial RAM on
4495 both AMCC's Kilauea and Makalu and removes a redundant
4496 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
4497
4498 - Removed, per Stefan Roese's request, defunct memory.c file for
4499 Makalu and rolled sdram_init from it into makalu.c.
4500
4501 With respect to the 4xx DDR initialization and ECC unification, there
4502 is certainly more work that can and should be done (file renaming,
4503 etc.). However, that can be handled at a later date on a second or
4504 third pass. As it stands, this patch moves things forward in an
4505 incremental yet positive way for those platforms that utilize this
4506 code and the features associated with it.
4507
4508 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4509 Signed-off-by: Stefan Roese <sr@denx.de>
4510
4511commit c821b5f120bedf73867513466412587c6912a8f8
4512Author: Grant Erickson <gerickson@nuovations.com>
4513Date: Thu May 22 14:44:14 2008 -0700
4514
4515 ppc4xx: Enable Primordial Stack for 40x and Unify ECC Handling
4516
4517 This patch (Part 1 of 2):
4518
4519 * Rolls up a suite of changes to enable correct primordial stack and
4520 global data handling when the data cache is used for such a purpose
4521 for PPC40x-variants (i.e. CFG_INIT_DCACHE_CS).
4522
4523 * Related to the first, unifies DDR2 SDRAM and ECC initialization by
4524 eliminating redundant ECC initialization implementations and moving
4525 redundant SDRAM initialization out of board code into shared 4xx
4526 code.
4527
4528 * Enables MCSR visibility on the 405EX(r).
4529
4530 * Enables the use of the data cache for initial RAM on
4531 both AMCC's Kilauea and Makalu and removes a redundant
4532 CFG_POST_MEMORY flag from each board's CONFIG_POST value.
4533
4534 - Removed, per Stefan Roese's request, defunct memory.c file for
4535 Makalu and rolled sdram_init from it into makalu.c.
4536
4537 With respect to the 4xx DDR initialization and ECC unification, there
4538 is certainly more work that can and should be done (file renaming,
4539 etc.). However, that can be handled at a later date on a second or
4540 third pass. As it stands, this patch moves things forward in an
4541 incremental yet positive way for those platforms that utilize this
4542 code and the features associated with it.
4543
4544 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4545 Signed-off-by: Stefan Roese <sr@denx.de>
4546
4547commit a439680019e06171d4a5694b7992accce87f590e
4548Author: Grant Erickson <gerickson@nuovations.com>
4549Date: Wed May 21 13:28:30 2008 -0700
4550
4551 PPC4xx: Simplified post_word_{load, store}
4552
4553 This patch simplifies post_word_{load,store} by using the preprocessor
4554 to eliminate redundant, copy-and-pasted code.
4555
4556 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
4557
4558commit f979690ee337450b2030aba128f95b7a8d9881c0
4559Author: Kumar Gala <galak@kernel.crashing.org>
4560Date: Thu May 15 15:13:08 2008 -0500
4561
4562 Fix warnings from gcc-4.3.0 build on a ppc host
4563
4564 * The cfi_flash.c memset fix actual allows the board to boot so there is
4565 a bit more going on here than just resolving warnings associated with
4566 uninitialized variables.
4567
4568 * include/asm/bitops.h:302: warning: '__swab32p' is static but used in
4569 inline function 'ext2_find_next_zero_bit' which is not static
4570
4571 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4572
4573commit 9b124a68346ce9605b6e1fcf79e1021541cdba9e
4574Author: Becky Bruce <becky.bruce@freescale.com>
4575Date: Wed May 14 13:09:51 2008 -0500
4576
4577 MPC512x: Change traps.c to not reference non-addressable memory
4578
4579 Currently, END_OF_RAM is used by the trap code to determine if
4580 we should attempt to access the stack pointer or not. However,
4581 on systems with a lot of RAM, only a subset of the RAM is
4582 guaranteed to be mapped in and accessible. Change END_OF_RAM
4583 to use get_effective_memsize() instead of using the raw ram
4584 size out of the bd.
4585
4586 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4587
4588commit 81673e9ae14b771cd13faf19947192599cae3959
4589Author: Kumar Gala <galak@kernel.crashing.org>
4590Date: Tue May 13 19:01:54 2008 -0500
4591
4592 Make sure common.h is the first include.
4593
4594 If common.h isn't first we can get CONFIG_ options defined in the
4595 board config file ignored. This can cause an issue if any of those
4596 config options impact the size of types of data structures
4597 (eg CONFIG_PHYS_64BIT).
4598
4599 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
4600
4601commit 95d449ad4de79dd32b1705b8a4d3550f1e9081e3
4602Author: Marian Balakowicz <m8@semihalf.com>
4603Date: Tue May 13 15:53:29 2008 +0200
4604
4605 Avoid initrd and logbuffer area overlaps
4606
4607 Add logbuffer to reserved LMB areas to prevent initrd allocation
4608 from overlaping with it.
4609
4610 Make sure to use correct logbuffer base address.
4611
4612 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
4613
4614commit 6956d53d9934862507f83f0e3255dfd4662e7482
4615Author: Sascha Laue <sascha.laue@liebherr.com>
4616Date: Tue May 13 13:29:54 2008 +0200
4617
4618 lwmon5: add memory-pattern-test to FPGA POST.
4619
4620commit e34a0e911b6a1568d0ca864234fbd0ee060d9b35
4621Author: Becky Bruce <becky.bruce@freescale.com>
4622Date: Thu May 8 19:02:51 2008 -0500
4623
4624 PPC: 86xx Add bat registers to reginfo command
4625
4626 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4627
4628commit d5b9b8cdb8b6eb3a8b0f5d9909d69ccc9c703ed9
4629Author: Becky Bruce <becky.bruce@freescale.com>
4630Date: Fri May 9 15:41:35 2008 -0500
4631
4632 PPC: Add print_bats() to lib_ppc/bat_rw.c
4633
4634 This function prints the values of all the BAT register
4635 pairs - I needed this for debug earlier this week; adding it to
4636 lib_ppc so others can use it (and add it to reginfo commands
4637 if so desired).
4638
4639 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4640
4641commit c148f24c15743a02e855636e6bed013bd121f7f2
4642Author: Becky Bruce <becky.bruce@freescale.com>
4643Date: Thu May 15 21:29:04 2008 -0500
4644
4645 PPC: Change lib_ppc/bat_rw.c to use high bats
4646
4647 Currently, this code only deals with BATs 0-3, which makes
4648 it useless on systems that support BATs 4-7. Add the
4649 support for these registers.
4650
4651 Signed-off-by: Becky Bruce <Becky.bruce@freescale.com>
4652
4653commit 31d826722434931e1152a09d140187dcf72f8aac
4654Author: Becky Bruce <becky.bruce@freescale.com>
4655Date: Thu May 8 19:02:12 2008 -0500
4656
4657 PPC: Create and use CONFIG_HIGH_BATS
4658
4659 Change all code that conditionally operates on high bat
4660 registers (that is, BATs 4-7) to look at CONFIG_HIGH_BATS
4661 instead of the myriad ways this is done now. Define the option
4662 for every config for which high bats are supported (and
4663 enabled by early boot, on parts where they're not always
4664 enabled)
4665
4666 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
4667
4668commit aa3b8bf9c30065bb2ea852799d32db5020598495
4669Author: Wolfgang Grandegger <wg@grandegger.com>
4670Date: Wed May 28 19:55:19 2008 +0200
4671
4672 E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter
4673
4674 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
4675 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4676
4677commit ff36fbb2e7583fb808eef773f511489c7a9c2df3
4678Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4679Date: Wed May 28 13:06:25 2008 -0500
4680
4681 ColdFire: Add 10 base ethernet support for mcf5445x
4682
4683 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
4684 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
4685
4686commit 1a9fcc4b765599db24fa9c32293599f24c7a19ba
4687Author: Jason McMullan <mcmullan@netapp.com>
4688Date: Fri May 30 00:53:38 2008 +0900
4689
4690 mips: Add an 'include/asm/errno.h', like all other architectures
4691
4692 All other u-boot architectures have an include/asm/errno.h, so
4693 this change adds it to the mips include/asm-mips headers also.
4694
4695 Stolen from Linux 2.6.25.
4696
4697 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4698
4699commit e2ad8426624bac457acc6925b6ff408e9bf20466
4700Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4701Date: Fri May 30 00:53:38 2008 +0900
4702
4703 [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros
4704
4705 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4706
4707commit 1a3adac81c292f2ee76e43cdeb2fbe8f915fe194
4708Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4709Date: Fri May 30 00:53:38 2008 +0900
4710
4711 [MIPS] <asm/mipsregs.h>: Update register / bit field definitions
4712
4713 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4714
4715commit bf462ae450a7f2eeeddc699ed345b391e3263540
4716Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4717Date: Fri May 30 00:53:37 2008 +0900
4718
4719 [MIPS] <asm/mipsregs.h>: CodinygStyle cleanups
4720
4721 No functional changes.
4722
4723 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4724
4725commit 89a1550ec6b74452274a7a23127936e2c7eec711
4726Author: Jason McMullan <mcmullan@netapp.com>
4727Date: Fri May 30 00:53:37 2008 +0900
4728
4729 mips: If CONFIG_CMD_SPI is defined, call spi_init()
4730
4731 The mips architecture currently does not call 'spi_init()' in the generic
4732 board initialization routine is CONFIG_CMD_SPI is defined.
4733
4734 This patch rectifies that problem.
4735
4736 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4737 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4738
4739commit e996bc339b0f39f6c0b29b1455ba7eb318b023d3
4740Author: Jason McMullan <mcmullan@netapp.com>
4741Date: Fri May 30 00:53:37 2008 +0900
4742
4743 [MIPS] lib_mips/board.c: Add nand_init
4744
4745 This patch adds the standard 'nand_init()' call to the mips generic
4746 'board_init_r()' call, bringing MIPS in line with the other architectures.
4747
4748 Signed-off-by: Jason McMullan <mcmullan@netapp.com>
4749 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
4750
4751commit d6ac2ed893c2168738aee01579d6283af8d37045
4752Author: Scott Wood <scottwood@freescale.com>
4753Date: Thu May 22 10:49:46 2008 -0500
4754
4755 Remove prototypes of nand_init() in favor of including nand.h.
4756
4757 Likewise with onenand_init().
4758
4759 Signed-off-by: Scott Wood <scottwood@freescale.com>
4760
4761commit 229c56f07a82eacda8c8720cb146fc9be0f6db54
4762Author: Scott Wood <scottwood@freescale.com>
4763Date: Thu May 22 10:49:00 2008 -0500
4764
4765 Make onenand_uboot.h self-sufficient.
4766
4767 Don't assume types are provided by previously included headers.
4768
4769 Signed-off-by: Scott Wood <scottwood@freescale.com>
4770
4771commit 9723bbb46abb7b2ca24eead5114a3faa58060c20
4772Author: Dirk Behme <dirk.behme@gmail.com>
4773Date: Wed Jan 16 14:26:59 2008 +0100
4774
4775 nand: Correct NAND erase percentage output
4776
4777 For NAND erase sizes smaller than one NAND erase block, erase
4778 percentage output becomes grater than 100% e.g.
4779
4780 -- cut --
4781 > nand info
4782 Device 0: NAND 64MiB 1,8V 8-bit, sector size 16 KiB
4783 > nand erase 0x100000 0x2000
4784 NAND erase: device 0 offset 0x100000, size 0x2000
4785 Erasing at 0x100000 -- 200% complete.
4786 OK
4787 >
4788 -- cut --
4789
4790 Correct this and give user a warning that more is erased than specified:
4791
4792 -- cut --
4793 > nand erase 0x100000 0x2000
4794 NAND erase: device 0 offset 0x100000, size 0x2000
4795 Warning: Erase size 0x00002000 smaller than one erase block 0x00004000
4796 Erasing 0x00004000 instead
4797 Erasing at 0x100000 -- 100% complete.
4798 OK
4799 >
4800 -- cut --
4801
4802 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
4803
4804commit 5922db6c0948506be91e0de44e7a6863a18a417f
4805Author: Stelian Pop <stelian@popies.net>
4806Date: Tue May 13 17:31:24 2008 +0200
4807
4808 Cleanup nand_info[] declaration.
4809
4810 The nand_info array is declared as extern in several .c files.
4811 Those days, nand.h contains a reference to the array, so there is
4812 no need to declare it elsewhere.
4813
4814 Signed-off-by: Stelian Pop <stelian@popies.net>
4815 Signed-off-by: Scott Wood <scottwood@freescale.com>
4816
4817commit 135f0a7488af2947adbe4b40b79280bdfe5e9886
4818Author: Scott Wood <scottwood@freescale.com>
4819Date: Mon May 19 09:30:43 2008 -0500
4820
4821 NAND: Provide a sane default for NAND_MAX_CHIPS.
4822
4823 This allows the header to be included regardless of whether a board's
4824 config file provides NAND-related defininitions.
4825
4826 Signed-off-by: Scott Wood <scottwood@freescale.com>
4827
4828commit a8092c021d27f27f4b323b7d49979ca01b3fc19d
4829Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4830Date: Mon May 26 12:19:10 2008 +0200
4831
4832 avr32: Fix theoretical race in udelay()
4833
4834 If the specified delay is very short, the cycle counter may go past the
4835 "end" time we are waiting for before we get around to reading it.
4836
4837 Fix it by checking the different between the cycle count "now" and the
4838 cycle count at the beginning. This will work as long as the delay
4839 measured in number of cycles is below 2^31.
4840
4841 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4842
4843commit 48ea623eae8674793372e3e7c95e72e5a44d7a95
4844Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4845Date: Wed May 21 13:01:09 2008 +0200
4846
4847 avr32: Compile atmel_mci.o conditionally
4848
4849 Remove #ifdef CONFIG_MMC from the source file and use conditional
4850 compilation in the Makefile instead.
4851
4852 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4853
4854commit e92a5bf8330654e33ac13f6b3058634e58f5d1c0
4855Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4856Date: Thu May 22 12:28:25 2008 +0200
4857
4858 avr32: Fix wrong error flags in atmel_mci driver
4859
4860 Make sure we check for CRC errors when sending commands that use CRC
4861 checking.
4862
4863 Reported-by: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
4864 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4865
4866commit 7a96ddadd13e6ac9a829affce9b6f8823f580e49
4867Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4868Date: Wed May 21 11:10:59 2008 +0200
4869
4870 avr32: Fix two warnings in atmel_mci.c
4871
4872 The warnings are harmless but annoying. Let's fix them.
4873
4874 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4875
4876commit a23e277c4a3a2bbc42d237aae29da3a8971e757f
4877Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4878Date: Mon May 19 11:36:28 2008 +0200
4879
4880 avr32: Rework SDRAM initialization code
4881
4882 This cleans up the SDRAM initialization and related code a bit, and
4883 allows faster booting.
4884
4885 * Add definitions for EBI and internal SRAM to asm/arch/memory-map.h
4886 * Remove memory test from sdram_init() and make caller responsible
4887 for verifying the SDRAM and determining its size.
4888 * Remove base_address member from struct sdram_config (was sdram_info)
4889 * Add data_bits member to struct sdram_config and kill CFG_SDRAM_16BIT
4890 * Add support for a common STK1000 hack: 16MB SDRAM instead of 8.
4891
4892 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4893
4894commit 95107b7c028806919630bf02c653aa8f4f867c94
4895Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4896Date: Mon May 19 11:27:37 2008 +0200
4897
4898 avr32: Do stricter stack checking in the exception handler
4899
4900 Don't do a stack dump if the stack pointer is outside the memory area
4901 reserved for stack.
4902
4903 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4904
4905commit caf83ea888a0220f41747d0b7748fa43b4a4bd49
4906Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4907Date: Fri May 2 15:32:57 2008 +0200
4908
4909 avr32: Use the same entry point for reset and exception handling
4910
4911 Since the reset vector is always aligned to a very large boundary, we
4912 can save a couple of KB worth of alignment padding by placing the
4913 exception vectors at the same address.
4914
4915 Deciding which one it is is easy: If we're handling an exception, the
4916 CPU is in Exception mode. If we're starting up after reset, the CPU is
4917 in Supervisor mode. So this adds a very minimal overhead to the reset
4918 path (only executed once) and the exception handling path (normally
4919 never executed at all.)
4920
4921 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4922
4923commit 0c16eed2189a190bd5655b33c029f809a9b31128
4924Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4925Date: Fri May 2 15:24:22 2008 +0200
4926
4927 avr32: Put memset in its own section
4928
4929 All C code is compiled with -ffunction-sections -fdata-sections.
4930 Assembly functions should get their own sections as well so that
4931 everything looks consistent.
4932
4933 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4934
4935commit 3ace2527ba80bd2fe1bceaab50d0b3c4fb5dd020
4936Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4937Date: Fri May 2 15:21:40 2008 +0200
4938
4939 avr32: Rename pm_init() as clk_init() and make SoC-specific
4940
4941 pm_init() was always more about clock initialization than anything
4942 else. Dealing with PLLs, clock gating and such is also inherently
4943 SoC-specific, so move it into a SoC-specific directory.
4944
4945 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4946
4947commit 4f5972c3b2454c22957f2842cfe64ec8118e015b
4948Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4949Date: Wed Apr 30 16:15:57 2008 +0200
4950
4951 avr32: Use new-style Makefile for the at32ap platform
4952
4953 This makes it easier to avoid compiling certain files later.
4954
4955 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4956
4957commit a9b2bb78a1bd8ebdb633509bdd1c8134d527b213
4958Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4959Date: Wed Apr 30 14:36:47 2008 +0200
4960
4961 avr32: Remove unused file cpu/at32ap/pm.c
4962
4963 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4964
4965commit 44453b25b06426eef0b7b2fa7c026fdf19ce34f2
4966Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4967Date: Wed Apr 30 14:19:28 2008 +0200
4968
4969 avr32: Clean up the HMATRIX code
4970
4971 Rework the HMATRIX configuration interface so that it becomes easier
4972 to configure the HMATRIX for boards with special needs, and add new
4973 parts.
4974
4975 The HMATRIX header file has been split into a general,
4976 chip-independent part with register definitions, etc. and a
4977 chip-specific part with SFR bitfield definitions and master/slave
4978 identifiers.
4979
4980 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4981
4982commit 0a2e48792dd372c90b80059f3235e67a567e16fc
4983Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4984Date: Thu Nov 22 12:14:11 2007 +0100
4985
4986 avr32: Add support for the ATSTK1006 board
4987
4988 This is a replacement for ATSTK1002 with 64MB SDRAM and NAND flash on
4989 board. It's currently in production and will be available soon.
4990
4991 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4992
4993commit 781eb9a1e4af4bd34c138e6126ec5cc6dd4b5440
4994Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
4995Date: Tue Apr 29 12:53:05 2008 +0200
4996
4997 avr32: Get rid of the .flashprog section
4998
4999 The .flashprog section was only needed back when we were running
5000 directly from flash, and it's even more useless on NGW100 since it
5001 uses the CFI flash driver which never used this workaround in the
5002 first place.
5003
5004 Remove it on STK1000 as well, and get rid of all the associated code and
5005 annotations.
5006
5007 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5008
5009commit cdd42c0c7a5205fc380912d83229069a71ea3abf
5010Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5011Date: Wed Apr 30 13:09:56 2008 +0200
5012
5013 avr32: Use correct condition around macb clock accessors
5014
5015 get_macb_pclk_rate() and get_macb_hclk_rate() should be available when
5016 the chip has a MACB controller, not when it has a USART.
5017
5018 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5019
5020commit f793a3581901ff39c2abb94012d9bbc8573ccf02
5021Author: David Brownell <david-b@pacbell.net>
5022Date: Wed Apr 16 22:57:58 2008 -0700
5023
5024 avr32: Disable the AP7000 internal watchdog on startup
5025
5026 This patch forces the watchdog off in all cases. That will at least
5027 get rid of the constant reboot cycle, though it won't let the watchdog
5028 actually run in the new kernels: its probe() comes up with a polite
5029 warning.
5030
5031 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5032
5033commit 55ac7a7490b55da56659f95d82a0c83b9756df27
5034Author: David Brownell <david-b@pacbell.net>
5035Date: Fri Feb 22 12:54:39 2008 -0800
5036
5037 avr32: stk1002 and ngw100 convergence
5038
5039 Make STK1002 and NGW100 boards act more alike:
5040 - STK boards can use as many arguments as NGW
5041 - STK boards don't need to manage FPGAs either
5042 - NGW commands should match STK ones
5043
5044 Also spell U-Boot right in prompts for STK1002 and NGW100.
5045
5046 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
5047 [haavard.skinnemoen@atmel.com: update STK100[34] as well]
5048 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
5049
5050commit 5e1882df6a3efc7de5524d28cea4ecde7d163d54
5051Author: Sergei Poselenov <sposelenov@emcraft.com>
5052Date: Tue May 27 13:47:00 2008 +0200
5053
5054 Socrates: Fix PCI bus frequency report
5055
5056 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5057
5058commit 791e1dba8de76ad8e762a7badb869f224a1f8b82
5059Author: Sergei Poselenov <sposelenov@emcraft.com>
5060Date: Tue May 27 11:49:13 2008 +0200
5061
5062 Socrates: Added USB support.
5063
5064 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5065
5066commit 5a904e5637cff1d708dc67098004f83ba9e84c54
5067Author: Sergei Poselenov <sposelenov@emcraft.com>
5068Date: Tue May 27 11:35:02 2008 +0200
5069
5070 USB: add new configuration variable CONFIG_PCI_OHCI_DEVNO
5071
5072 In case of several PCI USB controllers on a board this variable
5073 specifys which controller to use.
5074 See doc/README.generic_usb_ohci for details.
5075
5076 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5077
5078commit 2f7468aeba60e1288030a8d007c4e63bd3f13221
5079Author: Sergei Poselenov <sposelenov@emcraft.com>
5080Date: Tue May 27 10:36:07 2008 +0200
5081
5082 Socrates: add support for DS75 Digital Thermo Sensor on I2C bus.
5083
5084 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5085
5086commit 83e9d7a2614d4006b92690afa3390c291734267e
5087Author: Sergei Poselenov <sposelenov@emcraft.com>
5088Date: Mon May 26 18:16:04 2008 +0200
5089
5090 Socrates: Config file cleanup.
5091
5092 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5093
5094commit 602cac1389b755b223272f2328a47e6f8c240848
5095Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5096Date: Sat May 24 12:47:46 2008 +0200
5097
5098 MAKEALL: add at91 list
5099
5100 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5101
5102commit 290ef6436838b1cc013bd67e0e0495c9eb3e23c0
5103Author: Ron Madrid <ron_madrid@sbcglobal.net>
5104Date: Fri May 23 15:37:05 2008 -0700
5105
5106 Add Marvell 88E1118 support for TSEC
5107
5108 Signed-off-by: Ron Madrid <ron_madrid@sbcglobal.net>
5109 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5110
5111commit 557b377d8bfc8b833b6e749457bcdfa298331a24
5112Author: Jens Gehrlein <sew_s@tqs.de>
5113Date: Mon May 5 14:06:11 2008 +0200
5114
5115 smc911x: add 16 bit support
5116
5117 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
5118 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
5119
5120commit c918261c6d9f265f88baf70f8a73dfe6f0cb9596
5121Author: Christian Eggers <ceggers@gmx.de>
5122Date: Wed May 21 22:12:00 2008 +0200
5123
5124 USB: replace old swap_ with proper endianess conversion macros
5125
5126 Signed-off-by: Christian Eggers <ceggers@gmx.de>
5127 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5128
5129commit fb63939b4fe140849cdba69f9e64a3e0e2f3ce1c
5130Author: Christian Eggers <ceggers@gmx.de>
5131Date: Wed May 21 21:29:10 2008 +0200
5132
5133 Fix endianess conversion in usb_ohci.c
5134
5135 Signed-off-by: Christian Eggers <ceggers@gmx.de>
5136 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5137
5138commit 477434c63c2ea5baa5c6c4e43500786f436511ff
5139Author: Sergei Poselenov <sposelenov@emcraft.com>
5140Date: Thu May 22 01:15:53 2008 +0200
5141
5142 USB: add support for multiple PCI OHCI controllers
5143
5144 Add new configuration variable CONFIG_PCI_OHCI_DEVNO.
5145 In case of several PCI USB controllers on a board this variable
5146 specifys which controller to use.
5147
5148 Also add USB support for sokrates board.
5149
5150 See doc/README.generic_usb_ohci for details.
5151
5152 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5153 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5154
5155commit ce6754df61cbe23b5b73d095a00ac9a8504b3d77
5156Author: Wolfgang Denk <wd@denx.de>
5157Date: Wed May 21 16:56:08 2008 +0200
5158
5159 Fix some whitespace issues
5160
5161 introduced by 53677ef18 "Big white-space cleanup."
5162
5163 Signed-off-by: Wolfgang Denk <wd@denx.de>
5164
5165commit 4416603aeb06861b468b06a981e52c3ff805db7b
5166Author: York Sun <yorksun@freescale.com>
5167Date: Mon May 12 14:36:39 2008 -0500
5168
5169 Make ads5121 out-of-tree compiling safe
5170
5171 Reuse the existing DIU driver in board/freescale/common.
5172
5173 Signed-off-by: York Sun <yorksun@freescale.com>
5174
5175commit 0e1bad47cd345c76c91a64caf41011e431b62599
5176Author: York Sun <yorksun@freescale.com>
5177Date: Mon May 5 10:20:01 2008 -0500
5178
5179 Adding DIU support for Freescale 5121ADS
5180
5181 Add DIU and cfb console support to FSL 5121ADS board.
5182
5183 Use #define CONFIG_VIDEO in config file to enable fb console.
5184
5185 Signed-off-by: York Sun <yorksun@freescale.com>
5186
5187commit a48ff68d235e671176f6b496c44246dbe5e0a93f
5188Author: York Sun <yorksun@freescale.com>
5189Date: Mon May 5 10:20:00 2008 -0500
5190
5191 Replace DPRINTF with debug
5192
5193 Remove DPRINTF macro and replace it with generic debug macro.
5194
5195 Signed-off-by: York Sun <yorksun@freescale.com>
5196
5197commit 3b80c5f574ad7f6e1c55a68f42752b427fdf778d
5198Author: York Sun <yorksun@freescale.com>
5199Date: Mon May 5 10:19:59 2008 -0500
5200
5201 Move pixel clock setting to board file
5202
5203 The clock divider has different format in 5121 and 8610. This patch moves it to
5204 board specific code.
5205
5206 Signed-off-by: York Sun <yorksun@freescale.com>
5207
5208commit 53677ef18e25c97ac613349087c5cb33ae5a2741
5209Author: Wolfgang Denk <wd@denx.de>
5210Date: Tue May 20 16:00:29 2008 +0200
5211
5212 Big white-space cleanup.
5213
5214 This commit gets rid of a huge amount of silly white-space issues.
5215 Especially, all sequences of SPACEs followed by TAB characters get
5216 removed (unless they appear in print statements).
5217
5218 Also remove all embedded "vim:" and "vi:" statements which hide
5219 indentation problems.
5220
5221 Signed-off-by: Wolfgang Denk <wd@denx.de>
5222
5223commit 2f845dc2bdf461bfee9fa25823f769f5db9eba0b
5224Author: Sergei Poselenov <sposelenov@emcraft.com>
5225Date: Thu May 8 17:46:23 2008 +0200
5226
5227 socrates: fix second TSEC configuration (it is actually TSEC3)
5228
5229 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5230
5231commit 793670c3c0f0f72caead62f0be9fc3d9fbc6060f
5232Author: Sergei Poselenov <sposelenov@emcraft.com>
5233Date: Thu May 8 14:17:08 2008 +0200
5234
5235 Fixed reset for socrates
5236
5237 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5238
5239commit e18575d5f589a62e19c70d471d4b4e27cad3af56
5240Author: Sergei Poselenov <sposelenov@emcraft.com>
5241Date: Wed May 7 15:10:49 2008 +0200
5242
5243 socrates: changes to support FDT
5244
5245 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5246 Signed-off-by: Wolfgang Denk <wd@denx.de>
5247
5248commit 5d108ac8f435924c624cd6aaacd44f35f5cf94c0
5249Author: Sergei Poselenov <sposelenov@emcraft.com>
5250Date: Wed Apr 30 11:42:50 2008 +0200
5251
5252 Initial support for "Socrates" board
5253
5254 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
5255
5256commit 0e15ddd11f1a84c465e434eb051d2ef08ef02b9b
5257Author: Yuri Tikhonov <yur@emcraft.com>
5258Date: Thu May 8 15:46:42 2008 +0200
5259
5260 POST: replace the LOGBUFF_INITIALIZED flag in gd->post_log_word (1 << 31) with the GD_FLG_LOGINIT flag in gd->flags.
5261
5262 This way we become able to utilize the full post_log_word for POST
5263 activities (overwise, POST ECC, which has 0x8000 ID, could be
5264 erroneously treated as started in post_output_backlog() even if there
5265 was actually no POST ECC run (because of OCM POST failure, for
5266 example).
5267
5268 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5269
5270commit 7845d49094c81321021b50a4dbb8864d2f3777e4
5271Author: Yuri Tikhonov <yur@emcraft.com>
5272Date: Thu May 8 15:46:02 2008 +0200
5273
5274 POST: mark OCM test as POST_STOP
5275
5276 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5277
5278commit 28a385065882d6cb6ac5f443311ff87887ed7c13
5279Author: Yuri Tikhonov <yur@emcraft.com>
5280Date: Thu May 8 15:45:26 2008 +0200
5281
5282 POST: add POST_STOP flag
5283
5284 Don't run futher tests in case of a test fails that is marked as
5285 POST_STOP.
5286
5287 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5288 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5289
5290commit a525145d8110d15b4389d23c3ea8a78f22509d3f
5291Author: Yuri Tikhonov <yur@emcraft.com>
5292Date: Thu May 8 15:44:16 2008 +0200
5293
5294 POST: switch CFG_POST_OCM with CFG_POST_CODEC (workaround)
5295
5296 Switch the OCM testid with the codec one. The reason is that current
5297 implementation requires the POST_ROM testid to fit into lower 16
5298 bits, and the codec test will never run with POST_ROM hopefully.
5299
5300 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5301
5302commit 8b96c788d58f7cb85a89ee3f19c9b335d22443cd
5303Author: Yuri Tikhonov <yur@emcraft.com>
5304Date: Thu May 8 15:43:28 2008 +0200
5305
5306 lwmon5: enable OCM post test on lwmon5 board
5307
5308 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5309
5310commit 6e8ec682268493b8d098f99e17b1ce71b4448977
5311Author: Yuri Tikhonov <yur@emcraft.com>
5312Date: Thu May 8 15:42:47 2008 +0200
5313
5314 POST: OCM test added.
5315
5316 Added OCM test to POST layer. This version runs before all other tests
5317 but doesn't yet interrupt post sequence on failure.
5318
5319 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5320 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
5321
5322commit 6891260bdd935a382c95d9fa333922b0dfded68a
5323Author: Yuri Tikhonov <yur@emcraft.com>
5324Date: Thu May 8 15:40:39 2008 +0200
5325
5326 POST: typo fix
5327
5328 Signed-off-by: Ilya Yanok <yanok@emcraft.com>
5329
5330commit 727f63334676e760877d43bfb8f0e9331ac8b101
5331Author: Hebbar <gururajakr@sanyo.co.in>
5332Date: Tue May 20 02:16:36 2008 -0700
5333
5334 common/usb.c: fix incorrect escape sequence
5335
5336 Signed off by: Gururaja Hebbar <gururajakr@sanyo.co.in>
5337
5338commit 4ce1e23b5e12283579828b3d23e8fd6e1328a7aa
5339Author: York Sun <yorksun@freescale.com>
5340Date: Thu May 15 15:26:27 2008 -0500
5341
5342 Fix 8313ERDB board configuration
5343
5344 Change LCRR clock ratio from 2 to 4 to commodate VSC7385.
5345 Correct TSEC1 vs TSEC2 assignment.
5346 Define ETHADDR and ETH1ADDR always.
5347
5348 Signed-off-by: York Sun <yorksun@freescale.com>
5349 Signed-off-by: Timur Tabi <timur@freescale.com>
5350
5351commit 2c289e320dcfb3760e99cf1d765cb067194a1202
5352Author: Jon Loeliger <jdl@freescale.com>
5353Date: Mon May 19 09:47:25 2008 -0500
5354
5355 mpc86xx: Removed unused and unconfigured memory test code.
5356
5357 Besides, other common code exists.
5358
5359 Signed-off-by: Jon Loeliger <jdl@freescale.com>
5360
5361commit 180a90abdae72587c0f679edf8991455e559440d
5362Author: Wolfgang Denk <wd@denx.de>
5363Date: Mon May 19 12:47:11 2008 +0200
5364
5365 Release v1.3.3
5366
5367 Update CHANGELOG for release.
5368
5369 Signed-off-by: Wolfgang Denk <wd@denx.de>
5370
Wolfgang Denk180a90a2008-05-19 12:47:11 +02005371commit 16bedc661de0dae767b1377d8413373a3fbcfa79
5372Author: Stefan Roese <sr@denx.de>
5373Date: Mon May 19 07:14:38 2008 +0200
5374
5375 ppc4xx: Canyonlands: Disable PCIe0/SATA in dev-tree depending on selection
5376
5377 When SATA is selected (via jumper J6) we need to disable the first PCIe
5378 node in the device tree, so that Linux doesn't initialize it. Otherwise
5379 the Linux SATA driver will fail to detect the devices.
5380
5381 The same goes the other way around too. So if PCIe is selected we need
5382 to disable the SATA node in the device tree.
5383
5384 This is because PCIe port 0 and SATA on 460EX share the same pins
5385 (multiplexed) and we have to configure in U-Boot which peripheral is
5386 enabled.
5387
5388 Signed-off-by: Stefan Roese <sr@denx.de>
5389
5390commit 3cc27b426aeefe2930f911692e9df3143fb2565f
5391Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5392Date: Sun May 18 19:09:58 2008 +0200
5393
5394 i386: Fix multiple definitions of __show_boot_progress
5395
5396 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5397
5398commit 311f3446930c1e64c12026c1cfd00500b05be52d
5399Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5400Date: Sun May 18 19:09:57 2008 +0200
5401
5402 sc530_spunk: add missing SOBJS entry
5403
5404 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5405
5406commit a559317143b4f95927b08cd388707e6f077e95fa
5407Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5408Date: Sun May 18 19:09:56 2008 +0200
5409
5410 sc520_spunk: Fix flash
5411
5412 flash.c:593: warning: dereferencing type-punned pointer will break strict-aliasing rules
5413 flash.c:398: error: label at end of compound statement
5414
5415 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5416
5417commit 91f221317af64191ee8caf303ea9305943158691
5418Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5419Date: Sun May 18 19:09:49 2008 +0200
5420
5421 drivers/pcmcia: add missing i82365
5422
5423 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5424
5425commit dd223944132f97ffa52977ea95e5a52428f5cc2f
5426Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5427Date: Sun May 18 19:09:47 2008 +0200
5428
5429 i386/bootm: remove unused var
5430
5431 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5432
5433commit a9da341df19b32ad2ecb58ce529f7e4fada7814e
5434Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5435Date: Sun May 18 19:09:45 2008 +0200
5436
5437 example/gitignore: update with all generated examples
5438
5439 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5440
5441commit a38dc3ea8614f8b0c41e432b445a9959b9711295
5442Author: Wolfgang Denk <wd@denx.de>
5443Date: Thu May 15 00:42:45 2008 +0200
5444
5445 TQM8272: fix out-of-tree building
5446
5447 ...and add to MAKEALL script
5448
5449 Signed-off-by: Wolfgang Denk <wd@denx.de>
5450
5451commit 4f805c1e3a60b9263da8ec3bcd1f45edcefa7dcf
5452Author: Wolfgang Denk <wd@denx.de>
5453Date: Wed May 14 23:34:53 2008 +0200
5454
5455 environment: fix bug introduced by commit a8409f4f1ac8
5456
5457 env_get_char is not a function, but a pointer to one.
5458
5459 Signed-off-by: Wolfgang Denk <wd@denx.de>
5460
Wolfgang Denk01db2322008-06-28 23:16:01 +02005461commit 0c11935cd62ca1f65eeb228ff4c848440d4553bf
5462Author: Gary Jennejohn <garyj@denx.de>
5463Date: Wed May 14 13:39:22 2008 +0200
5464
5465 ppc4xx: QUAD100HD: Allow the environment to be put into flash.
5466
5467 After moving TEXT_BASE the value for CFG_ENV_ADDR was incorrect. Also
5468 use a redundant environment.
5469
5470 Signed-off-by: Gary Jennejohn <garyj@denx.de>
5471
Wolfgang Denk180a90a2008-05-19 12:47:11 +02005472commit cda2a4a9961fd4341b7db305cb22fc05957e8b77
5473Author: Wolfgang Denk <wd@denx.de>
5474Date: Wed May 14 13:55:30 2008 +0200
5475
5476 Fix config files for out-of-tree building
5477
5478 Several board/<...>/config.mk files include dynamically built (by
5479 the Makefile) config files but used the wrong file name of
5480 $(TOPDIR)/board/$(BOARDDIR)/config.tmp
5481 instead if the correct
5482 $(OBJTREE)/board/$(BOARDDIR)/config.tmp
5483
5484 The bug is nasty because the build result is correct for the (normal)
5485 in-tree builds, and because 'sinclude' is used no errors get raised
5486 even for out-of-tree build tests. But out-of-tree builds use an
5487 incomplete and thus usually incorrect configuration...
5488
5489 Signed-off-by: Wolfgang Denk <wd@denx.de>
5490
5491commit 2dd7082e06d580404010b06fe4e0e8b7038a00c8
5492Author: Stefan Roese <sr@denx.de>
5493Date: Wed May 14 13:40:03 2008 +0200
5494
5495 ppc4xx: Fix bogus Canyonlands config.mk
5496
5497 This patch fixes the canyonlands config.mk file to enable correct
5498 out-of-tree builds. Thanks to Wolfgang Denk for spotting this.
5499
5500 Signed-off-by: Stefan Roese <sr@denx.de>
5501
5502commit fdd1247a66d788a3446244f6fde9955a93c26322
5503Author: Stefan Roese <sr@denx.de>
5504Date: Wed May 14 10:32:32 2008 +0200
5505
5506 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
5507
5508 Canyonlands has a file ddr2_fixed.c which needs special treatment when
5509 building in separate directory. It has to be linked to build directory
5510 otherwise it is not seen.
5511
5512 Signed-off-by: Stefan Roese <sr@denx.de>
5513
5514commit a8409f4f1ac84c36273c1a1e341189662521bcfb
5515Author: Wolfgang Denk <wd@denx.de>
5516Date: Wed May 14 12:22:49 2008 +0200
5517
5518 environment: cleanup prototype declarations of env functions.
5519
5520 Signed-off-by: Wolfgang Denk <wd@denx.de>
5521
5522commit cf39b07948015c480b72a6e732cf7d839aa93a9e
5523Author: Wolfgang Denk <wd@denx.de>
5524Date: Wed May 14 12:21:48 2008 +0200
5525
5526 linkstation_HGLAN: Fix out of tree building.
5527
5528 Signed-off-by: Wolfgang Denk <wd@denx.de>
5529
5530commit 085551c05ca09e6c491ea11a1c6727a36776a545
5531Author: Stefan Roese <sr@denx.de>
5532Date: Wed May 14 10:32:32 2008 +0200
5533
5534 ppc4xx: Individual handling of ddr2_fixed.c for canyonlands_nand build
5535
5536 Canyonlands has a file ddr2_fixed.c which needs special treatment when
5537 building in separate directory. It has to be linked to build directory
5538 otherwise it is not seen.
5539
5540 Signed-off-by: Stefan Roese <sr@denx.de>
5541
5542commit 1510b82d50615f344e89d42533e8224cce067dc0
5543Author: Wolfgang Denk <wd@denx.de>
5544Date: Tue May 13 23:15:52 2008 +0200
5545
5546 Makefile: fix "error: version_autogenerated.h: No such file or directory"
5547
5548 Signed-off-by: Wolfgang Denk <wd@denx.de>
5549
Wolfgang Denk01db2322008-06-28 23:16:01 +02005550commit 54694a91428f6c3280fe1ee0923488a1e7e8dbc4
5551Author: Stelian Pop <stelian@popies.net>
5552Date: Tue May 13 17:31:24 2008 +0200
5553
5554 Cleanup nand_info[] declaration.
5555
5556 The nand_info array is declared as extern in several .c files.
5557 Those days, nand.h contains a reference to the array, so there is
5558 no need to declare it elsewhere.
5559
5560 Signed-off-by: Stelian Pop <stelian@popies.net>
5561 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5562
Wolfgang Denk180a90a2008-05-19 12:47:11 +02005563commit 70fab1908fc1734a403711eaabbef546bc4b77dc
5564Author: Stefan Roese <sr@denx.de>
5565Date: Tue May 13 20:22:01 2008 +0200
5566
5567 ppc4xx: Add 405EX(r) revision C PVR definitions and detection code
5568
5569 Signed-off-by: Stefan Roese <sr@denx.de>
5570
5571commit 65dcfa79204f4750b905a173a5365e0b2eb6c2f6
5572Author: Wolfgang Denk <wd@denx.de>
5573Date: Mon May 12 01:11:21 2008 +0200
5574
5575 Revert "pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option"
5576
5577 This reverts commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
5578 which broke many PowerPC boards.
5579
5580commit ee0cfa70803a3e629ea581a9b216f8ecef402bfc
5581Author: Wolfgang Denk <wd@denx.de>
5582Date: Mon May 12 00:56:28 2008 +0200
5583
5584 Revert "Avoid initrd and logbuffer area overlaps"
5585
5586 This reverts commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
5587 which breaks building on all PPC boards that don't use a log buffer.
5588
5589commit 02b9b22446e3d7ad6a6382be17a1ce79a7de589b
5590Author: Nick Spence <nick.spence@freescale.com>
5591Date: Sat May 10 14:02:04 2008 -0700
5592
5593 Fix offset calculation for multi-type legacy images.
5594
5595 Calculation of tail was incorrect when size % 4 == 0.
5596
5597 New code removes the conditional and does the same thing but with arithmetic
5598
5599 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5600
5601commit c9dca3c3f37d2647aec4509b24b16d15882ae3e4
5602Author: Wolfgang Denk <wd@denx.de>
5603Date: Mon May 12 00:40:58 2008 +0200
5604
5605 Revert "Change env_get_char from a global function ptr to a function."
5606
5607 This reverts commit c0559be371b2a64b1a817088c3308688e2182f93
5608 which is known to break booting from dataflash and NAND.
5609
5610commit 20e5ed137483823aaea5178169f3b144c7a4d9e0
5611Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5612Date: Sun May 11 23:13:57 2008 +0200
5613
5614 API: remove duplicate syscall check
5615
5616 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5617
Wolfgang Denk01db2322008-06-28 23:16:01 +02005618commit 67e3beb52c320b0a31cf030716c99392cde2d532
5619Author: Stelian Pop <stelian@popies.net>
5620Date: Fri May 9 21:46:51 2008 +0200
5621
5622 AT91: Cleanup unused config header file definitions.
5623
5624 CONFIG_ENV_OVERWRITE is commented out in the config header files,
5625 so let's cleanup the files by removing the whole definition.
5626
5627 Signed-off-by: Stelian Pop <stelian@popies.net>
5628 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5629
5630commit 19883aede2ac0a522493bfb2b35a7dbb200071b1
5631Author: Stelian Pop <stelian@popies.net>
5632Date: Thu May 8 14:52:34 2008 +0200
5633
5634 Support AT91CAP9 revC CPUs
5635
5636 The AT91CAP9 revC CPU has a few differences over the previous,
5637 revB CPU which was distributed in small quantities only (revA was
5638 an internal Atmel product only).
5639
5640 The revC silicon needs a special initialisation sequence to
5641 switch from the internal (imprecise) RC oscillator to the
5642 external 32k clock.
5643
5644 Signed-off-by: Stelian Pop <stelian@popies.net>
5645 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5646
5647commit 098b7b4b441b12c2a64dd517930f43c793542759
5648Author: Stelian Pop <stelian@popies.net>
5649Date: Thu May 8 14:52:33 2008 +0200
5650
5651 Use custom logo for Atmel boards
5652
5653 This patch adds a custom vendor logo for the Atmel AT91 boards.
5654
5655 Signed-off-by: Stelian Pop <stelian@popies.net>
5656 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5657
5658commit 761c70b80cdd3bead40146b96a8e713d6ae01632
5659Author: Stelian Pop <stelian@popies.net>
5660Date: Thu May 8 14:52:32 2008 +0200
5661
5662 AT91SAM9RLEK: hook up the ATMEL LCD driver
5663
5664 This patch makes the necessary adaptations (PIO configurations and
5665 defines in config header file) to hook up the Atmel LCD driver to the
5666 AT91SAM9RLEK board.
5667
5668 Signed-off-by: Stelian Pop <stelian@popies.net>
5669 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5670
5671commit 56a2479cd7fecabdd91348a775b2801dd2e65c7f
5672Author: Stelian Pop <stelian@popies.net>
5673Date: Thu May 8 14:52:31 2008 +0200
5674
5675 AT91SAM9263EK: hook up the ATMEL LCD driver
5676
5677 This patch makes the necessary adaptations (PIO configurations and
5678 defines in config header file) to hook up the Atmel LCD driver to the
5679 AT91SAM9263EK board.
5680
5681 Signed-off-by: Stelian Pop <stelian@popies.net>
5682 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5683
5684commit 820f2a958325061a446115f3035e48e4726b3390
5685Author: Stelian Pop <stelian@popies.net>
5686Date: Thu May 8 14:52:30 2008 +0200
5687
5688 AT91SAM9261EK: hook up the ATMEL LCD driver
5689
5690 This patch makes the necessary adaptations (PIO configurations and
5691 defines in config header file) to hook up the Atmel LCD driver to the
5692 AT91SAM9261EK board.
5693
5694 Signed-off-by: Stelian Pop <stelian@popies.net>
5695 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5696
5697commit c139b17d20c8371c1e0a8d7fb27c11050cf86304
5698Author: Stelian Pop <stelian@popies.net>
5699Date: Thu May 8 14:52:29 2008 +0200
5700
5701 AT91CAP9ADK: hook up the ATMEL LCD driver
5702
5703 This patch makes the necessary adaptations (PIO configurations and
5704 defines in config header file) to hook up the Atmel LCD driver to the
5705 AT91CAP9ADK board.
5706
5707 Signed-off-by: Stelian Pop <stelian@popies.net>
5708 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5709
5710commit 39cf480484fcce5c04a590ee1c30be0c17b02c34
5711Author: Stelian Pop <stelian@popies.net>
5712Date: Fri May 9 21:57:18 2008 +0200
5713
5714 Add ATMEL LCD driver
5715
5716 This patch adds support for the ATMEL LCDC driver which is used on some
5717 AT91 and AVR platforms.
5718
5719 Is has been tested with the AT91CAP9ADK, AT91SAM9261EK, AT91SAM9263EK and
5720 AT91SAM9RLEK boards. Adaptation for AVR32 should probably be easy.
5721
5722 Signed-off-by: Stelian Pop <stelian@popies.net>
5723 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5724
5725commit 2118ebb44dc40f8117c94950fd95799a9ef821b2
5726Author: Stelian Pop <stelian@popies.net>
5727Date: Thu May 8 18:52:25 2008 +0200
5728
5729 AT91SAM9RLEK support
5730
5731 This patch adds support for the AT91SAM9RL chip and the AT91SAM9RLEK
5732 board.
5733
5734 Signed-off-by: Stelian Pop <stelian@popies.net>
5735 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5736
5737commit 8e429b3eee23927c1222679f6b6f53667b21595c
5738Author: Stelian Pop <stelian@popies.net>
5739Date: Thu May 8 18:52:23 2008 +0200
5740
5741 AT91SAM9263EK support
5742
5743 This patch adds support for the AT91SAM9263 chip and the AT91SAM9263EK
5744 board.
5745
5746 Signed-off-by: Stelian Pop <stelian@popies.net>
5747 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5748
5749commit d99a8ff66d8ae87e5c87590ed2e4ead629540607
5750Author: Stelian Pop <stelian@popies.net>
5751Date: Thu May 8 20:52:22 2008 +0200
5752
5753 AT91SAM9261EK support
5754
5755 This patch adds support for the AT91SAM9261 chip and the AT91SAM9261EK
5756 board.
5757
5758 Signed-off-by: Stelian Pop <stelian@popies.net>
5759 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5760
5761commit 86c8c8a414988c50104a3b02c29f50af2be738c0
5762Author: Stelian Pop <stelian@popies.net>
5763Date: Thu May 8 20:52:21 2008 +0200
5764
5765 AT91SAM9260EK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5766
5767 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5768 in order to cope with the changes in DataFlash partitionning scheme
5769 (cset c3a60cb3).
5770
5771 Signed-off-by: Stelian Pop <stelian@popies.net>
5772 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5773
5774commit 96996ac25d5222611a8888968db6e53a6d3726da
5775Author: Stelian Pop <stelian@popies.net>
5776Date: Thu May 8 20:52:20 2008 +0200
5777
5778 AT91SAM9260EK: Normalize BOOTARGS
5779
5780 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5781 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5782 variable.
5783
5784 Signed-off-by: Stelian Pop <stelian@popies.net>
5785 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5786
5787commit 79f0cb6e9c54d31a1d9e3f5e226a9bebc3c3a47a
5788Author: Stelian Pop <stelian@popies.net>
5789Date: Thu May 8 20:52:19 2008 +0200
5790
5791 AT91SAM9260EK: Normalize SPI timings
5792
5793 This patch changes the SPI timings to closely match the ones
5794 used by the Linux kernel and the Atmel's own bootstrap project.
5795
5796 Signed-off-by: Stelian Pop <stelian@popies.net>
5797 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5798
5799commit c1212b2f5c5ed440bf8e9ebc8e4fd7488858b935
5800Author: Stelian Pop <stelian@popies.net>
5801Date: Thu May 8 20:52:18 2008 +0200
5802
5803 AT91SAM9260EK: Handle 8 or 16 bit NAND
5804
5805 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5806 makes the support configurable in the board config header file
5807 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5808
5809 Signed-off-by: Stelian Pop <stelian@popies.net>
5810 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5811
5812commit ab52640fc01624e208424e527af0b7b3a5a65a12
5813Author: Stelian Pop <stelian@popies.net>
5814Date: Thu May 8 20:52:17 2008 +0200
5815
5816 AT91CAP9ADK: Fix dataflash offsets in CONFIG_BOOTCOMMAND
5817
5818 This patch fixes the dataflash offsets used in CONFIG_BOOTCOMMAND
5819 in order to cope with the changes in DataFlash partitionning scheme
5820 (cset c3a60cb3).
5821
5822 Signed-off-by: Stelian Pop <stelian@popies.net>
5823 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5824
5825commit 3267508ec4c9e74c39ee41c9ae6951ad185fe270
5826Author: Stelian Pop <stelian@popies.net>
5827Date: Thu May 8 20:52:16 2008 +0200
5828
5829 AT91CAP9ADK: Normalize BOOTARGS
5830
5831 This patch adapts CONFIG_BOOTARGS to the chosen boot method (boot from
5832 DataFlash or from NAND), and gives to Linux a fully specified mtdparts
5833 variable.
5834
5835 Signed-off-by: Stelian Pop <stelian@popies.net>
5836 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5837
5838commit 93da48b910511911ce110656e17ed733c8ac4c45
5839Author: Stelian Pop <stelian@popies.net>
5840Date: Thu May 8 20:52:15 2008 +0200
5841
5842 AT91CAP9ADK: Normalize SPI timings
5843
5844 This patch changes the SPI timings to closely match the ones
5845 used by the Linux kernel and the Atmel's own bootstrap project.
5846
5847 Signed-off-by: Stelian Pop <stelian@popies.net>
5848 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5849
5850commit 1c90df3e148ce0a3e2c86c63b38b19d47772f2a0
5851Author: Stelian Pop <stelian@popies.net>
5852Date: Thu May 8 20:52:14 2008 +0200
5853
5854 AT91CAP9ADK: Handle 8 or 16 bit NAND
5855
5856 The Atmel boards can handle 8 or 16 bit NAND memories. This patch
5857 makes the support configurable in the board config header file
5858 (CFG_NAND_DBW_8 or CFG_NAND_DBW_16).
5859
5860 Signed-off-by: Stelian Pop <stelian@popies.net>
5861 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5862
5863commit 11b162bae058e96c7929e358d4adff2bee6c2cc4
5864Author: Stelian Pop <stelian@popies.net>
5865Date: Thu May 8 20:52:13 2008 +0200
5866
5867 Use a common u-boot.lds file across all AT91CAP9/AT91SAM9 platforms
5868
5869 All the AT91CAP9/AT91SAM9 boards have the same linker script. The patch
5870 below avoids the duplication of u-boot.lds by putting the file in the
5871 cpu directory instead of the board one.
5872
5873 Signed-off-by: Stelian Pop <stelian@popies.net>
5874 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5875
5876commit d48abea4b89adaf5e45ea75b5e38c0d8de179ece
5877Author: Stelian Pop <stelian@popies.net>
5878Date: Thu May 8 20:52:12 2008 +0200
5879
5880 Add proper copyright notices in Atmel boards Makefiles
5881
5882 The Makefiles for the AT91CAP9/AT91SAM9 boards have an incomplete
5883 copyright notice. This patch adds the missing pieces.
5884
5885 Signed-off-by: Stelian Pop <stelian@popies.net>
5886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5887
5888commit e817a042cef6164bf26fee86f90326f2ec9e6745
5889Author: Stelian Pop <stelian@popies.net>
5890Date: Thu May 8 20:52:11 2008 +0200
5891
5892 Add copyright information in Atmel boards partition.c
5893
5894 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
5895 the new created files. This patch fixes the problem.
5896
5897 Signed-off-by: Stelian Pop <stelian@popies.net>
5898 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5899
5900commit 4f6c810106f4f76d83cfc57d98f4540cd45f9a19
5901Author: Stelian Pop <stelian@popies.net>
5902Date: Thu May 8 20:52:10 2008 +0200
5903
5904 Update origin and copyright information in arch-at91sam9 header files
5905
5906 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
5907 copied from the Linux kernel sources. This patch explicitly specifies
5908 this origin for all the copied headers, and for those missing copyright
5909 information, adds it.
5910
5911 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
5912 in the latest kernel sources by 'at91sam9_smc.h'.
5913
5914 The copyright information has been confirmed by the AT91 Linux kernel
5915 maintainer, Andrew Victor <avictor.za@gmail.com>.
5916
5917 Signed-off-by: Stelian Pop <stelian@popies.net>
5918 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
5919
Wolfgang Denk180a90a2008-05-19 12:47:11 +02005920commit 79dd1712689d6a5031d7cbff54957049680751c7
5921Author: Markus Klotzbücher <mk@denx.de>
5922Date: Thu May 8 16:00:55 2008 +0200
5923
5924 ppc4xx: Kilauea: Add CONFIG_BOOTP_SUBNETMASK to Kilauea board config
5925
5926 When using dhcp/bootp the "netmask" environment variable is not set
5927 because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
5928 desireable, so the following patch adds this this option to the board
5929 config.
5930
5931 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
5932 Signed-off-by: Stefan Roese <sr@denx.de>
5933
5934commit 869d14b4cc2e47de2ddcb117bad0407a44436684
5935Author: Stefan Roese <sr@denx.de>
5936Date: Sat May 10 10:30:36 2008 +0200
5937
5938 ppc4xx: Update Makalu defconfig to use device-tree booting as default
5939
5940 This patch reworks the default environment on Makalu. Now "net_nfs" for
5941 example uses the device-tree style booting formerly know as "net_nfs_fdt".
5942 Also the addresses in RAM were changed because of the new image booting
5943 support, which check for image overwriting. So the addresses needed to
5944 get adjusted.
5945
5946 Signed-off-by: Stefan Roese <sr@denx.de>
5947
5948commit f3612a7b199cab3942f60d9c1392eb39d58cc699
5949Author: Becky Bruce <bgill@freescale.com>
5950Date: Wed May 7 13:28:16 2008 -0500
5951
5952 PPC: fix map_physmem build warning
5953
5954 map_physmem currently generates a warning when CONFIG_PHYS_64BIT is
5955 enabled. This quiets the warning.
5956
5957 Signed-off-by: Becky Bruce <Becky.Bruce@freescale.com>
5958
5959commit 36f32675f40292002ee1fed252c180a43022d2d4
5960Author: Becky Bruce <bgill@freescale.com>
5961Date: Wed May 7 13:24:57 2008 -0500
5962
5963 Update pci code to use phys_addr_t
5964
5965 Physical addrs need to be represented by phys_addr_t, not
5966 unsigned long. Otherwise, systems that use CONFIG_PHYS_64BIT
5967 are going to fail mightily.
5968
5969 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
5970
5971commit 91a616741fc128cdb88f39bddcd4d72fe17466d0
5972Author: Nick Spence <nick.spence@freescale.com>
5973Date: Thu May 8 22:32:22 2008 -0700
5974
5975 Support legacy multi-type images without FDT section.
5976
5977 This patch enables legacy multi-type images containing only a Linux kernel
5978 and root file system to be loaded, maintaining compatibility with previous
5979 versions of u-boot.
5980
5981 This is required when using old image files such as a Linux 2.4 kernel /
5982 filesystem.
5983
5984 Signed-off-by: Nick Spence <nick.spence@freescale.com>
5985 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
5986
5987commit 881031d9732783b7aeae2198fc7eb480ae8974a6
5988Author: Wolfgang Denk <wd@denx.de>
5989Date: Sat May 10 00:38:02 2008 +0200
5990
5991 Update CHANGELOG.
5992
5993 Signed-off-by: Wolfgang Denk <wd@denx.de>
5994
Wolfgang Denk881031d2008-05-10 00:38:02 +02005995commit e5e9d6c9c08160be7e5a36e04d125ccce99b8774
5996Author: Wolfgang Denk <wd@denx.de>
5997Date: Sat May 10 00:36:09 2008 +0200
5998
5999 post/cpu/ppc4xx/Makefile: line length cleanup
6000
6001 Signed-off-by: Wolfgang Denk <wd@denx.de>
6002
6003commit cce9cfdabcf416ecd2aacc3681c91e5378c75a3d
6004Author: Stelian Pop <stelian@popies.net>
6005Date: Thu May 8 22:52:09 2008 +0200
6006
6007 Fix @ -> <at> substitution
6008
6009 When applying the AT91CAP9 patches upstream, something transformed
6010 the '@' character into the ' <at> ' sequence.
6011
6012 The patch below restores the original form in all the places where
6013 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6014 were copied from AT91CAP9, and a couple of other files where the
6015 ' <at> ' sequence was present).
6016
6017 Signed-off-by: Stelian Pop <stelian@popies.net>
6018
6019commit 9606b3c81b3c47a1d58514e9a232c6f461a17597
6020Author: Stelian Pop <stelian@popies.net>
6021Date: Thu May 8 22:52:10 2008 +0200
6022
6023 Update origin and copyright information in arch-at91sam9 header files
6024
6025 When doing the AT91CAP9/AT91SAM9 port, a number of header files were
6026 copied from the Linux kernel sources. This patch explicitly specifies
6027 this origin for all the copied headers, and for those missing copyright
6028 information, adds it.
6029
6030 Additionaly, the header file 'at91sam926x_mc.h' has been superceeded
6031 in the latest kernel sources by 'at91sam9_smc.h'.
6032
6033 The copyright information has been confirmed by the AT91 Linux kernel
6034 maintainer, Andrew Victor <avictor.za@gmail.com>.
6035
6036 Signed-off-by: Stelian Pop <stelian@popies.net>
6037
6038commit ceb6b4fbe1dcc40bb672ef8133ddf4813e97cbb1
6039Author: Stelian Pop <stelian@popies.net>
6040Date: Thu May 8 22:52:11 2008 +0200
6041
6042 Add copyright information in Atmel boards partition.c
6043
6044 When Ulf did the dataflash.c cleanup, he didn't add his copyright on
6045 the new created files. This patch fixes the problem.
6046
6047 Signed-off-by: Stelian Pop <stelian@popies.net>
6048
6049commit 2ab02fd456d8ef92ae9f5439618d1fa7ca16e5f3
6050Author: Guennadi Liakhovetski <lg@denx.de>
6051Date: Thu May 8 10:09:27 2008 +0200
6052
6053 mx31ads: fix 32kHz clock handling
6054
6055 According to schematics and to RedBoot sources, the MX31ADS uses a 32768Hz
6056 oscillator as a SKIL source. Fix previously wrongly assumed 32000Hz value.
6057 Also fix a typo when verifying a jumper configuration. While at it, make
6058 two needlessly global functions static.
6059
6060 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
6061
6062commit 1b5605ca57fbb364f4d78eeee28b974ed875e888
6063Author: Marian Balakowicz <m8@semihalf.com>
6064Date: Wed May 7 13:10:04 2008 +0200
6065
6066 Avoid initrd and logbuffer area overlaps
6067
6068 Add logbuffer to reserved LMB areas to prevent initrd allocation
6069 from overlaping with it.
6070
6071 Make sure to use correct logbuffer base address.
6072
6073 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6074
6075commit c59518e15949b3403df5c5b0c2c48ea0e5bea24b
6076Author: Marian Balakowicz <m8@semihalf.com>
6077Date: Wed May 7 13:08:54 2008 +0200
6078
6079 ppc: Cleanup get_effective_memsize() use
6080
6081 Removed duplicated effective memory size calculation code.
6082
6083 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6084
6085commit 273c37d843d5b581090378016cd12dd9c586907b
6086Author: Marian Balakowicz <m8@semihalf.com>
6087Date: Wed May 7 09:03:53 2008 +0200
6088
6089 Fix build errors when CONFIG_LOGBUFFER and CONFIG_FIT are enabled
6090
6091 Recent modifcations to LOGBUFFER handling code were incorrecly
6092 introduced to fit_check_kernel() routine during
6093 "Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing",
6094 commit 27f33e9f45ef7f9685cbdc65066a1828e85dde4f.
6095
6096 This patch cleans up this merge issue.
6097
6098 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
6099
6100commit bc11756daff89a3de09ca80adac962b88cf06e6e
6101Author: Grant Erickson <gerickson@nuovations.com>
6102Date: Tue May 6 20:16:15 2008 -0700
6103
6104 Propagate Error Status to the Shell on fw_printenv Errors
6105
6106 Changed implementation such that fw_printenv returns failure status
6107 when one or more specified variables do not exist or when incorrect
6108 command syntax is used.
6109
6110 This aids scripting fw_printenv such that the script can key of the
6111 return status rather than relying on standard error "scraping".
6112
6113 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6114 Signed-off-by: Wolfgang Denk <wd@denx.de>
6115
6116commit f3b6d528e4dd719640a4bfcd954f4e4c7f5db0d6
6117Author: Grant Erickson <gerickson@nuovations.com>
6118Date: Tue May 6 16:18:00 2008 -0700
6119
6120 Fix Compilation Errors with 'tools/env/fw_printenv'
6121
6122 In the current top-of-tree, 1.3.3.-rc2, the optional tool
6123 'tools/env/fw_printenv' fails to compile for two reasons:
6124
6125 1) The header watchdog.h cannot be found.
6126 2) The header zlib.h is picked up from the tool chain rather than the
6127 project causing a prototype conflict for crc32.
6128
6129 This patch addresses both of these issues.
6130
6131 Platforms Tested On:
6132 - AMCC "Kilauea"
6133
6134 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6135
6136commit 597f6c26a18b389903a64692bacbf9a1ca69355b
6137Author: James Yang <James.Yang@freescale.com>
6138Date: Mon May 5 10:22:53 2008 -0500
6139
6140 Fix readline_into_buffer() with CONFIG_CMDLINE_EDITING before relocating
6141
6142 When CONFIG_CMDLINE_EDITING is enabled, readline_into_buffer() doesn't
6143 work before relocating to RAM because command history is written into
6144 a global array that is not writable before relocation. This patch
6145 defers to the no-editing and no-history code in readline_into_buffer()
6146 if it is called before relocation.
6147
6148 Signed-off-by: James Yang <James.Yang@freescale.com>
6149 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6150
6151commit 726c0f1e5f108dccea052965123b95837d2bd402
6152Author: Detlev Zundel <dzu@denx.de>
6153Date: Mon May 5 16:11:22 2008 +0200
6154
6155 cosmetic: Adjust coding style for switch statements to be consistent
6156
6157 Signed-off-by: Detlev Zundel <dzu@denx.de>
6158
6159commit 574b319512b13e10800f0045e39b993f4ca25e42
6160Author: Detlev Zundel <dzu@denx.de>
6161Date: Mon May 5 16:11:21 2008 +0200
6162
6163 Fix disk type output in disk/part.c
6164
6165 Signed-off-by: Detlev Zundel <dzu@denx.de>
6166
6167commit 045b4d2d7168ef09c7349dcf6ecebe7432b74171
6168Author: Vlad Lungu <vlad.lungu@windriver.com>
6169Date: Mon May 5 14:20:03 2008 +0300
6170
6171 Mail address change, documentation modified
6172
6173 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
6174
6175commit 4d49b28038e2819088e8356a77212fc95a89ce5a
6176Author: Michal Simek <monstr@monstr.eu>
6177Date: Sun May 4 15:42:41 2008 +0200
6178
6179 microblaze: Repare intc handling
6180
6181 Signed-off-by: Michal Simek <monstr@monstr.eu>
6182
6183commit 878b3b1e193e570caf3e96ad8e31e561f68d0287
6184Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6185Date: Sun May 4 15:17:52 2008 +0200
6186
6187 include/gitignore: update to all architectures
6188
6189 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6190
6191commit 1df368aed3b8bc240fe1595d290b0e91b22961da
6192Author: Marcel Ziswiler <marcel@ziswiler.com>
6193Date: Mon May 5 02:12:06 2008 +0200
6194
6195 ide: Remove spurious second include of io.h
6196
6197 Removed the second include, with all the #ifdef around as suggested by Wolfgang.
6198
6199 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6200
6201commit 8fbc985bdad09b23b7eb4df1d2ea589619d8db4c
6202Author: Adrian Filipi <adrian.filipi@eurotech.com>
6203Date: Tue May 6 16:46:37 2008 -0400
6204
6205 Fix some typos
6206
6207 This patch fixes three typos.
6208 The first is a repetition of CONFIG_CMD_BSP.
6209 The second makes the #endif comment match its #if.
6210 The third is a spelling error.
6211
6212 Signed-off-by: Adrian Filipi <adrian.filipi@eurotech.com>
6213
6214commit e419e12d04ae3b280c99a87a2ea4ad7a40628bcb
6215Author: Grant Erickson <gerickson@nuovations.com>
6216Date: Sun May 4 16:45:01 2008 -0700
6217
6218 Recognize 'powerpc' As an Alias for IH_ARCH_PPC
6219
6220 Add support for the recognition of 'powerpc' as an alias for the PowerPC
6221 architecture type since Linux is already trending in that direction,
6222 preferring 'powerpc' to 'ppc'.
6223
6224 Signed-off-by: Grant Erickson <gerickson@nuovations.com>
6225
6226commit f5a24259190c388c2527bdc49fee34577d862cc7
6227Author: Wheatley Travis <Travis.Wheatley@freescale.com>
6228Date: Fri May 2 13:35:15 2008 -0700
6229
6230 7450 and 86xx L2 cache invalidate bug corrections
6231
6232 The 7610 and related parts have an L2IP bit in the L2CR that is
6233 monitored to signal when the L2 cache invalidate is complete whereas the
6234 7450 and related parts utilize L2I for this purpose. However, the
6235 current code does not account for this difference. Additionally the 86xx
6236 L2 cache invalidate code used an "andi" instruction where an "andis"
6237 instruction should have been used.
6238
6239 This patch addresses both of these bugs.
6240
6241 Signed-off-by: Travis Wheatley <travis.wheatley@freescale.com>
6242 Acked-By: Jon Loeliger <jdl@freescale.com>
6243
6244commit 4d31cdc45d3592a5545a649fb5a24b458a4e4b72
6245Author: Wolfgang Denk <wd@denx.de>
6246Date: Fri May 9 10:16:13 2008 +0200
6247
6248 Avoid infinite loop "Generating include/autoconf.mk"
6249
6250 Fix a bogus circular dependency that caused an infinite loop of
6251 "Generating include/autoconf.mk" again and again.
6252
6253 Signed-off-by: Wolfgang Denk <wd@denx.de>
6254
Wolfgang Denk01db2322008-06-28 23:16:01 +02006255commit 567fb852178dbf59529d7301620a3f3732a4b02d
6256Author: Stelian Pop <stelian@popies.net>
6257Date: Thu May 8 22:52:09 2008 +0200
6258
6259 Fix @ -> <at> substitution
6260
6261 When applying the AT91CAP9 patches upstream, something transformed
6262 the '@' character into the ' <at> ' sequence.
6263
6264 The patch below restores the original form in all the places where
6265 it has been modified (the AT91CAP9 files, the AT91SAM9260 files which
6266 were copied from AT91CAP9, and a couple of other files where the
6267 ' <at> ' sequence was present).
6268
6269 Signed-off-by: Stelian Pop <stelian@popies.net>
6270 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6271
6272commit 73ccb3410a0785593cda7aee455dfc51f790e281
6273Author: Gary Jennejohn <gary.jennejohn@freenet.de>
6274Date: Mon Apr 28 14:04:32 2008 +0200
6275
6276 ppc4xx: Add the Harris QUAD100HD AMCC 405EP-based board
6277
6278 Signed-off-by: Gary Jennejohn <garyj@denx.de>
6279 Signed-off-by: Stefan Roese <sr@denx.de>
6280
Wolfgang Denk881031d2008-05-10 00:38:02 +02006281commit ef2642625cbfb1c3695e3478d08ae515052a4950
6282Author: Stefan Roese <sr@denx.de>
6283Date: Thu May 8 11:10:46 2008 +0200
6284
6285 ppc4xx: Kilauea: Fix incorrect FPGA FIFO address
6286
6287 Signed-off-by: Stefan Roese <sr@denx.de>
6288
6289commit a00eccfebc954ad9485161efeca7d9aaf626d530
6290Author: Stefan Roese <sr@denx.de>
6291Date: Thu May 8 11:05:15 2008 +0200
6292
6293 ppc4xx: Add fdt support to all remaining AMCC PPC4xx eval boards
6294
6295 This patch adds fdt (flattened device tree) support to all remaining AMCC
6296 eval boards. Most newer boards already support device tree. With this patch,
6297 all AMCC boards now enable device tree passing from U-Boot to Linux
6298 arch/powerpc kernels.
6299
6300 Signed-off-by: Stefan Roese <sr@denx.de>
6301
6302commit cb5d88b9611e0c35c53543ad3b4ab99fa82203e3
6303Author: Stefan Roese <sr@denx.de>
6304Date: Thu May 8 11:01:09 2008 +0200
6305
6306 ppc4xx: Add weak default ft_board_setup() routine
6307
6308 This patch adds a default ft_board_setup() routine to the 4xx fdt code.
6309 This routine is defined as weak and can be overwritten by a board specific
6310 one if needed.
6311
6312 Signed-off-by: Stefan Roese <sr@denx.de>
6313
6314commit d1c1ba85c7915053adf6a8d14a08ac6fcb750d01
6315Author: Stefan Roese <sr@denx.de>
6316Date: Thu May 8 10:48:58 2008 +0200
6317
6318 ppc4xx: acadia: Add fdt support and fix section overlap problem
6319
6320 This patch adds fdt (flattened device tree) support to the AMCC
6321 Acadia eval board. This increases the image size and it doesn't
6322 fit anymore into 256kByte. Since we didn't want to remove features
6323 from the configuration, we decided to increase the U-Boot image size
6324 (add one flash sector).
6325
6326 Also changed the default environment definition to make it
6327 independent of such changes.
6328
6329 Signed-off-by: Stefan Roese <sr@denx.de>
6330
6331commit 4adb3023de75bc150f088c8935db340930ad38c8
6332Author: Ira Snyder <iws@ovro.caltech.edu>
6333Date: Tue Apr 29 11:18:54 2008 -0700
6334
6335 ppc4xx: Add device tree support to AMCC Yosemite
6336
6337 Add support for booting with a device tree blob. This is needed to boot
6338 ARCH=powerpc kernels. Also add support for setting the eth0 mac address
6339 via the ethaddr variable.
6340
6341 Signed-off-by: Ira W. Snyder <iws@ovro.caltech.edu>
6342 Signed-off-by: Stefan Roese <sr@denx.de>
6343
6344commit b9bbefce1a653ea35f74a66ec117cdda2e043a4b
6345Author: Dave Mitchell <dmitchell@amcc.com>
6346Date: Wed May 7 09:00:23 2008 -0700
6347
6348 ppc4xx: Fix typos in 460GT/EX FBDV array
6349
6350 Corrected two typos in the 460GT/EX FBDV array.
6351
6352 Signed-off-by: Dave Mitchell <dmitchell@amcc.com>
6353 Signed-off-by: Stefan Roese <sr@denx.de>
6354
6355commit 66f5fa9263629271edc86178b1f224e3c9aab2b3
6356Author: Andy Fleming <afleming@freescale.com>
6357Date: Wed May 7 16:54:31 2008 -0500
6358
6359 85xx: Limit CPU2 workaround to parts that have the errata
6360
6361 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
6362 Signed-off-by: Andy Fleming <afleming@freescale.com>
6363
6364commit a5fe514e8ace564300d2c1d73846ddff49654243
6365Author: Lee Nipper <lee.nipper@freescale.com>
6366Date: Fri Apr 25 15:44:45 2008 -0500
6367
6368 mpc83xx: system performance settings for MPC8349EMDS.
6369
6370 These same settings are used on MPC8349ITX, and
6371 improve performance on MPC8349EMDS.
6372
6373 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
6374 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
6375
6376commit 49387dba910e485640b575e920ee463b7e611dc3
6377Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6378Date: Tue May 6 13:22:52 2008 +0900
6379
6380 [MIPS] cpu/mips/cache.S: Fix build warning
6381
6382 Some old GNU assemblers, such as v2.14 (ELDK 3.1.1), v2.16 (ELDK 4.1.0),
6383 warns illegal global symbol references by bal (and jal also) instruction.
6384 This does not happen with the latest binutils v2.18.
6385
6386 Here's an example on gth2_config:
6387
6388 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
6389 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
6390 c -EB -c -o cache.o cache.S
6391 cache.S: Assembler messages:
6392 cache.S:243: Warning: Pretending global symbol used as branch target is local.
6393 cache.S:250: Warning: Pretending global symbol used as branch target is local.
6394
6395 In principle, gas might be sensitive to global symbol references in PIC
6396 code because they should be processed through GOT (global offset table).
6397 But if `bal' instruction is used, it results in PC-based offset jump.
6398 This is the cause of this warning.
6399
6400 In practice, we know it doesn't matter whether PC-based reference or GOT-
6401 based. As for this case, both will work before/after relocation. But let's
6402 fix the code.
6403
6404 This patch explicitly sets up a target address, then jump there.
6405 Here's an example of disassembled code with/without this patch.
6406
6407 90000668: 1485ffef bne a0,a1,90000628 <mips_cache_reset+0x20>
6408 9000066c: ac80fffc sw zero,-4(a0)
6409 90000670: 01402821 move a1,t2
6410 -90000674: 0411ffba bal 90000560 <mips_init_icache>
6411 -90000678: 01803021 move a2,t4
6412 -9000067c: 01602821 move a1,t3
6413 -90000680: 0411ffcc bal 900005b4 <mips_init_dcache>
6414 -90000684: 01a03021 move a2,t5
6415 -90000688: 03000008 jr t8
6416 -9000068c: 00000000 nop
6417 +90000674: 01803021 move a2,t4
6418 +90000678: 8f8f83ec lw t7,-31764(gp)
6419 +9000067c: 01e0f809 jalr t7
6420 +90000680: 00000000 nop
6421 +90000684: 01602821 move a1,t3
6422 +90000688: 01a03021 move a2,t5
6423 +9000068c: 8f8f81e0 lw t7,-32288(gp)
6424 +90000690: 01e0f809 jalr t7
6425 +90000694: 00000000 nop
6426 +90000698: 03000008 jr t8
6427 +9000069c: 00000000 nop
6428
6429 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6430
6431commit 0f8c62a14b523c56874ebcb67c1a16c99aad48b3
6432Author: Vlad Lungu <vlad.lungu@windriver.com>
6433Date: Mon May 5 14:04:00 2008 +0300
6434
6435 Allow building mips versions with ELDK 3.1.1
6436
6437 .gpword works only with local symbols on certain binutils versions
6438
6439 Signed-off-by: Vlad Lungu <vlad.lungu@windrvier.com>
6440
6441commit 12a67a9e51f6b3ec26cb0f077fb5685a447c359d
6442Author: Wolfgang Denk <wd@denx.de>
6443Date: Mon May 5 12:52:36 2008 +0200
6444
6445 MAKEALL: add inka4x0 board
6446
6447 Signed-off-by: Wolfgang Denk <wd@denx.de>
6448
6449commit b83dcc13ae7b2dab394bfef6f699750d11490ee2
6450Author: Wolfgang Denk <wd@denx.de>
6451Date: Sun May 4 21:34:23 2008 +0200
6452
6453 kb9202 board: fix build problem.
6454
6455 Signed-off-by: Wolfgang Denk <wd@denx.de>
6456
6457commit 6adf61dc4cb5c53a2df990cbc8df2bceacbfd869
6458Author: Wolfgang Denk <wd@denx.de>
6459Date: Sun May 4 12:10:33 2008 +0200
6460
6461 Prepare for v1.3.3-rc3
6462
6463 Update ChNAGELOG, minor white space cleanup.
6464
6465 Signed-off-by: Wolfgang Denk <wd@denx.de>
6466
Wolfgang Denk6adf61d2008-05-04 12:10:33 +02006467commit 7c0773fde6100b61be2558cb5d8c442a3194aecb
6468Author: Wolfgang Denk <wd@denx.de>
6469Date: Sun May 4 00:35:15 2008 +0200
6470
6471 drivers/net/tsec.c: Fix typo.
6472
6473 Signed-off-by: Wolfgang Denk <wd@denx.de>
6474
6475commit aa737945e6f37a5de5dbad550a7694e0cb2a8120
6476Author: Mike Frysinger <vapier@gentoo.org>
6477Date: Fri May 2 21:45:12 2008 -0400
6478
6479 version_autogenerated.h: use printf rather than echo -n
6480
6481 Some systems are dumb and do not implement the -n flag to echo (like OS X).
6482 Convert the Makefile to use printf as this should work everywhere.
6483
6484 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6485 Signed-off-by: Wolfgang Denk <wd@denx.de>
6486
6487commit 4acc2a108ad0a669165924704a6cb083f9138242
6488Author: Mike Frysinger <vapier@gentoo.org>
6489Date: Fri May 2 18:17:50 2008 -0400
6490
6491 fix building when saveenv is disabled in some setups
6492
6493 If you enable environment in the flash, but disable the embedded
6494 option, and you disable the saveenv command, then the #if nested
6495 logic will trigger a compile failure:
6496 env_flash.c: In function 'env_relocate_spec':
6497 env_flash.c:399: error: 'flash_addr' undeclared (first use in this function)
6498 The fix is to add CMD_SAVEENV ifdef protection like everywhere else.
6499
6500 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6501
6502commit ccf1ad535ae1c0dc2d466235c668adbdfe3a55b7
6503Author: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
6504Date: Fri May 2 16:10:04 2008 -0400
6505
6506 SBC8548: fix address mask to allow 64M flash
6507
6508 Fix incorrect mask to enable all 64MB of onboard flash.
6509 Previously U-Boot incorrectly mapped only 8MB of flash, this
6510 patch correctly maps all the available flash.
6511
6512 Signed-off-by: Jeremy McNicoll <jeremy.mcnicoll@windriver.com>
6513
6514commit 3648085c464c8c22ef76fab006ca4344d3796124
6515Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6516Date: Fri May 2 19:48:56 2008 +0200
6517
6518 qemu_mips: add README
6519
6520 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6521
6522commit 6fdd002689190a0022c7b3dbab37fcba724580ce
6523Author: Marcel Ziswiler <marcel@ziswiler.com>
6524Date: Fri May 2 02:35:59 2008 +0200
6525
6526 Fix misspelled comment
6527
6528 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6529
6530commit fa956fde60b7ec4dd66bd62f9910fd341b5049a1
6531Author: Mike Frysinger <vapier@gentoo.org>
6532Date: Thu May 1 04:13:05 2008 -0400
6533
6534 mkimage: make mmap() checks consistent
6535
6536 The mmap() related code is full of inconsistent casts/constants when
6537 it comes to error checking, and may break when building on some
6538 systems (like ones that do not implicitly define the caddr_t type).
6539 Let's just avoid the whole mess by writing the code nice and clean in
6540 the first place.
6541
6542 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
6543
6544commit 8e90cd0447a0f0ccf529ef86f0e6b56187d3b82a
6545Author: Marcel Ziswiler <marcel@ziswiler.com>
6546Date: Thu May 1 09:05:34 2008 +0200
6547
6548 Fix defined but not used build warning
6549
6550 - warning: 'srom' defined but not used
6551
6552 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6553
6554commit b71190f3250aaffcc81c35f6cfd3498cb7c48013
6555Author: Marcel Ziswiler <marcel@ziswiler.com>
6556Date: Thu May 1 09:05:26 2008 +0200
6557
6558 Fix implicit declaration build warnings
6559
6560 - warning: implicit declaration of function ‘serial_initialize’
6561
6562 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
6563
6564commit 9acde129cc3f9c1b3bc11a821480dd446774d618
6565Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
6566Date: Tue Apr 29 19:18:32 2008 +0200
6567
6568 TSEC: add config options for VSC8601 RGMII PHY
6569
6570 The Vitesse VSC8601 RGMII PHY has internal delay for both Rx
6571 and Tx clock lines. They are configured using 2 bits in extended
6572 register 0x17.
6573 Therefore CFG_VSC8601_SKEW_TX and CFG_VSC8601_SKEW_RX have
6574 been introduced with valid values 0-3 giving 0.0, 1.4,1.7 and 2.0ns delay.
6575
6576 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
6577 Acked-by: Andy Fleming <afleming@freescale.com>
6578 Acked-by: Ben Warren <biggerbadderben@gmail.com>
6579 --
6580
6581 drivers/net/tsec.c | 6 ++++++
6582 drivers/net/tsec.h | 3 +++
6583 2 files changed, 9 insertions(+), 0 deletions(-)
6584
6585commit bd98ee60df43ee6dd6f5ebe32c67d03e90513ff8
6586Author: Wolfgang Denk <wd@denx.de>
6587Date: Sat May 3 23:07:15 2008 +0200
6588
6589 Revert "ColdFire: Get information from the correct GCC"
6590
6591 This reverts commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6592 (replaced by commit c4e5f52a58d278eebb87f476e353972c5dacea40).
6593
6594commit c4e5f52a58d278eebb87f476e353972c5dacea40
6595Author: Wolfgang Denk <wd@denx.de>
6596Date: Sat May 3 22:25:00 2008 +0200
6597
6598 config.mk: use correct (cross) compiler
6599
6600 Some config.mk files reference $(CC) to test for specific tool chain
6601 features, so make sure $(CC) gets set before including any such
6602 config files.
6603
6604 This patch replaces commit b7166e05a5 ("ColdFire: Get information from
6605 the correct GCC").
6606
6607 Signed-off-by: Wolfgang Denk <wd@denx.de>
6608
6609commit 27c38689d0cfde0e444239345f97b5eecc9f4067
6610Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6611Date: Thu May 1 02:13:44 2008 +0200
6612
6613 pxa: fix previous definition on cpu init
6614
6615 start.S:183:1: warning: "ICMR" redefined
6616 In file included from start.S:33:
6617 include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition
6618 start.S:187:1: warning: "RCSR" redefined
6619 ...
6620
6621 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6622
6623commit 6d12e697de794d700767f22f950e3026ccf4daf6
6624Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6625Date: Thu May 1 02:13:43 2008 +0200
6626
6627 pxa: fix pcmcia operation on 'i' may be undefined
6628
6629 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6630 Signed-off-by: Wolfgang Denk <wd@denx.de>
6631
6632commit 4d77f5102dfeaa36cd58d9a9f083bd2cc491526f
6633Author: Kumar Gala <galak@kernel.crashing.org>
6634Date: Wed Apr 30 16:24:35 2008 -0500
6635
6636 MPC8610HPCD: Drop -O2 from the build flags
6637
6638 Make the flags use -Os like all other boards
6639
6640 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6641
6642commit 0072b78be2b41e5a0ca3ddc39335574dc2e855bd
6643Author: Stefan Roese <sr@denx.de>
6644Date: Wed Apr 30 15:50:39 2008 +0200
6645
6646 RTC: Fix month offset by one problem in M41T62 RTC driver
6647
6648 This patch fixes a problem with the month being read and written
6649 incorrectly (offset by one). This only gets visible by also using
6650 the Linux driver (rtc-m41t80).
6651
6652 Tested on AMCC Canyonlands.
6653
6654 Signed-off-by: Stefan Roese <sr@denx.de>
6655
6656commit 141ba1cad8e6598a2466e7e2976c6a12285df619
6657Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6658Date: Sat May 3 13:51:44 2008 +0900
6659
6660 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
6661
6662 Current trick to pick up GNU assembler minor version uses a dot(.) as a
6663 delimiter, and take the second field to obtain minor version number. But
6664 as can be expected, this doesn't work with a version string which has
6665 dots more than needs.
6666
6667 Here's an example:
6668
6669 $ mips-linux-gnu-as --version | grep 'GNU assembler'
6670 GNU assembler (Sourcery G++ Lite 4.2-129) 2.18.50.20080215
6671 $ mips-linux-gnu-as --version | grep 'GNU assembler' | cut -d. -f2
6672 2-129) 2
6673 $
6674
6675 This patch restricts the version format to 2.XX.XX... This will work
6676 in most cases.
6677
6678 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+'
6679 2.18.50.20080215
6680 $ mips-linux-gnu-as --version | grep 'GNU assembler' | egrep -o '2\.[0-9\.]+' | cut -d. -f2
6681 18
6682 $
6683
6684 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6685
6686commit ea638951acead7f1086c908c0b9f086beab82a22
6687Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6688Date: Sat May 3 13:51:28 2008 +0900
6689
6690 [MIPS] cpu/mips/cache.S: Add dcache_enable
6691
6692 Recent bootelf command fixes (017e9b7925f74878d0e9475388cca9bda5ef9482,
6693 "allow ports to override bootelf behavior") requires ports to have this
6694 function.
6695
6696 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
6697 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6698
6699commit d2c6fbec4397c936b18cd42482b6973cd6781bdf
6700Author: Wolfgang Denk <wd@denx.de>
6701Date: Thu May 1 21:30:16 2008 +0200
6702
6703 onenand: rename 16 bit memory copy into memcpy_16() to avoid conflicts
6704
6705 Onenand needs a version of memcpy() which performs 16 bit accesses
6706 only; make sure the name does not conflict with the standard
6707 function.
6708
6709 Signed-off-by: Wolfgang Denk <wd@denx.de>
6710
6711commit 12bc4e94251c369c529ffa505cf58b148c372f7f
6712Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6713Date: Wed Apr 30 22:38:17 2008 +0200
6714
6715 cmd_nand: fix warning: str2long ncompatible pointer type
6716
6717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
6718
6719commit 1b9ed2574a38c93cb03dad41885fc06be4bfc9dd
6720Author: Timur Tabi <timur@freescale.com>
6721Date: Fri Apr 4 11:16:11 2008 -0500
6722
6723 Fix calculation of I2C clock for some 86xx chips
6724
6725 Some 86xx chips use CCB as the base clock for the I2C, and others used CCB/2.
6726 There is no pattern that can be used to determine which chips use which
6727 frequency, so the only way to determine is to look up the actual SOC
6728 designation and use the right value for that SOC.
6729
6730 Signed-off-by: Timur Tabi <timur@freescale.com>
6731
6732commit f32f7fe7bd3a5bda3a476520f00e1aca7c2103a9
6733Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6734Date: Wed Apr 30 12:11:19 2008 -0500
6735
6736 ColdFire: Fix ethernet hang issue for mcf547x_8x
6737
6738 The ethernet hang is caused by receiving buffer in DRAM is not
6739 yet ready due to access cycles require longer time in DRAM.
6740 Relocate DMA buffer descriptors from DRAM to internal SRAM.
6741
6742 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6743
6744commit 886d90176fc257e0ab4d0db05d11d0749bbed3ca
6745Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6746Date: Wed Apr 30 12:10:47 2008 -0500
6747
6748 ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c
6749
6750 Signed-off-by: Luigi Comio Mantellini <luigi.mantellini@idf-hit.com>
6751 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6752
6753commit b7166e05a513c0806b63b9dfb6f1d77645cede2a
6754Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6755Date: Wed Apr 30 12:10:23 2008 -0500
6756
6757 ColdFire: Get information from the correct GCC
6758
6759 Signed-off-by: Kurt Mahan <kmahan@freescale.com>
6760 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
6761
6762commit 378e7ec95da4751ec8fe461baacab2bf7d2512a9
6763Author: dirk.behme@googlemail.com <dirk.behme@googlemail.com>
6764Date: Wed Apr 30 18:02:59 2008 +0200
6765
6766 Fix warning in env_nand.c if compiled for DaVinci Schmoogie
6767
6768 Fix warnings
6769
6770 nv_nand.c: In function 'saveenv':
6771 env_nand.c:200: warning: passing argument 3 of 'nand_write' from incompatible pointer type
6772 env_nand.c: In function 'env_relocate_spec':
6773 env_nand.c:275: warning: passing argument 3 of 'nand_read' from incompatible pointer type
6774
6775 if compiled for davinci_schmoogie_config.
6776
6777 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
6778 Ack by: Sergey Kubushyn <ksi@koi8.net>
6779
6780commit 33a4a70d48d622cc4950c60a84fec23b9421f23e
6781Author: Anatolij Gustschin <agust@denx.de>
6782Date: Wed Apr 30 13:34:40 2008 +0200
6783
6784 Fix warnings while compiling net/net.c for MPC8610HPCD board
6785
6786 MPC8610HPCD board adds -O2 gcc option to PLATFORM_CPPFLAGS
6787 causing overriding default -Os option. New gcc (ver. 4.2.2)
6788 produces warnings while compiling net/net.c file with -O2
6789 option. The patch is an attempt to fix this.
6790
6791 Signed-off-by: Anatolij Gustschin <agust@denx.de>
6792
6793commit 58b575e575c25fdf8c88141e145db201f3092149
6794Author: Sascha Laue <Sascha.Laue@gmx.biz>
6795Date: Wed Apr 30 15:23:38 2008 +0200
6796
6797 lwmon5: fix offset error in sysmon0 POST
6798
6799 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6800 Signed-off-by: Wolfgang Denk <wd@denx.de>
6801
6802commit e7419b243a373de4ee042f7d4f45f66de787240d
6803Author: Sascha Laue <Sascha.Laue@gmx.biz>
6804Date: Wed Apr 30 15:16:35 2008 +0200
6805
6806 lwmon5: fix manual merge error in POST
6807
6808 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
6809
6810commit 42ffcec3f9eba010a662d5b42981812b6bebfb9a
6811Author: Wolfgang Denk <wd@denx.de>
6812Date: Wed Apr 30 17:46:26 2008 +0200
6813
6814 cmd_nand.c: fix another 'incompatible pointer type' warning.
6815
6816 Signed-off-by: Wolfgang Denk <wd@denx.de>
6817
6818commit de109d909707e2dfe806be5efc3cdb103b47c8ad
6819Author: Wolfgang Denk <wd@denx.de>
6820Date: Wed Apr 30 17:25:07 2008 +0200
6821
6822 Makefile: fix parallel builds
6823
6824 This problem shows up with parallel builds only; it results in
6825 somewhat cryptic error messages like
6826
6827 $ JOBS=-j6 MAKEALL netstar
6828 Configuring for netstar board...
6829 arm-linux-ld: cannot find -lgeneric
6830 make[1]: *** [eeprom.srec] Error 1
6831
6832 A few boards (like netstar and voiceblue) need some libraries for
6833 building; however, the board Makefile does not contain any such
6834 dependencies which may cause problems with parallel builds. Adding
6835 such dependencies is difficult as we would also have to provide build
6836 rules, which already exist in the respective library Makefiles.
6837
6838 To solve this, we make sure that all libraries get built before the
6839 board code.
6840
6841 Signed-off-by: Wolfgang Denk <wd@denx.de>
6842
6843commit 4f27098e5b0736989b13cd61d7bca94b3574cf5f
6844Author: Stefan Roese <sr@denx.de>
6845Date: Wed Apr 30 14:51:36 2008 +0200
6846
6847 ppc4xx: Adapt Canyonlands fixed DDR2 setup to new DIMM module
6848
6849 This patch changes the Canyonlands/Glacier fixed DDR2 controller setup
6850 used for NAND booting to match the values needed for the new 512MB
6851 DIMM modules shipped with the productions boards:
6852
6853 Crucial: CT6464AC667.8FB
6854
6855 Signed-off-by: Stefan Roese <sr@denx.de>
6856
6857commit ea9202a659dc75996facf1475f1866a19a9d3129
6858Author: Stefan Roese <sr@denx.de>
6859Date: Wed Apr 30 10:49:43 2008 +0200
6860
6861 ppc4xx: Fix problem with DIMMs with 8 banks in 44x_spd_ddr2.c
6862
6863 This patch fixes a problem with DIMMs that have 8 banks. Now the
6864 MCIF0_MBxCF register will be setup correctly for this setup too.
6865
6866 This was noticed with the 512MB DIMM on Canyonlands/Glacier.
6867
6868 Signed-off-by: Stefan Roese <sr@denx.de>
6869
6870commit 76617299358ebba260ecc02d33e8e75d8d13dd3b
6871Author: Wolfgang Denk <wd@denx.de>
6872Date: Tue Apr 29 23:41:06 2008 +0200
6873
6874 Prepare v1.3.3-rc2, again.
6875
6876 Signed-off-by: Wolfgang Denk <wd@denx.de>
6877
Wolfgang Denk76617292008-04-29 23:41:06 +02006878commit b7fcc4c13993782342cf5cd20d237a6281648a0b
6879Author: Wolfgang Denk <wd@denx.de>
6880Date: Tue Apr 29 23:35:24 2008 +0200
6881
6882 Prepare v1.3.3-rc2
6883
6884 Signed-off-by: Wolfgang Denk <wd@denx.de>
6885
Wolfgang Denkb7fcc4c2008-04-29 23:35:24 +02006886commit f7b16a0a4d571dd33b2b5185a54f7ddc311f89d4
6887Author: Wolfgang Denk <wd@denx.de>
6888Date: Tue Apr 29 23:32:20 2008 +0200
6889
6890 common/env_nand.c: fix one more incompatible pointer type issue
6891
6892 Signed-off-by: Wolfgang Denk <wd@denx.de>
6893
6894commit ea6f66894f952229eebfc4ad03cd21fe5c8b3f0f
6895Author: Wolfgang Denk <wd@denx.de>
6896Date: Tue Apr 29 21:33:08 2008 +0200
6897
6898 post/board/lwmon5/sysmon.c: fix manual merge error.
6899
6900 Signed-off-by: Wolfgang Denk <wd@denx.de>
6901
6902commit 70a0f81412b0b18a6fd0bea960451bc6c2cca49a
6903Author: Kumar Gala <galak@kernel.crashing.org>
6904Date: Tue Apr 29 12:54:59 2008 -0500
6905
6906 85xx: Add -mno-spe to e500/85xx builds
6907
6908 Newer gcc's might be configured to enable autovectorization by default.
6909 If we happen to build with one of those compilers we will get SPE
6910 instructions in random code.
6911
6912 -mno-spe disables the compiler for automatically generating SPE
6913 instructions without our knowledge.
6914
6915 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6916
6917commit 8ea08e5be69436abcc95d3da114de4a2ff8a6ab5
6918Author: Kumar Gala <galak@kernel.crashing.org>
6919Date: Tue Apr 29 10:18:34 2008 -0500
6920
6921 Update .gitignore for zlib.h
6922
6923 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6924
6925commit 45239cf4152109caa925145ccd433529902df887
6926Author: Kumar Gala <galak@kernel.crashing.org>
6927Date: Tue Apr 29 10:27:08 2008 -0500
6928
6929 85xx/86xx: Rename ext_refrec to timing_cfg_3 to match docs
6930
6931 All the 85xx and 86xx UM describe the register as timing_cfg_3
6932 not as ext_refrec.
6933
6934 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6935
6936commit ef7d30b14394e4c4a153118f5845760cadada02a
6937Author: Kumar Gala <galak@kernel.crashing.org>
6938Date: Tue Apr 29 10:28:34 2008 -0500
6939
6940 85xx/86xx: Rename DDR init address and init extended address register
6941
6942 Rename init_addr and init_ext_addr to match the docs between
6943 85xx and 86xx. Both now use 'init_addr' and 'init_ext_addr'.
6944
6945 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6946
6947commit cf6cc014270549684873a5972d2595052c468cb6
6948Author: Kumar Gala <galak@kernel.crashing.org>
6949Date: Mon Apr 28 02:24:04 2008 -0500
6950
6951 85xx: Additional fixes and cleanup of MP code
6952
6953 * adjust __spin_table alignment to match ePAPR v0.94 spec
6954 * loop over all cpus when determing who is up. This fixes an issue if
6955 the "boot cpu" isn't core0. The "boot cpu" will already be in the
6956 cpu_up_mask so there is no harm
6957 * Added some protection in the code to ensure proper behavior. These
6958 changes are explicitly needed but don't hurt:
6959 - Added eieio to ensure the "hot word" of the table is written after
6960 all other table updates have occurred.
6961 - Added isync to ensure we don't prefetch loading of table entries
6962 until we a released
6963
6964 These issues we raised by Dave Liu.
6965
6966 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
6967
6968commit b2d527a8b9fb50afccbaf79b5540952585cdc760
6969Author: Yuri Tikhonov <yur@emcraft.com>
6970Date: Tue Apr 29 15:06:41 2008 +0200
6971
6972 lwmon5: minor clean-up to include/configs/lwmon5.h
6973
6974 LWMON5 DSPIC POST uses the watch-dog scratch register. So, make
6975 the CFG_DSPIC_TEST_ADDR definition more readable.
6976
6977 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
6978
6979commit f4c4d21a885ccc222fd0acdf653b683249e85117
6980Author: Stefan Roese <sr@denx.de>
6981Date: Tue Apr 29 16:08:05 2008 +0200
6982
6983 ppc4xx: Fix CFG_MONITOR_LEN on Katmai failsave this time
6984
6985 Signed-off-by: Stefan Roese <sr@denx.de>
6986
6987commit 138105efe1d2b1a40a3a97b4c1f85c2111bea2d8
6988Author: Yuri Tikhonov <yur@emcraft.com>
6989Date: Tue Apr 29 13:32:45 2008 +0200
6990
6991 ppc flush_cache: add watch-dog triggering into the loops.
6992
6993 Some boards (e.g. lwmon5) need rather a frequent watch-dog
6994 kicking. Since the time it takes for the flush_cache() function
6995 to complete its job depends on the size of data being flushed, one
6996 may encounter watch-dog resets on such boards when, for example,
6997 download big files over ethernet.
6998
6999 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7000
7001commit cab99d6f3281ab6784feccf98b9b425daa58418a
7002Author: Stefan Roese <sr@denx.de>
7003Date: Tue Apr 29 14:44:54 2008 +0200
7004
7005 ppc4xx: Fix compilation warning in denali_spd_ddr2.c
7006
7007 Signed-off-by: Stefan Roese <sr@denx.de>
7008
7009commit 4ec9d78fe5cd585d2868731fa108ca1e62730e70
7010Author: Stefan Roese <sr@denx.de>
7011Date: Tue Apr 29 14:12:07 2008 +0200
7012
7013 ppc4xx: Fix Katmai CFG_MONITOR_LEN
7014
7015 Signed-off-by: Stefan Roese <sr@denx.de>
7016
7017commit 85ad184b3b2b0f8af9228477303c55dca1b52ed7
7018Author: Stefan Roese <sr@denx.de>
7019Date: Tue Apr 29 13:57:07 2008 +0200
7020
7021 ppc4xx: Complete remove bogus dflush()
7022
7023 Since the current dflush() implementation is know to have some problems
7024 (as seem on lwmon5 ECC init) this patch removes it completely and replaces
7025 it by using clean_dcache_range().
7026
7027 Tested on Katmai with ECC DIMM.
7028
7029 Signed-off-by: Stefan Roese <sr@denx.de>
7030
7031commit 135846d6ecaad255ad28d93ebbb78b3d5da68cdc
7032Author: Stefan Roese <sr@denx.de>
7033Date: Tue Apr 29 13:36:51 2008 +0200
7034
7035 ppc4xx: Change ECC initialization on lwmon5 to use clean_dcache_range()
7036
7037 As it seems the "old" ECC initialization routine by using dflush() didn't
7038 write all lines in the dcache back to memory on lwmon5. This could lead
7039 to ECC error upon Linux booting. This patch changes the program_ecc()
7040 routine to now use clean_dcache_range() instead of dflush().
7041 clean_dcache_range() uses dcbst which is exactly what we want in this
7042 case.
7043
7044 Since dflush() is known is cause problems, this routine will be
7045 removed completely and replaced by clean_dcache_range() with an
7046 additional patch.
7047
7048 Signed-off-by: Stefan Roese <sr@denx.de>
7049
7050commit 18ec19e4aa1a045dfbf2c7c2e33963488e92d757
7051Author: Yuri Tikhonov <yur@emcraft.com>
7052Date: Mon Apr 28 18:19:34 2008 +0200
7053
7054 POST: fix Makefiles for mpc8xx, lwmon, and netta POSTs.
7055
7056 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7057
7058commit eea5a743a2193ef2a05b9bc6dc447ba241416f35
7059Author: Markus Brunner <super.firetwister@googlemail.com>
7060Date: Mon Apr 28 08:47:47 2008 +0200
7061
7062 ppc4xx: Fixup ebc clock in FDT for 405GP/EP
7063
7064 On ppc405EP and ppc405GP (at least) the ebc is directly attached to the plb
7065 and not to the opb. This patch will try to fixup /plb/ebc if /plb/opb/ebc
7066 doesn't exist.
7067
7068 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
7069
Wolfgang Denk76617292008-04-29 23:41:06 +02007070commit 2ef7503a593c77a80c2a054011970227c4b62774
7071Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7072Date: Thu Apr 24 07:57:17 2008 +0200
7073
7074 NE2000: Fix regresssion introduced by e710185aae90 on non AX88796
7075
7076 Move non-inlied functions into specific drivers file
7077 Set get_prom as weak
7078
7079 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7080 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7081 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7082
7083commit 40cb90ee2b97db1f697e1b54f19a548ffc96d71b
7084Author: Guennadi Liakhovetski <lg@denx.de>
7085Date: Thu Apr 3 17:04:19 2008 +0200
7086
7087 net: make ARP timeout configurable
7088
7089 Currently the timeout waiting for an ARP reply is hard set to 5 seconds.
7090 On i.MX31ADS due to a hardware "strangeness" up to four first IP packets
7091 to the boards get lost, which typically are ARP replies. By configuring
7092 the timeout to a lower value we significantly improve the first network
7093 transfer time on this board. The timeout is specified in milliseconds,
7094 later internally it is converted to deciseconds, because it has to be
7095 converted to hardware ticks, and CFG_HZ ranges from 900 to 27000000 on
7096 different boards.
7097
7098 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7099 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7100
7101commit 13e0b8f7ca9d29267bf01d7a01e521a0517adce1
7102Author: Guennadi Liakhovetski <lg@denx.de>
7103Date: Thu Apr 3 13:36:18 2008 +0200
7104
7105 minor cs8900 driver clean up
7106
7107 Remove a redundant register definition, clean up some coding style
7108 violations.
7109
7110 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7111 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
7112
Wolfgang Denkb7fcc4c2008-04-29 23:35:24 +02007113commit 707fa917cca24c0f22776f48ac4a6fa5e5189b10
7114Author: Wolfgang Denk <wd@denx.de>
7115Date: Mon Apr 28 22:01:04 2008 +0200
7116
7117 jffs2_1pass.c: fix incompatible pointer type warning
7118
7119 Signed-off-by: Wolfgang Denk <wd@denx.de>
7120
7121commit 6aee00f5e6a1cf29d8fe8fdc9b7252fbd31115d9
7122Author: Sascha Laue <Sascha.Laue@gmx.biz>
7123Date: Tue Apr 1 10:10:18 2008 +0200
7124
7125 lwmon5: update dsPIC POST spezification
7126
7127 The specification for the lwmon5 board dsPIC POST got changed.
7128 Also add defines for the temperatures and voltages.
7129
7130 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
7131
7132commit 3e4615ab7ff38781a5dd80d0f49b9af55b4fe0b7
7133Author: Sascha Laue <Sascha.Laue@gmx.biz>
7134Date: Tue Apr 1 15:13:03 2008 +0200
7135
7136 Fix watchdog POST for lwmon5
7137
7138 If the hardware watchdog detects a voltage error, the watchdog sets
7139 GPIO62 to low. The watchdog POST has to detect this low level.
7140
7141 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
7142 Signed-off-by: Wolfgang Denk <wd@denx.de>
7143
7144commit dd5748bcd669f46aeb6686c1b341323843738ccc
7145Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7146Date: Mon Apr 28 14:37:14 2008 +0200
7147
7148 rtl8169: fix compiler warnings
7149
7150 Fix multiple compiler warnings related to argument type mismatch.
7151
7152 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7153
7154commit 413bf586266f86c6bdbc6c6d140f67a15af4c4f1
7155Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7156Date: Mon Apr 28 14:36:06 2008 +0200
7157
7158 IDE: fix compiler warnings
7159
7160 The IDE driver can use 32-bit addresses in LBA mode, in which case it
7161 spits multiple warnings during compilation. Fix them.
7162
7163 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7164
7165commit db9084de28c46ac81c8f681722cb0d7411be4d7f
7166Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7167Date: Mon Apr 28 14:35:57 2008 +0200
7168
7169 LinkStation: fix compiler warning, add a maintainer
7170
7171 out_8 wants a pointer to an unsigned as the first argument. Add a
7172 maintainer for Linkstation boards.
7173
7174 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7175
7176commit c71abba3cb67b063f789f17abf6c7447727c0cd5
7177Author: Wolfgang Denk <wd@denx.de>
7178Date: Mon Apr 28 14:55:12 2008 +0200
7179
7180 cmd_nand.c: fix "differ in signedness" problem
7181
7182 Signed-off-by: Wolfgang Denk <wd@denx.de>
7183
7184commit f2c288a35341ad02ac03b1563d786763c9c8f159
7185Author: Wolfgang Denk <wd@denx.de>
7186Date: Mon Apr 28 12:48:47 2008 +0200
7187
7188 pcnet.c: fix a merge issue
7189
7190 Signed-off-by: Wolfgang Denk <wd@denx.de>
7191
7192commit 4ca79f477ebd25a6872e6196d80e2f5eff441376
7193Author: Wolfgang Denk <wd@denx.de>
7194Date: Mon Apr 28 12:08:18 2008 +0200
7195
7196 NAND: fix some strict-aliasing compiler warnings
7197
7198 Signed-off-by: Wolfgang Denk <wd@denx.de>
7199
7200commit 5cd0130ecc79d6dcde1b1ac253abc457ca8c3115
7201Author: Stefan Roese <sr@denx.de>
7202Date: Mon Apr 28 11:37:14 2008 +0200
7203
7204 ppc4xx: Fix compile warning of hcu4 board
7205
7206 Signed-off-by: Stefan Roese <sr@denx.de>
7207
7208commit 5379cd15dd6c74ac51499bce3455bf6e0cdbe9f1
7209Author: Wolfgang Denk <wd@denx.de>
7210Date: Mon Apr 28 11:31:23 2008 +0200
7211
7212 MPC8323ERDB: fix implicit declaration of function 'mac_read_from_eeprom'
7213
7214 Signed-off-by: Wolfgang Denk <wd@denx.de>
7215
7216commit 7602ed50a2f0ef3dc8d7da93f116de50288f5b59
7217Author: Guennadi Liakhovetski <lg@denx.de>
7218Date: Mon Apr 28 00:25:32 2008 +0200
7219
7220 mx31ads: fix loadaddr environment variable define
7221
7222 Arithmetic expressions do not get evaluated under stringification. Remove
7223 default network configuration, add DHCP command support. Thanks to Felix
7224 Radensky for reporting.
7225
7226 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7227
7228commit 144eec777ac07bcb12bd38245a5a289f694a7f98
7229Author: Wolfgang Denk <wd@denx.de>
7230Date: Mon Apr 28 10:55:24 2008 +0200
7231
7232 katmai: fix section overlap problem
7233
7234 Since we didn't want to remove features from the configuration, we
7235 decided to increase the U-Boot image size (add one flash sector).
7236
7237 Also changed the default environment definition to make it
7238 independent of such changes.
7239
7240 Signed-off-by: Wolfgang Denk <wd@denx.de>
7241 Acked-by: Stefan Roese <sr@denx.de>
7242
7243commit 941d696d25624e3cc65ebf924199541acf52d74e
7244Author: Wolfgang Denk <wd@denx.de>
7245Date: Mon Apr 28 10:55:24 2008 +0200
7246
7247 katmai: fix section overlap problem
7248
7249 Since we didn't want to remove features from the configuration, we
7250 decided to increase the U-Boot image size (add one flash sector).
7251
7252 Also changed the default environment definition to make it
7253 independent of such changes.
7254
7255 Signed-off-by: Wolfgang Denk <wd@denx.de>
7256 Acked-by: Stefan Roese <sr@denx.de>
7257
7258commit 03c6cd39f9184143fd8c537872b3d4b2e03f1466
7259Author: Kumar Gala <galak@kernel.crashing.org>
7260Date: Sat Apr 26 11:44:44 2008 -0500
7261
7262 post: Fix building with O=
7263
7264 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7265
7266commit fd7531c1e9d56b9e5e06d2c0e02b798dab72f70c
7267Author: Wolfgang Denk <wd@denx.de>
7268Date: Sat Apr 26 01:55:00 2008 +0200
7269
7270 Prepare v1.3.3-rc1
7271
7272 Signed-off-by: Wolfgang Denk <wd@denx.de>
7273
Wolfgang Denkfd7531c2008-04-26 01:55:00 +02007274commit 19cf2ec90d8ce52da60c1693693c4048cb810967
7275Author: Wolfgang Denk <wd@denx.de>
7276Date: Sat Apr 26 01:25:39 2008 +0200
7277
7278 post/Makefile: make sure to use the correct flags
7279
7280 ARFLAGS was not set, which caused "ppc_8xx-ar: creating libgenpost.a"
7281 messages to be printed.
7282
7283 Signed-off-by: Wolfgang Denk <wd@denx.de>
7284
7285commit 7ed4011733e7dca8f64d21291e4294662f7dc3e2
7286Author: Wolfgang Denk <wd@denx.de>
7287Date: Sat Apr 26 00:34:42 2008 +0200
7288
7289 Coding Style cleanup, update CHANGELOG
7290
7291 Signed-off-by: Wolfgang Denk <wd@denx.de>
7292
Wolfgang Denk7ed40112008-04-26 00:34:42 +02007293commit f9204e15173834ff8d123e36279ce49c3c6c74fc
7294Author: Magnus Lilja <lilja.magnus@gmail.com>
7295Date: Sun Apr 20 10:38:12 2008 +0200
7296
7297 i.MX31: Enable SPI and MC13783/RTC support for the Litekit board
7298
7299 This patch enables SPI and MC13783/RTC support for the Litekit board.
7300
7301 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7302
7303commit f97abbfb47d9e407354e157cae3f6369e460cd37
7304Author: Ed Swarthout <Ed.Swarthout@freescale.com>
7305Date: Fri Apr 25 01:08:32 2008 -0500
7306
7307 MPC8544DS: decode pcie3 end-point configuration correctly.
7308
7309 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
7310 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7311
7312commit 292188e15523c165c4269403fdcd33c26d89176e
7313Author: Roy Zang <tie-fei.zang@freescale.com>
7314Date: Fri Apr 25 00:55:09 2008 -0500
7315
7316 MPC8544DS: Removes the unknown flash message information
7317
7318 This patch removes the unknown flash message information:
7319 '## Unknown FLASH on Bank 1 - Size = 0xdeadbeef = -286261248 MB'
7320 This unknown flash message is caused by PromJet.
7321 Some of the board user is unhappy with this information.
7322
7323 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
7324 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7325
7326commit b2115757403beef0ac6bc2c6c3b24f31256a75d2
7327Author: Kim Phillips <kim.phillips@freescale.com>
7328Date: Thu Apr 24 14:07:38 2008 -0500
7329
7330 mpc83xx: bump loadaddr over fdtaddr to 0x500000
7331
7332 this seems as a good compromise between human memory, typing,
7333 and last but not least, to accommodate for current and future kernel bloat.
7334
7335 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7336 Acked-by: Dave Liu <daveliu@freescale.com>
7337
7338commit be5a7190265a34d968578ff266549c60f6f57654
7339Author: Dave Liu <r63238@freescale.com>
7340Date: Tue Apr 15 13:12:23 2008 +0800
7341
7342 mpc83xx: clean up the readme for 83xx boards
7343
7344 1. correct the typo
7345 2. correct the memory map for 837xerdb board
7346
7347 Signed-off-by: Dave Liu <daveliu@freescale.com>
7348
7349commit bcae52a6819ee9dad5d0d96cd7daeb20108d45ff
7350Author: Dave Liu <r63238@freescale.com>
7351Date: Tue Apr 15 13:11:11 2008 +0800
7352
7353 mpc83xx: remove the unused CPM's stuff
7354
7355 The MPC83xx family never have CPM block, so remove it from 83xx.
7356
7357 Signed-off-by: Dave Liu <daveliu@freescale.com>
7358
7359commit c63ad6325a8ac0097a54b418a3288926b0484b18
7360Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7361Date: Fri Apr 18 16:29:40 2008 +0200
7362
7363 cfi-flash: Add CFG_FLASH_AUTOPROTECT_LIST
7364
7365 This patch adds a configurable flash auto protection list that can be used
7366 to make U-Boot protect flash regions in flash_init().
7367
7368 The idea has been discussed on the u-boot mailing list starting
7369 on Nov 18th, 2007.
7370
7371 Even this patch brings a new feature it is used as a bugfix for 4xx
7372 platforms where flash_init() does not completely protect the
7373 monitor's flash range in all situations.
7374
7375 U-Boot protects the flash range from CFG_MONITOR_BASE to
7376 (CFG_MONITOR_BASE + monitor_flash_len - 1) by default. This does not
7377 include the reset vector at 0xfffffffc.
7378
7379 Example:
7380 #define CFG_FLASH_AUTOPROTECT_LIST {{0xfff80000, 0x80000}}
7381
7382 This config option will auto protect the last 512k of flash that
7383 contains the bootloader on board like APC405 and PMC405.
7384
7385 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7386
7387commit d0d91ae3acb4f29d1a2a3a766747478ed54e2848
7388Author: Stefan Roese <sr@denx.de>
7389Date: Fri Apr 25 13:59:03 2008 +0200
7390
7391 ppc4xx: Remove double defines in lwmon5.h
7392
7393 introduced with latest lwmon5/POST merge
7394
7395 Signed-off-by: Stefan Roese <sr@denx.de>
7396
7397commit 7590378fb9c686709492ceb142825cd058255956
7398Author: Bartlomiej Sieka <tur@semihalf.com>
7399Date: Fri Apr 25 13:54:02 2008 +0200
7400
7401 Use watchdog-aware functions when calculating hashes of images - take two
7402
7403 Some files didn't get updated properly with the "Use watchdog-aware
7404 functions when calculating hashes of images" commit, this commit
7405 fixes this.
7406
7407 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7408 Signed-off-by: Wolfgang Denk <wd@denx.de>
7409
7410commit 8e048c438e20ec89b49da5f085f8f756eba6e587
7411Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7412Date: Fri Apr 25 12:01:39 2008 +0200
7413
7414 ppc4xx: Add bootcount limit handling for APC405 boards
7415
7416 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7417
7418commit 1de6b28be5d107ae90ad7a8a43653c49966e8afe
7419Author: Bartlomiej Sieka <tur@semihalf.com>
7420Date: Fri Apr 25 12:10:09 2008 +0200
7421
7422 Use watchdog-aware functions when calculating hashes of images
7423
7424 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7425
7426commit d00ce09040d3100e2c7998ef56db62c2d20d9ee3
7427Author: Wolfgang Denk <wd@denx.de>
7428Date: Fri Apr 25 12:44:08 2008 +0200
7429
7430 USB: fix more GCC 4.2.x aliasing warnings
7431
7432 Signed-off-by: Wolfgang Denk <wd@denx.de>
7433 Acked-by: Markus Klotzbuecher <mk@denx.de>
7434
7435commit aff4f86448f6586930f0a3be7fc4b0ddcf450980
7436Author: Wolfgang Denk <wd@denx.de>
7437Date: Fri Apr 25 12:41:53 2008 +0200
7438
7439 lib_generic/crc32.c: add missing #include <watchdog.h>
7440
7441 Signed-off-by: Wolfgang Denk <wd@denx.de>
7442
7443commit 03ccdbcd5602610cea4bd0db7e48e1ef881a51ef
7444Author: Wolfgang Denk <wd@denx.de>
7445Date: Fri Apr 25 11:52:21 2008 +0200
7446
7447 lib_generic/crc32.c: fix compile problem
7448
7449 Signed-off-by: Wolfgang Denk <wd@denx.de>
7450
7451commit 24bfedbd0be4dcaa94861407820d6a70fea7e03b
7452Author: Stefan Roese <sr@denx.de>
7453Date: Tue Apr 22 12:20:32 2008 +0200
7454
7455 ppc4xx: Pass PCIe root-complex/endpoint configuration to Linux via the fdt
7456
7457 The PCIe root-complex/endpoint setup as configured via the "pcie_mode"
7458 environment variable will now get passed to the Linux kernel by setting
7459 the device_type property of the PCIe device tree node. For normal root-
7460 complex configuration it will keep its defaults value of "pci" and for
7461 endpoint configuration it will get changed to "pci-endpoint".
7462
7463 Signed-off-by: Stefan Roese <sr@denx.de>
7464
7465commit eb0615bf600d2caf5aa2958f47f5ba364c52d5e7
7466Author: Yuri Tikhonov <yur@emcraft.com>
7467Date: Thu Apr 24 10:30:53 2008 +0200
7468
7469 lwmon5: watchdog POST fix
7470
7471 Use the GPT0_MASKx registers as the temporary storage for watch-dog
7472 timer POST test instead of GPT0_COMPx. The latter
7473 (GPT0_COMP1..GPT0_COMP5) are used for the log-buffer header.
7474
7475 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7476 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7477
7478commit 78e488298824bc150b5f3ebf7958cd71fa2af1b9
7479Author: Kim Phillips <kim.phillips@freescale.com>
7480Date: Mon Apr 21 18:10:14 2008 -0500
7481
7482 lib_ppc: Revert "Make MPC83xx one step closer to full relocation."
7483
7484 This reverts commit 70431e8a7393b6b793f77957f95b999fc9a269b8 which has
7485 proven problematic getting right from the start at least on 83xx and
7486 4xx.
7487
7488 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
7489
7490commit a99715b8ebfc500f3f40e01b36b64d473938443d
7491Author: Detlev Zundel <dzu@denx.de>
7492Date: Fri Apr 18 14:50:01 2008 +0200
7493
7494 Realining some header definitions.
7495
7496 Signed-off-by: Detlev Zundel <dzu@denx.de>
7497
7498commit 4acbc6c7f993cae409c424615415a3e76820f13d
7499Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7500Date: Thu Apr 24 07:57:16 2008 +0200
7501
7502 NE2000: coding style cleanup
7503
7504 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7505
7506commit b4aff1ffaf7120032c653357c007faa14f74d29d
7507Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7508Date: Wed Apr 23 00:11:47 2008 +0900
7509
7510 qemu-mips.h: Add CFI support
7511
7512 CONFIG_ENV_OVERWRITE is also added.
7513
7514 This patch is originally created by Jean-Christophe PLAGNIOL-VILLARD.
7515
7516 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7517 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7518
7519commit 4a1f11b45a82908e5b0df602d703082413a6b7ed
7520Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7521Date: Tue Apr 22 22:47:27 2008 +0900
7522
7523 doc/README.mips: Add MIPS notes
7524
7525 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7526
7527commit 215b01bba8bc662d35f72b084700b192d367dfb4
7528Author: Bartlomiej Sieka <tur@semihalf.com>
7529Date: Tue Apr 22 12:27:56 2008 +0200
7530
7531 Add support for calculating hashes with watchdog triggering
7532
7533 Implement watchodg-aware variants of hash calculation functions:
7534 - crc32_wd()
7535 - md5_wd()
7536 - sha1_csum_wd()
7537 The above functions calculate the hash of the input buffer in chunks,
7538 triggering the watchdog after processing each chunk. The chunk size
7539 is given as a function call parameter.
7540
7541 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7542
7543commit 8875e3abab986df930167ce5c1ac4f95dcacc81c
7544Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
7545Date: Wed Apr 23 11:02:12 2008 +0900
7546
7547 qemu-mips: Cleanup whitespace, indentation, etc.
7548
7549 No functional change.
7550
7551 This patch was originally submitted by Jean-Christophe PLAGNIOL-VILLARD.
7552 Then I re-created from scratch, and changed more lines than the original.
7553
7554 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7555 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
7556
7557commit 386563197e3a50b0e97ad9aae87f57d9aab909ab
7558Author: Vlad Lungu <vlad@comsys.ro>
7559Date: Wed Oct 10 23:02:09 2007 +0300
7560
7561 Fixed pcnet io_base
7562
7563 Bus and phys address are not always the same
7564
7565 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7566
7567commit 11ea26fd1cb63c91403fe04a6eea975cd418603f
7568Author: Wolfgang Denk <wd@denx.de>
7569Date: Thu Apr 24 23:44:26 2008 +0200
7570
7571 drivers/net/pcnet.c: Coding Style cleanup.
7572
7573 Signed-off-by: Wolfgang Denk <wd@denx.de>
7574
7575commit 899ef7b84578b7cafadfd78488c2fd2aac93f636
7576Author: Vlad Lungu <vlad@comsys.ro>
7577Date: Wed Oct 10 23:04:23 2007 +0300
7578
7579 Added Am79C970A chip id to pcnet
7580
7581 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
7582
7583commit 17c9de6bb33f676eb776dcbfc46fc1b14c3871a5
7584Author: Magnus Lilja <lilja.magnus@gmail.com>
7585Date: Sun Apr 20 10:35:03 2008 +0200
7586
7587 i.MX31: Fix architecture numbers for ADS and Litekit boards
7588
7589 Correct the Linux architecture number for i.MX31 Litekit and ADS boards.
7590
7591 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7592
7593commit e7ae84d6c7288790e88639f57cb60daf89c11369
7594Author: Magnus Lilja <lilja.magnus@gmail.com>
7595Date: Sun Apr 20 10:36:36 2008 +0200
7596
7597 i.MX31: Use symbolic names for Litekit membases.
7598
7599 Use symbolic names instead of hard coded addresses for Litekit membases.
7600
7601 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
7602
7603commit 2ef1d9b6030d02f576b1bcd9fec948e602522012
7604Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7605Date: Sat Apr 19 17:59:20 2008 +0200
7606
7607 Fix show_boot_progress prototype
7608
7609 in commit fad634071 "make show_boot_progress () weak."
7610 show_boot_progress is supposed to be declared as weak but declared as
7611 inline instead.
7612
7613 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7614
7615commit edbed247a14d70b94958010f736621212285de91
7616Author: Bartlomiej Sieka <tur@semihalf.com>
7617Date: Fri Apr 18 12:39:23 2008 +0200
7618
7619 Memory footprint optimizations
7620
7621 As suggested by Wolfgang Denk:
7622 - image printing functions:
7623 - remove wrappers
7624 - remove indentation prefix from functions' signatures
7625 - merge getenv_verify and getenv_autostart into one parametrized function
7626
7627 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
7628
7629commit 0a0b606faaec4afb3f750b09aa4df1e40a39dcb8
7630Author: Guennadi Liakhovetski <lg@denx.de>
7631Date: Tue Apr 15 13:33:11 2008 +0200
7632
7633 MX31ADS environment variable update, spi and rtc support
7634
7635 Update MX31ADS default environment to better match the flash layout and
7636 the memory map, support SPI and RTC.
7637
7638 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
7639
7640commit 022f12163595b9a55380c6d77c3119b93d6a9a4b
7641Author: Kumar Gala <galak@kernel.crashing.org>
7642Date: Mon Apr 21 09:28:36 2008 -0500
7643
7644 85xx: Round up frequency calculations to get reasonable output
7645
7646 eg. because of rounding error we can get 799Mhz instead of 800Mhz.
7647
7648 Introduced DIV_ROUND_UP and roundup taken from linux kernel.
7649
7650 Signed-off-by: Dejan Minic <minic@freescale.com>
7651 Signed-off-by: Srikanth Srinivasan <srikanth.srinivasan@freescale.com>
7652 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7653 Acked-by: Andy Fleming <afleming@freescale.com>
7654
7655commit 876b8f978982216ab4a22dcd9efddfcd9b0e04e6
7656Author: Kumar Gala <galak@kernel.crashing.org>
7657Date: Wed Apr 23 16:58:04 2008 -0500
7658
7659 fsl_pci: Only modify registers if we have them
7660
7661 pme_msg_det exists only on PCIe controllers only set it if we are a "bridge".
7662
7663 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
7664
7665commit 83fe32334337def160b302aa9d152d808bfcc68e
7666Author: Markus Klotzbücher <mk@denx.de>
7667Date: Wed Apr 23 10:57:33 2008 +0200
7668
7669 USB: remove a cpu bug workaround for an unsupported architecture.
7670
7671 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7672
7673commit f957576cb53e6cfab412709cfc8db1afd39d21c3
7674Author: Markus Klotzbücher <mk@denx.de>
7675Date: Wed Apr 23 10:53:23 2008 +0200
7676
7677 USB: fix those pesky aliasing warnings issued by gcc-4.2
7678
7679 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
7680 Signed-off-by: Detlev Zundel <dzu@denx.de>
7681
7682commit 89cdab788f3716b335fefb60b836ebcf975aceab
7683Author: Mike Frysinger <vapier@gentoo.org>
7684Date: Mon Mar 31 11:02:01 2008 -0400
7685
7686 crc32: use uint32_t rather than unsigned long
7687
7688 The envcrc.c does sizeof(unsigned long) when calculating the crc, but
7689 this is done with the build toolchain instead of the target tool
7690 chain, so if the build is a 64bit system but the target is 32bits,
7691 the size will obviously be wrong. This converts all unsigned long
7692 stuff related to crc32 to uint32_t types. Compile tested only: output
7693 of ./tools/envcrc when run on a 32bit build system matches that of a
7694 64bit build system.
7695
7696 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
7697 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
7698
7699commit 80c40b765b3642ddb9f3392b7898715aab44a29c
7700Author: Dirk Behme <dirk.behme@googlemail.com>
7701Date: Wed Mar 26 09:53:29 2008 +0100
7702
7703 ARM: Davinci: Fix DM644x timer overflow handling and cleanup
7704
7705 Fix ARM based DaVinci DM644x timer overflow handling and cleanup timer code.
7706
7707 Changes:
7708
7709 - Remove *_masked() functions as noted by Wolfgang
7710
7711 - Adapt register naming to recent TI spec (sprue26, March 2007)
7712
7713 - Fix reset_timer() handling
7714
7715 - 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.
7716
7717 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
7718
7719 - Remove software division of timer count value (DIV(x) macro) and do it in hardware (TIM_CLK_DIV).
7720
7721 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com> and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for the hints & testing!
7722
7723 Patch is compile tested with davinci_dvevm & sonata & schmoogie configuration and tested by Pieter on DaVinci EVM hardware.
7724
7725 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
7726 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
7727
7728commit a6e6fc610e39dec41b79680413d4ed38145bd3c8
7729Author: Sergei Poselenov <sposelenov@emcraft.com>
7730Date: Wed Apr 9 16:09:41 2008 +0200
7731
7732 Added watchdog triggering calls in the "mtest" test function.
7733
7734 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
7735
7736commit d32a874b9b4c1e949ee38be7790f6bf6d6143451
7737Author: Yuri Tikhonov <yur@emcraft.com>
7738Date: Sun Apr 6 19:19:14 2008 +0200
7739
7740 lwmon5 watchdog: limit trigger rate
7741
7742 Limit the rate of h/w watch-dog triggering on the LWMON5 board by
7743 the CONFIG_WD_MAX_RATE value.
7744
7745 Note that an earlier version of this patch which used microseconds
7746 instead of ticks dis not work. The problem was that we used
7747 usec2ticks() to convert microseconds into ticks. usec2ticks() uses
7748 get_tbclk(), which in turn calls get_sys_info(). It turns out that
7749 this function does a lot of prolonged operations (like divisions)
7750 which take too much time so we do not trigger the watchdog in time,
7751 and it resets the system.
7752
7753 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7754
7755commit 2d2b994a30bb100774dc747ae9865b7f95285a88
7756Author: Yuri Tikhonov <yur@emcraft.com>
7757Date: Mon Mar 31 10:51:37 2008 +0200
7758
7759 POST: move CONFIG_POST to Makefiles
7760
7761 Introduce the new logical option CONFIG_HAS_POST which is set when the
7762 platform has CONFIG_POST set. Use CONFIG_HAS_POST in the post/ Makefiles
7763 to determine should the POST libs be compiled for the selected target
7764 platform, or not.
7765
7766 To avoid breaking u-boot linking process, the empty post/libpost.a file is
7767 created for platforms which do not have POSTs.
7768
7769 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7770 Signed-off-by: Wolfgang Denk <wd@denx.de>
7771
7772commit 0a51e9248e2d27e0a02ef1e740c576ce90a39ee1
7773Author: Yuri Tikhonov <yur@emcraft.com>
7774Date: Mon Mar 31 10:49:34 2008 +0200
7775
7776 POST: preparations for moving CONFIG_POST to Makefiles
7777
7778 Remove CONFIG_POST ifdefs from the post/ source files.
7779
7780 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
7781 Signed-off-by: Wolfgang Denk <wd@denx.de>
7782
7783commit 5d40d4430d9ebc8434c6f0798594836e1efa7a1e
7784Author: Stefan Roese <sr@denx.de>
7785Date: Tue Apr 22 14:14:20 2008 +0200
7786
7787 ppc4xx: Fix Canyonlands and Glacier default environment for fdt usage
7788
7789 This patch fixes the Canyonlands and Glacier default environment to better
7790 fit to the arch/powerpc device-tree kernels. The variables dealing with
7791 arch/ppc booting are removed, since these boards are supported only in
7792 arch/powerpc. Glacier uses the same config file as Canyonlands.
7793
7794 Also, the Glacier now uses non-FPU rootpath, since 460GT has no FPU.
7795
7796 Signed-off-by: Stefan Roese <sr@denx.de>
7797
7798commit b789cb4a4c0c1deff82053539cfe29a9c6e23f8b
7799Author: Stefan Roese <sr@denx.de>
7800Date: Tue Apr 22 14:06:42 2008 +0200
7801
7802 ppc4xx: Small coding style cleanup for the latest esd patches
7803
7804 Signed-off-by: Stefan Roese <sr@denx.de>
7805
7806commit 79941d63bc03aed8c48d7602f18217cc200ee931
7807Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7808Date: Mon Apr 21 18:01:07 2008 +0200
7809
7810 ppc4xx: Update CPU strapping for PMC440 boards
7811
7812 This patch removes the temporary 'test' strapping option
7813 of the sbe command. The '667' strapping option now uses
7814 a PLB/PCI divider of 3.
7815
7816 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7817
7818commit f00cf3193a6635355b121e90debb2f54e777e7da
7819Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7820Date: Mon Apr 21 14:42:21 2008 +0200
7821
7822 ppc4xx: Remove unused APC405 strataflash driver
7823
7824 The APC405 board support has been migrated to use the common
7825 CFI flash driver.
7826
7827 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7828
7829commit 1c686676a86473bbd92151f0544e109413f6ed06
7830Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7831Date: Mon Apr 21 14:42:17 2008 +0200
7832
7833 ppc4xx: Update APC405 configuration
7834
7835 - enable esd's auto_update mechanism
7836 - support alternative flash layout on rev. 1.8 boards
7837 - update default environment
7838 - use common CFI flash driver
7839 - coding style cleanup
7840
7841 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7842
7843commit 0b9872515a521bf7866dc24b85ddce708e60d702
7844Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7845Date: Mon Apr 21 14:42:11 2008 +0200
7846
7847 ppc4xx: Update APC405 board support
7848
7849 - enable esd's auto_update mechanism
7850 - fix LCD support on latest hardware revision (uses other LCD controller)
7851 - support alternative flash layout on rev. 1.8 boards
7852 - coding style cleanup
7853
7854 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7855
7856commit 83975d02e225e231960784972e7820a8b303756b
7857Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7858Date: Mon Apr 21 14:42:06 2008 +0200
7859
7860 ppc4xx: update esd's common auto_update code for 405 boards
7861
7862 - Coding style cleanup (long lines)
7863 - improve handling of protected flash regions
7864 - remove dead code
7865
7866 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7867
7868commit b9233fe5d59cb25d975071616bd1035d6f4c2285
7869Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7870Date: Mon Apr 21 14:41:59 2008 +0200
7871
7872 ppc4xx: Update esd's common LCD code for 405 boards
7873
7874 - Coding style cleanup (long lines)
7875 - Add s1d13505 support
7876 - Make some functions return a result code instead of void
7877
7878 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7879
7880commit dea68189424c3f1242427a8146a3861bf093173c
7881Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7882Date: Mon Apr 21 11:36:55 2008 +0200
7883
7884 ppc4xx: Update FPGA image for APC405 boards
7885
7886 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7887
7888commit 2a05b152924acfcec3b037693329e517e6d3578f
7889Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7890Date: Mon Apr 21 11:36:08 2008 +0200
7891
7892 ppc4xx: Update bootlogo for APC405 boards
7893
7894 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7895
7896commit 8deafdc6ad368368cf03b58cab4bd39f45d64b5c
7897Author: Stefan Roese <sr@denx.de>
7898Date: Fri Apr 18 16:41:31 2008 +0200
7899
7900 ppc4xx: Add dcache_enable() for 440
7901
7902 dcache_enable() was missing for 440 and the patch
7903 017e9b7925f74878d0e9475388cca9bda5ef9482 ["allow ports to override bootelf
7904 "] behavior uses this function.
7905
7906 Note: Currently the cache handling functions like
7907 d/icache_disable/enable() are NOP's on 440. This may be changed in the
7908 future.
7909
7910 Signed-off-by: Stefan Roese <sr@denx.de>
7911
7912commit a49e0d177a0749614b316ec847fb623f09c82c07
7913Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7914Date: Mon Apr 21 11:19:04 2008 +0200
7915
7916 video: Add missing free for logo memory
7917
7918 This patch adds two missing free()s.
7919
7920 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7921
7922commit 84c01d3a05ae3aca5f7c0c13a31ca72ba1199a42
7923Author: Troy Kisky <troy.kisky@boundarydevices.com>
7924Date: Mon Sep 24 16:41:43 2007 -0700
7925
7926 PATCH - Fix oob data copied into supplied buffer
7927
7928 This patch correctly sets the oobavail variable
7929 and fixes a bug where the oob data was not valid when
7930 there where multiple groups in oobfree.
7931
7932 First segment fixes a typo
7933 Second segment fixes a bug where oob data may be copied incorrectly.
7934 Third segment adds an error message when exiting due to write protect.
7935 Forth segment fixes a bug where oobavail may be set incorrectly.
7936
7937 Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
7938
7939commit e1d09680f64b452adde89ed9fe28a77c56bedc9a
7940Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7941Date: Fri Apr 18 17:24:32 2008 +0200
7942
7943 ppc4xx: Fix sys_get_info() for 405GP(r)
7944
7945 This patch assigns the correct EBC clock for 405GP(r) CPUs
7946 to PPC4xx_SYS_INFO structure. Without this patch U-Boot
7947 uses an uninitialized EBC clock in its startup message.
7948
7949 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
7950
7951commit dc7746d86d2a3dfe01ab9a70cb427f92adc303c7
7952Author: Wolfgang Denk <wd@denx.de>
7953Date: Sun Apr 20 15:39:38 2008 -0700
7954
7955 Makefile: remove nand_spl/System.map when cleaning up.
7956
7957commit d9a42c0ace4d4f9cb061d62a7265d1780f90447b
7958Author: Wolfgang Denk <wd@denx.de>
7959Date: Sun Apr 20 15:35:52 2008 -0700
7960
7961 MAKEALL: sort entries / lists.
7962
7963 Signed-off-by: Wolfgang Denk <wd@denx.de>
7964
7965commit 0878af169b181868a105b5c33f3a6423e2c9fd60
7966Author: Kumar Gala <galak@kernel.crashing.org>
7967Date: Fri Apr 18 11:29:01 2008 -0500
7968
7969 85xx: Fix size of cpu-release-addr property
7970
7971 The cpu-release-addr is defined as always being a 64-bit quanity regardless
7972 if we are running on a 32-bit or 64-bit machine.
7973
7974commit 88353a985109562a639b2f8a0c90d77011bfe374
7975Author: Timur Tabi <timur@freescale.com>
7976Date: Fri Apr 4 11:15:58 2008 -0500
7977
7978 Fix calculation of I2C clock for some 85xx chips
7979
7980 Some 85xx chips use CCB as the base clock for the I2C. Some use CCB/2, and
7981 some use CCB/3. There is no pattern that can be used to determine which
7982 chips use which frequency, so the only way to determine is to look up the
7983 actual SOC designation and use the right value for that SOC.
7984
7985 Update immap_85xx.h to include the GUTS PORDEVSR2 register.
7986
7987 Signed-off-by: Timur Tabi <timur@freescale.com>
7988
7989commit 1e01477aeaf409ddb97e2633aab9cf8c9c60612e
7990Author: Wolfgang Denk <wd@denx.de>
7991Date: Fri Apr 18 11:44:27 2008 -0700
7992
7993 Fix build breakage casued by commit c0559be371b2
7994
7995 Change env_get_char from a global function ptr to a function.
7996
7997 Signed-off-by: Wolfgang Denk <wd@denx.de>
7998
7999commit 268a804d7e2fa07b64211fd2f9a9615db4539f23
8000Author: Wolfgang Denk <wd@denx.de>
8001Date: Fri Apr 18 10:53:41 2008 -0700
8002
8003 Coding Style cleanup, update CHANGELOG.
8004
8005 Signed-off-by: Wolfgang Denk <wd@denx.de>
8006
Wolfgang Denk268a8042008-04-18 10:53:41 -07008007commit 92bad20ad74b70adf3839df9a0a47cce000ac3d7
8008Author: Mike Frysinger <vapier@gentoo.org>
8009Date: Tue Apr 8 14:00:57 2008 -0400
8010
8011 Add support for u-boot in svn and localversion-* files
8012
8013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8014
8015commit d23ff6827decf121461fbc5622612fd7effe207e
8016Author: Guennadi Liakhovetski <lg@denx.de>
8017Date: Thu Apr 3 17:04:22 2008 +0200
8018
8019 MX31ADS network and flash updates
8020
8021 This patch allows U-Boot to use buffered writes to the Spansion NOR
8022 flash installed on this board, and eliminates long delays in network
8023 transfers after the board startup.
8024
8025 Also modify flash layout to embed main and redundant environment
8026 blocks in the U-Boot image.
8027
8028 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8029
8030commit b5dc9b304d289831f291843ff88a45cbdf1a6290
8031Author: Guennadi Liakhovetski <lg@denx.de>
8032Date: Mon Apr 14 10:53:12 2008 +0200
8033
8034 Support for the MX31ADS evaluation board from Freescale
8035
8036 This patch adds support for the MX31ADS evaluation board from Freescale,
8037 initialization code is copied from RedBoot sources, also provided by
8038 Freescale.
8039
8040 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8041
Wolfgang Denk7ed40112008-04-26 00:34:42 +02008042commit 499e7831e1baaac6bfb959213f1950c216fbc5ba
8043Author: Stefan Roese <sr@denx.de>
8044Date: Tue Apr 8 10:33:29 2008 +0200
8045
8046 ppc4xx: Change Canyonlands to support booting from 2k page NAND devices
8047
8048 Signed-off-by: Stefan Roese <sr@denx.de>
8049
8050commit 5e182dce04d68cc94407a1b1fa09307f2bb96719
8051Author: Stefan Roese <sr@denx.de>
8052Date: Tue Apr 8 10:33:28 2008 +0200
8053
8054 ppc4xx: Adjust Canyonlands fixed DDR2 setup (NAND booting) to 512MB SODIMM
8055
8056 Signed-off-by: Stefan Roese <sr@denx.de>
8057
8058commit fe7c0db6b2a9004f96c2a2d4fff2849e19c2d825
8059Author: Stefan Roese <sr@denx.de>
8060Date: Tue Apr 8 10:33:27 2008 +0200
8061
8062 ppc4xx: Add Glacier NAND booting target
8063
8064 Signed-off-by: Stefan Roese <sr@denx.de>
8065
8066commit 46f373838e384a4c23d13581b1dfa5acb66b5810
8067Author: Stefan Roese <sr@denx.de>
8068Date: Tue Apr 8 10:31:00 2008 +0200
8069
8070 nand_spl: Update nand_spl to support 2k page size NAND devices
8071
8072 This patch adds support for booting from 2k page sized NAND device
8073 (e.g. Micron 29F2G08AAC).
8074
8075 Tested on AMCC Canyonlands.
8076
8077 Signed-off-by: Stefan Roese <sr@denx.de>
8078
Wolfgang Denk268a8042008-04-18 10:53:41 -07008079commit 5e3dca577b7c1bf58bd2b48449b18b7e7dcd8e04
8080Author: Anatolij Gustschin <agust@denx.de>
8081Date: Thu Apr 17 18:18:00 2008 +0200
8082
8083 Fix crash on sequoia in ppc_4xx_eth_init
8084
8085 Currently U-Boot crashes in ppc_4xx_eth_init on sequoia
8086 with cache enabled (TLB Parity exeption). This patch
8087 fixes the problem.
8088
8089 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8090
8091commit accf7355767dc7f6b85d88bb1c75c9d95e84ba5b
8092Author: Anatolij Gustschin <agust@denx.de>
8093Date: Thu Apr 17 18:15:27 2008 +0200
8094
8095 ppc4xx: Fix crash on sequoia with cache enabled
8096
8097 Currently U-Boot crashes on sequoia board in CPU POST if
8098 cache is enabled (CONFIG_4xx_DCACHE defined). The cache
8099 won't be disabled by change_tlb before CPU POST because
8100 there is an insufficient adress range check since
8101 CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
8102 this problem.
8103
8104 Signed-off-by: Anatolij Gustschin <agust@denx.de>
8105
8106commit 43c509254fab375c49936498da944658117ed07c
8107Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8108Date: Thu Apr 17 23:35:13 2008 +0900
8109
8110 Use jr as register jump instruction
8111
8112 Current assembler codes are inconsistent in the way of register jump
8113 instruction usage; some use jr, some use j. Of course GNU as allows both
8114 usages, but as can be expected from `Jump Register' the mnemonic `jr' is
8115 more intuitive than `j'. For example, Linux doesn't have `j <reg>' usage
8116 at all.
8117
8118 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
8119
8120commit 7ce63709828d37b08866e537339a169bd0db2bd3
8121Author: Guennadi Liakhovetski <lg@denx.de>
8122Date: Tue Apr 15 14:15:30 2008 +0200
8123
8124 RTC driver for MC13783
8125
8126 MC13783 is a multifunction IS with an SPI interface to the host. This
8127 driver handles the RTC controller in this chip.
8128
8129 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8130
8131commit 38254f45b0b412332726c90d3184ad47479fcffb
8132Author: Guennadi Liakhovetski <lg@denx.de>
8133Date: Tue Apr 15 14:14:25 2008 +0200
8134
8135 New i.MX31 SPI driver
8136
8137 This is an SPI driver for i.MX and MXC based SoCs from Freescale. So far
8138 only implemented and tested on i.MX31, can with a modified register layout
8139 and definitions be used for i.MX27, I think, MXC CPUs have similar SPI
8140 controllers too.
8141
8142 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8143
8144commit 7064122c2eef92f02a03ef37a1a1c07e70cd4e38
8145Author: Magnus Lilja <lilja.magnus@gmail.com>
8146Date: Tue Apr 15 19:09:10 2008 +0200
8147
8148 Fix name of i.MX31 boards in config file header
8149
8150 Correct the name of the i.MX31 Litekit and phyCORE boards in config files.
8151
8152 Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com>
8153
8154commit a49864593e083a5d0779fb9ca98e5a0f2053183d
8155Author: Mike Frysinger <vapier@gentoo.org>
8156Date: Sun Apr 13 19:42:19 2008 -0400
8157
8158 allow ports to override go behavior
8159
8160 Split the arch-specific logic out of the common go code and into a dedicated
8161 weak function called do_go_exec() that lives in cpu directories. This will
8162 need review from i386/nios people to make sure I didn't break them.
8163
8164commit 017e9b7925f74878d0e9475388cca9bda5ef9482
8165Author: Mike Frysinger <vapier@gentoo.org>
8166Date: Sun Apr 13 19:42:18 2008 -0400
8167
8168 allow ports to override bootelf behavior
8169
8170 Change the bootelf setup function into a dedicated weak function called
8171 do_bootelf_exec. This way ports can control the behavior however they
8172 like before/after calling the ELF entry point.
8173
8174commit a4b46ed6b3502335c3f3a5d672abe0bcb44f20b7
8175Author: Ulf Samuelsson <ulf@atmel.com>
8176Date: Sat Apr 12 20:56:03 2008 +0200
8177
8178 Reorder ARM boards in Makefile
8179
8180 Rearrange ARM boards in Makefile so that ARM926EJ-S boards
8181 are no longer under ARM92xT header.
8182
8183 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8184 Ack-By Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8185
8186commit c3a60cb3bd67e120fc99b6ba88d9295c3c07f688
8187Author: Ulf Samuelsson <ulf@atmel.com>
8188Date: Sat Apr 12 20:29:44 2008 +0200
8189
8190 Clean up dataflash partitioning
8191
8192 This patch removes the board dependent parts from
8193 "drivers/mtd/dataflash.c".
8194 Each board relying on this, will have the appropriate
8195 code in a new file, "partition.c" in the board directory.
8196 board Makefiles updated to use the file.
8197
8198 The dataflash partitions are aligned on sector/page boundaries.
8199
8200 The CONFIG_NEW_DF_PARTITION was used to create named partitions
8201 This is now the default operation, and the CONFIG variable is removed.
8202
8203 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
8204
8205commit 51ecde946fec511a16346e498204ca10ad71080d
8206Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8207Date: Sat Apr 12 14:08:45 2008 +0200
8208
8209 gitignore: udpate stgit generated and .patch file
8210
8211 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8212
8213commit 66e39818e95f51ee1c1dd2094407a8929543fa6d
8214Author: Wolfgang Denk <wd@denx.de>
8215Date: Fri Apr 18 00:15:36 2008 -0700
8216
8217 Get rid of redundant copy of renamed header file.
8218
8219 Signed-off-by: Wolfgang Denk <wd@denx.de>
8220
8221commit c3aafd8cf814e33a77de81c2f22b8c772216a3cc
8222Author: Vlad Lungu <vlad@comsys.ro>
8223Date: Fri Apr 11 21:20:14 2008 +0300
8224
8225 Fix dependency generation for older gcc versions
8226
8227 With gcc 3.3.3 at least, compilation fails with
8228
8229 Generating include/autoconf.mk
8230 gcc: compilation of header file requested
8231 make: *** [include/autoconf.mk] Error 1
8232
8233 since commit 16fe77752eee099b9fb61ed73460e51cc94b37ba.
8234
8235 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
8236
8237commit cb1c4896905ab22fcd982e6a8a539f0031942e71
8238Author: Marian Balakowicz <m8@semihalf.com>
8239Date: Fri Apr 11 11:07:49 2008 +0200
8240
8241 Restore the ability to continue booting after legacy image overwrite
8242
8243 Before new uImage code was merged, bootm code allowed for the kernel image to
8244 get overwritten during decompresion. new uImage introduced a check for image
8245 overwrites and refused to boot the image that got overwritten. This patch
8246 restores the old behavior. It also adds a warning when the image overwriten is
8247 a multi-image file, because in such case accessing componentes other than the
8248 first one will fail.
8249
8250 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8251
8252commit de2b3216e6b4f3b2fe93759c05b17504f9dfe036
8253Author: Marian Balakowicz <m8@semihalf.com>
8254Date: Fri Apr 11 11:07:43 2008 +0200
8255
8256 ppc: Fix ftd_blob variable init when processing raw blob
8257
8258 Set fdt_blob variable before its value is printed out.
8259
8260 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
8261
8262commit 3d36be030043cd841a2551d00a395135e363a64b
8263Author: Jason Wessel <jason.wessel@windriver.com>
8264Date: Thu Apr 10 14:30:16 2008 -0500
8265
8266 Remove all the search paths from the .lds files.
8267
8268 The cross compiler is responsible for providing the correct libraries
8269 and the logic to find the linking libraries.
8270
8271 Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
8272
8273commit 7d721e34ae6be7d7db63e8d060a246278bb7ae58
8274Author: Bartlomiej Sieka <tur@semihalf.com>
8275Date: Mon Apr 14 15:44:16 2008 +0200
8276
8277 Boot-related documentation update
8278
8279 - document 'bootm_low' and 'bootm_size' environment variables
8280 - update inaccurate CFG_BOOTMAPSZ entry
8281
8282 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
8283
8284commit a6f0bd9f2b1971e2a61ac0fd1fc2c96cb7a4b67a
8285Author: Guennadi Liakhovetski <lg@denx.de>
8286Date: Wed Apr 9 17:34:08 2008 +0200
8287
8288 Fix regression introduced by a typo in "Tidied other cpu/arm920t/start.S code"
8289
8290 Restore logic reverted by commit
8291
8292 commit 80767a6cead9990d9e77e62be947843c2c72f469
8293 Author: Peter Pearse <peter.pearse@arm.com>
8294 Date: Wed Sep 5 16:04:41 2007 +0100
8295
8296 Changed API name to coloured_led.h
8297 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
8298 Tidied other cpu/arm920t/start.S code
8299
8300 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8301
8302commit e25cb8d3f4fcc265a9cdf8e9d577b59bdb64bbaf
8303Author: Mike Frysinger <vapier@gentoo.org>
8304Date: Tue Apr 8 10:24:24 2008 -0400
8305
8306 Remove conflicting NAND ID
8307
8308 There are two NAND entries with ID 0xDC and this obviously causes problems.
8309 In the kernel, they punted the first entry, so we should do the same.
8310
8311 See this upstream e-mail for more info:
8312 http://lists.infradead.org/pipermail/linux-mtd/2007-July/018795.html
8313
8314 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
8315 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8316
8317commit 188e94c370621708d13547d58dbc6ed3c5602aa8
8318Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8319Date: Tue Apr 8 16:20:35 2008 +0900
8320
8321 cpu/mips/cpu.c: Fix flush_cache bug
8322
8323 Cache operations have to take line address (addr), not start_addr.
8324 I noticed this bug when debugging ping failure.
8325
8326 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
8327
8328commit 8f2a68a07c058fca1d413e54f71c2e7e78a74ed4
8329Author: Martin Krause <martin.krause@tqs.de>
8330Date: Thu Apr 3 14:29:01 2008 +0200
8331
8332 TQM5200: fix default IDE reset level
8333
8334 Before the first call of ide_reset(), the level of the IDE reset
8335 signal on the TQM5200 is low (reset asserted). This patch sets the
8336 default value to high (reset not asserted).
8337
8338 Currently this patch fixes no real problem, but it is cleaner to
8339 assert the reset signal only on demand, and not permanently.
8340
8341 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8342
8343commit c61e033d6e8abb7b4060ee36060961e1399f6079
8344Author: Detlev Zundel <dzu@denx.de>
8345Date: Thu Apr 3 14:18:48 2008 +0200
8346
8347 mgcoge, mgsuv: realign CONFIG_EXTRA_ENV_SETTING
8348
8349 Signed-off-by: Detlev Zundel <dzu@denx.de>
8350
8351commit f308572e19eb7fe63aa3d41f214cde4c23c9800f
8352Author: Detlev Zundel <dzu@denx.de>
8353Date: Thu Apr 3 14:18:47 2008 +0200
8354
8355 mgcoge, mgsuv: rename 'addcon' to 'addcons'
8356
8357 The latter name with 13 users is already established, so we will use
8358 that.
8359
8360 Signed-off-by: Detlev Zundel <dzu@denx.de>
8361
8362commit e175eacc87c3a9e4dad0799fee0e95732520afc7
8363Author: Martin Krause <martin.krause@tqs.de>
8364Date: Thu Apr 3 13:37:56 2008 +0200
8365
8366 IDE: fix bug in reset sequence
8367
8368 According to the ata (ata5) specification the RESET- signal
8369 shall be asserted for at least 25 us. Without this patch,
8370 the RESET- signal is asserted on some boards for only < 1 us
8371 (e. g. on the TQM5200). This patch adds a general delay of
8372 25 us to the RESET- signal.
8373
8374 Without this patch a Platinum 4 GiB CF card is not recognised
8375 properly on boards with a TQM5200 (STK52xx, TB5200).
8376
8377 Signed-off-by: Martin Krause <martin.krause@tqs.de>
8378
8379commit 813bea96a960916c72b4a3a7df840151529c26ce
8380Author: Sascha Laue <Sascha.Laue@gmx.biz>
8381Date: Thu Apr 3 14:43:11 2008 +0200
8382
8383 lwmon5: disable CONFIG_ZERO_BOOTDELAY
8384
8385 Signed-off-by: Sascha Laue <sascha.laue@liebherr.com>
8386
8387commit 53eec6f1d25932e76d63ccb14082792b0b96bf41
8388Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8389Date: Wed Apr 2 08:03:58 2008 +0200
8390
8391 ds174x: Fix warning on return in rtc_get and rtc_set functions
8392
8393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8394
8395commit a253b38bf50c85227c33ca0febc870ee49d1588e
8396Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8397Date: Wed Apr 2 08:03:57 2008 +0200
8398
8399 cmd_log.c: Fix assignment differ in signedness
8400
8401 In function 'logbuff_init_ptrs':
8402 cmd_log.c:79: warning: pointer targets in assignment differ in signedness
8403
8404 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8405
8406commit 6c0e9a8f1cc090fbfbc6f86b6b4fd17a1628f3df
8407Author: Gururaja Hebbar K R <gururajakr@sanyo.co.in>
8408Date: Wed Apr 2 11:04:43 2008 +0530
8409
8410 Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
8411
8412 Signed-off-by: gururaja hebbar <gururajakr@sanyo.co.in>
8413
8414commit 478d5ec9ae3cbcc6040241d2d73dbbc61fe9b49d
8415Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8416Date: Tue Apr 1 14:07:10 2008 +0200
8417
8418 s3c4510b_eth: fix 'packed' attribute ignored for fields of MACFrame
8419
8420 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8421
8422commit c08fb3ea36d19b1640b7906264581e9105534399
8423Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8424Date: Tue Apr 15 10:24:14 2008 +0200
8425
8426 Additional PCI IDs for IDE and network controllers
8427
8428 These PCI IDs are required by the Linkstation platforms.
8429
8430 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8431
8432commit c0559be371b2a64b1a817088c3308688e2182f93
8433Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
8434Date: Mon Apr 14 23:01:50 2008 +0200
8435
8436 Change env_get_char from a global function ptr to a function.
8437
8438 This avoids an early global data reference.
8439
8440 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
8441
8442commit 3e0f331c05d72f140715c1e9fca991927e44d422
8443Author: Guennadi Liakhovetski <lg@denx.de>
8444Date: Tue Apr 29 12:35:08 2008 +0000
8445
8446 Clean up smsc911x driver
8447
8448 Replace direct register address derefencing with accessor functions.
8449 Restrict explicitly 32-bit bus-width, extend affected configurations
8450 respectively.
8451
8452 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8453 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8454
8455commit de1b686b763aa8b87a86f6748ce9169e7fc0e4cd
8456Author: Sascha Hauer <s.hauer@pengutronix.de>
8457Date: Tue Apr 15 00:08:20 2008 -0400
8458
8459 This patch adds a driver for the following smsc network controllers:
8460 LAN9115
8461 LAN9116
8462 LAN9117
8463 LAN9215
8464 LAN9216
8465 LAN9217
8466
8467 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8468 Signed-off-by: Guennadi Liakhovetski<lg@denx.de>
8469 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
8470
8471commit 3dfd4aab929cccddb63d9ea509967861e1333b52
8472Author: Sascha Laue <Sascha.Laue@gmx.biz>
8473Date: Tue Apr 1 15:13:03 2008 +0200
8474
8475 Fix watchdog POST for lwmon5
8476
8477 If the hardware watchdog detects a voltage error, the watchdog sets
8478 GPIO62 to low. The watchdog POST has to detect this low level.
8479
8480 Signed-off-by: Sascha Laue <leglas0@legpc180.leg.liebherr.i>
8481
8482commit 24b448448a917e52806f82660a5c9d47608894fb
8483Author: Dave Liu <r63238@freescale.com>
8484Date: Tue Apr 1 15:22:11 2008 +0800
8485
8486 ata: update the libata.h from ata.h of linux kernel
8487
8488 Current libata.h of u-boot is out of sync from linux kernel,
8489 this patch make it be consistent with linux kernel.
8490
8491 Signed-off-by: Dave Liu <daveliu@freescale.com>
8492 Signed-off-by: Tor Krill <tor@excito.com>
8493
8494commit f8f9dc98883f66f59eb0601da65808e6b139c87c
8495Author: Kumar Gala <galak@kernel.crashing.org>
8496Date: Mon Mar 31 11:59:27 2008 -0500
8497
8498 Allow use of ARCH=powerpc when building
8499
8500 The linux kernel is now mostly ARCH=powerpc, so to make life easier
8501 allow use to use ARCH=powerpc and convert it to ARCH=ppc.
8502
8503 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8504
8505commit 8af657d2c6d1ca4f2f76973531394d4578ba2ef0
8506Author: Kyungmin Park <kmpark@infradead.org>
8507Date: Mon Mar 31 10:40:54 2008 +0900
8508
8509 Add apollon board MAINTAINERS entry
8510
8511 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8512
8513commit 77e475cc0ed1832160017d364be32a0be9ff02a9
8514Author: Kyungmin Park <kmpark@infradead.org>
8515Date: Mon Mar 31 10:40:36 2008 +0900
8516
8517 Fix OneNAND read
8518
8519 It should access with 16-bit instead of 8-bit
8520
8521 Now it uses the generic memcpy with 8-bit access. It means it reads wrong data from OneNAND.
8522
8523 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8524
8525commit a9da2b41079d230db3a5641625311983f85ce1fb
8526Author: Kyungmin Park <kmpark@infradead.org>
8527Date: Mon Mar 31 10:40:19 2008 +0900
8528
8529 Fix OneNAND erase command
8530
8531 It mis-calculates the block address.
8532 Also fix DECLARE_GLOBAL_DATA_PTR in env_onenand.
8533
8534 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
8535
8536commit 61525f2ffa156665a66908fda47dbf29d65ea579
8537Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8538Date: Mon Mar 31 01:32:15 2008 +0200
8539
8540 Support for LinkStation / KuroBox HD and HG PPC models
8541
8542 This patch is based on the port by Mihai Georgian (see linkstation.c for
8543 Copyright information) and implements support for LinkStation / KuroBox HD
8544 and HG PPC models from Buffalo Technology, whereby HD is deactivated at
8545 the moment, pending network driver fixing.
8546
8547 Notice to users: this is pretty much a barebone port. Support for network
8548 on HG models is already in the U-Boot mainline, but you might also want
8549 patches to switch fan / phy modes depending on the negotiated ethernet
8550 parameters. This patch also doesn't support console switching, booting EM
8551 mode, Buffalo specific ext2 magic number. So, if you want to use any of
8552 those, you need additional patches. Otherwise this patche provides a fully
8553 functional u-boot with a network console on your system.
8554
8555 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8556
8557commit 0f3ba7e9783f352318f197a3148f6d5cc3d75bea
8558Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8559Date: Sun Mar 30 01:22:13 2008 -0500
8560
8561 Add CONFIG_MII_INIT support to related boards
8562
8563 Replace CONFIG_8xx and CONFIG_MCF532x to CONFIG_MII_INIT in
8564 cmd_init.c. Add CONFIG_MII_INIT to board configuration files
8565 that use mii_init() in cmd_init.c.
8566
8567 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8568 Acked-by: Ben Warren <biggerbadderben@gmail.com>
8569
8570commit f33fca22e76f20e4e4793810ca7a06a4805a6cf4
8571Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8572Date: Sun Mar 30 01:19:06 2008 -0500
8573
8574 Update CONFIG_PCIAUTO_SKIP_HOST_BRIDGE to related boards
8575
8576 Remove test for CONFIG_MPC5200 in drivers/pci/pci_auto.c and define
8577 CONFIG_PCIAUTO_SKIP_HOST_BRIDGE in related board configuration files.
8578
8579 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
8580
8581commit e99ccb488181d012248c6be30b2093e950319fc5
8582Author: Kumar Gala <galak@kernel.crashing.org>
8583Date: Thu Mar 27 11:46:38 2008 -0500
8584
8585 Introduce phys_size_t and move phys_addr_t into asm/types.h
8586
8587 Also add CONFIG_PHYS_64BIT on powerpc to deal with 32-bit ppc's
8588 that have larger physical addresses like 44x, 85xx, and 86xx.
8589
8590 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8591
8592commit 20a14a42a25f72e379f38460b8a8484667536795
8593Author: Andy Fleming <afleming@freescale.com>
8594Date: Wed Apr 2 16:19:07 2008 -0500
8595
8596 Rename include/md5.h to include/u-boot/md5.h
8597
8598 Some systems have md5.h installed in /usr/include/. This isn't the
8599 desired file (we want the one in include/md5.h). This will avoid the
8600 conflict. This fixes the host tools building problem by creating a new
8601 directory for U-Boot specific header files.
8602
8603 [Patch by Andy Fleming, modified to use separate directory by Wolfgang
8604 Denk]
8605
8606 Signed-off-by: Wolfgang Denk <wd@denx.de>
8607 Signed-off-by: Andy Fleming <afleming@freescale.com>
8608 Acked-by: Timur Tabi <timur@freescale.com>
8609
8610commit f297b7a1ec87433f66320d89d993e1bc738c66b8
8611Author: Dave Liu <r63238@freescale.com>
8612Date: Thu Mar 27 18:51:17 2008 +0800
8613
8614 drivers: code clean up
8615
8616 Signed-off-by: Dave Liu <daveliu@freescale.com>
8617
8618commit 0ff7cba4a2e51c90827f6d21a0b28b4d67109597
8619Author: Dave Liu <r63238@freescale.com>
8620Date: Thu Mar 27 18:50:41 2008 +0800
8621
8622 drivers: clean up the ata_piix.h
8623
8624 Signed-off-by: Dave Liu <daveliu@freescale.com>
8625
8626commit e8f7ba404f1409606962815ecc955a06984b08b3
8627Author: Dave Liu <r63238@freescale.com>
8628Date: Thu Mar 27 18:49:56 2008 +0800
8629
8630 doc: english polishing for README.sata
8631
8632 according to gvb's suggestion, polishing for the doc.
8633
8634 Signed-off-by: Jerry Van Baren <gerald.vanbaren@ge.com>
8635 Signed-off-by: Dave Liu <daveliu@freescale.com>
8636
8637commit 3e3f766a5274d204780460e1879723b565296d34
8638Author: Kumar Gala <galak@kernel.crashing.org>
8639Date: Wed Mar 26 18:53:28 2008 -0500
8640
8641 Fix warnings introduced by I2C bus speed setting patch
8642
8643 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8644
8645commit 3c735e7437150e8615f26930c7819db85634276d
8646Author: eran liberty <eran.liberty@gmail.com>
8647Date: Thu Mar 27 00:50:49 2008 +0100
8648
8649 Altera Stratix II support
8650
8651 Adds Support for Altera's Stratix II.
8652
8653 Within your board specific init file you will have to call
8654
8655 1. fpga_init (/* relocated code offset. usually => */ gd->reloc_off);
8656 2. fpga_add (fpga_altera, (Altera_desc*)&altera_desc);
8657
8658 Altera_desc* contines (for example):
8659 {
8660 Altera_StratixII, /* part type */
8661 passive_serial, /* interface type */
8662 1, /* bytes of data part can accept */
8663 (void *)(&funcs), /* interface function table */
8664 0L, /* base interface address */
8665 0 /* implementation specific cookie */
8666 }
8667
8668 funcs is the interface. It is of type altera_board_specific_func.
8669 It looks like this:
8670 altera_board_specific_func func = {
8671 pre_fn,
8672 config_fn,
8673 status_fn,
8674 done_fn,
8675 clk_fn,
8676 data_fn,
8677 abort_fn,
8678 post_fn,
8679 };
8680
8681 you will have to implement these functions, which is usually bit
8682 banging some gpio.
8683
8684 Signed-off-by: Eran Liberty <liberty@extricom.com>
8685
8686commit 5ece9ec9f6cd52950ab848e2fe422dacf1d3a335
8687Author: Wolfgang Denk <wd@denx.de>
8688Date: Sun Apr 13 14:32:54 2008 -0700
8689
8690 Update CHANGELOG
8691
8692 Signed-off-by: Wolfgang Denk <wd@denx.de>
8693
Wolfgang Denk5ece9ec2008-04-13 14:32:54 -07008694commit 5ad862166aa24d62a69aa9c708f6b2f5c0d28fb7
8695Author: Sascha Hauer <s.hauer@pengutronix.de>
8696Date: Wed Mar 26 20:41:17 2008 +0100
8697
8698 Phytec Phycore-i.MX31 support
8699
8700 This patch adds support for the Phytec Phycore-i.MX31 board
8701
8702 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8703 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8704
8705commit caebc95be3b42e5147b5fac7672ac4b2693ef7e1
8706Author: Sascha Hauer <s.hauer@pengutronix.de>
8707Date: Wed Mar 26 20:41:09 2008 +0100
8708
8709 mx31 litekit support
8710
8711 This patch adds support for the mx31 litekit board
8712
8713 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8714 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8715
8716commit cdace0661208754a53019ea0dc7b803a040e0939
8717Author: Sascha Hauer <s.hauer@pengutronix.de>
8718Date: Wed Mar 26 20:40:49 2008 +0100
8719
8720 add an i2c driver for mx31
8721
8722 This patch adds an i2c driver for Freescale i.MX processors
8723
8724 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8725 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8726
8727commit 9b56f4f0306f3940b0aafd823ed6ecfc2d75d6c6
8728Author: Sascha Hauer <s.hauer@pengutronix.de>
8729Date: Wed Mar 26 20:40:42 2008 +0100
8730
8731 core support for Freescale mx31
8732
8733 This patch adds the core support for Freescale mx31
8734
8735 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8736 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8737
8738commit 7ec68862a27c8f6f6d566228de8f6724d964a939
8739Author: Wolfgang Denk <wd@denx.de>
8740Date: Sun Apr 13 14:19:23 2008 -0700
8741
8742 Fix compile error
8743
8744 ...as suggested by Peter Pearse
8745
8746 Signed-off-by: Wolfgang Denk <wd@denx.de>
8747
8748commit 5252ed95204bdf55bec5a90ea69860bf2f78c643
8749Author: Sascha Hauer <s.hauer@pengutronix.de>
8750Date: Wed Mar 26 20:40:36 2008 +0100
8751
8752 Separate omap24xx specific code from arm1136
8753
8754 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136
8755 to cpu/arm1136/omap24xx.
8756
8757 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8758 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8759
8760commit 1f1d88dd40815332df32982e739f2ddd2da6fe1a
8761Author: Mike Frysinger <vapier@gentoo.org>
8762Date: Tue Jan 29 18:21:05 2008 -0500
8763
8764 disable caches before booting an app for Blackfin apps
8765
8766 It isn't generally save to execute applications outside of U-Boot with caches
8767 enabled due to the way the Blackfin processor handles caches (requires
8768 software assistance). This patch disables caches before booting an ELF or
8769 just booting raw code. The previous discussion on the patch was that we
8770 wanted to use weaks instead, but that proved to not be feasible when multiple
8771 symbols are involved, which puts us back at the ifdef solution. I've
8772 minimized the ugliness by moving the setup step outside of the main function.
8773
8774 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
8775
8776commit e6dfed705efa44ebf00d21bb1588c6ccc8f3ad32
8777Author: Wolfgang Denk <wd@denx.de>
8778Date: Sun Apr 13 10:03:54 2008 -0700
8779
8780 ppc: Get rid of unused machine type definitions
8781
8782 Signed-off-by: Wolfgang Denk <wd@denx.de>
8783
8784commit 1aeed8d71acb3290cf2446f316d6ba437e7881c4
8785Author: Wolfgang Denk <wd@denx.de>
8786Date: Sun Apr 13 09:59:26 2008 -0700
8787
8788 Coding Style cleanup; update CHANGELOG
8789
8790 Signed-off-by: Wolfgang Denk <wd@denx.de>
8791
Wolfgang Denk1aeed8d2008-04-13 09:59:26 -07008792commit 7754f33c6fb7a2c050388d20bf3847038558bdcf
8793Author: Larry Johnson <lrj@acm.org>
8794Date: Thu Feb 21 13:58:11 2008 -0500
8795
8796 LM73 bug fix for negative temperatures and cleanup
8797
8798 When the LM73 temperature sensor measures a temperature below 0 C, the
8799 current driver does not perform sign extension, so the result returned is
8800 512 C too high. This patch fixes the problem, and does general cleanup
8801 of the code.
8802
8803 Signed-off-by: Larry Johnson <lrj@acm.org>
8804
8805commit 96ef831f713289afba19da0c8f905e99da2b23e0
8806Author: Guennadi Liakhovetski <lg@denx.de>
8807Date: Thu Apr 3 13:36:02 2008 +0200
8808
8809 cfi_flash: Support buffered writes on non-standard Spansion NOR flash
8810
8811 Some NOR flash chip from Spansion, for example, the s29ws-n MirrorBit
8812 series require different addresses for buffered write commands. Define a
8813 configuration option to support buffered writes on those chips. A more
8814 elegant solution would be to automatically detect those chips by parsing
8815 their CFI records, but that would require introduction of a fixup table
8816 into the cfi_flash driver.
8817
8818 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
8819
8820commit 3f9c542d3d69b1a10a5e193e779133a0454d1f44
8821Author: Lee Nipper <lee.nipper@freescale.com>
8822Date: Thu Apr 10 09:35:06 2008 -0500
8823
8824 mpc83xx: Update DIMM data bus width test to support 40-bit width
8825
8826 32-bit wide ECC memory modules report 40-bit width.
8827 Changed the DIMM data bus width test to 'less than 64' instead of 'equal 32'.
8828
8829 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
8830 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8831
8832commit 5fb5a689d822ca61e814bd523fc930af335242fa
8833Author: Dave Liu <r63238@freescale.com>
8834Date: Mon Mar 31 17:05:12 2008 +0800
8835
8836 mpc83xx: Fix the bug of serdes initialization
8837
8838 Currently the serdes will not be initializated due to the
8839 partid's error.
8840
8841 Signed-off-by: Dave Liu <daveliu@freescale.com>
8842 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8843
8844commit 2000784818f043db7ca60e2846a72d097766b894
8845Author: Dave Liu <r63238@freescale.com>
8846Date: Thu Apr 3 16:28:29 2008 +0800
8847
8848 mpc83xx: Fix the SATA clock setting of 837x targets
8849
8850 Currently the SATA controller clock is configured as CSB clock,
8851 usually the CSB clock is 400/333/266MHz.
8852
8853 However, The SATA IP block is only guaranteed to operate up to
8854 200 MHz as stated in the HW spec.
8855
8856 The bug is reported by Joe D'Abbraccio <ljd015@freescale.com>
8857
8858 This patch makes the SATA clock as half of CSB clock.
8859
8860 Signed-off-by: Dave Liu <daveliu@freescale.com>
8861 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8862
8863commit 1ac4f320bf0b593aa0a741f2d649a8ece8838672
8864Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8865Date: Wed Apr 2 13:41:21 2008 +0200
8866
8867 mpc837xerdb: Fix warning: implicit declaration of function 'fdt_fixup_dr_usb'
8868
8869 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
8870 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
8871
8872commit 97b3ecb575a92fa34c1765229dbc06f2b662f139
8873Author: Kumar Gala <galak@kernel.crashing.org>
8874Date: Wed Apr 9 04:20:57 2008 -0500
8875
8876 85xx: Fix detection of MP cpu spin up
8877
8878 We were looking at the wrong memory offset to determine of a secondary
8879 cpu had been spun up or not. Also added a warning message if the
8880 all the secondary cpus we expect don't spin up.
8881
8882 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8883
8884commit f3e04bdc3f360c66801a9048956e61e41a16edba
8885Author: Kumar Gala <galak@kernel.crashing.org>
8886Date: Tue Apr 8 10:45:50 2008 -0500
8887
8888 85xx: Use SVR_SOC_VER instead of SVR_VER
8889
8890 The recent change introduced by 'Update SVR numbers to expand support'
8891 now requires that we use SVR_SOC_VER instead of SVR_VER if we want
8892 to compare against a particular processor id.
8893
8894 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
8895
8896commit 5b2052e5f5fcce5dbd4d2750a29c0e45bce806e7
8897Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
8898Date: Fri Apr 11 10:00:35 2008 -0400
8899
8900 ppc4xx: Fix power mgt definitions for PPC440
8901
8902 Corrected DCR addresses of PPC440EP power management registers.
8903
8904 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
8905
8906commit 950a392464e616b4590bc4501be46e2d7d162dea
8907Author: Wolfgang Denk <wd@denx.de>
8908Date: Fri Apr 11 15:11:26 2008 +0200
8909
8910 Revert merge of git://www.denx.de/git/u-boot-arm, commit 62479b18:
8911
8912 Reverting became necessary after it turned out that the patches in
8913 the u-boot-arm repo were modified, and in some cases corrupted.
8914
8915 This reverts the following commits:
8916
8917 066bebd6353e33af3adefc3404560871699e9961
8918 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
8919 c88ae20580b2b01487b4cdcc8b2a113f551aee36
8920 a147e56f03871bba4f05058d5e04ce7deb010b04
8921 d6674e0e2a6a1f033945f78838566210d3f28c95
8922 8c8463cce44d849e37744749b32d38e1dfb12e50
8923 c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
8924 8bf69d81782619187933a605f1a95ee1d069478d
8925 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
8926 a574a73852a527779234e73e17e7597fd8128882
8927 1377b5583a48021d983e1fd565f7d40c89e84d63
8928 1704dc20917b4f71e373e2c888497ee666d40380
8929
8930 Signed-off-by: Wolfgang Denk <wd@denx.de>
8931
8932commit 64e541f4c1b413dd84c7e409f5c2bf328db2ac13
8933Author: Stefan Roese <sr@denx.de>
8934Date: Fri Apr 11 07:02:29 2008 +0200
8935
8936 ppc4xx: Update Kilauea defconfig to use device-tree booting as default
8937
8938 This patch reworks the default environment on Kilauea/Haleakala. Now
8939 "net_nfs" for exmaple uses the device-tree style booting formerly know
8940 as "net_nfs_fdt". Also the addresses in RAM were changed because of the
8941 new image booting support, which check for image overwriting. So the
8942 addresses needed togeet adjusted.
8943
8944 Signed-off-by: Stefan Roese <sr@denx.de>
8945
8946commit 756f5dacda3810b094b94bcceffd3ce6c7ff9a28
8947Author: Stefan Roese <sr@denx.de>
8948Date: Wed Apr 9 11:58:02 2008 +0200
8949
8950 ppc4xx: Fix Canyonlands default environment to work with new image support
8951
8952 Since the new image support checks for image overwriting, the default
8953 environment needs to get adjusted to use correct addresses.
8954
8955 Signed-off-by: Stefan Roese <sr@denx.de>
8956
8957commit dfc6c7b647dba7ab86749616f0e9e5740deed422
8958Author: Stefan Roese <sr@denx.de>
8959Date: Wed Apr 9 11:54:11 2008 +0200
8960
8961 ppc: Revert patch 70431e8a that used _start instead of CFG_MONITOR_BASE
8962
8963 The patch 70431e8a7393b6b793f77957f95b999fc9a269b8 (Make MPC83xx one step
8964 closer to full relocation.) doesn't use CFG_MONITOR_BASE anymore. But
8965 on 4xx systems _start currently cannot be used for this calculation.
8966 So revert back to the original version for now.
8967
8968 Signed-off-by: Stefan Roese <sr@denx.de>
8969
8970commit f91374f65eae8b42cac329e06ba1c54728278efb
8971Author: Michal Simek <monstr@monstr.eu>
8972Date: Fri Mar 28 12:49:52 2008 +0100
8973
8974 microblaze: Sort microblaze boards in MAKEALL script
8975
8976commit 62032deb7214c6d9b4396297e2aaa559bc2f8495
8977Author: Michal Simek <monstr@monstr.eu>
8978Date: Fri Mar 28 11:58:45 2008 +0100
8979
8980 microblaze: clean microblaze_config.mk
8981
8982 FLAGS are generated by U-BOOT generator.
8983 Board specific FLAGS are in board directory
8984
8985 Signed-off-by: Michal Simek <monstr@monstr.eu>
8986
8987commit cf5c679ca04a6b54bf53a55b8b9c29335b387287
8988Author: Michal Simek <monstr@monstr.eu>
8989Date: Fri Mar 28 12:47:19 2008 +0100
8990
8991 microblaze: xupv2p fix config file for supporting FDT
8992
8993commit 188dc16b189143573b1ed90e584bf866d75cdd12
8994Author: Michal Simek <monstr@monstr.eu>
8995Date: Fri Mar 28 11:53:02 2008 +0100
8996
8997 microblaze: ml401 fix config file for supporting FDT
8998
8999 Signed-off-by: Michal Simek <monstr@monstr.eu>
9000
9001commit 4c6a6f02e239236261333759997eeaf86b30b54c
9002Author: Michal Simek <monstr@monstr.eu>
9003Date: Fri Mar 28 11:22:48 2008 +0100
9004
9005 microblaze: ml401 - add ifdef for GPIO
9006
9007 Signed-off-by: Michal Simek <monstr@monstr.eu>
9008
9009commit af7ae1a411c67ee9d17a66d17ce50b374f3dd4e7
9010Author: Michal Simek <monstr@monstr.eu>
9011Date: Fri Mar 28 12:13:03 2008 +0100
9012
9013 microblaze: clean uart16550 and uartlite handling
9014
9015 Signed-off-by: Michal Simek <monstr@monstr.eu>
9016
9017commit 0b20f250877441460fb79d72192954abe8498834
9018Author: Michal Simek <monstr@monstr.eu>
9019Date: Fri Mar 28 11:08:31 2008 +0100
9020
9021 microblaze: Add Emaclite driver to Makefile
9022
9023 Signed-off-by: Michal Simek <monstr@monstr.eu>
9024
9025commit 868cde5310f88234b774878e4f06e79df10a88b3
9026Author: Michal Simek <monstr@monstr.eu>
9027Date: Fri Mar 28 11:08:01 2008 +0100
9028
9029 microblaze: Add Emac driver to Makefile
9030
9031 Signed-off-by: Michal Simek <monstr@monstr.eu>
9032
9033commit 6f961b4f461f6cbb83a467d468a02e6078c2b327
9034Author: Michal Simek <monstr@monstr.eu>
9035Date: Fri Mar 28 12:42:29 2008 +0100
9036
9037 microblaze: add Emac ethernet driver
9038
9039commit 89c53891b18cbafd29ab8931b40e27ad231b6085
9040Author: Michal Simek <monstr@monstr.eu>
9041Date: Fri Mar 28 12:41:56 2008 +0100
9042
9043 microblaze: add Emaclite ethernet driver
9044
9045commit e5845e21224dbe2fe47b11f1cdf95de7f84be7cb
9046Author: Michal Simek <monstr@monstr.eu>
9047Date: Fri Mar 28 11:04:01 2008 +0100
9048
9049 microblaze: ML401 and XUPV2P remove emac and emaclite reference
9050
9051 Signed-off-by: Michal Simek <monstr@monstr.eu>
9052
9053commit 6bf3e982aefdb1daf9f5462d482c8f9d1cc90a57
9054Author: Michal Simek <monstr@monstr.eu>
9055Date: Fri Mar 28 10:59:32 2008 +0100
9056
9057 microblaze: remove old setting for emac driver
9058
9059 Signed-off-by: Michal Simek <monstr@monstr.eu>
9060
9061commit cd2b75efb9cc037c74ecee9b3586f9bf9e1d4e57
9062Author: Michal Simek <monstr@monstr.eu>
9063Date: Fri Mar 28 10:58:15 2008 +0100
9064
9065 microblaze: Clean Makefile from ancient emac driver
9066
9067 Signed-off-by: Michal Simek <monstr@monstr.eu>
9068
9069commit ab68f921d9c741830f721c3d879c13a0c5597183
9070Author: Daniel Hellstrom <daniel@gaisler.com>
9071Date: Fri Mar 28 10:20:43 2008 +0100
9072
9073 SPARC/LEON2: added support for Gaisler simulator GRSIM/TSIM for SPARC/LEON2 targets. See www.gaisler.com for information.
9074
9075 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9076
9077commit 6ed8a43a19bb0275501bc286007daafa923552cf
9078Author: Daniel Hellstrom <daniel@gaisler.com>
9079Date: Wed Mar 26 23:38:48 2008 +0100
9080
9081 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.
9082
9083 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9084
9085commit 6940383d9ec1bfe2f13e339e6f723e8d34af2b12
9086Author: Daniel Hellstrom <daniel@gaisler.com>
9087Date: Wed Mar 26 23:34:47 2008 +0100
9088
9089 SPARC/LEON3: added support for Altera NIOS Development kit (STRATIX II Edition) with GRLIB template design. See www.gaisler.com for information.
9090
9091 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9092
9093commit 823edd8a66ed50af5aaba0c79567f67061e4d79a
9094Author: Daniel Hellstrom <daniel@gaisler.com>
9095Date: Fri Mar 28 10:06:52 2008 +0100
9096
9097 SPARC/LEON3: added support for Gaisler GRSIM/TSIM2 SPARC/LEON3 simulatorn. See www.gaisler.com for information.
9098
9099 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9100
9101commit 71d7e4c0489e5ed8fc69382236aaa2a1e510c135
9102Author: Daniel Hellstrom <daniel@gaisler.com>
9103Date: Wed Mar 26 23:26:48 2008 +0100
9104
9105 SPARC/LEON3: added support for GR-XC3S-1500 board with GRLIB template design. See www.gaisler.com for board information.
9106
9107 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9108
9109commit b330990c2f36ee4a8bb318360e1c8ba965269ab6
9110Author: Daniel Hellstrom <daniel@gaisler.com>
9111Date: Fri Mar 28 10:00:33 2008 +0100
9112
9113 SPARC: Added support for SPARC LEON2 SOC Processor.
9114
9115 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9116
9117commit 2a2fa797e63b1e3cd4d570318ca5fbf8723ef53a
9118Author: Daniel Hellstrom <daniel@gaisler.com>
9119Date: Wed Mar 26 23:00:38 2008 +0100
9120
9121 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.
9122
9123 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9124
9125commit 1e9a164e22976933002c5e4b0b79b09fcede9cd4
9126Author: Daniel Hellstrom <daniel@gaisler.com>
9127Date: Wed Mar 26 22:51:29 2008 +0100
9128
9129 SPARC: Added support for SPARC LEON3 SOC processor.
9130
9131 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9132
9133commit bf3d8b31169546fcddb4737391e1893fb12d033a
9134Author: Daniel Hellstrom <daniel@gaisler.com>
9135Date: Fri Mar 28 08:29:26 2008 +0100
9136
9137 SPARC: added SPARC support for new uimage in common code.
9138
9139 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9140
9141commit 00ab32c85405a4fe65fd4128243086210fc90a21
9142Author: Daniel Hellstrom <daniel@gaisler.com>
9143Date: Wed Mar 26 22:36:03 2008 +0100
9144
9145 SPARC: added SPARC board information to the command bdinfo.
9146
9147 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9148
9149commit c2f02da21a3f37f0878554eebc785e04fdc4e128
9150Author: Daniel Hellstrom <daniel@gaisler.com>
9151Date: Fri Mar 28 09:47:00 2008 +0100
9152
9153 SPARC: Added generic support for SPARC architecture.
9154
9155 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9156
9157commit e54ec0f016803e4d9524ff71f7971bda0c51b287
9158Author: Stefan Roese <sr@denx.de>
9159Date: Thu Apr 3 14:50:34 2008 +0200
9160
9161 ppc4xx: Fix 4xx enet driver to support 460GT EMAC2+3
9162
9163 This patch fixes a problem with the RGMII setup of the 460GT. The 460GT
9164 has 2 RGMII instances and we need to configure the 2nd RGMII instance
9165 for the EMAC2+3 channels.
9166
9167 Signed-off-by: Stefan Roese <sr@denx.de>
9168
9169commit c2a545ce33b26d80337f80b533828839249fb1c9
9170Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9171Date: Wed Apr 2 08:03:56 2008 +0200
9172
9173 MPC8xx: Fix libfdt support introduced in commit 77ff7b74
9174
9175 fdt.c: In function 'ft_cpu_setup':
9176 fdt.c:33: warning: implicit declaration of function 'do_fixup_by_prop_u32'
9177 fdt.c:39: warning: implicit declaration of function 'do_fixup_by_compat_u32'
9178 fdt.c:43: warning: implicit declaration of function 'fdt_fixup_ethernet'
9179 fdt.c:45: warning: implicit declaration of function 'fdt_fixup_memory'
9180
9181 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9182
9183commit 4abd844d8eb108736e1cf8fbf3dbf61f2d5fc11b
9184Author: Andy Fleming <afleming@freescale.com>
9185Date: Mon Mar 31 20:45:56 2008 -0500
9186
9187 Fix fdt set command to conform to dts spec
9188
9189 The fdt set command was treating properties specified as <00> and <0011>
9190 as byte streams, rather than as an array of cells. As we already have
9191 syntax for expressing the desire for a stream of bytes ([ xx xx ...]),
9192 we should use the <> syntax to describe arrays of cells, which are always
9193 32-bits per element. If we imagine this likely (IMHO) scenario:
9194
9195 > fdt set /ethernet-phy@1 reg <1>
9196
9197 With the old code, this would create a bad fdt, since the reg cell would be
9198 made to be one byte in length. But the cell must be 4 bytes, so this would
9199 break mysteriously.
9200
9201 Also, the dts spec calls for constants inside the angle brackets (<>)
9202 to conform to C constant standards as they pertain to base.
9203 Take this scenario:
9204
9205 > fdt set /ethernet@f00 reg <0xe250000\ 0x1000>
9206
9207 The old fdt command would complain that it couldn't parse that. Or, if you
9208 wanted to specify that a certain clock ran at 33 MHz, you'd be required to
9209 do this:
9210
9211 > fdt set /mydev clock <1f78a40>
9212
9213 Whereas the new code will accept decimal numbers.
9214
9215 While I was in there, I extended the fdt command parser to handle property
9216 strings which are split across multiple arguments:
9217
9218 > fdt set /ethernet@f00 interrupts < 33 2 34 2 36 2 >
9219 > fdt p /ethernet@f00
9220 ethernet@f00 {
9221 interrupts = <0x21 0x2 0x22 0x2 0x24 0x2>;
9222 };
9223
9224 Lastly, the fdt print code was rearranged slightly to print arrays of cells
9225 if the length of the property is a multiple of 4 bytes, and to not print
9226 leading zeros.
9227
9228 Signed-off-by: Andy Fleming <afleming@freescale.com>
9229
9230commit 1c2926abdd7db89296a8cc7f224dd9d5d4e37a56
9231Author: Stefan Roese <sr@denx.de>
9232Date: Wed Apr 2 08:39:33 2008 +0200
9233
9234 ppc4xx: Canyonlands: Init SATA/PCIe port correctly
9235
9236 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9237 interface. This usage can be configured with the jumper J6. This patch
9238 correctly configures the SATA/PCIe PHY for SATA usage when this jumper
9239 is installed.
9240
9241 Signed-off-by: Stefan Roese <sr@denx.de>
9242
9243commit 6fe2946f198481254a6ee9600d7456b8316a4083
9244Author: Kim Phillips <kim.phillips@freescale.com>
9245Date: Fri Mar 28 17:37:49 2008 -0500
9246
9247 remove remaining CONFIG_OF_HAS_{UBOOT_ENV,BD_T} code
9248
9249 finish off what commit 43ddd9c820fec44816188f53346b464e20b3142d,
9250 "Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T"
9251 started.
9252
9253 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9254
9255commit b5873f1732b92a25690e1513b90dfb0d644f6697
9256Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9257Date: Tue Apr 1 07:30:51 2008 +0200
9258
9259 dataflash: Move CONFIG_HAS_DATAFLASH to Makefile
9260
9261 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9262
9263commit 2d934ea51f276522b532f870a820e844ff480b5b
9264Author: Tor Krill <tor@excito.com>
9265Date: Fri Mar 28 15:29:45 2008 +0100
9266
9267 Add Vitesse 8601 support to TSEC driver
9268
9269 Add phy_info for Vitesse VSC8601.
9270 Add config option, CFG_VSC8601_SKEWFIX, to enable RGMII skew timing compensation.
9271
9272 Signed-off-by: Tor Krill <tor@excito.com>
9273 Reviewed-by: Kim Phillips <kim.phillips@freescale.com>
9274 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9275
9276commit 3eac6402a508b0f68a21cc9cbc2cc49347de0c31
9277Author: Daniel Hellstrom <daniel@gaisler.com>
9278Date: Mon Mar 31 14:25:00 2008 +0000
9279
9280 SPARC: added SMC91111 driver in and out macros for LEON processors.
9281
9282 This patch makes SPARC/LEON processors able to read and write
9283 to the SMC91111 chip using the chip external I/O bus of the memory
9284 controller. This patchs defines the standard in and out macros
9285 expected by the SMC9111 driver.
9286
9287 To access that I/O bus one must set up the memory controller
9288 (MCTRL or FTMCTRL) correctly. It is assumed that the user sets
9289 up this correctly when the other MCTRL parameters are set up. It
9290 can be set up from the board configuration header file.
9291
9292 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9293 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9294
9295commit 3ca7c558eba36332556bc470d45e2f5d42bd0ca6
9296Author: Stelian Pop <stelian@popies.net>
9297Date: Wed Mar 26 18:52:34 2008 +0100
9298
9299 Add maintainership information for AT91CAP9ADK and AT91SAM9260EK boards
9300
9301 Signed-off-by: Stelian Pop <stelian@popies.net>
9302
9303commit 4e03dde84dd2c91e327cdc23ae119d432559a7a3
9304Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9305Date: Mon Mar 31 21:31:04 2008 +0200
9306
9307 AT91SAM9260EK: Move CONFIG_CMD_NAND to Makefile
9308
9309 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9310
9311commit 0176d43e759a6e00cacc85eff26fd60f74b4f6b7
9312Author: Stelian Pop <stelian@popies.net>
9313Date: Wed Mar 26 18:52:33 2008 +0100
9314
9315 Add support for AT91SAM9260EK
9316
9317 Support for booting from internal DataFlash, external DataFlash card
9318 or NAND flash is available.
9319
9320 Signed-off-by: Stelian Pop <stelian@popies.net>
9321
9322commit 1762f13b4aab88b685b1722f17dada247945624b
9323Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9324Date: Mon Mar 31 21:20:49 2008 +0200
9325
9326 AT91SAM9: Move CONFIG_HAS_DATAFLASH to Makefile
9327
9328 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9329
9330commit 761712188b353494defb2b644491ff73d0daaa6f
9331Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9332Date: Mon Mar 31 21:12:17 2008 +0200
9333
9334 AT91CAP9ADK: Move CONFIG_CMD_NAND to Makefile
9335
9336 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9337
9338commit 983c1db04c1dd0f92e02f06d29f0c65a3d9a2687
9339Author: Stelian Pop <stelian@popies.net>
9340Date: Wed Mar 26 20:52:32 2008 +0100
9341
9342 Port AT91CAP9 to the new headers
9343
9344 Adapt the existing AT91CAP9 code to the new headers and APIs.
9345
9346 Signed-off-by: Stelian Pop <stelian@popies.net>
9347
9348commit 177e8a5ac81bbc531a1d54abdb47f2860266c3aa
9349Author: Stelian Pop <stelian@popies.net>
9350Date: Wed Mar 26 19:52:31 2008 +0100
9351
9352 Finish header files reworking
9353
9354 Replace AT91CAP9.h file with several splitted header files coming
9355 from the Linux kernel.
9356
9357 This is part 2 of the replacement: more header imports and edits.
9358
9359 Signed-off-by: Stelian Pop <stelian@popies.net>
9360
9361commit 6d1dbbbf9fdf727384002e553e615c15d8b967f4
9362Author: Stelian Pop <stelian@popies.net>
9363Date: Wed Mar 26 19:52:30 2008 +0100
9364
9365 Import several header files from Linux
9366
9367 Replace AT91CAP9.h file with several splitted header files coming
9368 from the Linux kernel.
9369
9370 This is part 1 of the replacement: pristine header files import.
9371
9372 Signed-off-by: Stelian Pop <stelian@popies.net>
9373
9374commit a8a78f2d99dc1bd30dc3595da118539b506c6118
9375Author: Stelian Pop <stelian@popies.net>
9376Date: Wed Mar 26 20:52:28 2008 +0100
9377
9378 Move at91cap9 specific files to at91sam9 directory
9379
9380 AT91CAP9 and AT91SAM9 SoCs are very close hardware wise, so a
9381 common infrastructure can be used. Let this infrastructure be
9382 named after the AT91SAM9 family, and move the existing AT91CAP9
9383 files to the new place.
9384
9385 Signed-off-by: Stelian Pop <stelian@popies.net>
9386
9387commit 61106a565870ff503f92b251b94bd7afef889a04
9388Author: Stelian Pop <stelian@popies.net>
9389Date: Wed Mar 26 21:52:27 2008 +0100
9390
9391 Use timer_init() instead of board supplied interrupt_init()
9392
9393 The timer on AT91CAP9/AT91SAM9 is supplied by the SoC, and not by
9394 the board, so use timer_init() instead of interrupt_init().
9395
9396 Signed-off-by: Stelian Pop <stelian@popies.net>
9397
9398commit 5604e2178c5218fbfdba2e4293ca7652e829ac25
9399Author: Stelian Pop <stelian@popies.net>
9400Date: Wed Mar 26 21:52:36 2008 +0100
9401
9402 Cleanup DataFlash partition handling
9403
9404 DataFlash partition information has become a mess. This patch
9405 defines a single partition scheme for Atmel DataFlashes. This partition
9406 scheme will be used by all AT91CAP9 and AT91SAM9 boards.
9407
9408 Signed-off-by: Stelian Pop <stelian@popies.net>
9409
9410commit 9b46432fc65ce0f0826b32e4f15c15b33ccb8d42
9411Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9412Date: Fri Mar 28 08:47:45 2008 -0500
9413
9414 ColdFire: Fix alignment issue after CONFIG_IDENT_STRING in start.S
9415
9416 When the version_string function in start.S is not 4-byte align,
9417 it will cause the compiler generates "unaligned opcodes detected
9418 in executable segment". This issue affects all ColdFire CPUs.
9419 By adding .align 4 after CONFIG_IDENT_STRING, it will pad 0's if
9420 it is not aligned.
9421
9422 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9423 Acked-by: John Rigby <jrigby@freescale.com>
9424
9425commit bae61eefe15b4d454060a7140e49ae58322be803
9426Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9427Date: Tue Mar 25 15:41:15 2008 -0500
9428
9429 ColdFire: Add dspi and serial flash support for MCF5445x
9430
9431 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9432 Acked-by: John Rigby <jrigby@freescale.com>
9433
9434commit 48ead7a7a922fceaf494e352abfab8216a41b417
9435Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9436Date: Tue Mar 18 17:37:01 2008 -0500
9437
9438 ColdFire: Remove R5200 board
9439
9440 This board never went into production
9441
9442 Signed-off-by: Zachary P. Landau <zachary.landau@labxtechnologies.com>
9443 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9444 Acked-by: John Rigby <jrigby@freescale.com>
9445
9446commit 545c8e0a7cd3ca9d3846668f69b0d201250abea8
9447Author: Matthew Fettke <[matthew.fettke@gmail.com]>
9448Date: Thu Jan 24 14:02:32 2008 -0600
9449
9450 ColdFire: Added M5275EVB support.
9451
9452 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
9453 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9454 Acked-by: John Rigby <jrigby@freescale.com>
9455
9456commit f71d9d91a2cd9c30b2b6369f15c1a46c11537c2b
9457Author: Matthew Fettke <[matthew.fettke@gmail.com]>
9458Date: Mon Feb 4 15:38:20 2008 -0600
9459
9460 ColdFire: Added MCF5275 cpu support.
9461
9462 Signed-off-by: Matthew Fettke <mfettke@videon-central.com>
9463 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9464 Acked-by: John Rigby <jrigby@freescale.com>
9465
9466commit 44e5b9edab077aba6e9b849afa4b7fbd8fd7b02b
9467Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9468Date: Mon Mar 17 12:14:11 2008 -0500
9469
9470 ColdFire: Define bootdelay in configuration file for M52277EVB
9471
9472 Signed-off-by: Matt Wadel <Matt.Waddel@freescale.com>
9473 Acked-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9474 Acked-by: John Rigby <jrigby@freescale.com>
9475
9476commit 77878f16cedee17161ff2336990970fffc6cea35
9477Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9478Date: Mon Mar 17 12:09:07 2008 -0500
9479
9480 ColdFire: Fix second memory Chipselect for M5475EVB
9481
9482 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9483 Acked-by: John Rigby <jrigby@freescale.com>
9484
9485commit 43d60642395a550956cb21d287c8cfa563913d28
9486Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9487Date: Thu Mar 13 14:26:32 2008 -0500
9488
9489 ColdFire: Update correct FLASHBAR and RAMBAR1 for MCF5282
9490
9491 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9492 Acked-by: John Rigby <jrigby@freescale.com>
9493
9494commit eb14ebe813a0cb5d47905228da446a5ad692473b
9495Author: Larry Johnson <lrj@acm.org>
9496Date: Sun Mar 30 20:33:04 2008 -0500
9497
9498 ppc4xx: Add CFG_MEM_TOP_HIDE to Denali SPD-based SDRAM setup
9499
9500 Signed-off-by: Larry Johnson <lrj@acm.org>
9501
9502commit 02e3892021112f21067d9ed1d04ae4182725ba52
9503Author: Stefan Roese <sr@denx.de>
9504Date: Mon Mar 31 12:20:48 2008 +0200
9505
9506 ppc4xx: Small whitespace fix of esd patches
9507
9508 Signed-off-by: Stefan Roese <sr@denx.de>
9509
9510commit 034394abb524785047c815f00dde8cdbdc1593c5
9511Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9512Date: Sun Mar 30 18:52:44 2008 +0200
9513
9514 ppc4xx: Cleanup PMC440 board support
9515
9516 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9517
9518commit a6cc6c37188d85c25d167a4515da86f48d9a583e
9519Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9520Date: Sun Mar 30 18:52:06 2008 +0200
9521
9522 ppc4xx: Add ptm configuration variables for PMC440
9523
9524 Add support for the ptm1la, ptm1ms, ptm2la and ptm2ms
9525 environment variables.
9526
9527 Cleanup pci_target_init.
9528
9529 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9530
9531commit 7c91f51a2fe296909147f1646a1412729dd10b1d
9532Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9533Date: Sun Mar 30 18:01:15 2008 +0200
9534
9535 ppc4xx: Minor updates for DU440 boards
9536
9537 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
9538
9539commit d5bffeb868d6b4d462f558dac43011027b6644b7
9540Author: Mike Frysinger <vapier@gentoo.org>
9541Date: Tue Feb 19 00:54:20 2008 -0500
9542
9543 Blackfin: cleanup and overhaul common board init functions
9544
9545 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9546
9547commit b86b3416f874358acaf07519e7620cdb2145f75b
9548Author: Mike Frysinger <vapier@gentoo.org>
9549Date: Tue Feb 19 00:50:58 2008 -0500
9550
9551 Blackfin: cleanup lib_blackfin/cache.c
9552
9553 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9554
9555commit 9171fc81722c20fdb5a829a58b17c9eaadd5fb44
9556Author: Mike Frysinger <vapier@gentoo.org>
9557Date: Sun Mar 30 15:46:13 2008 -0400
9558
9559 Blackfin: unify cpu and boot modes
9560
9561 All of the duplicated code for Blackfin processors and boot modes have been
9562 unified. After all, the core is the same for all processors, just the
9563 peripheral set differs (which gets handled in the drivers).
9564
9565 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9566
9567commit 880cc4381ea8360248cddcdf87a64566745a5724
9568Author: Stelian Pop <stelian@popies.net>
9569Date: Wed Mar 26 22:52:35 2008 +0100
9570
9571 Fix CFG_NO_FLASH compilation.
9572
9573 Many Atmel boards have no "real" (NOR) flash on board, and rely only
9574 on DataFlash and NAND memories. This patch enables CFG_NO_FLASH to
9575 be present in a board configuration file, while still enabling flash
9576 commands like 'flinfo', 'protect', etc.
9577
9578 Signed-off-by: Stelian Pop <stelian@popies.net>
9579
9580commit 9ce7e53abd039decea1af67aec81bbd5df7a2593
9581Author: Mike Frysinger <vapier@gentoo.org>
9582Date: Tue Feb 19 00:58:13 2008 -0500
9583
9584 Blackfin: BF537-stamp: cleanup spi flash driver
9585
9586 This punts the old spi flash driver for a new/generalized one until the
9587 common one can be integrated.
9588
9589 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
9590
9591commit bb8e3cf25bc0b04936c0c1a075985dd8700a244b
9592Author: Ben Warren <biggerbadderben@gmail.com>
9593Date: Sun Mar 30 11:34:34 2008 -0400
9594
9595 Fix macro typo in common/cmd_mii.c
9596
9597 This typo was introduced in commit 233a8bcd94997f3f345833a3b82e836222f2a206. I
9598 actually applied the wrong patch.
9599
9600 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9601
9602commit f1b985f2d724ccaa4d3def07917f0caaf18fa77d
9603Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9604Date: Sun Mar 30 16:39:53 2008 +0200
9605
9606 use correct at91rm9200 register name in m501sk board
9607
9608 This fixes a naming bug for at91rm9200 lowlevel init code:
9609 NOR boot flash is on chipselect 0, not chipselect 2. This
9610 makes code use the register name from chip datasheets.
9611
9612 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
9613
9614commit 480ed1dea103a1c8f4591afc77d2de3c7868d983
9615Author: David Brownell <david-b@pacbell.net>
9616Date: Fri Jan 18 12:55:00 2008 -0800
9617
9618 use correct at91rm9200 register name
9619
9620 This fixes a naming bug for at91rm9200 lowlevel init code:
9621 NOR boot flash is on chipselect 0, not chipselect 2. This
9622 makes code use the register name from chip datasheets.
9623
9624 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9625
9626commit a3543d6dc52b0ba9c64016687cf32d600b31a476
9627Author: David Brownell <david-b@pacbell.net>
9628Date: Fri Jan 18 12:45:45 2008 -0800
9629
9630 add missing ARM boards to MAKEALL
9631
9632 Add some missing ARM boards to MAKEALL. These build correctly,
9633 unlike several of the boards already listed.
9634
9635 Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
9636
9637commit 066bebd6353e33af3adefc3404560871699e9961
9638Author: Peter Pearse <peter.pearse@arm.com>
9639Date: Sun Mar 30 11:34:09 2008 +0100
9640
9641 Bracket READ_TIMER macro in cpu/arm1136/omap24xx/interrupts.c
9642 to prevent compilation error.
9643
9644 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9645
9646commit 7a837b7310166ae8fc8b8d66d7ef01b60a80f9d6
9647Author: Guennadi Liakhovetski <[lg@denx.de]>
9648Date: Sun Mar 30 11:32:30 2008 +0100
9649
9650 Support for the MX31ADS evaluation board from Freescale
9651
9652 This patch adds support for the MX31ADS evaluation board from Freescale,
9653 initialization code is copied from RedBoot sources, also provided by Freescale.
9654
9655 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9656
9657commit c88ae20580b2b01487b4cdcc8b2a113f551aee36
9658Author: Sascha Hauer <s.hauer@pengutronix.de>
9659Date: Sun Mar 30 11:32:27 2008 +0100
9660
9661 Phytec Phycore-i.MX31 support
9662
9663 This patch adds support for the Phytec Phycore-i.MX31 board
9664
9665 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9666 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9667
9668commit a147e56f03871bba4f05058d5e04ce7deb010b04
9669Author: Sascha Hauer <s.hauer@pengutronix.de>
9670Date: Sun Mar 30 11:32:24 2008 +0100
9671
9672 mx31 litekit support
9673
9674 This patch adds support for the mx31 litekit board
9675
9676 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9677 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9678
9679commit d6674e0e2a6a1f033945f78838566210d3f28c95
9680Author: Sascha Hauer <s.hauer@pengutronix.de>
9681Date: Sun Mar 30 11:32:21 2008 +0100
9682
9683 add SMSC LAN9x1x Network driver
9684
9685 This patch adds a driver for the following smsc network controllers:
9686 LAN9115
9687 LAN9116
9688 LAN9117
9689 LAN9215
9690 LAN9216
9691 LAN9217
9692
9693 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9694 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9695
9696commit 8c8463cce44d849e37744749b32d38e1dfb12e50
9697Author: Sascha Hauer <s.hauer@pengutronix.de>
9698Date: Sun Mar 30 11:32:16 2008 +0100
9699
9700 add an i2c driver for mx31
9701
9702 This patch adds an i2c driver for Freescale i.MX processors
9703
9704 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9705 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9706
9707commit c98b47ad24b2d91f41c09a3d62d7f70ad84f4b7d
9708Author: Sascha Hauer <s.hauer@pengutronix.de>
9709Date: Sun Mar 30 11:30:43 2008 +0100
9710
9711 core support for Freescale mx31
9712
9713 This patch adds the core support for Freescale mx31
9714
9715 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9716 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9717
9718commit 8bf69d81782619187933a605f1a95ee1d069478d
9719Author: Sascha Hauer <s.hauer@pengutronix.de>
9720Date: Sun Mar 30 11:28:46 2008 +0100
9721
9722 Separate omap24xx specific code from arm1136
9723
9724 Move omap24xx code to cpu/arm1136/omap24xx, rename include/asm-arm/arch-arm1136 to cpu/arm1136/omap24xx.
9725
9726 Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
9727 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
9728
9729commit 8c16cb0d3b971f46fbe77c072664c0f2dcd4471d
9730Author: Peter Pearse <peter.pearse@arm.com>
9731Date: Sun Mar 30 11:23:05 2008 +0100
9732
9733 Add pmdra into MAKEALL
9734
9735 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
9736
9737commit a574a73852a527779234e73e17e7597fd8128882
9738Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9739Date: Sun Mar 30 11:21:58 2008 +0100
9740
9741 Adds support for the Prodrive PMDRA board, based on a DM6441
9742
9743 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9744
9745commit 1377b5583a48021d983e1fd565f7d40c89e84d63
9746Author: Pieter Voorthuijsen <[pieter.voorthuijsen@Prodrive.nl]>
9747Date: Sun Mar 30 11:11:34 2008 +0100
9748
9749 Removes all board specific code from the arch. part for DM644x (DaVinci) boards
9750
9751 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
9752
9753commit 1704dc20917b4f71e373e2c888497ee666d40380
9754Author: Dirk Behme <dirk.behme@gmail.com>
9755Date: Sun Mar 30 11:09:01 2008 +0100
9756
9757 - Remove *_masked() functions as noted by Wolfgang
9758 - Adapt register naming to recent TI spec (sprue26, March 2007)
9759 - Fix reset_timer() handling
9760 - As reported by Pieter [1] the overflow fix introduced a
9761 delay of factor 16 (e.g 2 seconds became 32). While the
9762 overflow fix is basically okay, it missed to divide udelay by
9763 16, too. Fix this.
9764 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/38179
9765 - Remove software division of timer count value (DIV(x)
9766 macro) and do it in hardware (TIM_CLK_DIV).
9767 Many thanks to Troy Kisky <troy.kisky@boundarydevices.com>
9768 and Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl> for
9769 the hints & testing!
9770
9771 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
9772
9773 Acked-by: Pieter Voorthuijsen <pieter.voorthuijsen@Prodrive.nl>
9774
9775commit ac3315c26e143c31680750c9c13f027efbcc887e
9776Author: Andre Schwarz <andre.schwarz@matrix-vision.de>
9777Date: Thu Mar 6 16:45:44 2008 +0100
9778
9779 new PHY @ e1000 - 2nd try
9780
9781 Add 82541ER device with latest integrated IGP2 PHY.
9782 Introduced CONFIG_E1000_FALLBACK_MAC for NIC bring-up with empty eeprom.
9783
9784 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
9785 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9786
9787commit c2b7da552293b50c9c9e46ed71267b02c2de9ea8
9788Author: Daniel Hellstrom <daniel@gaisler.com>
9789Date: Fri Mar 28 20:22:53 2008 +0100
9790
9791 SPARC/LEON3: Added GRETH Ethernet 10/100/1000 driver.
9792
9793 GRETH is an Ethernet 10/100 or 10/100/1000 MAC with out without
9794 a debug link (EDCL). The GRETH core is documented in GRIP.pdf
9795 available at www.gaisler.com.
9796
9797 If the GRETH has GigaBit support (GBIT, Scatter gather, checksum
9798 offloading etc.) can be determined by a bit in the control register.
9799 The GBIT MAC is supported by operating in GRTEH 10/100 legacy mode.
9800
9801 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9802 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9803
9804commit 233a8bcd94997f3f345833a3b82e836222f2a206
9805Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9806Date: Mon Mar 17 17:08:22 2008 -0500
9807
9808 Add CONFIG_MII_INIT in cmd_mii.c
9809
9810 Provide common configuration in do_mii() to execute mii_init()
9811 for all cpu architectures
9812
9813 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9814 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9815
9816commit f605479de2deb11e834f31dfdb0af107c86aced6
9817Author: Tsi-Chung Liew <Tsi-Chung.Liew@freescale.com>
9818Date: Mon Mar 17 17:08:16 2008 -0500
9819
9820 ColdFire: Fix FEC transmit issue for MCF5275
9821
9822 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
9823 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9824
9825commit d9a2f416d6ac6058cd7845033ae4dc32ef1c0746
9826Author: Aras Vaichas <arasv@magtech.com.au>
9827Date: Wed Mar 26 09:43:57 2008 +1100
9828
9829 DHCP request fix for Windows Server 2003
9830
9831 Added option CONFIG_BOOTP_DHCP_REQUEST_DELAY. This provides an optional
9832 delay before sending "DHCP Request" in net/bootp.c. Required to overcome
9833 interoperability problems with Windows Server 200x DHCP server when U-Boot
9834 client responds too fast for server to handle.
9835
9836 Signed-off-by: Aras Vaichas <arasv@magtech.com.au>
9837 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
9838
9839commit 97bf85d784fbed485e652eb907589ad0d5cb7262
9840Author: Daniel Hellstrom <daniel@gaisler.com>
9841Date: Fri Mar 28 20:40:19 2008 +0100
9842
9843 MTD/CFI: flash_read64 is defined a weak function (for SPARC)
9844
9845 SPARC has implemented __raw_readq, it reads 64-bit from any 32-bit address.
9846 SPARC CPUs implement flash_read64 which calls __raw_readq.
9847
9848 For current SPARC architectures (LEON2 and LEON3) each read from the
9849 FLASH must lead to a cache miss. This is because FLASH can not be set
9850 non-cacheable since program code resides there, and alternatively disabling
9851 cache is poor from performance view, or doing a cache flush between each
9852 read is even poorer.
9853
9854 Forcing a cache miss on a SPARC is done by a special instruction "lda" -
9855 load alternative space, the alternative space number (ASI) is processor
9856 implementation spcific and can be found by including <asm/processor.h>.
9857
9858 Signed-off-by: Daniel Hellstrom <daniel@gaisler.com>
9859
9860commit 70431e8a7393b6b793f77957f95b999fc9a269b8
9861Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9862Date: Fri Mar 28 15:41:25 2008 +0100
9863
9864 Make MPC83xx one step closer to full relocation.
9865
9866 Remove a few absolute references to CFG_MONITOR_BASE for ppc/mpc83xx
9867 and use GOT relative reference.
9868
9869 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
9870 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9871
9872commit 5b2793a3f3de34d439232b05acc8af67a028fd35
9873Author: Michael Barkowski <michael.barkowski@freescale.com>
9874Date: Thu Mar 27 14:34:43 2008 -0400
9875
9876 mpc8323erdb: fix EEPROM page size and get MAC from EEPROM
9877
9878 This patch fixes eeprom page size so that you can now write more than
9879 64 bytes at a time.
9880
9881 It also makes the board take MAC addresses, if found, from EEPROM.
9882
9883 User should place up to 4 addresses at offset 0x7f00, for
9884 eth{,1,2,3}addr. Any unused addresses should be zero. This group of
9885 four six-byte values should have it's CRC at the end. crc32 and
9886 eeprom commands can be used to accomplish this.
9887
9888 If CRC fails, MAC addresses come from the environment. If CRC
9889 succeeds, the environment is overwritten at startup.
9890
9891 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9892 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9893
9894commit 8f325cff31f6e745e6540014b131b9a97f61944c
9895Author: Michael Barkowski <michael.barkowski@freescale.com>
9896Date: Fri Mar 28 15:15:38 2008 -0400
9897
9898 mpc8323erdb: define CONFIG_PCI_SKIP_HOST_BRIDGE
9899
9900 Commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2 broke the onboard USB
9901 controller on the PCI bus in Linux on the MPC8323ERDB.
9902
9903 This fixes it by defining CONFIG_PCI_SKIP_HOST_BRIDGE in the board's
9904 config file.
9905
9906 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
9907 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9908
9909commit e5c4ade4db1e16d3e5d4a7887f34e10e516ed3a9
9910Author: Kim Phillips <kim.phillips@freescale.com>
9911Date: Fri Mar 28 10:19:07 2008 -0500
9912
9913 mpc83xx: cleanup System Part and Revision ID Register (SPRIDR) code
9914
9915 in the spirit of commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6,
9916 85xx's "Update SVR numbers to expand support", simplify SPRIDR processing
9917 and processor ID display. Add REVID_{MAJ,MIN}OR macros to make
9918 REVID dependent code simpler. Also added PARTID_NO_E and IS_E_PROCESSOR
9919 convenience macros.
9920
9921 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9922
9923commit 81fd52c6c8fd19f0b7856b98217ce37c46c521af
9924Author: Kim Phillips <kim.phillips@freescale.com>
9925Date: Fri Mar 28 10:18:53 2008 -0500
9926
9927 mpc83xx: display ddr frequency in board_add_ram_info banner
9928
9929 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9930
9931commit 35cf155c5ec1ceab2849fa5b6aa3d9a3e9e6f482
9932Author: Kim Phillips <kim.phillips@freescale.com>
9933Date: Fri Mar 28 10:18:40 2008 -0500
9934
9935 mpc83xx: unreinvent mem_clk
9936
9937 delete ddr_clk and use mem_clk instead. Rename other ddr_*_clk to
9938 mem_*_clk for consistency's sake.
9939
9940 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9941
9942commit 730e792926ca3fe4dd1b734a3bf44e55afa6f536
9943Author: Kim Phillips <kim.phillips@freescale.com>
9944Date: Fri Mar 28 14:31:23 2008 -0500
9945
9946 mpc83xx: enable the SATA interface on mpc8315 rdb and mpc837x rdb boards
9947
9948 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9949
9950commit 2eeb3e4fc54ef2f5d574dafd42c6ce93afa30393
9951Author: Dave Liu <r63238@freescale.com>
9952Date: Wed Mar 26 22:57:19 2008 +0800
9953
9954 mpc83xx: enable the SATA interface on mpc837xemds board
9955
9956 Enable the first two SATA interfaces on MPC837xEMDS board,
9957 The two SATA ports are on LYNX1. (SATA0/1 on J4/5)
9958
9959 Signed-off-by: Dave Liu <daveliu@freescale.com>
9960 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9961
9962commit 6f8c85e8d1865730c158d9ef5a06c70c3a10600a
9963Author: Dave Liu <r63238@freescale.com>
9964Date: Wed Mar 26 22:56:36 2008 +0800
9965
9966 mpc83xx: initialize serdes for MPC837xEMDS boards
9967
9968 This patch is stolen from Anton Vorontsov's patch
9969 for mpc837xerdb boards.
9970
9971 The reference clk and xcorevdd voltage of serdes1/2
9972 is same between mpc837xemds and mpc837xerdb.
9973
9974 8377E: LYNX1- 2 SATA LYNX2- 2 PCIE
9975 8378E: LYNX1- 2 SGMII LYNX2- 2 PCIE
9976 8379E: LYNX1- 2 SATA LYNX2- 2 SATA
9977
9978 Signed-off-by: Dave Liu <daveliu@freescale.com>
9979 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
9980
9981commit cc8e839abc80887ae832767b5930d40edd6d7eb7
9982Author: Stefan Roese <sr@denx.de>
9983Date: Fri Mar 28 14:09:04 2008 +0100
9984
9985 ppc4xx: Canyonlands: Print SATA/PCIe configuration and board revision
9986
9987 Canyonlands (460EX) shares the first PCIe interface with the SoC SATA
9988 interface. This usage can be configured with the jumper J6. This patch
9989 displays the current configuration upon bootup and changes the PCIe
9990 init loop, to only initialize the availabel PCIe slots.
9991
9992 Signed-off-by: Stefan Roese <sr@denx.de>
9993
9994commit 90447ecbbac8572457b6d8903073ac3f120995ba
9995Author: Tor Krill <tor@excito.com>
9996Date: Fri Mar 28 11:29:10 2008 +0100
9997
9998 MTD/CFI: Add support for 16bit legacy AMD flash
9999
10000 Add entry for 512Kx16 AMD flash to jedec_table.
10001 Read out 16bit device id if chipwidth is 16bit.
10002 Fixed coding style after Stefans feedback
10003
10004 Signed-off-by: Tor Krill <tor@excito.com>
10005
10006commit 5e12e75d17c4b15a310a45cd78fe71b7698a8a8e
10007Author: Stefan Roese <sr@denx.de>
10008Date: Fri Mar 28 11:02:53 2008 +0100
10009
10010 ppc: Small change to CFG_MEM_TOP_HIDE description
10011
10012 Signed-off-by: Stefan Roese <sr@denx.de>
10013
10014commit 280df59a8d62c6e74c281b1cb7e2052df4d6cb00
10015Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10016Date: Thu Mar 27 15:44:12 2008 +0900
10017
10018 sh: Add support stat structure and stat.h
10019
10020 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10021
10022commit 4be9eb789e72b845d6693cc36b70a0b3529b3f09
10023Author: Mark Jonas <toertel@gmail.com>
10024Date: Sat Mar 22 19:27:52 2008 +0100
10025
10026 sh: Removed warning when compiling drivers/serial/serial_sh.c.
10027
10028 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10029 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10030
10031commit f309fa38929ffba71230c02330ffa42f4bba6333
10032Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10033Date: Wed Mar 12 18:02:57 2008 +0900
10034
10035 sh: Remove disable_ctrlc function from R7780MP
10036
10037 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10038
10039commit 6f4b266ff2a4fcc2bff985d6a217852469afddb3
10040Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10041Date: Wed Mar 12 17:55:15 2008 +0900
10042
10043 sh: Add maintainer of R7780MP to MAINTAINER file
10044
10045 Update MAINTAINER entry for R7780MP. And fix maintainer's name.
10046
10047 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10048
10049commit f5e2466f7baa887a7df0c536333eea8231333497
10050Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10051Date: Tue Mar 25 17:11:24 2008 +0900
10052
10053 sh: Add support Renesas Solutions R2D plus board
10054
10055 R2D plus is SH reference board used with SH7751R.
10056 This board has 266Mhz CPU, 64MB SDRAM, Cardbus, CF interface,
10057 one PCI bus, VGA, and two Ethernet controller.
10058
10059 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10060
10061commit e92c95180bb5bc5fd4051598a9d60beaba48988d
10062Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10063Date: Wed Mar 12 12:15:29 2008 +0900
10064
10065 sh: Add support SH4 cache control
10066
10067 Add support SH4 cache control and flash_cache function
10068
10069 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10070
10071commit 28e5efde4d925fcb34901d0030d0648de2da7e89
10072Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10073Date: Mon Mar 24 01:53:01 2008 +0900
10074
10075 sh: Add support PCI host driver for SH7751/SH7751R
10076
10077 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10078
10079commit ab8f4d40d069cd3cbe7563ddfe3e5f03b0c7c721
10080Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10081Date: Mon Mar 24 02:11:26 2008 +0900
10082
10083 sh: Move SuperH PCI driver from cpu/sh4 to drivers/pci
10084
10085 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10086
10087commit 566933278101c144d75361ea682678a326c1290d
10088Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10089Date: Wed Mar 12 12:10:28 2008 +0900
10090
10091 sh: Add support SuperH SH7751/SH7751R
10092
10093 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10094
10095commit 3313e0e26224fc9a0c445124f3455058c696df84
10096Author: Mark Jonas <toertel@gmail.com>
10097Date: Mon Mar 10 11:37:10 2008 +0100
10098
10099 sh: Added support for SH7720 based board MPR2.
10100
10101 Signed-off-by: Mark Jonas <mark.jonas@de.bosch.com>
10102 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10103
10104commit 3ecff1d70ae93e628fe65b3fe1fc7c9c76cdf99f
10105Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10106Date: Thu Mar 6 14:05:53 2008 +0900
10107
10108 sh: Fix receive FIFO level register of SH4A
10109
10110 Receive FIFO level register is different in SH4A.
10111 Because register is different, cannot occasionally receive data.
10112
10113 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10114
10115commit c133c1fb0b590662206b0eba70f4478ee0300a9a
10116Author: Yusuke Goda <goda.yusuke@renesas.com>
10117Date: Tue Mar 11 12:55:12 2008 +0900
10118
10119 sh: Add support Renesas Solutions R7780MP
10120
10121 Renesas Solutions R7780MP is a reference board on SH7780.
10122 This board has serial, 10/100 base Ethernet deivice, CF slot
10123 and VGA devices. This board can set extension board.
10124 Extension board has 10/100/1000 base Ethernet device, PCI slot,
10125 S-ATA, iDVR slot.
10126
10127 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10128 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10129
10130commit 1a2334a4eb6386d7cd35d9de5fa39af2c764ad28
10131Author: Yusuke Goda <goda.yusuke@renesas.com>
10132Date: Wed Mar 5 14:30:02 2008 +0900
10133
10134 sh: Add support PCI of SuperH and SH7780
10135
10136 This patch add support PCI of SuperH base code and SH7780 specific code.
10137
10138 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10139 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10140
10141commit b55523efff2ae11f0b9ae3cc405893c32eb78156
10142Author: Yusuke Goda <goda.yusuke@renesas.com>
10143Date: Wed Mar 5 14:23:26 2008 +0900
10144
10145 sh: Add support SH7780
10146
10147 SH7780 is CPU of Renesas Technology.
10148 This CPU has
10149 - CPU clock 400MHz
10150 - PCI support
10151 - DDR-SDRAM controller
10152 - etc ...
10153
10154 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10155 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10156
10157commit c2042f5952a686c414031309b8f244513bf578f0
10158Author: goda.yusuke <goda.yusuke@renesas.com>
10159Date: Fri Jan 25 20:46:36 2008 +0900
10160
10161 sh: Add support Renesas Solutions Migo-R board
10162
10163 Migo-R is a board based on SH7722 and has may devices.
10164 In this patch, supported SCIF, NOR flash and Ethernet.
10165
10166 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
10167 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
10168
10169commit 74d1e66d22dac91388bc538b2fe19f735edc5b82
10170Author: Bartlomiej Sieka <tur@semihalf.com>
10171Date: Thu Mar 27 15:06:40 2008 +0100
10172
10173 Fix host tool build breakage, take two
10174
10175 Revert commit 87c8431f and fix build breakage so that the build continues
10176 to work on FC systems.
10177
10178 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
10179
10180commit 7e4a0d25ed18f6437bdf59ebfa49bb0edc2f24e6
10181Author: Stefan Roese <sr@denx.de>
10182Date: Wed Mar 19 09:36:47 2008 +0100
10183
10184 ppc4xx: Enable ECC on LWMON5
10185
10186 Since all ECC related problems seem to be resolved on LWMON5, this patch
10187 now enables ECC support.
10188
10189 We have to write the ECC bytes by zeroing and flushing in smaller
10190 steps, since the whole 256MByte takes too long for the external
10191 watchdog.
10192
10193 Signed-off-by: Stefan Roese <sr@denx.de>
10194
10195commit 6433fa202a91a6594dd48f06807ac38ba27fa0bb
10196Author: Larry Johnson <lrj@acm.org>
10197Date: Mon Mar 17 11:10:35 2008 -0500
10198
10199 ppc4xx: Updates to Korat-specific code
10200
10201 This patch contains updates for changes for the Korat PPC440EPx board.
10202 These changes include:
10203
10204 (1) Support for "permanent" and "upgradable" copies of U-Boot, as
10205 described in the new "doc/README.korat" file;
10206
10207 (2) a new memory map for the registers in the board's CPLD;
10208
10209 (3) a revised format for manufacturer's data in serial EEPROM; and
10210
10211 (4) changes to track updates to U-Boot for the Sequoia board.
10212
10213 Signed-off-by: Larry Johnson <lrj@acm.org>
10214
10215commit f766cdf89b3a2a7634b8c5869f606150e332036c
10216Author: Markus Brunner <super.firetwister@gmail.com>
10217Date: Thu Mar 27 10:46:25 2008 +0100
10218
10219 ppc4xx: PPC405EP Set EMAC noise filter bits
10220
10221 This bug was introduced with commit aee747f19b460a0e9da20ff21e90fdaac1cec359
10222 which enabled CFG_4xx_GPIO_TABLE for PPC405 and unintentionally
10223 disabled the setting of the emac noise filter bits for PPC405EP when CFG_4xx_GPIO_TABLE is set.
10224
10225 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
10226 Signed-off-by: Stefan Roese <sr@denx.de>
10227
10228commit f66e2c8b25c04b79e5fb385bc8989c2de7f63991
10229Author: Mike Nuss <mike@terascala.com>
10230Date: Wed Feb 20 11:54:20 2008 -0500
10231
10232 ppc4xx: Reconfigure PLL for 667MHz processor for PPC440EPx
10233
10234 On PPC440EPx without a bootstrap I2C EEPROM, the PLL can be reconfigured
10235 after startup to change the speed of the clocks. This patch adds the
10236 option CFG_PLL_RECONFIG. If this option is set to 667, the CPU
10237 initialization code will reconfigure the PLL to run the system with a CPU
10238 frequency of 667MHz and PLB frequency of 166MHz, without the need for an
10239 external EEPROM.
10240
10241 Signed-off-by: Mike Nuss <mike@terascala.com>
10242 Acked-by: Stefan Roese <sr@denx.de>
10243
10244commit 87c8431fe24d48121f053fe67cff4ccfe097d4d1
10245Author: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10246Date: Thu Mar 27 09:12:40 2008 +0100
10247
10248 new-image: Fix host tool build breakage
10249
10250 Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
10251
10252commit 6fb4b640562a10daff0dbe537638d511b5b48650
10253Author: Stefan Roese <sr@denx.de>
10254Date: Thu Mar 27 10:24:03 2008 +0100
10255
10256 ppc: Set CFG_MEM_TOP_HIDE to 0 if not already defined
10257
10258 Signed-off-by: Stefan Roese <sr@denx.de>
10259
10260commit 9462732a3ec551c11862450902cd8ee1bedea6d9
10261Author: Stefan Roese <sr@denx.de>
10262Date: Wed Mar 19 10:23:43 2008 +0100
10263
10264 ppc4xx: Add fdt support to Prodrive alpr
10265
10266 Since this board will probably be ported to arch/powerpc in the
10267 near future, we add device tree support now. This way we are
10268 "ready" for arch/powerpc from now on.
10269
10270 Signed-off-by: Stefan Roese <sr@denx.de>
10271
10272commit 511e4f9e7f7b6719e4d91d7f0fc89412b13b5150
10273Author: Pieter Voorthuijsen <pieter.voorthuijsen@prodrive.nl>
10274Date: Mon Mar 17 09:27:56 2008 +0100
10275
10276 ppc4xx: Enable cache support on the ALPR board
10277
10278 Signed-off-by: Pieter Voorthuijsen <pv@prodrive.nl>
10279
10280commit 14f73ca679f6fdb44cff0b7304d419db41a0ab69
10281Author: Stefan Roese <sr@denx.de>
10282Date: Wed Mar 26 10:14:11 2008 +0100
10283
10284 ppc: Add CFG_MEM_TOP_HIDE option to hide memory area that doesn't get "touched"
10285
10286 If CFG_MEM_TOP_HIDE is defined in the board config header, this specified
10287 memory area will get subtracted from the top (end) of ram and won't get
10288 "touched" at all by U-Boot. By fixing up gd->ram_size the Linux kernel
10289 should gets passed the now "corrected" memory size and won't touch it
10290 either. This should work for arch/ppc and arch/powerpc. Only Linux board
10291 ports in arch/powerpc with bootwrapper support, which recalculate the
10292 memory size from the SDRAM controller setup, will have to get fixed
10293 in Linux additionally.
10294
10295 This patch enables this config option on some PPC440EPx boards as a workaround
10296 for the CHIP 11 errata. Here the description from the AMCC documentation:
10297
10298 CHIP_11: End of memory range area restricted access.
10299 Category: 3
10300
10301 Overview:
10302 The 440EPx DDR controller does not acknowledge any
10303 transaction which is determined to be crossing over the
10304 end-of-memory-range boundary, even if the starting address is
10305 within valid memory space. Any such transaction from any PLB4
10306 master will result in a PLB time-out on PLB4 bus.
10307
10308 Impact:
10309 In case of such misaligned bursts, PLB4 masters will not
10310 retrieve any data at all, just the available data up to the
10311 end of memory, especially the 440 CPU. For example, if a CPU
10312 instruction required an operand located in memory within the
10313 last 7 words of memory, the DCU master would burst read 8
10314 words to update the data cache and cross over the
10315 end-of-memory-range boundary. Such a DCU read would not be
10316 answered by the DDR controller, resulting in a PLB4 time-out
10317 and ultimately in a Machine Check interrupt. The data would
10318 be inaccessible to the CPU.
10319
10320 Workaround:
10321 Forbid any application to access the last 256 bytes of DDR
10322 memory. For example, make your operating system believe that
10323 the last 256 bytes of DDR memory are absent. AMCC has a patch
10324 that does this, available for Linux.
10325
10326 This patch sets CFG_MEM_TOP_HIDE for the following 440EPx boards:
10327 lwmon5, korat, sequoia
10328
10329 The other remaining 440EPx board were intentionally not included
10330 since it is not clear to me, if they use the end of ram for some
10331 other purpose. This is unclear, since these boards have CONFIG_PRAM
10332 defined and even comments like this:
10333
10334 PMC440.h:
10335 /* esd expects pram at end of physical memory.
10336 * So no logbuffer at the moment.
10337 */
10338
10339 It is strongly recommended to not use the last 256 bytes on those
10340 boards too. Patches from the board maintainers are welcome.
10341
10342 Signed-off-by: Stefan Roese <sr@denx.de>
10343
10344commit c664bf8c3c9bb9e236891f0d8dfda883e86d159b
10345Author: Stefan Roese <sr@denx.de>
10346Date: Thu Mar 27 10:09:05 2008 +0100
10347
10348 ppc4xx: Fix Canyonlands linker script (remove bogus ASSERT)
10349
10350 Signed-off-by: Stefan Roese <sr@denx.de>
10351
10352commit d56a3ce179688cde61073a3690e21703d68fafd7
10353Author: Stefan Roese <sr@denx.de>
10354Date: Tue Mar 25 17:51:13 2008 +0100
10355
10356 ppc4xx: Correctly pass phyiscal FLASH base address into dtb
10357
10358 The routine ft_board_setup() configures the EBC NOR mappings for the
10359 Linux physmap_of driver. Since on 460EX/GT we remap the FLASH from
10360 0x4.fc00.0000 to 0x4.cc00.0000 because of the max. 16MByte boot-CS
10361 problem, we need to pass the corrected address here too.
10362
10363 Signed-off-by: Stefan Roese <sr@denx.de>
10364
10365commit 9ad31989de12ce5c67b07c4867ead47465655c4b
10366Author: Stefan Roese <sr@denx.de>
10367Date: Wed Mar 19 16:35:12 2008 +0100
10368
10369 ppc4xx: Fix compilation warning in 4xx_enet.c
10370
10371 Signed-off-by: Stefan Roese <sr@denx.de>
10372
10373commit 4c9e855734c523900322a7c3cdd9099b4f51b51d
10374Author: Stefan Roese <sr@denx.de>
10375Date: Wed Mar 19 16:20:49 2008 +0100
10376
10377 ppc4xx: Add AMCC Glacier 406GT eval board support
10378
10379 This patch adds support for the AMCC Glacier 460GT eval board.
10380 The main difference to the Canyonlands board are listed here:
10381
10382 - 4 ethernet ports instead of 2
10383 - no SATA port
10384 - no USB port
10385
10386 Currently EMAC2+3 are not working. This will be fixed in a later
10387 release.
10388
10389 Signed-off-by: Stefan Roese <sr@denx.de>
10390
10391commit d8bd643141af4710d7f1b69bbab6b760de0af0a1
10392Author: Stefan Roese <sr@denx.de>
10393Date: Thu Mar 27 08:47:26 2008 +0100
10394
10395 ppc4xx: Mask 'vec' with 0x1f in uic_interrupt() for bit set/clear
10396
10397 Signed-off-by: Stefan Roese <sr@denx.de>
10398
10399commit b9670dd85be6e0496ef2e231043c23cad9b1d903
10400Author: Anatolij Gustschin <agust@denx.de>
10401Date: Wed Mar 26 21:05:43 2008 +0100
10402
10403 Fix out of tree building issue
10404
10405 Currently U-Boot building in some external directory
10406 doesn't work. This patch tries to fix the problem.
10407
10408 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10409
10410commit d4ee711d8a5c366ee3f857c26b927d12e66614ff
10411Author: Anatolij Gustschin <agust@denx.de>
10412Date: Wed Mar 26 18:13:33 2008 +0100
10413
10414 README: update documentation (availability, links, etc.)
10415
10416 Fix typo in README
10417
10418 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10419
10420commit e813eae3bfeba9c0bda9d1bf9fc3d081f790972f
10421Author: Anatolij Gustschin <agust@denx.de>
10422Date: Wed Mar 26 17:47:44 2008 +0100
10423
10424 Fix compilation error in cmd_usb.c
10425
10426 This patch fixes compilation error
10427 cmd_usb.c: In function 'do_usb':
10428 cmd_usb.c:552: error: void value not ignored as it ought to be
10429
10430 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10431
10432commit d8c82db482d6b535d12b419d6440b88bf7091c9b
10433Author: Timur Tabi <timur@freescale.com>
10434Date: Fri Mar 14 17:45:29 2008 -0500
10435
10436 Add support for setting the I2C bus speed in fsl_i2c.c
10437
10438 Add support to the Freescale I2C driver (fsl_i2c.c) for setting and querying
10439 the I2C bus speed. Current 8[356]xx boards define the CFG_I2C_SPEED macro,
10440 but fsl_i2c.c ignores it and uses conservative value when programming the
10441 I2C bus speed.
10442
10443 Signed-off-by: Timur Tabi <timur@freescale.com>
10444 Acked-by: Andy Fleming <afleming@freescale.com>
10445
10446commit d049cc7f71c0d875e8f5099d1ed23666a82b8f8e
10447Author: Wolfgang Denk <wd@denx.de>
10448Date: Thu Mar 27 00:03:57 2008 +0100
10449
10450 Coding style cleanup, update CHANGELOG
10451
10452 Signed-off-by: Wolfgang Denk <wd@denx.de>
10453
Wolfgang Denkd049cc72008-03-27 00:03:57 +010010454commit fd0b1fe3c388a77e8fe00cdd930ca317a91198d4
10455Author: Dave Liu <r63238@freescale.com>
10456Date: Wed Mar 26 22:55:32 2008 +0800
10457
10458 drivers: add the support for Freescale SATA controller
10459
10460 Add the Freescale on-chip SATA controller driver to u-boot,
10461 The SATA controller is used on the 837x and 8315 targets,
10462 The driver can be used to load kernel, fs and dtb.
10463
10464 The features list:
10465 - 1.5/3 Gbps link speed
10466 - LBA48, LBA28 support
10467 - DMA and FPDMA support
10468 - Two ports support
10469
10470 Signed-off-by: Dave Liu <daveliu@freescale.com>
10471
10472commit bede87f4c87c3ccd868cc60ebf792e0560c6d024
10473Author: Dave Liu <r63238@freescale.com>
10474Date: Wed Mar 26 22:54:44 2008 +0800
10475
10476 ata: add the readme for SATA command line
10477
10478 Signed-off-by: Dave Liu <daveliu@freescale.com>
10479
10480commit cd54081cd479e542fc399b8a40651ff11a1ad849
10481Author: Dave Liu <r63238@freescale.com>
10482Date: Wed Mar 26 22:53:24 2008 +0800
10483
10484 ata: enable the sata initialize on boot up
10485
10486 Signed-off-by: Dave Liu <daveliu@freescale.com>
10487
10488commit 69386383c5c2b323c66495b0b0cef6a9714d83bf
10489Author: Dave Liu <r63238@freescale.com>
10490Date: Wed Mar 26 22:52:36 2008 +0800
10491
10492 ata: add the fis struct for SATA
10493
10494 Signed-off-by: Dave Liu <daveliu@freescale.com>
10495
10496commit ffc664e80dfb2e17de0df5ad39e91a02e9c361bc
10497Author: Dave Liu <r63238@freescale.com>
10498Date: Wed Mar 26 22:51:44 2008 +0800
10499
10500 ata: add the libata support
10501
10502 add simple libata support in u-boot
10503
10504 Signed-off-by: Dave Liu <daveliu@freescale.com>
10505
10506commit 8e9bb43429e50df55fa41932cbe65841ff579220
10507Author: Dave Liu <r63238@freescale.com>
10508Date: Wed Mar 26 22:50:45 2008 +0800
10509
10510 ata: make the ata_piix driver using new SATA framework
10511
10512 original ata_piix driver is using IDE framework, not real
10513 SATA framework. For now, the ata_piix driver is only used
10514 by x86 sc520_cdp board. This patch makes the ata_piix driver
10515 use the new SATA framework, so
10516
10517 - remove the duplicated command stuff
10518 - remove the CONFIG_CMD_IDE define in the sc520_cdp.h
10519 - add the CONFIG_CMD_SATA define to sc520_cdp.h
10520
10521 Signed-off-by: Dave Liu <daveliu@freescale.com>
10522
10523commit c7057b529c3c3cb9c0ac9060686a4068f1491bbe
10524Author: Dave Liu <r63238@freescale.com>
10525Date: Wed Mar 26 22:49:44 2008 +0800
10526
10527 ata: add the support for SATA framework
10528
10529 - add the SATA framework
10530 - add the SATA command line
10531
10532 Signed-off-by: Dave Liu <daveliu@freescale.com>
10533
10534commit 83c7f470a4ce94f33600f11ae85ce4dcf00aa90c
10535Author: Dave Liu <r63238@freescale.com>
10536Date: Wed Mar 26 22:48:18 2008 +0800
10537
10538 ata: merge the header of ata_piix driver
10539
10540 move the sata.h from include/ to drivers/block/ata_piix.h
10541
10542 Signed-off-by: Dave Liu <daveliu@freescale.com>
10543
10544commit 9eef62804d9695425b24c87b46a61a7fa74afee0
10545Author: Dave Liu <r63238@freescale.com>
10546Date: Wed Mar 26 22:47:06 2008 +0800
10547
10548 ata: merge the ata_piix driver
10549
10550 move the cmd_sata.c from common/ to drivers/ata_piix.c,
10551 the cmd_sata.c have some part of ata_piix controller drivers.
10552 consolidate the driver to have better framework.
10553
10554 Signed-off-by: Dave Liu <daveliu@freescale.com>
10555
Wolfgang Denk1aeed8d2008-04-13 09:59:26 -070010556commit b9e749e95354f33eb5dc6653c6db7d502adb95fe
10557Author: Markus Klotzbuecher <mk@denx.de>
10558Date: Wed Mar 26 18:26:43 2008 +0100
10559
10560 USB, Storage: fix a bug introduced in commit
10561 f6b44e0e4d18fe507833a0f76d24a9aa72c123f1 that will cause usb_stor_info
10562 to only print only information on one storage device, but not for
10563 multiple.
10564
10565 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10566
10567commit 841e5edd1623f3fecb6bffc5c2f938ed7a947360
10568Author: Anatolij Gustschin <agust@denx.de>
10569Date: Wed Mar 26 17:47:44 2008 +0100
10570
10571 Fix compilation error in cmd_usb.c
10572
10573 This patch fixes compilation error
10574 cmd_usb.c: In function 'do_usb':
10575 cmd_usb.c:552: error: void value not ignored as it ought to be
10576
10577 Signed-off-by: Anatolij Gustschin <agust@denx.de>
10578 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10579
10580commit dd6c910aadf27c822f17b87eae1a9bd0b2e3aa15
10581Author: Kumar Gala <galak@kernel.crashing.org>
10582Date: Wed Mar 26 08:53:53 2008 -0500
10583
10584 85xx: Add cpu_mp_lmb_reserve helper to reserve boot page
10585
10586 Provide a board_lmb_reserve helper function to ensure we reserve
10587 the page of memory we are using for the boot page translation code.
10588
10589 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10590
10591commit 79679d80021ab095e639e250ca472fe526da02e2
10592Author: Kumar Gala <galak@kernel.crashing.org>
10593Date: Wed Mar 26 08:34:25 2008 -0500
10594
10595 85xx: Update multicore boot mechanism to ePAPR v0.81 spec
10596
10597 The following changes are needed to be inline with ePAPR v0.81:
10598
10599 * r4, r5 and now always set to 0 on boot release
10600 * r7 is used to pass the size of the initial map area (IMA)
10601 * EPAPR_MAGIC value changed for book-e processors
10602 * changes in the spin table layout
10603 * spin table supports a 64-bit physical release address
10604
10605 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10606
10607commit 25eedb2c1958a13110c7de1fc809b624053cc69c
10608Author: Jon Loeliger <jdl@freescale.com>
10609Date: Wed Mar 19 15:02:07 2008 -0500
10610
10611 FSL: Clean up board/freescale/common/Makefile
10612
10613 Each file that can be built here now follows some
10614 CONFIG_ option so that they are appropriately built
10615 or not, as needed. And CONFIG_ defines were added
10616 to various board config files to make sure that happens.
10617
10618 The other board/freescale/*/Makefiles no longer need
10619 to reach up and over into ../common to build their
10620 individually needed files any more.
10621
10622 Boards that are CDS specific were renamed with cds_ prefix.
10623
10624 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10625
10626commit a5af4b358a7caa9c0aa374d4d894bf762ec37669
10627Author: Kumar Gala <galak@kernel.crashing.org>
10628Date: Wed Feb 27 22:00:27 2008 -0600
10629
10630 85xx: Fix merge duplication
10631
10632 ft_fixup_cpu() got duplicated in some merge snafu. Remove the duplicate.
10633
10634 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10635
10636commit 5893b3d0a4084f87a06a5d3dc03db91206818941
10637Author: James Yang <James.Yang@freescale.com>
10638Date: Tue Feb 12 16:35:07 2008 -0600
10639
10640 85xx: Expand CCSR space with more DDR controller registers.
10641
10642 Signed-off-by: James Yang <James.Yang@freescale.com>
10643 Signed-off-by: Jon Loeliger <jdl@freescale.com>
10644 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10645
10646commit a3e77fa5359b3f9f59e4e946b46d57a53057cc85
10647Author: James Yang <James.Yang@freescale.com>
10648Date: Fri Feb 8 18:05:08 2008 -0600
10649
10650 85xx: Speed up get_ddr_freq() and get_bus_freq()
10651
10652 get_ddr_freq() and get_bus_freq() used get_sys_info() each time they were
10653 called. However, get_sys_info() recalculates extraneous information when
10654 called each time. Have get_ddr_freq() and get_bus_freq() return memoized
10655 values from global_data instead.
10656
10657 Signed-off-by: James Yang <James.Yang@freescale.com>
10658 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10659
10660commit e9ea679918fbc9a53fa2f2a904aac874ea736036
10661Author: James Yang <James.Yang@freescale.com>
10662Date: Fri Feb 8 16:46:27 2008 -0600
10663
10664 85xx: Show DDR memory data rate in addition to the memory clock frequency.
10665
10666 Show the DDR memory data rate in addition to the memory clock
10667 frequency. For DDR/DDR2 memories the memory data rate is 2x the
10668 memory clock.
10669
10670 Signed-off-by: James Yang <James.Yang@freescale.com>
10671 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10672
10673commit 591933ca6eabc440e6ed6967233aaf56fce464a3
10674Author: James Yang <James.Yang@freescale.com>
10675Date: Fri Feb 8 16:44:53 2008 -0600
10676
10677 85xx: get_tbclk() speed up and rounding fix
10678
10679 Speed up get_tbclk() by referencing pre-computed bus clock
10680 frequency value from global data instead of sys_info_t. Fix
10681 rounding of result to nearest; previously it was rounding
10682 upwards.
10683
10684 Signed-off-by: James Yang <James.Yang@freescale.com>
10685 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10686
10687commit 1ced121600b2060ab2ff9f0fddd9421fd70a0dc6
10688Author: Andy Fleming <afleming@freescale.com>
10689Date: Wed Feb 6 01:19:40 2008 -0600
10690
10691 Update SVR numbers to expand support
10692
10693 FSL has taken to using SVR[16:23] as an SOC sub-version field. This
10694 is used to distinguish certain variants within an SOC family. To
10695 account for this, we add the SVR_SOC_VER() macro, and update the SVR_*
10696 constants to reflect the larger value. We also add SVR numbers for all
10697 of the current variants. Finally, to make things neater, rather than
10698 use an enormous switch statement to print out the CPU type, we create
10699 and array of SVR/name pairs (using a macro), and print out the CPU name
10700 that matches the SVR SOC version.
10701
10702 Signed-off-by: Andy Fleming <afleming@freescale.com>
10703
10704commit b83eef440cf3cef816172ccbb5897ccd8e403cf3
10705Author: Andy Fleming <afleming@freescale.com>
10706Date: Wed Feb 6 01:12:57 2008 -0600
10707
10708 Add the Freescale PCI device IDs
10709
10710 Signed-off-by: Andy Fleming <afleming@freescale.com>
10711
10712commit 7aff0c051ad0613171cf2b9941ee48675c62e7cd
10713Author: Kumar Gala <galak@kernel.crashing.org>
10714Date: Thu Feb 14 11:04:23 2008 -0600
10715
10716 85xx: Added support for multicore boot mechanism
10717
10718 Added the cpu command that provides a generic mechanism to get status,
10719 reset, and release secondary cores in multicore processors.
10720
10721 Added support for using the ePAPR defined spin-table mechanism on 85xx.
10722
10723 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10724 Signed-off-by: Andy Fleming <afleming@freescale.com>
10725
10726commit ec2b74ffd36f02c6123725e7c2533dd2deaf4b64
10727Author: Kumar Gala <galak@kernel.crashing.org>
10728Date: Thu Jan 17 16:48:33 2008 -0600
10729
10730 85xx: Added support for multicore boot mechanism
10731
10732 Added the cpu command that provides a generic mechanism to get status,
10733 reset, and release secondary cores in multicore processors.
10734
10735 Added support for using the ePAPR defined spin-table mechanism on 85xx.
10736
10737 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10738
10739commit f69766e4b5d47ecd3aa58677a8da875694f364f2
10740Author: Kumar Gala <galak@kernel.crashing.org>
10741Date: Wed Jan 30 14:55:14 2008 -0600
10742
10743 85xx: Add the concept of CFG_CCSRBAR_PHYS
10744
10745 When we go to 36-bit physical addresses we need to keep the concept of
10746 the physical CCSRBAR address seperate from the virtual one.
10747
10748 For the majority of boards CFG_CCSBAR_PHYS == CFG_CCSRBAR
10749
10750 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
10751
Wolfgang Denkd049cc72008-03-27 00:03:57 +010010752commit 5b5eb9ca5b778f763bcf332697b35cc1e747626e
10753Author: Wolfgang Denk <wd@denx.de>
10754Date: Wed Mar 26 15:38:47 2008 +0100
10755
10756 Coding style cleanup.
10757
10758 Signed-off-by: Wolfgang Denk <wd@denx.de>
10759
10760commit da8808df7a9cef5a3d2ee286ef9ebf9de1780660
10761Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10762Date: Wed Mar 26 13:02:13 2008 +0100
10763
10764 Add CFG_RTC_DS1337_NOOSC to turn off OSC output
10765
10766 The default settings for RTC DS1337 keeps the OSC
10767 output, 32,768 Hz, on. This add CFG_RTC_DS1337_NOOSC to
10768 turn it off.
10769
10770 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
10771
10772commit 438a4c11260b4ea9805039b0b4f92f9df5306b02
10773Author: Wolfgang Denk <wd@denx.de>
10774Date: Wed Mar 26 11:48:46 2008 +0100
10775
10776 Cleanup coding style, update CHANGELOG
10777
10778 Signed-off-by: Wolfgang Denk <wd@denx.de>
10779
Wolfgang Denk438a4c12008-03-26 11:48:46 +010010780commit 218ca724c08ca8a649f0917cf201cf23d4b33f39
10781Author: Wolfgang Denk <wd@denx.de>
10782Date: Wed Mar 26 10:40:12 2008 +0100
10783
10784 README: update documentation (availability, links, etc.)
10785
10786 Signed-off-by: Wolfgang Denk <wd@denx.de>
10787
10788commit f6b44e0e4d18fe507833a0f76d24a9aa72c123f1
10789Author: Aras Vaichas <arasv@magtech.com.au>
10790Date: Tue Mar 25 12:09:07 2008 +1100
10791
10792 USB Storage, add meaningful return value
10793
10794 This patch changes the "usb storage" command to return success if it
10795 finds a USB storage device, otherwise it returns error.
10796
10797 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
10798
10799commit 18e69a35efbb078403db0c0063986470dad7d082
10800Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10801Date: Fri Mar 14 23:20:18 2008 +0300
10802
10803 83xx/fdt_support: let user specifiy FSL USB Dual-Role controller role
10804
10805 Linux understands "host" (default), "peripheral" and "otg" (broken).
10806 Though, U-Boot doesn't restrict dr_mode variable to these values (think
10807 of renames in future).
10808
10809 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10810 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10811
10812commit c7604783b236e368f225efb7b3efb418fe20b404
10813Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10814Date: Fri Mar 14 23:20:30 2008 +0300
10815
10816 tsec: fix link detection for the RTL8211B PHY
10817
10818 RTL8211B sets link state register after autonegotiation complete,
10819 so with bootdelay=0 RTL8211B will report lack of the link.
10820
10821 To fix this, we should wait for aneg to complete, even if the
10822 link is currently down.
10823
10824 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10825 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
10826
10827commit 7fa9cbb00dc83fcf175042b6f20c2c9bce9a15f4
10828Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10829Date: Mon Mar 24 20:47:09 2008 +0300
10830
10831 mpc83xx: add "fsl,soc" and "fsl,immr" compatible fixups
10832
10833 device_type = "soc" is being deprecated, newer device trees will use
10834 "fsl,soc" and/or "fsl,immr" for the soc nodes.
10835
10836 This patch also adds clock-frequency property for soc nodes (the same
10837 value as bus-frequency).
10838
10839 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10840
10841commit 507e2d79c91441a0bb2cd3d0c31c8bfe3f8cec07
10842Author: Joe D'Abbraccio <ljd015@freescale.com>
10843Date: Mon Mar 24 13:00:59 2008 -0400
10844
10845 Modified the DDR SDRAM clock control register to delay MCK/MCK_B 3/4 clock
10846
10847 With the original value of 1/2 clock cycle delay, the system ran relatively
10848 stable except when we run benchmarks that are intensive users of memory.
10849 When I run samba connected disk with a HDBENCH test, the system locks-up
10850 or reboots sporadically.
10851
10852 Signed-off by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
10853
10854commit a7ba32d480a86db5db8dcd8ca66b21b4cadda923
10855Author: Scott Wood <scottwood@freescale.com>
10856Date: Mon Mar 24 12:44:13 2008 -0500
10857
10858 mpc83xx: Set PCI I/O bus-address base to zero.
10859
10860 The device trees for these boards describe PCI I/O as starting from
10861 address zero from the device's perspective.
10862
10863 Placing I/O elsewhere may cause problems with certain PCI boards, and may
10864 cause problems with Linux.
10865
10866 Signed-off-by: Scott Wood <scottwood@freescale.com>
10867
10868commit f700e7df7fecf2d3765ae568ce77ce788cde4f3e
10869Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10870Date: Mon Mar 24 20:47:05 2008 +0300
10871
10872 mpc83xx: MPC8360E-RDK: use 33.3(3)MHz CLKIN/SYS_CLK
10873
10874 At least on the "33MHz Pilot" board crystal is actually 33.3MHz.
10875 This patch fixes "system time drifting" problem.
10876
10877 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10878
10879commit 3a0cfdd576dc9b16d1468d37339182607c697fb7
10880Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10881Date: Mon Mar 24 20:47:02 2008 +0300
10882
10883 mpc83xx: MPC8360E-RDK: define CONFIG_OF_STDOUT_VIA_ALIAS
10884
10885 This is needed to update /choosen/linux,stdout-path properly.
10886
10887 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10888
10889commit 3419eb62f088d7a22f1d2a3cebf76b77e408b5b9
10890Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10891Date: Mon Mar 24 20:47:00 2008 +0300
10892
10893 mpc83xx: MPC8360E-RDK: add dhcp command
10894
10895 Plus modify environment to use it and remove bootfile env variable,
10896 it is internal and CONFIG_BOOTFILE is used for these purposes.
10897
10898 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10899
10900commit d892b2dbb4087a26778bfd42470c3ea7d0e2b6aa
10901Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10902Date: Mon Mar 24 20:46:57 2008 +0300
10903
10904 mpc83xx: MPC8360E-RDK: rework ddr setup, enable ecc
10905
10906 Current DDR setup easily causes memory corruption, this patch fixes it.
10907
10908 Also fix TIMING_CFG0_MRS_CYC definition.
10909
10910 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10911
10912commit d47d49cc37a38f2719a3e1b9bbe08ac810cf2d9a
10913Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10914Date: Mon Mar 24 20:46:53 2008 +0300
10915
10916 mpc83xx: MPC8360E-RDK: configure pario pins for AD7843 and FHCI
10917
10918 This patch adds qe pario pins configuration for AD7843 ADC/Touchscreen
10919 controller and FHCI (QE USB).
10920
10921 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10922
10923commit 7ad959490962e6842648d87d4bd795ea6cdcce67
10924Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10925Date: Mon Mar 24 20:46:51 2008 +0300
10926
10927 mpc83xx: MPC8360E-RDK: add support for NAND
10928
10929 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10930
10931commit 9a3e832aeb491861d029991241572ebdf4b5b61b
10932Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10933Date: Mon Mar 24 20:46:46 2008 +0300
10934
10935 mpc83xx: MPC8360E-RDK: use RGMII_RXID interface mode
10936
10937 This is needed for BCM PHYs to work on this board.
10938
10939 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10940
10941commit 300615dc5d9b0a2022fbc6af0c13159e33fd752e
10942Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10943Date: Mon Mar 24 20:46:34 2008 +0300
10944
10945 uec: add support for Broadcom BCM5481 Gigabit PHY
10946
10947 This patch adds basic support for Broadcom BCM5481 PHY.
10948
10949 RXD-RXC delay quirk comes from MPC8360E-RDK BSP source, author is
10950 Peter Barada <peterb@logicpd.com>.
10951
10952 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10953
10954commit 6a600c3a1876bc203445df4f0fd6b12648259666
10955Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10956Date: Mon Mar 24 20:46:28 2008 +0300
10957
10958 uec: add support for RGMII_RXID interface mode
10959
10960 PHY drivers will use it to setup software delay between RXD and RXC
10961 signals.
10962
10963 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10964
10965commit 91cdaa3a9d7562b869d96774e9c9ddf142c0848d
10966Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10967Date: Mon Mar 24 20:46:24 2008 +0300
10968
10969 uec: add support for gbit mii status readings
10970
10971 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10972
10973commit aabce7fb505ffe55ebf3bf4dcafdae97a581558d
10974Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10975Date: Mon Mar 24 17:40:47 2008 +0300
10976
10977 83xx: define CONFIG_OF_STDOUT_VIA_ALIAS for the MPC837XERDB boards
10978
10979 This is primarily for the early console support.
10980
10981 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10982
10983commit 2bd7460e9283ec98565189b3cdbcfb2bcdcdd635
10984Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10985Date: Mon Mar 24 17:40:43 2008 +0300
10986
10987 83xx: initialize serdes for MPC837XRDB boards
10988
10989 On the MPC8377ERDB: 2 SATA and 2 PCI-E.
10990 On the MPC8378ERDB: 2 PCI-E
10991 On the MPC8379ERDB: 4 SATA
10992
10993 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
10994
10995commit 453316a2a19642d8afcbca7452e40a6b44a197b1
10996Author: Anton Vorontsov <avorontsov@ru.mvista.com>
10997Date: Mon Mar 24 17:40:32 2008 +0300
10998
10999 83xx: serdes setup routines
11000
11001 This patch adds few routines to configure serdes on 837x targets.
11002
11003 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11004
11005commit a796cdf9c377cb4e5d61d1079a296608f8fbd903
11006Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11007Date: Mon Mar 24 17:40:27 2008 +0300
11008
11009 83xx: split COBJS onto separate lines
11010
11011 ..plus get rid of some #ifdefs in the .c files.
11012
11013 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11014
11015commit 46a3aeea73c13ab04ebf7a8739afb87ac5da94a3
11016Author: Anton Vorontsov <avorontsov@ru.mvista.com>
11017Date: Mon Mar 24 17:40:23 2008 +0300
11018
11019 83xx: nand support for MPC837XRDB boards
11020
11021 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
11022
11023commit 82e45a204190593e8613145a928f998fb8c909c4
11024Author: Jerry Van Baren <gvb.uboot@gmail.com>
11025Date: Tue Mar 18 21:44:41 2008 -0400
11026
11027 Enable CONFIG_FLASH_SHOW_PROGRESS on the MPC8360EMDS.
11028
11029 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11030 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11031
11032commit 0fa7a1b4719e325fce332689fb8754ec166191ff
11033Author: Michael Barkowski <michael.barkowski@freescale.com>
11034Date: Thu Mar 20 13:15:39 2008 -0400
11035
11036 mpc8323erdb: remove RTC and add EEPROM
11037
11038 There's no on-board RTC on the MPC8323ERDB, but there is an EEPROM.
11039
11040 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11041 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11042
11043commit 5bbeea86eb6afb872374cd23217cb3c1018443ed
11044Author: Michael Barkowski <michael.barkowski@freescale.com>
11045Date: Thu Mar 20 13:15:34 2008 -0400
11046
11047 mpc8323erdb: Improve the system performance
11048
11049 The following changes are based on kernel UCC ethernet performance:
11050
11051 1. Make the CSB bus pipeline depth as 4, and enable the repeat mode
11052 2. Optimize transactions between QE and CSB. Added CFG_SPCR_OPT
11053 switch to enable this setting.
11054
11055 The following changes are based on the App Note AN3369 and
11056 verified to improve memory latency using LMbench:
11057
11058 3. CS0_CONFIG[AP_n_EN] is changed from 1 to 0
11059 4. CS0_CONFIG[ODT_WR_CONFIG] set to 1. Was a reserved setting
11060 previously.
11061 5. TIMING_CFG_1[WRREC] is changed from 3clks to 2clks (based on
11062 Twr=15ns, and this was already the setting in DDR_MODE)
11063 6. TIMING_CFG_1[PRETOACT] is changed from 3clks to 2clks. (based on
11064 Trp=15ns)
11065 7. TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 6clks. (based on
11066 Tras=40ns)
11067 8. TIMING_CFG_1[ACTTORW] is changed from 3clks to 2clks. (based on
11068 Trcd=15ns)
11069 9. TIMING_CFG_1[REFREC] changed from 21 clks to 11clks. (based on
11070 Trfc=75ns)
11071 10. TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 7clks. (based
11072 on Tfaw=50ns)
11073 11. TIMING_CFG_2[ADD_LAT] and DDR_MODE[AL] changed from 0 to 1 (based
11074 on CL=3 and WL=2).
11075
11076 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11077 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11078
11079commit fc549c871f43933396a5b3e21d897023d4b31b8d
11080Author: Michael Barkowski <michael.barkowski@freescale.com>
11081Date: Thu Mar 20 13:15:28 2008 -0400
11082
11083 mpc8323erdb: use readable DDR config macros
11084
11085 Use available shift/mask macros to define DDR configuration.
11086
11087 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
11088 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11089
11090commit 89c7784ed90ba50301eec521144f95111e472906
11091Author: Timur Tabi <timur@freescale.com>
11092Date: Fri Feb 8 13:15:55 2008 -0600
11093
11094 83xx: Add Vitesse VSC7385 firmware uploading
11095
11096 Update the MPC8349E-mITX, MPC8313E-RDB, and MPC837XE-RDB board files to upload
11097 the Vitesse VSC7385 firmware. Changed CONFIG_VSC7385 to CONFIG_VSC7385_ENET.
11098 Cleaned up the board header files to make selecting the VSC7385 easier to
11099 control.
11100
11101 Signed-off-by: Timur Tabi <timur@freescale.com>
11102 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
11103
11104commit b55d98c6d5b8694e560a0e727b14cb6921d7cfcc
11105Author: Timur Tabi <timur@freescale.com>
11106Date: Fri Feb 8 13:15:54 2008 -0600
11107
11108 NET: Add Vitesse VSC7385 firmware uploading
11109
11110 The Vitesse VSC7385 is a 5-port switch found on the Freescale MPC8349E-mITX
11111 and other boards. A small firwmare must be uploaded to its on-board memory
11112 before it can be enabled. This patch adds the code which uploads firmware
11113 (but not the firmware itself).
11114
11115 Previously, this feature was provided by a U-Boot application that was
11116 made available only on Freescale BSPs. The VSC7385 firmware must still
11117 be obtained separately, but at least there is no longer a need for a separate
11118 application.
11119
11120 Signed-off-by: Timur Tabi <timur@freescale.com>
11121 Acked-by: Ben Warren <biggerbadderben@gmail.com>
11122
11123commit aa6f6d171a1f9f46ee4f03ad6acb97a6bfb71855
11124Author: Wolfgang Denk <wd@denx.de>
11125Date: Wed Mar 26 00:52:10 2008 +0100
11126
11127 Coding Style cleanyp; update CHANGELOG
11128
11129 Signed-off-by: Wolfgang Denk <wd@denx.de>
11130
Wolfgang Denkaa6f6d12008-03-26 00:52:10 +010011131commit 43ddd9c820fec44816188f53346b464e20b3142d
11132Author: Jerry Van Baren <gvb.uboot@gmail.com>
11133Date: Sat Mar 22 14:23:49 2008 -0400
11134
11135 Remove deprecated CONFIG_OF_HAS_UBOOT_ENV and CONFIG_OF_HAS_BD_T
11136
11137 These defines embedded the u-boot env variables and/or the bd_t structure
11138 in the fdt blob. The conclusion of discussion on the u-boot email list
11139 was that embedding these in the fdt blob is not useful: there are better
11140 ways of passing the data (in fact, the fdt blob itself replaces the
11141 bd_t struct).
11142
11143 The only board that enables these is the stxxtc and they don't appear
11144 to be used by linux.
11145
11146 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11147 Acked-by: Kim Phillips <kim.phillips@freescale.com>
11148
11149commit 22ed2285743359fd1fe73e411dff914b2256e68f
11150Author: Stefan Roese <sr@denx.de>
11151Date: Mon Mar 17 10:49:25 2008 +0100
11152
11153 rtc: Remove 2nd reference to max6900.o in drivers/rtc/Makefile
11154
11155 Signed-off-by: Stefan Roese <sr@denx.de>
11156
11157commit 1bb707c39a0833e91d9f797dd862aaaaf4af264d
11158Author: Kyungmin Park <kmpark@infradead.org>
11159Date: Mon Mar 17 08:54:06 2008 +0900
11160
11161 Add Flex-OneNAND booting support
11162
11163 Flex-OneNAND is a monolithic integrated circuit with a NAND Flash array
11164 using a NOR Flash interface. This on-chip integration enables system designers
11165 to reduce external system logic and use high-density NAND Flash
11166 in applications that would otherwise have to use more NOR components.
11167
11168 Flex-OneNAND enables users to configure to partition it into SLC and MLC areas
11169 in more flexible way. While MLC area of Flex-OneNAND can be used to store data
11170 that require low reliability and high density, SLC area of Flex-OneNAND
11171 to store data that need high reliability and high performance. Flex-OneNAND
11172 can let users take advantage of storing these two different types of data
11173 into one chip, which is making Flex-OneNAND more cost- and space-effective.
11174
11175 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
11176
11177commit c512389cc4a10253249271ff6c887c6dab1f0db2
11178Author: André Schwarz <andre.schwarz@matrix-vision.de>
11179Date: Thu Mar 13 13:50:52 2008 +0100
11180
11181 MPC5200: support setup without FEC
11182
11183 Include FEC specific nodes in ft_cpu_setup only if CONFIG_MPC5xxx_FEC is
11184 defined. Systems without FEC, i.e. no FEC node in DTB, should be possible.
11185
11186 Signed-off-by: Andre Schwarz <andre.schwarz@matrix-vision.de>
11187 Acked-by: Grant Likely <grant.likely@secretlab.ca>
11188
11189commit aa3511e422946041ef626f80a05ae5e8bfc700e6
11190Author: Jon Loeliger <jdl@freescale.com>
11191Date: Wed Mar 5 18:05:46 2008 -0600
11192
11193 FSL: Move board/mpc8266ads under board/freescale
11194
11195 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11196
11197commit 7f1d846e5c5754449c286587d099d85246062772
11198Author: Jon Loeliger <jdl@freescale.com>
11199Date: Wed Mar 5 18:05:47 2008 -0600
11200
11201 FSL: Move board/mpc7448hpc2 under board/freescale
11202
11203 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11204
11205commit b7e24d283e34727c2a6cdfdac2e09a426c579b73
11206Author: Jon Loeliger <jdl@freescale.com>
11207Date: Wed Mar 5 18:05:45 2008 -0600
11208
11209 FSL: Move board/mpc8260ads under board/freescale
11210
11211 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11212
11213commit 6a8a5dc4759867c45aa95580deb8bf26669a5d97
11214Author: goda.yusuke <goda.yusuke@renesas.com>
11215Date: Wed Mar 5 17:08:33 2008 +0900
11216
11217 net: Add support AX88796L ethernet device
11218
11219 AX88796L is device of NE2000 compatible.
11220 This patch support AX88796L ethernet device.
11221
11222 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11223 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11224
11225commit e0a6140dd381e1eed1ada2291166ef2616d8822b
11226Author: Wolfgang Denk <wd@denx.de>
11227Date: Tue Mar 25 22:50:41 2008 +0100
11228
11229 ne2000 driver: change #ifdef to Makefile conditional compilation
11230
11231 Signed-off-by: Wolfgang Denk <wd@denx.de>
11232
11233commit e710185aae90c64d39c2d453e40e58ceefe4f250
11234Author: goda.yusuke <goda.yusuke@renesas.com>
11235Date: Wed Mar 5 17:08:20 2008 +0900
11236
11237 net: Divided code of NE2000 ethernet driver
11238
11239 There are more devices of the NE2000 base.
11240 A present code is difficult for us to support more devices.
11241 To support more NE2000 clone devices, separated the function.
11242
11243 Signed-off-by: Yusuke Goda <goda.yusuke@renesas.com>
11244 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11245
11246commit 395bce4f59a507a60a475f7ee46bed47de9482df
11247Author: Mike Frysinger <vapier@gentoo.org>
11248Date: Sun Feb 24 23:58:13 2008 -0500
11249
11250 net/Blackfin: move on-chip MAC driver into drivers/net/
11251
11252 The Blackfin on-chip MAC driver was being managed in the BF537-STAMP board
11253 directory, but it is not board specific, so relocate it to the drivers dir
11254 so that other Blackfin ports can utilize it.
11255
11256 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11257
11258commit 8a30b4700942f37495d2e67f5998cdffb6e3ba8a
11259Author: Mike Frysinger <vapier@gentoo.org>
11260Date: Sun Feb 24 23:52:35 2008 -0500
11261
11262 smc91111: use SSYNC() rather than asm(ssync) for Blackfin
11263
11264 Since the "ssync" instruction may have hardware anomalies associated with
11265 it, have the smc91111 driver use the SSYNC macro rather than invoking it
11266 directly. We workaround all the anomalies via this macro.
11267
11268 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11269
11270commit 77ff7b7444ceb8022b46114f3d0b6d18e2fd1138
11271Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11272Date: Sun Feb 17 22:57:47 2008 +0000
11273
11274 8xx: Update OF support on 8xx
11275
11276 This patch does some shifting around of OF support on 8xx.
11277
11278 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11279
11280commit 9c666a7db0b2285a270c68810889ce7d5dba304b
11281Author: Kumar Gala <galak@kernel.crashing.org>
11282Date: Fri Feb 15 15:16:18 2008 -0600
11283
11284 ppc: Allow boards to specify how much memory they can map
11285
11286 For historical reasons we limited the stack to 256M because some boards
11287 could only map that much via BATS. However newer boards are capable of
11288 mapping more memory (for example 85xx is capble of doing up to 2G).
11289
11290 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11291
11292commit a6f5f317cd074bbbfa2aab4fca05904c811c19fb
11293Author: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11294Date: Fri Feb 15 01:05:58 2008 +0000
11295
11296 8xx : Add OF support to Adder875 board port - resubmit
11297
11298 Signed-off-by: Bryan O'Donoghue <bodonoghue@codehermit.ie>
11299
11300commit d058698fd2d9f769ff38ac53c8708b3fdd314f2d
11301Author: Kumar Gala <galak@kernel.crashing.org>
11302Date: Thu Feb 14 20:44:42 2008 -0600
11303
11304 Add setexpr command
11305
11306 Add a simple expr style command that will set an env variable as the result
11307 of the command. This allows us to do simple math in shell. The following
11308 operations are supported: &, |, ^, +, -, *, /.
11309
11310 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11311
11312commit 3f105faa64b9826e088711fdfcaa70cb1230397a
11313Author: Jon Loeliger <jdl@freescale.com>
11314Date: Wed Mar 5 17:27:48 2008 -0600
11315
11316 FSL: Move board/mpc7448hpc2 under board/freescale
11317
11318 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11319
11320commit 449c703374a8868453425e15da7e2f76221b72e4
11321Author: Jon Loeliger <jdl@freescale.com>
11322Date: Wed Mar 5 17:21:43 2008 -0600
11323
11324 FSL: Move board/mpc8266ads under board/freescale
11325
11326 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11327
11328commit 5863577989ad689427bb750107e9a75f1c1645d2
11329Author: Jon Loeliger <jdl@freescale.com>
11330Date: Wed Mar 5 16:41:41 2008 -0600
11331
11332 FSL: Move board/mpc8260ads under board/freescale
11333
11334 Signed-off-by: Jon Loeliger <jdl@freescale.com>
11335
11336commit 8a773983957ee6c4aa344469b742f29c7d26afbd
11337Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11338Date: Tue Mar 25 21:30:08 2008 +0900
11339
11340 [MIPS] Move gth2_config from ARM section to MIPS
11341
11342 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11343
11344commit 373b16fc0c5ae34d28b9027f809ae3cbf45cdd15
11345Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11346Date: Tue Mar 25 21:30:07 2008 +0900
11347
11348 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB
11349
11350 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11351
11352commit d98e348e2ed5aab8f7a6471ff628ab0688b8a459
11353Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11354Date: Tue Mar 25 21:30:07 2008 +0900
11355
11356 [MIPS] Fix dcache_status()
11357
11358 You can't judge UNCACHED by Config.K0 LSB.
11359
11360 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11361
11362commit b0c66af53ec9385ac2d1cc2e5d7d1ecdc81caf34
11363Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11364Date: Tue Mar 25 21:30:07 2008 +0900
11365
11366 [MIPS] Introduce _machine_restart
11367
11368 Handles machine specific functions by using weak functions.
11369
11370 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11371
11372commit decaba6f5cf386d569ac3997bebb871b966c6b18
11373Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11374Date: Tue Mar 25 21:30:07 2008 +0900
11375
11376 [MIPS] Cleanup CP0 Status initialization
11377
11378 Add setup_c0_status from Linux. For the moment we disable interrupts, set
11379 CU0, mark the kernel mode, and clear ERL and EXL. This is good enough for
11380 reset-time configuration and will work well across most processors.
11381
11382 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11383
11384commit d43d43ef2845af309c25a64bb9c2c5fb3261bc23
11385Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11386Date: Tue Mar 25 21:30:07 2008 +0900
11387
11388 [MIPS] Initialize CP0 Cause before setting up CP0 Status register
11389
11390 Without this change, we'll be suffering from deffered WATCH exception
11391 once Status.EXL is cleared. Make sure Cause.WP is cleared.
11392
11393 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11394
11395commit 26138623230ca2bad3c78e05a65527ea70c8b688
11396Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11397Date: Tue Mar 25 21:30:07 2008 +0900
11398
11399 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init()
11400
11401 Move things to appropriate place.
11402
11403 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11404
11405commit ccf8f824ef67df028dedb29f8ea5d71a5a88d895
11406Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11407Date: Tue Mar 25 21:30:06 2008 +0900
11408
11409 [MIPS] Implement flush_cache()
11410
11411 We do Hit_Writeback_Inv_D and Hit_Invalidate_I. You might think that you
11412 don't need to do Hit_Invalidate_I, but flush_cache() needs it since this
11413 function is used not only in U-Boot specfic programs but also at loading
11414 target binaries.
11415
11416 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11417
11418commit 2e0e5271aac917812a76c72030a2b2c6f1d3387d
11419Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11420Date: Tue Mar 25 21:30:06 2008 +0900
11421
11422 [MIPS] Fix I-/D-cache initialization loops
11423
11424 Currently we do 1) Index_Store_Tag_I, 2) Fill and 3) Index_Store_Tag_I
11425 again per a loop for I-cache initialization. But according to 'See MIPS
11426 Run', we're encouraged to use three separate loops rather than combining
11427 them *for both I- and D-cache*. This patch tries to fix this.
11428
11429 In accordance with fixing above, mips_init_[id]cache are separated from
11430 mips_cache_reset(), and rewrite cache loops are completely rewritten with
11431 useful macros.
11432
11433 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11434
11435commit 1898840797c7f50799377bd5b285a8a93a82c419
11436Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11437Date: Tue Mar 25 21:30:06 2008 +0900
11438
11439 [MIPS] Replace memory clearance code with f_fill64
11440
11441 This routine fills memory with zero by 64 bytes, and is 64-bit capable.
11442
11443 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11444
11445commit 2f5d414ccb4024dd0992ff6b22561732dbc73590
11446Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11447Date: Tue Mar 25 21:30:06 2008 +0900
11448
11449 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros
11450
11451 This patch replaces the current function definitions with NESTED, LEAF
11452 and END macro. They specify some more additional information about the
11453 function; an alignment of symbol, type of symbol, stack frame usage, etc.
11454 These information explicitly tells the assembler and the debugger about
11455 the types of code we want to generate.
11456
11457 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11458
11459commit 282223a607c611425fa33f5428f8eae6636972bb
11460Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11461Date: Tue Mar 25 11:43:17 2008 +0900
11462
11463 [MIPS] asm headers' updates
11464
11465 Make some asm headers adjusted to the latest Linux kernel.
11466
11467 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11468
11469commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd
11470Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11471Date: Tue Mar 25 11:39:29 2008 +0900
11472
11473 [MIPS] Request for the 'mips_cache_lock()' removal
11474
11475 The initial intension of having mips_cache_lock() was to use the cache
11476 as memory for temporary stack use so that a C environment can be set up
11477 as early as possible.
11478
11479 But now mips_cache_lock() follow lowlevel_init(). We've already have the
11480 real memory initilaized at this point, therefore we could/should use it.
11481 No reason to lock at all.
11482
11483 Other problems:
11484
11485 Cache locking is not consistent across MIPS implementaions. Some imple-
11486 mentations don't support locking at all. The style of locking varies -
11487 some support per line locking, others per way, etc. Some parts use bits
11488 in status registers instead of cache ops. Current mips_cache_lock() is
11489 not necessarily general-purpose.
11490
11491 And this is worthy of special mention; once U-Boot/MIPS locks the lines,
11492 they are never get unlocked, so the code relies on whatever gets loaded
11493 after U-Boot to re-initialize the cache and clear the locks. We're sup-
11494 posed to have CFG_INIT_RAM_LOCK and unlock_ram_in_cache() implemented,
11495 but leave the situation as it is for a long time.
11496
11497 For these reasons, I proposed the removal of mips_cache_lock() from the
11498 global start-up code.
11499
11500 This patch adds CFG_INIT_RAM_LOCK_MIPS to make existing users aware that
11501 *things have changed*. If he wants the same behavior as before, he needs
11502 to have CFG_INIT_RAM_LOCK_MIPS in his config file.
11503
11504 If we don't have any regression report through several releases, then
11505 we'll remove codes entirely.
11506
11507 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
11508 Acked-by: Andrew Dyer <amdyer@gmail.com>
11509
11510commit 0d48926c87ec96f974a6ac4034f4a2f2eab3255f
11511Author: Yuri Tikhonov <yur@emcraft.com>
11512Date: Mon Mar 24 11:30:54 2008 +0100
11513
11514 lwmon5 SYSMON POST: fix backlight control
11515
11516 If the LWMON5 config has SYSMON POST among CONFIG_POSTs which may be
11517 run on the board, then the SYSMON POST controls the display backlight
11518 (doesn't switch backlight ON if POST FAILED, and does switch the
11519 backlight ON if PASSED).
11520
11521 If not, then the video driver controls the display backlight (just
11522 switch ON the backlight upon initialization).
11523
11524 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11525
11526commit ff2bdfb2c1e073f65c065011f1e18d0a130bd3d8
11527Author: Yuri Tikhonov <yur@emcraft.com>
11528Date: Mon Mar 24 11:29:14 2008 +0100
11529
11530 lwmon5 SYSMON POST: fix handling of negative temperatures
11531
11532 Fix errors in the LWMON5 Sysmon POST for negative temperatures.
11533
11534 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11535
11536commit 55774b512fdf63c0516d441cc5da7c54bbffb7f2
11537Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11538Date: Fri Mar 7 16:04:25 2008 +0900
11539
11540 pci: Add CONFIG_PCI_SKIP_HOST_BRIDGE config option
11541
11542 In current source code, when the device number of PCI is 0, process PCI
11543 bridge without fail. However, when the device number is 0, it is not PCI
11544 always bridge. There are times when device of PCI allocates.
11545
11546 When CONFIG_PCI_SKIP_HOST_BRIDGE is enable, this problem is solved when
11547 use this patch.
11548
11549 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
11550 Acked-by: Stefan Roese <sr@denx.de>
11551
11552commit 86aea3eaefa248ffb9328e2b50c64720489cdbeb
11553Author: Yuri Tikhonov <yur@emcraft.com>
11554Date: Fri Mar 21 09:18:40 2008 +0100
11555
11556 LWMON5: fix dsPIC POST
11557
11558 Add test for DPIC_SYS_ERROR_REG to be zero in the LWMON5 dsPIC POST.
11559
11560 Signed-off-by: Yuri Tikhonov <yur@emcraft.com> ---
11561
Wolfgang Denk438a4c12008-03-26 11:48:46 +010011562commit 388b82fddc7c05596f3f615f190da0448227dc82
11563Author: Bartlomiej Sieka <tur@semihalf.com>
11564Date: Thu Mar 20 23:23:13 2008 +0100
11565
11566 [new uImage] Enable new uImage support for the pcs440ep board.
11567
11568 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11569
11570commit 95f4ec2b9c910c7261e6f060ea530d58b039692d
11571Author: Bartlomiej Sieka <tur@semihalf.com>
11572Date: Thu Mar 20 23:23:13 2008 +0100
11573
11574 [new uImage] Do not compile new uImage format support by default
11575
11576 Disable default building of new uImage format support in preparation
11577 for merge with the master. Support for new format can be enabled on
11578 a per-board basis, by defining the following in the board's config file:
11579
11580 #define CONFIG_FIT 1
11581 #define CONFIG_OF_LIBFDT 1
11582
11583 This can be optionally defined to give more verbose output:
11584
11585 #define CONFIG_FIT_VERBOSE 1 /* enable fit_format_{error,warning}() */
11586
11587 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11588
11589commit dafaede8a46c7159310239e036c93e31c6374487
11590Author: Bartlomiej Sieka <tur@semihalf.com>
11591Date: Thu Mar 20 23:20:31 2008 +0100
11592
11593 [new uImage] Disable debuging output in preparation for merge with master
11594
11595 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11596
11597commit fbe7a155027beacebaee9b32e1ada781fe924bca
11598Author: Bartlomiej Sieka <tur@semihalf.com>
11599Date: Thu Mar 20 19:38:45 2008 +0100
11600
11601 [new uImage] Compilation and new uImage handling fixes for imxtract
11602
11603 Fix imxtract command not being compiled-in despite CONFIG_CMD_XIMG being in
11604 include/config_cmd_default.h. Fix few warnings and handling of new format
11605 images.
11606
11607 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11608
11609commit 36cc8cbb3379d5166f882641123521735c469f92
11610Author: Bartlomiej Sieka <tur@semihalf.com>
11611Date: Thu Mar 20 23:10:19 2008 +0100
11612
11613 [new uImage] Fix autoscr command used with new uImage format
11614
11615 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11616
11617commit 43142e817f0597be412e7cbe19413f5532eafa5d
11618Author: Bartlomiej Sieka <tur@semihalf.com>
11619Date: Thu Mar 20 23:10:19 2008 +0100
11620
11621 [new uImage] Fix *.its files location in documentation
11622
11623 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11624
Wolfgang Denkaa6f6d12008-03-26 00:52:10 +010011625commit 81a0ac62ea29f8252d0a714709d0ecfdbba2a15e
11626Author: Wolfgang Denk <wd@denx.de>
11627Date: Thu Mar 20 22:01:38 2008 +0100
11628
11629 lwmon5 POST: remove unreachable code
11630
11631 plus some coding style cleanup
11632
11633 Signed-off-by: Wolfgang Denk <wd@denx.de>
11634
11635commit b73a19e1609d0f705cbab8014ca17aefe89e4c76
11636Author: Yuri Tikhonov <yur@emcraft.com>
11637Date: Thu Mar 20 17:56:04 2008 +0300
11638
11639 LWMON5: POST RTC fix
11640
11641 Modify the RTC API to provide one a status for the time reported by
11642 the rtc_get() function:
11643 0 - a reliable time is guaranteed,
11644 < 0 - a reliable time isn't guaranteed (power fault, clock issues,
11645 and so on).
11646
11647 The RTC chip drivers are responsible for providing this info if the
11648 corresponding chip supports such functionality. If not - always
11649 report that the time is reliable.
11650
11651 The POST RTC test was modified to detect the RTC faults utilizing
11652 this new rtc_get() feature.
11653
11654 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11655
11656commit a5cc5555ccee596908a7d8cf22a104f6b993bfd5
11657Author: Martin Krause <martin.krause@tqs.de>
11658Date: Wed Mar 19 14:25:14 2008 +0100
11659
11660 TQM5200B: update MTD partition layout
11661
11662 - insert partition for dtb blob to TQM5200B MTD layout
11663 - set env variables dependent on the configured board
11664 (TQM5200 or TQM5200B)
11665
11666 Signed-off-by: Martin Krause <martin.krause@tqs.de>
11667
11668commit f0105727d132f56a21fa3ed8b162309cca6cac44
11669Author: Stefan Roese <sr@denx.de>
11670Date: Wed Mar 19 07:09:26 2008 +0100
11671
11672 CFI: Small cleanup for FLASH_SHOW_PROGRESS
11673
11674 With this patch we don't need that many #ifdef's in the code. It moves
11675 the subtraction into the macro and defines a NOP-macro when
11676 CONFIG_FLASH_SHOW_PROGRESS is not defined.
11677
11678 Signed-off-by: Stefan Roese <sr@denx.de>
11679 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
11680
11681commit 9a042e9ca512beaaa2cb450274313fc477141241
11682Author: Jerry Van Baren <gvb.uboot@gmail.com>
11683Date: Sat Mar 8 13:48:01 2008 -0500
11684
11685 Flash programming progress countdown.
11686
11687 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
11688
Wolfgang Denk438a4c12008-03-26 11:48:46 +010011689commit 5e339fd9ed539a7d7fec59cfc88f0857ab26a53f
11690Author: Bartlomiej Sieka <tur@semihalf.com>
11691Date: Wed Mar 19 10:00:06 2008 +0100
11692
11693 [new uImage] Fix style issue spotted by Wolfgang Denk <wd@denx.org>
11694
11695 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
11696
Wolfgang Denkaa6f6d12008-03-26 00:52:10 +010011697commit 11abe45c48ec3485a6c1a5168ce8d79c3288adc1
11698Author: David Gibson <david@gibson.dropbear.id.au>
11699Date: Mon Feb 18 18:09:04 2008 +1100
11700
11701 libfdt: Remove no longer used code from fdt_node_offset_by_compatible()
11702
11703 Since fdt_node_offset_by_compatible() was converted to the new
11704 fdt_next_node() iterator, a chunk of initialization code became
11705 redundant, but was not removed by oversight. This patch cleans it up.
11706
11707 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11708
11709commit d0ccb9b140b472039732de102fc14597eedb14df
11710Author: David Gibson <david@gibson.dropbear.id.au>
11711Date: Mon Feb 18 18:06:31 2008 +1100
11712
11713 libfdt: Trivial cleanup for CHECK_HEADER)
11714
11715 Currently the CHECK_HEADER() macro is defined local to fdt_ro.c.
11716 However, there are a handful of functions (fdt_move, rw_check_header,
11717 fdt_open_into) from other files which could also use it (currently
11718 they open-code something more-or-less identical). Therefore, this
11719 patch moves CHECK_HEADER() to libfdt_internal.h and uses it in those
11720 places.
11721
11722 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11723
11724commit fe30a354cdbb808b5f15366a935b151a4ccee74f
11725Author: Kumar Gala <galak@kernel.crashing.org>
11726Date: Wed Feb 20 14:32:36 2008 -0600
11727
11728 Fix fdt boardsetup command parsing
11729
11730 The introduciton of the 'fdt bootcpu' broke parsing for 'fdt boardsetup'.
11731
11732 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11733
11734commit 804887e6001e2f00bea11431bf34d6d472512cda
11735Author: Kumar Gala <galak@kernel.crashing.org>
11736Date: Fri Feb 15 03:34:36 2008 -0600
11737
11738 Add sub-commands to fdt
11739
11740 fdt header - Display header info
11741 fdt bootcpu <id> - Set boot cpuid
11742 fdt memory <addr> <size> - Add/Update memory node
11743 fdt rsvmem print - Show current mem reserves
11744 fdt rsvmem add <addr> <size> - Add a mem reserve
11745 fdt rsvmem delete <index> - Delete a mem reserves
11746
11747 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
11748
11749commit f84d65f9b085ffbed464d1d58e8aaa8f5a2efc07
11750Author: David Gibson <david@gibson.dropbear.id.au>
11751Date: Thu Feb 14 16:50:34 2008 +1100
11752
11753 libfdt: Fix NOP handling bug in fdt_add_subnode_namelen()
11754
11755 fdt_add_subnode_namelen() has a bug if asked to add a subnode to a
11756 node which has NOP tags interspersed with its properties. In this
11757 case fdt_add_subnode_namelen() will put the new subnode before the
11758 first NOP tag, even if there are properties after it, which will
11759 result in an invalid blob.
11760
11761 This patch fixes the bug, and adds a testcase for it.
11762
11763 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11764
11765commit ae0b5908de3b9855f8931bc9b32c9fc4962df5a9
11766Author: David Gibson <david@gibson.dropbear.id.au>
11767Date: Tue Feb 12 11:58:31 2008 +1100
11768
11769 libfdt: Add and use a node iteration helper function.
11770
11771 This patch adds an fdt_next_node() function which can be used to
11772 iterate through nodes of the tree while keeping track of depth. This
11773 function is used to simplify the iteration code in a lot of other
11774 functions, and is also exported for use by library users.
11775
11776 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11777
11778commit 9eaeb07a7185d852c7aa10735ecd4e9edf24fb5d
11779Author: David Gibson <david@gibson.dropbear.id.au>
11780Date: Fri Jan 11 14:55:05 2008 +1100
11781
11782 libfdt: Add fdt_set_name() function
11783
11784 This patch adds an fdt_set_name() function to libfdt, mirroring
11785 fdt_get_name(). This is a r/w function which alters the name of a
11786 given device tree node.
11787
11788 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
11789
11790commit 23e20aa6488e6c0622496549861bfdc74108debe
11791Author: Yuri Tikhonov <yur@pollux.denx.de>
11792Date: Tue Mar 18 13:33:30 2008 +0100
11793
11794 lwmon5: Fix register test logic to match the specific GDC h/w.
11795
11796 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11797 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11798
11799commit 46bc0a938779aa1d664b847d36b08aa00f22e539
11800Author: Yuri Tikhonov <yur@pollux.denx.de>
11801Date: Tue Mar 18 13:27:57 2008 +0100
11802
11803 Fix backlight in the lwmon5 POST.
11804
11805 Backlight was switched on even when temperature was too low.
11806
11807 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11808 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11809
11810commit 3d61018643a2cd38c145aa6dde53f3f5f1a0e9cf
11811Author: Yuri Tikhonov <yur@pollux.denx.de>
11812Date: Wed Feb 6 18:48:36 2008 +0100
11813
11814 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).
11815
11816 To enable this, alternative, configuration the U-Boot board configuration
11817 file for lwmon5 includes the definitions of alternative addresses for header
11818 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11819
11820 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11821 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11822 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11823
11824 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11825
11826commit 0f009f781b5b88f25769e154ea4d42db13baf0c6
11827Author: Yuri Tikhonov <yur@pollux.denx.de>
11828Date: Mon Feb 4 17:11:53 2008 +0100
11829
11830 Add support for the lwmon5 board reset via GPIO58.
11831
11832 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11833 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11834
11835commit f694e32f93565ec1fa8d0226c584d6b89e931ed9
11836Author: Yuri Tikhonov <yur@pollux.denx.de>
11837Date: Mon Feb 4 17:09:55 2008 +0100
11838
11839 Some fixes to dspic, fpga, and gdc post tests for lwmon5. Disable external watch-dog for now.
11840
11841 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11842 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11843
11844commit b428f6a8c65c5303e5f96db8d24f2f699d94a98c
11845Author: Yuri Tikhonov <yur@pollux.denx.de>
11846Date: Mon Feb 4 14:11:03 2008 +0100
11847
11848 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.
11849
11850 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11851 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11852
11853commit 8f15d4addd49c956412e1e3bfc764a0c8b1f3184
11854Author: Yuri Tikhonov <yur@pollux.denx.de>
11855Date: Mon Feb 4 14:10:42 2008 +0100
11856
11857 The patch adds new POST tests for the Lwmon5 board. These are:
11858
11859 * External Watchdog test;
11860 * dsPIC tests;
11861 * FPGA test;
11862 * GDC test;
11863 * Sysmon tests.
11864
11865 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11866 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11867
11868commit c2ed33efbfff5767bca236828e021c55fd547b6c
11869Author: Yuri Tikhonov <yur@pollux.denx.de>
11870Date: Mon Feb 4 14:10:01 2008 +0100
11871
11872 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11873
11874 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11875
Wolfgang Denk7ed40112008-04-26 00:34:42 +020011876commit 3a5d1e7f1309998791702b2a559e3126781746b9
11877Author: Yuri Tikhonov <yur@pollux.denx.de>
11878Date: Tue Mar 18 13:33:30 2008 +0100
11879
11880 lwmon5: Fix register test logic to match the specific GDC h/w.
11881
11882 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11883 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11884
11885commit 0f855a1f056a8c22116a2103a3900cbfb669df0b
11886Author: Yuri Tikhonov <yur@pollux.denx.de>
11887Date: Tue Mar 18 13:27:57 2008 +0100
11888
11889 Fix backlight in the lwmon5 POST.
11890
11891 Backlight was switcehd on even when temperature was too low.
11892
11893 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11894 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11895
11896commit 2d991958b1e420fbfe17b128bd26ade74be5efcc
11897Author: Yuri Tikhonov <yur@pollux.denx.de>
11898Date: Wed Feb 6 18:48:36 2008 +0100
11899
11900 The patch introduces the alternative configuration of the log buffer for
11901 the lwmon5 board: the storage for the log-buffer itself is OCM(on-chip memory),
11902 the log-buffer header is moved to six GPT registers (PPC440EPX_GPT0_COMP1, ...,
11903 PPC440EPX_GPT0_COMP5).
11904
11905 To enable this, alternative, configuration the U-Boot board configuration
11906 file for lwmon5 includes the definitions of alternative addresses for header
11907 (CONFIG_ALT_LH_ADDR) and buffer (CONFIG_ALT_LB_ADDR).
11908
11909 The Linux shall be configured with the CONFIG_ALT_LB_LOCATION option set,
11910 and has the BOARD_ALT_LH_ADDR and BOARD_ALT_LB_ADDR constants defined in the
11911 lwmon5 board-specific header (arch/ppc/platforms/4xx/lwmon5.h).
11912
11913 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11914
11915commit ff818b21b069f4bc9cb73373cc5a16014be101b7
11916Author: Yuri Tikhonov <yur@pollux.denx.de>
11917Date: Mon Feb 4 17:11:53 2008 +0100
11918
11919 Add support for the lwmon5 board reset via GPIO58.
11920
11921 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11922 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11923
11924commit 603f194e5ad81bb2ef42d6d8aaa74de175bcb411
11925Author: Yuri Tikhonov <yur@pollux.denx.de>
11926Date: Mon Feb 4 17:09:55 2008 +0100
11927
11928 Some fixes to dspic, fpga, and gdc post tests for lwmon5.
11929 Disable external watch-dog for now.
11930
11931 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11932 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11933
11934commit e262efe35742c1ad4b0966ff501efc26f34a0aec
11935Author: Yuri Tikhonov <yur@pollux.denx.de>
11936Date: Mon Feb 4 14:11:03 2008 +0100
11937
11938 The patch introduces the CRITICAL feature of POST tests. If the test
11939 marked as POST_CRITICAL fails then the alternative, post_critical,
11940 boot-command is used. If this command is not defined then U-Boot
11941 enters into interactive mode.
11942
11943 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11944 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11945
11946commit 65b20dcefc89618193fa51947968dada91e4c778
11947Author: Yuri Tikhonov <yur@pollux.denx.de>
11948Date: Mon Feb 4 14:10:42 2008 +0100
11949
11950 The patch adds new POST tests for the Lwmon5 board.
11951 These are:
11952
11953 * External Watchdog test;
11954 * dsPIC tests;
11955 * FPGA test;
11956 * GDC test;
11957 * Sysmon tests.
11958
11959 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11960 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
11961
11962commit 8dc3b2303d2b57c774b609ca0e7043ed8f9b88c1
11963Author: Yuri Tikhonov <yur@pollux.denx.de>
11964Date: Mon Feb 4 14:10:01 2008 +0100
11965
11966 Enable CODEC POST with CFG_POST_CODEC rather than with CFG_POST_DSP.
11967
11968 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
11969
Wolfgang Denkaa6f6d12008-03-26 00:52:10 +010011970commit 3515fd18d4e8e44f863ac7142b55e22b109e9af2
11971Author: Wolfgang Denk <wd@denx.de>
11972Date: Tue Mar 18 17:35:51 2008 +0100
11973
11974 HMI1001: fix compile problem.
11975
11976 Signed-off-by: Wolfgang Denk <wd@denx.de>
11977
11978commit 1f2a9970109cebf7446e0503b10b71f8673045ee
11979Author: Mike Frysinger <vapier@gentoo.org>
11980Date: Mon Feb 18 05:32:30 2008 -0500
11981
11982 Blackfin: BF537-stamp: drop board-specific flash driver for CFI
11983
11984 The parallel flash on the BF537-STAMP is CFI compliant, so there is no need
11985 for the board specific driver at all. Just use the common CFI driver.
11986
11987 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11988
11989commit 5b22163fef865af2b6bfb6b75f1b7bf443ce170c
11990Author: Mike Frysinger <vapier@gentoo.org>
11991Date: Tue Feb 19 00:36:14 2008 -0500
11992
11993 Blackfin: add proper ELF markings to some assembly functions
11994
11995 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11996
11997commit cf675d3b2b9c3511c1d99bc8f8f38fd2f08bfcaf
11998Author: Mike Frysinger <vapier@gentoo.org>
11999Date: Tue Feb 19 00:35:17 2008 -0500
12000
12001 Blackfin: new cplbinfo command for viewing cplb tables
12002
12003 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12004
12005commit aadb72503cd1602349a5fe53356d5f55ecc1b900
12006Author: Mike Frysinger <vapier@gentoo.org>
12007Date: Mon Feb 18 05:37:51 2008 -0500
12008
12009 Blackfin: update MAINTAINERS list
12010
12011 Add maintainer information for the Blackfin boards.
12012
12013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12014
12015commit f7ce12cb65a30c6e152eecf26f0304b7d78cf39d
12016Author: Mike Frysinger <vapier@gentoo.org>
12017Date: Mon Feb 18 05:26:48 2008 -0500
12018
12019 Blackfin: convert BFIN_CPU to CONFIG_BFIN_CPU
12020
12021 Stop tying things to the processor that should be tied to other defines and
12022 change BFIN_CPU to CONFIG_BFIN_CPU so that it can be used in the build
12023 system to select the -mcpu option.
12024
12025 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12026
12027commit 86a20fb920bd198105acf7b1191117f566d637ed
12028Author: Mike Frysinger <vapier@gentoo.org>
12029Date: Sat Feb 16 07:40:36 2008 -0500
12030
12031 Blackfin: move bootldr command to common code
12032
12033 This moves the Blackfin-common bootldr command out of the BF537-STAMP
12034 specific board directory and into the common directory so that all Blackfin
12035 boards may utilize it.
12036
12037 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
12038
12039commit decbe029b2a9d3333d02c433389b1c821eea96d7
12040Author: Heiko Schocher <hs@denx.de>
12041Date: Fri Mar 14 11:05:20 2008 +0100
12042
12043 mgcoge: update configuration
12044
12045 Fix configuration for mgcoge board
12046
12047 Signed-off-by: Heiko Schocher <hs@denx.de>
12048
12049commit c136724cda0219c49f1d4b346f00da29b14fdf14
12050Author: Wolfgang Denk <wd@denx.de>
12051Date: Sun Mar 16 01:22:59 2008 +0100
12052
12053 drivers/rtc/Makefile: keep list sorted
12054
12055 Signed-off-by: Wolfgang Denk <wd@denx.de>
12056
12057commit 9536dfcce03e7be4ccbceb47a08d9ba07ada362f
12058Author: Tor Krill <tor@excito.com>
12059Date: Sat Mar 15 15:40:26 2008 +0100
12060
12061 Add support for Intersil isl1208 RTC
12062
12063 Signed-off-by: Tor Krill <tor@excito.com>
12064
12065commit 0210cff3d079d97b2156b13685ee8de368e68a1a
12066Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12067Date: Sat Mar 15 17:36:41 2008 +0100
12068
12069 cramfs: Fix ifdef
12070
12071 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12072
12073commit 0b8f2a27861a9fd06eb55a34f855ec9c5102aab4
12074Author: Wolfgang Denk <wd@denx.de>
12075Date: Sun Mar 16 01:12:58 2008 +0100
12076
12077 Conding style cleanup
12078
12079 Signed-off-by: Wolfgang Denk <wd@denx.de>
12080
Wolfgang Denk0b8f2a22008-03-16 01:12:58 +010012081commit 41712b4e8c95dff23354bcd620e1f9477160c190
12082Author: Stefan Roese <sr@denx.de>
12083Date: Wed Mar 5 12:31:53 2008 +0100
12084
12085 ppc4xx: Add USB OHCI support to AMCC Canyonlands 460EX eval board
12086
12087 This patch adds USB OHCI support to the Canyonlands board port. It also
12088 enables EXT2 support.
12089
12090 Signed-off-by: Stefan Roese <sr@denx.de>
12091
12092commit 2596f5b9d353ff3e4387a3325d05740f16958038
12093Author: Stefan Roese <sr@denx.de>
12094Date: Wed Mar 5 12:29:32 2008 +0100
12095
12096 usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
12097
12098 This patch adds CFG_OHCI_USE_NPS to the common USB-OHCI driver. This
12099 way a board just needs to define this new option to enable the "force
12100 NoPowerSwitching mode" instead of adding new CPU/architecture defines
12101 to the USB source itself.
12102
12103 This new option will be used first with the new AMCC 460EX Canyonlands
12104 board port, which will be posted in a few days.
12105
12106 This patch also fixes a small compilation problem when DEBUG is enabled.
12107
12108 Signed-off-by: Stefan Roese <sr@denx.de>
12109
12110commit 71665ebf88408ff2acb762af47989fd4365b321a
12111Author: Stefan Roese <sr@denx.de>
12112Date: Mon Mar 3 17:27:02 2008 +0100
12113
12114 ppc4xx: Add Canyonlands NAND booting support
12115
12116 460EX doesn't support a fixed bootstrap option to boot from 512 byte page
12117 NAND devices. The only bootstrap option for NAND booting is option F for
12118 2k page devices. So to boot from a 512 bype page device, the I2C bootstrap
12119 EEPROM needs to be programmed accordingly.
12120
12121 This patch adds basic NAND booting support for the AMCC Canyonlands aval
12122 board and also adds support to the "bootstrap" command, to enable NAND
12123 booting I2C setting.
12124
12125 Tested with 512 byte page NAND device (32MByte) on Canyonlands.
12126
12127 Signed-off-by: Stefan Roese <sr@denx.de>
12128
12129commit c813f1f835a7edfdb929f2843b09db72cd5cd2f2
12130Author: Stefan Roese <sr@denx.de>
12131Date: Tue Mar 11 16:53:00 2008 +0100
12132
12133 ppc4xx: Add AMCC Canyonlands support (460EX) (3/3)
12134
12135 This patch adds support for the AMCC Canyonlands 460EX evaluation
12136 board.
12137
12138 Signed-off-by: Stefan Roese <sr@denx.de>
12139
12140commit 6983fe21f774a924d3adb263a270bc2f301f2aa2
12141Author: Stefan Roese <sr@denx.de>
12142Date: Tue Mar 11 16:52:24 2008 +0100
12143
12144 ppc4xx: Add AMCC Canyonlands support (460EX) (2/3)
12145
12146 This patch adds support for the AMCC Canyonlands 460EX evaluation
12147 board.
12148
12149 Signed-off-by: Stefan Roese <sr@denx.de>
12150
12151commit 8e1a3fe545bbcfceafe183344ebc9f1ad03819c1
12152Author: Stefan Roese <sr@denx.de>
12153Date: Tue Mar 11 16:51:17 2008 +0100
12154
12155 ppc4xx: Add AMCC Canyonlands support (460EX) (1/3)
12156
12157 This patch adds support for the AMCC Canyonlands 460EX evaluation
12158 board.
12159
12160 Signed-off-by: Stefan Roese <sr@denx.de>
12161
12162commit 43c60992cdf72496e7eaaa3fbd37ebbe75835f69
12163Author: Stefan Roese <sr@denx.de>
12164Date: Tue Mar 11 15:11:43 2008 +0100
12165
12166 ppc4xx: Add basic support for AMCC 460EX/460GT (5/5)
12167
12168 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12169
12170 Signed-off-by: Stefan Roese <sr@denx.de>
12171
12172commit 6f2eb3f3d8ea2dbb224d0da5a12038693bab9945
12173Author: Stefan Roese <sr@denx.de>
12174Date: Tue Mar 11 15:11:18 2008 +0100
12175
12176 ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
12177
12178 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12179
12180 Signed-off-by: Stefan Roese <sr@denx.de>
12181
12182commit 999ecd5aca381984d8ebbeb207ece82a1c275577
12183Author: Stefan Roese <sr@denx.de>
12184Date: Tue Mar 11 15:07:10 2008 +0100
12185
12186 ppc4xx: Add basic support for AMCC 460EX/460GT (3/5)
12187
12188 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12189
12190 Signed-off-by: Stefan Roese <sr@denx.de>
12191
12192commit 2801b2d2a9906f206ab9ee8d0b6e746d2b7fe05a
12193Author: Stefan Roese <sr@denx.de>
12194Date: Tue Mar 11 15:05:50 2008 +0100
12195
12196 ppc4xx: Add basic support for AMCC 460EX/460GT (2/5)
12197
12198 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12199
12200 Signed-off-by: Stefan Roese <sr@denx.de>
12201
12202commit 8ac41e3e37c3080c6b1d9461d654161cfe2aa492
12203Author: Stefan Roese <sr@denx.de>
12204Date: Tue Mar 11 15:05:26 2008 +0100
12205
12206 ppc4xx: Add basic support for AMCC 460EX/460GT (1/5)
12207
12208 This patch adds basic support for the AMCC 460EX/460GT PPC's.
12209
12210 Signed-off-by: Stefan Roese <sr@denx.de>
12211
12212commit 56e410178375d9f20be25fb24e180974f0ae120b
12213Author: Stefan Roese <sr@denx.de>
12214Date: Tue Feb 19 22:07:57 2008 +0100
12215
12216 ppc4xx: interrupt.c reworked
12217
12218 This patch is a rework of the 4xx interrupt handling done while
12219 adding the 460EX/GT support. Interrupts are needed on 4xx for the
12220 EMAC driver.
12221
12222 Signed-off-by: Stefan Roese <sr@denx.de>
12223
12224commit 84a999b6cdd0b02dc7de2cacc306eaa84afe2b46
12225Author: Stefan Roese <sr@denx.de>
12226Date: Tue Feb 19 22:01:57 2008 +0100
12227
12228 ppc4xx: program_tlb now uses 64bit physical addess
12229
12230 This patch changes the physical addess parameter from 32bit to 64bit.
12231 This is needed for 36bit 4xx platforms to access areas located
12232 beyond the 4GB border, like SoC peripherals (EBC etc.).
12233
12234 Signed-off-by: Stefan Roese <sr@denx.de>
12235
12236commit c3307fa186af85771924c434997089b8104c0a46
12237Author: Stefan Roese <sr@denx.de>
12238Date: Tue Feb 19 21:58:25 2008 +0100
12239
12240 ppc4xx: miiphy.c reworked
12241
12242 While adding the 460EX/GT support I reworked the 4xx miiphy code. It
12243 badly neede some cleanup.
12244
12245 Signed-off-by: Stefan Roese <sr@denx.de>
12246
12247commit 88aff62df39c0756241ea9f9b5a7b3ade26cb82b
12248Author: Stefan Roese <sr@denx.de>
12249Date: Tue Feb 19 16:21:49 2008 +0100
12250
12251 rtc: Add M41T62 support
12252
12253 This patch add support for the STM M41T62 RTC. It is used and tested
12254 on the AMCC Canyonlands 406EX platform.
12255
12256 Signed-off-by: Stefan Roese <sr@denx.de>
12257
12258commit 217d383e201adc7f2271145ae345ea5eae2b7170
12259Author: Niklaus Giger <niklaus.giger@netstal.com>
12260Date: Mon Feb 25 18:46:43 2008 +0100
12261
12262 ppc4xx: Add 405GPr based MCU25 board specific files
12263
12264 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12265
12266commit 75a66dcdb383863ad33f0534cfc27b7a86947dad
12267Author: Niklaus Giger <niklaus.giger@netstal.com>
12268Date: Mon Feb 25 18:46:42 2008 +0100
12269
12270 ppc4xx: Add 405GPr based MCU25 board config file
12271
12272 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12273
12274commit b05f35436b733a240559e77e46bed8439665ecc5
12275Author: Niklaus Giger <niklaus.giger@netstal.com>
12276Date: Mon Feb 25 18:46:41 2008 +0100
12277
12278 ppc4xx: Add 405GPr based MCU25 board. Global files
12279
12280 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12281
12282commit 14c27b35ac812a71abce6e3e2f4129d5e9313660
12283Author: Niklaus Giger <niklaus.giger@netstal.com>
12284Date: Mon Feb 25 18:37:02 2008 +0100
12285
12286 ppc4xx: HCU4/5. remove obsolete hcu_flash.c
12287
12288 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12289
12290commit a079494853cc2bfeddb26673219db0b4b2b31566
12291Author: Niklaus Giger <niklaus.giger@netstal.com>
12292Date: Mon Feb 25 18:37:01 2008 +0100
12293
12294 ppc4xx: HCU4/5. Use FLASH_CFI_LEGACY
12295
12296 Cleanup: Remove custom flash driver for 8 bit boot-eprom and replace it with
12297 the FLASH_CFI_LEGACY et al. config options.
12298
12299 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
12300
12301commit e4170e5a50c8110f792bc37472833ae669d69951
12302Author: Stefan Roese <sr@denx.de>
12303Date: Tue Mar 11 13:52:25 2008 +0100
12304
12305 ppc4xx: Fix comment in 405EX DDR2 init code
12306
12307 Signed-off-by: Stefan Roese <sr@denx.de>
12308
Wolfgang Denk438a4c12008-03-26 11:48:46 +010012309commit 766529fccc860ecb9e955b4239dff69cd9e4ea09
12310Author: Bartlomiej Sieka <tur@semihalf.com>
12311Date: Fri Mar 14 16:22:34 2008 +0100
12312
12313 Add MD5 support to the new uImage format
12314
12315 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12316
12317commit 0ede0c383530a418cf98be9122371a86573cd0db
12318Author: Bartlomiej Sieka <tur@semihalf.com>
12319Date: Fri Mar 14 16:22:34 2008 +0100
12320
12321 Add the MD5 algorithm
12322
12323 MD5 supoprt is turned on by defining CONFIG_MD5, the digest can be then
12324 calculated using the md5() function -- see include/md5.h for details.
12325
12326 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12327
Wolfgang Denk0b8f2a22008-03-16 01:12:58 +010012328commit b8aa57b5d4d69e8f0810a5e632c0ce41c0f46ee0
12329Author: Wolfgang Denk <wd@denx.de>
12330Date: Fri Mar 14 16:04:54 2008 +0100
12331
12332 tools/setlocalversion: use a git-describe-ish format
12333
12334 Change the automatic local version to have the form -nnnnn-gSHA1SUMID,
12335 where 'nnnnn' is the number of commits since the last tag (i.e.,
12336 1.3.2-rc3). This makes it much easier to recognize "newer" versions
12337 and to see how much has been changed since the referenced tag.
12338
12339 Stolen from Linux kernel's scripts/setlocalversio, see commit d882421f.
12340
12341 Signed-off-by: Wolfgang Denk <wd@denx.de>
12342
12343commit c6dc21c84de0f159a1752c5ebd33cff843f63609
12344Author: Wolfgang Denk <wd@denx.de>
12345Date: Thu Mar 13 14:32:03 2008 +0100
12346
12347 HMI1001: add support for MPC5200 Rev. B processors.
12348
12349 Signed-off-by: Wolfgang Denk <wd@denx.de>
12350
12351commit 90f13dce7a7a9a84d5730576c9a24d0dbb07cb3a
12352Author: Wolfgang Denk <wd@denx.de>
12353Date: Thu Mar 13 14:29:49 2008 +0100
12354
12355 TQM5200: remove dead code
12356
12357 This board never used a MGT5100 processor.
12358
12359 Signed-off-by: Wolfgang Denk <wd@denx.de>
12360
Wolfgang Denk438a4c12008-03-26 11:48:46 +010012361commit afe45c87e3c5d77bad76b1a57dccd20764d45b5d
12362Author: Marian Balakowicz <m8@semihalf.com>
12363Date: Wed Mar 12 12:14:15 2008 +0100
12364
12365 [new uImage] Fix build issue on ARM
12366
12367 ARM platforms don't have a bd->bi_memsize so use bd->bi_dram[0].size instead.
12368
12369 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12370
12371commit 3310c549a73a949430bfda90876df7552a1dab0c
12372Author: Marian Balakowicz <m8@semihalf.com>
12373Date: Wed Mar 12 12:13:13 2008 +0100
12374
12375 [new uImage] Add new uImage format documentation and examples
12376
12377 Create doc/uImage.FIT documentation directory with the following files:
12378 - command_syntax_extensions.txt : extended command syntax description
12379 - howto.txt : short usage howto
12380 - source_file_format.txt : internal new uImage format description
12381
12382 Add example image source files:
12383 - kernel.its
12384 - kernel_fdt.its
12385 - multi.its
12386
12387 Update README appropriately.
12388
12389 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12390 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12391
12392commit 1ec73761d2e247078f4520a265d463e8b73391a2
12393Author: Marian Balakowicz <m8@semihalf.com>
12394Date: Wed Mar 12 10:35:52 2008 +0100
12395
12396 [new uImage] Fix definition of common bootm_headers_t fields
12397
12398 verify, autostart and lmb fields are used regardless of CONFIG_FIT
12399 setting, move their definitions to common section.
12400
12401 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12402
12403commit 1d1cb4270edc6a99276834064069717f9782c491
12404Author: Marian Balakowicz <m8@semihalf.com>
12405Date: Wed Mar 12 10:35:51 2008 +0100
12406
12407 [new uImage] Fix build problems on trab board
12408
12409 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12410
12411commit f773bea8e11f4a11c388dcee956b2444203e6b65
12412Author: Marian Balakowicz <m8@semihalf.com>
12413Date: Wed Mar 12 10:35:46 2008 +0100
12414
12415 [new uImage] Add proper ramdisk/FDT handling when FIT configuration is used
12416
12417 Save FIT configuration provied in the first bootm argument and use it
12418 when to get ramdisk/FDT subimages when second and third (ramdisk/FDT)
12419 arguments are not specified.
12420
12421 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12422
12423commit 2682ce8a4225f23d72bb7fed069e928dd39d34ae
12424Author: Marian Balakowicz <m8@semihalf.com>
12425Date: Wed Mar 12 10:33:01 2008 +0100
12426
12427 [new uImage] More verbose kernel image uncompress error message
12428
12429 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12430
12431commit 1372cce2b9040fb640e5032b84e3a033a22d6ff0
12432Author: Marian Balakowicz <m8@semihalf.com>
12433Date: Wed Mar 12 10:33:01 2008 +0100
12434
12435 [new uImage] Use show_boot_progress() for new uImage format
12436
12437 This patch allocates a set of show_boot_progress() IDs for new uImage format
12438 and adds show_boot_progress() calls in new uImage format handling code.
12439
12440 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12441
12442commit c28c4d193dbfb20b2dd3a5447640fd6de7fd0720
12443Author: Marian Balakowicz <m8@semihalf.com>
12444Date: Wed Mar 12 10:33:01 2008 +0100
12445
12446 [new uImage] Add new uImage fromat support to fpga command
12447
12448 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12449
12450commit 09475f7527460e426c0e0628fc5b8f3754fbaa23
12451Author: Marian Balakowicz <m8@semihalf.com>
12452Date: Wed Mar 12 10:33:01 2008 +0100
12453
12454 [new uImage] Add new uImage format handling to other bootm related commands
12455
12456 Updated commands:
12457
12458 docboot - cmd_doc.c
12459 fdcboot - cmd_fdc.c
12460 diskboot - cmd_ide.c
12461 nboot - cmd_nand.c
12462 scsiboot - cmd_scsi.c
12463 usbboot - cmd_usb.c
12464
12465 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12466
12467commit 1b7897f28d49a80d78d760ec6f6f11dc0f914338
12468Author: Marian Balakowicz <m8@semihalf.com>
12469Date: Wed Mar 12 10:33:00 2008 +0100
12470
12471 [new uImage] Add new uImage format support to imgextract command
12472
12473 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12474
12475commit 424c4abdd175d2c470510df8ce0e32d3f463ec16
12476Author: Marian Balakowicz <m8@semihalf.com>
12477Date: Wed Mar 12 10:33:00 2008 +0100
12478
12479 [new uImage] Add new uImage format support to autoscript routine
12480
12481 autoscript() routine is updated to accept second argument, which
12482 is only used for FIT images and provides a FIT subimage unit name.
12483
12484 autoscript() routine callers must now pass two arguments. For
12485 non-interactive use (like in cmd_load.c, cmd_net.c), new environment
12486 variable 'autoscript_uname' is introduced and used as a FIT
12487 subimage unit name source.
12488
12489 autoscript command accepts extended syntax of the addr argument:
12490 addr:<subimg_uname>
12491
12492 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12493
12494commit cd7c596e9f561dbbc17b717277438aee78cde14f
12495Author: Marian Balakowicz <m8@semihalf.com>
12496Date: Wed Mar 12 10:33:00 2008 +0100
12497
12498 [new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
12499
12500 This patch updates architecture specific implementations of
12501 do_bootm_linux() adding new uImage format handling for
12502 operations like get kernel entry point address, get kernel
12503 image data start address.
12504
12505 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12506
12507commit 3dfe110149311425919e6d6a14b561b4207498f1
12508Author: Marian Balakowicz <m8@semihalf.com>
12509Date: Wed Mar 12 10:32:59 2008 +0100
12510
12511 [new uImage] Add node offsets for FIT images listed in struct bootm_headers
12512
12513 This patch adds new node offset fields to struct bootm_headers
12514 and updates bootm_headers processing code to make use of them.
12515 Saved node offsets allow to avoid repeating fit_image_get_node() calls.
12516
12517 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12518
12519commit bc8ed486b125452ba3bd8344f052f437329150c5
12520Author: Marian Balakowicz <m8@semihalf.com>
12521Date: Wed Mar 12 10:32:53 2008 +0100
12522
12523 [new uImage] ppc: Add new uImage format support to FDT handling routines
12524
12525 Support for new (FIT) format uImages is added to powerpc specific
12526 boot_get_fdt() routine which now recognizes, sanity checks FIT image
12527 and is able to access data sections of the requested component image.
12528
12529 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12530
12531commit a44a269a905f924b420020506a4d7d7eedcc0eaf
12532Author: Marian Balakowicz <m8@semihalf.com>
12533Date: Wed Mar 12 10:14:57 2008 +0100
12534
12535 [new uImage] Re-enable interrupts for non automatic booting
12536
12537 Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
12538 environment variable is not set to 'yes'.
12539
12540 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12541
12542commit d985c8498c4e47095820da97aa722381d39172c5
12543Author: Marian Balakowicz <m8@semihalf.com>
12544Date: Wed Mar 12 10:14:38 2008 +0100
12545
12546 [new uImage] Remove unnecessary arguments passed to ramdisk routines
12547
12548 boot_get_ramdisk() and image_get_ramdisk() do not need all
12549 cmdtp, flag, argc and argv arguments. Simplify routines definition.
12550
12551 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12552
12553commit c87796483bc7c2900470dc747c367f602577608d
12554Author: Marian Balakowicz <m8@semihalf.com>
12555Date: Wed Mar 12 10:12:37 2008 +0100
12556
12557 [new uImage] Add new uImage format support for ramdisk handling
12558
12559 This patch updates boot_get_ramdisk() routine adding format
12560 verification and handling for new (FIT) uImages.
12561
12562 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12563
12564commit 6986a385671749ecb3f60cf99e9cbae8e47bb50e
12565Author: Marian Balakowicz <m8@semihalf.com>
12566Date: Wed Mar 12 10:01:05 2008 +0100
12567
12568 [new uImage] Add new uImage format support for kernel booting
12569
12570 New format uImages are recognized by the bootm command,
12571 validity of specified kernel component image is checked and
12572 its data section located and used for further processing
12573 (uncompress, load, etc.)
12574
12575 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12576
12577commit e32fea6adb620ecf2bd70acf2dd37e53df9d1547
12578Author: Marian Balakowicz <m8@semihalf.com>
12579Date: Tue Mar 11 12:35:20 2008 +0100
12580
12581 [new uImage] Add new uImage format support for imls and iminfo commands
12582
12583 imls and iminfo can now recognize nad print out contents of the new (FIT)
12584 format uImages.
12585
12586 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12587
12588commit 9d25438fe7d70cf35a8a293ea5e392fefc672613
12589Author: Bartlomiej Sieka <tur@semihalf.com>
12590Date: Tue Mar 11 12:34:47 2008 +0100
12591
12592 [new uImage] Add support for new uImage format to mkimage tool
12593
12594 Support for the new uImage format (FIT) is added to mkimage tool.
12595 Commandline syntax is appropriately extended:
12596
12597 mkimage [-D dtc_options] -f fit-image.its fit-image
12598
12599 mkimage (together with dtc) takes fit-image.its and referenced therein
12600 binaries (like vmlinux.bin.gz) as inputs, and produces fit-image file -- the
12601 final image that can be transferred to the target (e.g., via tftp) and then
12602 booted using the bootm command in U-Boot.
12603
12604 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12605
12606commit eb6175edd6c120d8b89678243e5a2be362ee8e40
12607Author: Marian Balakowicz <m8@semihalf.com>
12608Date: Mon Mar 10 17:53:49 2008 +0100
12609
12610 [new uImage] Make node unit names const in struct bootm_headers
12611
12612 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12613
12614commit 5dfb52138688ccbf0146f62683fe6217b3ce1b05
12615Author: Marian Balakowicz <m8@semihalf.com>
12616Date: Fri Feb 29 21:24:06 2008 +0100
12617
12618 [new uImage] New uImage low-level API
12619
12620 Add FDT-based functions for handling new format component images,
12621 configurations, node operations, property get/set, etc.
12622
12623 fit_ - routines handling global new format uImage operations
12624 like get/set top level property, process all nodes, etc.
12625 fit_image_ - routines handling component images subnodes
12626 fit_conf_ - routines handling configurations node
12627
12628 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
12629 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
12630
Wolfgang Denk0b8f2a22008-03-16 01:12:58 +010012631commit 30f1806f60978d707b0cff2d7bf89d141fc24290
12632Author: Wolfgang Denk <wd@denx.de>
12633Date: Sun Mar 9 16:20:02 2008 +0100
12634
12635 Release v1.3.2
12636
12637 Update CHANGELOG for release.
12638
12639 Signed-off-by: Wolfgang Denk <wd@denx.de>
12640
Wolfgang Denk30f18062008-03-09 16:20:02 +010012641commit 5b464c289ba715d0979b6e1f94947bb8f1068d16
12642Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12643Date: Sun Mar 9 14:52:11 2008 +0100
12644
12645 SCM: fix 'packed' attribute ignored for field of type 'can_msg_t' warnings
12646
12647 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12648 Signed-off-by: Wolfgang Denk <wd@denx.de>
12649
12650commit db695b78515ddb88a2d4f3357c120345efbf59ec
12651Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12652Date: Sun Mar 9 10:44:01 2008 +0100
12653
12654 scb9328: Fix flash warning: type qualifiers ignored on function return type
12655
12656 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12657
12658commit 2b3e7e61d6a72f16aee93f870bc6af67f30758c4
12659Author: Wolfgang Denk <wd@denx.de>
12660Date: Sun Mar 9 10:50:41 2008 +0100
12661
12662 esd/common/fpga.c: fix indentation.
12663
12664 Signed-off-by: Wolfgang Denk <wd@denx.de>
12665
12666commit cc3843e36453e2b8db65d7e56de938ba045016a0
12667Author: Wolfgang Denk <wd@denx.de>
12668Date: Sun Mar 9 10:33:31 2008 +0100
12669
12670 common/kgdb.c: fix 'dereferencing type-punned pointer' warning
12671
12672 and get rid of a couple of unneeded casts.
12673
12674 Signed-off-by: Wolfgang Denk <wd@denx.de>
12675
12676commit 8d4f4a838d7dc7cf4de17e3e9a67e2f222b6a1c8
12677Author: Wolfgang Denk <wd@denx.de>
12678Date: Sun Mar 9 10:09:53 2008 +0100
12679
12680 esd/common/fpga.c: fix 'assignment of read-only location' error
12681
12682 Signed-off-by: Wolfgang Denk <wd@denx.de>
12683
12684commit c6fe4dabac066e8758345d249032768496983a3e
12685Author: Wolfgang Denk <wd@denx.de>
12686Date: Sun Mar 9 02:13:19 2008 +0100
12687
12688 Makefile: make build silently again.
12689
12690 Signed-off-by: Wolfgang Denk <wd@denx.de>
12691
12692commit 76babc86576f092573599334c85ec543fdbc6015
12693Author: Wolfgang Denk <wd@denx.de>
12694Date: Sun Mar 9 02:07:49 2008 +0100
12695
12696 m501sk: Fix out of tree building
12697
12698 Signed-off-by: Wolfgang Denk <wd@denx.de>
12699
12700commit 210ed2004e062fdd03f25ab4925998aa1bd08a07
12701Author: Wolfgang Denk <wd@denx.de>
12702Date: Sun Mar 9 00:06:09 2008 +0100
12703
12704 ADS5121: fix out of tree build
12705
12706 and simplify Makefile a bit.
12707
12708 Signed-off-by: Wolfgang Denk <wd@denx.de>
12709
12710commit 46cb5074a3f74de64ebd97dd0c4ec7eb3d768b93
12711Author: Wolfgang Denk <wd@denx.de>
12712Date: Sat Mar 8 22:35:31 2008 +0100
12713
12714 Release v1.3.2
12715
12716 Signed-off-by: Wolfgang Denk <wd@denx.de>
12717
12718commit 78a90f827df74520e939c794fc7413dace21c4db
12719Author: Wolfgang Denk <wd@denx.de>
12720Date: Sat Mar 8 22:35:04 2008 +0100
12721
12722 Update CHANGELOG
12723
12724 Signed-off-by: Wolfgang Denk <wd@denx.de>
12725
Wolfgang Denk78a90f82008-03-08 22:35:04 +010012726commit 58f3c57c6008b42e01f551d3be6efd88c14ac87f
12727Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12728Date: Sat Mar 8 21:30:04 2008 +0100
12729
12730 esd: Fix warning: passing argument 1 of 'fpga_boot' discards qualifiers from pointer target type
12731
12732 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12733
12734commit d75469d48c05795144f4b8ba76addbb4920a7bba
12735Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12736Date: Sat Mar 8 09:25:49 2008 +0900
12737
12738 net: rtl8169: Add processing when OWNbit did't enable in rtl_recv()
12739
12740 When rtl_recv() of rtl8169 is called, OWNbit of status register
12741 is not enable occasionally.
12742 rtl_recv() doesn't work normally when the driver doesn't do
12743 appropriate processing.
12744 This patch fix this problem.
12745
12746 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
12747
12748commit 82afabfeb8ae6a27c7b396011ea99f4712aa73fa
12749Author: Heiko Schocher <hs@denx.de>
12750Date: Fri Mar 7 08:15:28 2008 +0100
12751
12752 mgsuvd: update board configuration
12753
12754 initialize the UPIOx controller.
12755
12756 Signed-off-by: Heiko Schocher <hs@denx.de>
12757
12758commit e492c90c26215e459aec0fdf0f8ef1fd204988f5
12759Author: Heiko Schocher <hs@denx.de>
12760Date: Fri Mar 7 08:13:41 2008 +0100
12761
12762 mgcoge: update board configuration
12763
12764 add support for the config Flash.
12765 initialize the UPIOx controller.
12766
12767 Signed-off-by: Heiko Schocher <hs@denx.de>
12768
12769commit 270fe261b7f9292800b2b3d1bf19ae7cbc880258
12770Author: Kim Phillips <kim.phillips@freescale.com>
12771Date: Fri Mar 7 12:27:31 2008 -0600
12772
12773 mpc83xx: make dtb basename file references equal those of linux
12774
12775 the dts file basenames were updated in linux - this helps avoid
12776 inadvertently loading any old dtbs laying around.
12777
12778 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12779
12780commit f30b6154f16f5ffa4a9f5bfca5e114d72b6ef675
12781Author: Kim Phillips <kim.phillips@freescale.com>
12782Date: Wed Feb 27 16:08:22 2008 -0600
12783
12784 net: uec_phy: actually increment the timeout counter
12785
12786 allow u-boot to recover (and, e.g., switch to another interface) in the
12787 case where a PHY does not report autonegotiation is complete within its
12788 two second timeout value.
12789
12790 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
12791
12792commit 772003e43957ee0c895abed7cd82cbe72820cbb8
12793Author: Markus Brunner <super.firetwister@googlemail.com>
12794Date: Wed Mar 5 21:38:12 2008 +0100
12795
12796 fix taihu soft spi_read
12797
12798 The taihu board used gpio_read_out_bit which reads the output register and not
12799 the pin state.
12800
12801 Signed-off-by: Markus Brunner <super.firetwister@gmail.com>
12802
12803commit fc84a8495ac750f6b4adae81f8c4f100f65b6340
12804Author: Stefan Roese <sr@denx.de>
12805Date: Fri Mar 7 08:01:43 2008 +0100
12806
12807 ppc4xx: Sequoia: Add device tree (fdt) Linux booting default env variables
12808
12809 Signed-off-by: Stefan Roese <sr@denx.de>
12810
12811commit bd4458cb47abecabd406b1210457be96c69fc49d
12812Author: Dave Liu <r63238@freescale.com>
12813Date: Tue Mar 4 16:59:22 2008 +0800
12814
12815 837xEMDS: Improve the system performance
12816
12817 1. Make the CSB bus pipeline depth as 4, and enable
12818 the repeat mode;
12819 2. Raise the eTSEC emergency priority;
12820 3. Use the highest IP blocks clock.
12821
12822 Signed-off-by: Dave Liu <daveliu@freescale.com>
12823
12824commit d8ab58b212481b1c57947ea21aa96c4ce800d0b4
12825Author: Detlev Zundel <dzu@denx.de>
12826Date: Thu Mar 6 16:45:53 2008 +0100
12827
12828 Replace "run load; run update" with conditionalized "run load update".
12829
12830 The latter version stops when "run load" fails for whatever reasons
12831 rendering the combination *a lot* more secure.
12832
12833 Signed-off-by: Detlev Zundel <dzu@denx.de>
12834
12835commit 6bc113886d7d316df1a4e459bec8baf027518551
12836Author: Stefan Roese <sr@denx.de>
12837Date: Tue Mar 4 17:40:41 2008 +0100
12838
12839 net: Print error message upon net usage when no ethernet-interface is found
12840
12841 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12842 defined. Then no ethernet interface is available but a simple "tftp"
12843 command will return without any error message which is quite confusing.
12844
12845 Signed-off-by: Stefan Roese <sr@denx.de>
12846
12847commit a30a549a3553032d809e0356306b62de0b125901
12848Author: Jon Loeliger <jdl@freescale.com>
12849Date: Tue Mar 4 10:03:03 2008 -0600
12850
12851 Remove erroneous or extra spd.h #includers.
12852
12853 Many of the spd.h #includers don't need it,
12854 and wanted to have spd_sdram() declared instead.
12855 Since they didn't get that, some also had open
12856 coded extern declarations of it instead or as well.
12857 Fix it all up by using spd_sdram.h where needed.
12858
12859 Signed-off-by: Jon Loeliger <jdl@freescale.com>
12860
12861commit a4475386cef14af3fd88f0518b688e755669486d
12862Author: Wolfgang Denk <wd@denx.de>
12863Date: Tue Mar 4 17:41:28 2008 +0100
12864
12865 PCS440EP: fix build problems (redundant #define)
12866
12867 Signed-off-by: Wolfgang Denk <wd@denx.de>
12868
12869commit e85e2fa85ec09a6fac2846d1d881d8737e2bbda9
12870Author: Stefan Roese <sr@denx.de>
12871Date: Tue Mar 4 17:39:25 2008 +0100
12872
12873 net: Print error message upon net usage when no ethernet-interface is found
12874
12875 This patch fixes a problem seen on PPC4xx boards, when no MAC address is
12876 defined. Then no ethernet interface is available but a simple "tftp"
12877 command will return without any error message which is quite confusing.
12878
12879 Signed-off-by: Stefan Roese <sr@denx.de>
12880
12881commit 384faaafb999cae3ce447c93e28a0b7e2e5fef53
12882Author: Wolfgang Denk <wd@denx.de>
12883Date: Tue Mar 4 17:38:50 2008 +0100
12884
12885 W7OLMC/W7OLMG: fix build problems (redundant #define)
12886
12887 Signed-off-by: Wolfgang Denk <wd@denx.de>
12888
12889commit f9301e1cda296245ba052d7b08321199c3d0af9d
12890Author: Wolfgang Denk <wd@denx.de>
12891Date: Tue Mar 4 14:58:31 2008 +0100
12892
12893 Makefile: fix problem with out-of-tree builds introduced by 5013c09f
12894
12895 Commit 5013c09f (Makefile: cleanup "clean" target) introduced a
12896 problem for out-of-tree builds which caused "make clean" to fail.
12897
12898 Signed-off-by: Wolfgang Denk <wd@denx.de>
12899
12900commit dfece9500556bed5d8244b1c15d973cec7c25bfe
12901Author: Wolfgang Denk <wd@denx.de>
12902Date: Tue Mar 4 11:58:26 2008 +0100
12903
12904 examples/Makefile: build "hello_world" on 8xx, too.
12905
12906 Signed-off-by: Wolfgang Denk <wd@denx.de>
12907
12908commit 74eb0222594fd23aafdf168e60e872814eea8b62
12909Author: Mike Nuss <mike@terascala.com>
12910Date: Mon Mar 3 15:27:05 2008 -0500
12911
12912 PPC4xx (Sequoia): Fix Ethernet "remote fault" problems
12913
12914 Every now and then a Sequoia board (or equivalent hardware) had
12915 problems connecting to a Gigabit capable network interface.
12916
12917 There were differences in the PHY setup between Linux and U-Boot.
12918
12919 This patch fixes the problem. Apparently "remote fault" is being set,
12920 which signals to some devices (on the other end of the cable) that a
12921 fault has occurred, while other devices ignore it. I believe the RF bit
12922 was causing the issue, but I removed T4 also, to match up with Linux.
12923
12924 Signed-off-by: Mike Nuss <mike@terascala.com>
12925
12926commit 491fb6dea9f52fdb9cb5996e8e978b9e9685179f
12927Author: Timur Tabi <timur@freescale.com>
12928Date: Mon Mar 3 09:58:52 2008 -0600
12929
12930 fix QE firmware uploading limit
12931
12932 Fix a typo in qe_upload_firmware() that prevented uploading firmware on
12933 systems with more than one RISC core.
12934
12935 Signed-off-by: Timur Tabi <timur@freescale.com>
12936
12937commit 42ba58e0c302b339a3c2faa6006a013c6f186b7a
12938Author: Bernhard Nemec <bnemec@ganssloser.com>
12939Date: Mon Mar 3 11:57:23 2008 +0000
12940
12941 Fix endianess problem in cramfs code (cramfs is always host-endian in Linux)
12942
12943 Originally pointed out by Laurent Pinchart <laurent.pinchart@tbox.biz>,
12944 see http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/22846
12945
Wolfgang Denk01db2322008-06-28 23:16:01 +020012946 Signed-off-by: Bernhard Nemec <bnemec <at> ganssloser.com>
Wolfgang Denk78a90f82008-03-08 22:35:04 +010012947
12948commit 84d0c2f1e39caff58bf765a7ab7c72da23c25ec8
12949Author: Kim B. Heino <Kim.Heino@bluegiga.com>
12950Date: Mon Mar 3 10:39:13 2008 +0200
12951
12952 fix copy from ram to dataflash
12953
12954 If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
12955 routines instead of dataflash. This is because it checks "if source
12956 address is not dataflash" instead of target address.
12957
12958 Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>
12959
12960commit 32bf3d143a888f8deacfdcc97e898f6c06d0aea4
12961Author: Wolfgang Denk <wd@denx.de>
12962Date: Mon Mar 3 12:16:44 2008 +0100
12963
12964 Fix quoting problem (preboot setting) in many board config files.
12965
12966 Signed-off-by: Wolfgang Denk <wd@denx.de>
12967
12968commit 5b0b2b6fc9fe22e3864c2a57316d91a2507ec215
12969Author: Wolfgang Denk <wd@denx.de>
12970Date: Mon Mar 3 12:36:49 2008 +0100
12971
12972 ADS5121: Fix default environment.
12973
12974 Signed-off-by: Wolfgang Denk <wd@denx.de>
12975
12976commit 91c82076ae492bb1f9d9c47a481314631d32dc8e
12977Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12978Date: Sun Mar 2 16:12:31 2008 +0100
12979
12980 Makefile: Fix missing unconfig and mkconfig use
12981
12982 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
12983
12984commit 8ce4e5c2c02cb7e8adddf7b651d3050d81ce4c1d
12985Author: michael <trimarchi@gandalf.sssup.it>
12986Date: Sun Mar 2 23:33:46 2008 +0100
12987
12988 Fix checking fat32 cluster size.
12989
12990 This fixes the cluster size tests in the FAT32 file system.
12991 The current implementation of VFAT support doesn't work if the
12992 referred cluster has an offset > 16bit representation, causing
12993 "fatload" and "fatls" commands etc. to fail.
12994
12995 Signed-off-by: michael trimarchi <trimarchi@gandalf.sssup.it>
12996
12997commit 661bad63a076a96c39c64f136915f146725af92b
12998Author: Wolfgang Denk <wd@denx.de>
12999Date: Sun Mar 2 22:57:23 2008 +0100
13000
13001 Prepare v1.3.2-rc2 release candidate
13002
13003 Signed-off-by: Wolfgang Denk <wd@denx.de>
13004
Wolfgang Denk661bad62008-03-02 22:57:23 +010013005commit 76957cb3d621bf664311908e5962e151c633c285
13006Author: Stefan Roese <sr@denx.de>
13007Date: Sat Mar 1 12:11:40 2008 +0100
13008
13009 ppc4xx: EMAC: Fix 405EZ fifo size setup in EMAC_MR1
13010
13011 The 405EZ only supports 512 bytes of rx-/tx-fifo EMAC sizes. But
13012 currently 4k/2k is configured. This patch fixes this issue.
13013
13014 Thanks to Thomas Kindler <tkindler@lenord.de> for pointing this out.
13015
13016 Signed-off-by: Stefan Roese <sr@denx.de>
13017
13018commit 118978c8eb43803e2794233922df4249fa278b83
13019Author: Woodruff, Richard <r-woodruff2@ti.com>
13020Date: Fri Feb 29 17:34:35 2008 -0600
13021
13022 Fix alignment error on ARM for modules
13023
13024 Fix alignment fault on ARM when running modules. With out an explicit
13025 linker file gcc4.2.1 will half word align __bss_start's value. The word
13026 dereference will crash hello_world.
13027
13028 signed-off-by Richard Woodruff <r-woodruff2@ti.com>
13029
13030commit ce1120dd703e6f12c59e4eba9962356a0300b832
13031Author: Dave Liu <r63238@freescale.com>
13032Date: Fri Feb 29 17:45:31 2008 +0800
13033
13034 fs: Fix ext2 read issue
13035
13036 The ext2 aligned process will corrupt the key
13037 data struct, the patch fix this.
13038
13039 Signed-off-by: Dave Liu <daveliu@freescale.com>
13040
13041commit 5013c09f7a5675952a3ca88b6bc6c924e63af33e
13042Author: Wolfgang Denk <wd@denx.de>
13043Date: Sun Mar 2 22:45:33 2008 +0100
13044
13045 Makefile: cleanup "clean" target
13046
13047 Make sure CDPATH settings cannot interfere.
13048 Update CHANGELOG.
13049
13050 Signed-off-by: Wolfgang Denk <wd@denx.de>
13051
Wolfgang Denk5013c092008-03-02 22:45:33 +010013052commit ffda586fc1373243c9794babde69500f6293a8d8
13053Author: Li Yang <leoli@freescale.com>
13054Date: Fri Feb 29 11:46:05 2008 +0800
13055
13056 add cscope build target
13057
13058 Add cscope build target to generate cscope database for code browsing.
13059
13060 Signed-off-by: Li Yang <leoli@freescale.com>
13061
13062commit f655adef65e4cf6b929054b049ee19ae9b5ccbe2
13063Author: Kim Phillips <kim.phillips@freescale.com>
13064Date: Wed Feb 27 15:06:39 2008 -0600
13065
13066 net: uec_phy: handle 88e1111 rev.B2 erratum 5.6
13067
13068 erratum 5.6 states the autoneg completion bit is functional only if the
13069 autoneg bit is asserted.
13070
13071 This fixes any secondarily-issued networking commands on non-gigabit
13072 links on the mpc8360 mds board.
13073
13074 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
13075
13076commit 5f91db7f582ca17b1f19f10189c025696f333d2e
13077Author: John Rigby <jrigby@freescale.com>
13078Date: Tue Feb 26 09:38:14 2008 -0700
13079
13080 MPC5121e ADS PCI support take 3
13081
13082 Adds PCI support for MPC5121
13083
13084 Tested with drivers/net/rtl8139.c
13085
13086 Support is conditional since PCI on old silicon does not work.
13087
13088 ads5121_PCI_config turns on PCI
13089
13090 In this version, condition compilation of PCI code has been moved
13091 from ifdef in board/ads5121/pci.c to board/ads5121/Makefile as
13092 suggested by Jean-Christophe PLAGNIOL-VILLARD
13093
13094 Signed-off-by: John Rigby <jrigby@freescale.com>
13095
13096commit 44b4dbed4133f657705b7c5193209da9978243a7
13097Author: Anatolij Gustschin <agust@denx.de>
13098Date: Mon Feb 25 23:53:07 2008 +0100
13099
13100 Fix warnings while compilation of post/drivers/memory.c
13101
13102 Fix warnings while compilation with new gcc in eldk-4.2
13103
13104 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13105
13106commit 4fae35a53b3e958254d6574a1cc7e10811fc6726
13107Author: Anatolij Gustschin <agust@denx.de>
13108Date: Mon Feb 25 20:54:04 2008 +0100
13109
13110 ppc4xx: Fix problem in 4xx_enet.c driver
13111
13112 U-Boot crashes in the net loop if CONFIG_4xx_DCACHE is
13113 enabled. To reproduce the problem ensure that 'ethrotate'
13114 environment variable isn't set to "no" and then run
13115 "tftp 200000 not_existent_file".
13116 This patch tries to fix the issue.
13117
13118 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13119
13120commit 60ec654c5eb80d0fe0c38a3bd42140215bc06484
13121Author: Anatolij Gustschin <agust@denx.de>
13122Date: Mon Feb 25 20:04:20 2008 +0100
13123
13124 POST: Disable cache while SPR POST
13125
13126 Currently (since commit b2e2142c) u-boot crashes on
13127 sequoia board while SPR test if CONFIG_4xx_DCACHE is
13128 enabled. This patch disables the cache while SPR test.
13129
13130 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13131
13132commit c313b2c6c555e7d89ec59bd51c59ab164ad0105d
13133Author: Martin Krause <martin.krause@tqs.de>
13134Date: Mon Feb 25 17:52:40 2008 +0100
13135
13136 TQM5200: use automatic fdt memory fixup (part 2)
13137
13138 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13139 TB5200 and TB5200_B to fixup the /memory node with the memory values
13140 detected by U-Boot.
13141
13142 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13143
13144commit 44ceec253ea941b301abf4b079d52324def69d92
13145Author: Martin Krause <martin.krause@tqs.de>
13146Date: Mon Feb 25 15:17:05 2008 +0100
13147
13148 TQM5200: use automatic fdt memory fixup
13149
13150 Call fdt_fixup_memory() on the boards TQM5200, TQM5200_B, TQM5200S,
13151 TB5200 and TB5200_B to fixup the /memory node with the memory values
13152 detected by U-Boot.
13153
13154 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13155
13156commit f3a329acb26017d8e10e9c93e1e726c2a5ac634a
13157Author: Martin Krause <martin.krause@tqs.de>
13158Date: Mon Feb 25 13:27:52 2008 +0100
13159
13160 TQM5200: fix bug in SDRAM initialization code
13161
13162 This patch fixes a bug in the SDRAM initialization code for the
13163 TQM5200. The hi_addr bit is now set correctly. Without this patch
13164 the hi_addr bit is always set to 1, if the second SDRAM bank is
13165 not populated.
13166
13167 For other MPC5200 boards a correspondig patch has already been applied
13168 some time ago, see commit a63109281ad41b0fb489fdcb901171f76bcdbc2c.
13169
13170 Signed-off-by: Martin Krause <martin.krause@tqs.de>
13171 --
13172 Forget the first patch please. I confused flash with SDRAM in
13173 the comment ...
13174
13175commit 217bf6b6a313d9ccb619a4dbc09f73f77cd48df1
13176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13177Date: Mon Feb 25 00:03:12 2008 +0100
13178
13179 mx1fs2/flash: Fix multiple compiler warnings
13180
13181 "pointer targets in assignment differ in signedness"
13182
13183 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13184
13185commit 5599c28cef55be42a8ca6fa8086b1a44e56a85d2
13186Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13187Date: Mon Feb 25 00:03:11 2008 +0100
13188
13189 arm-imx: Fix register definitions
13190
13191 Sync register definitions with linux
13192
13193 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13194
13195commit c9bcf75fecc58886af77d2a571cff2eab39eab6f
13196Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13197Date: Mon Feb 25 00:03:10 2008 +0100
13198
13199 actua1/actua2/actua3: Fix multiple unused variable warnings
13200
13201 - actua1:
13202 actux1.c: In function 'checkboard':
13203 actux1.c:92: warning: unused variable 'revision'
13204
13205 - actua2:
13206 actux2.c: In function 'checkboard':
13207 actux2.c:100: warning: unused variable 's'
13208 actux2.c:99: warning: unused variable 'revision'
13209 actux2.c: In function 'reset_phy':
13210 actux2.c:130: warning: unused variable 'i'
13211
13212 - actua3:
13213 actux3.c: In function 'checkboard':
13214 actux3.c:114: warning: unused variable 'revision'
13215
13216 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13217
13218commit f8fa6368a6a0c02164da8e2f52f18d457c6977bd
13219Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13220Date: Sun Feb 24 11:44:29 2008 +0900
13221
13222 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13223
13224 The previous patch was lacking of i386, microblaze, nios and nios2. This
13225 patch tries to fix them.
13226
13227 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13228
Wolfgang Denk438a4c12008-03-26 11:48:46 +010013229commit 05e07b1ea22844e946cfcf7d5e8a0199d18d2a95
13230Author: Marian Balakowicz <m8@semihalf.com>
13231Date: Fri Feb 29 22:22:46 2008 +0100
13232
13233 [new uImage] Fix FDT blob totalsize calculation in boot_relocate_fdt()
13234
13235 Do not use global fdt blob pointer, calculate blob size from routine
13236 argument blob pointer.
13237
13238 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13239
13240commit d1cc52879c8966507dad9fb575481e6d3985e64e
13241Author: David Gibson <david@gibson.dropbear.id.au>
13242Date: Tue Feb 12 00:58:31 2008 +1100
13243
13244 libfdt: Add and use a node iteration helper function.
13245
13246 This patch adds an fdt_next_node() function which can be used to
13247 iterate through nodes of the tree while keeping track of depth. This
13248 function is used to simplify the iteration code in a lot of other
13249 functions, and is also exported for use by library users.
13250
13251 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
13252
13253commit 8cf30809a82902a471866d2f07725ce3b8a22291
13254Author: Bartlomiej Sieka <tur@semihalf.com>
13255Date: Fri Feb 29 16:00:24 2008 +0100
13256
13257 [new uImage] Add libfdt support to mkimage
13258
13259 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13260
13261commit a6e530f00d31a8494a0422799b2b9a692a9c0eb9
13262Author: Bartlomiej Sieka <tur@semihalf.com>
13263Date: Fri Feb 29 16:00:23 2008 +0100
13264
13265 [new uImage] Add sha1.o object to mkimage binary build
13266
13267 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
13268
13269commit df6f1b895c997978f03afe04502ee76b7ba34ab9
13270Author: Marian Balakowicz <m8@semihalf.com>
13271Date: Fri Feb 29 16:00:06 2008 +0100
13272
13273 [new uImage] Fix component handling for legacy multi component images
13274
13275 Use uint32_t when accessing size table in image_multi_count() and
13276 image_multi_getimg() for multi component images.
13277
13278 Add missing uimage_to_cpu() endianness conversion.
13279
13280 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13281
13282commit 570abb0ad120f6002bcaa3cf6f32bd4ca2e1b248
13283Author: Marian Balakowicz <m8@semihalf.com>
13284Date: Fri Feb 29 15:59:59 2008 +0100
13285
13286 [new uImage] Share common uImage code between mkimage and U-boot
13287
13288 This patch adds the following common routines:
13289
13290 1) Dedicated mkimage print_header() is replaced with common
13291 image_print_contents()
13292 image_print_contents_noindent()
13293
13294 2) Common os/arch/type/comp fields name <--> id translation routines
13295 genimg_get_os_name()
13296 genimg_get_arch_name()
13297 genimg_get_type_name()
13298 genimg_get_comp_name()
13299 genimg_get_os_id()
13300 genimg_get_arch_id()
13301 genimg_get_type_id()
13302 genimg_get_comp_id()
13303
13304 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13305
13306commit 9a4daad0a35eb5143037eea9f786a3e9d672bdd6
13307Author: Marian Balakowicz <m8@semihalf.com>
13308Date: Fri Feb 29 14:58:34 2008 +0100
13309
13310 [new uImage] Update naming convention for bootm/uImage related code
13311
13312 This patch introduces the following prefix convention for the
13313 image format handling and bootm related code:
13314
13315 genimg_ - dual format shared code
13316 image_ - legacy uImage format specific code
13317 fit_ - new uImage format specific code
13318 boot_ - booting process related code
13319
13320 Related routines are renamed and a few pieces of code are moved around and
13321 re-grouped.
13322
13323 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13324
13325commit 75fa002c47171b73fb4c1f2c2fe4d6391c136276
13326Author: Kumar Gala <galak@kernel.crashing.org>
13327Date: Wed Feb 27 21:51:51 2008 -0600
13328
13329 [new uImage] Respect autostart setting in linux bootm
13330
13331 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13332 Acked-by: Marian Balakowicz <m8@semihalf.com>
13333
13334commit d3f2fa0d278467b2232e4eb2372f905c3febfbeb
13335Author: Kumar Gala <galak@kernel.crashing.org>
13336Date: Wed Feb 27 21:51:50 2008 -0600
13337
13338 [new uImage] Provide ability to restrict region used for boot images
13339
13340 Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
13341 to restrict what memory range is used for bootm.
13342
13343 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13344 Acked-by: Marian Balakowicz <m8@semihalf.com>
13345
13346commit e822d7fc4dd4755d4d0a22f05e33f33d1a0481da
13347Author: Kumar Gala <galak@kernel.crashing.org>
13348Date: Wed Feb 27 21:51:49 2008 -0600
13349
13350 [new uImage] Use lmb for bootm allocations
13351
13352 Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
13353 functions over to using lmb for allocation of the ramdisk, command line
13354 and kernel bd info.
13355
13356 Convert PPC specific fdt_relocate() to use lmb for allocation of the device
13357 tree.
13358
13359 Provided a weak function that board code can call to do additional
13360 lmb reserves if needed.
13361
13362 Also introduce the concept of bootmap_base to specify the offset in
13363 physical memory that the bootmap is located at. This is used for
13364 allocations of the cmdline, kernel bd, and device tree as they should
13365 be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.
13366
13367 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13368
13369commit f5614e7926863bf0225ec860d9b319741a9c4004
13370Author: Kumar Gala <galak@kernel.crashing.org>
13371Date: Wed Feb 27 21:51:48 2008 -0600
13372
13373 [new uImage] Add autostart flag to bootm_headers structure
13374
13375 The autostart env variable was dropped as part of the initial new uImage
13376 cleanup. Add it back here so the arch specific code can decide if it
13377 wants to really boot or not.
13378
13379 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13380 Acked-by: Marian Balakowicz <m8@semihalf.com>
13381
13382commit 4ed6552f715983bfc7d212c1199a1f796f1144ad
13383Author: Kumar Gala <galak@kernel.crashing.org>
13384Date: Wed Feb 27 21:51:47 2008 -0600
13385
13386 [new uImage] Introduce lmb from linux kernel for memory mgmt of boot images
13387
13388 Introduce the LMB lib used on PPC in the kernel as a clean way to manage
13389 the memory spaces used by various boot images and structures. This code
13390 will allow us to simplify the code in bootm and its support functions.
13391
13392 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13393
13394commit 4648c2e7a173b0d7f17bef4adaa0623090c9e904
13395Author: Kumar Gala <galak@kernel.crashing.org>
13396Date: Tue Feb 19 22:03:47 2008 -0600
13397
13398 [new uImage] ppc: Allow boards to specify effective amount of memory
13399
13400 For historical reasons we limited the stack to 256M because some boards
13401 could only map that much via BATS. However newer boards are capable of
13402 mapping more memory (for example 85xx is capable of doing up to 2G).
13403
13404 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13405 Acked-by: Marian Balakowicz <m8@semihalf.com>
13406
13407commit 274cea2bddbca10cdad7daa518951b75c44ef6bc
13408Author: Kumar Gala <galak@kernel.crashing.org>
13409Date: Wed Feb 27 21:51:46 2008 -0600
13410
13411 [new uImage] rework error handling so common functions don't reset
13412
13413 Changed image_get_ramdisk() to just return NULL on error and have
13414 get_ramdisk() propogate that error to the caller. It's left to the
13415 caller to call do_reset() if it wants to.
13416
13417 Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
13418 to a common location. In the future we will change get_fdt() and
13419 fdt_relocate() to return success/failure and not call do_reset() at all.
13420
13421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13422 Acked-by: Marian Balakowicz <m8@semihalf.com>
13423
13424commit d2bc095a639672def11d5d043b5688d0dbd692ec
13425Author: Kumar Gala <galak@kernel.crashing.org>
13426Date: Wed Feb 27 21:51:45 2008 -0600
13427
13428 [new uImage] ppc: Re-order ramdisk/fdt handling sequence
13429
13430 Doing the fdt before the ramdisk allows us to grow the fdt w/o concern
13431 however it does mean we have to go in and fixup the initrd info since
13432 we don't know where it will be.
13433
13434 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13435
13436commit 27953493ef025fb698d68c5dee39b36f01f4d530
13437Author: Kumar Gala <galak@kernel.crashing.org>
13438Date: Wed Feb 27 21:51:44 2008 -0600
13439
13440 [new uImage] ppc: Determine if we are booting an OF style
13441
13442 If we are bootin OF style than we can skip setting up some things
13443 that are used for the old boot method.
13444
13445 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13446 Acked-by: Marian Balakowicz <m8@semihalf.com>
13447
13448commit a6612bdfe7ef37b9787b66800cf02aaded05fbeb
13449Author: Kumar Gala <galak@kernel.crashing.org>
13450Date: Wed Feb 27 21:51:43 2008 -0600
13451
13452 [new uImage] Don't pass kdb to ramdisk_high since we may not have one
13453
13454 We don't actually need the kdb param as we are just using it to get
13455 bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
13456 boot via OF we might not actually fill out a kdb.
13457
13458 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13459 Acked-by: Marian Balakowicz <m8@semihalf.com>
13460
Wolfgang Denk5013c092008-03-02 22:45:33 +010013461commit 2b22fa4baee51e6b467c44ea1be0d1ecd86e8775
13462Author: Kumar Gala <galak@kernel.crashing.org>
13463Date: Wed Feb 27 16:30:47 2008 -0600
13464
13465 85xx: Don't icbi when unlocking the cache
13466
13467 There is no reason to icbi when invalidating the temporary stack in
13468 the d-cache. Its impossible on e500 to have the i-cache contain
13469 any addresses in the temp stack and it can be problematic in generating
13470 transactions on the bus to non-valid addresses.
13471
13472 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13473
13474commit 534ea6b6f86f8b75ef2ac061ef110a98f103d7d6
13475Author: Andy Fleming <afleming@freescale.com>
13476Date: Wed Feb 27 15:50:50 2008 -0600
13477
13478 Fix source for ECM error IVPR
13479
13480 The source vector for the ECM was being set to 2,
13481 but that's what the source vector for DDR was being
13482 set to. Change it to 1.
13483
13484 Signed-off-by: Andy Fleming <afleming@freescale.com>
13485
13486commit 21fae8b2b4e4e6e648796e07e20ab13e9cb18923
13487Author: Andy Fleming <afleming@freescale.com>
13488Date: Wed Feb 27 14:29:58 2008 -0600
13489
13490 Invalidate INIT_RAM TLB mappings
13491
13492 Commit 0db37dc... (and some others) changed the INIT_RAM TLB
13493 mappings to be unguarded. This collided with an existing "bug"
13494 where the mappings for the INIT_RAM were being kept around.
13495 This meant that speculative loads to those addresses were
13496 succeeding in the TLB, and going out to the bus, where they
13497 were causing an exception (there's nothing at that address). The
13498 Flash code was coincidentally causing such a speculative load.
13499 Rather than go back to mapping the INIT RAM as guarded, we fix
13500 it so that the entries for the INIT_RAM are invalidated. Thus
13501 the speculative loads will fail in the TLB, and have no effect.
13502
13503 Signed-off-by: Andy Fleming <afleming@freescale.com>
13504
13505commit 347b7938d3e561eb215aa386c37fb5acb5a383c6
13506Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13507Date: Sun Feb 17 22:56:17 2008 +0100
13508
13509 sbc8548: Fix Revision reading and unused variable 'path'
13510
13511 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13512
13513commit 495d162374c472f46454453553382ad0735dc725
13514Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13515Date: Sun Feb 17 22:56:16 2008 +0100
13516
13517 sbc8548: Fix cfi flash bank declaration
13518
13519 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13520
Wolfgang Denk438a4c12008-03-26 11:48:46 +010013521commit 4efbe9dbb129f857f27856936112c8c02f016be6
13522Author: Marian Balakowicz <m8@semihalf.com>
13523Date: Wed Feb 27 11:02:26 2008 +0100
13524
13525 [new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled
13526
13527 Dual format image code must properly handle all three FDT passing methods:
13528 - raw FDT blob passed
13529 - FDT blob embedded in the legacy uImage
13530 - FDT blob embedded in the new uImage
13531
13532 This patch enables proper raw FDT handling when no FIT imaeg support
13533 is compiled in. This is a bit tricky as we must dected FIT format even
13534 when FIT uImage handling is not enabled as both FIT uImages and raw FDT
13535 blobs use tha same low level format (libfdt).
13536
13537 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13538
13539commit ff0734cff0fb5397ce2f4602f4f3e5ec9c8a36e8
13540Author: Marian Balakowicz <m8@semihalf.com>
13541Date: Wed Feb 27 11:02:26 2008 +0100
13542
13543 [new uImage] POWERPC: Add image_get_fdt() routine
13544
13545 FDT blob may be passed either: (1) raw (2) or embedded in the legacy uImage
13546 (3) or embedded in the new uImage. For the (2) case embedding image must be
13547 verified before we get FDT from it. This patch factors out legacy image
13548 specific verification routine to the separate helper routine.
13549
13550 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13551 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13552
13553commit 1efd43601f90de21ec6c0ebb9880823e822927b1
13554Author: Marian Balakowicz <m8@semihalf.com>
13555Date: Wed Feb 27 11:02:07 2008 +0100
13556
13557 [new uImage] Add image_get_kernel() routine
13558
13559 Legacy image specific verification is factored out to a separate helper
13560 routine to keep get_kernel() generic and simple.
13561
13562 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13563 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13564
13565commit 8a5ea3e6168fe6a2780eeaf257a3b19f30dec658
13566Author: Marian Balakowicz <m8@semihalf.com>
13567Date: Wed Feb 27 11:01:04 2008 +0100
13568
13569 [new uImage] Move image verify flag to bootm_headers structure
13570
13571 Do not pass image verification flag directly to related routines.
13572 Simplify argument passing and move it to the bootm_header structure which
13573 contains curently processed image specific data and is already being passed
13574 on the argument list.
13575
13576 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13577 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13578
13579commit 823afe7cefe00dafefc6696c1cc7aa828c394234
13580Author: Marian Balakowicz <m8@semihalf.com>
13581Date: Wed Feb 27 11:00:47 2008 +0100
13582
13583 [Makefile] Sort COBJS in lib_<arch> Makefiles
13584
13585 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13586
13587commit 6f0f9dfc4ee880fbf400a2ebe14238181a6c3f91
13588Author: Marian Balakowicz <m8@semihalf.com>
13589Date: Wed Feb 27 11:00:47 2008 +0100
13590
13591 [new uImage] Optimize gen_get_image() flow control
13592
13593 When CONFIG_HAS_DATAFLASH is not defined gen_get_image() routine has nothing
13594 to do, update its control flow to better reflect that simple case.
13595
13596 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13597 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13598
13599commit d2ced9eb19ec74f4a359949dbe353427fa6d55ca
13600Author: Marian Balakowicz <m8@semihalf.com>
13601Date: Mon Feb 4 08:28:17 2008 +0100
13602
13603 [new uImage] POWERPC: Split get_fdt() into get and relocate routines
13604
13605 PPC specific FDT blob handling code is divided into two separate routines:
13606
13607 get_fdt() - find and verify a FDT blob (either raw or image embedded)
13608 fdt_relocate() - move FDT blob to within BOOTMAP if needed
13609
13610 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13611 Acked-by: Kumar Gala <galak@kernel.crashing.org>
13612
Wolfgang Denk5013c092008-03-02 22:45:33 +010013613commit 33fa5c0bfaf465de8ceb23fcd6b397f68b35a817
13614Author: Jon Loeliger <jdl@freescale.com>
13615Date: Mon Feb 25 13:13:37 2008 -0600
13616
13617 86xx: Fix renamed GUR symbols in sbc8641d board.
13618
13619 Back in commit a551cee99ad1d1da20fd23ad265de47448852f56
13620 (86xx: Fix GUR PCI config registers properly), we should have
13621 changed the MPC86xx_PORBMSR_HA and MPC86xx_PORDEVSR_IO_SEL
13622 symbols in the sbc8641d board as well. Fix this oversight.
13623
13624 Signed-off-by: Jon Loeliger <jdl@freescale.com>
13625
13626commit 64cd594e623c39f73964d18787763e4533f791f7
13627Author: Stefan Roese <sr@denx.de>
13628Date: Mon Feb 25 16:50:48 2008 +0100
13629
13630 ppc4xx: Fix acadia_nand build problem
13631
13632 Don't include testdram() on NAND-booting target acadia_nand. This saves
13633 a few bytes and makes the target build clean again.
13634
13635 Signed-off-by: Stefan Roese <sr@denx.de>
13636
13637commit 14e099e698d41e8179d05c2b2dbcf704a236f748
13638Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13639Date: Sun Feb 24 23:03:12 2008 +0000
13640
13641 mx1fs2/flash: Fix multiple pointertargets in assignment differ in signedness
13642
13643 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13644
13645commit 724902c8464e610642b3a170278b99710325888e
13646Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13647Date: Sun Feb 24 23:03:11 2008 +0000
13648
13649 arm-imx: Fix registers definition
13650
13651 Sync registers definition with linux
13652
13653 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13654
13655commit 4cd288b589ea1178947c6e364453c32b3dede6b7
13656Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13657Date: Sun Feb 24 23:03:10 2008 +0000
13658
13659 actua1/actua2/actua3: Fix multipleunused variable
13660
13661 - actua1:
13662 actux1.c: In function 'checkboard':
13663 actux1.c:92: warning: unused variable 'revision'
13664
13665 - actua2:
13666 actux2.c: In function 'checkboard':
13667 actux2.c:100: warning: unused variable 's'
13668 actux2.c:99: warning: unused variable 'revision'
13669 actux2.c: In function 'reset_phy':
13670 actux2.c:130: warning: unused variable 'i'
13671
13672 - actua3:
13673 actux3.c: In function 'checkboard':
13674 actux3.c:114: warning: unused variable 'revision'
13675
13676 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13677
Wolfgang Denk438a4c12008-03-26 11:48:46 +010013678commit d5934ad7756f038a393a9cfab76a4fe306d9d930
13679Author: Marian Balakowicz <m8@semihalf.com>
13680Date: Mon Feb 4 08:28:09 2008 +0100
13681
13682 [new uImage] Add dual format uImage support framework
13683
13684 This patch adds framework for dual format images. Format detection is added
13685 and the bootm controll flow is updated to include cases for new FIT format
13686 uImages.
13687
13688 When the legacy (image_header based) format is detected appropriate
13689 legacy specific handling is invoked. For the new (FIT based) format uImages
13690 dual boot framework has a minial support, that will only print out a
13691 corresponding debug messages. Implementation of the FIT specific handling will
13692 be added in following patches.
13693
13694 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13695
Wolfgang Denk5013c092008-03-02 22:45:33 +010013696commit b29661fc1151077776454288051bc9a488351ce8
13697Author: Wolfgang Denk <wd@denx.de>
13698Date: Sun Feb 24 15:21:36 2008 +0100
13699
13700 Coding style cleanup. Prepare v1.3.2-rc2 release candidate
13701
13702 Signed-off-by: Wolfgang Denk <wd@denx.de>
13703
Wolfgang Denkb29661f2008-02-24 15:21:36 +010013704commit 00b48a48424894daa589d166d73277830b1c6ac4
13705Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13706Date: Sat Feb 23 12:15:56 2008 +0100
13707
13708 ENV: remove saveenv when CFG_ENV_IS_NOWHERE is selected
13709
13710 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13711
13712commit b075d74efb70ff68c49a2532f26b56d6703b69c1
13713Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13714Date: Sat Feb 23 17:24:16 2008 +0900
13715
13716 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on 32bit targets.
13717
13718 ----------------------------------------------------------------
13719 Olaf Hering [Wed, 17 Oct 2007 06:27:13 +0000 (23:27 -0700)]
13720
13721 Remove the __STRICT_ANSI__ check from the __u64/__s64 declaration on
13722 32bit targets.
13723
13724 GCC can be made to warn about usage of long long types with ISO C90
13725 (-ansi), but only with -pedantic. You can write this in a way that even
13726 then it doesn't cause warnings, namely by:
13727
13728 #ifdef __GNUC__
13729 __extension__ typedef __signed__ long long __s64;
13730 __extension__ typedef unsigned long long __u64;
13731 #endif
13732
13733 The __extension__ keyword in front of this switches off any pedantic
13734 warnings for this expression.
13735
13736 Signed-off-by: Olaf Hering <olh@suse.de>
13737 Cc: <linux-arch@vger.kernel.org>
13738 Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
13739 Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13740 ----------------------------------------------------------------
13741
13742 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13743
13744commit 208acd112e6517b21fc30c420396902b103563ac
13745Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13746Date: Sat Feb 23 17:07:57 2008 +0900
13747
13748 cpu/mcf52x2/config.mk: Make needlessly deffered expansions immediate.
13749
13750 This will reduce the build time.
13751
13752 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13753
13754commit 495a0dde7fa1b14cdc15607d86503ec2bdcd02c4
13755Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13756Date: Sat Feb 23 17:05:00 2008 +0900
13757
13758 cpu/ppc4xx/config.mk: Make a needlessly deffered expansion immediate.
13759
13760 This will reduce the build time.
13761
13762 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13763
13764commit e682ba399a1d76f09d8cc7af1e57066f1d360d91
13765Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13766Date: Sat Feb 23 16:58:41 2008 +0900
13767
13768 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate.
13769
13770 This reduces the build time by ~10%. Here's the gth2_config example.
13771
13772 BEFORE AFTER
13773 real 0m31.441s 0m27.833s
13774 user 0m24.766s 0m23.045s
13775 sys 0m10.425s 0m7.468s
13776
13777 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
13778
13779commit 02409f8cf54c7cd91981f0dfec135dbf3858090c
13780Author: Marcel Moolenaar <marcelm@juniper.net>
13781Date: Fri Feb 22 10:48:07 2008 -0800
13782
13783 make define2mk.sed work on FreeBSD
13784
13785 In the thread "[1.3.2-rc1] MPC8548CDS/MPC8555CDS configs fails to link",
13786 the define2mk.sed script was identified as the source of the link
13787 failure on FreeBSD. The problem is that sed(1) does not always support
13788 the '+' operator. It isn't on FreeBSD. The attach patch implements the
13789 equivalent, using the '*' operator instead and should work everywhere.
13790
13791 Signed-off-by: Marcel Moolenaar <marcelm@juniper.net>
13792
13793commit e5084af8ded58453cd07ec1af8b0f29f34122bbc
13794Author: Detlev Zundel <dzu@denx.de>
13795Date: Fri Feb 22 17:21:32 2008 +0100
13796
13797 Replace deprecated "ramdisk" with "ramdisk_size" kernel parameter.
13798
13799 The Linux commit fac8b209b1084bc85748bd54e13d00c1262b220f ("Remove
13800 final traces of long-deprecated "ramdisk" kernel parm") makes these
13801 changes neccessary.
13802
13803 Signed-off-by: Detlev Zundel <dzu@denx.de>
13804
13805commit d01b847c5cd070895c4ba178c85cd068a95cf7cd
13806Author: Larry Johnson <lrj@acm.org>
13807Date: Thu Feb 21 13:58:16 2008 -0500
13808
13809 LM75 bug fix for negative temperatures
13810
13811 When the LM75 temperature sensor measures a temperature below 0 C, the
13812 current driver does not perform sign extension, so the result returned is
13813 256 C too high. This patch fixes the problem.
13814
13815 Signed-off-by: Larry Johnson <lrj@acm.org>
13816
13817commit 5a910c224b13e413bda41922379add6d75c32da3
13818Author: Heiko Schocher <hs@denx.de>
13819Date: Thu Feb 21 18:33:45 2008 +0100
13820
13821 IDS8247: update MAINTAINER entry.
13822
13823 Signed-off-by: Heiko Schocher <hs@denx.de>
13824
13825commit 79eac2bfb591f2b028ec1735049dc91e4320de4a
13826Author: Heiko Schocher <hs@denx.de>
13827Date: Thu Feb 21 18:31:15 2008 +0100
13828
13829 Fix device tree for mgsuvd board.
13830
13831 Rename the "scc" node in "ethernet" for the mgsuvd board.
13832
13833 Signed-off-by: Heiko Schocher <hs@denx.de>
13834
13835commit 2e721094a70a52206af2e1bf1208d9a7131f6dad
13836Author: Yuri Tikhonov <yur@emcraft.com>
13837Date: Thu Feb 21 14:23:42 2008 +0100
13838
13839 lwmon5: enable hardware watchdog
13840
13841 Some boards (e.g. lwmon5) may use rather small watchdog intervals, so
13842 causing it to reboot the board if U-Boot does a long busy-wait with
13843 udelay(). Thus, for these boards we have to restart WD more
13844 frequently.
13845
13846 This patch splits the busy-wait udelay() into smaller, predefined,
13847 intervals, so that the watchdog timer may be resetted with the
13848 configurable (CONFIG_WD_PERIOD) interval.
13849
13850 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
13851
13852commit bc77881247ee6f95d7a9ebc499d26b96bae38c9d
13853Author: Anatolij Gustschin <agust@denx.de>
13854Date: Thu Feb 21 12:52:29 2008 +0100
13855
13856 ppc4xx: Support for ATI Radeon 9200 card on sequoia
13857
13858 Adds configuration option for ATI Radeon 9200 card
13859 support to sequoia config file. If CONFIG_VIDEO
13860 is enabled, TEXT_BASE should be changed to 0xFFF80000.
13861
13862 Signed-off-by: Anatolij Gustschin <agust@denx.de>
13863
13864commit 5a9abcc317cf3c8a69559ff83081f4e5d719edb7
13865Author: Kumar Gala <galak@kernel.crashing.org>
13866Date: Mon Feb 18 08:18:07 2008 -0600
13867
13868 Remove duplicate defines for ARRAY_SIZE
13869
13870 A few duplicate of the ARRAY_SIZE macro sneaked in since we put
13871 the define in common.h.
13872
13873 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13874
13875commit 81d93e5c4b83d8b6dcee69de6f4a14ccf6f7114a
13876Author: Kumar Gala <galak@kernel.crashing.org>
13877Date: Mon Feb 18 08:09:37 2008 -0600
13878
13879 ppc: Allow boards to specify effective amount of memory
13880
13881 For historical reasons we limited the stack to 256M because some boards
13882 could only map that much via BATS. However newer boards are capable of
13883 mapping more memory (for example 85xx is capable of doing up to 2G).
13884
13885 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13886
13887commit 755c35f54ba7eb7687aa7935e04a02a01ef1b27b
13888Author: Mike Frysinger <vapier@gentoo.org>
13889Date: Mon Feb 18 05:24:13 2008 -0500
13890
13891 include autoconf.mk before any other .mk files
13892
13893 This bumps the autoconf.mk include step above board/cpu/arch/etc... so that
13894 those .mk files can have make if statements based on the current config.
13895
13896 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13897
13898commit 16fe77752eee099b9fb61ed73460e51cc94b37ba
13899Author: Mike Frysinger <vapier@gentoo.org>
13900Date: Mon Feb 18 05:10:07 2008 -0500
13901
13902 error check autoconf.mk generation
13903
13904 If any of the steps for generating autoconf.mk fail currently, they go
13905 unnoticed. To fix, we can simply add 'set -e' to the long list of commands.
13906 This is simpler and more robust than placing '|| exit $$?' after every line.
13907
13908 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13909
13910commit 019895a8dee71a9f00da05c03e379f45d581b0fe
13911Author: Stefano Babic <sbabic@denx.de>
13912Date: Mon Feb 18 08:03:51 2008 +0100
13913
13914 Fix bug in dependency checking
13915
13916 By adding VERSION_FILE to the PHONY targets the script
13917 /tools/setlocalversion is always called and version_autogenerated.h
13918 is replaced only if the script find a modified source file.
13919
13920 Signed-off-by: Stefano Babic <sbabic@denx.de>
13921
13922commit 98ba144ccc912eee90dd42699f023c497ce774c6
13923Author: Kyungmin Park <kmpark@infradead.org>
13924Date: Mon Feb 18 14:35:43 2008 +0900
13925
13926 Fix GPMC CS2 memory setup at apollon
13927
13928 It disables the current map first
13929
13930 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
13931
13932commit e845e07e1e6e64f40e35688439d3cdcf01cfff4f
13933Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13934Date: Sun Feb 17 23:52:46 2008 +0100
13935
13936 uli526x: Fix multiple differ in signedness and parentheses around comparison
13937
13938 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13939
13940commit beeccf7a5dc5415c202e0132a33c58fc316c2a62
13941Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13942Date: Sun Feb 17 16:58:04 2008 +0100
13943
13944 MIPS: Fix CFG_NO_FLASH support
13945
13946 - Fix flash_init call when CFG_NO_FLASH is used
13947 - Remove no more needed flash.c for qemu-mips
13948
13949 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
13950
13951commit edfed1d91df2b2670a812ca9d1a1f9faae7dba47
13952Author: Mike Frysinger <vapier@gentoo.org>
13953Date: Sat Feb 16 02:40:18 2008 -0500
13954
13955 easylogo: clean up some more and add -r (rgb) support
13956
13957 Michael Hennerich added support for outputting an image in RGB format rather
13958 than forcing YUYV all the time. This makes obvious sense if the display you
13959 have takes RGB input rather than YUYV.
13960
13961 Rather than hack in support for options, I've converted it to use getopt and
13962 cleaned up the argument parsing in the process.
13963
13964 Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
13965 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13966
13967commit f65c98129ccada3f7caf97d80395a95b84e911de
13968Author: Mike Frysinger <vapier@gentoo.org>
13969Date: Sat Feb 16 02:12:37 2008 -0500
13970
13971 Makefile: add target for $(LDSCRIPT)
13972
13973 If the $(LDSCRIPT) does not exist (normally it's board/$(BOARD)/u-boot.lds),
13974 then change into the board directory and try and create it. This allows you
13975 to generate the linker script on the fly based upon board defines (like the
13976 Blackfin boards do).
13977
13978 There should be no regressions due to this change as the normal case is to
13979 already have a u-boot.lds file. If that's the case, then there's nothing to
13980 generate, and so make will always exit. The fix here is that if the linker
13981 script does not exist, the implicit rules take over and attempt to guess how
13982 to generate the file.
13983
13984 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
13985
Wolfgang Denk438a4c12008-03-26 11:48:46 +010013986commit 5583cbf736474ef754e128a54fb78632f57b48fd
13987Author: Marian Balakowicz <m8@semihalf.com>
13988Date: Thu Feb 21 17:27:49 2008 +0100
13989
13990 [new uImage] Fix erroneous use of image_get_magic() in fdc/usb cmds
13991
13992 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
13993
13994commit 2242f5369822bc7780db95c47985bb408ea9157b
13995Author: Marian Balakowicz <m8@semihalf.com>
13996Date: Thu Feb 21 17:27:41 2008 +0100
13997
13998 [new uImage] Rename and move print_image_hdr() routine
13999
14000 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14001
14002commit f50433d670ec2ee9e96abac67cdc6e5e061a810d
14003Author: Marian Balakowicz <m8@semihalf.com>
14004Date: Thu Feb 21 17:20:20 2008 +0100
14005
14006 [new uImage] Add fit_parse_conf() and fit_parse_subimage() routines
14007
14008 Introducing routines for parsing new uImage format bootm arguments:
14009 [<addr>]#<conf> - configuration specification
14010 [<addr>]:<subimg> - subimage specification
14011
14012 New format images can contain multiple subimages of the same type. For example
14013 a single new format image file can contain three kernels, two ramdisks and a
14014 couple of FDT blobs. Subimage and configuration specifications are extensions
14015 to bootm (and other image-related commands) arguments' syntax that allow to
14016 specify which particular subimage should be operated on.
14017
14018 Subimage specification is used to denote a particular subimage. Configurations
14019 are a bit more complex -- they are used to define a particualr booting setup,
14020 for example a (kernel, fdt blob) pair, or a (kernel, ramdisk, fdt blob) tuple,
14021 etc.
14022
14023 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14024
14025commit fff888a1997ff7de9b29e24050fc4a0fd403ba16
14026Author: Marian Balakowicz <m8@semihalf.com>
14027Date: Thu Feb 21 17:20:19 2008 +0100
14028
14029 [new uImage] Add gen_get_image() routine
14030
14031 This routine assures that image (whether legacy or FIT) is not
14032 in a special dataflash storage.
14033
14034 If image address is a dataflash address image is moved to system RAM.
14035
14036 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14037
14038commit 75d3e8fbd93c14d9929d024c75af2d742c76db70
14039Author: Marian Balakowicz <m8@semihalf.com>
14040Date: Thu Feb 21 17:20:18 2008 +0100
14041
14042 [new uImage] Pull in libfdt if CONFIG_FIT is enabled
14043
14044 New uImage format (Flattened Image Tree) requires libfdt
14045 functionality, print out error message if CONFIG_OF_LIBFDT
14046 is not defined.
14047
14048 New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
14049 This commit turns it on by default.
14050
14051 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14052
Wolfgang Denkb29661f2008-02-24 15:21:36 +010014053commit 1ba639da5604a64b3ed884a2cbb1c5414a9fa728
14054Author: Michael Schwingen <michael@schwingen.org>
14055Date: Mon Feb 18 23:16:35 2008 +0100
14056
14057 CFI: Do not use uninitialized cmd_reset
14058
14059 Do not use uninitialized cmd_reset; issue both AMD and Intel reset
14060 commands instead
14061
14062 From a short test, it looks like AMD-style flash roms treat *any* unknown
14063 command write as a reset, at least when in CFI Query mode, so issuing the
14064 Intel reset command to AMD-style flashs seems safe (from the small sample I
14065 have), plus the 3-cycle magic sequence should kick the state machine into
14066 the right state even without a reset command. Since the AMD-style flashs
14067 require the unlock sequence for real operation, I chose to try the AMD reset
14068 command first, so that Intel flashs do no see an invalid command prior to
14069 the CFI query.
14070
14071 I have tested the patch on AM29LV320-style flashs from Fujitsu and Macronix,
14072 plus Intel StrataFlash.
14073
14074 Signed-off-by: Michael Schwingen <michael@schwingen.org>
14075 Signed-off-by: Stefan Roese <sr@denx.de>
14076
14077commit e7a85f26830c9f2e78506421c2d519a2965bc7a1
14078Author: Rafal Jaworowski <raj@semihalf.com>
14079Date: Thu Feb 21 11:56:44 2008 +0100
14080
14081 API: Add (c) and licensing notice to the public API header.
14082
14083 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
14084
14085commit 928d1d77f8623c120d8763e20e1ca58df9c5c4c6
14086Author: Yuri Tikhonov <yur@emcraft.com>
14087Date: Thu Feb 21 11:06:07 2008 +0100
14088
14089 Fix CPU POST test failure
14090
14091 The CPU POST test code (run from cpu_post_exec_31()) doesn't follow the
14092 ABI carefully, at least the CR3, CR4, and CR5 fields of CR are clobbered
14093 by it. The gcc-4.2 with its more aggressive optimization exposes this fact.
14094 This patch just saves the CR value before running the test code, so allowing
14095 it to do anything it wants with CR.
14096
14097 Signed-off-by: Dmitry Rakhchev <rda@emcraft.com>
14098 Acked-by: Yuri Tikhonov <yur@emcraft.com>
14099 --
14100
14101commit d5908b093955415f3d340706378b991f911af671
14102Author: Jon Loeliger <jdl@freescale.com>
14103Date: Wed Feb 20 15:26:51 2008 -0600
14104
14105 8610HPCD: Document the flashbank selection switches.
14106
14107 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14108
14109commit a551cee99ad1d1da20fd23ad265de47448852f56
14110Author: Jon Loeliger <jdl@freescale.com>
14111Date: Wed Feb 20 14:22:26 2008 -0600
14112
14113 86xx: Fix GUR PCI config registers properly.
14114
14115 Back in commit 975a083a5ef785c414b35f9c5b8ae25b26b41524 where
14116 I tried to "8610HPCD: Fix typos in two PCI setup registers", I
14117 botched it due to not realizing that 8610 and 8641 had different
14118 Global Utility Register defintions, one of which was like 85xx,
14119 and the other wasn't. Correct this problem by introducing two
14120 symbols, one for each 86xx SoC, but neither of which is named
14121 anything like 85xx.
14122
14123 My bad. Lovely Wednesday with git bisect. You know.
14124
14125 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14126
14127commit cb06eb961bdffc8728b38c242473d802e83ab2b4
14128Author: Jon Loeliger <jdl@freescale.com>
14129Date: Wed Feb 20 12:24:11 2008 -0600
14130
14131 8610HPCD: Don't use VIDEO/CFB_CONSOLE by default.
14132
14133 Without an actual supported video card hooked up, enabling
14134 the CONFIG_VIDEO by default just makes it look broken by
14135 routing all console output to the video card. Don't.
14136
14137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14138
14139commit 4d264eff4312f230776b913edade7ceb75f1b1e0
14140Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14141Date: Wed Jan 30 15:08:15 2008 -0600
14142
14143 ColdFire: Fix missing code flash size for M5485EVB
14144
14145 Signed-off-by: James Mahan <kmahan@freescale.com>
14146 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14147
14148commit c54f9263e4e11e34b1e70c160bc467ef1d8ec59d
14149Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
14150Date: Wed Jan 30 15:04:42 2008 -0600
14151
14152 ColdFire: Fix 5282 and 5271 interrupt mask bit
14153
14154 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
14155
14156commit 975a083a5ef785c414b35f9c5b8ae25b26b41524
14157Author: Jon Loeliger <jdl@freescale.com>
14158Date: Tue Feb 19 12:31:08 2008 -0600
14159
14160 8610HPCD: Fix typos in two PCI setup registers.
14161
14162 The two symbols MPC86xx_PORDEVSR_IO_SEL and MPC86xx_PORBMSR_HA
14163 were erroneously present as 85xx names and values, leftover from
14164 the clone wars. Fix this by removing the 85xx cruft from the
14165 86xx codebase.
14166
14167 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14168
14169commit 13f5433f700d4da9f6fdf2a4bb80310133a7c170
14170Author: Jon Loeliger <jdl@freescale.com>
14171Date: Mon Feb 18 14:01:56 2008 -0600
14172
14173 86xx: Convert sbc8641d to use libfdt.
14174
14175 This is the proper fix for a missing closing brace in the function
Wolfgang Denk01db2322008-06-28 23:16:01 +020014176 ft_cpu_setup() noticed by joe.hamman <at> embeddedspecialties.com.
Wolfgang Denkb29661f2008-02-24 15:21:36 +010014177 The ft_cpu_setup() function in mpc8641hpcn.c should have been
14178 removed earlier as it was under the obsolete CONFIG_OF_FLAT_TREE,
14179 but was missed. Only, the sbc8641d was nominally still using it.
14180 It all got ripped out, and the funcality that was in ft_board_setup()
14181 was refactored to remove the CPU portions into the new file
14182 cpu/mpc86xx/fdt.c instead. Make sbc8641d use this now.
14183
14184 Based loosely on an original patch from joe.hamman@embeddedspecialties.com
14185
14186 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14187
14188commit 04efddc87c50c84f85dad5c331c634a6ce830a83
14189Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14190Date: Sun Feb 17 23:35:31 2008 +0100
14191
14192 mpc86xx: Fix unused variable 'config' and 'immap'
14193
14194 and remove useless CONFIG_DDR_INTERLEAVE
14195
14196 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14197
14198commit 83d1b3876695c4f21faff2b731d9ef83f38ed208
14199Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14200Date: Sun Feb 17 23:03:36 2008 +0100
14201
14202 mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law'
14203
14204 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14205
14206commit b6f29c84c208a091f95a10cbc9852d729659ba20
14207Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14208Date: Sun Feb 17 14:15:31 2008 +0100
14209
14210 s3c24x0: Fix unused variable 'i' in function 'serial_init_dev'
14211
14212 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14213
14214commit 0937b8d869fdb42d6ad4fe312958639bd62c973f
14215Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14216Date: Sun Feb 17 14:15:32 2008 +0100
14217
14218 pxa: fix assignment from incompatible pointer type
14219
14220 fix mmc_bread function prototype
14221
14222 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14223
14224commit 64d792063fff90b8118179b092feee09fe5cae13
14225Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14226Date: Sun Feb 17 14:15:30 2008 +0100
14227
14228 at91cap9adk: fix implicit declaration of function 'eth_init'
14229
14230 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14231
14232commit 375c4353db8f900f7ec772e26fab116ec00f7d3a
14233Author: Wolfgang Denk <wd@denx.de>
14234Date: Sun Feb 17 15:43:44 2008 +0100
14235
14236 Remove files added by mistake, update CHANGELOG.
14237
14238 Signed-off-by: Wolfgang Denk <wd@denx.de>
14239
Wolfgang Denk375c4352008-02-17 15:43:44 +010014240commit b738654d3c84a30f2bfd9a8d7652ff20807c890c
14241Author: Mike Nuss <mike@terascala.com>
14242Date: Wed Feb 6 11:10:11 2008 -0500
14243
14244 PPC440EPx: Optionally enable second I2C bus
14245
14246 The option CONFIG_I2C_MULTI_BUS does not have any effect on Sequoia, the
14247 PPC440EPx reference platform, because IIC1 is never enabled. Add Sequoia board
14248 code to turn on IIC1 if CONFIG_I2C_MULTI_BUS is selected.
14249
14250 Signed-off-by: Mike Nuss <mike@terascala.com>
14251 Cc: Stefan Roese <sr@denx.de>
14252
14253commit ef5b4f221c22d05770878513951745f236b5b43f
14254Author: Niklaus Giger <niklaus.giger@netstal.com>
14255Date: Tue Feb 5 10:26:44 2008 +0100
14256
14257 ppc4xx: HCU4/5. Cleanup configs
14258
14259 - hcu4.h: Removed define of CONFIG_PPC405GPr
14260 - Corrected phy addresses
14261 - Fix boot variables
14262 - Respect line length of 80 chars
14263
14264 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14265
14266commit 74973126d1be63ac75bdc192f46234dca3a7c421
14267Author: Niklaus Giger <niklaus.giger@netstal.com>
14268Date: Tue Feb 5 11:31:28 2008 +0100
14269
14270 ppc4xx: HCU4/5. Cleanups
14271
14272 - Fix some coding style violations.
14273 - Use in/out_u16/32 where appropriate.
14274 - Use register names from ppc405.h.
14275 - Fix trace useage for Lauterbach.
14276 - Remove obsolete generation HCU2.
14277 - Renamed fixed_hcu4_sdram to init_ppc405_sdram.
14278
14279 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14280
14281commit 8cc10d06b833ed917a19ad358c8ebbed8bc19555
14282Author: Niklaus Giger <niklaus.giger@netstal.com>
14283Date: Tue Feb 5 10:26:41 2008 +0100
14284
14285 ppc4xx: PPC405GPr fix missing register definitions
14286
14287 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14288
14289commit 214398d9cb22268d9d4f7563359edca0f78297a2
14290Author: Larry Johnson <lrj@acm.org>
14291Date: Fri Jan 18 21:49:05 2008 -0500
14292
14293 ppc4xx: Beautify configuration files for Sequoia and Korat boards
14294
14295 Signed-off-by: Larry Johnson <lrj@acm.org>
14296
14297commit 30c6a241e88499f536e86d325759e29ba00ff67f
14298Author: Anatolij Gustschin <agust@denx.de>
14299Date: Fri Feb 15 20:09:01 2008 +0100
14300
14301 Wipe out assembler warnings while compiling x86 biosemu
14302
14303 This patch tries to get rid of some assembler warnings about
14304 changed .got2 section type while compiling x86 bios emulator
14305 code.
14306
14307 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14308
14309commit 67a4389e39ad853d65b72e2b7cad15c7e8291147
14310Author: Wolfgang Denk <wd@denx.de>
14311Date: Fri Feb 15 00:57:09 2008 +0100
14312
14313 Prepare v1.3.2-rc1 release candidate
14314
Wolfgang Denk67a43892008-02-15 00:57:09 +010014315commit f33e9653c9c09868995d788511d573771c209fe5
14316Author: Anatolij Gustschin <agust@denx.de>
14317Date: Fri Feb 15 00:13:20 2008 +0100
14318
14319 Fix compile warning on lib_ppc/board.c
14320
14321 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14322
14323commit e5c6f9f8bec4dff9603419161e3a15cc8ad5d5f4
14324Author: Anatolij Gustschin <agust@denx.de>
14325Date: Thu Feb 14 18:22:04 2008 +0100
14326
14327 Add Radeon Mobility 9200 pci device id to the radeon driver
14328
14329 This patch extends PCI device id table of the
14330 radeon driver so that the driver will also support
14331 Radeon Mobility 9200 (M9+) based boards.
14332
14333 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14334
14335commit 1b8607e1f7143548c6062c28371449ec69588c00
14336Author: Anatolij Gustschin <agust@denx.de>
14337Date: Thu Feb 14 18:19:50 2008 +0100
14338
14339 Extend ATI Radeon driver to support more video modes
14340
14341 Adds ATI Radeon 9200 support for 1280x1024, 1024x768,
14342 800x600, 640x480 at 24, 16 and 8 bpp.
14343
14344 Signed-off-by: Anatolij Gustschin <agust@denx.de>
14345
14346commit 4124382de029d361162a4b8cecc773eb8f26e2a8
14347Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14348Date: Sun Feb 10 17:05:20 2008 +0100
14349
14350 xsengine: fix typo and few coding style
14351
14352 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14353
14354commit 6f4abee789b6d9be3ec4b97ad48f509355559e9e
14355Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14356Date: Fri Feb 8 21:25:58 2008 +0100
14357
14358 Fix wrong memory limit calculation in memory-test
14359
14360 If the length of the memory address range passed to the "mtest" command is
14361 not of the form 2^x - 1, not all address lines are tested. This bug is
14362 inherited from the original software at
14363 http://www.netrino.com/Embedded-Systems/How-To/Memory-Test-Suite-C. Fix
14364 this.
14365
14366 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14367
14368commit 7e30f5eac7f07082a7ca77b7d91b944a8d0af6db
14369Author: Wolfgang Denk <wd@denx.de>
14370Date: Fri Feb 15 00:11:39 2008 +0100
14371
14372 Coding STyle cleanup.
14373
14374 Signed-off-by: Wolfgang Denk <wd@denx.de>
14375
14376commit f6921e3dc331293c873ec4d109fd5517a42a90b3
14377Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14378Date: Tue Feb 5 13:30:43 2008 +0900
14379
14380 sh: Fix register address of SH7722
14381
14382 The address of SH7722 is wrong by old document.
14383 This patch fixes this problem.
14384
14385 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
14386
14387commit 0ec7a061fb1c277f6afd73d61dd71bd21e7ef7b2
14388Author: Mike Frysinger <vapier@gentoo.org>
14389Date: Mon Feb 4 17:44:23 2008 -0500
14390
14391 only update version header as needed
14392
14393 Constantly rebuilding the version header will force useless relinking, so we
14394 simply need to compare the new header with the existing one before updating
14395 it.
14396
14397 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14398
14399commit 208447f8e953f347425eb92c8e28d59e6d911363
14400Author: Mike Frysinger <vapier@gentoo.org>
14401Date: Mon Jan 28 05:56:19 2008 -0500
14402
14403 Do not specify a CROSS_COMPILE default when executing size
14404
14405 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14406
14407commit 1f780aa6f17a5d79791d69ec1d2f66d76ac45d8e
14408Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14409Date: Wed Feb 13 11:19:19 2008 +0100
14410
14411 Fix return value of mtest when CFG_ALT_MEMTEST set
14412
14413 Fix a missing return statement from a non-void function.
14414
14415 Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
14416
14417commit 943afa229cf5bf70ef917c7eb6bd0db59a1ba602
14418Author: Timur Tabi <timur@freescale.com>
14419Date: Wed Jan 9 14:35:26 2008 -0600
14420
14421 85xx, 86xx: Determine I2C clock frequencies and store in global_data
14422
14423 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
14424
14425 Update the get_clocks() function in 85xx and 86xx to determine the I2C
14426 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
14427
14428 Signed-off-by: Timur Tabi <timur@freescale.com>
14429
14430commit b931b3a9c3bdfaaeaa71e57a6026eec726005b08
14431Author: Wolfgang Denk <wd@denx.de>
14432Date: Thu Feb 14 23:18:01 2008 +0100
14433
14434 TQM834x: clean up configuration
14435
14436 Get board name consistent with Linux and elsewhere;
14437 get rid of local network definitions etc.
14438
14439 Signed-off-by: Wolfgang Denk <wd@denx.de>
14440
14441commit 38cc09c55b1d7f233789052c6fc462e5377669a9
14442Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14443Date: Thu Feb 14 08:02:12 2008 +0100
14444
14445 TFTP: fix search of ':' in BootFile
14446
14447 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14448
14449commit 0bc9efada170096c6b273f19165e32936d330d80
14450Author: Wolfgang Denk <wd@denx.de>
14451Date: Thu Feb 14 22:46:55 2008 +0100
14452
14453 Coding style cleanup; update CHANGELOG.
14454
14455 Signed-off-by: Wolfgang Denk <wd@denx.de>
14456
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010014457commit e7670f6c1e52ae6d2a43ff75a8bcfa7a5c86e47b
14458Author: Wolfgang Denk <wd@denx.de>
14459Date: Thu Feb 14 22:43:22 2008 +0100
14460
14461 PPC: Use r2 instead of r29 as global data pointer
14462
14463 R29 was an unlucky choice as with recent toolchains (gcc-4.2.x) gcc
14464 will refuse to use load/store multiple insns; instead, it issues a
14465 list of simple load/store instructions upon function entry and exit,
14466 resulting in bigger code size, which in turn makes the build for a
14467 few boards fail.
14468
14469 Use r2 instead.
14470
14471 Signed-off-by: Wolfgang Denk <wd@denx.de>
14472
14473commit 3c234efa693bc59906c2be55c7918ecbb55392ea
14474Author: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
14475Date: Wed Jan 30 09:08:49 2008 +0100
14476
14477 ARM: make the machid configurable via the environment
14478
14479 If the variable "machid" exists, let do_bootm_linux use that instead
14480 of bd->bi_arch_number.
14481
14482 Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
14483
14484commit dd24058407c5add45cc60aec6c757ddc1a17e1b0
14485Author: Vlad Lungu <vlad@comsys.ro>
14486Date: Wed Jan 23 16:34:46 2008 +0200
14487
14488 Use #ifdef CONFIG_FSLDMAFEC
14489
14490 MCD_tasks.c lacks [subject] so compilation of mips targets (and more, probably)
14491 fails
14492
14493 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
14494
14495commit 26c7bab81e08dc7bd696c48f753428a829629bd8
14496Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14497Date: Sat Jan 19 10:25:59 2008 +0900
14498
14499 common/miiphyutil.c: Cleanup MII_DEBUG and debug()
14500
14501 Current MII_DEBUG is confusing in two ways. One is useless define-then-
14502 undef at the top of the file. The other is there is only one debug() in
14503 this file, and that doesn't seem worthwhile to bother having MII_DEBUG.
14504 While there are many useful printf()/puts() debug codes, but they are for
14505 DEBUG, not for MII_DEBUG.
14506
14507 This patch tries to put them all together into MII_DEBUG and debug().
14508
14509 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
14510
14511commit 751b9b5189f3274b03c809172631316d6b002c82
14512Author: Kyungmin Park <kmpark@infradead.org>
14513Date: Thu Jan 17 16:43:25 2008 +0900
14514
14515 OneNAND Initial Program Loader (IPL) support
14516
14517 This patch enables the OneNAND boot within U-Boot.
14518 Before this work, we used another OneNAND IPL called X-Loader based
14519 on open source. With this work, we can build the oneboot.bin image
14520 without other program.
14521
14522 The build sequence is simple.
14523 First, it compiles the u-boot.bin
14524 Second, it compiles OneNAND IPL
14525 Finally, it becomes the oneboot.bin from OneNAND IPL and u-boot.bin
14526 The mechanism is similar with NAND boot except it boots from itself.
14527
14528 Another thing is that you can only use the OneNAND IPL only to work
14529 other bootloader such as RedBoot and so on.
14530
14531 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
14532
14533commit 21f6f9636f0e978397548751347425fbf8d42bb3
14534Author: Andy Fleming <afleming@freescale.com>
14535Date: Wed Jan 16 13:06:59 2008 -0600
14536
14537 Fix CONFIG_MMC usage in fat code
14538
14539 A #if statement in fat.c depended on CONFIG_MMC, instead of
14540 defined(CONFIG_MMC). This meant CONFIG_MMC needed to be defined
14541 as "1" rather than just defined. Now it's better.
14542
14543 Signed-off-by: Andy Fleming <afleming@freescale.com>
14544
14545commit f57d7d364ce189e39b0a64338d2f8012c074a2bd
14546Author: Rafal Jaworowski <raj@semihalf.com>
14547Date: Tue Jan 15 12:52:31 2008 +0100
14548
14549 ppc: Refactor cache routines, so there is only one common set.
14550
14551 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
14552
Wolfgang Denk67a43892008-02-15 00:57:09 +010014553commit 3f2ac8f928c76cbd2374437b2d079f8b4324aaba
14554Author: Jon Loeliger <jdl@jdl.com>
14555Date: Wed Jan 23 15:55:02 2008 -0600
14556
14557 86xx: Fix compilation warning in sys_eprom.c
14558
14559 sys_eeprom.c:82:9: warning: unknown escape sequence '\/'
14560
14561 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14562
Wolfgang Denk375c4352008-02-17 15:43:44 +010014563commit 65230107025733e89e28fd5e5cfd916d4953c28a
14564Author: Haavard Skinnemoen <hskinnemoen at>
14565Date: Fri Feb 22 11:40:50 2008 +0000
14566
14567 Move AT91RM9200DK board support under board/atmel
14568
14569 We already have a vendor subdir for Atmel, so we should use it.
14570
Wolfgang Denk01db2322008-06-28 23:16:01 +020014571 Signed-off-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
Wolfgang Denk375c4352008-02-17 15:43:44 +010014572
14573commit 6d0943a6be99977d6d853d51749e9963d68eb192
14574Author: Andreas Engel <andreas.engel@ericsson.com>
14575Date: Mon Jan 14 09:06:52 2008 +0000
14576
14577 ARM: cleanup duplicated exception handlingcode
14578
14579 Move duplicated exception handling code into lib_arm.
14580
14581 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
14582
14583commit ea8d989f4ef8203e1c0291e62435a8c62e3cfb29
14584Author: Timo Tuunainen <timo.tuunainen@sysart.fi>
14585Date: Fri Feb 1 10:09:03 2008 +0000
14586
14587 Support for Artila M-501 starter kit
14588
14589 Kimmo Leppala / Sysart and
14590 Timo Tuunainen / Sysart
14591
14592commit 9604b6e53ddae4fe00a488cbcd6b0e6cb344bccc
14593Author: Stelian Pop <stelian@popies.net>
14594Date: Mon Feb 11 10:50:19 2008 +0000
14595
14596 AT91CAP9 support
14597
14598 ---------------------------------
14599
14600 read_dataflash() takes a signed char pointer as a parameter. Silence a
14601 few warnings dues to incorrect parameter types in env_dataflash.c.
14602
14603 Signed-off-by: Stelian Pop <stelian@popies.net>
14604
14605commit 64e8a06af68cda174a8a06d0a61fce5e5bb189d7
14606Author: Stelian Pop <stelian@popies.net>
14607Date: Thu Feb 7 09:42:57 2008 +0000
14608
14609 AT91CAP9 support : move board files to Atmel vendor directory.
14610
14611 AT91CAP9 support : move at91cap9adk board files to Atmel vendor directory.
14612
14613 Signed-off-by: Stelian Pop <stelian@popies.net>
14614
14615commit 7263ef191b87da94768f762c7093bedeb70db98f
14616Author: Stelian Pop <stelian at>
14617Date: Thu Jan 3 21:15:56 2008 +0000
14618
14619 AT91CAP9 support : MACB changes
14620
Wolfgang Denk01db2322008-06-28 23:16:01 +020014621 Signed-off-by: Stelian Pop <stelian <at> popies.net>
14622 Acked-by: Haavard Skinnemoen <hskinnemoen <at> atmel.com>
Wolfgang Denk375c4352008-02-17 15:43:44 +010014623
14624commit 6afcabf11d7321850f4feaadfee841488ace54c5
14625Author: Stelian Pop <stelian@popies.net>
14626Date: Thu Feb 7 16:37:54 2008 +0000
14627
14628 AT91CAP9 support : board/ files
14629
14630 Signed-off-by: Stelian Pop <stelian@popies.net>
14631
14632commit fefb6c10928caa9e71335cad64dcb65c83fce8ab
14633Author: Stelian Pop <stelian at>
14634Date: Wed Jan 30 21:15:54 2008 +0000
14635
14636 AT91CAP9 support : cpu/ files
14637
Wolfgang Denk01db2322008-06-28 23:16:01 +020014638 Signed-off-by: Stelian Pop <stelian <at> popies.net>
Wolfgang Denk375c4352008-02-17 15:43:44 +010014639
14640commit fa506a926cec348805143576c941f8e61b333cc0
14641Author: Stelian Pop <stelian@popies.net>
14642Date: Thu Jan 31 21:15:53 2008 +0000
14643
14644 AT91CAP9 support : include/ files
14645
14646 Signed-off-by: Stelian Pop <stelian@popies.net>
14647
14648commit 20b197c6f2799af399a68f96a1aff543a75621b8
14649Author: Stelian Pop <stelian@popies.net>
14650Date: Sun Jan 20 19:49:21 2008 +0000
14651
14652 AT91CAP9 support : build integration
14653
14654 Signed-off-by: Stelian Pop <stelian@popies.net>
14655
14656commit d49fe4bed5b69ec910909d1bd62da23ecd8801fd
14657Author: Stelian Pop <stelian@popies.net>
14658Date: Sun Jan 20 21:07:00 2008 +0000
14659
14660 Improve DataFlash CS definition.
14661
14662 Use a structure instead of the error prone unnamed array to
14663 define the possible dataflash banks.
14664
14665 Signed-off-by: Stelian Pop <stelian@popies.net>
14666
14667commit a6cdd21b56014208706238712a853a9e9a0a2290
14668Author: Stelian Pop <stelian@popies.net>
14669Date: Sat Jan 19 21:09:35 2008 +0000
14670
14671 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on
14672
14673 Fix arm926ejs compile when SKIP_LOWLEVEL_INIT is on.
14674
14675 cpu/arm926ejs/start.o: In function `cpu_init_crit':
14676 .../cpu/arm926ejs/start.S:227: undefined reference to `lowlevel_init'
14677
14678 Signed-off-by: Stelian Pop <stelian@popies.net>
14679
14680commit ea686f52e45b3df2938866d3f5a98bb2556dfe2b
14681Author: Peter Pearse <peter.pearse@arm.com>
14682Date: Fri Feb 1 16:50:24 2008 +0000
14683
14684 Fix timer overflow in DaVinci
14685 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
14686
14687commit f4e7cbfcb0fcbc325a2bcfea7e00e3dd37f93846
14688Author: Peter Pearse <peter.pearse@arm.com>
14689Date: Fri Feb 1 16:49:08 2008 +0000
14690
14691 Update board NetStar
14692 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
14693
Wolfgang Denk67a43892008-02-15 00:57:09 +010014694commit b7f6193e76651e1fd606e46eb11915b53cb6618b
14695Author: Niklaus Giger <niklaus.giger@netstal.com>
14696Date: Tue Feb 5 10:26:42 2008 +0100
14697
14698 ppc4xx: HCU4/5. Fix make O=../xx
14699
14700 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14701
14702commit 29e3500cbc43c89eff6e720ca83e375deeecd9b3
14703Author: Larry Johnson <lrj@acm.org>
14704Date: Tue Jan 22 08:51:59 2008 -0500
14705
14706 ppc4xx: Add CONFIG_4xx_DCACHE compile switch to Denali-core SPD code
14707
14708 Signed-off-by: Larry Johnson <lrj@acm.org>
14709
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010014710commit fe891ecf4d187e9d11dde869ed4623af52b54451
14711Author: Hiroshi Ito <ito@mlb.co.jp>
14712Date: Thu Jan 31 18:35:04 2008 +0900
14713
14714 NFS Timeout with large files.
14715
14716 Retry to send NFS packet before reaching timeout.
14717
14718 Signed-off-by: Hiroshi Ito <ito@mlb.co.jp>
14719
14720commit 88f72527f5b89c0905ad5c36cc2ef8d29dd6bbf0
14721Author: Johannes Stezenbach <js@sig21.net>
14722Date: Tue Jan 29 00:11:25 2008 +0100
14723
14724 Add dependencies to avoid race conditions with parallel make.
14725
14726 Signed-off-by: Johannes Stezenbach <js@sig21.net>
14727
14728commit 6d1b6f9f89c815eaca44acff8e73ece7181f61b6
14729Author: Mike Frysinger <vapier@gentoo.org>
14730Date: Mon Jan 28 05:46:01 2008 -0500
14731
14732 Mark board_init_[fr] as noreturn
14733
14734 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14735
14736commit 161b2af4d7b48fd602ce333c355a4df0337892bb
14737Author: Mike Frysinger <vapier@gentoo.org>
14738Date: Mon Jan 28 05:28:50 2008 -0500
14739
14740 Only use TEXT_BASE if defined by the board
14741
14742 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
14743
14744commit 1b769881750030f10743808b9d6013e11f559350
14745Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14746Date: Fri Jan 25 07:54:47 2008 +0100
14747
14748 Fix remaining CONFIG_COMMANDS
14749
14750 update comments
14751 Fix coding style
14752
14753 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
14754
14755commit 0c9d42e6b0b83d507335a291e3ea99240038f4b9
14756Author: Niklaus Giger <niklaus.giger@netstal.com>
14757Date: Mon Jan 21 16:46:00 2008 +0100
14758
14759 Add *~ to .gitignore
14760
14761 One should never add a backup file ending in with ~ to the git repository.
14762
14763 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
14764
14765commit 3cfb0c51b2bb5ede54eca85ace5b1ba12be314b0
14766Author: Kumar Gala <galak@kernel.crashing.org>
14767Date: Thu Jan 17 00:02:10 2008 -0600
14768
14769 Remove duplicate defines for ARRAY_SIZE
14770
14771 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14772
14773commit c77ce474b1c57b13e9d36d9830f147966c143694
14774Author: Stelian Pop <stelian@popies.net>
14775Date: Mon Jan 14 22:08:14 2008 +0100
14776
14777 Fix incorrect address test in AT91F_DataflashSelect().
14778
14779 Signed-off-by: Stelian Pop <stelian@popies.net>
14780
14781commit d9ad115bbf7bb0842de7dbd2502b7e430f83cc3d
14782Author: Kumar Gala <galak@kernel.crashing.org>
14783Date: Wed Feb 13 15:09:58 2008 -0600
14784
14785 Fix building of fdt_support.c if DEBUG set
14786
14787 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14788
Wolfgang Denk67a43892008-02-15 00:57:09 +010014789commit ccd6e1464e5396bc1a9aebf7077ddf4342eafe03
14790Author: Jon Loeliger <jdl@freescale.com>
14791Date: Tue Feb 12 14:53:28 2008 -0600
14792
14793 Add CFG_MPC86xx_DDR_ADDR and CFG_MPC86xx_DDR2_ADDR symbols
14794
14795 These replace direct structure references for IMMR sections.
14796
14797 Signed-off-by: Jon Loeliger <jdl@freescale.com>
14798
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010014799commit c62776be8dca4097ca03d4f9415f08d4887b45d0
14800Author: Wolfgang Denk <wd@denx.de>
14801Date: Tue Feb 12 00:45:06 2008 +0100
14802
14803 Get rid of "#undef DEBUG" from board config files.
14804
14805 Signed-off-by: Wolfgang Denk <wd@denx.de>
14806
14807commit 73bf1e2de7862bcdbd5a9f993b3e84b67c8ea9c8
14808Author: Timur Tabi <timur@freescale.com>
14809Date: Tue Jan 15 17:09:41 2008 -0600
14810
14811 Remove #undef DEBUG from MPC83xx board header files
14812
14813 Remove the "#undef DEBUG" line from all Freescale 83xx board header files.
14814 The inclusion of this line makes it impossible to enable debug code in
14815 other source files, because "#define DEBUG" typically needs to be defined
14816 before any header files are included.
14817
14818 Signed-off-by: Timur Tabi <timur@freescale.com>
14819
14820commit 69018ce2e086e9caf35b914d675b82bc4888f077
14821Author: Kumar Gala <galak@kernel.crashing.org>
14822Date: Thu Jan 17 08:25:45 2008 -0600
14823
14824 QE: Move FDT support into a common file
14825
14826 Move the flat device tree setup for QE related devices into
14827 a common file shared between 83xx & 85xx platforms that have QE's.
14828
14829 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
14830
Wolfgang Denk438a4c12008-03-26 11:48:46 +010014831commit 5cf746c303710329f8040d9c62ee354313e3e91f
14832Author: Marian Balakowicz <m8@semihalf.com>
14833Date: Thu Jan 31 13:59:09 2008 +0100
14834
14835 [new uImage] Move kernel data find code to get_kernel() routine
14836
14837 Verification of the kernel image (in old format) and finding kernel
14838 data is moved to a dedicated routine. The routine will also hold
14839 support for, to be added, new image format.
14840
14841 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14842
14843commit 7b325454fd231d4273de3fe373850f777fb086bf
14844Author: Marian Balakowicz <m8@semihalf.com>
14845Date: Thu Jan 31 13:58:20 2008 +0100
14846
14847 [new uImage] Cleanup FDT handling in PPC do_boot_linux()
14848
14849 Move FDT blob finding and relocation to a dedicated
14850 get_fdt() routine. It increases code readability and
14851 will make adding support for new uImage format easier.
14852
14853 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14854
14855commit b6b0fe6460b7063ac60b9a3531ef210aedb31451
14856Author: Marian Balakowicz <m8@semihalf.com>
14857Date: Thu Jan 31 13:58:13 2008 +0100
14858
14859 [new uImage] Cleanup do_botm_linux() boot allocations
14860
14861 This patch moves common pre-boot allocation steps shared between PPC
14862 and M68K to a helper routines:
14863
14864 common:
14865 - get_boot_sp_limit()
14866 - get_boot_cmline()
14867 - get_boot_kbd()
14868
14869 platform:
14870 - set_clocks_in_mhz()
14871
14872 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14873
14874commit ceaed2b1e54ebf14d600e02fef016c8df5cc4d40
14875Author: Marian Balakowicz <m8@semihalf.com>
14876Date: Thu Jan 31 13:57:17 2008 +0100
14877
14878 [new uImage] Move ramdisk loading to a common routine
14879
14880 Ramdisk loading code, including initrd_high variable handling,
14881 was duplicated for PPC and M68K platforms. This patch creates
14882 common helper routine that is being called from both platform
14883 do_bootm_linux() routines.
14884
14885 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14886
14887commit 68d4f05e6b2383a442fb71f80f2a9fbb3d8def68
14888Author: Marian Balakowicz <m8@semihalf.com>
14889Date: Thu Jan 31 13:55:53 2008 +0100
14890
14891 [new uImage] Removed dead ramdisk code on microblaze architectures
14892
14893 Microblaze do_bootm_linux() includes ramdisk processing code but
14894 the ramdisk does not get used anywhere later on.
14895
14896 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14897
14898commit 5ad03eb3854c162684222a718b44c0716ea0db03
14899Author: Marian Balakowicz <m8@semihalf.com>
14900Date: Thu Jan 31 13:55:39 2008 +0100
14901
14902 [new uImage] Factor out common image_get_ramdisk() routine
14903
14904 Architecture specific do_bootm_linux() routines share common
14905 ramdisk image processing code. Move this code to a common
14906 helper routine.
14907
14908 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14909
14910commit d3c5eb6dd1f4ed3c3388386cf1d1bf82aa51d56b
14911Author: Marian Balakowicz <m8@semihalf.com>
14912Date: Thu Jan 31 13:20:08 2008 +0100
14913
14914 [new uImage] Move FDT error printing to common fdt_error() routine
14915
14916 FDT error handling in PPC do_bootm_linux() shares the same message format.
14917 This patch moves error message printing to a helper fdt_error() routine.
14918
14919 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14920 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
14921
14922commit 42b73e8ee00d48004791dea64b8093fb974c57e1
14923Author: Marian Balakowicz <m8@semihalf.com>
14924Date: Thu Jan 31 13:20:07 2008 +0100
14925
14926 [new uImage] Factor out common routines for getting os/arch/type/comp names
14927
14928 Move numeric-id to name translation for image os/arch/type/comp header
14929 fields to a helper routines: image_get_os_name(), image_get_arch_name(),
14930 image_get_type_name(), image_get_comp_name().
14931
14932 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14933
14934commit e99c26694a384221d336f6448c06a57479c0baa4
14935Author: Marian Balakowicz <m8@semihalf.com>
14936Date: Thu Jan 31 13:20:07 2008 +0100
14937
14938 [new uImage] Remove standalone applications handling from boootm
14939
14940 Standalone applications are supposed to be run using the "go" command.
14941 This patch removes standalone images handling from the do_bootm().
14942
14943 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14944
14945commit 4a2ad5ff6400698433dd7203d34939c3c9cc9bff
14946Author: Marian Balakowicz <m8@semihalf.com>
14947Date: Thu Jan 31 13:20:07 2008 +0100
14948
14949 [new uImage] Remove OF_FLAT_TREE support from PPC bootm code
14950
14951 Support for OF_FLAT_TREE is to be obsoleted in the near future,
14952 remove related code from the bootm routines.
14953
14954 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14955
14956commit 82850f3d32a2661868ec6876bed7a22c55cef718
14957Author: Marian Balakowicz <m8@semihalf.com>
14958Date: Thu Jan 31 13:20:06 2008 +0100
14959
14960 [new uImage] Use image API in SH do_bootm_linux() routine
14961
14962 Introduce image handling API for lately added Hitachi SH architecture.
14963
14964 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14965
14966commit 4a995edec1ac163d9326d143ffe2b47e7543407f
14967Author: Marian Balakowicz <m8@semihalf.com>
14968Date: Thu Jan 31 13:20:06 2008 +0100
14969
14970 [new uImage] Rename architecture specific bootm code files
14971
14972 Implementation of the do_bootm_linux() and other bootm helper routines is
14973 architecture specific code. As such it resides in lib_<arch> directories
14974 in files named <arch>_linux.c
14975
14976 This patch renames those files to a more clear and accurate
14977 lib_<arch>/bootm.c form.
14978
14979 List of the renamed files:
14980 lib_arm/armlinux.c -> lib_arm/bootm.c
14981 lib_avr32/avr32_linux.c -> lib_avr32/bootm.c
14982 lib_blackfin/bf533_linux.c -> lib_blackfin/bootm.c
14983 lib_i386/i386_linux.c -> lib_i386/bootm.c
14984 lib_m68k/m68k_linux.c -> lib_m68k/bootm.c
14985 lib_microblaze/microblaze_linux.c -> lib_microblaze/bootm.c
14986 lib_mips/mips_linux.c -> lib_mips/bootm.c
14987 lib_nios/nios_linux.c -> lib_nios/bootm.c
14988 lib_nios2/nios_linux.c -> lib_nios2/bootm.c
14989 lib_ppc/ppc_linux.c -> lib_ppc/bootm.c
14990 lib_sh/sh_linux.c -> lib_sh/bootm.c
14991
14992 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
14993
14994commit 7582438c285bf0cef82909d0f232de64ec567a8a
14995Author: Marian Balakowicz <m8@semihalf.com>
14996Date: Thu Jan 31 13:20:06 2008 +0100
14997
14998 [new uImage] Return error on image move/uncompress overwrites
14999
15000 Check for overwrites during image move/uncompress, return with error
15001 when the original image gets corrupted. Report clear message to the user
15002 and prevent further troubles when pointer to the corrupted images is passed
15003 to do_bootm_linux routine.
15004
15005 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15006
15007commit f13e7b2e993c61fed1f607962501e051940d6e80
15008Author: Marian Balakowicz <m8@semihalf.com>
15009Date: Tue Jan 8 18:12:17 2008 +0100
15010
15011 [new uImage] Cleanup image header pointer use in bootm code
15012
15013 - use single image header pointer instead of a set of auxilliary variables.
15014 - add multi component image helper routines: get component size/data address
15015
15016 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15017
15018commit 1ee1180b6e93e56d0282ac8d943e448e9d0eab20
15019Author: Marian Balakowicz <m8@semihalf.com>
15020Date: Tue Jan 8 18:17:10 2008 +0100
15021
15022 [new uImage] Cleanup cmd_bootm.c
15023
15024 - sort and cleanup headers, declarations, etc.
15025 - group related routines
15026 - cleanup indentation, white spaces
15027
15028 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15029
15030commit af13cdbc01eaf88880978bfb4f603e012818ba24
15031Author: Marian Balakowicz <m8@semihalf.com>
15032Date: Tue Jan 8 18:11:45 2008 +0100
15033
15034 [new uImage] Add memmove_wd() common routine
15035
15036 Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.
15037
15038 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15039
15040commit 958fc48abddeab513ea4847e34f22a2e9fe67fe1
15041Author: Marian Balakowicz <m8@semihalf.com>
15042Date: Tue Jan 8 18:11:44 2008 +0100
15043
15044 [new uImage] Fix FDT header verification in PPC do_boot_linux() routine
15045
15046 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15047
15048commit 15158971f49255ccef54f0979a942cfd3de2ae52
15049Author: Marian Balakowicz <m8@semihalf.com>
15050Date: Tue Jan 8 18:11:44 2008 +0100
15051
15052 [new uImage] Fix uImage header pointer use in i386 do_bootm_linux()
15053
15054 Use image header copy instead of a (possibly corrupted) pointer to
15055 a initial image location.
15056
15057 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15058
15059commit 261dcf4624b25f3c551efcf8634e9194fabba9c3
15060Author: Marian Balakowicz <m8@semihalf.com>
15061Date: Tue Jan 8 18:11:44 2008 +0100
15062
15063 [new uImage] Remove I386 uImage fake_header() routine
15064
15065 I386 targets are not using a uImage format, instead fake header
15066 is added to ram image before it is further processed by bootm.
15067
15068 Remove this fixup and force proper uImage use for I386.
15069
15070 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15071
15072commit 559316faf7eae0614c91d77f509b57d6c4c091ba
15073Author: Marian Balakowicz <m8@semihalf.com>
15074Date: Tue Jan 8 18:11:44 2008 +0100
15075
15076 [new uImage] Move CHUNKSZ definition to image.h
15077
15078 CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
15079 move this definition to a common header.
15080
15081 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15082
15083commit 321359f20823e0b8c5ad38b64d007a6c48cda16e
15084Author: Marian Balakowicz <m8@semihalf.com>
15085Date: Tue Jan 8 18:11:43 2008 +0100
15086
15087 [new uImage] Move gunzip() common code to common/gunzip.c
15088
15089 Move gunzip(), zalloc() and zfree() to a separate file.
15090 Share zalloc() and zfree() with cramfs uncompress routine.
15091
15092 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15093
15094commit d45d5a18b6b36688f2365623f9d550566c664b5b
15095Author: Marian Balakowicz <m8@semihalf.com>
15096Date: Tue Jan 8 18:11:43 2008 +0100
15097
15098 [new uImage] Cleanup OF/FDT #if/#elif/#endif use in do_bootm_linux()
15099
15100 Make CONFIG_OF_LIBFDT and CONFIG_OF_FLAT_TREE use more
15101 readable in PPC variant of do_bootm_linux() routine.
15102
15103 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15104
15105commit 5d3cc55ecbae277e08f5ff771da20b1d6a36ec36
15106Author: Marian Balakowicz <m8@semihalf.com>
15107Date: Tue Jan 8 18:11:43 2008 +0100
15108
15109 [new uImage] Move PPC do_bootm_linux() to lib_ppc/ppc_linux.c
15110
15111 PPC implementation of do_bootm_linux() routine is moved to
15112 a dedicated file lib_ppc/ppc_linux.c
15113
15114 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15115
15116commit b97a2a0a21f279d66de8a9bdbfe21920968bcb1c
15117Author: Marian Balakowicz <m8@semihalf.com>
15118Date: Tue Jan 8 18:14:09 2008 +0100
15119
15120 [new uImage] Define a API for image handling operations
15121
15122 - Add inline helper macros for basic header processing
15123 - Move common non inline code common/image.c
15124 - Replace direct header access with the API routines
15125 - Rename IH_CPU_* to IH_ARCH_*
15126
15127 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15128
15129commit ed29bc4e8142b46b626f67524207b36e43d9aad6
15130Author: Marian Balakowicz <m8@semihalf.com>
15131Date: Thu Jan 31 13:19:58 2008 +0100
15132
15133 Add missing cmd_ximg.o to common/Makefile
15134
15135 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
15136
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010015137commit 37e3c62fa07a823e7569c872e3a9395d227ed8e3
15138Author: Grzegorz Bernacki <gjb@semihalf.com>
15139Date: Mon Jan 28 10:15:02 2008 +0100
15140
15141 ADS5121e: DDR2 init/timing update.
15142
15143 Signed-off-by: John Rigby <jrigby@freescale.com>
15144 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
15145
15146commit ac9152830d7fdebace8a260b7737ef2870c21ca0
15147Author: John Rigby <jrigby@freescale.com>
15148Date: Wed Jan 30 13:36:57 2008 -0700
15149
15150 Device tree updates
15151
15152 Changes to match 5121 device tree going mainline in 2.6.25.
15153
15154 Change OF_SOC from "soc5121" to plain "soc".
15155 Remove unneeded "ref-frequency" fixups.
15156 Remove "address" enetaddr fixup.
15157
15158 Add bus-frequency fixup for old OF_SOC so old
15159 kernels with old device trees will work with new
15160 u-boot with 66MHz IPS clock
15161
15162 Signed-off-by: John Rigby <jrigby@freescale.com>
15163
15164commit de55d18df3ff2ea614624e74793de7c43520e0e7
15165Author: John Rigby <jrigby@freescale.com>
15166Date: Wed Jan 30 13:36:56 2008 -0700
15167
15168 Change IPS freq to 66MHz
15169
15170 Recommended frequency is 66MHz
15171 Change divider from 4 to 3.
15172
15173 Signed-off-by: John Rigby <jrigby@freescale.com>
15174
15175commit cd9cb62f9d8b78d6c3af5d1e9b5a3d68a3d73974
15176Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15177Date: Mon Jan 14 22:38:55 2008 +0100
15178
15179 xsengine: rename board_post_init to board_late_init
15180
15181 missing migration from "Cleanup of some init functions"
15182 in c837dcb1a316745092567bfe4fb266d0941884ff
15183
15184 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15185
15186commit 8dafa87476b0d7170e219c2f5e3842c833a91807
15187Author: Larry Johnson <lrj@acm.org>
15188Date: Sat Jan 12 23:35:33 2008 -0500
15189
15190 Add attribute POST_PREREL to ECC memory POST
15191
15192 Signed-off-by: Larry Johnson <lrj@acm.org>
15193
Wolfgang Denk67a43892008-02-15 00:57:09 +010015194commit ed2cf548cac80cd3cf8154dcfe7b2685bef45938
15195Author: Kumar Gala <galak@kernel.crashing.org>
15196Date: Thu Jan 17 08:25:45 2008 -0600
15197
15198 QE: Move FDT support into a common file
15199
15200 Move the flat device tree setup for QE related devices into
15201 a common file shared between 83xx & 85xx platforms that have QE's.
15202
15203 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
15204
15205commit d38da537943cd36356b9d3d9d9b60533554b81d8
15206Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15207Date: Wed Jan 23 17:20:14 2008 +0100
15208
15209 AVR32: Make SDRAM refresh rate configurable
15210
15211 The existing code assumes the SDRAM row refresh period should always
15212 be 15.6 us. This is not always true, and indeed on the ATNGW100, the
15213 refresh rate should really be 7.81 us.
15214
15215 Add a refresh_period member to struct sdram_info and initialize it
15216 properly for both ATSTK1000 and ATNGW100. Out-of-tree boards will
15217 panic() until the refresh_period member is updated properly.
15218
15219 Big thanks to Gerhard Berghofer for pointing out this issue.
15220
15221 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15222
15223commit 61151cccb660cdb06a07fb283de6089913d7bde0
15224Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15225Date: Thu Apr 19 10:10:11 2007 +0200
15226
15227 ATSTK1000: Fix potential flash programming bug
15228
15229 The (now obsolete) atngw100 flash programming code was having problems
15230 programming the onboard at49bv642 chip. The atstk1000 flash
15231 programming code may have the same bug, so import fix for this problem
15232 from the AVR32 Linux BSP.
15233
15234 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15235
15236commit b2e1d5b64469f10dfcce27f7b0afd935684a8e11
15237Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15238Date: Thu Nov 22 17:04:13 2007 +0100
15239
15240 ATSTK1004: Fix comment about default load address
15241
15242 The default load address is SDRAM + 2MB, not SDRAM + 4MB. The latter
15243 wouldn't have worked anyway since the board can only access 4MB of
15244 SDRAM.
15245
15246 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15247
15248commit 8269ab53608d8db2aa06969c337ab0b0518211e5
15249Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15250Date: Thu Nov 22 17:01:24 2007 +0100
15251
15252 ATSTK1002: Use SDRAM + 4MB as default load address
15253
15254 Many people run into problems when they compile a big kernel and load
15255 the uImage at the default SDRAM + 2MB address as the kernel will
15256 overwrite the uImage as it is being unpacked. Increase the default
15257 load address so that we can load a 4MB kernel image without any
15258 problems.
15259
15260 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15261
15262commit 2bcacc2d841b77f3d2d3910db722003742727e9f
15263Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15264Date: Thu Nov 22 16:51:39 2007 +0100
15265
15266 ATNGW100: Fix default mtest range
15267
15268 Let mtest cover the whole SDRAM except the last megabyte, which is
15269 where u-boot lives.
15270
15271 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15272
15273commit 9856a6b3104e0bc210b0868dfe691c52bf03c227
15274Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15275Date: Tue Jan 22 15:31:56 2008 +0900
15276
15277 sh: Fix register address of SH7722.
15278
15279 The address of SH7722 is wrong by old document.
15280 This patch fixes this problem.
15281
15282 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
15283
15284commit 30942b18b66f35f2ceedab39af10e9eccaa943cc
15285Author: Mike Frysinger <vapier@gentoo.org>
15286Date: Mon Feb 4 19:26:57 2008 -0500
15287
15288 new command for displaying strings at specified memory locations
15289
15290 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15291
15292commit b58d8b48e25b0c866d167cc577f118f528cd9e0a
15293Author: Mike Frysinger <vapier@gentoo.org>
15294Date: Mon Feb 4 19:26:57 2008 -0500
15295
15296 rewrite/cleanup Blackfin RTC driver
15297
15298 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15299
15300commit 94a91e248b71c3ff951fc27cff6909e82ca37d15
15301Author: Mike Frysinger <vapier@gentoo.org>
15302Date: Mon Feb 4 19:26:57 2008 -0500
15303
15304 generate u-boot.ldr for Blackfin targets
15305
15306 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15307
15308commit b779f7a59530436040f157f7841db7ab796542df
15309Author: Mike Frysinger <vapier@gentoo.org>
15310Date: Mon Feb 4 19:26:57 2008 -0500
15311
15312 scrub unused symbols
15313
15314 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15315
15316commit cc2977acc3bbbb7850f16645dd1081f95335868d
15317Author: Mike Frysinger <vapier@gentoo.org>
15318Date: Mon Feb 4 19:26:57 2008 -0500
15319
15320 move Blackfin cpu object list to respective cpu directories
15321
15322 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15323
15324commit d0b01a246d0a351bc7dce1d0c9cf6aebdf6d7505
15325Author: Mike Frysinger <vapier@gentoo.org>
15326Date: Mon Feb 4 19:26:57 2008 -0500
15327
15328 interface to Blackfin on-chip One-Time-Programmable memory
15329
15330 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15331
15332commit 4c727c77e43872d3a1d1f76a949fcb3f26a38788
15333Author: Mike Frysinger <vapier@gentoo.org>
15334Date: Mon Feb 4 19:26:56 2008 -0500
15335
15336 add support for memory commands with Blackfin L1 instruction memory
15337
15338 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15339
15340commit 6b9097e5e7490aa7b828c6f1a1c7a0e875df8464
15341Author: Mike Frysinger <vapier@gentoo.org>
15342Date: Mon Feb 4 19:26:56 2008 -0500
15343
15344 use C code rather than inline assembly
15345
15346 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15347
15348commit 97c26e006d2fa6d4e1560933ee6f385d8b8908b9
15349Author: Mike Frysinger <vapier@gentoo.org>
15350Date: Mon Feb 4 19:26:56 2008 -0500
15351
15352 add Blackfin-specific reginfo command
15353
15354 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15355
15356commit 0858b835e7ea501ea084d34cef75932f098342bb
15357Author: Mike Frysinger <vapier@gentoo.org>
15358Date: Mon Feb 4 19:26:55 2008 -0500
15359
15360 add support for Blackfin symbol prefixes to examples
15361
15362 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15363
15364commit 8dc48d71a4be753ea9f84956cd33600de35fad04
15365Author: Mike Frysinger <vapier@gentoo.org>
15366Date: Mon Feb 4 19:26:55 2008 -0500
15367
15368 add Blackfin-specific bdinfo command
15369
15370 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15371
15372commit 0003613e3c7df3b84b2cb92e797d77f46f15a43a
15373Author: Mike Frysinger <vapier@gentoo.org>
15374Date: Mon Feb 4 19:26:55 2008 -0500
15375
15376 move -ffixed-P5 to blackfin_config.mk and drop unused -D__BLACKFIN__
15377
15378 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15379
15380commit 60fa72d65610c7ef33e1d6db858979d05ff0df58
15381Author: Mike Frysinger <vapier@gentoo.org>
15382Date: Mon Feb 4 19:26:55 2008 -0500
15383
15384 unify the Blackfin board targets
15385
15386 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15387
15388commit d4d7730853e5d675f76ec666807da3028c91d592
15389Author: Mike Frysinger <vapier@gentoo.org>
15390Date: Mon Feb 4 19:26:55 2008 -0500
15391
15392 punt Blackfin VDSP headers and import sanitized/auto-generated ones
15393
15394 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15395
15396commit 6cfcce67671a3425229d66203386fa3cbd0cc3bd
15397Author: Mike Frysinger <vapier@gentoo.org>
15398Date: Mon Feb 4 19:26:54 2008 -0500
15399
15400 always pull in asm/blackfin.h for Blackfin ports
15401
15402 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15403
15404commit bf53974c2ddae678d7660f2b5ccfeb0732b6f5dc
15405Author: Mike Frysinger <vapier@gentoo.org>
15406Date: Mon Feb 4 19:26:54 2008 -0500
15407
15408 add missing __raw versions of Blackfin read/write io functions
15409
15410 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15411
15412commit 24e02d0fd3acc50e73e1a3cdd567f0a77946f15d
15413Author: Mike Frysinger <vapier@gentoo.org>
15414Date: Mon Feb 4 19:26:54 2008 -0500
15415
15416 add the default Blackfin logo used by Blackfin boards with splash screens
15417
15418 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15419
15420commit 4c58eb5552220e425c8af6ac8d2839244a2f57b1
15421Author: Mike Frysinger <vapier@gentoo.org>
15422Date: Mon Feb 4 19:26:54 2008 -0500
15423
15424 add some more Blackfin docs
15425
15426 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15427
15428commit 32a9f5f2160a034ea87ea651b233ef7c635e55cf
15429Author: Mike Frysinger <vapier@gentoo.org>
15430Date: Mon Feb 4 19:26:54 2008 -0500
15431
15432 make smc91111_eeprom managment simpler by depending on the board configuration file rather than a hardcoded list of boards
15433
15434 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15435
15436commit 4087bc88cebec75c432a7fe9f6afb545b0919831
15437Author: Mike Frysinger <vapier@gentoo.org>
15438Date: Mon Feb 4 19:26:54 2008 -0500
15439
15440 fix building on Blackfin as the assembler supports the .set syntax, not the = syntax, for assigning symbols
15441
15442 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15443
15444commit b45264ee85cbd92020640a32e02fb434fd557108
15445Author: Mike Frysinger <vapier@gentoo.org>
15446Date: Mon Feb 4 19:26:53 2008 -0500
15447
15448 add gitignores for Blackfin pieces
15449
15450 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
15451
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010015452commit a93907c43f847f076dd0e34ee3b69b5e8e6d0d29
15453Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15454Date: Fri Jan 18 01:14:03 2008 +0100
15455
15456 TFTP: add host ip addr support
15457
15458 allow to use a different server as set in serverip
15459 add CONFIG_TFTP_FILE_NAME_MAX_LEN to configure the file name length
15460 if not defined the max length will be at 128
15461
15462 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15463
Wolfgang Denk67a43892008-02-15 00:57:09 +010015464commit e56b4b494cd92def577969f9678395aa22d34c9f
15465Author: Timur Tabi <timur@freescale.com>
15466Date: Wed Jan 9 14:35:26 2008 -0600
15467
15468 85xx,86xx: Determine I2C clock frequencies and store in global_data
15469
15470 Update global_data to define i2c1_clk and i2c2_clk to 85xx and 86xx.
15471
15472 Update the get_clocks() function in 85xx and 86xx to determine the I2C
15473 clock frequency and store it in gd->i2c1_clk and gd->i2c2_clk.
15474
15475 Signed-off-by: Timur Tabi <timur@freescale.com>
15476
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010015477commit 7ec8bb15ee368ea54d48d64867767a704d9ab4c2
15478Author: Wolfgang Denk <wd@denx.de>
15479Date: Thu Dec 27 10:56:54 2007 +0100
15480
15481 OMAP5912: fix FIFO handling in UART driver
15482
15483 According to the OMAP5912 Serial Interfaces Reference Guide (see
15484 http://focus.ti.com/lit/ug/spru760c/spru760c.pdf, page 150), the
15485 FIFO_EN enable bit in the FIFO Control Register (FCR) can only be
15486 changed when the baud clock is not running, i. e. when both DLL and
15487 DLH are set to 0.
15488
15489 Thus make sure that DLL and DLH are 0 when writing the FCR.
15490
15491 Signed-off-by: Wolfgang Denk <wd@denx.de>
15492
15493commit 16158778b5f52f201e95ded2d2d9084b0ed5670d
15494Author: Harald Welte <laforge@openmoko.org>
15495Date: Wed Dec 19 15:10:52 2007 +0100
15496
15497 ARM: S3C24x0 SoC NAND controller support
15498
15499 This patch adds NAND support to the S3C24x0 SoC code in u-boot
15500
15501 Signed-off-by: Harald Welte <laforge@openmoko.org>
15502
15503commit a7c185ed3d9f8ebd85cfc286e1ffee72e4803163
15504Author: Harald Welte <laforge@openmoko.org>
15505Date: Wed Dec 19 14:24:40 2007 +0100
15506
15507 ARM: s3c24xx: Multiple serial port support
15508
15509 This patch adds support for CONFIG_SERIAL_MULTI on s3c24x0 CPU's
15510
15511 Signed-off-by: Harald Welte <laforge@openmoko.org>
15512
15513commit a25f72f1f73a11de68251fb88c89991e202e68fa
15514Author: Harald Welte <laforge@openmoko.org>
15515Date: Wed Dec 19 14:16:57 2007 +0100
15516
15517 ARM: arm920t: Allow use of 'gd' pointer from IRQ
15518
15519 This patch allows us to use the 'gd' pointer (and thus environment
15520 and everything else associated with it) from interrupt context on
15521 arm920t.
15522
15523 Signed-off-by: Harald Welte <laforge@openmoko.org>
15524
15525commit be19bd5cd0f454b63298844a0b5377e029b2caad
15526Author: Harald Welte <laforge@openmoko.org>
15527Date: Wed Dec 19 14:19:38 2007 +0100
15528
15529 ARM: arm920/s3c24xx: IRQ demulitplexer callback
15530
15531 This patch adds a IRQ demultiplexer callback to the arm920 cpu core code,
15532 plus a stub implementation of it for the S3C2410.
15533
15534 The purpose is to allow arm920t implementations such as the s3c24x0 to
15535 implement interrupt handlers in u-boot without having to touch core
15536 arm920t code.
15537
15538 Signed-off-by: Harald Welte <laforge@openmoko.org>
15539
15540commit a41dbbd98d201d8aea31b5d21df4742c20cd7eda
15541Author: Hebbar <gururajakr@sanyo.co.in>
15542Date: Tue Dec 18 16:03:07 2007 -0800
15543
15544 ARM: Display Ethernet info in do_bdinfo only if CONFIG_CMD_NET is defined
15545
15546 Add ifdef to bdinfo command to display ethernet information
15547 only if CONFIG_CMD_NET is defined for arm modules.
15548
15549 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
15550
15551commit f7ad79b6f9f0f45437b62e19b45356cc2aaf4884
15552Author: Hebbar <gururajakr@sanyo.co.in>
15553Date: Tue Dec 18 16:00:54 2007 -0800
15554
15555 ARM: add I2C init function call in lib_arm/board.c
15556
15557 Adds I2C init func call to init sequence for ARM boards. This is
15558 present in ppc,blackfin and other processor init sequence.
15559
15560 Signed-off-by: K R Gururaja Hebbar <gururajakr@sanyo.co.in>
15561
Wolfgang Denk67a43892008-02-15 00:57:09 +010015562commit ff02f139804f3cb61414f7bbcbfdaa0279e3efae
15563Author: Stefan Roese <sr@denx.de>
15564Date: Fri Feb 1 09:38:29 2008 +0100
15565
15566 ppc4xx: Fix ndfc HW ECC byte order
15567
15568 The current ndfc HW ECC implementation swaps the first two ECC bytes.
15569 But the 4xx NDFC already uses the SMC (Smart Media Card) ECC ordering,
15570 so this swapping in the HW ECC driver is bogus. This patch fixes this
15571 problem and now really uses the SMC ECC byte order.
15572
15573 Thanks to Sean MacLennan for pointing this out.
15574
15575 Signed-off-by: Stefan Roese <sr@denx.de>
15576
15577commit e1d1429b49b0ee58c80f8c7b29c1ebaf8be7f5f1
15578Author: Stefan Roese <sr@denx.de>
15579Date: Wed Jan 30 15:35:50 2008 +0100
15580
15581 ppc4xx: Fix GPIO configuration for pcs440ep
15582
15583 The SRD0_PFC0 register was not configured correctly to enable the GPIO's
15584 49-63 for GPIO. They have been configured as trace signals. This patch
15585 fixes this by clearing the corresponding bit.
15586
15587 Signed-off-by: Stefan Roese <sr@denx.de>
15588
15589commit 28d77d968bfe0316deb5bf15c17f57d5ff2c8821
15590Author: Stefan Roese <sr@denx.de>
15591Date: Wed Jan 30 14:48:28 2008 +0100
15592
15593 ppc4xx: Fix problem with init-ram bigger than 4k on 440 platforms
15594
15595 Signed-off-by: Stefan Roese <sr@denx.de>
15596
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010015597commit 4fedfddf97461b88668b9aec774dfb7a0c6dc368
15598Author: Ladislav Michl <ladis@linux-mips.org>
15599Date: Fri Dec 7 00:42:32 2007 +0100
15600
15601 ARM: Board voiceblue update
15602
15603 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15604
15605commit 2c5260f711168d5ee91c70ddbb7d897013eefc46
15606Author: Ladislav Michl <ladis@linux-mips.org>
15607Date: Thu Dec 6 23:24:57 2007 +0100
15608
15609 ARM: AT91RM9200 based boards config cleanup
15610
15611 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15612
15613 Remove nowhere used struct bd_info_ext, remove trailing whitespaces, fix
15614 indentation.
15615
15616commit 481f28b1db5cd21deb55f69399ba240e107af4c7
15617Author: Ladislav Michl <ladis@linux-mips.org>
15618Date: Thu Dec 6 22:59:16 2007 +0100
15619
15620 ARM: Fix at91rm9200dk base address
15621
15622 Somewhere during development of U-Boot-1.1.3 CONFIG_BOOTBINFUNC was
15623 renamed into CONFIG_INIT_CRITICAL which was 04 Apr 2005 replaced
15624 with CONFIG_SKIP_LOWLEVEL_INIT and CONFIG_SKIP_RELOCATE_UBOOT.
15625 However CONFIG_SKIP_LOWLEVEL_INIT has oposite meaning to
15626 CONFIG_BOOTBINFUNC, so fix configuration to reflect this fact.
15627 I'm sending this patch 4th (!) time in hope it produces at least some
15628 reaction.
15629
15630 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
15631
15632 Fix at91rm9200dk base and environment address.
15633
15634commit c95219fae2a7add7daa2f91aedca65b1698465c7
15635Author: stefano babic <sbabic@denx.de>
15636Date: Tue Nov 20 10:40:24 2007 +0100
15637
15638 MMC for PXA 27X (resubmit)
15639
15640 MMC support for X_Scale PXA is broken and does not work.
15641 Mainly, the mmc_init() function cannot recognize current SD/MMC cards.
15642 There were already some patches around the world but none of them was
15643 merged into the official u-boot tree.
15644
15645 This patch makes order fixing this issue. Resubmit after code cleanup.
15646
15647 Applied and tested on PXA 270 (TrizepsIV module).
15648
15649 Signed-off-by: Stefano Babic <sbabic@denx.de>
15650
15651commit 96bbfa1e6625ce23a150936863b3ecf4c853eb33
15652Author: stefano babic <sbabic@denx.de>
15653Date: Tue Nov 20 10:37:04 2007 +0100
15654
15655 Fix gcc issues in pxa-regs.h
15656
15657 Fix gcc4 issue. With some toolchain, a previous patch that fixes gcc4
15658 issues generates wrong code.
15659 (Problem was reported with gcc-4.0.2-glibc-2.3.6/arm-softfloat-linux-gnu).
15660 This patch fixes the problem and solves the gcc-4 issues as the linux
15661 kernel does.
15662
15663 Signed-off-by: Stefano Babic <sbabic@denx.de>
15664 Signed-off-by: Dmitry Ivanov <ivadmitry@gmail.com>
15665
15666commit 7047b388876e7b905b2ec4edb8010543e3641b85
15667Author: Jens Gehrlein <sew_s@tqs.de>
15668Date: Tue Jan 29 08:45:03 2008 +0100
15669
15670 TQM834x: enable DHCP
15671
15672 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15673 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15674
15675commit a877004d44ca7dbc1e618add3eeb1da7c84e4bec
15676Author: Jens Gehrlein <sew_s@tqs.de>
15677Date: Tue Jan 29 08:45:02 2008 +0100
15678
15679 TQM834x: support for Spansion N-type Flashes (sector size = 256 KiB at 2x16 Bit).
15680
15681 Signed-off-by: Jens Gehrlein <sew_s@tqs.de>
15682 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15683
15684commit 8931ab176025b03cfc320b3fd1eca432a88ed560
15685Author: Ben Warren <biggerbadderben@gmail.com>
15686Date: Sat Jan 26 23:41:19 2008 -0500
15687
15688 Fix conditional compilation of mpx8xxx_spi driver
15689
15690 This driver should only compile if CONFIG_MPC8XXX_SPI is set
15691
15692 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15693 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15694
15695commit 63f732d3d3880feb531f48af247c025bf01462b0
15696Author: Rafal Jaworowski <raj@semihalf.com>
15697Date: Tue Jan 29 17:00:34 2008 +0100
15698
15699 API: Provide dummy halt() in the glue layer.
15700
15701 This fixes a demo app link failure on platforms configured with CONFIG_PANIC_HANG.
15702
15703 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15704
15705commit 0dc1fc22af86d16993388d9ed9630dbaa2d51826
15706Author: Rafal Jaworowski <raj@semihalf.com>
15707Date: Tue Jan 29 16:57:38 2008 +0100
15708
15709 API: Convert conditional building to the new scheme.
15710
15711 This fixes a build breakage with CONFIG_API enabled, which appeared after
15712 the recent changes in the U-Boot build system.
15713
15714 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
15715
15716commit 98b742489c09780be6a832eeaa4e5eff824792bb
15717Author: Wolfgang Denk <wd@denx.de>
15718Date: Fri Jan 25 09:56:17 2008 +0100
15719
15720 inka4x0: remove dead code
15721
15722 Signed-off-by: Wolfgang Denk <wd@denx.de>
15723
Wolfgang Denk67a43892008-02-15 00:57:09 +010015724commit 4f93f8b1a4d35b6d302842132edba920ef8f62aa
15725Author: Becky Bruce <becky.bruce@freescale.com>
15726Date: Wed Jan 23 16:31:06 2008 -0600
15727
15728 86xx: Add reginfo command
15729
15730 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15731
15732commit ddcebcb638715a6278da93b553d5016f99823816
15733Author: Becky Bruce <becky.bruce@freescale.com>
15734Date: Wed Jan 23 16:31:05 2008 -0600
15735
15736 86xx: Add print_laws function to fsl_law.c
15737
15738 This can be used for debug, and will be used by board code
15739 to help implement reginfo.
15740
15741 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15742
15743commit 9cd32426f26a0567bb61f339edd83c6a2ce9bfc3
15744Author: Becky Bruce <becky.bruce@freescale.com>
15745Date: Wed Jan 23 16:31:04 2008 -0600
15746
15747 86xx: Remove old-style law setup code
15748
15749 This includes mpc8610hpcd, mpc8641hpcn, and sbc8641d.
15750
15751 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15752
15753commit 713d8186649dae874613d495b0cecaa039a98b30
15754Author: Becky Bruce <becky.bruce@freescale.com>
15755Date: Wed Jan 23 16:31:03 2008 -0600
15756
15757 86xx: Convert sbc8641d to use new law setup code.
15758
15759 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15760
15761commit 031976f6364b93833e989f57e9f1e023e0be8c4c
15762Author: Becky Bruce <becky.bruce@freescale.com>
15763Date: Wed Jan 23 16:31:02 2008 -0600
15764
15765 86xx: Convert mpc8610hpcd to new law setup method.
15766
15767 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15768
15769commit 4933b91f8a49e436681f163df3173beb91cac44a
15770Author: Becky Bruce <becky.bruce@freescale.com>
15771Date: Wed Jan 23 16:31:01 2008 -0600
15772
15773 86xx: Support new law setup method and convert mpc8641
15774
15775 Adds the support code in cpu/mpc86xx for the new law setup code
15776 recently created fsl_law.c, and changes the MPC8641HPCN config
15777 to use this code.
15778
15779 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15780
15781commit 1a41f7ce9c086e208c0eabf52565a237af2a2bd1
15782Author: Becky Bruce <becky.bruce@freescale.com>
15783Date: Wed Jan 23 16:31:00 2008 -0600
15784
15785 86xx: Rearrange the sequence in start.S
15786
15787 * split the BAT initialization so that only 2 BATs (for the boot page
15788 and stack) are programmed very early on. The rest are initialized later.
15789 * Move other BAT setup, ccsrbar setup, and law setup later in the code
15790 after translation has been enabled.
15791
15792 These changes will facilitate the moving of law and BAT initialization
15793 to C code, and will aid with 36-bit physical addressing support.
15794
15795 Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
15796
Wolfgang Denk0bc9efa2008-02-14 22:46:55 +010015797commit 33dac03b1b5d61e4fed7bad445ba40b4c97feba0
15798Author: Wolfgang Denk <wd@denx.de>
15799Date: Wed Jan 23 14:41:37 2008 +0100
15800
15801 Coding Style Cleanup; update CHANGELOG
15802
15803 Signed-off-by: Wolfgang Denk <wd@denx.de>
15804
Wolfgang Denk33dac032008-01-23 14:41:37 +010015805commit 865f0f9754b95183cad395de7e8cb85df0c6ea1f
15806Author: Wolfgang Denk <wd@denx.de>
15807Date: Wed Jan 23 14:31:17 2008 +0100
15808
15809 Coding Style Cleanup; update CHANGELOG
15810
15811 Signed-off-by: Wolfgang Denk <wd@denx.de>
15812
Wolfgang Denk865f0f92008-01-23 14:31:17 +010015813commit cfe5ca77976afdbe7ecb86e39fd7505bde636ace
15814Author: Dave Liu <r63238@freescale.com>
15815Date: Fri Jan 18 10:07:04 2008 +0800
15816
15817 mpc83xx: Correct the struct spi8xxx in mpc8xxx_spi.h
15818
15819 The commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
15820 cause the 83xx immap broken, so the DMA and PCI will
15821 be failed.
15822
15823 The patch fix the struct spi8xxx and rm struct spi83xx.
15824
15825 Signed-off-by: Dave Liu <daveliu@freescale.com>
15826 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
15827
Wolfgang Denk33dac032008-01-23 14:41:37 +010015828commit 6b4439444286e0fcd01596df504e6ca897ad3e5a
15829Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15830Date: Sat Apr 14 17:11:49 2007 +0200
15831
15832 AVR32: ATNGW100 board support
15833
15834 Add support for the ATNGW100 Network Gateway reference design,
15835 including flash, ethernet and MMC support.
15836
15837 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15838
15839commit e006927a0b9a54e8ee7685d8ac748aaad6801862
15840Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
15841Date: Sat Nov 24 18:15:31 2007 +0100
15842
15843 AVR32: Initialize ipaddr, loadaddr and bootfile at startup
15844
15845 I don't know why the relevant layers can't do this by itself, but this
15846 is what ppc does.
15847
15848 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
15849
15850commit 799891ef7b1b3432032ec23466df6b665a797fa4
15851Author: Michael Schwingen <michael@schwingen.org>
15852Date: Fri Jan 18 00:04:28 2008 +0100
15853
15854 Add AcTux board support
15855
15856 Hi,
15857
15858 The patch adds 4 boards, called AcTux-1 .. AcTux-4. This patch contains the
15859 files that
15860 contain changes for multiple boards, the board-specific files follow as
15861 separate patches.
15862
15863 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15864
15865commit 66a4344a4d910a11125df7768899ad529719855e
15866Author: Michael Schwingen <michael@schwingen.org>
15867Date: Wed Jan 16 19:53:23 2008 +0100
15868
15869 add AcTux-4 board support
15870
15871 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15872
15873commit bc24345e4101a5c996d6b48ce497b09c53025dc6
15874Author: Michael Schwingen <michael@schwingen.org>
15875Date: Wed Jan 16 19:51:55 2008 +0100
15876
15877 add AcTux-3 board support
15878
15879 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15880
15881commit aebf00fc4d1343b24715373893f7b20bf462d1e9
15882Author: Michael Schwingen <michael@schwingen.org>
15883Date: Wed Jan 16 19:51:14 2008 +0100
15884
15885 add AcTux-2 board support
15886
15887 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15888
15889commit ea99e8f05b7240fd657739e286664664ae160abe
15890Author: Michael Schwingen <michael@schwingen.org>
15891Date: Wed Jan 16 19:50:37 2008 +0100
15892
15893 add AcTux-1 board support
15894
15895 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15896
15897commit 3d9f3bfb7a33efe8e41e01b025563cd712c57d64
15898Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15899Date: Mon Jan 14 19:20:08 2008 +0100
15900
15901 ARM: remove useless function board_post_init
15902
15903 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15904
15905commit 96bd462942022e4569b582c072a0ed26de1cd19b
15906Author: Michael Schwingen <michael@schwingen.org>
15907Date: Thu Jan 10 14:59:46 2008 +0100
15908
15909 IXP: enable RTS
15910
15911 enables the RTS signal with CONFIG_SERIAL_RTS_ACTIVE.
15912 No handshaking is done, but the active RTS signal allows to
15913 connect to the target using a PC which is using RTS/CTS
15914 handshake, and does no harm if the PC is set to ignore RTS.
15915
15916 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15917
15918commit a1cf027a08f9dc1c0e769499e6f4fbddcf9cab93
15919Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15920Date: Mon Jan 7 08:41:34 2008 +0100
15921
15922 IXP: add dynamic microcode addr
15923
15924 allow to load the microde from flash or ram by download it through
15925 the serial or other.
15926
15927 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15928 Acked-by: Stefan Roese <sr@denx.de>
15929
15930commit 63ebcc4615dd39926ccf61f1d5f3510262ef6564
15931Author: Michael Schwingen <michael@schwingen.org>
15932Date: Sat Nov 10 15:44:12 2007 +0100
15933
15934 load ixp42x NPE firmware from separate flash block, remove dead code
15935
15936 Hi,
15937
15938 the following patch adds support to move the IXP42X NPE firmware to a
15939 separate flash block, whose start address is defined in
15940 CONFIG_IXP4XX_NPE_EXT_UCODE_BASE. Using that, it is possible to build
15941 NPE-enabled u-boot without copyright problems due to the NPE firmware.
15942
15943 I hope the patch applies, I get whitespace-related differences in the NPE
15944 files due to trailing whitespace in the original versions.
15945
15946 Signed-off-by: Michael Schwingen <michael@schwingen.org>
15947 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
15948
Wolfgang Denk865f0f92008-01-23 14:31:17 +010015949commit 57a127201eb3d8cc19170a008e0bd7af608bd72f
15950Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15951Date: Tue Jan 15 14:15:46 2008 -0600
15952
15953 ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB support
15954
15955 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15956 Signed-off by: John Rigby <jrigby@freescale.com>
15957
15958commit 1aee111135d8660a164d4f6bf7d66b032ea535cf
15959Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15960Date: Tue Jan 15 14:02:49 2008 -0600
15961
15962 ColdFire: MCF547x_8x - Add M547xEVB and M548xEVB board
15963
15964 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15965 Signed-off by: John Rigby <jrigby@freescale.com>
15966
15967commit 777d1abd9796f1c2e148417cc10657e847d318ce
15968Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15969Date: Tue Jan 15 14:00:25 2008 -0600
15970
15971 ColdFire: Add MCF547x_8x FEC driver
15972
15973 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15974 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
15975 Signed-off by: John Rigby <jrigby@freescale.com>
15976
15977commit 72f56adc0b25d43875ad067bae6be1bcea86b79f
15978Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15979Date: Tue Jan 15 13:54:09 2008 -0600
15980
15981 ColdFire: Add MCF547x_8x dma code and header files
15982
15983 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15984 Signed-off by: John Rigby <jrigby@freescale.com>
15985
15986commit ce09fc49b56ea3c442794b6be9b7db4b99dfdc87
15987Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15988Date: Tue Jan 15 13:52:03 2008 -0600
15989
15990 ColdFire: Add MCF547x_8x dma code - 2
15991
15992 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15993 Signed-off by: John Rigby <jrigby@freescale.com>
15994
15995commit 11865ea844e7154fd30c7e2860da4eed4a12ad1f
15996Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
15997Date: Tue Jan 15 13:48:52 2008 -0600
15998
15999 ColdFire: Add MCF547x_8x dma code - 1
16000
16001 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16002 Signed-off by: John Rigby <jrigby@freescale.com>
16003
16004commit 4621fc3fe7cd65b78b3cbd31f65c9f7f72b22bd3
16005Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16006Date: Tue Jan 15 13:39:44 2008 -0600
16007
16008 ColdFire: Add MCF547x_8x related header files
16009
16010 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16011 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16012 Signed-off by: John Rigby <jrigby@freescale.com>
16013
16014commit 570c0186aecab1b747b2d44d0e1d3c1ac4cb27f5
16015Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16016Date: Tue Jan 15 13:37:34 2008 -0600
16017
16018 ColdFire: Add MCF547x_8x cpu arch
16019
16020 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16021 Signed-off by: John Rigby <jrigby@freescale.com>
16022
16023commit e2756f4b54aba0e0523b81dd145666829cf7fd59
16024Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16025Date: Mon Jan 14 17:47:23 2008 -0600
16026
16027 ColdFire: Add MCF5227x cpu and M52277EVB support-3
16028
16029 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16030 Signed-off by: John Rigby <jrigby@freescale.com>
16031
16032commit c87581027994c148131b2f11aa75501f782ec19a
16033Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16034Date: Mon Jan 14 17:46:19 2008 -0600
16035
16036 ColdFire: Add MCF5227x cpu and MCF52277EVB support-2
16037
16038 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16039 Signed-off by: John Rigby <jrigby@freescale.com>
16040
16041commit 1552af70ecab11b9f3dceff7528ed15faf678b9d
16042Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16043Date: Mon Jan 14 17:43:33 2008 -0600
16044
16045 ColdFire: Add MCF5227x cpu and M52277EVB support-1
16046
16047 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16048 Signed-off by: John Rigby <jrigby@freescale.com>
16049
16050commit 397b7b81a1f1008798ae1206913508cc89cb3a7d
16051Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16052Date: Mon Jan 14 17:35:44 2008 -0600
16053
16054 ColdFire: Fix CFI Flash low level Read/Write macro
16055
16056 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16057 Signed-off by: John Rigby <jrigby@freescale.com>
16058
16059commit aa5f1f9dc815a76f6dffb580798599c028fe7feb
16060Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16061Date: Mon Jan 14 17:23:08 2008 -0600
16062
16063 ColdFire: Add M5373EVB platform support - 2
16064
16065 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16066 Signed-off by: John Rigby <jrigby@freescale.com>
16067
16068commit 1ac559d4aa358f63b48c62b564224c06feeb4e36
16069Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16070Date: Mon Jan 14 17:19:54 2008 -0600
16071
16072 ColdFire: Add M5373EVB platform support - 1
16073
16074 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16075 Signed-off by: John Rigby <jrigby@freescale.com>
16076
16077commit 320d61991fa3190ee41765601ed017b6b5ff7b2b
16078Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16079Date: Mon Jan 14 17:17:03 2008 -0600
16080
16081 ColdFire: Update FlexBus CS for MCF532x
16082
16083 Definition update and change from 16bit to 32bit
16084
16085 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16086 Signed-off by: John Rigby <jrigby@freescale.com>
16087
16088commit 2e72ad0644b940817a89a3590ce0d7b99c05c396
16089Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16090Date: Mon Jan 14 17:11:47 2008 -0600
16091
16092 ColdFire: PCI and misc updates for MCF5445x
16093
16094 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16095 Signed-off by: John Rigby <jrigby@freescale.com>
16096
16097commit d2b16493480ac3d4a60ad7d835b0dc27d2e99cee
16098Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16099Date: Mon Jan 14 17:06:55 2008 -0600
16100
16101 ColdFire: MCF5445x header files cleanup
16102
16103 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16104 Signed-off by: John Rigby <jrigby@freescale.com>
16105
16106commit d9aae6260993a93f7fcf13abff85a601f4f50ea7
16107Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16108Date: Mon Jan 14 16:59:42 2008 -0600
16109
16110 ColdFire: MCF532x header files cleanup
16111
16112 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16113 Signed-off by: John Rigby <jrigby@freescale.com>
16114
16115commit 7af7751d047e74b2ec58400f97b879c56446b3e8
16116Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
16117Date: Mon Jan 14 15:30:15 2008 -0600
16118
16119 ColdFire: Add modules header files
16120
16121 Add CF specific modules header files
16122
16123 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
16124 Signed-off-by: John Rigby <jrigby@freescale.com>
16125
16126commit 2956acd5ef93a498337f8ac2ec6ae6a77d491dc5
16127Author: Kim Phillips <kim.phillips@freescale.com>
16128Date: Thu Jan 17 12:48:00 2008 -0600
16129
16130 codingstyle cleanup for spi driver
16131
16132 ..and rm unused CONFIG_FSL_SPI define
16133
16134 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16135
16136commit d59feffb42c9f174116db7a82a311df98983dfce
16137Author: Haiying Wang <Haiying.Wang@freescale.com>
16138Date: Wed Jan 16 17:12:12 2008 -0500
16139
16140 FSL: Fix common EEPROM_data structure definition
16141
16142 - Fix EEPROM_data structure definition according to System EEPROM Data Format.
16143 - Read MAC addresses from EEPROM to ethXaddr before saving ethXaddr to
16144 bd->bi_ethaddr.
16145
16146 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
16147
16148commit 6bee764bd6da510a4aad614880300c968bc7318d
16149Author: Timur Tabi <timur@freescale.com>
16150Date: Wed Jan 16 15:48:12 2008 -0600
16151
16152 86xx: enable command-line editing
16153
16154 Enable command-line editing for all MPC86xx boards.
16155
16156 Signed-off-by: Timur Tabi <timur@freescale.com>
16157
16158commit 80ddd22626d321a772ebfba304eb7830cb4f6bac
16159Author: Ben Warren <biggerbadderben@gmail.com>
16160Date: Wed Jan 16 22:37:42 2008 -0500
16161
16162 Implement hard SPI driver on MPC8349EMDS
16163
16164 This patch implements the fsl_spi driver on the MPC8349EMDS evaluation board.
16165 This board has an ST M25P40 4Mbit EEPROM on its SPI bus
16166
16167 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16168 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16169
16170commit 04a9e1180ac76a7bacc15a6fcd95ad839d65bddb
16171Author: Ben Warren <biggerbadderben@gmail.com>
16172Date: Wed Jan 16 22:37:35 2008 -0500
16173
16174 Add support for a Freescale non-CPM SPI controller
16175
16176 This patch adds support for the SPI controller found on Freescale PowerPC
16177 processors such as the MCP834x family. Additionally, a new config option,
16178 CONFIG_HARD_SPI, is added for general purpose SPI controller use.
16179
16180 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16181 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16182
16183commit a8cb43a89be6cfd283257a603dd9841503ccce0f
16184Author: Dave Liu <r63238@freescale.com>
16185Date: Thu Jan 17 18:23:19 2008 +0800
16186
16187 mpc83xx: Fix the fatal conflict of merge
16188
16189 The commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
16190 will cause the mpc8315erdb board can't boot up.
16191
16192 The patch fix that bug, and remove the duplicated #ifdef
16193 CFG_SPCR_TSECEP code and clean the SCCR_TSEC2 for
16194 MPC8313E processor.
16195
16196 Signed-off-by: Dave Liu <daveliu@freescale.com>
16197 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16198
16199commit 3259eeaa4148125a81417477f62c05bd67f60587
16200Author: Larry Johnson <lrj@acm.org>
16201Date: Thu Jan 17 08:50:09 2008 -0500
16202
16203 Merge Sequoia beautification into Korat code
16204
16205 Signed-off-by: Larry Johnson <lrj@acm.org>
16206
16207commit e16925773211291b562e77187061e9dd1d757217
16208Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16209Date: Thu Jan 17 07:45:05 2008 +0100
16210
16211 net: add 'ethrotate' environment variable
16212
16213 [PATCH] net: add 'ethrotate' environment variable
16214
16215 This patch replaces the buildtime configuration option
16216 CONFIG_NET_DO_NOT_TRY_ANOTHER through the 'ethrotate' runtime
16217 configuration veriable. See README.
16218
16219 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16220 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16221
16222commit ba52be3d0e618c26070e93aaf3c1f2d2adf5571f
16223Author: Stefan Roese <sr@denx.de>
16224Date: Thu Jan 17 14:29:04 2008 +0100
16225
16226 ppc4xx: Fix compilation warnings and coding style issues in HCU4/HCU5
16227
16228 Signed-off-by: Stefan Roese <sr@denx.de>
16229
Wolfgang Denk33dac032008-01-23 14:41:37 +010016230commit 55ed1516cbc1dad3ae277c67ee06fc4a46eaac7d
16231Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16232Date: Thu Jan 17 18:07:32 2008 +0900
16233
16234 sh: Remove CONFIG_COMMANDS from MS7720SE config file
16235
16236 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16237
Wolfgang Denk865f0f92008-01-23 14:31:17 +010016238commit 055606bd25e88c0cd04ad348a679a04b1b616bee
16239Author: Niklaus Giger <niklaus.giger@netstal.com>
16240Date: Wed Jan 16 18:39:20 2008 +0100
16241
16242 ppc4xx: Netstal HCU4 board: added various fixes and POST
16243
16244 - Moved some common code to netstal/common/nm_bsp.c.
16245 - sdram initialisation goes go netstal/common/fixed_sdram.c.
16246 - Added support for POST.
16247 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
16248
16249 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16250
16251commit 69b0634a4ee98c9791815600d43b99f626a952f3
16252Author: Niklaus Giger <niklaus.giger@netstal.com>
16253Date: Thu Jan 17 12:53:56 2008 +0100
16254
16255 ppc4xx: netstal/common define routines used by all boards
16256
16257 Added some routines used by all Netstal boards:
16258 - nm_bsp.c: - nm_show_print and
16259 - common_misc_init_r
16260 - set_params_for_sw_install. Very specific code to handle our SW
16261 installation procedure
16262 - fixed_sdram.c: Common routines for HCU4 (and upcoming) MCU25 boards
16263 to handle sdram initialization.
16264 - nm.h: Common header
16265
16266 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16267
16268commit efeff5382b7a91b48a1aa68b2b75f92ad1d33ff8
16269Author: Niklaus Giger <niklaus.giger@netstal.com>
16270Date: Wed Jan 16 18:39:18 2008 +0100
16271
16272 ppc4xx: Netstal HCU5 board: added various fixes and POST
16273
16274 - Moved some common code to nestal/common/nm_bsp.c.
16275 - Added support for the vxWorks EDR.
16276 - Enable trace for Lauterbach, if present.
16277 - Added support for POST.
16278 - Stylistic cleanups (multi-line comments/ enforce 80 colomn width)
16279
16280 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16281
16282commit 4371090e5da77edc7bf9f296364db4801639d9c4
16283Author: Niklaus Giger <niklaus.giger@netstal.com>
16284Date: Wed Jan 16 18:39:08 2008 +0100
16285
16286 ppc4xx: Netstal HCU5 board. Added POST. Various fixes
16287
16288 - Various fixes
16289 - Reduced rom_size from 384 to 320 kB
16290 - Environment is now in flash
16291 - Added POST
16292 - Support for OF
16293
16294 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16295
16296commit 4bd5036e60afac37e484c2d35cbbe7f6cc1623e7
16297Author: Niklaus Giger <niklaus.giger@netstal.com>
16298Date: Wed Jan 16 18:37:50 2008 +0100
16299
16300 ppc4xx: Netstal HCU4 board. Added POST. Various fixes
16301
16302 - Various fixes
16303 - Reduced rom_size from 384 to 320 kB
16304 - Environment is now in flash
16305 - Added POST
16306 - Support for OF
16307
16308 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
16309
16310commit 1a3ac86b79fcb690275c85861c8efa6a3899060a
16311Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16312Date: Thu Jan 17 10:53:08 2008 +0100
16313
16314 ppc4xx: Complete DU440 board support
16315
16316 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16317
16318commit 15a08bc2bef91e5f1ea4b9cf60e46832d86bcc1f
16319Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16320Date: Thu Jan 17 10:52:30 2008 +0100
16321
16322 ppc4xx: Add DU440 board support
16323
16324 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16325
Wolfgang Denk33dac032008-01-23 14:41:37 +010016326commit ac331da07db3860f11fa1d0fd3db7c810bce1198
16327Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16328Date: Thu Jan 17 15:53:52 2008 +0900
16329
16330 sh: Update SuperH SCIF driver
16331
16332 This patch fixed wrong SH7720 CPU macro and changed macro that
16333 calculated value of SCBRR register.
16334
16335 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
16336
Wolfgang Denk865f0f92008-01-23 14:31:17 +010016337commit 334e442e6fac59be91244063e9b3f6ca25e8daf8
16338Author: Grzegorz Bernacki <gjb@semihalf.com>
16339Date: Wed Jan 16 15:12:47 2008 +0100
16340
16341 Set ips dividor to 1/4 of csb clock.
16342
16343 Previous setting cause ips clock to be out of spec. This bug was found by John
16344 Rigby from Freescale.
16345
16346 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
16347
16348commit 7dc358bb0de9e2fa341f3b4c914466b1f34b2d89
16349Author: Kumar Gala <galak@kernel.crashing.org>
16350Date: Thu Jan 17 02:19:18 2008 -0600
16351
16352 85xx: Get ride of old TLB setup code
16353
16354 Now that all boards have been converted, remove old config code and the
16355 config option for the new style.
16356
16357 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16358
16359commit 3b558e26a5ef31635787d6d6e97d70939d4f892d
16360Author: Kumar Gala <galak@kernel.crashing.org>
16361Date: Thu Jan 17 02:02:10 2008 -0600
16362
16363 85xx: Convert TQM85xx to new TLB setup
16364
16365 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16366
16367commit 74121b470c14f7eaf284ee838bffca6f9521069e
16368Author: Kumar Gala <galak@kernel.crashing.org>
16369Date: Thu Jan 17 01:56:32 2008 -0600
16370
16371 85xx: Convert STXGP3 & STXSSA to new TLB setup
16372
16373 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16374
16375commit 143b518d9125b54f96f1d7f1afc640b8aae81ff0
16376Author: Kumar Gala <galak@kernel.crashing.org>
16377Date: Thu Jan 17 01:44:34 2008 -0600
16378
16379 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setup
16380
16381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16382
16383commit 818218bac6a11591e2542c344d2330e0f4e1968b
16384Author: Kumar Gala <galak@kernel.crashing.org>
16385Date: Thu Jan 17 01:31:34 2008 -0600
16386
16387 85xx: Convert PM854/PM856 to new TLB setup
16388
16389 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16390
16391commit ff4681c9285b2b4d24552a19cacc1769fe2fc7e0
16392Author: Kumar Gala <galak@kernel.crashing.org>
16393Date: Thu Jan 17 01:25:33 2008 -0600
16394
16395 85xx: Convert MPC8540EVAL to new TLB setup
16396
16397 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16398
16399commit 73aa9ac2b46f1cfd039106ebd6b9865016005234
16400Author: Kumar Gala <galak@kernel.crashing.org>
16401Date: Thu Jan 17 01:12:22 2008 -0600
16402
16403 85xx: Convert MPC8568 MDS to new TLB setup
16404
16405 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16406
16407commit 0db37dc2eed30884db2daa24dbd9a113b5d00610
16408Author: Kumar Gala <galak@kernel.crashing.org>
16409Date: Thu Jan 17 01:01:09 2008 -0600
16410
16411 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setup
16412
16413 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16414
16415commit 219a81b98d834f9071b6f7c3bdc6b7ec39cc46cc
16416Author: Kumar Gala <galak@kernel.crashing.org>
16417Date: Thu Jan 17 00:52:29 2008 -0600
16418
16419 85xx: Convert MPC8540/MPC8560 ADS to new TLB setup
16420
16421 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16422
16423commit 80d0b6a1498761c4355b2db9c8001b04c295e7b8
16424Author: Kumar Gala <galak@kernel.crashing.org>
16425Date: Thu Jan 17 00:32:17 2008 -0600
16426
16427 85xx: Convert ATUM8548 to new TLB setup
16428
16429 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16430
16431commit 0f7a3dc95cbff3c21bd6dbc639313796412bbbab
16432Author: Kumar Gala <galak@kernel.crashing.org>
16433Date: Wed Jan 16 23:11:57 2008 -0600
16434
16435 85xx: Convert MPC8544 DS to new TLB setup
16436
16437 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16438
16439commit 8716318057a5f60ab1ba081ece2dbe82ae00e1ee
16440Author: Kumar Gala <galak@kernel.crashing.org>
16441Date: Wed Jan 16 22:38:34 2008 -0600
16442
16443 85xx: Reworked initial processor init
16444
16445 Reworked the initial processor initialzation sequence:
16446 * introduced cpu_early_init_f that is run in address space 1 (AS=1)
16447 * Moved TLB/LAW and CCSR init into cpu_early_init_f()
16448 * Reworked initial asm code to do most of the core init before TLBs
16449
16450 The main reasons for these changes are to allow handling of 36-bit phys
16451 addresses in the future and some of the issues that will exist when we
16452 do that.
16453
16454 There are a few caveats on what can be initialized via the LAW and TLB
16455 static tables:
16456 * TLB entry 14/15 can't be initialized via the TLB table
16457 * any LAW that covers the implicit boot window (4G-8M to 4G) must map to
16458 the code that is currently executing.
16459
16460 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16461
16462commit 44a23cfd6360a68eaa41f945190618a55519eac3
16463Author: Kumar Gala <galak@kernel.crashing.org>
16464Date: Wed Jan 16 22:33:22 2008 -0600
16465
16466 85xx: Introduce new tlb API
16467
16468 Add a set of functions to manipulate TLB entries:
16469 * set_tlb() - write a tlb entry
16470 * invalidate_tlb() - invalidate a tlb array
16471 * disable_tlb() - disable a variable size tlb entry
16472 * init_tlbs() - setup initial tlbs based on static table
16473
16474 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16475
16476commit be88b1699863c262818f3af7f60173b4d48df8fc
16477Author: Stefan Roese <sr@denx.de>
16478Date: Thu Jan 17 07:50:17 2008 +0100
16479
16480 ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx files
16481
16482 Signed-off-by: Stefan Roese <sr@denx.de>
16483
16484commit c8c41d4a80b1a8ad5984a287d81ea780496259f8
16485Author: Kumar Gala <galak@kernel.crashing.org>
16486Date: Wed Jan 16 10:04:42 2008 -0600
16487
16488 85xx: Use proper defines for PCI addresses
16489
16490 We should be using the _MEM_PHYS for LAW and TLB setup and not _MEM_BASE.
16491 While _MEM_BASE & _MEM_PHYS are normally the same, _MEM_BASE should only
16492 be used for configuring the PCI ATMU.
16493
16494 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16495
16496commit 54a5070115eff38e9b324b78abdfa0b4520580b9
16497Author: Kumar Gala <galak@kernel.crashing.org>
16498Date: Wed Jan 16 09:22:29 2008 -0600
16499
16500 85xx: Remove old style of LAW init
16501
16502 All boards are now using the new fsl_law code so we can drop the old version.
16503
16504 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16505
16506commit 4d3521cc79cabc61edf12c48c0ce318d4efb712f
16507Author: Kumar Gala <galak@kernel.crashing.org>
16508Date: Wed Jan 16 09:15:29 2008 -0600
16509
16510 85xx: convert remaining 85xx boards over to use new LAW init code
16511
16512 Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over
16513 to use new LAW init code.
16514
16515 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16516
16517commit 572b13afc42710f2957c382a710360429c0e099b
16518Author: Kumar Gala <galak@kernel.crashing.org>
16519Date: Wed Jan 16 09:11:53 2008 -0600
16520
16521 85xx: convert STXGP3/STXSSA over to use new LAW init code
16522
16523 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16524
16525commit 45f2166ac0233a9263058378f39612bd11f61196
16526Author: Kumar Gala <galak@kernel.crashing.org>
16527Date: Wed Jan 16 09:06:48 2008 -0600
16528
16529 85xx: convert PM854/PM856 over to use new LAW init code
16530
16531 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16532
16533commit e2b159d0070ee06e4ac7e2f9381d3e8e542e614a
16534Author: Kumar Gala <galak@kernel.crashing.org>
16535Date: Wed Jan 16 09:05:27 2008 -0600
16536
16537 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init code
16538
16539 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16540
16541commit 2cfaa1aa1aac39a81006b7b27e0e431bf21f6dfa
16542Author: Kumar Gala <galak@kernel.crashing.org>
16543Date: Wed Jan 16 01:45:10 2008 -0600
16544
16545 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init code
16546
16547 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16548
16549commit 7232a2724ccc9dcbc3ec4ef84ada02f13ccd1238
16550Author: Kumar Gala <galak@kernel.crashing.org>
16551Date: Wed Jan 16 01:32:06 2008 -0600
16552
16553 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init code
16554
16555 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16556
16557commit 4bcae9c92aee0d72a2f19b81cab27ef38107ce75
16558Author: Kumar Gala <galak@kernel.crashing.org>
16559Date: Wed Jan 16 01:16:16 2008 -0600
16560
16561 85xx: convert MPC8544 DS over to use new LAW init code
16562
16563 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16564
16565commit 83d40dfd79fe868796275802f60116d84b9e4395
16566Author: Kumar Gala <galak@kernel.crashing.org>
16567Date: Wed Jan 16 01:13:58 2008 -0600
16568
16569 85xx: Move LAW init code into C
16570
16571 Move the initialization of the LAWs into C code and provide an API
16572 to allow modification of LAWs after init.
16573
16574 Board code is responsible to provide a law_table and num_law_entries.
16575
16576 We should be able to use the same code on 86xx as well.
16577
16578 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16579
Wolfgang Denk33dac032008-01-23 14:41:37 +010016580commit bed8ce838a609aaab136d43b25e6df2a520bc854
16581Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16582Date: Sat Dec 22 15:03:12 2007 +0100
16583
16584 qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITING
16585
16586 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16587
16588commit 0764c164fed6277d359cf132d55187ea34290114
16589Author: Vlad Lungu <vlad@comsys.ro>
16590Date: Wed Jan 16 19:27:51 2008 +0200
16591
16592 MIPS:Target support for qemu -M mips
16593
16594 With serial, NE2000, IDE support. Tested in big-endian mode.
16595 Memory size hard-coded to 128M for now, so don't play with
16596 the -m option.
16597
16598 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
16599
Wolfgang Denk865f0f92008-01-23 14:31:17 +010016600commit 7f52fa3c2df59e49dc2badd7c084cf2d007c438f
16601Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16602Date: Fri Jan 11 00:01:37 2008 +0100
16603
16604 Fix nfs command help to reflect that the serverip is optional
16605
16606 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16607 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16608
16609commit b8f4162a4f7a9bee5e9d0305c17f2d34de466a9b
16610Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16611Date: Mon Dec 10 22:32:14 2007 +0100
16612
16613 bf537-stamp: remove already defined is_zero_ether_addr and is_multicast_ether_addr
16614
16615 and move is_valid_ether_addr board file
16616
16617 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
16618 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16619
16620commit c2f896b8fc4722e36915903e1942e138e68ce804
16621Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16622Date: Wed Jan 16 16:13:31 2008 +0900
16623
16624 drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status).
16625
16626 rx_status on the memory is basically in LE, but needs to be handled in CPU
16627 endian. le32_to_cpu() takes up this mission. Even if on the sane hardware,
16628 it'll work fine.
16629
16630 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16631 Cc: Masami Komiya <mkomiya@sonare.it>
16632 Cc: Lucas Jin <lucasjin@gmail.com>
16633 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16634
16635commit 96a236746fe6a7b84802afb4ed31536696d34812
16636Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16637Date: Wed Jan 16 16:12:26 2008 +0900
16638
16639 drivers/net/rtl8139.c: Fix cache coherency issues
16640
16641 Current driver is meant for cache coherent systems. This patch adds
16642 flush_cache() routines to support cache non-coherent systems.
16643
16644 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16645 Cc: Masami Komiya <mkomiya@sonare.it>
16646 Cc: Lucas Jin <lucasjin@gmail.com>
16647 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16648
16649commit d1276c76c1e2b5035296689280ba1acb2c425104
16650Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16651Date: Wed Jan 16 16:11:14 2008 +0900
16652
16653 drivers/net/rtl8139.c: Fix tx timeout
16654
16655 "to = (currticks() + RTL_TIMEOUT)" has possibilities to wrap around. If it
16656 does, the condition "(currticks() < to)" becomes invalid and immediately
16657 leads to tx timeout error. This patch introduces the fine-graded udely(10)
16658 loops to ease the impact of wrapping around.
16659
16660 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
16661 Cc: Masami Komiya <mkomiya@sonare.it>
16662 Cc: Lucas Jin <lucasjin@gmail.com>
16663 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16664
16665commit 18ee320ff63edbf7b27bbeb05f0e12a52302c68a
16666Author: Dave Liu <r63238@freescale.com>
16667Date: Fri Jan 11 18:45:28 2008 +0800
16668
16669 TSEC: Add the support for RealTek RTL8211B PHY
16670
16671 Add the support of RealTek RTL8211B PHY, the RTL8211B
16672 PHY only supports RGMII and MII mode.
16673
16674 Signed-off-by: Dave Liu <daveliu@freescale.com>
16675 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16676
16677commit 84a3047b72b70e862b0b7a8e2058077457f89a32
16678Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16679Date: Wed Jan 16 09:40:41 2008 +0100
16680
16681 Remove annoying debug printout for PHY less boards.
16682
16683 PHY less board prints out lots of "read wrong ...":
16684 read wrong value : mii_id 3,mii_reg 2, base e0102320
16685 read wrong value : mii_id 3,mii_reg 3, base e0102320
16686 UEC: PHY is Generic MII (ffffffff)
16687 read wrong value : mii_id 3,mii_reg 4, base e0102320
16688 read wrong value : mii_id 3,mii_reg 0, base e0102320
16689 read wrong value : mii_id 3,mii_reg 1, base e0102320
16690 read wrong value : mii_id 3,mii_reg 1, base e0102320
16691 read wrong value : mii_id 3,mii_reg 5, base e0102320
16692 read wrong value : mii_id 3,mii_reg 1, base e0102320
16693 read wrong value : mii_id 3,mii_reg 1, base e0102320
16694 read wrong value : mii_id 3,mii_reg 5, base e0102320
16695 FSL UEC0: Full Duplex
16696 FSL UEC0: Speed 100BT
16697 FSL UEC0: Link is up
16698 Using FSL UEC0 device
16699
16700 Make this printout depend on UEC_VERBOSE_DEBUG and
16701 remove its definition in uec_phy.c
16702
16703 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16704 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16705
16706commit ee62ed3286f83b98b7785e0318dc6379e78f7ff6
16707Author: Kim Phillips <kim.phillips@freescale.com>
16708Date: Tue Jan 15 14:11:00 2008 -0600
16709
16710 net: reduce boot latency on QE UEC based boards
16711
16712 actually polling for PHY autonegotiation to finish enables us to remove the
16713 5 second boot prompt latency present on QE based boards.
16714
16715 call to qe_set_mii_clk_src in init_phy, and mv call to init_phy from
16716 uec_initialize to uec_init by Joakim Tjernlund; autonegotiation wait
16717 code shamelessly stolen from tsec driver.
16718
16719 also rm unused CONFIG_RMII_MODE code.
16720
16721 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16722 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
16723 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16724
16725commit 55fe7c57a8b99a130925052dcdbb77f053dc50e3
16726Author: michael.firth@bt.com <michael.firth@bt.com>
16727Date: Wed Jan 16 11:40:51 2008 +0000
16728
16729 TSEC driver: Change MDIO support to allow access to any PHYs on the MDIO bus
16730
16731 The current TSEC driver limits MDIO access to the devices that have been configured as attached
16732 to a TSEC MAC. This patch allows access to any PHY device on the MDIO bus through the 'mii' commands.
16733
16734 Signed-off-by: Michael Firth <michael.firth@bt.com>
16735 Acked-by: Andy Fleming <afleming@freescale.com>
16736 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
16737
16738commit 5e918a98c26e8ab9b5d2d48d998a2ced2b5b85b3
16739Author: Kim Phillips <kim.phillips@freescale.com>
16740Date: Wed Jan 16 00:38:05 2008 -0600
16741
16742 Add support for the MPC837xERDB
16743
16744 MPC837xERDB board support includes:
16745 * DDR2 330MHz hardcoded (soldered on the board)
16746 * Local Bus NOR Flash
16747 * I2C, UART and RTC
16748 * eTSEC RGMII (TSEC0 - RTL8211B with MII;
16749 * TSEC1 - VSC7385 local bus, hardcoded, requires seperate firmware
16750 * load)
16751
16752 Signed-off-by: Kevin Lam <kevin.lam@freescale.com>
16753 Signed-off-by: Joe D'Abbraccio <joe.d'abbraccio@freescale.com>
16754 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16755
16756commit 9e89647889cd4b5ada5b5e7cad6cbe55737a08d7
16757Author: Kim Phillips <kim.phillips@freescale.com>
16758Date: Wed Jan 16 12:06:16 2008 -0600
16759
16760 mpc83xx: add support for more system clock performance controls
16761
16762 System registers that are modified are the Arbiter Configuration
16763 Register (ACR), the System Priority Control Register (SPCR), and the
16764 System Clock Configuration Register (SCCR).
16765
16766 Signed-off by: Michael F. Reiss <Michael.F.Reiss@freescale.com>
16767 Signed-off by: Joe D'Abbraccio <ljd015@freescale.com>
16768 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16769
16770commit 16c3cde050e2d243e62b37486f1558570787beb8
16771Author: James Yang <james.yang@freescale.com>
16772Date: Wed Jan 16 11:58:08 2008 -0600
16773
16774 FSL: Generalize PIXIS reset command parsing.
16775
16776 Before, the order of arguments to the pixis_reset
16777 command needed to be supplied in a hard-coded order.
16778 Generalize the command parsing to allow any order.
16779
16780 Signed-off-by: James Yang <james.yang@freescale.com>
16781 Acked-by: Jon Loeliger <jdl@freescale.com>
16782
16783commit ad8f8687b78c3e917b173f038926695383c55555
16784Author: Jon Loeliger <jdl@freescale.com>
16785Date: Tue Jan 15 13:42:41 2008 -0600
16786
16787 FSL: Convert board/freescale/common/Makefile to use CONFIG_
16788
16789 Convert the board/freescale/common/Makefile to use
16790 CONFIG_* options to select which files to conditionally
16791 compile into the board/freescale/common library rather
16792 than conditionally compiling entire files.
16793
16794 Now handles::
16795 CONFIG_FSL_PIXIS
16796 CONFIG_FSL_DIU_FB
16797 CONFIG_PQ_MDS_PIB
16798
16799 CONFIG_ID_EEPROM is introduced until CFG_ID_EEPROM is gone.
16800
16801 Signed-off-by: Jon Loeliger <jdl@freescale.com>
16802
16803commit 7c2221eb230372a9e537c4f6636b147b0909325f
16804Author: Roy Zang <tie-fei.zang@freescale.com>
16805Date: Tue Jan 15 16:38:38 2008 +0800
16806
16807 Use CONFIG_ULI526X as MPC8610HPCD default Ethernet driver
16808
16809 Use driver/net/uli526x.c as MPC8610HPCD default Ethernet driver.
16810 Remove unused ethernet CONFIG_ options.
16811
16812 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
16813 Acked-by: Jon Loeliger <jdl@freescale.com>
16814
16815commit 711a7946277d2e29af481011e8635e9975c54e45
16816Author: Kim Phillips <kim.phillips@freescale.com>
16817Date: Tue Jan 15 14:05:14 2008 -0600
16818
16819 mpc83xx: fix QE ETHPRIMEs to correct 'FSL UEC0' value
16820
16821 continuation of commit b96c83d4ae475a70ef2635cd0e748174c44c8601
16822
16823 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16824
16825commit 363eea9ff7f19a2cba17f262bd17559f166e134e
16826Author: Kim Phillips <kim.phillips@freescale.com>
16827Date: Tue Jan 15 09:51:12 2008 -0600
16828
16829 mpc83xx: clean up mpc8360emds.c warnings
16830
16831 mpc8360emds.c: In function 'ft_board_setup':
16832 mpc8360emds.c:327: warning: assignment makes pointer from integer without a cast
16833 mpc8360emds.c:329: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
16834 mpc8360emds.c:334: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
16835 mpc8360emds.c:341: warning: assignment makes pointer from integer without a cast
16836 mpc8360emds.c:343: warning: passing argument 2 of 'fdt_getprop' makes integer from pointer without a cast
16837 mpc8360emds.c:348: warning: passing argument 2 of 'fdt_setprop' makes integer from pointer without a cast
16838
16839 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16840
16841commit f09880ea72a1c806db223ce594c5fb1b6542ff6a
16842Author: Kim Phillips <kim.phillips@freescale.com>
16843Date: Mon Jan 14 16:14:46 2008 -0600
16844
16845 mpc83xx: fix phy-connection-type fixup code
16846
16847 use tree passed to us in local blob, not global fdt.
16848
16849 Also use fdt_path_offset to convert to relative offset, since absolute
16850 reference is needed to check for rgmii-id mode string value.
16851
16852 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16853
16854commit 2b4c952be7c4357a13e839d48df80853820c33eb
16855Author: Kumar Gala <galak@kernel.crashing.org>
16856Date: Mon Jan 14 09:01:40 2008 -0600
16857
16858 mpc83xx: fix mpc8313/mpc8315/mpc8349itx Makefiles for silent build (with -s)
16859
16860 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
16861 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16862
16863commit e1d8ed2c08da14b168658cc5fa78529d461aea70
16864Author: Poonam Aggrwal <b10812@freescale.com>
16865Date: Mon Jan 14 09:41:14 2008 +0530
16866
16867 Changes in uboot DDR configuration for MPC8313eRDB
16868
16869 These changes were identified by HighSmith Bill ,Mazzyar and Joseph for
16870 DDR configuration in u-boot code. Some are related to performance, some
16871 affect stability and some correct few basic errors in the current
16872 configuration.
16873
16874 The changes have been tested and found to give better memory latency
16875 figures on MPC8313eRDB.LMBench figures prove it.
16876
16877 The changes are:
16878
16879 - CS0_CONFIG[ AP_n_EN] is changed from 1 to 0
16880 (this may improve performance for application with many read
16881 or write to open pages).
16882 - CS0_CONFIG[ODT_WR_CFG] is currently changed from 100 to
16883 001 (activating all the CS when only one is used may cause
16884 unwanted noise on the system)
16885
16886 - TIMING_CFG_1[ACTTOPRE] is changed from 9clks to 8clks (based on
16887 Tras=45ns)
16888 - TIMING_CFG_1[REFREC] changed from 21 clks to 18clks.
16889
16890 - TIMING_CFG_2[AL] value changed from 0 setting to 1 clk to
16891 comply with the 3 ODT clk requirements)
16892 - TIMING_CFG_2[CPO] was set to a reserved value, changed to RL+3/4.
16893 - TIMING_CFG_2[FOUR_ACT] is changed from 10 clks to 6clks.
16894
16895 - DDR_SDRAM_MODE[AL]changed from 0 to 1.
16896 - DDR_SDRAM_MODE[WRREC] changed from 1 clk to 3 clks.
16897
16898 - DDR_SDRAM_INTERVAL[REFINT] is changed from 0x0320 to 0x0510.
16899 - DDR_SDRAM_INTERVAL[BSTOPRE] is changed from 0x64 to 0x0500.
16900
16901 The patch is based of git://www.denx.de/git/u-boot-mpc83xx.git
16902 The last commit on this tree was 6775c68683a53c7abc778774641aac6f833a2cbf
16903
16904 Signed-off-by: Poonam Aggrwal-b10812 <b10812@freescale.com>
16905 Cc: Bill HighSmith <Bill.Highsmith@freescale.com>
16906 Cc: Razzaz Mazyar <MRazzaz@freescale.com>
16907 Cc: Josep P J <PJ.Joseph@freescale.com>
16908 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16909
16910commit b5cdd7df4a06edb91539c9a2ea7c178a870c3a95
16911Author: Jerry Van Baren <gvb.uboot@gmail.com>
16912Date: Sat Jan 12 13:24:14 2008 -0500
16913
16914 Enable the isdram command on the MPC8360EMDS board
16915
16916 The isdram command prints out decoded information the "serial presence
16917 detect" (SPD) chip on the SDRAM SIMMs. This can be very helpful when
16918 debugging memory configuration problems.
16919
16920 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
16921 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16922
16923commit 8bd522ce4afda3d4868ee8c913f5394094326be1
16924Author: Dave Liu <r63238@freescale.com>
16925Date: Fri Jan 11 18:48:24 2008 +0800
16926
16927 mpc83xx: Add the support for MPC8315ERDB board
16928
16929 The features list:
16930 - Boot from NOR Flash
16931 - DDR2 266MHz hardcoded configuration
16932 - Local bus NOR Flash R/W operation
16933 - I2C, UART, MII and RTC
16934 - eTSEC0/1 support
16935 - PCI host
16936
16937 Signed-off-by: Dave Liu <daveliu@freescale.com>
16938 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16939
16940commit b05884efa614e4d8a9413158fc228e0dc02ab704
16941Author: Dave Liu <r63238@freescale.com>
16942Date: Fri Jan 11 18:46:50 2008 +0800
16943
16944 mpc83xx: Add config of eTSEC emergency priority in SPCR
16945
16946 The TSEC emergency priority definition of 831x/837x
16947 is different than the definition of 834x in SPCR register.
16948
16949 Add the other config of TSEC emergency priority into
16950 cpu_init.c
16951
16952 Signed-off-by: Dave Liu <daveliu@freescale.com>
16953 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16954
16955commit 9b958234b0783f13d92f007f753fd2c3ae2c8680
16956Author: Dave Liu <r63238@freescale.com>
16957Date: Fri Jan 11 18:42:19 2008 +0800
16958
16959 mpc83xx: Remove cache config from MPC8360ERDK.h
16960
16961 The MPC8360ERDK board support patch is added before
16962 the commit 2c5b48fc205c3e2752910da8f39209ed075929e5
16963 so, miss clean up it.
16964
16965 The patch clean up the miss cache config.
16966
16967 Signed-off-by: Dave Liu <daveliu@freescale.com>
16968 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
16969
16970commit cd9d23053d435c08fc8695017b5cb9003fcda786
16971Author: Anton Vorontsov <avorontsov@ru.mvista.com>
16972Date: Mon Jan 14 23:09:32 2008 +0300
16973
16974 nand: FSL UPM NAND driver
16975
16976 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
16977
16978commit 6cb2239ae76faee64434286c4f8fc71374702dd2
16979Author: Kyungmin Park <kmpark@infradead.org>
16980Date: Tue Jan 15 08:59:44 2008 +0900
16981
16982 OneNAND: Separate U-Boot dependent code from OneNAND
16983
16984 OneNAND: Separate U-Boot dependent code from OneNAND
16985
16986 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
16987
16988commit 83a49c8dd7998be2d1f0d420597a36bbf0bf4164
16989Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16990Date: Wed Jan 16 10:33:46 2008 +0100
16991
16992 ppc4xx: Sequoia coding style cleanup and beautification
16993
16994 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
16995
16996commit 4b3cc6ece9c455504cf12909fae38d085d848ac0
16997Author: Larry Johnson <lrj@acm.org>
16998Date: Tue Jan 15 14:35:58 2008 -0500
16999
17000 ppc4xx: Refactor ECC POST for AMCC Denali core
17001
17002 The ECC POST reported intermittent failures running after power-up on
17003 the Korat PPC440EPx board. Even when the test passed, the debugging
17004 output occasionally reported additional unexpected ECC errors.
17005
17006 This refactoring has three main objectives: (1) minimize the code
17007 executed with ECC enabled during the tests, (2) add more checking of the
17008 results so any unexpected ECC errors would cause the test to fail, and
17009 (3) use synchronization (only) where required by the processor.
17010
17011 Signed-off-by: Larry Johnson <lrj@acm.org>
17012
17013commit 2465665b73ac2f688af945b1ed510752afa816a4
17014Author: David Saada <David.Saada@ecitele.com>
17015Date: Tue Jan 15 10:40:24 2008 +0200
17016
17017 QE UEC: Extend number of supported UECs to 4
17018
17019 This patch extends the number of supported UECs to 4. Note that the
17020 problem of QE thread resources exhaustion is resolved by setting the
17021 correct number of QE threads according to Ethernet type (GBE or FE).
17022
17023 Signed-off-by: David Saada <david.saada@ecitele.com>
17024 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17025
17026commit 58d204256cb1ce1bd323847d9f644acf70a72e6a
17027Author: Wolfgang Denk <wd@denx.de>
17028Date: Wed Jan 16 00:01:01 2008 +0100
17029
17030 LWMON5: enable hush shell as command line parser
17031
17032 Signed-off-by: Wolfgang Denk <wd@denx.de>
17033
17034commit 66ffb1883feedddc813d8a507d060f2a940eb2b2
17035Author: Wolfgang Denk <wd@denx.de>
17036Date: Tue Jan 15 17:22:28 2008 +0100
17037
17038 ADS5121: disable watchdog; enable image timestamps
17039
17040 Signed-off-by: Wolfgang Denk <wd@denx.de>
17041
17042commit 2b4f778fe9d1de61d7445bae7b325340aba6968d
17043Author: Wolfgang Denk <wd@denx.de>
17044Date: Tue Jan 15 17:21:28 2008 +0100
17045
17046 TK885D: fixes for bigger flash sector sizes on new modules;
17047 adjust default environment;
17048 disable SCC ethernet (not used on this board).
17049
17050 Signed-off-by: Wolfgang Denk <wd@denx.de>
17051
17052commit f91d7ae5ca89acf9fa1ed1015dc078cf29581607
17053Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17054Date: Tue Jan 15 17:48:13 2008 +0900
17055
17056 pcmcia: Remove CONFIG_COMMANDS from marubun pcmcia driver
17057
17058 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17059
17060commit 76e49aa7fb8e76cc49092c1acd53fff921e26360
17061Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17062Date: Tue Jan 15 23:25:25 2008 +0900
17063
17064 sh: Add support SH7710/SH7712
17065
17066 SH7710/SH7712 of SH3 CPU are supported.
17067 SH771X is called SH-Ether, and has the Ether controller in CPU.
17068 The driver of Ether is not included in this patch.
17069
17070 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17071
17072commit 63a11be68306870e04d3851ed9fa41955cdf4894
17073Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17074Date: Tue Jan 15 23:06:17 2008 +0900
17075
17076 sh: Add support of map_physmem() and unmap_physmem() to SuperH
17077
17078 This patch add the support of map_physmem() and unmap_physmem()
17079 used with Common Flash Interface(CFI) driver.
17080
17081 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17082
17083commit db3995fe5164ac5d630b7ecb96286a9828dfbb54
17084Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17085Date: Wed Jan 9 14:42:27 2008 +0900
17086
17087 sh: Add maintainer of MS7720SE to the MAINTAINER file
17088
17089 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17090
17091commit dcd99e88e03d56a0aeecd42b507d2d29d20ab0e3
17092Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17093Date: Wed Jan 9 14:39:58 2008 +0900
17094
17095 sh: Fix board name in MS7720SE's config.mk
17096
17097 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17098
17099commit c0a04d93734d768b39dbb72fb501b65614c8615d
17100Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17101Date: Wed Jan 9 14:37:36 2008 +0900
17102
17103 sh: Add MS7720SE to MAKEALL
17104
17105 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17106
17107commit b2b5e2bb78a1ef4ae8504f5a26bfdc3293ea74ae
17108Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17109Date: Mon Dec 3 22:58:50 2007 +0900
17110
17111 sh: Add support for MS7720RP02 board
17112
17113 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17114 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17115 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17116
17117commit 7c10c57275901939a8ece4a9ef3e7ccb7c12a0ed
17118Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17119Date: Wed Jan 9 14:30:02 2008 +0900
17120
17121 sh: Add support for SH7720 in serial_sh driver.
17122
17123 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17124 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17125 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17126
17127commit f9913a8ee71ff14fcfc1c7fd0e6912f897e69403
17128Author: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17129Date: Mon Dec 3 22:58:45 2007 +0900
17130
17131 sh: Add support SH3 and SH7720
17132
17133 Signed-off-by: Yoshihiro Shimoda <shimoda.yoshihiro@renesas.com>
17134 CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17135 Acked-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
17136
17137commit 9adfc9fb9ade64cdf1ed9ff842e4f900cbda78bd
17138Author: Stefan Roese <sr@denx.de>
17139Date: Tue Jan 15 10:11:02 2008 +0100
17140
17141 ppc4xx: Remove compiler warning in cpu/ppc4xx/44x_spd_ddr2.c
17142
17143 Signed-off-by: Stefan Roese <sr@denx.de>
17144
17145commit 17bef68097ab3692500a36fb31115bff7910aa99
17146Author: Niklaus Giger <niklausgiger@gmx.ch>
17147Date: Mon Jan 14 14:04:42 2008 +0100
17148
17149 ppc_4xx: Fix post spr.c for PPC405
17150
17151 post/cpu/ppc4xx/spr.c contained a few checks for registers only present
17152 for PPC440 and derivates processor.
17153
17154 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17155
17156commit 06c428bcd4413014b43236e77765022071424fa6
17157Author: Dave Liu <r63238@freescale.com>
17158Date: Mon Jan 14 11:12:01 2008 +0800
17159
17160 QE: fix compile warning
17161
17162 qe.c: In function 'qe_upload_firmware':
17163 qe.c:390: warning: pointer targets in passing argument 2
17164 uec.c: In function 'uec_initialize':
17165 uec.c:1236: warning: 'uec_info' may be used uninitialized
17166
17167 Signed-off-by: Dave Liu <daveliu@freescale.com>
17168
17169commit a0dd99d51efa55fe023e19c97ead92683725eb11
17170Author: Stefan Roese <sr@denx.de>
17171Date: Mon Jan 14 10:05:05 2008 +0100
17172
17173 ppc4xx: Update Kilauea CPLD configuration with USB PHY reset bit
17174
17175 Now that bit 29 is the USB PHY reset bit, update the Kilauea port
17176 to remove the USB PHY reset after powerup. The CPLD will keep the
17177 USB PHY in reset (active low) until the bit is set to 1 in
17178 board_early_init_f().
17179
17180 Signed-off-by: Stefan Roese <sr@denx.de>
17181
17182commit f43ad53908f1ea83a7c26c3505bbe84382e47aad
17183Author: Wolfgang Denk <wd@denx.de>
17184Date: Sun Jan 13 23:26:45 2008 +0100
17185
17186 ARM: update mach-types.h from 2.6.24-rc7 Linux kernel tree
17187
17188 Signed-off-by: Wolfgang Denk <wd@denx.de>
17189
17190commit 8d103071b7b0e3ec888859bfcb9d422565e6d750
17191Author: Wolfgang Denk <wd@denx.de>
17192Date: Sun Jan 13 23:37:50 2008 +0100
17193
17194 ADS5121: Fix typo in ads5121.c, adjust default environment
17195
17196 Signed-off-by: Wolfgang Denk <wd@denx.de>
17197
17198commit 51b67d06faa670c65de6f29ec5b5aace74b2a047
17199Author: John Rigby <jrigby@freescale.com>
17200Date: Fri Aug 24 18:18:43 2007 -0600
17201
17202 ADS5121: MAX slew rate for PATA pins
17203
17204 Signed-off-by: John Rigby <jrigby@freescale.com>
17205
17206commit dd531aac34aaad138f16cacdb51d61908d59c0e2
17207Author: Wolfgang Denk <wd@denx.de>
17208Date: Sun Jan 13 21:05:52 2008 +0100
17209
17210 Fix Makefile dependency problem with parallel builds.
17211
17212 Signed-off-by: Wolfgang Denk <wd@denx.de>
17213
17214commit 89967841e3ea02e3d0e5e1295ab687576e5b1089
17215Author: Wolfgang Denk <wd@denx.de>
17216Date: Sun Jan 13 19:51:39 2008 +0100
17217
17218 MPC8544DS: fix board Makefile for silent build (with -s)
17219
17220 Signed-off-by: Wolfgang Denk <wd@denx.de>
17221
17222commit 6d714f82fb4b8bb7e267e9c71b8009bc670bfe88
17223Author: Wolfgang Denk <wd@denx.de>
17224Date: Sun Jan 13 16:44:08 2008 +0100
17225
17226 PMC440 board: fix board Makefile for out-of-tree building
17227
17228 Signed-off-by: Wolfgang Denk <wd@denx.de>
17229
17230commit 6eb3fb15588d319bd3099d5f9b910051dfeab6b2
17231Author: Wolfgang Denk <wd@denx.de>
17232Date: Sun Jan 13 16:07:44 2008 +0100
17233
17234 Makalu: fix compile warning
17235
17236 Signed-off-by: Wolfgang Denk <wd@denx.de>
17237
17238commit 0a1e03bcadc7734688a21e8dd2e46a4f608193c0
17239Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17240Date: Sun Jan 13 12:36:12 2008 +0100
17241
17242 cmd_nand : fix compiler warning.
17243
17244 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17245
17246commit 8225d1e3ac0ab147cdde4b0042812583380afb8a
17247Author: Michael Schwingen <rincewind@discworld.dascon.de>
17248Date: Sat Jan 12 20:29:47 2008 +0100
17249
17250 CFI: Fix CONFIG_FLASH_CFI_LEGACY compilation
17251
17252 Signed-off-by: Michael Schwingen <michael@schwingen.org>
17253 Acked-by: Stefan Roese <sr@denx.de>
17254
17255commit 2b2f43ed6a30ece77f76191c845ac95267daa31a
17256Author: Wolfgang Denk <wd@denx.de>
17257Date: Sun Jan 13 02:19:44 2008 +0100
17258
17259 MPC8360ERDK: fix incorrect initialization of CFG_I2C_NOPROBES
17260
17261 Signed-off-by: Wolfgang Denk <wd@denx.de>
17262
17263commit 08e99e1dd01a3e0e3dc3a7138eb827c997e2b74d
17264Author: Wolfgang Denk <wd@denx.de>
17265Date: Sun Jan 13 02:19:13 2008 +0100
17266
17267 MPC8xx FEC driver: fix compiler warning.
17268
17269 Signed-off-by: Wolfgang Denk <wd@denx.de>
17270
17271commit ae6d1056d2c2e4d1266413c0ae8a6d5529ecde4b
17272Author: Wolfgang Denk <wd@denx.de>
17273Date: Sun Jan 13 00:59:21 2008 +0100
17274
17275 Fix Makefile dependencies issues; allow silent build
17276
17277 - get rid of "version" target whichdidn't really work
17278 - make autoconf.mk depend on version_autogenerated.h to make sure
17279 to rebuild files as needed
17280 - add XECHO macro to allow for silent build using "make -s"
17281
17282 Signed-off-by: Wolfgang Denk <wd@denx.de>
17283
17284commit e343ab83d5135b558aa58db9be8fc7faa68d77ed
17285Author: Wolfgang Denk <wd@denx.de>
17286Date: Sun Jan 13 00:55:47 2008 +0100
17287
17288 ADS5121e: fix compile warning
17289
17290 Signed-off-by: Wolfgang Denk <wd@denx.de>
17291
17292commit f2b6f4610627fe3d607620e25082916a01538875
17293Author: Wolfgang Denk <wd@denx.de>
17294Date: Sun Jan 13 00:55:18 2008 +0100
17295
17296 MUNICes: fix board Makefile for remote build directory
17297
17298 Signed-off-by: Wolfgang Denk <wd@denx.de>
17299
17300commit 2ad4d3999fe801aa716221d7d9a4c5bdad74783a
17301Author: Oliver Weber <almoeli@gmx.de>
17302Date: Wed Jan 9 17:04:38 2008 +0100
17303
17304 MPC5200: don't use hardcoded MBAR address in Bestcomm firmware
17305
17306 Signed-off-by: Oliver Weber <almoeli@gmx.de>
17307
17308commit 00ac50e348d1bace27a174b7f528d113bc7cdf7f
17309Author: Andreas Engel <andreas.engel@ericsson.com>
17310Date: Wed Jan 9 17:10:56 2008 +0100
17311
17312 Make bootretry work when command line editing is enabled
17313
17314 Currently, when CONFIG_CMDLINE_EDITING is set, bootretry doesn't work.
17315 This patch fixes the problem.
17316
17317 Signed-off-by: Andreas Engel <andreas.engel@ericsson.com>
17318
17319commit 632de0672d3c3ab53ad798c47f5f1eb26008a0e4
17320Author: Larry Johnson <lrj@acm.org>
17321Date: Fri Jan 11 23:26:18 2008 -0500
17322
17323 Refactor code for "i2c sdram" command
17324
17325 Signed-off-by: Larry Johnson <lrj@acm.org>
17326
17327commit 0df6b8446c4721b91ce311548114891130371083
17328Author: Larry Johnson <lrj@acm.org>
17329Date: Thu Jan 10 22:23:39 2008 -0500
17330
17331 Fix "i2c sdram" command for DDR2 DIMMs
17332
17333 Many of the SPD bytes for DDR2 SDRAM are not interpreted correctly by the
17334 "i2c sdram" command. This patch provides correct alternative
17335 interpretations when DDR2 memory is detected.
17336
17337 Signed-off-by: Larry Johnson <lrj@acm.org>
17338
17339commit 64134f011254123618798ff77c42ba196b2ec485
17340Author: Wolfgang Denk <wd@denx.de>
17341Date: Sat Jan 12 20:31:39 2008 +0100
17342
17343 Fix linker scripts: add NOLOAD atribute to .bss/.sbss sections
17344
17345 With recent toolchain versions, some boards would not build because
17346 or errors like this one (here for ocotea board when building with
17347 ELDK 4.2 beta):
17348 ppc_4xx-ld: section .bootpg [fffff000 -> fffff23b] overlaps section .bss [fffee900 -> fffff8ab]
17349
17350 For many boards, the .bss section is big enough that it wraps around
17351 at the end of the address space (0xFFFFFFFF), so the problem will not
17352 be visible unless you use a 64 bit tool chain for development. On
17353 some boards however, changes to the code size (due to different
17354 optimizations) we bail out with section overlaps like above.
17355
17356 The fix is to add the NOLOAD attribute to the .bss and .sbss
17357 sections, telling the linker that .bss does not consume any space in
17358 the image.
17359
17360 Signed-off-by: Wolfgang Denk <wd@denx.de>
17361
17362commit 3afac79ec27b91df185f090b31dad9620779f440
17363Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
17364Date: Fri Jan 11 20:42:58 2008 -0600
17365
17366 USB: Add Philips 1561 PCI-OHCI ids
17367 (needed for M5475EVB)
17368
17369 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
17370
17371commit 5e8def6731cd7bec74bff42a16b139de04010353
17372Author: Wolfgang Denk <wd@denx.de>
17373Date: Sat Jan 12 15:51:34 2008 +0100
17374
17375 Add MAINTAINERS entries for ids8247, jupiter, municse, sc3 and uc101
17376 boards.
17377
17378 Signed-off-by: Heiko Schocher <hs@denx.de>
17379 Signed-off-by: Wolfgang Denk <wd@denx.de>
17380
17381commit 5d49e0e152a8b81cc0602271e8fd259371f559b7
17382Author: Grzegorz Bernacki <gjb@semihalf.com>
17383Date: Fri Jan 11 12:03:43 2008 +0100
17384
17385 MPC512X: Cleanup bus clock names.
17386
17387 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17388
17389commit 66a9455b6bf46d69cec5c88d1a600d1d9a10670d
17390Author: Grzegorz Bernacki <gjb@semihalf.com>
17391Date: Tue Jan 8 17:16:59 2008 +0100
17392
17393 MPC512X: Fixed typo in macro name.
17394
17395 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17396
17397commit 281ff9a45cf9eb17b8a9afc436cb783cf1f62363
17398Author: Grzegorz Bernacki <gjb@semihalf.com>
17399Date: Tue Jan 8 17:16:15 2008 +0100
17400
17401 ads5121: Added support for FDT.
17402
17403 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
17404
17405commit a10ff9196183e7e5f2ae3c4f5f3cbe92ae9cb719
17406Author: Wolfgang Denk <wd@denx.de>
17407Date: Sat Jan 12 01:05:50 2008 +0100
17408
17409 Coding Style cleanup; update CHANGELOG.
17410
17411 Signed-off-by: Wolfgang Denk <wd@denx.de>
17412
Wolfgang Denka10ff912008-01-12 01:05:50 +010017413commit f6db945649e5e9d0c7efe33b507d243cdc86cf03
17414Author: Heiko Schocher <hs@denx.de>
17415Date: Fri Jan 11 15:15:17 2008 +0100
17416
17417 Fixed syntax error in function init_e300_core() of mpc83xx/start.S if
17418
17419 Signed-off-by: Timur Tabi <timur@freescale.com>
17420 Signed-off-by: Heiko Schocher <hs@denx.de>
17421
17422commit fa05664cd8c7ab1ecf062aa73b992b7b58bba49c
17423Author: Heiko Schocher <hs@denx.de>
17424Date: Fri Jan 11 15:15:16 2008 +0100
17425
17426 MUNICes: Set the right CFG_DEFAULT_MBAR value.
17427
17428 Signed-off-by: Heiko Schocher <hs@denx.de>
17429
17430commit 5fb2b2342ece8d786c6f7fdba1bc273febd3b3d2
17431Author: Heiko Schocher <hs@denx.de>
17432Date: Fri Jan 11 15:15:15 2008 +0100
17433
17434 added the config File for the MUNICes board.
17435
17436 Signed-off-by: Heiko Schocher <hs@denx.de>
17437
17438commit 6341d9d723b71b4c0bf86f979e4cb228c02fd09d
17439Author: Heiko Schocher <hs@denx.de>
17440Date: Fri Jan 11 15:15:14 2008 +0100
17441
17442 added basic support for the MUNICes board.
17443
17444 Signed-off-by: Heiko Schocher <hs@denx.de>
17445
17446commit 3bb77fb09a1caabf5a292cc5b486a78b977fbe19
17447Author: Wolfgang Denk <wd@denx.de>
17448Date: Sat Jan 12 00:39:37 2008 +0100
17449
17450 Update CHANGELOG and MAINTAINERS files.
17451
17452 Signed-off-by: Wolfgang Denk <wd@denx.de>
17453
Wolfgang Denk3bb77fb2008-01-12 00:39:37 +010017454commit 5ba7390c3cb579172be66888a371707b47b5be4e
17455Author: Anatolij Gustschin <agust@denx.de>
17456Date: Fri Jan 11 02:15:02 2008 +0100
17457
17458 Fix compilation problem in common/cmd_bmp.c
17459
17460 common/cmd_bmp.c fails to compile if CONFIG_VIDEO_BMP_GZIP
17461 isn't defined. This patch fix this.
17462
17463 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17464
17465commit 5aa437baae5fe629abeab99bef793a2a1fc71b58
17466Author: Heiko Schocher <hs@denx.de>
17467Date: Fri Jan 11 01:12:09 2008 +0100
17468
17469 Fix defaultconfig for the mgcoge board.
17470
17471 Signed-off-by: Heiko Schocher <hs@denx.de>
17472
17473commit ac9db066b26935f31bff15c98168b19faeb603f3
17474Author: Heiko Schocher <hs@denx.de>
17475Date: Fri Jan 11 01:12:08 2008 +0100
17476
17477 Added support for the mgcoge board from keymile.
17478
17479 Signed-off-by: Heiko Schocher <hs@denx.de>
17480
17481commit b423d055cc2e13c4ef1f0389c3fa2988d0eed818
17482Author: Heiko Schocher <hs@denx.de>
17483Date: Fri Jan 11 01:12:07 2008 +0100
17484
17485 Enable SMC microcode relocation patch for SMC1.
17486
17487 Signed-off-by: Heiko Schocher <hs@denx.de>
17488
17489commit 381e4e639720d8d2efb8066c7c48ec9588cb28c7
17490Author: Heiko Schocher <hs@denx.de>
17491Date: Fri Jan 11 01:12:06 2008 +0100
17492
17493 Added support for the mgsuvd board from keymile.
17494
17495 Signed-off-by: Heiko Schocher <hs@denx.de>
17496
17497commit bf05293973b348f6946c9df92cd3c65ece42d0be
17498Author: James Yang <james.yang@freescale.com>
17499Date: Thu Jan 10 16:02:07 2008 -0600
17500
17501 Fix 64-bit vsprintf.
17502
17503 There were some size and unsigned problems.
17504 Also add support for "ll" size modifier in format string like glibc
17505
17506 Signed-off-by: James Yang <James.Yang@freescale.com>
17507 Acked-by: Jon Loeliger <jdl@freescale.com>
17508
17509commit 92fa37eac530860643afa26ae347af3d23d67309
17510Author: Larry Johnson <lrj@acm.org>
17511Date: Wed Jan 9 12:42:35 2008 -0500
17512
17513 Remove superfluous preprocessor conditionals from LM73 driver
17514
17515 (1) Remove unused symbol "CFG_EEPROM_PAGE_WRITE_ENABLE".
17516
17517 (2) Use conditional Makefile.o.
17518
17519 Signed-off-by: Larry Johnson <lrj@acm.org>
17520
17521commit efc6f447c1b940d1650c4b854c5598a595ddc3da
17522Author: Guennadi Liakhovetski <lg@denx.de>
17523Date: Thu Jan 10 17:59:07 2008 +0100
17524
17525 Add support for the TK885D baseboard from TELE-DATA
17526
17527 The TK885D board uses a TQM885D module from TQ, this port adds an
17528 own configuration file and adds a last_stage_init() method to
17529 configure the two PHYs, depending on the phy_auto_nego environment
17530 variable.
17531
17532 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
17533
17534commit 0ec595243dc99edcd248bbcfbfd5a1dc860bde89
17535Author: Kumar Gala <galak@kernel.crashing.org>
17536Date: Thu Jan 10 02:22:05 2008 -0600
17537
17538 Fix compiler warning
17539
17540 main.c: In function 'readline_into_buffer':
17541 main.c:927: warning: unused variable 'p_buf'
17542
17543 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17544
17545commit bed53753dd1d7e6bcbea4339be0fb7760214cc35
17546Author: Anatolij Gustschin <agust@denx.de>
17547Date: Fri Jan 11 14:30:01 2008 +0100
17548
17549 Add Fujitsu CoralP/Lime video driver
17550
17551 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17552 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
17553
17554commit 20c450ef61ef2eb1c96f9b59ba0eb8d849bba058
17555Author: Anatolij Gustschin <agust@denx.de>
17556Date: Fri Jan 11 02:39:47 2008 +0100
17557
17558 Fix video console newline and carriage return handling
17559
17560 Lines of the lenght CONSOLE_COLS or greater than CONSOLE_COLS
17561 are not displayed correctly. This is an attempt to fix
17562 this issue. Also add carriage return handling.
17563
17564 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17565 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
17566
17567commit d5a163d6baa04f5a8edcc10ebc6fad08657d3093
17568Author: Stefan Roese <sr@denx.de>
17569Date: Fri Jan 11 15:53:58 2008 +0100
17570
17571 ppc4xx: Fix sdram init on Sequoia boards
17572
17573 Clear possible errors in MCSR resulting from data-eye-search.
17574 If not done, then we could get an interrupt later on when
17575 exceptions are enabled.
17576
17577 Signed-off-by: Stefan Roese <sr@denx.de>
17578
17579commit d610a60730b7464f6f659db49d264d89a7c71061
17580Author: Anatolij Gustschin <agust@denx.de>
17581Date: Fri Jan 11 15:31:09 2008 +0100
17582
17583 ppc4xx: Rework Lime support for lwmon5
17584
17585 Rework Lime support for lwmon5 using new video driver
17586
17587 Signed-off-by: Anatolij Gustschin <agust@denx.de>
17588
17589commit ff41ffc93c1592e77a44bdbebd5d781739f3aae0
17590Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17591Date: Fri Jan 11 14:55:16 2008 +0100
17592
17593 ppc4xx: Update PMC440 config file
17594
17595 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17596
17597commit e3edcb36f14f0aabb6f50e96014d6877f73d64ea
17598Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17599Date: Fri Jan 11 14:55:08 2008 +0100
17600
17601 ppx4xx: Fix sdram init on PMC440 boards
17602
17603 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
17604
17605commit 061aad4d320dddce26247699dcf2875ee2ea1366
17606Author: Dave Liu <r63238@freescale.com>
17607Date: Thu Jan 10 23:09:33 2008 +0800
17608
17609 mpc83xx: Fix the bug of 266MHz data rate DDR
17610
17611 The DDR doesn't work on the 266MHz data rate,
17612 the patch fix the bug.
17613
17614 Signed-off-by: Dave Liu <daveliu@freescale.com>
17615 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17616
17617commit ded08317ad9e340b887bf2eb46e9565a0f610a93
17618Author: Dave Liu <r63238@freescale.com>
17619Date: Thu Jan 10 23:08:26 2008 +0800
17620
17621 mpc83xx: Make the code more readable
17622
17623 Format the code, make it more readable
17624
17625 Signed-off-by: Dave Liu <daveliu@freescale.com>
17626 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17627
17628commit 7e74d63d1a211fbc34ec424e2dc6726601f323d0
17629Author: Dave Liu <r63238@freescale.com>
17630Date: Thu Jan 10 23:07:23 2008 +0800
17631
17632 mpc83xx: Reduce the latency of DDR
17633
17634 Reduce the AL from 2 to 1 clock to improve the performance.
17635
17636 Signed-off-by: Dave Liu <daveliu@freescale.com>
17637 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17638
17639commit 6f3931a2bed5412c20d5e5536c865fbd657f7d28
17640Author: Dave Liu <r63238@freescale.com>
17641Date: Thu Jan 10 23:06:05 2008 +0800
17642
17643 mpc83xx: Fix the wrong definition of MPC8315E
17644
17645 According to the latest user manual of MPC8315E,
17646 1) The SVCOD of HRCWL is different than 837x
17647 2) The SCCR has changes
17648
17649 Signed-off-by: Dave Liu <daveliu@freescale.com>
17650 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17651
17652commit ec2638ea08a537a1bd409db873aaaa33a053ebae
17653Author: Dave Liu <r63238@freescale.com>
17654Date: Thu Jan 10 23:05:00 2008 +0800
17655
17656 mpc83xx: Fix the typo in mpc83xx.h
17657
17658 The SPCR about TSEC priority is wrong.
17659
17660 Signed-off-by: Michael Barkowski <Michael.Barkowski@freescale.com>
17661 Signed-off-by: Joe D'Abbraccio <Joe.D'abbraccio@freescale.com>
17662 Signed-off-by: Dave Liu <daveliu@freescale.com>
17663 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17664
17665commit c86ef2cd9ef81935049231fa89f36c7b793f2d4b
17666Author: Dave Liu <r63238@freescale.com>
17667Date: Thu Jan 10 23:04:13 2008 +0800
17668
17669 mpc83xx: Fix the typo in global data struct
17670
17671 Fix the typo in global_data.h
17672
17673 Signed-off-by: Dave Liu <daveliu@freescale.com>
17674 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17675
17676commit 2c5b48fc205c3e2752910da8f39209ed075929e5
17677Author: Dave Liu <r63238@freescale.com>
17678Date: Thu Jan 10 23:03:03 2008 +0800
17679
17680 mpc83xx: Remove cache config from config.h
17681
17682 clean up the cache config from configs.h of board
17683
17684 Signed-off-by: Dave Liu <daveliu@freescale.com>
17685 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17686
17687commit fab6f556bbbbd1bb35a5433161f7f173c18df559
17688Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17689Date: Wed Jan 9 20:57:47 2008 +0300
17690
17691 mpc83xx: add support for the MPC8360E-RDK
17692
17693 This is MPC8360E based board with:
17694 - 256MB fixed SDRAM;
17695 - 8MB Intel Strata NOR flash;
17696 - StMICRO 64MiB NAND flash;
17697 - two 10/100/1000 ethernet ports connected via Broadcom
17698 BCM5481 PHYs;
17699 - two 10/100 ethernet ports connected via National
17700 DP83848 PHYs;
17701 - one PCI and one miniPCI slots;
17702 - four serial ports (two NS16550-compatible, two UCCs);
17703 - four USB ports working through MPC8360E "FHCI" USB controller;
17704 - Fujitsu MB86277 graphics controller;
17705 - Analog to Digital Converter/Touchscreen controller, AD7843
17706 connected to SPI.
17707
17708 Features not supported in this patch are:
17709 - StMICRO 64MiB NAND flash (patch sent);
17710 - MINT framebuffer initialization (patch is pending);
17711 - Fetching production information from the EEPROM via I2C;
17712 - FHCI USB;
17713 - Two slow UCCs used as RS-485 UARTs.
17714
17715 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17716 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17717
17718commit b3d2cde7a3aa1e83b7968cdff929e52c8cc617bb
17719Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17720Date: Wed Jan 9 20:57:40 2008 +0300
17721
17722 mpc83xx: add "fsl, qe" compatible fixups
17723
17724 New device trees will use "fsl,qe" compatible properties.
17725
17726 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17727 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17728
17729commit 977b57583a7c34010e566a09a679ec3c1836f996
17730Author: Kim Phillips <kim.phillips@freescale.com>
17731Date: Wed Jan 9 15:24:06 2008 -0600
17732
17733 mpc83xx: add missing CONFIG_HAS_ETH0 defines
17734
17735 the new libfdt code only updates eth0 if CONFIG_HAS_ETH0
17736 is defined; add the define to the missing board configs.
17737
17738 Thanks to Emilian Medve for finding this.
17739
17740 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17741
17742commit b830b7f1635984ba607219fcbd78597c28eeb529
17743Author: Becky Bruce <bgill@freescale.com>
17744Date: Thu Jan 10 14:00:28 2008 -0600
17745
17746 86xx: Support 2GB DIMMs
17747
17748 Configure the number of bits used to address the banks inside the SDRAM
17749 device. The default register value of 0 means 2 bits to address 4 banks.
17750 Higher capacity devices like a 2GB DIMM require 3 bits to address 8 banks.
17751
17752 Signed-off-by: Becky Bruce <bgill@freescale.com>
17753
17754commit 4d332dbeb08f5863d1ea69d91a00c5499d3a87ed
17755Author: Niklaus Giger <niklausgiger@gmx.ch>
17756Date: Thu Jan 10 18:50:33 2008 +0100
17757
17758 ppc4xx: Make Sequoia boot vxWorks
17759
17760 vxWorks expects in
17761 TLB 0 a entry for the Machine Check interrupt
17762 TLB 1 a entry for the RAM
17763 TLB 2 a entry for the EBC
17764 TLB 3 a entry for the boot flash
17765
17766 After changing the baudrate to 9600 I had no problems to boot the
17767 vxWorks image as distributed by WindRiver (Revision 2.0/1 from
17768 June 18, 2007)
17769
17770 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
17771
17772commit 6d8184b00c0d1d7090e4a2f514e310d98a394f8d
17773Author: Larry Johnson <lrj@arlinx.com>
17774Date: Wed Jan 9 23:10:27 2008 -0500
17775
17776 ppc4xx: Fix dflush() to restore DVLIM register
17777
17778 Signed-off-by: Larry Johnson <lrj@acm.org>
17779
17780commit 252f60b068d1f94190b5bcfda169db582387e15e
17781Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17782Date: Thu Jan 10 03:52:44 2008 -0500
17783
17784 Nios2: remove common/cmd_bdinfo.c unused variable.
17785
17786 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17787 Signed-off-by: Scott McNutt <smcnutt@psyent.com>
17788
17789commit 422b1a01602b6e2fbf8444a1192c7ba31461fd4c
17790Author: Ben Warren <biggerbadderben@gmail.com>
17791Date: Wed Jan 9 18:15:53 2008 -0500
17792
17793 Fix Ethernet init() return codes
17794
17795 Change return values of init() functions in all Ethernet drivers to conform
17796 to the following:
17797
17798 >=0: Success
17799 <0: Failure
17800
17801 All drivers going forward should return 0 on success. Current drivers that
17802 return 1 on success were left as-is to minimize changes.
17803
17804 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
17805 Acked-by: Stefan Roese <sr@denx.de>
17806 Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
17807 Acked-by: Kim Phillips <kim.phillips@freescale.com>
17808 Acked-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
17809 Acked-By: Timur Tabi <timur@freescale.com>
17810
17811commit d3a6532cbe263d992f49e86ac95bede28e96f9c8
17812Author: Wolfgang Denk <wd@denx.de>
17813Date: Thu Jan 10 00:55:14 2008 +0100
17814
17815 Coding Style cleanup; update CHANGELOG
17816
17817 Signed-off-by: Wolfgang Denk <wd@denx.de>
17818
Wolfgang Denkd3a65322008-01-10 00:55:14 +010017819commit 17a41e4492121ccf9fa2c10c2cb1a6d1c18d74f7
17820Author: Kim Phillips <kim.phillips@freescale.com>
17821Date: Wed Jan 9 16:56:54 2008 -0600
17822
17823 Add QE brg freq and correct qe bus freq fdt update code
17824
17825 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
17826 Signed-off-by: Andy Fleming <afleming@freescale.com>
17827
17828commit 890dfef06c2d169a3356359596890754dfb8ee1c
17829Author: Andy Fleming <afleming@freescale.com>
17830Date: Wed Jan 9 16:34:51 2008 -0600
17831
17832 Remove cache config from ATUM8548 and sbc8548 configs
17833
17834 These boards weren't updated by Kumar's config patch because they
17835 weren't in the tree, yet.
17836
17837 Signed-off-by: Andy Fleming <afleming@freescale.com>
17838
17839commit b8ec2385038c094b07ec5b49336289a46b6e9cc6
17840Author: Timur Tabi <timur@freescale.com>
17841Date: Mon Jan 7 13:31:19 2008 -0600
17842
17843 85xx: add ability to upload QE firmware
17844
17845 Define the layout of a binary blob that contains a QE firmware and instructions
17846 on how to upload it. Add function qe_upload_firmware() to parse the blob and
17847 perform the actual upload. Add command-line command "qe fw" to take a firmware
17848 blob in memory and upload it. Update ft_cpu_setup() on 85xx to create the
17849 'firmware' device tree node if U-Boot has uploaded a firmware. Fully define
17850 'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
17851
17852 Signed-off-by: Timur Tabi <timur@freescale.com>
17853
17854commit b009f3eca99bb7b9e6ba6639a8909a138dd5e9fe
17855Author: Kumar Gala <galak@kernel.crashing.org>
17856Date: Tue Jan 8 01:22:21 2008 -0600
17857
17858 85xx: Remove cache config from configs.h
17859
17860 Either use the standard defines in asm/cache.h or grab the information
17861 at runtime from the L1CFG SPR.
17862
17863 Also, minor cleanup in cache.h to make the code a bit more readable.
17864
17865 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17866
17867commit b964e9368f45372aaf1da0c13fe56f6d81ae8e96
17868Author: robert lazarski <robertlazarski@gmail.com>
17869Date: Fri Dec 21 10:39:27 2007 -0500
17870
17871 mpc85xx: Add support for ATUM8548 (updated)
17872
17873 Add support for Instituto Atlantico's ATUM8548 board
17874
17875 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
17876 Signed-off-by: Andy Fleming <afleming@freescale.com>
17877
17878commit 7bd6104b71de9bca80ac8e0936003443bb42f2fc
17879Author: robert lazarski <robertlazarski@gmail.com>
17880Date: Fri Dec 21 10:36:37 2007 -0500
17881
17882 mpc85xx: Add support for ATUM8548 (updated)
17883
17884 Add support for Instituto Atlantico's ATUM8548 board
17885
17886 Signed-off-by: robert lazarski <robertlazarski@gmail.com>
17887
17888commit 9e3ed392d2c8965e24c942b58796c31c644c2f70
17889Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
17890Date: Thu Dec 13 06:45:14 2007 -0600
17891
17892 mpc85xx: Add support for SBC8548 (updated)
17893
17894 Add support for Wind River's SBC8548 reference board.
17895
17896 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
17897
17898commit 11c45ebd46d6517b51b7a92dd52a618b2f4e5586
17899Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
17900Date: Thu Dec 13 06:45:08 2007 -0600
17901
17902 mpc85xx: Add support for SBC8548 (updated)
17903
17904 Add support for Wind River's SBC8548 reference board.
17905
17906 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
17907 Signed-off by: Andy Fleming <afleming@freescale.com>
17908
17909commit 64d4bcb087c2ece1c4d0de8efe85e0075e5b1594
17910Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17911Date: Mon Oct 22 19:58:19 2007 +0400
17912
17913 MPC8568E-MDS: set up QE pario for UART1
17914
17915 To use UART1 on the MPC8568E-MDS, QE pario pins PC[0:3] should
17916 be set up appropriately.
17917
17918 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17919
17920commit ad162249cb371e9e38971676f09be791e5f3cf4a
17921Author: Anton Vorontsov <avorontsov@ru.mvista.com>
17922Date: Mon Oct 22 18:12:46 2007 +0400
17923
17924 MPC8568E-MDS: reset UCCs to use them reliably
17925
17926 In order to use GETH1 and GETH2 on the MPC8568E-MDS, we should reset
17927 UCCs.
17928
17929 p.s Similar code exists in the Linux kernel board file (for capability
17930 reasons with older U-Boots), but should be removed some day.
17931
17932 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
17933
17934commit 2146cf56821c3364786ca94a7306008c5824b238
17935Author: Kumar Gala <galak@kernel.crashing.org>
17936Date: Wed Dec 19 01:18:15 2007 -0600
17937
17938 Reworked FSL Book-E TLB macros to be more readable
17939
17940 The old macros made it difficult to know what WIMGE and perm bits
17941 were set for a TLB entry. Actually use the bit masks for these items
17942 since they are only a single bit.
17943
17944 Also moved the macros into mmu.h out of e500.h since they aren't specific
17945 to e500.
17946
17947 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17948
17949commit 1d47273d46925929f8f2c1913cd96d7257aade88
17950Author: Kumar Gala <galak@kernel.crashing.org>
17951Date: Tue Dec 18 23:21:51 2007 -0600
17952
17953 Use FSL Book-E MMU macros from Linux Kernel
17954
17955 Grab the FSL Book-E MAS register macros from Linux. Also added
17956 defines for page sizes up to 4TB and removed SHAREN since it doesnt
17957 really exist.
17958
17959 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
17960
17961commit 02df4a270f817ef6ec39047a01b55fecdc5f3b37
17962Author: Andy Fleming <afleming@freescale.com>
17963Date: Wed Jan 9 13:51:32 2008 -0600
17964
17965 Fix my own merge stupidity
17966
17967 Way back in August I merged Heiko's patch:
17968 566a494f592: [PCS440EP] upgrade the PCS440EP board
17969
17970 with Jon's CONFIG_COMMANDS patches.
17971
17972 This was done in commit: 6bf6f114dcdd97ec3f80c2761ed40e31229d6b78
17973
17974 However, in the process, I left out some of Heiko's good changes.
17975
17976 Now Heiko's and Jon's patches are properly merged in fat_register_device()
17977
17978 Signed-off-by: Andy Fleming <afleming@freescale.com>
17979
17980commit 6636b62a6efc7f14e6e788788631ae7a7fca4537
17981Author: James Yang <James.Yang@freescale.com>
17982Date: Wed Jan 9 11:17:49 2008 -0600
17983
17984 Expose parse_line() globally.
17985
17986 Add new function readline_into_buffer() that allows the
17987 output of readline to be put into a pointer to char buffer.
17988
17989 This refactoring allows other functions besides the
17990 main command loop to also use the same input mechanism.
17991
17992 Signed-off-by: James Yang <James.Yang@freescale.com>
17993 Acked-by: Jon Loeliger <jdl@freescale.com>
17994
17995commit 7ca90513486abd4ae50bd1b7403f47cc58c5ad25
17996Author: Guennadi Liakhovetski <lg@denx.de>
17997Date: Wed Jan 9 01:15:25 2008 +0100
17998
17999 trivial: fix consequences of a bad merge
18000
18001 Fix what looks like a merge artifact.
18002
18003 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18004
18005commit 4785a694c0045996ccf0ac5b8edf531efc1b730e
18006Author: Zhang Wei <wei.zhang@freescale.com>
18007Date: Thu Jan 3 10:51:15 2008 +0800
18008
18009 Add Ctrl combo key support to usb keyboard driver.
18010
18011 Ctrl combo key support is added, which is very useful to input Ctrl-C
18012 for interrupt current job.
18013 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
18014 key input when tstc() is called.
18015
18016 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
18017
18018commit 10c7382bc5d5e64c47f94ac2ca78cc574442e82d
18019Author: Marcel Ziswiler <marcel@ziswiler.com>
18020Date: Sun Dec 30 03:30:56 2007 +0100
18021
18022 fix various comments
18023
18024 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18025
18026commit 7817cb2083d982923752fe0f12b67c0e7c09a027
18027Author: Marcel Ziswiler <marcel@ziswiler.com>
18028Date: Sun Dec 30 03:30:46 2007 +0100
18029
18030 fix comments with new drivers organization
18031
18032 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
18033
18034commit a9b410dc7d2a4721c408b13abfc037988150f145
18035Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18036Date: Fri Dec 28 12:50:59 2007 +0900
18037
18038 Remove the obsolete terse version of do_mii()
18039
18040 We now have more useful version of do_mii() and everybody use it.
18041 Gerald Van Baren says:
18042
18043 > When I originally wrote the mii command 6(!) years ago, I wrote a
18044 > verbose version that printed human readable decomposition of the flags,
18045 > etc., and a terse one that didn't print as much stuff and thus had a
18046 > smaller memory footprint.
18047 >
18048 > It sounds like the terse version has withered and died, apparently
18049 > people are only using the verbose version (which is very understandable,
18050 > I do myself).
18051
18052 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18053 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18054
18055commit 01c687aa6e065bd4faf80f723361e798941dd6b0
18056Author: Mike Frysinger <vapier@gentoo.org>
18057Date: Thu Dec 27 13:42:56 2007 -0500
18058
18059 Do not reference sha1.c when building mkimage.
18060
18061 remove sha1.o from mkimage linking since it isn't actually used.
18062
18063 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18064
18065commit b9173af73e524d37c812f210173cf83385c5171a
18066Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18067Date: Thu Dec 27 15:39:54 2007 +0900
18068
18069 common/cmd_mii.c: Add sanity argc check
18070
18071 If type mii command without arguments, we suffer from uninitialized argv[]
18072 entries; for example we MIPS get stuck by TLB error.
18073
18074 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
18075
18076commit 500856eb1707ed17d9204baa61dd59948d3b2899
18077Author: Rafal Jaworowski <raj@semihalf.com>
18078Date: Wed Jan 9 19:39:36 2008 +0100
18079
18080 API for external applications.
18081
18082 This is an API for external (standalone) applications running on top of
18083 U-Boot, and is meant to be more extensible and robust than the existing
18084 jumptable mechanism. It is similar to UNIX syscall approach. See api/README
18085 for more details.
18086
18087 Included is the demo application using this new framework (api_examples).
18088
18089 Please note this is still an experimental feature, and is turned off by
18090 default.
18091
18092 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
18093
Wolfgang Denk3bb77fb2008-01-12 00:39:37 +010018094commit fe8dd0b2220b7c02b0d4c9c4f9967879970477b1
18095Author: Jon Loeliger <jdl@freescale.com>
18096Date: Wed Jan 9 12:14:55 2008 -0600
18097
18098 86xx: Remove cache config from configs.h
18099
18100 Just use the standard defines in asm/cache.h.
18101
18102 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18103
Wolfgang Denkd3a65322008-01-10 00:55:14 +010018104commit 26a41790f8eba19ad450e18ae91351daf485b3e2
18105Author: Rafal Jaworowski <raj@semihalf.com>
18106Date: Wed Jan 9 18:05:27 2008 +0100
18107
18108 Globalize envmatch()
18109
18110 The newly introduced API (routines related to env vars) will need to call
18111 it.
18112
18113 Signed-off-by: Rafal Zabdyr <armo@semihalf.com>
18114
Wolfgang Denk3bb77fb2008-01-12 00:39:37 +010018115commit 1df170f8b2a99e1e2f940f9f0b56511e1e4c9e1f
18116Author: Jon Loeliger <jdl@freescale.com>
18117Date: Fri Jan 4 12:07:27 2008 -0600
18118
18119 Convert MPC8610HPCD to use libfdt.
18120
18121 Assumes the presence of the aliases node in the DTS to
18122 locate the pci and serial nodes for fixups.
18123
18124 Use consistent fdtaddr and fdtfile in environment variables.
18125
18126 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18127
18128commit c9974ab0a4d3731cdb76a7599d9fe9445d764d60
18129Author: Jon Loeliger <jdl@freescale.com>
18130Date: Fri Jan 4 11:58:23 2008 -0600
18131
18132 8610: Fix lingering compile warnings.
18133
18134 Turn off DEBUG.
18135
18136 Signed-off-by: Jon Loeliger <jdl@freescale.com>
18137
Wolfgang Denkd3a65322008-01-10 00:55:14 +010018138commit 6007f3251c0967adc13f2ed8be1b924ddc30124d
18139Author: Wolfgang Denk <wd@denx.de>
18140Date: Wed Jan 9 15:14:46 2008 +0100
18141
18142 Coding Style cleanup, update CHANGELOG
18143
18144 Signed-off-by: Wolfgang Denk <wd@denx.de>
18145
Wolfgang Denk6007f322008-01-09 15:14:46 +010018146commit fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9
18147Author: Mike Frysinger <vapier@gentoo.org>
18148Date: Tue Dec 18 04:29:55 2007 -0500
18149
18150 fix easylogo on big endian dev systems
18151
18152 didnt realize how out of shape easylogo actually was until i tried using it.
18153 this patch does byte swapping as need be on the input tga header since the tga
18154 is in little endian but the host could just as well be big endian. i didnt
18155 bother using bswap macros or such stuff from system headers as nothing in
18156 POSIX dictates byte swapping functionality.
18157
18158 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18159
18160commit 38d299c2db81bd889c601b5dfc12c4e83ef83333
18161Author: Mike Frysinger <vapier@gentoo.org>
18162Date: Tue Dec 18 03:23:25 2007 -0500
18163
18164 cleanup easylogo
18165
18166 - make the Makefile not suck
18167 - include proper headers for prototypes
18168 - fix obvious broken handling of strchr() when handling '.' in filenames
18169
18170 Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
18171
18172commit 883e3925d99a8dd69c5b0201cba5b1887f88f95c
18173Author: raptorbrino@aim.com <raptorbrino@aim.com>
18174Date: Thu Dec 13 21:23:28 2007 -0500
18175
18176 Fix build problems under Cygwin
18177
18178 This patch allows u-boot to build without error in a cygwin
18179 environment. Cygwin does not define __u64 in it's
18180 include/asm/types.h file. The -idirafter flag in the u-boot
18181 build causes the inclusion of the cygwin types.h file as opposed
18182 to u-bot/include/asm/types.h file which does define __u64.
18183 Subsequently, sha1.c compile fails due to unknown symbol.
18184
18185 Signed-off-by: Brian Miller <raptorbrino@netscape.net>
18186
18187commit 43ef1c381f9195504a2488f5cb909227eb97d475
18188Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
18189Date: Fri Nov 30 17:29:59 2007 +0100
18190
18191 cmd_bmp: Add support for displaying gzip compressed bmps
18192
18193 The existing code can show information about a gzip compressed BMP
18194 image, but can't actually display it.
18195
18196 Therefore, move the decompression code out of bmp_info() and use it in
18197 bmp_display() as well in order to display a compressed BMP image.
18198
18199 Also, clean things up a bit and fix a memory leak while we're at it.
18200
18201 [hskinnemoen@atmel.com: a bit of refactoring]
18202 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
18203
18204commit d197ffd8172c6fdef38733424640a9a47295d6e9
18205Author: Guennadi Liakhovetski <lg@denx.de>
18206Date: Thu Nov 29 21:15:56 2007 +0100
18207
18208 Fix and optimize MII operations on FEC (MPC8xx) controllers
18209
18210 This patch fixes several issues at least on a MPC885 based system with two
18211 FEC interfaces used in MII mode.
18212
18213 1. PHY discovery should first read PHY_PHYIDR2 register and only then
18214 PHY_PHYIDR1 like cpu/mpc8xx/fec.c::mii_discover_phy() does it,
18215 otherwise the values read are wrong. Also notice, that PHY discovery
18216 cannot work on MPC88x / MPC87x in setups with both FECs active at all
18217 in its present form, because for both interfaces the registers from FEC
18218 1 are used to communicate over MII.
18219
18220 2. Remove code duplication for resetting the FEC by isolating it into a
18221 separate function.
18222
18223 3. Initialize MII on FEC 1 when communicating over FEC 2 in fec_init().
18224
18225 4. Optimize mii_init() to only reset the FEC 1 controller once.
18226
18227 5. Fix a typo in mii_init() using index i instead of j thus potentially
18228 leading to unpredictable results.
18229
18230 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18231
18232commit 6a5e1d75bf106fa157e9ce68bcaf4b13e8a1d214
18233Author: Guennadi Liakhovetski <lg@denx.de>
18234Date: Tue Nov 20 13:14:20 2007 +0100
18235
18236 Fix endianness conversions in rtl8169 driver
18237
18238 It is unclear on what platforms this driver has been tested, since
18239 noone up to now defines CONFIG_RTL8169 in the board configuration
18240 header. Now it has been fixed for a big-endian mpc8241 based
18241 linkstation platform. This patch presents the necessary endianness
18242 conversion fixes.
18243
18244 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
18245
Wolfgang Denkd3a65322008-01-10 00:55:14 +010018246commit 58694f9709c0c3e3178e349ae748d98cfb0c639a
18247Author: Zhang Wei <wei.zhang@freescale.com>
18248Date: Thu Jan 3 10:51:15 2008 +0800
18249
18250 Add Ctrl combo key support to usb keyboard driver.
18251
18252 Ctrl combo key support is added, which is very useful to input Ctrl-C
18253 for interrupt current job.
18254 Also add usb_event_poll() calling to usb_kbd_testc(), which can get
18255 key input when tstc() is called.
18256
18257 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
18258 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18259
Wolfgang Denk6007f322008-01-09 15:14:46 +010018260commit 07eb02687f008721974a2fb54cd7fdc28033ab3c
18261Author: Wolfgang Denk <wd@denx.de>
18262Date: Wed Jan 9 13:43:38 2008 +0100
18263
18264 Coding Style clenaup; update CHANGELOG
18265
18266 Signed-off-by: Wolfgang Denk <wd@denx.de>
18267
Wolfgang Denk07eb0262008-01-09 13:43:38 +010018268commit c26acc1a43b31ddca5add42fd0360ff0eee90c80
18269Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18270Date: Thu Dec 27 17:13:11 2007 +0100
18271
18272 Remove bit swapping in Xilinx Spartan bitfile loading
18273
18274 This patch removes the unnecessary bit swapping when
18275 booting .bit files with the 'fpga loadb' command.
18276
18277 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18278
18279commit 437fc7327f0611f82937858f2d80e4cd61b40984
18280Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18281Date: Thu Dec 27 17:13:05 2007 +0100
18282
18283 Fix MSB check in Xilinx Spartan slave serial mode
18284
18285 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18286
18287commit 3bff4ffa33729a42645e328a21e8d16488872958
18288Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18289Date: Thu Dec 27 17:12:56 2007 +0100
18290
18291 Add new Xilinx Spartan FPGA types
18292
18293 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18294
18295commit 21d39d598c4e74d4e7761608c79dba2715d40a4c
18296Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18297Date: Thu Dec 27 17:12:43 2007 +0100
18298
18299 Add pre and post configuration callbacks for Spartan FPGAs
18300
18301 This patch adds a post configuration callback for Spartan2/3 FPGAs.
18302 pre and post configuration callback are now optional and
18303 not called when the function pointer is set to NULL.
18304
18305 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18306
18307commit 0133502e39ff89b67c26cb4015e0e7e8d9571184
18308Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18309Date: Thu Dec 27 17:12:34 2007 +0100
18310
18311 Improve configuration of FPGA subsystem
18312
18313 This patch removes the FPGA subsystem configuration through
18314 the CONFIG_FPGA bitmask configuration option.
18315
18316 See README for the new options:
18317
18318 CONFIG_FPGA,
18319 CONFIG_FPGA_<vendor>,
18320 CONFIG_FPGA_<family>
18321
18322 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18323
18324commit 95c6bc7d4a3588b452baca610f8c795a83630477
18325Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18326Date: Thu Dec 27 16:55:17 2007 +0100
18327
18328 Add Epson RX8025 RTC support
18329
18330 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18331
18332commit 1208a2dfde02bedd3c5bda29a606632b8e0be058
18333Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18334Date: Thu Dec 27 16:57:23 2007 +0100
18335
18336 serial: Make default_serial_console() a weak function
18337
18338 With this patch it is possible to reimplement default_serial_console()
18339 in board specific code. This will be done in the upcomming PMC440
18340 U-Boot port. This also allows the lwmon board maintainer to
18341 remove the '#if !defined(CONFIG_LWMON) ...' from common/serial.c.
18342
18343 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18344
18345commit d16471ee05ce7ac5392bc0e9fe3ff4b58a768f33
18346Author: Harald Welte <laforge@openmoko.org>
18347Date: Wed Dec 19 14:14:47 2007 +0100
18348
18349 add 'terminal program' functionality
18350
18351 This patch adds a 'cu' like serial terminal command to u-boot
18352 using which you can access other serial ports from the system console.
18353
18354 OpenMoko uses this in their Neo1973 phones to get access to the GSM
18355 Modem and GPS chip from the bootloader.
18356
18357 Signed-off-by: Harald Welte <laforge@openmoko.org>
18358
18359commit 62d4f4365341576f5a5307b2b205a5aa2e3c6be6
18360Author: Harald Welte <laforge@openmoko.org>
18361Date: Wed Dec 19 14:12:53 2007 +0100
18362
18363 Re-introduce the 'nand read.oob' and 'nand write.oob' commands
18364 that used to exist with the legacy NAND code
18365
18366 Signed-off-by: Harald Welte <laforge@openmoko.org>
18367
18368commit f540c42d9564854b19ce9bbb70affe172529fe70
18369Author: Harald Welte <laforge@openmoko.org>
18370Date: Wed Dec 19 14:09:58 2007 +0100
18371
18372 Fix building with CRAMFS but not JFFS2 support
18373
18374 Signed-off-by: Harald Welte <laforge@openmoko.org>
18375
18376commit 23d0baf967fecdaf1804f045f6339337c5607eec
18377Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18378Date: Sat Dec 22 15:52:58 2007 +0100
18379
18380 Allow CONFIG_AUTO_COMPLETE and command history CONFIG_CMDLINE_EDITING at the sametime
18381
18382 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
18383 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18384
18385commit 23776ff292966a85d811126933830bed48211826
18386Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18387Date: Tue Dec 11 10:53:12 2007 +0100
18388
18389 ARM: support board-specific ethernet PHY init
18390
18391 Add until the new phylib will be arrived
18392
18393 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18394
18395commit 7b74ebe723e576baedf5a8b6240589b19b845a1b
18396Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18397Date: Sat Dec 8 16:34:08 2007 +0100
18398
18399 IXP: Add full baud-rate support for ixp42x, ixp45x and ixp46x
18400
18401 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18402
18403commit a2df4da31b1a1e41e3e9e1358cfc52b806046ce1
18404Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18405Date: Sun Dec 9 11:01:10 2007 +0100
18406
18407 Add missing file in gitignore and comments
18408
18409 based on Linux source tree's .gitignore files
18410
18411 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
18412
18413commit 435dc8fcdb3bc61d3d490773a8f369f98a20c868
18414Author: Wolfgang Denk <wd@denx.de>
18415Date: Wed Jan 9 11:36:21 2008 +0100
18416
18417 Coding Style cleanup, update CHANGELOG
18418
18419 Signed-off-by: Wolfgang Denk <wd@denx.de>
18420
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010018421commit b2e2142c500c48a57f18f9dd30e66c13caea0971
18422Author: Stefan Roese <sr@denx.de>
18423Date: Wed Jan 9 10:38:58 2008 +0100
18424
18425 POST: Execute SPR test after relocation
18426
18427 On LWMON5 we now use d-cache as init-ram and stack. The SPR POST test uses
18428 self modifying code and this doesn't work with stack in d-cache, since
18429 I can't move the code from d-cache to i-cache. We move the SPR test to
18430 be executed a little later, after relocation. Then stack is located in
18431 SDRAM and this self-modifying code is no problem anymore.
18432
18433 Signed-off-by: Stefan Roese <sr@denx.de>
18434
18435commit 8f24e0637ae113500d8bd60d80d57afcc0aa8bde
18436Author: Stefan Roese <sr@denx.de>
18437Date: Wed Jan 9 10:28:20 2008 +0100
18438
18439 ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymore
18440
18441 This patch configures the LWMON5 port to use d-cache as init-ram and
18442 the unused GPT0_COMP6 as POST WORD storage.
18443
18444 Signed-off-by: Stefan Roese <sr@denx.de>
18445
18446commit 1754f50b710194f886b6f2831803d8960171a14d
18447Author: Stefan Roese <sr@denx.de>
18448Date: Wed Jan 9 10:25:46 2008 +0100
18449
18450 ppc4xx: Add CFG_POST_ALT_WORD_ADDR to support non OCM POST WORD storage
18451
18452 The privious 4xx POST implementation only supported storing the POST
18453 WORD in OCM. Since we need to reserve the OCM on LWMON5 for the logbuffer
18454 we need to store the POST WORD in some other non volatile location.
18455 This patch adds CFG_POST_ALT_WORD_ADDR to specify an address for such
18456 a location.
18457
18458 Signed-off-by: Stefan Roese <sr@denx.de>
18459
18460commit e02c521d94b45d7b05aa522e4ccde6b74bf5fe57
18461Author: Stefan Roese <sr@denx.de>
18462Date: Wed Jan 9 10:23:16 2008 +0100
18463
18464 ppc4xx: Add 44x cache locking to better support init-ram in d-cache
18465
18466 This patch adds support for locking the init-ram/stack in d-cache,
18467 so that other regions may use d-cache as well
18468
18469 Note, that this current implementation locks exactly 4k of d-cache,
18470 so please make sure that you don't define a bigger init-ram area. Take
18471 a look at the lwmon5 440EPx implementation as a reference.
18472
18473 Signed-off-by: Stefan Roese <sr@denx.de>
18474
18475commit 0ddb89601a8d29e808db450366752ffdc6267c53
18476Author: Wolfgang Denk <wd@denx.de>
18477Date: Wed Jan 9 10:16:33 2008 +0100
18478
18479 Fix memset bug in ext2fs_read_file()
18480
18481 ext2fs_read_file() had the function arguments swapped.
18482
18483 Pointed out by Mike Montour, 19 Dec 2007 22:34:25 -0800
18484
18485 Signed-off-by: Wolfgang Denk <wd@denx.de>
18486
18487commit 32d6f1bc09175f3b77469771e839bc7255a9f22e
18488Author: Markus Klotzbücher <mk@denx.de>
18489Date: Tue Jan 5 08:17:15 1988 +0100
18490
18491 Fix problems with usb storage devices on MPC5200 /TQM5200
18492
18493 The MPC5200 OHCI controller operates in big endian, so
18494 CFG_OHCI_BE_CONTROLLER must be defined for it to work properly.
18495
18496 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18497
18498commit 46f6e5019048b103d7693d5310de0f1cfbaf4c19
18499Author: Wolfgang Denk <wd@denx.de>
18500Date: Tue Jan 8 22:58:27 2008 +0100
18501
18502 Fix compile problem with new env code.
18503
18504 Signed-off-by: Wolfgang Denk <wd@denx.de>
18505
18506commit 64b3727b9779d86127cd576e392a987de5ebb9fd
18507Author: Markus Klotzbücher <mk@denx.de>
18508Date: Tue Nov 27 10:23:20 2007 +0100
18509
18510 tools: fix fw_printenv tool to compile again
18511
18512 This patch updates the fw_printenv/fw_setenv userspace tool to include
18513 the correct MTD header in order to compile against current kernel
18514 headers. Backward compatibility is preserved by introducing an option
18515 MTD_VERSION which can be set to "old" for compilation using the old MTD
18516 headers. Along with this a number of warnings are fixed.
18517
18518 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18519
18520commit 1f84021a85abeb837d2ce0dc84297b4f1d45d516
18521Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18522Date: Tue Jan 8 15:40:09 2008 +0100
18523
18524 ppc4xx: assign PCI interrupts on seuqoia boards
18525
18526 Some operating systems rely on assigned PCI interrupts.
18527
18528 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18529
18530commit 6e9233d30afe57cb6e148fbfa4895e7810196fac
18531Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18532Date: Tue Jan 8 15:50:49 2008 +0100
18533
18534 ppc4xx: Move cpu/ppc4xx/vecnum.h into include path
18535
18536 This patch allows the use of 4xx interrupt vector number defines
18537 in board specific code outside cpu/ppc4xx.
18538
18539 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18540
18541commit 580d1d3186a2bc6dbdb626941b716dae1788e51e
18542Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18543Date: Tue Jan 8 15:39:01 2008 +0100
18544
18545 ppc4xx: Fix UIC2 vector number base
18546
18547 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18548
18549commit ff5fb8a6ccba56e3482d0e297d8cfb7faa040811
18550Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18551Date: Tue Jan 8 12:49:58 2008 +0100
18552
18553 ppc4xx: Update PLB/PCI divider for PMC440 board
18554
18555 This patch updates the PLB/PCI divider when running at
18556 400MHz CPU frequency from 4 to 3 which results in 44MHz PCI sync clock.
18557
18558 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18559
18560commit 7d5d75633174867316a0c0f2fca5ceb2cf312cde
18561Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18562Date: Tue Jan 8 11:13:09 2008 +0100
18563
18564 ppc4xx: Disable error message when no NAND chip is installed on PMC440
18565
18566 Add CFG_NAND_QUIET_TEST option to disable error message when
18567 no NAND chip is installed on PMC440 boards.
18568
18569 Disable a couple of config defines that are only used for NAND_U_BOOT.
18570
18571 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18572
Wolfgang Denkd3a65322008-01-10 00:55:14 +010018573commit c83d7ca4dadd44ae430235077f63b64a11f36f6e
18574Author: Wolfgang Denk <wd@denx.de>
18575Date: Tue Jan 8 22:58:27 2008 +0100
18576
18577 Fix compile problem with new env code.
18578
18579 Signed-off-by: Wolfgang Denk <wd@denx.de>
18580
18581commit 6de66b35426312a21174a9bf0576a094e2904bea
18582Author: Markus Klotzbücher <mk@denx.de>
18583Date: Tue Nov 27 10:23:20 2007 +0100
18584
18585 tools: fix fw_printenv tool to compile again
18586
18587 This patch updates the fw_printenv/fw_setenv userspace tool to include
18588 the correct MTD header in order to compile against current kernel
18589 headers. Backward compatibility is preserved by introducing an option
18590 MTD_VERSION which can be set to "old" for compilation using the old MTD
18591 headers. Along with this a number of warnings are fixed.
18592
18593 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
18594
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010018595commit ad3006fe7e84667021753b74247b0bafd97ba35f
18596Author: Gerald Van Baren <vanbaren@cideas.com>
18597Date: Mon Jan 7 23:47:32 2008 -0500
18598
18599 LIBFDT: use memmove() instead of memcpy()
18600
18601 This is partial patch from the DTC/libfdt
18602 commit 67b6b33b9b413a450a72135b5dc59c0a1e33e647
18603 Author: David Gibson <david@gibson.dropbear.id.au>
18604 Date: Wed Nov 21 11:56:14 2007 +1100
18605
18606 The patch also fixes one genuine bug caught by valgrind -
18607 _packblocks() in fdt_rw.c was using memcpy() where it should have been
18608 using memmove().
18609
18610 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18611
18612commit aec7135bc300e3340d18f203347ee00c5b5f68c0
18613Author: David Gibson <david@gibson.dropbear.id.au>
18614Date: Mon Dec 17 14:42:07 2007 +1100
18615
18616 libfdt: Add more documentation (patch the seventh)
18617
18618 This patch adds more documenting comments to libfdt.h. Specifically,
18619 these document the read/write functions (not including fdt_open_into()
18620 and fdt_pack(), for now).
18621
18622 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18623
18624commit 9d4450b5adc36623e9c1de1f92539db77ad0c57e
18625Author: David Gibson <david@gibson.dropbear.id.au>
18626Date: Mon Dec 17 14:41:52 2007 +1100
18627
18628 libfdt: Add more documentation (patch the sixth)
18629
18630 This patch adds some more documenting comments to libfdt.h.
18631 Specifically this documents all the write-in-place functions.
18632
18633 Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
18634
18635commit b60af3d4c1680487ee37e11aa1b3db6dec04d8f0
18636Author: Gerald Van Baren <vanbaren@cideas.com>
18637Date: Sat Dec 29 22:45:27 2007 -0500
18638
18639 Fine grained per property /chosen updating.
18640
18641 Implement a suggestion by Scott Wood to make the /chosen handling fine
18642 grained. Don't overwrite pre-existing properties on a per-property basis,
18643 so if /chosen exists but a necessary /chosen/property doesn't, it gets
18644 created. If a /chosen property exists, it is NOT overwritten unless the
18645 "force" flag is true.
18646
18647 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18648
18649commit 238cb7a423c6eaa36496efb788cfb9798cea7f95
18650Author: Gerald Van Baren <vanbaren@cideas.com>
18651Date: Sat Jan 5 15:33:29 2008 -0500
18652
18653 Improve the FDT help message.
18654
18655 Add a note that "fdt copy" makes the new address active.
18656 Remove most of the extra hints at the end of the fdt help.
18657
18658 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18659
18660commit ea6d8be153ceaf16958f8009cea6d75f3ff58d92
18661Author: Gerald Van Baren <vanbaren@cideas.com>
18662Date: Sat Jan 5 14:52:04 2008 -0500
18663
18664 Support setting FDT properties with optional values.
18665
18666 Fix a bug found and documented by Bartlomiej Sieka where the optional
18667 value on "fdt set <path> <prop> [<val>]" wasn't optional.
18668
18669 => fdt mknode / testnode
18670 => fdt print /testnode
18671 testnode {
18672 };
18673 => fdt set /testnode testprop
18674 => fdt print /testnode
18675 testnode {
18676 testprop;
18677 };
18678
18679 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
18680
18681commit 22fb2246df91bfc840d87f0c5910818bad55577a
18682Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18683Date: Fri Dec 28 11:56:30 2007 +0100
18684
18685 Add fdt_find_and_setprop() to fdt_support.h
18686
18687 fdt_find_and_setprop() is used by several 4xx boards and it's
18688 missing in the appropriate header. This patch eliminates a
18689 warning when building U-Boot for such boards.
18690
18691 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18692 Acked-by: Stefan Roese <sr@denx.de>
18693
18694commit 802b769bac17b0560d3535a42c502469ee190cd1
18695Author: Stefan Roese <sr@denx.de>
18696Date: Tue Jan 8 18:39:30 2008 +0100
18697
18698 ppc4xx: Return 0 on success in 4xx ethernet driver
18699
18700 Signed-off-by: Stefan Roese <sr@denx.de>
18701
18702commit 6775c68683a53c7abc778774641aac6f833a2cbf
18703Author: Kim Phillips <kim.phillips@freescale.com>
18704Date: Tue Jan 8 09:59:49 2008 -0600
18705
18706 mpc83xx: fix missed pci_hose -> hose conversion for new libfdt code
18707
18708 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18709
18710commit 94fab25f5f1a7d1c0cc63c17e813ea8943fe49c7
18711Author: Kim Phillips <kim.phillips@freescale.com>
18712Date: Thu Dec 20 16:28:34 2007 -0600
18713
18714 mpc83xx: rm remaining FLAT_TREE code
18715
18716 ..in board pci.c files
18717
18718 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18719
18720commit b3458d2cd55d01732e30a76d898afd99e871cd67
18721Author: Kim Phillips <kim.phillips@freescale.com>
18722Date: Thu Dec 20 15:57:28 2007 -0600
18723
18724 mpc83xx: remove FLAT_TREE code
18725
18726 need to rm it from pci code, too!
18727
18728 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18729
18730commit 5b8bc606c61456566af6912f818a153b6b06f242
18731Author: Kim Phillips <kim.phillips@freescale.com>
18732Date: Thu Dec 20 14:09:22 2007 -0600
18733
18734 mpc83xx: convert to using do_fixup_*()
18735
18736 convert to using simpler mpc85xx style fdt update code; streamline by
18737 eliminating macros OF_SOC, OF_CPU, etc. which allows us to rm
18738 the old school FLAT_TREE code from 83xx (since the sbc8349 was just
18739 converted over to using libfdt).
18740
18741 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18742
18743commit e496865ecc31a2fe2f9abfe798334bb02aaf05ab
18744Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18745Date: Thu Dec 20 12:58:51 2007 -0500
18746
18747 sbc8349: enable libfdt by default on WRS SBC8349 board.
18748
18749 Make libfdt the default for the WRS SBC8349 board.
18750 Parallel of commit 35cc4e4823668e8745854899cfaedd4489beb0ef
18751 done for the other 83xx based boards. Also fix a typo in CONFIG_PCI.
18752
18753 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18754
18755commit 2408b3f20bcbdd9c6c397cd03ab0d71d54680a40
18756Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18757Date: Thu Dec 20 12:58:16 2007 -0500
18758
18759 sbc8349: migrate board to libfdt
18760
18761 This adds libfdt support code for the Wind River sbc8349 board.
18762
18763 Parallel of commit 3fde9e8b22cfbd7af489214758f9839a206576cb for
18764 the other Freescale 83xx boards.
18765
18766 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18767
18768commit 27a256a90cc86392ac9bf0039a3afe638ec2c18d
18769Author: Paul Gortmaker <paul.gortmaker@windriver.com>
18770Date: Thu Dec 20 12:56:19 2007 -0500
18771
18772 sbc8349: Remove board specific ECC code
18773
18774 ECC code is now shared for all 83xx boards, so remove board specific one.
18775 See commit daab8c67d2defef73dc26ab07f0c3afd1b05d019 for reference.
18776
18777 Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
18778
18779commit a1e1ac849249310e5e2e5c7148e9fb353a8317a7
18780Author: Kim Phillips <kim.phillips@freescale.com>
18781Date: Thu Dec 20 01:30:48 2007 -0600
18782
18783 mpc83xx: Remove CONFIG options related to OF that we dont use (on 837x)
18784
18785 continuation of commit 37395fa2b0d9d617f28d44ca11592260ef16105a to 837x
18786
18787 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18788
18789commit ccf21c311e68d48399eff1e72936052885f6e3f7
18790Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
18791Date: Thu Dec 6 16:43:40 2007 +0100
18792
18793 Add support CONFIG_UEC_ETH3 in MPC83xx
18794
18795 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
18796
18797commit e6af9932d31171e35db880e7b2f29f903b1b7660
18798Author: Kumar Gala <galak@kernel.crashing.org>
18799Date: Mon Nov 26 11:00:54 2007 -0600
18800
18801 Remove CONFIG options related to OF that we dont use
18802
18803 The MPC8360E MDS config defined:
18804 CONFIG_OF_HAS_BD_T
18805 CONFIG_OF_HAS_UBOOT_ENV
18806
18807 Which we don't use or ever needed. This seems like copy-paste feature creep.
18808
18809 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
18810
18811commit f602082b4b7ed4ee16432067cc67a0a24fedc715
18812Author: Kim Phillips <kim.phillips@freescale.com>
18813Date: Mon Dec 10 14:16:22 2007 -0600
18814
18815 mpc83xx: supress compiler warning
18816
18817 mpc8360emds.c: In function ‘ft_board_setup’:
18818 mpc8360emds.c:335: warning: assignment discards qualifiers from pointer target type
18819 mpc8360emds.c:345: warning: assignment discards qualifiers from pointer target type
18820
18821 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18822
18823commit c16e44fa835fb9eec982d919863a04e2f78e5ce7
18824Author: Kim Phillips <kim.phillips@freescale.com>
18825Date: Tue Nov 27 14:17:29 2007 -0600
18826
18827 mpc83xx: fix remaining fdt_find_node_by_path references
18828
18829 rename to fdt_path_offset
18830
18831 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18832
18833commit 921d4b19ad1be704df58725485d9292dc0414adf
18834Author: Kim Phillips <kim.phillips@freescale.com>
18835Date: Mon Nov 19 12:30:09 2007 -0600
18836
18837 mpc83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions for 837x
18838
18839 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for 837x.
18840 This change guarantees that the environment will be located on the
18841 first flash sector after the U-Boot image.
18842
18843 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18844
18845commit 24f868433b50ecbaa88e118aadc7bd254013c6ae
18846Author: Kim Phillips <kim.phillips@freescale.com>
18847Date: Fri Nov 9 14:28:08 2007 -0600
18848
18849 mpc83xx: mpc8360 rev.2.1 erratum 2: replace rgmii-id with rgmii-rxid
18850
18851 u-boot itself uses GMII mode on the 8360. Fix up UCC phy-connection-type
18852 properties in the device tree so the PHY gets configured for internal delay on
18853 RX only by the OS, as prescribed by mpc8360 rev. 2.1 pb mds erratum #2.
18854
18855 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18856
18857commit 22b448dbfbe2a98f01ff4adc3c3979f8c541ad7b
18858Author: Dave Liu <r63238@freescale.com>
18859Date: Tue Sep 18 12:41:15 2007 +0800
18860
18861 mpc83xx: update the CREDITS and MAINTAINERS
18862
18863 update the CREDITS and MAINTAINERS.
18864
18865 Signed-off-by: Dave Liu <daveliu@freescale.com>
18866
18867commit b21add4b42af7b767448251b599b91066a160e0d
18868Author: Dave Liu <r63238@freescale.com>
18869Date: Tue Sep 18 12:40:21 2007 +0800
18870
18871 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc837xemds
18872
18873 Add the MAINTAINER and MAKEALL entries for mpc837xemds
18874
18875 Signed-off-by: Dave Liu <daveliu@freescale.com>
18876
18877commit f8900ce9094c462355eb792eea264ff16ac8fd16
18878Author: Dave Liu <r63238@freescale.com>
18879Date: Tue Sep 18 12:38:53 2007 +0800
18880
18881 mpc83xx: Add the MPC837xEMDS board readme
18882
18883 Add the README.mpc837xemds to /doc
18884
18885 Signed-off-by: Dave Liu <daveliu@freescale.com>
18886
18887commit 19580e660cc8da49f16536a8bd78c047c7bc12e5
18888Author: Dave Liu <r63238@freescale.com>
18889Date: Tue Sep 18 12:37:57 2007 +0800
18890
18891 mpc83xx: Add the support of MPC837xEMDS board
18892
18893 The MPC837xEMDS board support:
18894 * DDR2 400MHz hardcoded and SPD init
18895 * Local bus NOR Flash
18896 * I2C, UART, MII and RTC
18897 * eTSEC RGMII
18898 * PCI host
18899
18900 Signed-off-by: Dave Liu <daveliu@freescale.com>
18901
18902commit 555da61702771fe0f76f3de23b4e7590f3704161
18903Author: Dave Liu <r63238@freescale.com>
18904Date: Tue Sep 18 12:36:58 2007 +0800
18905
18906 mpc83xx: Add the support of MPC8315E SoC
18907
18908 The MPC8315E SoC including e300c3 core and new IP blocks,
18909 such as TDM, PCI Express and SATA controller.
18910
18911 Signed-off-by: Dave Liu <daveliu@freescale.com>
18912
18913commit 03051c3d35c9981ceaa059005660e699f3eacf1c
18914Author: Dave Liu <r63238@freescale.com>
18915Date: Tue Sep 18 12:36:11 2007 +0800
18916
18917 mpc83xx: Add the support of MPC837x SoC
18918
18919 The MPC837x SoC including e300c4 core and new IP blocks,
18920 such as SDHC, PCI Express and SATA controller.
18921
18922 Signed-off-by: Dave Liu <daveliu@freescale.com>
18923
18924commit 651d96f7e4c84adcdb98ef07ec878c20326e3359
18925Author: Anton Vorontsov <avorontsov@ru.mvista.com>
18926Date: Wed Nov 14 18:54:53 2007 +0300
18927
18928 MPC8360E-MDS: configure and enable second UART
18929
18930 Despite user manual, BCSR9.7 is negated (high) on HRST, so
18931 UART2 is disabled. Fix that and configure QE pins properly.
18932
18933 Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
18934
18935commit b2893e1fcb28fad8c8b317104df8cee0142c7631
18936Author: Timur Tabi <timur@freescale.com>
18937Date: Mon Nov 5 09:34:06 2007 -0600
18938
18939 83xx: fix CFG_ENV_ADDR and CFG_ENV_SECT_SIZE definitions
18940
18941 Fix the definitions of CFG_ENV_ADDR and CFG_ENV_SECT_SIZE for all of the
18942 currently-defined 83xx boards. This change guarantees that the environment
18943 will be located on the first flash sector after the U-Boot image.
18944
18945 Signed-off-by: Timur Tabi <timur@freescale.com>
18946 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
18947
18948commit e05329516a13616b53240cd85b739217c2bf87f1
18949Author: Larry Johnson <lrj@acm.org>
18950Date: Fri Jan 4 13:27:02 2008 -0500
18951
18952 ppc4xx: Remove weak binding from common Denali data-eye search code
18953
18954 Now that there are no board-specific versions of
18955 "denali_core_search_data_eye()", the weak binding on the common version
18956 can be removed.
18957
18958 Signed-off-by: Larry Johnson <lrj@acm.org>
18959
18960commit 5ba576c01602fd328800a427964c36a0a05c5dce
18961Author: Stefan Roese <sr@denx.de>
18962Date: Sat Jan 5 09:13:46 2008 +0100
18963
18964 ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.c
18965
18966 Signed-off-by: Stefan Roese <sr@denx.de>
18967
18968commit 845c6c95dbfe6c915ce68a0a115852fa17932fb4
18969Author: Stefan Roese <sr@denx.de>
18970Date: Sat Jan 5 09:12:41 2008 +0100
18971
18972 ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setup
18973
18974 On Katmai the complete auto-calibration somehow doesn't seem to
18975 produce the best results, meaning optimal values for RQFD/RFFD.
18976 This was discovered by GDA using a high bandwidth scope,
18977 analyzing the DDR2 signals. GDA provided a fixed value for RQFD,
18978 so now on Katmai "only" RFFD is auto-calibrated.
18979
18980 This patch also adds RDCC calibration as mentioned on page 7 of
18981 the AMCC PowerPC440SP/SPe DDR2 application note:
18982 "DDR1/DDR2 Initialization Sequence and Dynamic Tuning"
18983
18984 Signed-off-by: Stefan Roese <sr@denx.de>
18985
18986commit 49db47b8ae6afff2b898be312948ff501357dc80
18987Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18988Date: Wed Jan 2 16:48:42 2008 +0100
18989
18990 ppc4xx: Remove sdram.h from PMC440 board
18991
18992 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18993
18994commit 34065a2ce0d8972f2ec6652076014ab243d2ce8a
18995Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
18996Date: Wed Jan 2 16:48:34 2008 +0100
18997
18998 ppc4xx: use common denali core defines and data eye search code for PMC440
18999
19000 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19001
19002commit 9ac6b6f3d3f1b072d89268b2efe47e95e6659489
19003Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19004Date: Wed Jan 2 12:05:14 2008 +0100
19005
19006 ppc4xx: More cleanup for esd's LCD code
19007
19008 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19009
19010commit fe9c26b330a21ce73e52b5bd347d725cb81e3cfb
19011Author: Stefan Roese <sr@denx.de>
19012Date: Fri Jan 4 12:00:01 2008 +0100
19013
19014 ppc4xx: Fix Sequoia NAND booting target
19015
19016 The Sequoia NAND booting target now uses the recently extracted
19017 cpu/ppc4xx/denali_data_eye.c file too.
19018
19019 Signed-off-by: Stefan Roese <sr@denx.de>
19020
19021commit 0ddd969aec532bd7eae30fc09590488a3aaa629a
19022Author: Lawrence R. Johnson <lrj@acm.org>
19023Date: Thu Jan 3 15:02:02 2008 -0500
19024
19025 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat board
19026
19027 Signed-off-by: Larry Johnson <lrj@acm.org>
19028
19029commit b05e8bf58be9d8956fdfde3d8c8e87c140414663
19030Author: Lawrence R. Johnson <lrj@acm.org>
19031Date: Fri Jan 4 02:11:56 2008 -0500
19032
19033 ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia board
19034
19035 Note: this patch changes the configuration of some GPIO registers:
19036
19037 Register Old Value New Value
19038 --------------- ---------- ----------
19039 DCR GPIO0_TCR 0x0000000F 0x0000F0CF
19040 DCR GPIO0_TSRH 0x55005000 0x00000000
19041 DCR GPIO1_TCR 0xC2000000 0xE2000000
19042 DCR GPIO1_TSRL 0x0C000000 0x00200000
19043 DCR GPIO1_ISR2L 0x00050000 0x00110000
19044
19045 Signed-off-by: Larry Johnson <lrj@acm.org>
19046
19047commit 5ab884b254ca2e707ab50545cd705f30108cf491
19048Author: Lawrence R. Johnson <lrj@acm.org>
19049Date: Thu Jan 3 18:54:00 2008 -0500
19050
19051 ppc4xx: Add functionality to GPIO support
19052
19053 This patch makes two additions to GPIO support:
19054
19055 First, it adds function gpio_read_in_bit() to read the a bit from the
19056 GPIO Input Register (GPIOx_IR) in the same way that function
19057 gpio_read_out_bit() reads a bit from the GPIO Output Register
19058 (GPIOx_OR).
19059
19060 Second, it modifies function gpio_set_chip_configuration() to provide
19061 an additional option for configuring the GPIO from the
19062 "CFG_4xx_GPIO_TABLE".
19063
19064 According to the 440EPx User's Manual, when an alternate output is used,
19065 the three-state control is configured in one of two ways, depending on
19066 the particular output. The first option is to select the corresponding
19067 alternate three-state control in the GPIOx_TRSH/L registers. The second
19068 option is to select the GPIO Three-State Control Register (GPIOx_TCR) in
19069 the GPIOx_TRSH/L registers, and set the corresponding bit in the
19070 GPIOx_TCR register to enable the output. For example, the Manual
19071 specifies configuring the GPIO00 Alternate 1 Signal (PreAddr07) to use
19072 the alternate three-state control (first option), and specifies
19073 configuring the GPIO32 Alternate 1 Signal (USB2OM0) with the output
19074 enabled in the GPIOx_TCR register (second option).
19075
19076 Currently, gpio_set_chip_configuration() configures all alternate signal
19077 outputs to use the first option. This patch allow the second option to
19078 be selected by setting the "out_val" element in the table entry to
19079 "GPIO_OUT_1". The first option is used when the "out_val" element is
19080 set to "GPIO_OUT_0". Because "out_val" is not currently used when an
19081 alternate signal is selected, and because all current GPIO tables set
19082 "out_val" to "GPIO_OUT_0" for all alternate signals, this patch should
19083 not change any existing configurations.
19084
19085 Signed-off-by: Larry Johnson <lrj@acm.org>
19086
19087commit 196404cdc1de495d6182e84731c200fc5748df15
19088Author: Larry Johnson <lrj@arlinx.com>
19089Date: Sun Dec 30 01:01:54 2007 -0500
19090
19091 PPC4xx: Remove sdram.h from board/lwmon5
19092
19093 These definitions are now in "include/ppc440.h".
19094
19095 Signed-off-by: Larry Johnson <lrj@acm.org>
19096
19097commit ef16fccf96e55eab93fe25d03ebe2e9b56e5332b
19098Author: Larry Johnson <lrj@arlinx.com>
19099Date: Sun Dec 30 01:01:32 2007 -0500
19100
19101 PPC4xx: Use common code for LWMON5 board SDRAM support
19102
19103 This patch also modifies the functionality of the code so that the data-eye
19104 search is now done with with the cache disabled.
19105
19106 Signed-off-by: Larry Johnson <lrj@acm.org>
19107
19108commit 62cc3951ab72135d9c101f1845b794e63a0fa189
19109Author: Larry Johnson <lrj@arlinx.com>
19110Date: Sun Dec 30 01:01:14 2007 -0500
19111
19112 PPC4xx: Remove sdram.h from board/amcc/sequoia
19113
19114 These definitions are now in "include/ppc440.h".
19115
19116 Signed-off-by: Larry Johnson <lrj@acm.org>
19117
19118commit ce3902e1765bbfb07cf5bbe98be9a68e3009996a
19119Author: Larry Johnson <lrj@arlinx.com>
19120Date: Sun Dec 30 01:00:50 2007 -0500
19121
19122 PPC4xx: Use common code for Sequoia board SDRAM support
19123
19124 Signed-off-by: Larry Johnson <lrj@acm.org>
19125
19126commit 8b0c5c127690335758100c25eaec2b84db97c101
19127Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19128Date: Thu Dec 27 16:58:41 2007 +0100
19129
19130 net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
19131
19132 When CONFIG_NET_DO_NOT_TRY_ANOTHER is defined U-Boot's
19133 networking stack does not automatically switch to
19134 another interface. This patch does not touch the default
19135 behavior.
19136
19137 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19138 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19139
19140commit 505be87a65e4f87ad7d8da1d57ea4dcd487d7e32
19141Author: Upakul Barkakaty <upakul@gmail.com>
19142Date: Thu Nov 29 12:16:13 2007 +0530
19143
19144 NET: Proper return code handling in eth_init() function in file eth.c
19145
19146 This patch modifies the return code handling in the eth_init()
19147 function, to be compatible with the handling of the return codes in
19148 the other network stack files. It now returns a 0 on Success and -1 on
19149 error.
19150
19151 Signed-off-by: Upakul Barkakaty <upakul.barkakaty@conexant.com>
19152 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19153
19154commit 5ca2d0953e4579a80810966cca2077e20d912c97
19155Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19156Date: Mon Nov 19 20:27:04 2007 +0900
19157
19158 net/eth.c: Fix env_enetaddr signed overflow
19159
19160 Assigning the output of simple_strtoul(CB:A9:87:65:43:21) to `char', we are
19161 warned as below:
19162
19163 U-Boot 1.2.0 (Aug 30 2007 - 08:27:37)
19164
19165 DRAM: 256 MB
19166 Flash: 32 MB
19167 In: serial
19168 Out: serial
19169 Err: serial
19170 Net: NEC-Candy
19171 Warning: NEC-Candy MAC addresses don't match:
19172 Address in SROM is 00:00:4C:80:92:A2
19173 Address in environment is FFFFFFCB:FFFFFFA9:FFFFFF87:65:43:21
19174
19175 This patch changes env_enetaddr type from `char' to `unsigned char'.
19176
19177 Cc: Masaki Ishikawa <ishikawa-masaki@cnt.mxe.nes.nec.co.jp>
19178 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
19179 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19180
19181commit f85b60710571b37293d2233933b76e2aa3db5635
19182Author: Rafal Jaworowski <raj@semihalf.com>
19183Date: Thu Dec 27 18:19:02 2007 +0100
19184
19185 Introduce new eth_receive routine
19186
19187 The purpose of this routine is receiving a single network frame, outside of
19188 U-Boot's NetLoop(). Exporting it to standalone programs that run on top of
19189 U-Boot will let them utilise networking facilities. For sending a raw frame
19190 the already existing eth_send() can be used.
19191
19192 The direct consumer of this routine is the newly introduced API layer for
19193 external applications (enabled with CONFIG_API).
19194
19195 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
19196 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
19197 Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
19198
19199commit 5c740711f0ea5b51414b341b71597c4a0751be74
19200Author: Jon Loeliger <jdl@freescale.com>
19201Date: Thu Jan 3 10:41:04 2008 -0600
19202
19203 8610: Move include of config.h earlier.
19204
19205 Include config.h earlier in the set of #includes
19206 so as to avoid a incidental and duplicate definition
19207 of CFG_CACHELINE_SIZE.
19208
19209 Signed-off-by: Jon Loeliger
19210
19211commit 61d3421bdea090bd0399b14c3e10a3bebcc8d5ff
19212Author: Jon Loeliger <jdl@freescale.com>
19213Date: Tue Dec 4 10:53:34 2007 -0600
19214
19215 Don't slam #undef DEBUG in the 8641HPCN config file.
19216
19217 Doing so prevents it from being individually set
19218 and useful in other files.
19219
19220 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19221
19222commit ea9f7395ec362584e5e4f266bd0b0c4422cf6a4c
19223Author: Jon Loeliger <jdl@freescale.com>
19224Date: Wed Nov 28 14:47:18 2007 -0600
19225
19226 Convert MPC8641HPCN to use libfdt.
19227
19228 Assumes the presence of the aliases node in the DTS to
19229 locate the ethernet, pci and serial nodes for fixups.
19230
19231 Use consistent fdtaddr and fdtfile in environment variables.
19232
19233 Signed-off-by: Jon Loeliger <jdl@freescale.com>
19234
19235commit ce37422d0002e10490e268392e0c4e3028e52cec
19236Author: Stefan Roese <sr@denx.de>
19237Date: Wed Jan 2 14:06:26 2008 +0100
19238
19239 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
19240
19241 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
19242 flash chips connected to a 32bit wide port.
19243
19244 Signed-off-by: Stefan Roese <sr@denx.de>
19245
19246commit 1182e9f8e3b92fc372d64943293de53daa2e26cf
19247Author: Wolfgang Denk <wd@denx.de>
19248Date: Wed Jan 2 15:58:44 2008 +0100
19249
19250 Fix compile problem introduced by "cleanup" commit 3dfd708c
19251
19252 Signed-off-by: Wolfgang Denk <wd@denx.de>
19253
19254commit 1aaab9bfae0b3b2ee2b418c22c651280ee7b65c7
19255Author: Wolfgang Denk <wd@denx.de>
19256Date: Wed Jan 2 15:54:45 2008 +0100
19257
19258 Make scripts and Makefiles POSIX compliant
19259
19260 The bash builtin versions of the "test" (resp. "[") command allow
19261 using "==" for string comparisons, but POSIX compatible implemen-
19262 tations (like /usr/bin/test) insist on using "=" only. On such systems
19263 you will see:
19264
19265 $ /usr/bin/test a == a && echo OK
19266 /usr/bin/test: ==: binary operator expected
19267
19268 This patch fixes Makefiles and scripts to use POSIX style.
19269
19270 Signed-off-by: Wolfgang Denk <wd@denx.de>
19271
Wolfgang Denk865f0f92008-01-23 14:31:17 +010019272commit 47cc23cbe9a669c510183f4f049bf703ef445f3b
19273Author: Stefan Roese <sr@denx.de>
19274Date: Wed Jan 2 14:05:37 2008 +0100
19275
19276 cfi_flash: Fix bug in flash_isset() to use correct 32bit function
19277
19278 This bug was detected on the LWMON5 target which has 2 Intel 16bit wide
19279 flash chips connected to a 32bit wide port.
19280
19281 Signed-off-by: Stefan Roese <sr@denx.de>
19282
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010019283commit 3dfd708cc1b2a966ad454ca9ed125dd17dbadbcc
19284Author: Wolfgang Denk <wd@denx.de>
19285Date: Wed Jan 2 12:38:43 2008 +0100
19286
19287 Minor coding style cleanup.
19288
19289 Signed-off-by: Wolfgang Denk <wd@denx.de>
19290
19291commit e174ac34adf5d5653df12bc3cf19c52063a71269
19292Author: Stefan Roese <sr@denx.de>
19293Date: Fri Dec 28 17:29:56 2007 +0100
19294
19295 ppc4xx: Coding style cleanup
19296
19297 Signed-off-by: Stefan Roese <sr@denx.de>
19298
19299commit 8ba132cab18ae438b6dd5b0214c28a8fc0d976e5
19300Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19301Date: Fri Dec 28 17:07:24 2007 +0100
19302
19303 ppc4xx: Complete PMC440 board support
19304
19305 This patch brings the PMC440 board configuration file.
19306 Finally it enables the PMC440 board support.
19307
19308 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19309
19310commit 407843a582560fc5231299561ab3c2b6b6cd3397
19311Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19312Date: Fri Dec 28 17:07:18 2007 +0100
19313
19314 ppc4xx: Add FPGA support and BSP commands for PMC440 boards
19315
19316 This patch adds some BSP commands and FPGA booting support
19317 for esd's PMC440 boards.
19318
19319 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19320
19321commit 72c5d52aedcce35e4b4fa5895605554825b6a76f
19322Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19323Date: Fri Dec 28 17:07:14 2007 +0100
19324
19325 ppc4xx: Add initial esd PMC440 board files
19326
19327 This patch adds the first files for the new esd PMC440 boards.
19328 The next two patches will complete the PMC440 board support.
19329
19330 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19331
19332commit f6e0f1f61896ce7729ba1bcea2ffbd138d3947f5
19333Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19334Date: Fri Dec 28 17:10:36 2007 +0100
19335
19336 ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updates
19337
19338 - add EEPROM write protection for esd PLU405 boards.
19339 - initialize NAND GPIOs
19340 - use correct io accessors
19341 - cleanup
19342
19343 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19344
19345commit 77660c4b59055d621d2a8595bd4c18bb277268fc
19346Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19347Date: Fri Dec 28 17:10:44 2007 +0100
19348
19349 ppc4xx: use correct io accessors for esd's LCD code
19350
19351 This patch fixes esd's LCD dectection code to work correctly with
19352 newer gcc versions.
19353
19354 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19355
19356commit b56bd0fcfc1c73db722e3462c8a9bf607ba7775e
19357Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19358Date: Fri Dec 28 17:10:42 2007 +0100
19359
19360 ppc4xx: Maintenance patch for VOH405 boards
19361
19362 - add EEPROM write protection
19363 - initialize NAND GPIOs
19364 - use correct io accessors
19365 - slow down I2C clock to 100kHz
19366 - enable ext. I2C bus
19367 - cleanup
19368
19369 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19370
19371commit c05569066dbcba3fdf36d4d1943df265dc316a86
19372Author: Stefan Roese <sr@denx.de>
19373Date: Fri Dec 28 16:08:08 2007 +0100
19374
19375 ppc4xx: Enable 405EP PCI arbiter per default on all boards
19376
19377 In an attmemt to clean up the 4xx start.S file, I removed the enabling
19378 of the internal 405EP PCI arbiter. This is needed for multiple other
19379 405EP platforms, like most of the esd 405EP. Now the internal PCI
19380 arbiter is enabled again per default as it has been before.
19381
19382 Signed-off-by: Stefan Roese <sr@denx.de>
19383 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19384
19385commit bec9264616fb78273a1d93e87ff4b0b67c7bec1b
19386Author: Stefan Roese <sr@denx.de>
19387Date: Fri Dec 28 15:53:46 2007 +0100
19388
19389 ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)
19390
19391 Signed-off-by: Stefan Roese <sr@denx.de>
19392 Acked-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19393
19394commit fb83a65c60ab5ca12358b75f1257e5eee6cdbf79
19395Author: Stefan Roese <sr@denx.de>
19396Date: Fri Dec 28 06:06:04 2007 +0100
19397
19398 ppc4xx: Fix compilation problem of kilauea/haleakala nand booting target
19399
19400 Use correct link to nand_ecc now located in drivers/mtd/nand/ for the
19401 platforms mentioned above.
19402
19403 Signed-off-by: Stefan Roese <sr@denx.de>
19404
19405commit b568fd25574181a3b12ae3d66b2913903442cb83
19406Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19407Date: Thu Dec 27 17:03:46 2007 +0100
19408
19409 Remove CPCI440 board
19410
19411 This board never left prototyping state and it
19412 became a millstone round my neck. So remove it.
19413
19414 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19415
19416commit c591dffe0cbacd896ccbad06011fe6d6afa080da
19417Author: Larry Johnson <lrj@arlinx.com>
19418Date: Thu Dec 27 11:28:51 2007 -0500
19419
19420 Add support for Korat PPC440EPx board
19421
19422 These patches add support for the PPC440EPx-based "Korat" board to
19423 U-Boot. They are based primarily on support for the Sequoia board.
19424
19425 Signed-off-by: Larry Johnson <lrj@acm.org>
19426
19427commit 87dc096829e6a6363f4fdd73653b0093a85adbe0
19428Author: Larry Johnson <lrj@arlinx.com>
19429Date: Sat Dec 22 15:16:25 2007 -0500
19430
19431 Add configuration file for Korat board
19432
19433 This patch supplies the configuration file for the Korat PPC440EPx-
19434 processor board.
19435
19436 Signed-off-by: Larry Johnson <lrj@acm.org>
19437
19438commit 8eb52d5d982b764b39c88d9d1064d56c5397bfa5
19439Author: Larry Johnson <lrj@arlinx.com>
19440Date: Sat Dec 22 15:16:11 2007 -0500
19441
19442 Add denali_data_eye.o and denali_spd_ddr2.o to PPC4xx Makefile
19443
19444 Signed-off-by: Larry Johnson <lrj@acm.org>
19445
19446commit aba19604d848b2838cfb9ebe818909e6a216058e
19447Author: Larry Johnson <lrj@arlinx.com>
19448Date: Thu Dec 27 10:54:48 2007 -0500
19449
19450 Add 440EPx DDR2 SPD DIMM support
19451
19452 This patch adds SPD DDR2 support for the 440EPx ("Denali") SDRAM
19453 controller. It should also work on the 440GRx. It is based on the DDR2
19454 SPD code for the 440EP/440EPx, but makes no provision for DDR1 support.
19455
19456 This code has been tested on prototype Korat boards with three Kingston
19457 DIMMS: 512 MiB ECC (one rank), 512 MiB non-ECC (one rank) and 1 GiB ECC
19458 (two ranks). The Korat board has a single DIMM socket, but support has
19459 been provided (though not tested) for boards with two DIMM sockets.
19460
19461 Signed-off-by: Larry Johnson <lrj@acm.org>
19462
19463commit 8a24a6963002cb867d5a6b70e3560f0b1467f55f
19464Author: Larry Johnson <lrj@arlinx.com>
19465Date: Sat Dec 22 15:15:30 2007 -0500
19466
19467 Copy 440EPx/GRx SDRAM data-eye search to common directory
19468
19469 This patch creates a non-board-specific file for performing the SDRAM
19470 data-eye search. It also adds ECC error checking to the test of valid
19471 data on readback when ECC is enabled.
19472
19473 Signed-off-by: Larry Johnson <lrj@acm.org>
19474
19475commit c46f53333b22b1f9098676bea8884fc7db820cf3
19476Author: Larry Johnson <lrj@arlinx.com>
19477Date: Sat Dec 22 15:15:13 2007 -0500
19478
19479 Add definitions for 440EPx/GRx SDRAM controller to ppc440.h
19480
19481 This patch adds the Denali SDRAM controller definitions to "ppc440.h".
19482 It also fixes two typos in the definitions, so the board-specific
19483 "sdram.h" files containing these definitions are also fixed to avoid
19484 compiler warnings.
19485
19486 Signed-off-by: Larry Johnson <lrj@acm.org>
19487
19488commit c348578bf612d0c56d8d376d23cae16defbd86af
19489Author: Larry Johnson <lrj@arlinx.com>
19490Date: Thu Dec 27 10:50:55 2007 -0500
19491
19492 Add Ethernet 1000BASE-X support for PPC4xx
19493
19494 This patch adds a new switch: "CONFIG_PHY_DYNAMIC_ANEG". When this symbol
19495 is defined, the PHY will advertise it's capabilities for autonegotiation
19496 based on the capabilities shown in the PHY's status registers, including
19497 1000BASE-X. When "CONFIG_PHY_DYNAMIC_ANEG" is not defined, the PHY will
19498 advertise hard-coded capabilities, as before.
19499
19500 Signed-off-by: Larry Johnson <lrj@acm.org>
19501
19502commit 9e2c347151db5ae8acf5f18b99493cd53e6637e3
19503Author: Larry Johnson <lrj@arlinx.com>
19504Date: Thu Dec 27 09:52:17 2007 -0500
19505
19506 Add driver for National Semiconductor LM73 temperature sensor
19507
19508 This driver is based on the driver for the LM75.
19509
19510 Signed-off-by: Larry Johnson <lrj@acm.org>
19511
19512commit 12618278688ea9b3d76536960a5ad2e3790fac40
19513Author: Larry Johnson <lrj@arlinx.com>
19514Date: Sat Dec 22 15:14:00 2007 -0500
19515
19516 Add driver for STMicroelectronics M41T60 RTC
19517
19518 This driver is based on the driver for the M41T11. In the intended
19519 application, the RTC will be powered by a large capacitor, rather than a
19520 battery. The driver therefore checks to see whether the RTC has lost
19521 power. The chip's OUT bit is normally reset from its power-up state. If
19522 the OUT bit is read as set, or if the date and time are not valid, then the
19523 RTC is assumed to have lost power, and its date and time are reset to
19524 1900-01-01 00:00:00.
19525
19526 Support for adjusting the speed of the clock to improve accuracy is
19527 provided through an environment variable.
19528
19529 Signed-off-by: Larry Johnson <lrj@acm.org>
19530
19531commit d3471173e14b7544bb60339eda8d3d3906694b0a
19532Author: Larry Johnson <lrj@arlinx.com>
19533Date: Sat Dec 22 15:34:39 2007 -0500
19534
19535 Use out_be32() and friends to access memory-mapped registers in sequoia.c
19536
19537 Signed-off-by: Larry Johnson <lrj@acm.org>
19538
19539commit c68f59fe3ec16769f82b5fca7421983c336d3aac
19540Author: Larry Johnson <lrj@arlinx.com>
19541Date: Sat Dec 22 15:34:20 2007 -0500
19542
19543 Use definitions from "asm-ppc/mmu.h" in init.S for Sequoia
19544
19545 Signed-off-by: Larry Johnson <lrj@acm.org>
19546
19547commit 0d9cdeac1d3fa8d62ed7d883acc950c364f5bda8
19548Author: Larry Johnson <lrj@arlinx.com>
19549Date: Sat Dec 22 15:23:50 2007 -0500
19550
19551 Cosmetic changes to ECC POST for AMCC Denali core
19552
19553 Signed-off-by: Larry Johnson <lrj@acm.org>
19554
19555commit 2e583d6c81034f80a267b89fa55498ae063ccef1
19556Author: Stefan Roese <sr@denx.de>
19557Date: Wed Dec 26 20:20:19 2007 +0100
19558
19559 ppc4xx: Fix compilation problem in 405 cache POST test
19560
19561 Signed-off-by: Stefan Roese <sr@denx.de>
19562
19563commit 42d55ea0bde06e47d5a3b49b0d91002acd8e5708
19564Author: Stefan Roese <sr@denx.de>
19565Date: Sat Dec 22 12:20:09 2007 +0100
19566
19567 ppc4xx: Move virtual address of POST cache test to bigger address
19568
19569 On Sequoia & LWMON5 the virtual address of the POST cache test is now
19570 moved to a bigger address. This enables usage of more memory on those
19571 boards.
19572
19573 Signed-off-by: Stefan Roese <sr@denx.de>
19574
19575commit d91722102cf63f77a0148ed3f3d54a26d87575e9
19576Author: Stefan Roese <sr@denx.de>
19577Date: Sat Dec 22 12:18:26 2007 +0100
19578
19579 ppc4xx: Fix problem in 44x cache POST routine
19580
19581 As repoted by Larry Johnson, running "diag run cache" caused a crash
19582 in U-Boot. This problem was introduced by a patch that removed the
19583 TLB entry for the cache test after the test has completed. Since this
19584 TLB was only setup once, a 2nd attempt to run this cache test
19585 failed with a crash. Now this TLB entry is created every time the
19586 routine is called.
19587
19588 Signed-off-by: Stefan Roese <sr@denx.de>
19589
19590commit b0265b576bb8fa9465f99e99c323768b562fadc2
19591Author: Stefan Roese <sr@denx.de>
19592Date: Fri Dec 21 07:51:29 2007 +0100
19593
19594 ppc4xx: Update Makalu fdt support
19595
19596 Signed-off-by: Stefan Roese <sr@denx.de>
19597
19598commit bf8324e4a50758daff8cddd04c6a2ff8ed775bea
19599Author: Stefan Roese <sr@denx.de>
19600Date: Wed Dec 19 09:05:40 2007 +0100
19601
19602 ppc4xx: Add fdt support to AMCC Katmai eval board
19603
19604 Signed-off-by: Stefan Roese <sr@denx.de>
19605
19606commit 328a340392a5df9aaf00792be989df73e750859e
19607Author: Stefan Roese <sr@denx.de>
19608Date: Tue Dec 18 08:44:51 2007 +0100
19609
19610 ppc4xx: fdt: Cleanup setup of cpu node setup
19611
19612 Now the cpu node setup ("timebase-frequency" and "clock-frequency") is
19613 without using the absolute path to the cpu node. This makes it possible
19614 to use this U-Boot version with both versions of cpu-node naming
19615 "cpu@0" and the former "PowerPC,440EPx@0".
19616
19617 Signed-off-by: Stefan Roese <sr@denx.de>
19618
19619commit 7812bc4a2e2436ebbc0ce5b4e99c1dfc2e77eb5b
19620Author: Stefan Roese <sr@denx.de>
19621Date: Mon Dec 17 17:26:21 2007 +0100
19622
19623 ppc4xx: Fix lwmon5 compilation problem
19624
19625 Now that the 440EPx ECC test is not board specific anymore
19626 remove this Makefile.
19627
19628 Signed-off-by: Stefan Roese <sr@denx.de>
19629
19630commit 42ed33ffe135f618680f9d6e9712eb35a85bcb62
19631Author: Anatolij Gustschin <agustschin@t-online.de>
19632Date: Wed Dec 5 17:43:20 2007 +0100
19633
19634 Fix ppc4xx clear_bss() code
19635
19636 ppc4xx clear_bss() fails if BSS segment size is not
19637 divisible by 4 without remainder. This patch provides
19638 fix for this problem.
19639
19640 Signed-off-by: Anatolij Gustschin <agust@denx.de>
19641
19642commit 85dc2a7f82d11e17f0ca2a448118aed7f7a4b85d
19643Author: Niklaus Giger <niklausgiger@gmx.ch>
19644Date: Fri Nov 30 18:35:11 2007 +0100
19645
19646 PPC4xx: Minimal changes to add vxWorks support
19647
19648 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
19649
19650commit 052440b022ca8981d39b6f8c10d1aa6326f47480
19651Author: Markus Klotzbücher <mk@denx.de>
19652Date: Fri Nov 23 13:09:18 2007 +0100
19653
19654 ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board config
19655
19656 When using dhcp/bootp the "netmask" environment variable is not
19657 set because CONFIG_BOOTP_SUBNETMASK is not defined. But usually this is
19658 desireable, so the following patch adds this this option to the board
19659 config.
19660
19661 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
19662 Signed-off-by: Stefan Roese <sr@denx.de>
19663
19664commit a724a9b40c7fbeb6ade193ca52321b441eaecb4e
19665Author: Larry Johnson <lrj@arlinx.com>
19666Date: Sat Oct 27 12:48:15 2007 -0400
19667
19668 Fix/enhance ECC POST for 440EPx/GRx
19669
19670 This patch allows the ECC POST to be used for different boards with the
19671 PPC440 Denali SDRAM controller. Modifications include skipping the test
19672 if ECC is not enabled (as for non-ECC DIMMs) and adding synchronization
19673 to prevent timing errors.
19674
19675 Signed-off-by: Larry Johnson <lrj@acm.org>
19676
19677commit 454a6cf8d498f70d2b3e18f07837603eb24b12d4
19678Author: Larry Johnson <lrj@arlinx.com>
19679Date: Sat Oct 27 12:48:05 2007 -0400
19680
19681 PPC4xx: Move/rename ECC POST for 440EPx/GRx
19682
19683 Signed-off-by: Larry Johnson <lrj@acm.org>
19684
19685commit c29d2d3680046d430022c55e50fcb27f5866517e
19686Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19687Date: Fri Dec 14 11:20:33 2007 +0100
19688
19689 ppc4xx: use correct io accessors for 4xx ethernet POST
19690
19691 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19692
19693commit ba79fde58a48c0a6ff8e2a96caba951594142203
19694Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19695Date: Fri Dec 14 11:19:56 2007 +0100
19696
19697 ppc4xx: fix flush + invalidate_dcache_range arguments
19698
19699 flush + invalidate_dcache_range() expect the start and stop+1 address.
19700 So the stop address is the first address behind (!) the range.
19701
19702 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
19703
19704commit 871e6ce188a7c6bc7321bcf8372857035d20f1cd
19705Author: Stefan Roese <sr@denx.de>
19706Date: Fri Dec 14 08:41:29 2007 +0100
19707
19708 ppc4xx: fdt: use fdt_fixup_ethernet()
19709
19710 By using aliases in the dts file, the ethernet node fixup is
19711 much easier with the recently added functions.
19712
19713 Please note that the dts file needs the aliases for this to work.
19714
19715 Signed-off-by: Stefan Roese <sr@denx.de>
19716
19717commit 136288847e3b04f2ff357a067ad45e10afa0a24c
19718Author: Stefan Roese <sr@denx.de>
19719Date: Thu Dec 13 14:52:53 2007 +0100
19720
19721 ppc4xx: Bring 4xx fdt support up-to-date
19722
19723 This patch update the 4xx fdt support. It enabled fdt booting
19724 on the AMCC Kilauea and Sequoia for now. More can follow later
19725 quite easily.
19726
19727 Signed-off-by: Stefan Roese <sr@denx.de>
19728
19729commit 0dc80e2759fba859ccc4cdadc633577ca2971f3e
19730Author: Stefan Roese <sr@denx.de>
19731Date: Thu Dec 27 07:50:54 2007 +0100
19732
19733 cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()
19734
19735 The check for an sufficiently erased destination was missing in the
19736 buffered write function of the cfi flash driver (when
19737 CFG_FLASH_USE_BUFFER_WRITE is defined). This patch adds this check to that
19738 writing to such a region will fail with the currect error message.
19739
19740 Signed-off-by: Stefan Roese <sr@denx.de>
19741
19742commit 33ed73bc0e38d0f2b5c183d4629d8f207e5b9994
19743Author: Martin Krause <martin.krause@tqs.de>
19744Date: Mon Nov 12 10:56:17 2007 +0100
19745
19746 Some configuration updates for the TQM5200 based TB5200 board:
19747
19748 - enable command line history
19749 - increase malloc space (because of bigger flash sectors)
19750
19751 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19752
19753commit e318d9e9021a0af7508171f84ed09d0e79f0284e
19754Author: Martin Krause <martin.krause@tqs.de>
19755Date: Thu Sep 27 11:10:08 2007 +0200
19756
19757 TQM8xx: use the CFI flash driver on all TQM8xx boards
19758
19759 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19760
19761commit 11d9eec479b470eab9242ab937fca70a876d9376
19762Author: Martin Krause <martin.krause@tqs.de>
19763Date: Wed Sep 26 17:55:56 2007 +0200
19764
19765 TQM885D: adjust for doubled flash sector size + some minor fixes
19766
19767 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19768
19769commit 22d1a56cbfb0bff34f477b4db6a55d076d829b83
19770Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19771Date: Wed Sep 26 17:55:54 2007 +0200
19772
19773 TQM885D: Exchanged SDRAM timing by a more relaxed timing.
19774
19775 CAS-Latency=2, Write Recovery Time tWR=2
19776 The max. supported bus frequency is 66 MHz. Therefore, changed
19777 threshold to switch from 1:1 mode to 2:1 from 80 MHz to 66 MHz.
19778
19779 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19780
19781commit b988b8cd443989be65161888eea0127ad03f846f
19782Author: Martin Krause <martin.krause@tqs.de>
19783Date: Wed Sep 26 17:55:56 2007 +0200
19784
19785 TQM885D: use calculated cpuclk instead of measuring it
19786
19787 On the TQM885D the measurement of cpuclk with the PIT reference
19788 timer ist not necessary. Since all module variants use the same
19789 external 10 MHz oscillator, the cpuclk only depends on the PLL
19790 configuration - which is readable by software.
19791
19792 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19793
19794commit 492c7049869348d31168de8dad89651315e468e0
19795Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19796Date: Thu Sep 27 14:54:46 2007 +0200
19797
19798 TQM885D: fix SDRAM refresh
19799
19800 At 133 MHz the current SDRAM refresh rate is too fast
19801 (measured 4 * 1.17 us).
19802 CFG_MAMR_PTA changes from 39 to 128. This result
19803 in a refresh rate of 4 * 7.8 us at the default clock
19804 66 MHz. At 133 MHz the value will be then 4 * 3.8 us.
19805 This is a compromise until a new method is found to
19806 adjust the refresh rate.
19807
19808 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19809
19810commit dabad4b9bc46908e301f73ce76b38b23626a96e9
19811Author: Jens Gehrlein <jens.gehrlein@tqs.de>
19812Date: Thu Sep 27 14:54:46 2007 +0200
19813
19814 TQM860M: Support for 10col SDRAMs, max. 128 MiB
19815
19816 Signed-off-by: Martin Krause <martin.krause@tqs.de>
19817
19818commit 61fb15c516fef5631e305f1976d7b3a679725856
19819Author: Wolfgang Denk <wd@denx.de>
19820Date: Thu Dec 27 01:52:50 2007 +0100
19821
19822 Fix coding style issues; update CHANGELOG.
19823
19824 Signed-off-by: Wolfgang Denk <wd@denx.de>
19825
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010019826commit 467bcee11fe26ad422f2de971aa70866079870f2
19827Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19828Date: Fri Dec 14 15:36:18 2007 +0100
19829
19830 cfi_flash: Add manufacturer-specific fixups
19831
19832 Run fixups based on the JEDEC manufacturer ID independent of the
19833 command set ID.
19834
19835 This changes current behaviour: Previously, geometry reversal for AMD
19836 chips were done based on the command set ID, while they are now done
19837 based on the JEDEC manufacturer and device ID.
19838
19839 Also add fixup for top-boot Atmel chips. A fixup is needed for
19840 AT49BV6416(T) too, but since u-boot currently only reads the low byte
19841 of the device ID, there's no way to tell it apart from AT49BV642D,
19842 which should not have this fixup. Since AT49BV642D support is
19843 necessary to get ATNGW100 board support into mainline, I've commented
19844 out the fixup for now.
19845
19846 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19847
19848commit 0ddf06ddf6b4bd057ad4c5f0dffea7870ba06a2a
19849Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19850Date: Fri Dec 14 15:36:17 2007 +0100
19851
19852 cfi_flash: Add cmdset-specific init functions
19853
19854 Move things like reading JEDEC IDs and fixing up geometry reversal
19855 into separate functions. The geometry reversal fixup is now performed
19856 by altering the qry structure directly, which makes the sector init
19857 code slightly cleaner.
19858
19859 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19860
19861commit e23741f4a6d8047520ef0d4971762749b3587d32
19862Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19863Date: Fri Dec 14 15:36:16 2007 +0100
19864
19865 cfi_flash: Read whole QRY structure in one go
19866
19867 Read out the whole CFI Standard Query structure after successful cfi
19868 identification. This allows subsequent code to access this information
19869 directly without having to go through flash_read_uchar() and friends.
19870
19871 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19872
19873commit df9c25ea04b38a0e05d4f8c73c5cc144cdafa7db
19874Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19875Date: Mon Dec 17 11:02:44 2007 +0100
19876
19877 AVR32: Fix logic inversion in disable_interrupts()
19878
19879 disable_interrupts() should return nonzero if interrupts were
19880 _enabled_ before, not disabled.
19881
19882 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19883
19884commit acac475212cbedb17b321a363a1c878e2b47b37f
19885Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19886Date: Fri Dec 14 16:51:22 2007 +0100
19887
19888 AVR32: Enable interrupts at bootup
19889
19890 The timer code depends on the timer interrupt to keep track of the
19891 upper 32 bits of the cycle counter. This obviously doesn't work when
19892 interrupts are disabled the whole time.
19893
19894 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19895
19896commit 9570bcd87f4db255514f43b6701746c412f8fef0
19897Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19898Date: Thu Nov 15 10:03:45 2007 +0100
19899
19900 AVR32: Fix wrong pin setup for USART3
19901
19902 As reported by Gerhard Berghofer:
19903
19904 in "gpio_enable_usart3" the correct pins for USART 3 are PB17 and PB18
19905 instead of PB18 and PB19.
19906
19907 which is obviously correct. There's currently no code that uses
19908 USART3, but custom boards may run into problems.
19909
19910 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19911
19912commit 09ea0de03dcc3ee7af045b0b572227bda2c1c918
19913Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19914Date: Thu Nov 1 12:44:20 2007 +0100
19915
19916 README: Remove ATSTK1000 daughterboard list
19917
19918 As noted by Kim Phillips, these lists tend to become out of date.
19919
19920 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19921
19922commit c81cbbad21cb0ae983e2e796211202234cdc8be2
19923Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19924Date: Tue Oct 30 14:56:36 2007 +0100
19925
19926 Add ATSTK100[234] to MAINTAINERS
19927
19928 Add all the ATSTK1000 daughterboards to MAINTAINERS along with their
19929 "mother". Also update the entry for ATSTK1000 to be not only about the
19930 AP7000 CPU; it's intended to handle all CPUs in the AT32AP family.
19931
19932 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19933
19934commit 64ff2357b1727213803591813dbc779c924bf772
19935Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19936Date: Mon Oct 29 13:02:54 2007 +0100
19937
19938 AVR32: Add support for the ATSTK1004 board
19939
19940 ATSTK1004 is a daughterboard for ATSTK1000 with the AT32AP7002 CPU,
19941 which is a derivative of AT32AP7000.
19942
19943 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19944
19945commit 667568db157f374b85abd7e03596ddd1f0b25681
19946Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19947Date: Mon Oct 29 13:02:54 2007 +0100
19948
19949 AVR32: Add support for the ATSTK1003 board
19950
19951 ATSTK1003 is a daughterboard for ATSTK1000 with the AT32AP7001 CPU,
19952 which is a derivative of AT32AP7000.
19953
19954 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19955
19956commit 5fee84a794a51ec830548cda485a770efb018b92
19957Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19958Date: Mon Oct 29 13:23:33 2007 +0100
19959
19960 AVR32: Make some AT32AP700x peripherals optional
19961
19962 Add a chip-features file providing definitions of the form
19963
19964 AT32AP700x_CHIP_HAS_<peripheral>
19965
19966 to indicate the availability of the given peripheral on the currently
19967 selected chip.
19968
19969 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19970
19971commit 36f28f8a9605ee5dcfa330482cfc62171261af97
19972Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19973Date: Mon Oct 29 13:09:56 2007 +0100
19974
19975 AVR32: Rename at32ap7000 -> at32ap700x
19976
19977 The SoC-specific code for all the AT32AP700x CPUs is practically
19978 identical; the only difference is that some chips have less features
19979 than others. By doing this rename, we can add support for the AP7000
19980 derivatives simply by making some features conditional.
19981
19982 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19983
19984commit 4d5fa99c73f354e7cf985efcf417ea55ca2f6a5e
19985Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
19986Date: Fri Jun 29 18:22:34 2007 +0200
19987
19988 atmel_mci: Show SR when block read fails
19989
19990 Show controller status as well as card status when an error occurs
19991 during block read.
19992
19993 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
19994
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010019995commit 8697e6a19b10f514511b6a9c86de88bd108c4f8d
19996Author: Stefan Roese <sr@denx.de>
19997Date: Thu Dec 13 14:52:53 2007 +0100
19998
19999 ppc4xx: Bring 4xx fdt support up-to-date
20000
20001 This patch update the 4xx fdt support. It enabled fdt booting
20002 on the AMCC Kilauea and Sequoia for now. More can follow later
20003 quite easily.
20004
20005 Signed-off-by: Stefan Roese <sr@denx.de>
20006
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010020007commit 12d30aa79779c2aa7a998bbae4c075f822a53004
20008Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20009Date: Thu Dec 13 12:56:34 2007 +0100
20010
20011 cfi_flash: Use map_physmem() and unmap_physmem()
20012
20013 Use map_physmem() and unmap_physmem() to convert from physical to
20014 virtual addresses. This gives the arch a chance to provide an uncached
20015 mapping for flash accesses.
20016
20017 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20018
20019commit 4d7d6936eb29af7cca330937808312aa5f61454d
20020Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20021Date: Thu Dec 13 12:56:33 2007 +0100
20022
20023 Introduce map_physmem() and unmap_physmem()
20024
20025 map_physmem() returns a virtual address which can be used to access a
20026 given physical address without involving the cache. unmap_physmem()
20027 should be called when the virtual address returned by map_physmem() is
20028 no longer needed.
20029
20030 This patch adds a stub implementation which simply returns the
20031 physical address cast to a uchar * for all architectures except AVR32,
20032 which converts the physical address to an uncached virtual mapping.
20033 unmap_physmem() is a no-op on all architectures, but if any
20034 architecture needs to do such mappings through the TLB, this is the
20035 hook where those TLB entries can be invalidated.
20036
20037 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20038
20039commit cdbaefb5f5f03e54455d0439dcf6dbd97ead1f9d
20040Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20041Date: Thu Dec 13 12:56:32 2007 +0100
20042
20043 cfi_flash: Introduce read and write accessors
20044
20045 Introduce flash_read{8,16,32,64) and flash_write{8,16,32,64} and use
20046 them to access the flash memory. This makes it clearer when the flash
20047 is actually being accessed; merely dereferencing a volatile pointer
20048 looks just like any other kind of access.
20049
20050 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20051
20052commit 812711ce6b3a386125dcf0d6a59588e461abbb87
20053Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20054Date: Thu Dec 13 12:56:31 2007 +0100
20055
20056 Implement __raw_{read,write}[bwl] on all architectures
20057
20058 This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
20059 m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
20060 from Linux.
20061
20062 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20063
20064commit be60a9021c82fc5aecd5b2b1fc96f70a9c81bbcd
20065Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20066Date: Sat Oct 6 18:55:36 2007 +0200
20067
20068 cfi_flash: Reorder functions and eliminate extra prototypes
20069
20070 Reorder the functions in cfi_flash.c so that each function only uses
20071 functions that have been defined before it. This allows the static
20072 prototype declarations near the top to be eliminated and might allow
20073 gcc to do a better job inlining functions.
20074
20075 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20076
20077commit 3055793bcbdf24b1f8117f606ffb766d32eb766f
20078Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20079Date: Thu Dec 13 12:56:29 2007 +0100
20080
20081 cfi_flash: Make some needlessly global functions static
20082
20083 Make functions not declared in any header file static.
20084
20085 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20086
20087commit 7e5b9b471518c5652febc68ba62b432193d6abf4
20088Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
20089Date: Thu Dec 13 12:56:28 2007 +0100
20090
20091 cfi_flash: Break long lines
20092
20093 This patch tries to keep all lines in the cfi_flash driver below 80
20094 columns. There are a few lines left which don't fit this requirement
20095 because I couldn't find any trivial way to break them (i.e. it would
20096 take some restructuring, which I intend to do in a later patch.)
20097
20098 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
20099
20100commit 42026c9cb3a76849b41e6e24abfb7b56807a5c1a
20101Author: Bartlomiej Sieka <tur@semihalf.com>
20102Date: Tue Dec 11 13:59:57 2007 +0100
20103
20104 CFI: synchronize command offsets with Linux CFI driver
20105
20106 Fixes non-working CFI Flash on the Inka4x0 board.
20107
20108 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
20109
20110commit 8ff3de61fc5f9b3b21647bce081a3b7f710f0d4d
20111Author: Kumar Gala <galak@kernel.crashing.org>
20112Date: Fri Dec 7 12:17:34 2007 -0600
20113
20114 Handle MPC85xx PCIe reset errata (PCI-Ex 38)
20115
20116 On the MPC85xx boards that have PCIe enable the PCIe errata fix.
20117 (MPC8544DS, MPC8548CDS, MPC8568MDS).
20118
20119 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20120
20121commit 82ac8c97145a4c3bf8b3dbfad00fa96e920f9b9c
20122Author: Kumar Gala <galak@kernel.crashing.org>
20123Date: Fri Dec 7 12:04:30 2007 -0600
20124
20125 Update Freescale MPC85xx ADS/CDS/MDS board config
20126
20127 * Enabled CONFIG_CMD_ELF
20128
20129 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20130
20131commit d435793229ce29a42797c1edc39f5b34f987f91a
20132Author: Kumar Gala <galak@kernel.crashing.org>
20133Date: Fri Dec 7 04:59:26 2007 -0600
20134
20135 Handle Asynchronous DDR clock on 85xx
20136
20137 The MPC8572 introduces the concept of an asynchronous DDR clock with
20138 regards to the platform clock.
20139
20140 Introduce get_ddr_freq() to report the DDR freq regardless of sync/async
20141 mode.
20142
20143 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20144
20145commit 22abb2d2eaf7b795a6923c6273ec9cb53fda9a10
20146Author: Kumar Gala <galak@kernel.crashing.org>
20147Date: Thu Nov 29 10:34:28 2007 -0600
20148
20149 Update Freescale MPC85xx ADS/CDS/MDS board config
20150
20151 * Removed some misc environment setup
20152 * Enabled CONFIG_CMDLINE_EDITING
20153
20154 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20155
20156commit 415a613babb84d5e5d5b42e8e553868c71fc3a64
20157Author: Kumar Gala <galak@kernel.crashing.org>
20158Date: Thu Nov 29 10:47:44 2007 -0600
20159
20160 Move the MPC8541/MPC8555/MPC8548 CDS board under board/freescale.
20161
20162 Minor path corrections needed to ensure buildability.
20163
20164 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20165
20166commit c2d943ffbfd3359b3b45d177b437379d2cb86fbf
20167Author: Kumar Gala <galak@kernel.crashing.org>
20168Date: Thu Nov 29 10:16:18 2007 -0600
20169
20170 Move the MPC8540 ADS board under board/freescale.
20171
20172 Minor path corrections needed to ensure buildability.
20173
20174 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20175
20176commit 870ceac5b3a3486c109396e005af81ae762b5710
20177Author: Kumar Gala <galak@kernel.crashing.org>
20178Date: Thu Nov 29 10:14:50 2007 -0600
20179
20180 Move the MPC8560 ADS board under board/freescale.
20181
20182 Minor path corrections needed to ensure buildability.
20183
20184 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20185
20186commit acbca876fb3fec25cd9c55b0efc81ff618ff5262
20187Author: Kumar Gala <galak@kernel.crashing.org>
20188Date: Thu Nov 29 10:13:47 2007 -0600
20189
20190 Move the MPC8568 MDS board under board/freescale.
20191
20192 Minor path corrections needed to ensure buildability.
20193
20194 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20195
20196commit a853d56c59b33415304531443633808736acfc6e
20197Author: Kumar Gala <galak@kernel.crashing.org>
20198Date: Thu Nov 29 02:18:59 2007 -0600
20199
20200 Use standard LAWAR_TRGT_IF_* defines for LAW setup on 85xx
20201
20202 We already had defines for LAWAR_TRGT_IF_* that we should use
20203 rather than creating new ones. Also, added some missing defines for
20204 PCIE targets.
20205
20206 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20207
20208commit 04db400892da37b76a585e332a0c137954ad2015
20209Author: Kumar Gala <galak@kernel.crashing.org>
20210Date: Thu Nov 29 02:10:09 2007 -0600
20211
20212 Stop using immap_t on 85xx
20213
20214 In the future the offsets to various blocks may not be in same location.
20215 Move to using CFG_MPC85xx_*_ADDR as the base of the registers
20216 instead of getting it via &immap.
20217
20218 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20219
20220commit 2714223f8e04ab3e4133ff65872eef366d90bfea
20221Author: Kumar Gala <galak@kernel.crashing.org>
20222Date: Thu Nov 29 01:23:09 2007 -0600
20223
20224 Remove CONFIG_OF_FLAT_TREE related code from mpc85xx since we now use libfdt
20225
20226 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20227
20228commit c480861bf000156e6a3e932c258db59ff2212dd3
20229Author: Kumar Gala <galak@kernel.crashing.org>
20230Date: Thu Nov 29 01:06:19 2007 -0600
20231
20232 Update MPC8568 MDS to use libfdt
20233
20234 Updated the MPC8568 MDS config to use libfdt and assume use of aliases for
20235 ethernet, pci, and serial for the various fixups that are done.
20236
20237 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20238
20239commit 1563f56e0c68f6920f956382d6d13bee3f01c0f7
20240Author: Haiying Wang <Haiying.Wang@freescale.com>
20241Date: Wed Nov 14 15:52:06 2007 -0500
20242
20243 Add PCI Express support on MPC8568MDS
20244
20245 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20246 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20247
20248commit b90d25497625b90ffa3f2911a0895ca237556ff5
20249Author: Kumar Gala <galak@kernel.crashing.org>
20250Date: Thu Nov 29 00:11:44 2007 -0600
20251
20252 Update MPC85xx CDS to use libfdt
20253
20254 Updated the MPC85xx CDS config to use libfdt and assume use of aliases for
20255 ethernet, pci, and serial for the various fixups that are done.
20256
20257 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20258
20259commit 0fd5ec66b10521a057ad73e69ab5f0f9eafba255
20260Author: Kumar Gala <galak@kernel.crashing.org>
20261Date: Wed Nov 28 22:54:27 2007 -0600
20262
20263 Update MPC8540 ADS to use libfdt
20264
20265 Updated the MPC8540 ADS config to use libfdt and assume use of aliases for
20266 ethernet, pci, and serial for the various fixups that are done.
20267
20268 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20269
20270commit 5ce715802f6c50dc78b3405b92f184b1e3710519
20271Author: Kumar Gala <galak@kernel.crashing.org>
20272Date: Wed Nov 28 22:40:31 2007 -0600
20273
20274 Update MPC8560 ADS to use libfdt
20275
20276 Updated the MPC8560 ADS config to use libfdt and assume use of aliases for
20277 ethernet, pci, and serial for the various fixups that are done.
20278
20279 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20280
20281commit aafeefbdb8b029f5ca2a195598d0a501a606eea9
20282Author: Kumar Gala <galak@kernel.crashing.org>
20283Date: Wed Nov 28 00:36:33 2007 -0600
20284
20285 Stop using immap_t for cpm offset on 85xx
20286
20287 In the future the offsets to various blocks may not be in same location.
20288 Move to using CFG_MPC85xx_CPM_ADDR as the base of the CPM registers
20289 instead of getting it via &immap->im_cpm.
20290
20291 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20292
20293commit f59b55a5b8fcadaa99781ba48e7a38e956afa527
20294Author: Kumar Gala <galak@kernel.crashing.org>
20295Date: Tue Nov 27 23:25:02 2007 -0600
20296
20297 Stop using immap_t for guts offset on 85xx
20298
20299 In the future the offsets to various blocks may not be in same location.
20300 Move to using CFG_MPC85xx_GUTS_ADDR as the base of the guts registers
20301 instead of getting it via &immap->im_gur.
20302
20303 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20304
20305commit 50c03c8cf494d91cdec39670d95337c743e16ec9
20306Author: Kumar Gala <galak@kernel.crashing.org>
20307Date: Tue Nov 27 22:42:34 2007 -0600
20308
20309 Update MPC8544 DS config
20310
20311 * Removed HAS_ETH2/HAS_ETH3 - MPC8544 only has TSEC1/2
20312 * Removed some misc environment setup
20313 * Moved to using fdtfile & fdtaddr as fdt env var names
20314 * Enabled CONFIG_CMDLINE_EDITING
20315
20316 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20317
20318commit addce57e2e4c49e77ffb2020a84690713bb18b47
20319Author: Kumar Gala <galak@kernel.crashing.org>
20320Date: Mon Nov 26 17:12:24 2007 -0600
20321
20322 Update MPC8544DS to use libfdt
20323
20324 Updated the MPC8544DS config to use libfdt and assume use of aliases for
20325 ethernet, pci, and serial for the various fixups that are done.
20326
20327 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20328
20329commit f852ce72f100cabd1f11c21c085a0ad8eca9fb65
20330Author: Kumar Gala <galak@kernel.crashing.org>
20331Date: Thu Nov 29 00:15:30 2007 -0600
20332
20333 Add libfdt based ft_cpu_setup for mpc85xx
20334
20335 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20336
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020337commit 3b9abdc448a1c2c6a4c2aa292724b4d1a05166a9
20338Author: Stefan Roese <sr@denx.de>
20339Date: Tue Dec 11 13:38:19 2007 +0100
20340
20341 ppc4xx: Correct GPIO offset in gpio_config()
20342
20343 Thanks to Gary Jennejohn for pointing this out.
20344
20345 Signed-off-by: Stefan Roese <sr@denx.de>
20346
20347commit 8809a2713b1ceaf3da55d9d785470294f15de06a
20348Author: Stefan Roese <sr@denx.de>
20349Date: Tue Dec 11 11:46:01 2007 +0100
20350
20351 rtc: Fix merging problem
20352
20353 Signed-off-by: Stefan Roese <sr@denx.de>
20354
20355commit 7cfc12a7dcfdb350e2ab76db4dafcc30f7e77c2b
20356Author: Stefan Roese <sr@denx.de>
20357Date: Sat Dec 8 14:47:34 2007 +0100
20358
20359 ppc4xx: 405EX: Correctly enable USB pins
20360
20361 This patch selects the USB data pins in the 405EX GPIO and MFC (multi
20362 function control) registers. This is done for the AMCC Kilauea and
20363 Makalu eval boards.
20364
20365 Signed-off-by: Stefan Roese <sr@denx.de>
20366
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010020367commit 9692c2734a47f23b44a0f68042a3e2ca8d1bfb39
20368Author: Stefan Roese <sr@denx.de>
20369Date: Sat Dec 8 08:25:09 2007 +0100
20370
20371 CFI: Coding style cleanup
20372
20373 Signed-off-by: Stefan Roese <sr@denx.de>
20374
20375commit 81b20ccc2d795ae9a1199db5a50ad9c28d1e4d22
20376Author: Michael Schwingen <michael@schwingen.org>
20377Date: Fri Dec 7 23:35:02 2007 +0100
20378
20379 CFI: support JEDEC flash roms in CFI-flash framework
20380
20381 The following patch adds support for non-CFI flash ROMS, by hooking into the
20382 CFI flash code and using most of its code, as recently discussed here in the
20383 thread "Mixing CFI and non-CFI flashs".
20384
20385 Signed-off-by: Michael Schwingen <michael@schwingen.org>
20386 Signed-off-by: Stefan Roese <sr@denx.de>
20387
20388commit c01b17dd856fa120b2970f50d9598546a4927ec3
20389Author: Gerald Van Baren <vanbaren@cideas.com>
20390Date: Wed Nov 28 21:24:50 2007 -0500
20391
20392 Conditionally compile fdt_fixup_ethernet()
20393
20394 Fix compiler warnings: On boards that don't have ethernets defined,
20395 don't compile fdt_fixup_ethernet().
20396
20397commit 246d4ae6bc282bc1841224e1c5fc49dc925e0bf7
20398Author: Kumar Gala <galak@kernel.crashing.org>
20399Date: Tue Nov 27 21:59:46 2007 -0600
20400
20401 Convert boards that set memory node to use fdt_fixup_memory()
20402
20403 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20404
20405commit 151c8b09b35eebe8fd9139cb6c1d91c27b22f058
20406Author: Kumar Gala <galak@kernel.crashing.org>
20407Date: Mon Nov 26 17:06:15 2007 -0600
20408
20409 Added fdt_fixup_stdout that uses aliases to set linux,stdout-path
20410
20411 We use a combination of the serialN alias and CONFIG_CONS_INDEX to
20412 determine which serial alias we should set linux,stdout-path to.
20413
20414 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20415
20416commit 3c9272813fad84c691d0e4989bb18a3ffebdebfc
20417Author: Kumar Gala <galak@kernel.crashing.org>
20418Date: Mon Nov 26 14:57:45 2007 -0600
20419
20420 Add common memory fixup function
20421
20422 Add the function fdt_fixup_memory() to fixup the /memory node of the fdt
20423
20424 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20425
20426commit 9c9109e7fcf7ac2ca19c95b8ac54b8d1c773b157
20427Author: Kumar Gala <galak@kernel.crashing.org>
20428Date: Mon Nov 26 11:19:12 2007 -0600
20429
20430 Conditionally compile fdt_support.c
20431
20432 Modify common/Makefile to conditionally compile fdt_support.c based
20433 on CONFIG_OF_LIBFDT.
20434
20435 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20436
20437commit d88e7ba0980773479e1a64badb293116071b7ef0
20438Author: Kumar Gala <galak@kernel.crashing.org>
20439Date: Mon Nov 26 10:41:40 2007 -0600
20440
20441 Fix build breakage due to libfdt import
20442
20443 The IDS8247 got lost in the update and need an API update
20444 do to rename of functions in libfdt.
20445
20446 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20447
20448commit 28f384b171bbf1fb2dafb1046e6d259a6b2f8714
20449Author: Gerald Van Baren <vanbaren@cideas.com>
20450Date: Fri Nov 23 19:43:20 2007 -0500
20451
20452 Add spaces around the = in the fdt print format.
20453
20454 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20455
20456commit 29592ecba3b932b9b152bcec6c0c0806412db4a3
20457Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20458Date: Fri Dec 7 01:25:38 2007 +0900
20459
20460 sh: Moved driver of the SuperH dependence
20461
20462 The composition of the directory in the drivers/ changed.
20463 I moved SuperH serial driver and marubun PCMCIA driver.
20464
20465 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20466
20467commit 41be969f4957115ed7b1fe8b890bfaee99d7a7a2
20468Author: Wolfgang Denk <wd@denx.de>
20469Date: Thu Dec 6 10:21:19 2007 +0100
20470
20471 Release v1.3.1
20472
20473 Signed-off-by: Wolfgang Denk <wd@denx.de>
20474
20475commit cf5933ba1e97a1cd8f5f24070e820f21d976eaeb
20476Author: Wolfgang Denk <wd@denx.de>
20477Date: Thu Dec 6 10:21:03 2007 +0100
20478
20479 ADS5121 Board: fix compile problem.
20480
20481 Signed-off-by: Wolfgang Denk <wd@denx.de>
20482
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020483commit a27044b14a9e93678a82d7b35f202b93e7687abc
20484Author: Stefan Roese <sr@denx.de>
20485Date: Thu Dec 6 05:58:43 2007 +0100
20486
20487 ppc4xx: Enable hardware-fix for PCI/DMA errata on AMCC 440SP/SPe boards
20488
20489 This patch enables the hardware-fix for the PCI/DMA errata's 19+22 by
20490 setting the FIXD bit in the SDR0_MFR register. Here a description of the
20491 symptoms:
20492
20493 Problem Description
20494 ------------------------------
20495 If a DMA is performed between memory and PCI with the DMA 1 Controller
20496 using prefetch, and as a result uses a special purpose buffer selected by
20497 the PCIXn Bridge Options 1 Register (PCIXn_BRDGOPT1[RBP7] - bits 31-29),
20498 the first part of the transfer sequence is performed twice. The
20499 PPC440SPe PCI Controller requests more data than was needed such that in
20500 the case of enforce memory protection, a host CPU exception can occur.
20501 No data is corrupted, because data transfer is stopped in the PCI
20502 Controller. Prefetch enable is specified by setting DMA Configuration
20503 Register (I2O0_DMAx_CFG[DXEPD] - bit 31) to 0.
20504
20505 Behavior that may be observed in a running system
20506 ---------------------------------------------------------------------------
20507
20508 1. DMA performance is decreased because of the double access on the PCI bus
20509 interface.
20510 2. If an illegal access to some address on the PCI bus is detected at the
20511 system level, a machine check or similar system error may occur.
20512
20513 Workarounds Available
20514 ----------------------------------
20515
20516 1. Do not program prefetch. Note that a prefetch command cannot be programmed
20517 without selecting a special purpose buffer.
20518 2. To avoid crossing a physical boundary of the PCI slave device, add 512
20519 bytes of address to the PCI address range.
20520
20521 This patch was originally provided by Pravin M. Bathija <pbathija@amcc.com>
20522 from AMCC and slighly changed.
20523
20524 Signed-off-by: Pravin M. Bathija <pbathija@amcc.com>
20525 Signed-off-by: Stefan Roese <sr@denx.de>
20526
20527commit a90921f71d225bf9e0f0fc7b8beadeb8001bf78a
20528Author: Stefan Roese <sr@denx.de>
20529Date: Tue Dec 4 16:29:48 2007 +0100
20530
20531 ppc4xx: Yosemite/Yellowstone: Add DTT AD7414 support
20532
20533 Signed-off-by: Stefan Roese <sr@denx.de>
20534
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010020535commit 8d4f040a3c15036a6ea25a9c39e7d89fefa8440d
20536Author: Wolfgang Denk <wd@denx.de>
20537Date: Mon Dec 3 00:15:28 2007 +0100
20538
20539 Prepare for 1.3.1-rc1
20540
20541 Signed-off-by: Wolfgang Denk <wd@denx.de>
20542
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020543commit e15e33433e7c05111968dc9b434a52fd42cbd221
20544Author: Stefan Roese <sr@denx.de>
20545Date: Fri Nov 30 07:15:41 2007 +0100
20546
20547 ppc4xx: Kilauea: Add PCIe reset assertion upon power-up
20548
20549 This manual PCIe reset triggering solves the problem seen with the
20550 Intel EPRO/1000 card, which was not detected (link not established)
20551 upon power-up reset.
20552
20553 Signed-off-by: Stefan Roese <sr@denx.de>
20554
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010020555commit 260eea5676ca46903a335686cc020b29c4ca46fe
20556Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20557Date: Thu Nov 29 01:21:54 2007 +0900
20558
20559 sh: Add SuperH boards maintainer to MAINTAINERS file
20560
20561 Add MS7750SE and MS7722SE's board maintainer to MAINTAINERS file.
20562
20563 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20564
20565commit aa9c4f1d22701a92347c1c81f34d12c8ad3a3747
20566Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20567Date: Thu Nov 29 00:13:04 2007 +0900
20568
20569 sh: Add ms7750se support in MAKEALL
20570
20571 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20572
20573commit c7144373427a178332bf9754131c8c34c52c200a
20574Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20575Date: Tue Nov 27 09:44:53 2007 +0100
20576
20577 sh: Add sh3 and sh4 support in MAKEALL
20578
20579 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20580 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20581
20582commit 130080874a3d28450098481a262c5f7c855e908d
20583Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20584Date: Sun Nov 25 02:51:17 2007 +0900
20585
20586 sh: Add document for SuperH.
20587
20588 This document is a summary of information concerning SuperH of U-Boot.
20589
20590 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20591
20592commit 33ecdc2f9d64926e1a6067b28f3a0aefc3b6d23d
20593Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20594Date: Sun Nov 25 02:39:31 2007 +0900
20595
20596 sh: Add marubun's pcmcia driver
20597
20598 Marubun pcmcia is a chip for PCMCIA used with SuperH.
20599 Of course, this can be used even by other architectures.
20600 When use this driver, came to be able to use CompactFlash
20601 and Ethernet.
20602
20603 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20604
20605commit febd86b969b975289ed948f1ac0eb9722da41ced
20606Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20607Date: Sun Nov 25 02:32:13 2007 +0900
20608
20609 sh: Update SuperH SCIF driver
20610
20611 - Changed volatile unsigned to vu_.
20612 - Changed Makefile for kconfig.
20613
20614 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
20615
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020616commit 8be760903645af09871be50ad0a6f9ebb62b311d
20617Author: Stefan Roese <sr@denx.de>
20618Date: Tue Nov 27 11:57:35 2007 +0100
20619
20620 ppc4xx: Kilauea & Makalu: Fix ext IRQ pin multiplexing
20621
20622 After an error in the AMCC 405EX users manual now correctly configure
20623 IRQ2 (Kilauea)/IRQ0 (Makalu) as alternate 2 signal for external IRQ
20624 usage.
20625
20626 Signed-off-by: Stefan Roese <sr@denx.de>
20627
Wolfgang Denk8d4f0402007-12-03 00:15:28 +010020628commit a5f601fd1b1278deae5aa9fc27a232b0d1c1c788
20629Author: Wolfgang Denk <wd@denx.de>
20630Date: Mon Nov 26 19:18:21 2007 +0100
20631
20632 Cleanup coding style; update CHANGELOG
20633
20634 Signed-off-by: Wolfgang Denk <wd@denx.de>
20635
20636commit 3deca9d44767efd1b83f4b701f0dbf21a7595f7b
20637Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20638Date: Sun Nov 25 22:39:25 2007 +0100
20639
20640 MAKEALL: add missing 512x boards in ppc
20641
20642 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20643
20644commit a340c325e668ca7386c2276387681720be9c3757
20645Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20646Date: Sun Nov 25 18:45:47 2007 +0100
20647
20648 Makefile : fix tags ctags etags with new drivers organization
20649
20650 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20651
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020652commit 63362cfc6baa97ae0e37ba2c6ece530fcac9f79e
20653Author: Stefan Roese <sr@denx.de>
20654Date: Mon Nov 26 15:06:14 2007 +0100
20655
20656 ppc4xx: Makalu: Change EBC setup for CS0 to enable 400MHz usage
20657
20658 As suggested by Senao, use a different EBC_PB0AP setup for 400MHz
20659 operation.
20660
20661 Signed-off-by: Stefan Roese <sr@denx.de>
20662
20663commit ca1ce226287270bb01e25b8e3674c701f12edf19
20664Author: Stefan Roese <sr@denx.de>
20665Date: Mon Nov 26 15:01:45 2007 +0100
20666
20667 ppc4xx: Kilauea: Configure pin mux to use ext IRQ2 as interrupt
20668
20669 Signed-off-by: Stefan Roese <sr@denx.de>
20670
Wolfgang Denka5f601f2007-11-26 19:18:21 +010020671commit 87ddedd6ad804427ce125ceaa076d7a4f74e9d5d
20672Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20673Date: Sun Nov 25 18:45:47 2007 +0100
20674
20675 Makefile : fix tags ctags etags with new drivers organization
20676
20677 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20678
20679commit 59829cc189378c142c13d2aa8d9a897d8bef3961
20680Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20681Date: Sat Nov 24 21:26:56 2007 +0100
20682
20683 drivers/mtd : move mtd drivers to drivers/mtd
20684
20685 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20686
20687commit 318c0b90431f2648552e5ade78833f42652ce859
20688Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20689Date: Sat Nov 24 21:17:55 2007 +0100
20690
20691 drivers/misc : move misc drivers to drivers/misc
20692
20693 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20694
20695commit 33daf5b7858807cb4ce4158c2c56524671c14c08
20696Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20697Date: Sat Nov 24 21:13:59 2007 +0100
20698
20699 drivers/block : move block drivers to drivers/block
20700
20701 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20702
20703commit 0c698dcaa70275eb8814f665b545547cee013892
20704Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20705Date: Sat Nov 24 20:59:50 2007 +0100
20706
20707 drivers/rtc : move rtc drivers to drivers/rtc
20708
20709 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20710
20711commit f868cc5a50757d94f36c312395481cb0f187d9e6
20712Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20713Date: Sat Nov 24 20:14:44 2007 +0100
20714
20715 drivers/hwmon : move hardware monitor drviers to drivers/hwmon
20716
20717 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20718
20719commit 16b195c82a18cbfd164800f17a1ef9db2e48331a
20720Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20721Date: Sat Nov 24 19:46:45 2007 +0100
20722
20723 drivers/input : move input drivers to drivers/input
20724
20725 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20726
20727commit e4558666293364fc3af1c1d9381ca933fa0f1275
20728Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20729Date: Sat Nov 24 19:40:11 2007 +0100
20730
20731 drivers/usb : move usb drivers to drivers/usb
20732
20733 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20734
20735commit 1378df792a7ff3abd1bf54a63f5475784f5b083c
20736Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20737Date: Sat Nov 24 19:33:38 2007 +0100
20738
20739 drivers/serial : move serial drivers to drivers/serial
20740
20741 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20742
20743commit 2439e4bfa111babf4bc07ba20efbf3e36036813e
20744Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20745Date: Wed Nov 21 21:19:24 2007 +0100
20746
20747 drivers/net : move net drivers to drivers/net
20748
20749 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20750
20751commit 352d259130b349fe9593b8dada641bd78a9659e5
20752Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20753Date: Tue Nov 20 20:41:48 2007 +0100
20754
20755 drivers/video : move video drivers to drivers/video
20756
20757 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20758
20759commit 73646217186aa17afc8e305c5f06f06dd335eaad
20760Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20761Date: Tue Nov 20 20:33:09 2007 +0100
20762
20763 drivers/pcmcia : move pcmcia drivers to drivers/pcmcia
20764
20765 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20766
20767commit 93a686ee9c5ddc6fa368c32cfbfde6f6724599fc
20768Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20769Date: Tue Nov 20 20:28:09 2007 +0100
20770
20771 drivers/pci : move pci drivers to drivers/pci
20772
20773 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20774
20775commit 9162352817579840d7802da6d85872b3ca003c97
20776Author: Gerald Van Baren <vanbaren@cideas.com>
20777Date: Thu Nov 22 17:23:23 2007 -0500
20778
20779 Fix fdt printing for updated libfdt
20780
20781 Also improve printing (adopt dtc v1 "c style" hex format), whitespace cleanup.
20782
20783 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
20784
20785commit 9eb77cea1fa12d5969eb26a1d1d81da381bd6b1c
20786Author: Kumar Gala <galak@kernel.crashing.org>
20787Date: Wed Nov 21 13:30:15 2007 -0600
20788
20789 Add additional fdt fixup helper functions
20790
20791 Added the following fdt fixup helpers:
20792 * do_fixup_by_prop{_u32} - Find matching nodes by property name/value
20793 * do_fixup_by_compat{_u32} - Find matching nodes by compat
20794
20795 The _u32 variants work the same only the property they are setting
20796 is know to be a 32-bit integer instead of a byte buffer.
20797
20798 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20799
20800commit ab544633abdd14f4dd5d92e500b73eb59ef57e67
20801Author: Kumar Gala <galak@kernel.crashing.org>
20802Date: Wed Nov 21 11:11:03 2007 -0600
20803
20804 Add fdt_fixup_ethernet helper to set mac addresses
20805
20806 Added a fixup helper that uses aliases to set mac addresses
20807 in the device tree based on the bd_t
20808
20809 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20810
20811commit dbaf07ce620aab249e3502b20a986234a6af1d3a
20812Author: Kumar Gala <galak@kernel.crashing.org>
20813Date: Wed Nov 21 14:07:46 2007 -0600
20814
20815 Fix warnings from import of libfdt
20816
20817 cmd_fdt.c: In function fdt_print:
20818 cmd_fdt.c:586: warning: assignment discards qualifiers from pointer target type
20819 cmd_fdt.c:613: warning: assignment discards qualifiers from pointer target type
20820 cmd_fdt.c:635: warning: assignment discards qualifiers from pointer target type
20821 cmd_fdt.c:636: warning: assignment discards qualifiers from pointer target type
20822
20823 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20824
20825commit 8d04f02f6224e6983f4812ea4da704950ec8539c
20826Author: Kumar Gala <galak@kernel.crashing.org>
20827Date: Wed Oct 24 11:04:22 2007 -0500
20828
20829 Update libfdt from device tree compiler (dtc)
20830
20831 Update libfdt to commit 8eaf5e358366017aa2e846c5038d1aa19958314e from
20832 the device tree compiler (dtc) project.
20833
20834 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20835
20836commit e93becf80d732b64aef81b23e8b6ece02c40533d
20837Author: Kumar Gala <galak@kernel.crashing.org>
20838Date: Sat Nov 3 19:46:28 2007 -0500
20839
20840 Move do_fixup* for libfdt into common code
20841
20842 Moved the generic fixup handling code out of cpu/mpc5xxx and cpu/mpc8260
20843 into common/fdt_support.c and renamed:
20844
20845 do_fixup() -> do_fixup_by_path()
20846 do_fixup_u32() -> do_fixup_by_path_u32()
20847
20848 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20849
20850commit f738b4a75998f42a7408defadc9baac7a31c92db
20851Author: Kumar Gala <galak@kernel.crashing.org>
20852Date: Thu Oct 25 16:15:07 2007 -0500
20853
20854 Make no options to fdt print default to '/'
20855
20856 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20857
20858commit a3c2933e02503fe36ade2c1b65af46f2b7a168e7
20859Author: Kumar Gala <galak@kernel.crashing.org>
20860Date: Wed Oct 24 10:21:57 2007 -0500
20861
20862 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt
20863
20864 Removed:
20865 fdt_node_is_compatible
20866 fdt_find_node_by_type
20867 fdt_find_compatible_node
20868
20869 To ease merge of newer libfdt as we aren't using them anywhere at this time.
20870
20871 Also moved fdt_find_and_setprop out of libfdt into fdt_support.c for the same
20872 reason.
20873
20874 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20875
20876commit 98e2867cc85409b919f862e6c16026461ec955df
20877Author: Grant Likely <grant.likely@secretlab.ca>
20878Date: Wed Nov 21 09:19:37 2007 -0700
20879
20880 [BUILD] Remove libraries when updating autoconf.mk
20881
20882 Fix library problems caused by conditional compilation. Using
20883 autoconf.mk to decide which files to compile has caused a problem when
20884 changing configuration from one board to another without clearing out
20885 the library (*.a) files.
20886
20887 It used to be that the linker was always passed the same list of .o
20888 files when building the .a files. However, that is not longer true
20889 with conditional compilation. Now, a different board config will have
20890 a different file list passed to the linker. The problem occurs when
20891 a library has already been built and the board config is changed.
20892
20893 Since the linker will update instead of replace a preexisting library,
20894 then if the file list changes to remove some object files the old
20895 objects will still exist in the library.
20896
20897 The solution is to remove all old library files when autoconf.mk is
20898 made.
20899
20900 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20901
20902commit ed1353d74b9ce8a7fcd660570b848a184d614b5f
20903Author: Kumar Gala <galak@kernel.crashing.org>
20904Date: Wed Nov 21 08:49:50 2007 -0600
20905
20906 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile
20907
20908 Modify libfdt/Makefile to conditionally compile the *.c files based
20909 on the board config.
20910
20911 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
20912
20913commit 4a43719a7738712811d822ca8125427b27a55cdc
20914Author: Grant Likely <grant.likely@secretlab.ca>
20915Date: Mon Sep 24 09:05:31 2007 -0600
20916
20917 [BUILD] conditionally compile common/cmd_*.c in common/Makefile
20918
20919 Modify common/Makefile to conditionally compile the cmd_*.c files based
20920 on the board config.
20921
20922 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20923
20924commit 2f155f6c0a1f5e9a306a3f1f4fbe067db7ced3b1
20925Author: Grant Likely <grant.likely@secretlab.ca>
20926Date: Mon Sep 24 09:05:31 2007 -0600
20927
20928 [BUILD] Generate include/autoconf.mk from board config files
20929
20930 Use cpp and sed to postprocess config.h and import the defined values
20931 into include/autoconf.mk. autoconf.mk is then included by config.mk to
20932 give 'make' access to the board configuration.
20933
20934 Doing this enables conditional compilation at the Makefile level instead
20935 of by wrapping every .c file with #ifdef/#endif wrappers.
20936
20937 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
20938
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010020939commit 68b88999da87ab88e71e1306192905be3450198e
20940Author: Jon Loeliger <jdl@freescale.com>
20941Date: Tue Nov 20 15:02:26 2007 -0600
20942
20943 8610HPCD: Enable the 8610 Display Interface Unit
20944
20945 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20946
20947commit 74f89faa9d1e77ed947e628d3effaa513fe05d05
20948Author: Jon Loeliger <jdl@freescale.com>
20949Date: Tue Nov 20 15:00:53 2007 -0600
20950
20951 Move 8610 DIU interface structure definitions to header file.
20952
20953 These two structures are still needed during the
20954 initialization and setup of the DIU hardware.
20955 So move them to the fsl_diu_fb.h file for now.
20956 Official "blah".
20957
20958 Noticed-by: York Sun <yorksun@freescale.com>
20959 Signed-off-by: Jon Loeliger <jdl@freescale.com>
20960
Wolfgang Denka5f601f2007-11-26 19:18:21 +010020961commit 080c646dbf474a109c3f85718fb01ce042a38c45
20962Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20963Date: Tue Nov 20 20:14:18 2007 +0100
20964
20965 drivers/i2c : move i2c drivers to drivers/i2c
20966
20967 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
20968
20969commit 9a337ddc154a10a26f117fd147b009abcdeba75a
20970Author: Wolfgang Denk <wd@denx.de>
20971Date: Mon Nov 19 22:20:24 2007 +0100
20972
20973 Prepare for 1.3.0 release.
20974
20975 Signed-off-by: Wolfgang Denk <wd@denx.de>
20976
Wolfgang Denk9a337dd2007-11-19 22:20:24 +010020977commit f30ad49b16bf998b03c1a5228b6c86369d61c258
20978Author: Haiying Wang <Haiying.Wang@freescale.com>
20979Date: Mon Nov 19 10:02:13 2007 -0500
20980
20981 Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS
20982
20983 CONFIG_QE shouldn't be in the wrap of CONFIG_PCI, fix it.
20984
20985 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
20986
20987commit f8c320609366176b31104d9bf5e295232e1c7f1d
20988Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
20989Date: Mon Nov 19 11:14:16 2007 +0900
20990
20991 [MIPS] board/gth2/lowlevel_init.S: Fix a build warning
20992
20993 lowlevel_init.S: Assembler messages:
20994 lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
20995
20996 Looking at codes, the `memtest' and `clearmem' are intentional mixed
20997 use of `global symbols' and `label' for debugging purpose. To make it
20998 build, just disable global-symbols-use for now. As a result `memtest'
20999 still remains as unused, but leave it be...
21000
21001 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
21002
21003commit e8da58f2bc092891e8cc92b927ed5c4bd0cb0cab
21004Author: Wolfgang Denk <wd@denx.de>
21005Date: Mon Nov 19 12:59:14 2007 +0100
21006
21007 Fix build problems with mp2usb board
21008
21009 Signed-off-by: Wolfgang Denk <wd@denx.de>
21010
21011commit 6bf4c686afca1e86e1c384d59218f914605713bf
21012Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21013Date: Sun Nov 18 18:36:11 2007 +0100
21014
21015 s3c24x0: Fix usb_ohci.c missing in Makefile
21016 and usb_ohci.c warning differ in signedness
21017
21018 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21019
21020commit 6073f61e078da5ddb521b56256bcc36508589883
21021Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21022Date: Sun Nov 18 12:55:02 2007 +0100
21023
21024 pb1x00 board: Fix u16 status declaration when PCMCIA is defined
21025
21026 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21027
21028commit 8412d814ce8bf5570a2b747f1e7fd321097fe987
21029Author: Wolfgang Denk <wd@denx.de>
21030Date: Sun Nov 18 17:11:09 2007 +0100
21031
21032 Fix compiler warnings for ARM systems.
21033
21034 Signed-off-by: Wolfgang Denk <wd@denx.de>
21035
21036commit 409ecdc0bb47dd28b0af6c25ffd658d22cc36b37
21037Author: Wolfgang Denk <wd@denx.de>
21038Date: Sun Nov 18 16:36:27 2007 +0100
21039
21040 Fix compiler warnings for PPC systems. Update CHANGELOG.
21041
21042 Signed-off-by: Wolfgang Denk <wd@denx.de>
21043
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021044commit 653811a3c2b35856bf12e196dcc8c4694e28e420
21045Author: Stefan Roese <sr@denx.de>
21046Date: Sun Nov 18 14:44:44 2007 +0100
21047
21048 ppc4xx: Correct 405EX PCIe UTL register mapping
21049
21050 Map 4k mem space for UTL registers for each port.
21051
21052 Signed-off-by: Stefan Roese <sr@denx.de>
21053
Wolfgang Denk409ecdc2007-11-18 16:36:27 +010021054commit 079c2c4fa71c0d1ebef394508df9088df8a308d3
21055Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21056Date: Sat Nov 17 11:31:10 2007 +0100
21057
21058 Fix warning differ in signedness in net/net.c and net/nfs.c
21059
21060commit 7e14fc65368cbd2861b1207453da55a4fc7b3f81
21061Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21062Date: Sat Nov 17 20:42:45 2007 +0900
21063
21064 gth2.c: Fix a warning on gth2 build.
21065
21066 gth2.c: In function 'misc_init_r':
21067 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
21068
21069 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21070
21071commit 2309c130aa4c84b91bd874a41269c923eb61b555
21072Author: Stefan Roese <sr@denx.de>
21073Date: Sat Nov 17 07:58:25 2007 +0100
21074
21075 Fix warning differ in signedness in common/cmd_scsi.c
21076
21077 Signed-off-by: Stefan Roese <sr@denx.de>
21078
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021079commit 9ea61b57968554eaf0f474ec7e088b17d367f474
21080Author: Stefan Roese <sr@denx.de>
21081Date: Sat Nov 17 14:52:29 2007 +0100
21082
21083 ppc4xx: Update AMCC Kilauea config file
21084
21085 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
21086
21087 Signed-off-by: Stefan Roese <sr@denx.de>
21088
Wolfgang Denk409ecdc2007-11-18 16:36:27 +010021089commit 7e1d884b7cb602007329c517ec1c453e3a6a5d9c
21090Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21091Date: Sat Nov 17 20:05:26 2007 +0900
21092
21093 [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker
21094
21095 Current trick to pick up GNU assembler minor version does not work with the
21096 latest binutils (2007-03-01 or later) due to ${PKGVERSION} now default to
21097 "(GNU Binutils) ".
21098
21099 $ sde-as --version |grep "GNU assembler"
21100 GNU assembler 2.15.94 mipssde-6.02.02-20050602
21101 $ sde-as --version |grep "GNU assembler" |awk '{print $3}'
21102 2.15.94
21103 $ sde-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
21104 15
21105 $
21106
21107 $ mips-linux-as --version |grep "GNU assembler"
21108 GNU assembler (GNU Binutils) 2.18
21109 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}'
21110 (GNU
21111 $ mips-linux-as --version |grep "GNU assembler" |awk '{print $3}' |awk -F. '{print $2}'
21112 (no output)
21113 $
21114
21115 As a result of above, you'll see many noises with such binutils:
21116
21117 make -C cpu/mips/
21118 /bin/sh: line 0: [: : integer expression expected
21119 /bin/sh: line 0: [: : integer expression expected
21120 make[1]: Entering directory `/home/skuribay/devel/u-boot.git/cpu/mips'
21121 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o incaip_wdt.o incaip_wdt.S
21122 /bin/sh: line 0: [: : integer expression expected
21123 mips-linux-gcc -D__ASSEMBLY__ -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -c -o cache.o cache.S
21124 /bin/sh: line 0: [: : integer expression expected
21125 mips-linux-gcc -g -Os -D__KERNEL__ -DTEXT_BASE=0xB0000000 -I/home/skuribay/devel/u-boot.git/include -fno-builtin -ffreestanding -nostdinc -isystem /home/skuribay/devel/buildroot/build_mips/staging_dir/usr/bin/../lib/gcc/mips-linux-uclibc/4.2.1/include -pipe -DCONFIG_MIPS -D__MIPS__ -G 0 -mabicalls -fpic -pipe -msoft-float -march=4kc -mtune=4kc -EB -Wall -Wstrict-prototypes -c -o asc_serial.o asc_serial.c
21126 /bin/sh: line 0: [: : integer expression expected
21127
21128 This patch simplifies the trick and makes it work with both versions of gas.
21129 I also replace an expensive `awk (or gawk)' with `cut'.
21130
21131 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21132
21133commit 16664f72850846e645616da1c0fa5afcd6d15f15
21134Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21135Date: Sat Nov 17 20:05:26 2007 +0900
21136
21137 [MIPS] Remove useless instructions for initializing $gp.
21138
21139 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21140
21141commit 03c031d5660ea946c39af6e2e16267da857c609f
21142Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21143Date: Sat Oct 27 15:27:06 2007 +0900
21144
21145 [MIPS] MIPS 4K core: Coding style cleanups
21146
21147 No logical changes.
21148
21149 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21150
21151commit f5e429d3860bba4c6ae8bead8f78349fa24491b2
21152Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21153Date: Sat Nov 17 20:05:20 2007 +0900
21154
21155 [MIPS] gth2.c: Fix a warning on gth2 build.
21156
21157 gth2.c: In function 'misc_init_r':
21158 gth2.c:434: warning: pointer targets in passing argument 2 of 'setenv' differ in signedness
21159
21160 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21161
21162commit 4fbd0741b2b6441da10be93e10267122581b7079
21163Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21164Date: Sat Oct 27 15:22:33 2007 +0900
21165
21166 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build.
21167
21168 au1x00_eth.c: In function 'au1x00_miiphy_write':
21169 au1x00_eth.c:139: warning: 'return' with no value, in function returning non-void
21170
21171 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21172
21173commit f01320459736f156707425cf8112f98606301aa4
21174Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21175Date: Sat Oct 27 15:00:25 2007 +0900
21176
21177 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error
21178
21179 au1x00_eth.c: In function 'au1x00_enet_initialize':
21180 au1x00_eth.c:246: error: 'au1x00_miiphy_read' undeclared (first use in this function)
21181 au1x00_eth.c:246: error: (Each undeclared identifier is reported only once
21182 au1x00_eth.c:246: error: for each function it appears in.)
21183 au1x00_eth.c:246: error: 'au1x00_miiphy_write' undeclared (first use in this function)
21184 au1x00_eth.c: In function 'au1x00_miiphy_write':
21185 au1x00_eth.c:298: warning: 'return' with no value, in function returning non-void
21186 make[1]: *** [au1x00_eth.o] Error 1
21187
21188 Fixed by moving these two functions forward.
21189
21190 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21191
21192commit b09258c5393edd1087c5f39ae68338f16b49f8b3
21193Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21194Date: Sat Oct 27 15:00:25 2007 +0900
21195
21196 MAKEALL: Added missing pb1000 board
21197
21198 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21199
21200commit 2e4a6e3667a1e39c0e6e99498686b15d2718b369
21201Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21202Date: Sat Oct 27 15:00:24 2007 +0900
21203
21204 [MIPS] pb1000: Replace obsolete memsetup.S with lowlevel_init.S
21205
21206 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21207
21208commit 662e5cb397249c3ea88a4c3255e9ccfc40b98d82
21209Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21210Date: Sat Oct 27 15:00:24 2007 +0900
21211
21212 [MIPS] u-boot.lds: Cleanup __u_boot_cmd_{start,end}
21213
21214 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21215
21216commit 5947f6999aafa7c54c1390983d264a8463dfea8e
21217Author: Wolfgang Denk <wd@denx.de>
21218Date: Sat Nov 17 02:34:38 2007 +0100
21219
21220 Update CHANGELOIG, prepare for -rc4
21221
21222 Signed-off-by: Wolfgang Denk <wd@denx.de>
21223
Wolfgang Denk5947f692007-11-17 02:34:38 +010021224commit fd329e6f05bbdfe6bd71b0e09f0c76d3b0a025a5
21225Author: Luotao Fu <l.fu@pengutronix.de>
21226Date: Wed Nov 14 18:58:33 2007 +0100
21227
21228 Fix the i2c frequency and default address in rsdproto board
21229
21230 rsdproto board support has wrong I2C frequency and wrong return value
21231 handling.
21232
21233 Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
21234
21235commit 429c180edad038f91c989cb14b478228092e7054
21236Author: Wolfgang Denk <wd@denx.de>
21237Date: Sat Nov 17 01:45:38 2007 +0100
21238
21239 powerpc: Backout relocation changes for MPC5121, too.
21240
21241 Apply Grant Likely's backout to MPC5121 code, too.
21242
21243 Pointed out by Rafal Jaworowski <raj@semihalf.com>
21244
21245 Signed-off-by: Wolfgang Denk <wd@denx.de>
21246
21247commit 1c3dd43338a077165e7e0309cb3994e65d2bdbf8
21248Author: Grant Likely <grant.likely@secretlab.ca>
21249Date: Tue Nov 13 22:18:33 2007 -0700
21250
21251 powerpc: Backout relocation changes.
21252
21253 Ugh. I *hate* to back this change out, but these compiler flags don't
21254 work for relocation on all versions of GCC. I've not been able to
21255 reproduce the environment in my setup (and hence, not been able to
21256 find a combination that *does* work), so I've got no choice but to go
21257 back to the old gcc flags and linker script.
21258
21259 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21260
21261commit 5c15010efad980ad5498cc565fc1ed70df2f52b4
21262Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21263Date: Tue Nov 13 09:11:05 2007 +0100
21264
21265 Fixed mips_io_port_base build errors.
21266
21267 This patch has been sent on:
21268 - 29 Sep 2007
21269
21270 Although mips_io_port_base is currently a part of IDE command, it is quite
21271 fundamental for MIPS I/O port access such as in[bwl] and out[bwl]. So move
21272 it to MIPS general part, and introduce `set_io_port_base()' from Linux.
21273
21274 This patch is triggered by multiple definition of `mips_io_port_base' build
21275 error on gth2 (and tb0229 also needs this fix.)
21276
21277 board/gth2/libgth2.a(gth2.o): In function `log_serial_char':
21278 /home/skuribay/devel/u-boot.git/board/gth2/gth2.c:47: multiple definition of `mips_io_port_base'
21279 common/libcommon.a(cmd_ide.o):/home/skuribay/devel/u-boot.git/common/cmd_ide.c:712: first defined here
21280 make: *** [u-boot] Error 1
21281
21282 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21283 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21284
21285commit 6ecbb7a3fa9b0940ed33e490d195d4b6830b2422
21286Author: Wolfgang Denk <wd@denx.de>
21287Date: Sat Nov 17 01:30:40 2007 +0100
21288
21289 Fix a bug in the slave serial programming mode for the Xilinx
21290 Spartan2/3 FPGAs. The old code used "< 0" on a "char" type to test if
21291 the most significant bit was set, which did not work on any
21292 architecture where "char" defaulted to be an unsigned type.
21293
21294 Based on a patch by Angelos Manousaridis <amanous@inaccessnetworks.com>
21295
21296 Signed-off-by: Wolfgang Denk <wd@denx.de>
21297
21298commit d08b7233bc252faad8339e7ca0ddfd62fa79903c
21299Author: Jon Loeliger <jdl@freescale.com>
21300Date: Thu Nov 1 12:23:29 2007 -0500
21301
21302 86xx: Fix broken variable reference when #def DEBUGing.
21303
21304 Sometimes you can't reference the DDR2 controller variables.
21305
21306 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21307
21308commit f9d9164d9c6b5a7f0393fd8d7e246b8a0326bc19
21309Author: Jason Jin <Jason.jin@freescale.com>
21310Date: Fri Oct 26 18:32:00 2007 +0800
21311
21312 make 8610 board use pixis reset
21313
21314 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21315
21316commit db74b3c1c9481a6bffbf8cd445e5bcbf6908e836
21317Author: Jason Jin <Jason.jin@freescale.com>
21318Date: Mon Oct 29 19:26:21 2007 +0800
21319
21320 Unify pixis_reset altbank across board families
21321
21322 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
21323 into the separate board config files.
21324
21325 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21326 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21327
21328commit 64bf555465c7926be13e1046ac0d0f05ac72829c
21329Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21330Date: Wed Nov 7 08:19:21 2007 +0100
21331
21332 Fix warning: pointer targets in assignment differ in signedness
21333
21334 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21335
21336commit 7a60ee7c6248a958c5757d3660a1702723a2786d
21337Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21338Date: Wed Nov 7 08:19:19 2007 +0100
21339
21340 Fix warning differ in signedness in common/cmd_ide.c
21341
21342 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21343
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021344commit f31d38b9eea9b32f6a1ac848a298cc71ca4c9a03
21345Author: Stefan Roese <sr@denx.de>
21346Date: Fri Nov 16 14:16:54 2007 +0100
21347
21348 ppc4xx: Enable 405EX PCIe UTL register configuration
21349
21350 Till now the UTL registers on 405EX were not initialized but left with
21351 their default values. This patch new initializes some of the UTL
21352 registers on 405EX.
21353
21354 Signed-off-by: Stefan Roese <sr@denx.de>
21355
21356commit ecdcbd4f8c1f8cefd785752f4e7536aae2a4ecf9
21357Author: Stefan Roese <sr@denx.de>
21358Date: Fri Nov 16 14:00:59 2007 +0100
21359
21360 ppc4xx: Update AMCC Makalu for board rev 1.1
21361
21362 This patch adds changes needed for Makalu rev 1.1:
21363
21364 - Enable 2nd DDR2 bank resulting in 256MByte of SDRAM
21365 - Enable 2nd ethernet port EMAC1
21366 - Use generic GPIO configuration framework (CFG_4xx_GPIO_TABLE)
21367 - Reset PCIe ports via GPIO upon bootup
21368
21369 Signed-off-by: Stefan Roese <sr@denx.de>
21370
Wolfgang Denka5f601f2007-11-26 19:18:21 +010021371commit 4d4faae65e115e327425cd514c1a35146a85166b
21372Author: Grant Likely <grant.likely@secretlab.ca>
21373Date: Mon Sep 24 09:05:31 2007 -0600
21374
21375 Group PCI and PCMCIA drivers in drivers/Makefile
21376
21377 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21378
21379commit 5798f87dc10a496d79d3177b9f5a76488987fd35
21380Author: Grant Likely <grant.likely@secretlab.ca>
21381Date: Mon Sep 24 09:05:31 2007 -0600
21382
21383 Group block/flash drivers in drivers/Makefile
21384
21385 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21386
21387commit df58c81551700f058b44cacf55a7997fa63bfe0a
21388Author: Grant Likely <grant.likely@secretlab.ca>
21389Date: Mon Sep 24 09:05:31 2007 -0600
21390
21391 Group USB drivers in drivers/Makefile
21392
21393 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21394
21395commit 5dbb6ed622e539b0c8493ef7e578d3a533181d29
21396Author: Grant Likely <grant.likely@secretlab.ca>
21397Date: Mon Sep 24 09:05:30 2007 -0600
21398
21399 Group i2c drivers in drivers/Makefile
21400
21401 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21402
21403commit ec00c76de0e5971273905998d62d6bb119324218
21404Author: Grant Likely <grant.likely@secretlab.ca>
21405Date: Mon Sep 24 09:05:30 2007 -0600
21406
21407 Group console drivers in drivers/Makefile
21408
21409 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21410
21411commit 754f230aa01b8c789fc31f8013c2487954073300
21412Author: Grant Likely <grant.likely@secretlab.ca>
21413Date: Mon Sep 24 09:05:30 2007 -0600
21414
21415 Group network drivers in drivers/Makefile
21416
21417 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21418
21419commit f0037c56b0d12cd46215124667b9f83d60ef9391
21420Author: Grant Likely <grant.likely@secretlab.ca>
21421Date: Mon Sep 24 09:05:30 2007 -0600
21422
21423 Build: split COBJS value into multiple lines
21424
21425 This change is in preparation for condtitionial compile support in the
21426 build system. By spliting them all into seperate lines now, subsequent
21427 patches that change 'COBJS-y += ' into 'COBJS-$(CONFIG_<blah>) += ' will
21428 be less invasive and easier to review
21429
21430 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21431
21432commit 1b4aaffe4fb2a5e95d9111a5d94fd1f89215dce4
21433Author: Grant Likely <grant.likely@secretlab.ca>
21434Date: Mon Sep 24 09:05:30 2007 -0600
21435
21436 Add .gitignore files
21437
21438 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21439 Acked-by: Kim Phillips <kim.phillips@freescale.com>
21440
Wolfgang Denk5947f692007-11-17 02:34:38 +010021441commit 955413f35f054a82e40042f1dbcf501c6a05719b
21442Author: Grant Likely <grant.likely@secretlab.ca>
21443Date: Thu Nov 15 08:27:52 2007 -0700
21444
21445 Revert "Correct relocation fixup for mpc5xx"
21446
21447 This reverts commit 3649cd99ba815b6601868735765602f00ef3692b.
21448 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21449
21450commit e15633888a058aacb31a62d2cf1278e1e4c236ab
21451Author: Grant Likely <grant.likely@secretlab.ca>
21452Date: Thu Nov 15 08:24:32 2007 -0700
21453
21454 Revert "Correct fixup relocation for MPC5xxx"
21455
21456 This reverts commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90.
21457 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21458
21459commit 139365fbe566d0fc619a1ed04452ec5388f0cef8
21460Author: Grant Likely <grant.likely@secretlab.ca>
21461Date: Thu Nov 15 08:21:04 2007 -0700
21462
21463 Revert "Correct fixup relocation for mpc8220"
21464
21465 This reverts commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00.
21466 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21467
21468commit 70922342369e5e39b286fe21e768a239ca07a514
21469Author: Grant Likely <grant.likely@secretlab.ca>
21470Date: Thu Nov 15 08:20:57 2007 -0700
21471
21472 Revert "Correct fixup relocation for mpc824x"
21473
21474 This reverts commit f3a52fe05923935db86985daf9438e2f70ac39aa.
21475 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21476
21477commit 96279ab4cad60cb5972aa934fbe4845ac02cc75a
21478Author: Grant Likely <grant.likely@secretlab.ca>
21479Date: Thu Nov 15 08:20:50 2007 -0700
21480
21481 Revert "Correct fixup relocation for mpc8260"
21482
21483 This reverts commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96.
21484 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21485
21486commit 928fe33b24cdf382a8dc8687fed24b1961cdb5d6
21487Author: Grant Likely <grant.likely@secretlab.ca>
21488Date: Thu Nov 15 08:20:43 2007 -0700
21489
21490 Revert "Correct fixup relocation for mpc83xx"
21491
21492 This reverts commit 057004f4a4863554d56cc56268bfa7c7d9738e27.
21493 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21494
21495commit c93945e8f9e300860d2bf73a2549ce5794f8bd00
21496Author: Grant Likely <grant.likely@secretlab.ca>
21497Date: Thu Nov 15 08:20:25 2007 -0700
21498
21499 Revert "[MPC512x] Correct fixup relocation"
21500
21501 This reverts commit 8d17979d0359492a822a0a409d26e3a3549b4cd4.
21502 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
21503
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021504commit c9672f81f1bdb4e8ddf62aa72ca0206e8b72aa1c
21505Author: Stefan Roese <sr@denx.de>
21506Date: Thu Nov 15 14:25:09 2007 +0100
21507
21508 ppc4xx: Small AMCC Kilauea cleanup
21509
21510 Remove not needed pci_target_init() function.
21511
21512 Signed-off-by: Stefan Roese <sr@denx.de>
21513
21514commit aee747f19b460a0e9da20ff21e90fdaac1cec359
21515Author: Stefan Roese <sr@denx.de>
21516Date: Thu Nov 15 14:23:55 2007 +0100
21517
21518 ppc4xx: Enable 440 GPIO init table CFG_440_GPIO_TABLE for 405 platforms
21519
21520 - Rename CFG_440_GPIO_TABLE to CFG_4xx_GPIO_TABLE
21521 - Cleanup of the 4xx GPIO functions
21522 - Move some GPIO defines from the cpu headers ppc405.h/ppc440.h into gpio.h
21523
21524 Signed-off-by: Stefan Roese <sr@denx.de>
21525
21526commit 8ada0ebf38e4073beea0309188b25d82a112a2ae
21527Author: Stefan Roese <sr@denx.de>
21528Date: Thu Nov 15 14:20:08 2007 +0100
21529
21530 ppc4xx: AMCC Taihu board config file cleanup
21531
21532 This patch makes the AMCC Taihu a little more compatible to the other
21533 AMCC eval boards.
21534
21535 Signed-off-by: Stefan Roese <sr@denx.de>
21536
21537commit 5e71c51d74c963d3174060c078dcacf13bdd02ef
21538Author: Marian Balakowicz <m8@semihalf.com>
21539Date: Thu Nov 15 13:37:28 2007 +0100
21540
21541 [INKA4x0] NG hardware: flash support
21542
21543 Disabled and remove inka4x0 custom flash driver, use CFI flash
21544 driver instead.
21545
21546 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21547
21548commit 5fb6d7191e206cdde0e23140fd8111caed93a595
21549Author: Marian Balakowicz <m8@semihalf.com>
21550Date: Thu Nov 15 13:29:55 2007 +0100
21551
21552 [INKA4x0] NG hardware: SDRAM support
21553
21554 Add support for three new DDR chips that may be present on a NG
21555 INKA4x0 hardware: HYB25D512160BF-5, K4H511638C-7CB3, T46V32M16BN-6IT.
21556
21557 Cleanup board/inka4x0/mt48lc16m16a2-75.h file.
21558
21559 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21560
21561commit f23cb34c367bb27585a4fdb8a75277370e7d0596
21562Author: Marian Balakowicz <m8@semihalf.com>
21563Date: Thu Nov 15 13:24:43 2007 +0100
21564
21565 [INKA4x0] NG hardware: platform code update
21566
21567 - Cleanup compile warnings.
21568 - Add missing '\0' in default environment.
21569 - Increase CFG_MONITOR_LEN to 256 KiB.
21570 - Add required CFG_USE_PPCENV.
21571
21572 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21573
21574commit 2ae64f5135e51bb18753884d1265b99e89b5aedd
21575Author: Peter Pearse <peter.pearse@arm.com>
21576Date: Thu Nov 15 08:58:00 2007 +0000
21577
21578 Remove warnings re CONFIG_EXTRA_ENV_SETTINGS
21579 Remove warnings re onenand_read() & write()
21580
21581commit 2db916e14410e3ec1738508c7bf4dfeb2b299ae7
21582Author: Peter Pearse <peter.pearse@arm.com>
21583Date: Thu Nov 15 08:45:13 2007 +0000
21584
21585 Correction patch
21586
21587commit 1d8a49eca1c7bdc8db1c47a92f9014a29ead03ae
21588Author: Roy Zang <tie-fei.zang@freescale.com>
21589Date: Thu Sep 13 18:52:28 2007 +0800
21590
21591 Enable ULi1575 Ethernet support in 8610HPCD config
21592
21593 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
21594 Acked-by: Jon Loeliger <jdl@freescale.com>
21595
Wolfgang Denk5947f692007-11-17 02:34:38 +010021596commit 54fd6c93c28a0a45352fff5dd92673401ff563f2
21597Author: Stefan Roese <sr@denx.de>
21598Date: Tue Nov 13 08:18:20 2007 +0100
21599
21600 ppc4xx: lwmon5: Change PHY reset sequence for PHY MDIO address latching
21601
21602 Signed-off-by: Stefan Roese <sr@denx.de>
21603
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021604commit 7d0a4066b5a6b698e5fc1b66cfe9705774bbce93
21605Author: Stefan Roese <sr@denx.de>
21606Date: Tue Nov 13 08:06:11 2007 +0100
21607
21608 ppc4xx: Fix 405EX PCIe UTLSET register setup
21609
21610 Signed-off-by: Stefan Roese <sr@denx.de>
21611
Wolfgang Denk5947f692007-11-17 02:34:38 +010021612commit 1ce55151c85d068f70317a8d65c61058b891afb4
21613Author: Heiko Schocher <hs@denx.de>
21614Date: Tue Nov 13 07:50:29 2007 +0100
21615
21616 [UC101] SRAM now with 2 MB working.
21617
21618 Signed-off-by: Heiko Schocher <hs@denx.de>
21619
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021620commit 2d14684341109a69616e4d6016cd61402d55086f
21621Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21622Date: Fri Nov 9 15:37:53 2007 +0100
21623
21624 ppc4xx: Use generic usb-ohci driver for sequoia board
21625
21626 This patch makes the sequoia board use the generic usb-ohci driver
21627 instead of cpu/ppc4xx/usb_ohci.c.
21628
21629 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21630 Signed-off-by: Stefan Roese <sr@denx.de>
21631
21632commit 9be659ac0868dc367caa957c5c725e46b07f6a5f
21633Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21634Date: Fri Nov 9 15:37:23 2007 +0100
21635
21636 ppc4xx: Make USB working with CONFIG_4xx_DCACHE defined
21637
21638 This patch disables the 44x d-cache on 'usb start' and
21639 reenables it on 'usb stop'. This should be seen as a
21640 temporary fix until the generic usb-ohci driver can
21641 life with d-cache enabled.
21642
21643 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21644 Signed-off-by: Stefan Roese <sr@denx.de>
21645
21646commit fbde2169d2c48fcc9ff03489534a78ffb0a8a0d4
21647Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21648Date: Fri Nov 9 15:36:44 2007 +0100
21649
21650 ppc4xx: Remove redundant code from 4xx network driver
21651
21652 This patch removes some redundant code and decrements the end
21653 address of cache flush and invalidate by 1.
21654
21655 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
21656 Signed-off-by: Stefan Roese <sr@denx.de>
21657
21658commit 5ca9881aad8c413ac2a82868a5e3719178254502
21659Author: Peter Pearse <peter.pearse@arm.com>
21660Date: Fri Nov 9 15:24:26 2007 +0000
21661
21662 Add apollon board support
21663 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
21664
21665commit b53313dbfc74525d85f1e7e0102f902d5c863beb
21666Author: Stefan Roese <sr@denx.de>
21667Date: Fri Nov 9 12:19:58 2007 +0100
21668
21669 ppc4xx: Remove In:/Out:/Err: boot output for AMCC Kilauea
21670
21671 Signed-off-by: Stefan Roese <sr@denx.de>
21672
21673commit c7f69c340277935a6c19a956421852da944a365f
21674Author: Stefan Roese <sr@denx.de>
21675Date: Fri Nov 9 12:18:54 2007 +0100
21676
21677 ppc4xx: Make output a little shorter on I2C bootrom detection
21678
21679 Most 4xx PPC capable of using an I2C bootrom for bootstrap setting
21680 already print a line with the information which I2C bootrom is
21681 used for bootstrap configuration. So we don't need this extra line
21682 with "I2C boot EEPROM en-/dis-abled".
21683
21684 This patch also has a little code cleanup integrated.
21685
21686 Signed-off-by: Stefan Roese <sr@denx.de>
21687
Wolfgang Denk5947f692007-11-17 02:34:38 +010021688commit 8d737a28152ec12873f8544cca1fb39a49e5e693
21689Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21690Date: Thu Nov 8 12:50:18 2007 -0600
21691
21692 ColdFire: MCF5329 - Remove reset registers from CCM
21693
21694 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21695
21696commit 7d7cdea769a60b0a6e4c18bef7f9d648fd14b8d7
21697Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21698Date: Thu Nov 8 12:31:11 2007 -0600
21699
21700 ColdFire: MCF5329 - Add Reset structure to immap_5329.h
21701
21702 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21703
21704commit 09b26cf00d76d75fdf7fdc4b13e4dd929743bc21
21705Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21706Date: Thu Nov 8 12:19:01 2007 -0600
21707
21708 ColdFire: MCF5329 - revert include/asm-m68k/m5329.h file mode
21709
21710 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21711
21712commit 225a24b5e062ad94627424508ae814f51dbe1a34
21713Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21714Date: Wed Nov 7 18:00:54 2007 -0600
21715
21716 ColdFire: MCF5445x - Update correct RAMBAR and missing linker files
21717
21718 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21719
21720commit 248c7c14835f34d5d910b45e5600050e58ca6cab
21721Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21722Date: Wed Nov 7 17:56:15 2007 -0600
21723
21724 ColdFire: MCF532x - Update do_reset() using core reset
21725
21726 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21727
21728commit d9240a5f827eb3b476a6ba2938d01f1a9e7688f4
21729Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21730Date: Wed Nov 7 17:51:00 2007 -0600
21731
21732 ColdFire: Update cpu flag for 4.2-xx compiler
21733
21734 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
21735
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021736commit 070ba56115b4da63b46e974287fa4550d4023386
21737Author: York Sun <yorksun@freescale.com>
21738Date: Wed Oct 31 14:59:04 2007 -0500
21739
21740 8610: Add console frame buffer support to FSL 8610 DIU driver.
21741
21742 Add cfb console support to FSL 8610 DIU driver.
21743 Inspect board version from PIXIS to obtain correct pixel format.
21744
21745 Use #define CONFIG_VIDEO in config file to enable fb console.
21746
21747 To switch monitor, set monitor variable to
21748 0 - DVI, 1 - Single link LVDS, 2 - Double link LVDS
21749 followed by "diufb init".
21750
21751 Preserve logo bitmap at the top of the fb console.
21752
21753 Signed-off-by: York Sun <yorksun@freescale.com>
21754 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21755
21756commit a877880c6949e948bd63cd6ea4e216573d2f53dd
21757Author: York Sun <yorksun@freescale.com>
21758Date: Mon Oct 29 13:58:39 2007 -0500
21759
21760 8610: Add 8610 DIU display driver
21761
21762 1280x1024 and 1024x768 @ 32 bpp are supported now.
21763 DVI, Single-link LVDS, Double-link LVDS are all supported.
21764
21765 Environmental variable "monitor" is used to specify monitor port.
21766
21767 A new command "diufb" is introduced to reinitialize monitor
21768 and display a BMP file in the memory. So far, 1-bit, 4-bit,
21769 8-bit and 24-bit BMP formats are supported.
21770
21771 diufb init
21772 - initialize the diu driver
21773 Enable the port specified in the environmental variable "monitor"
21774
21775 diufb addr
21776 - display bmp file in memory.
21777 The bmp image should be no bigger than the resolution, 1280x1024
21778 for DVI and double-link LVDS, 1024x768 for single-link LVDS.
21779
21780 Note, this driver allocate memory but doesn't free it after use
21781 It is written on purpose -- to avoid a failure of reallocation
21782 due to memory fragement.
21783
21784 ECC of DDR is disabled for DIU performance. L2 data cache is also disabled.
21785
21786 Signed-off-by: York Sun <yorksun@freescale.com>
21787 Signed-off-by: Jon loeliger <jdl@freescale.com>
21788
21789commit 52e5ddfecdda308f75782fae206b677b1810f5f9
21790Author: York Sun <yorksun@freescale.com>
21791Date: Wed Oct 31 10:43:59 2007 -0500
21792
21793 FSL: Add a freescale bitmap logo.
21794
21795 This Freescale logo is a 340 x 128 x 4bpp BMP file
21796 that can be displayed by the DIU Framebuffer driver.
21797
21798 Signed-off-by: York Sun <yorksun@freescale.com>
21799 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21800
21801commit 1815338fbd1c0f94f8276d2891b99caa5a05f622
21802Author: York Sun <yorksun@freescale.com>
21803Date: Mon Oct 29 13:57:53 2007 -0500
21804
21805 8610: Make some extra debug environment variables conditional.
21806
21807 One may #define ENV_DEBUG to get them back again.
21808
21809 Signed-off-by: York Sun <yorksun@freescale.com>
21810
21811commit 761421ccca80a9fb37b19c37aa61d46ef75e0647
21812Author: Jason Jin <Jason.jin@freescale.com>
21813Date: Mon Oct 29 19:26:21 2007 +0800
21814
21815 8610: Actually enable pixis_reset CONFIGs
21816
21817 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21818
21819commit f3bceaab230b4748d0afc4109b6837308f018b40
21820Author: Jason Jin <Jason.jin@freescale.com>
21821Date: Fri Oct 26 18:31:59 2007 +0800
21822
21823 Fix the BAT definition of PCI IO on 8610 board
21824
21825 The address in the BAT register is aligned with the BAT size.
21826 The original definition actually did not define BAT for PCIE2 IO.
21827 This patch fix this.
21828
21829 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21830
21831commit 9f23ca334a6f5f021ef9e9d0fad9da80d63b2d56
21832Author: Jason Jin <Jason.jin@freescale.com>
21833Date: Mon Oct 29 19:26:21 2007 +0800
21834
21835 Unify pixis_reset altbank across board families
21836
21837 Basically, refactor the CFG_PIXIS_VBOOT_MASK values
21838 into the separate board config files.
21839
21840 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21841 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21842
21843commit a8318ec205c8e8794b5f9f1b8584abadb440e8ba
21844Author: Jason Jin <Jason.jin@freescale.com>
21845Date: Fri Oct 26 18:32:00 2007 +0800
21846
21847 make 8610 board use pixis reset
21848
21849 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
21850
21851commit 9c84709eedce9c680dd695984ab7d2328f4f04f5
21852Author: Jon Loeliger <jdl@freescale.com>
21853Date: Thu Nov 1 12:23:29 2007 -0500
21854
21855 86xx: Fix broken variable reference when #def DEBUGing.
21856
21857 Sometimes you can't reference the DDR2 controller variables.
21858
21859 Signed-off-by: Jon Loeliger <jdl@freescale.com>
21860
Wolfgang Denk5947f692007-11-17 02:34:38 +010021861commit 1f103105a3746ab12279b63b8c1d372c0ce2cc58
21862Author: Roy Zang <tie-fei.zang@freescale.com>
21863Date: Mon Nov 5 17:39:24 2007 +0800
21864
21865 Implement general ULi 526x Ethernet driver support in U-boot
21866
21867 This patch implements general ULi 526x Ethernet driver.
21868 Until now, it is the only native Ethernet port on
21869 MPC8610HPCD board, but it could be used on other boards
21870 with ULi 526x Ethernet port as well.
21871
21872 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
21873 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21874 Acked-by: Jon Loeliger <jdl@freescale.com>
21875 Signed-off-by: Ben Warren <bwarren@qstreams.com>
21876
21877commit 71bc6e6474fea8ef481b9b45d1edd7ad1f6dfbbd
21878Author: Larry Johnson <lrj@arlinx.com>
21879Date: Thu Nov 1 08:46:50 2007 -0500
21880
21881 NET: Add Ethernet 1000BASE-X support for PPC4xx
21882
21883 This patch adds support for 1000BASE-X to functions "miiphy_speed ()" and
21884 "miiphy_duplex()". It also adds function "miiphy_is_1000base_x ()", which
21885 returns non-zero iff the PHY registers are configured for 1000BASE-X. The
21886 "mii info" command is modified to distinguish between 1000BASE-T and -X.
21887
21888 Signed-off-by: Larry Johnson <lrj@acm.org>
21889 Signed-off-by: Ben Warren <bwarren@qstreams.com>
21890
21891commit 298035df4948b113d29ac0e694717d34b95bc5dc
21892Author: Larry Johnson <lrj@arlinx.com>
21893Date: Wed Oct 31 11:21:29 2007 -0500
21894
21895 NET: Cosmetic changes
21896
21897 Signed-off-by: Larry Johnson <lrj@acm.org>
21898 Signed-off-by: Ben Warren <bwarren@qstreams.com>
21899
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010021900commit 654f38b3a387886996a5a75771fbfc29cb4f225e
21901Author: Stefan Roese <sr@denx.de>
21902Date: Mon Nov 5 07:43:05 2007 +0100
21903
21904 ppc4xx: Make output a little shorter on PCIe detection
21905
21906 Now not max 3 lines but 2 lines are printed per PCIe port.
21907
21908 Signed-off-by: Stefan Roese <sr@denx.de>
21909
Wolfgang Denk5947f692007-11-17 02:34:38 +010021910commit 992742a5b09d9040adbd156fb90756af66ade310
21911Author: Wolfgang Denk <wd@denx.de>
21912Date: Sat Nov 3 23:09:27 2007 +0100
21913
21914 Cleanup coding style; update CHANGELOG
21915
21916 Signed-off-by: Wolfgang Denk <wd@denx.de>
21917
Wolfgang Denk992742a2007-11-03 23:09:27 +010021918commit e881cb563e32f45832b7b6db77bdcd017adcbb41
21919Author: Bruce Adler <bruce.adler@ccpu.com>
21920Date: Fri Nov 2 13:15:42 2007 -0700
21921
21922 fix wording in README
21923
21924 Changed the wording to properly describe the shadowing
21925 of the environment from ROM to RAM
21926
21927 Signed-off-by: Bruce Adler <bruce.adler@acm.org>
21928
21929commit ad845beef06245426c57b53dcdc01b7dc70e0d45
21930Author: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21931Date: Wed Oct 31 02:18:15 2007 +0900
21932
21933 blackfin: Move `-D__BLACKFIN__' to $(ARCH)_config.mk
21934
21935 Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
21936
21937commit ec22755799466c8a103664bb3a5e647bf9c238f4
21938Author: Vlad Lungu <vlad@comsys.ro>
21939Date: Thu Oct 25 16:08:14 2007 +0300
21940
21941 Trimmed some variables in ne2000.c
21942
21943 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
21944
21945commit eb6f214d3644b2a77968c176ed36dcf858cfe7e0
21946Author: Zhang Wei <wei.zhang@freescale.com>
21947Date: Thu Oct 25 17:51:27 2007 +0800
21948
21949 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
21950
21951 The scan code of the key 'z' is 0x1d, which should be handled.
21952
21953 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
21954 controller.
21955
21956 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21957
21958commit bbf4796f6498fbade56d56eff3a0a49b299d93e5
21959Author: Zhang Wei <wei.zhang@freescale.com>
21960Date: Thu Oct 25 17:30:04 2007 +0800
21961
21962 Fix USB support issue for MPC8641HPCN board.
21963
21964 The configuration file has already enabled USB, but it
21965 missed definition of CFG_OHCI_SWAP_REG_ACCESS, the USB
21966 on MPC8641HPCN can not work because of the wrong USB
21967 register endian.
21968
21969 And add the USB command to U-Boot commands list.
21970
21971 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
21972
21973commit 4e62041023dc3de9d98d977bb080235bc6d035e0
21974Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21975Date: Wed Oct 24 18:16:01 2007 +0200
21976
21977 Use config_cmd_default.h instead of config_cmd_all.h
21978
21979 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
21980
21981commit 56622f87857439b1c221e9deef11a9d5bb5d4308
21982Author: Marian Balakowicz <m8@semihalf.com>
21983Date: Wed Oct 24 01:37:36 2007 +0200
21984
21985 TQM5200: Call usb_cpu_init() during board init
21986
21987 usb_cpu_init() configures GPS USB pins, clocks, etc. and
21988 is required for proper operation of kernel USB subsystem.
21989 This setup was previously done in the kernel by the fixup
21990 code which is being removed, thus low level init must be
21991 done by U-boot now.
21992
21993 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
21994
21995commit 29c29c0267fe857e72014ce90c5d35b2ef6302bd
21996Author: Guennadi Liakhovetski <lg@denx.de>
21997Date: Tue Oct 23 16:25:50 2007 +0200
21998
21999 Fix typo in nfs.c
22000
22001 An obvious typo. Originally fixed in linkstation u-boot port.
22002
22003 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22004
22005commit 59543fe00a4ce720ef9f5aa7fb387c6daf1c7d78
22006Author: Guennadi Liakhovetski <lg@denx.de>
22007Date: Tue Oct 23 14:35:05 2007 +0200
22008
22009 Fix a typo in cpu/mpc824x/interrupts.c
22010
22011 Since December 2003 the timer_interrupt_cpu() function in
22012 cpu/mpc824x/interrupts.c contains what seems to be a superfluous
22013 parameter. Remove it.
22014
22015 Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
22016
22017commit c9e7b9b9a1700fe009678d1f9b41e6364ac5df2d
22018Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
22019Date: Wed Oct 17 11:13:51 2007 +0200
22020
22021 add ft_cpu_setup(..) on mpc8260
22022
22023 Add ft_cpu_setup(..)-function to adapt it for use with libfdt
22024 based on code from mpc5xxx
22025
22026 Sigend-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
22027 --
22028
22029commit 6abd82e19ae93c0b4d104e50165e235915ec0875
22030Author: Sergej Stepanov <Sergej.Stepanov@ids.de>
22031Date: Wed Oct 17 11:18:42 2007 +0200
22032
22033 changes for IDS8247 board support
22034
22035 To get the IDS8247 board working following are done:
22036 - FCC2 is deactivated
22037 - FCC1 is activated
22038 - I2C is activated
22039 - CFI driver is activated
22040 - Adapted for use with LIBFDT
22041
22042 Signed-off-by: Sergej Stepanov <Sergej.Stepanov@ids.de>
22043 --
22044
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010022045commit 3d6cb3b24add6415f86a0f013ea40f5639b90047
22046Author: Stefan Roese <sr@denx.de>
22047Date: Sat Nov 3 12:08:28 2007 +0100
22048
22049 ppc4xx: Add AMCC Kilauea/Haleakala NAND booting support
22050
22051 This patch adds NAND booting support for the AMCC 405EX(r) eval boards.
22052 Again, only one image supports both targets.
22053
22054 Signed-off-by: Stefan Roese <sr@denx.de>
22055
Wolfgang Denk992742a2007-11-03 23:09:27 +010022056commit 8b6684a698500be9c142ec2c9f46cfc348e17f0c
22057Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
22058Date: Wed Oct 24 15:48:37 2007 +0200
22059
22060 ATSTK1002: Remove default ethernet addresses
22061
22062 Wolfgang is right: It's not a good idea to set up default initial
22063 ethernet addresses for a board, even though they belong to the local
22064 range.
22065
22066 This will change the failure mode from "IT manager screams at you for
22067 using duplicate ethernet addresses" to a nice error message explaining
22068 that the ethernet address hasn't been set properly.
22069
22070 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
22071
22072commit e5c794e491a57d829b6d8733e2ed8368a2269abf
22073Author: Justin Flammia <jflammia@savantav.com>
22074Date: Mon Oct 29 17:40:35 2007 -0400
22075
22076 DHCP Client Fix
22077
22078 This is a multi-part message in MIME format.
22079
22080 commit e6e505eae94ed721e123e177489291fc4544b7b8
22081 Author: Justin Flammia <jflammia@savantav.com>
22082 Date: Mon Oct 29 17:19:03 2007 -0400
22083
22084 Found a bug in the way the DHCP Request packet is built, where the IP address
22085 that is offered by the server is bound to prematurely. This patch is a fix of
22086 that bug where the IP address offered by the DHCP server is not used until
22087 after the DHCP ACK from the server is received.
22088
22089 Signed-off-by: Justin Flammia <jflammia@savantav.com>
22090 Signed-off-by: Ben Warren <bwarren@qstreams.com>
22091
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010022092commit 5d96d40d3f36da33348e68f9ea993f383e11f997
22093Author: Stefan Roese <sr@denx.de>
22094Date: Wed Oct 31 20:58:34 2007 +0100
22095
22096 ppc4xx: Fix acadia_nand build problem
22097
22098 Since the cache handling functions were moved from start.S into cache.S
22099 the acadia NAND booting Makfile needs to be adapted accordingly.
22100
22101 Signed-off-by: Stefan Roese <sr@denx.de>
22102
22103commit ea2e142843533ca593fcb5cb3e1daf1b7f5e5949
22104Author: Stefan Roese <sr@denx.de>
22105Date: Wed Oct 31 20:57:11 2007 +0100
22106
22107 ppc4xx: Add CONFIG_4xx_DCACHE compile options to enable cached SDRAM
22108
22109 This patch adds the CONFIG_4xx_DCACHE options to some SDRAM init files
22110 and to the Sequoia TLB init code. Now the cache can be enabled on 44x
22111 boards by defining CONFIG_4xx_DCACHE in the board config file. This
22112 option will disappear, when more boards use is successfully and no
22113 more known problems exist.
22114
22115 This is tested successfully on Sequoia and Katmai. The only problem that
22116 needs to be fixed is, that USB is not working on Sequoia right now, since
22117 it will need some cache handling code too, similar to the 4xx EMAC driver.
22118
22119 Signed-off-by: Stefan Roese <sr@denx.de>
22120
22121commit 3db93b8bedd32e914b38976141b3fdf4ea3ff738
22122Author: Stefan Roese <sr@denx.de>
22123Date: Wed Oct 31 20:51:10 2007 +0100
22124
22125 ppc4xx: Enable CPU POST test for 4xx with dcache enabled
22126
22127 Now with caches enabled (i- and d-cache) on 44x, we need a chance to
22128 disable the cache for the CPU POST tests, since these tests consist
22129 of self modifying code. This is done via the new change_tlb() function.
22130
22131 Signed-off-by: Stefan Roese <sr@denx.de>
22132
22133commit f71b2888b4b3c870909a0341427b2a914246f81f
22134Author: Stefan Roese <sr@denx.de>
22135Date: Wed Oct 31 20:47:26 2007 +0100
22136
22137 ppc4xx: Change 4xx POST ethernet test to handle cached memory too
22138
22139 This patch enables the 4xx EMAC POST driver to work too, when dcache is
22140 enabled.
22141
22142 Signed-off-by: Stefan Roese <sr@denx.de>
22143
22144commit a2685904061b35a17583d65fe47cdc2686a69eaa
22145Author: Stefan Roese <sr@denx.de>
22146Date: Wed Oct 31 20:45:53 2007 +0100
22147
22148 ppc4xx: Remove temporary TLB entry in POST cache test only for 440
22149
22150 Signed-off-by: Stefan Roese <sr@denx.de>
22151
22152commit ff768cb168d8157c24a25016dbfbeb465e47f420
22153Author: Stefan Roese <sr@denx.de>
22154Date: Wed Oct 31 18:01:24 2007 +0100
22155
22156 ppc4xx: Change 4xx ethernet driver to handle cached memory too
22157
22158 This patch enables the 4xx EMAC driver to work too, when dcache is
22159 enabled.
22160
22161 Signed-off-by: Stefan Roese <sr@denx.de>
22162
22163commit 483e09a223c666269ef81d3573a6591b1046b0ef
22164Author: Stefan Roese <sr@denx.de>
22165Date: Wed Oct 31 17:59:22 2007 +0100
22166
22167 ppc4xx: Add change_tlb function to modify I attribute of TLB(s)
22168
22169 This function is used to either turn cache on or off in a specific
22170 memory area.
22171
22172 Signed-off-by: Stefan Roese <sr@denx.de>
22173
22174commit d25dfe08fbd1220cb994e7e6b105049aa9aa8e79
22175Author: Stefan Roese <sr@denx.de>
22176Date: Wed Oct 31 17:57:52 2007 +0100
22177
22178 ppc4xx: Remove cache definition from 4xx board config files
22179
22180 All 4xx board config files don't need the cache definitions anymore.
22181 These are now defined in common headers.
22182
22183 Signed-off-by: Stefan Roese <sr@denx.de>
22184
22185commit 9b94ac61d2176185c30adf0793e079ec30e68687
22186Author: Stefan Roese <sr@denx.de>
22187Date: Wed Oct 31 17:55:58 2007 +0100
22188
22189 ppc4xx: Rework 4xx cache support
22190
22191 New cache handling functions added and all existing functions
22192 moved from start.S into seperate cache.S.
22193
22194 Signed-off-by: Stefan Roese <sr@denx.de>
22195
22196commit 06713773da4ac3d390c63d82641eb553224b27c2
22197Author: Stefan Roese <sr@denx.de>
22198Date: Tue Oct 23 18:03:12 2007 +0200
22199
22200 ppc4xx: Remove compiler warning from previous commit
22201
22202 Signed-off-by: Stefan Roese <sr@denx.de>
22203
22204commit 6fa397df67c0f269e4528bf181a6e8c88f9723f9
22205Author: Stefan Roese <sr@denx.de>
22206Date: Tue Oct 23 14:40:30 2007 +0200
22207
22208 ppc4xx: Remove temporary TLB entry in POST cache test
22209
22210 Signed-off-by: Stefan Roese <sr@denx.de>
22211
22212commit 1338e6a81834099ba19733b69aafd8ef5f098094
22213Author: Stefan Roese <sr@denx.de>
22214Date: Tue Oct 23 14:05:08 2007 +0200
22215
22216 ppc4xx: Change autonegotiation timeout from 4 to 5 seconds
22217
22218 I lately noticed, that newer 4xx board with GBit support sometimes don't
22219 finish link autonegotiation in 4 seconds. Changing this timeout to 5
22220 seconds seems fine here.
22221
22222 Signed-off-by: Stefan Roese <sr@denx.de>
22223
22224commit 2d83476a4c1c9911d158a3f8a4312d354bc1bdb7
22225Author: Stefan Roese <sr@denx.de>
22226Date: Tue Oct 23 14:03:17 2007 +0200
22227
22228 ppc4xx: Change 4xx_enet & miiphy to use out_be32() and friends
22229
22230 This patch changes all in32/out32 calls to use the recommended in_be32/
22231 out_be32 macros instead.
22232
22233 Signed-off-by: Stefan Roese <sr@denx.de>
22234
22235commit 7d47cee2cc57f907380f2c06f5b6c683d03e423a
22236Author: Stefan Roese <sr@denx.de>
22237Date: Thu Oct 25 12:24:59 2007 +0200
22238
22239 ppc4xx: Fix POST ethernet test for Haleakala
22240
22241 The POST ethernet test needed to be changed to dynamically determine
22242 the count of ethernet devices. This code is cloned from the 4xx
22243 ethernet driver.
22244
22245 Signed-off-by: Stefan Roese <sr@denx.de>
22246
22247commit f10493c6d77a1e07a6c2ff4d772937a5e7359d6a
22248Author: Stefan Roese <sr@denx.de>
22249Date: Tue Oct 23 11:31:05 2007 +0200
22250
22251 ppc4xx: Correct UART input clock calculation and passing to fdt
22252
22253 We now use a value in the gd (global data) structure for the UART input
22254 frequency, since the PPC4xx_SYS_INFO struct is always rewritten completely
22255 in get_sys_info().
22256
22257 Signed-off-by: Stefan Roese <sr@denx.de>
22258
22259commit 353f2688b4e0fc7b969bc70a02be4b40bf0dd124
22260Author: Stefan Roese <sr@denx.de>
22261Date: Tue Oct 23 10:10:08 2007 +0200
22262
22263 ppc4xx: Add initial AMCC Haleakala PPC405EXr eval board support
22264
22265 The Haleakala is nearly identical with the Kilauea eval board. The only
22266 difference is that the 405EXr only supports one EMAC and one PCIe
22267 interface. This patch adds support for the Haleakala board by using
22268 the identical image for Kilauea and Haleakala. The distinction is done
22269 by comparing the PVR.
22270
22271 Signed-off-by: Stefan Roese <sr@denx.de>
22272
22273commit 9f798766aa85e62eb8fa8c721e148df609b78137
22274Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
22275Date: Tue Oct 23 08:29:10 2007 +0200
22276
22277 ppc4xx: Fixed offset of refresh rate type for Bamboo on-board DDR SDRAM
22278
22279 This patch also adds a note to the fixed DDR setup for Bamboo NAND booting:
22280
22281 Note:
22282 As found out by Eugene O'Brien <eugene.obrien@advantechamt.com>, the fixed
22283 DDR setup has problems (U-Boot crashes randomly upon TFTP), when the DIMM
22284 modules are still plugged in. So it is recommended to remove the DIMM
22285 modules while using the NAND booting code with the fixed SDRAM setup!
22286
22287 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
22288 Signed-off-by: Stefan Roese <sr@denx.de>
22289
22290commit afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a
22291Author: Stefan Roese <sr@denx.de>
22292Date: Mon Oct 22 16:24:44 2007 +0200
22293
22294 ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
22295
22296 Signed-off-by: Stefan Roese <sr@denx.de>
22297
22298commit 3248f63ad89cb031491edb7016587fe6e9a238b9
22299Author: Stefan Roese <sr@denx.de>
22300Date: Mon Oct 22 16:22:40 2007 +0200
22301
22302 ppc4xx: Rework of 4xx serial driver (4)
22303
22304 Change 4xx_uart.c:
22305
22306 - Use in_8/out_8 macros instead of in8/out8
22307 - No need for UART_BASE marco anymore, now really handled via function
22308 parameter
22309 - serial_init_common() introduced
22310 - Further coding style cleanup
22311
22312 Signed-off-by: Stefan Roese <sr@denx.de>
22313
22314commit e61cb8163a66b8a135696ae232e2bead1ce0a049
22315Author: Stefan Roese <sr@denx.de>
22316Date: Mon Oct 22 15:45:49 2007 +0200
22317
22318 ppc4xx: Rework of 4xx serial driver (3)
22319
22320 Change all linker scripts to reference the changed driver name iop480_uart.o.
22321
22322 Signed-off-by: Stefan Roese <sr@denx.de>
22323
22324commit 882ae41274921f9016131806bdeb27e19606f47a
22325Author: Stefan Roese <sr@denx.de>
22326Date: Mon Oct 22 15:44:39 2007 +0200
22327
22328 ppc4xx: Rework of 4xx serial driver (2)
22329
22330 Change all linker scripts to reference the changed driver name 4xx_uart.o.
22331
22332 Note: In most cased all these explicit referencing of these object files
22333 in the linker scripts is not neccessary. Only for manually embedded
22334 environment into the U-Boot image, which is not done is most cases.
22335
22336 Signed-off-by: Stefan Roese <sr@denx.de>
22337
22338commit ad31e40bed042cb670d0036fea96435007afb838
22339Author: Stefan Roese <sr@denx.de>
22340Date: Mon Oct 22 15:09:59 2007 +0200
22341
22342 ppc4xx: Rework of 4xx serial driver (1)
22343
22344 This patch starts the rework of the PPC4xx serial driver. First we split
22345 the file into two seperate files, one 4xx_uart.c with the 405/440 UART
22346 handling code and the other one iop480_uart.c with the UART code for the
22347 PLX-Tech IOP480 PPC (PPC403 based).
22348
22349 Signed-off-by: Stefan Roese <sr@denx.de>
22350
22351commit 764e7417ee5f6e25b1715720e7d7dd3487109385
22352Author: Stefan Roese <sr@denx.de>
22353Date: Mon Oct 22 10:30:38 2007 +0200
22354
22355 ppc4xx: Correct UART input clock calculation and passing to fdt
22356
22357 Signed-off-by: Stefan Roese <sr@denx.de>
22358
22359commit 211ea91ac6c225bec7e668a03d0ba7d7310679fa
22360Author: Stefan Roese <sr@denx.de>
22361Date: Mon Oct 22 07:34:34 2007 +0200
22362
22363 ppc4xx: Add initial AMCC Makalu 405EX support
22364
22365 Signed-off-by: Stefan Roese <sr@denx.de>
22366
22367commit fa8aea20456e6f1dba43f46bcc72024dd9499998
22368Author: Stefan Roese <sr@denx.de>
22369Date: Mon Oct 22 07:33:52 2007 +0200
22370
22371 ppc4xx: Add freqUART to CPU speed detection
22372
22373 This value is needed later for the device tree configuration of
22374 the uart clock.
22375
22376 Signed-off-by: Stefan Roese <sr@denx.de>
22377
22378commit 837c730b4d7c6b1ddf3d1e247cb4445005d9bf0d
22379Author: Stefan Roese <sr@denx.de>
22380Date: Sun Oct 21 14:26:29 2007 +0200
22381
22382 ppc: Small Kilauea cleanup of config file
22383
22384 Signed-off-by: Stefan Roese <sr@denx.de>
22385
22386commit 758c037aeead34b49631b8da3a90b1bba14c0410
22387Author: Stefan Roese <sr@denx.de>
22388Date: Sun Oct 21 08:16:12 2007 +0200
22389
22390 rtc: Add Xicor/Intersil X1205 RTC support
22391
22392 This patch adds support for the Xicor/Intersil X1205 RTC used on the
22393 AMCC Makalu eval board. This driver is basically cloned from the Linux
22394 driver version (2.6.23).
22395
22396 This patch also introduces the Linux bcd.h header for the BCD2BIN/
22397 BIN2BCD conversions. In the future some of the other U-Boot RTC driver
22398 should be converted to also use this header instead of implementing
22399 their own local copy of these functions/macros.
22400
22401 Signed-off-by: Stefan Roese <sr@denx.de>
22402
22403commit 087dfdb79b5fd1ab99a26990c62a732c01a8c7f6
22404Author: Stefan Roese <sr@denx.de>
22405Date: Sun Oct 21 08:12:41 2007 +0200
22406
22407 ppc4xx: Consolidate some of the 405 and 440 macros/structs into 4xx
22408
22409 This patch moves some common 4xx macros and the PPC405_SYS_INFO/
22410 PPC440_SYS_INFO structure into the common ppc4xx.h header.
22411
22412 Lot's of other macros are good candidates to be consolidated this way
22413 in the future.
22414
22415 Signed-off-by: Stefan Roese <sr@denx.de>
22416
22417commit 770c7af5800f598d22730d1f4b70f16c9b33512e
22418Author: Stefan Roese <sr@denx.de>
22419Date: Sun Oct 21 08:05:18 2007 +0200
22420
22421 ppc4xx: Fix size setup in Kilauea DDR2 init routine
22422
22423 The size was initilized wrong. Instead of 256MB, the DDR2 controller
22424 was setup to 512MB. Now the correct values is used.
22425
22426 This patch also does a little cleanup and adds a comment here.
22427
22428 Signed-off-by: Stefan Roese <sr@denx.de>
22429
22430commit f6ba9b56607d4b27550301c7c7f6b55b654fd62a
22431Author: Eugene O'Brien <eugene.obrien@advantechamt.com>
22432Date: Thu Oct 18 17:29:04 2007 +0200
22433
22434 ppc4xx: Define CONFIG_BOOKE for all PPC440 based processors
22435
22436 CONFIG_BOOKE must be defined for PPC440 processors so that the proper SPR
22437 number is used to access system registers.
22438
22439 Signed-off-by: Eugene O'Brien <eugene.obrien@advantechamt.com>
22440 Signed-off-by: Stefan Roese <sr@denx.de>
22441
22442commit c36c68160333ac5fe41ec3db12a728b7075b3912
22443Author: Stefan Roese <sr@denx.de>
22444Date: Thu Oct 18 07:42:27 2007 +0200
22445
22446 ppc4xx: Change inbound PCIe location for endpoint tests on Katmai
22447
22448 On Yucca & Katmai, the inbound memory map pointed to 0x4.0000.0000, which
22449 is the internal SRAM. Since I now ported and tested this endpoint mode
22450 on Kilauea successfully to map to 0 (SDRAM), I also changed this for
22451 Katmai.
22452
22453 Yucca will stay at internal SRAM for now. Not sure if somebody relies on
22454 this setup.
22455
22456 Signed-off-by: Stefan Roese <sr@denx.de>
22457
22458commit 5cb4af4791f61843432155142b6cfac901f66c10
22459Author: Stefan Roese <sr@denx.de>
22460Date: Thu Oct 18 07:39:38 2007 +0200
22461
22462 ppc4xx: Add PCIe endpoint support on Kilauea (405EX)
22463
22464 This patch adds endpoint support for the AMCC Kilauea eval board. It can
22465 be tested by connecting a reworked PCIe cable (only 1x lane singles
22466 connected) to another root-complex.
22467
22468 In this test setup, a 64MB inbound window is configured at BAR0 which maps
22469 to 0 on the PLB side. So accessing this BAR0 from the root-complex will
22470 access the first 64MB of the SDRAM on the PPC side.
22471
22472 Signed-off-by: Stefan Roese <sr@denx.de>
22473
22474commit d4cb2d17946466740afeb195a57d6cb290bf4cc0
22475Author: Stefan Roese <sr@denx.de>
22476Date: Sat Oct 13 16:43:23 2007 +0200
22477
22478 ppc4xx: Dynamic configuration of 4xx PCIe mode as root or endpoint mode
22479
22480 This patch adds support for dynamic configuration of PCIe ports for the
22481 AMCC PPC4xx boards equipped with PCIe interfaces. These are the PPC440SPe
22482 boards Yucca & Katmai and the 405EX board Kilauea.
22483
22484 This dynamic configuration is done via the "pcie_mode" environement
22485 variable. This variable can be set to "EP" or "RP" for endpoint or
22486 rootpoint mode. Multiple values can be joined via the ":" delimiter.
22487 Here an example:
22488
22489 pcie_mode=RP:EP:EP
22490
22491 This way, PCIe port 0 will be configured as rootpoint, PCIe port 1 and 2
22492 as endpoint.
22493
22494 Per default Yucca will be configured as:
22495 pcie_mode=RP:EP:EP
22496
22497 Per default Katmai will be configured as:
22498 pcie_mode=RP:RP:REP
22499
22500 Per default Kilauea will be configured as:
22501 pcie_mode=RP:RP
22502
22503 Signed-off-by: Tirumala R Marri <tmarri@amcc.com>
22504 Signed-off-by: Stefan Roese <sr@denx.de>
22505
22506commit fd671802b67a0ef37a06124fa2ce85f00aa22c6f
22507Author: Stefan Roese <sr@denx.de>
22508Date: Thu Oct 11 11:15:59 2007 +0200
22509
22510 ppc4xx: Enable device tree support (fdt) on Kilauea per default
22511
22512 This patch enables the fdt support on the AMCC Kilauea eval board.
22513 Additionally now EBC ranges fdt fixup is included to support NOR
22514 FLASH mapping via the Linux physmap_of driver.
22515
22516 This Kilauea port now support booting arch/ppc and arch/powerpc
22517 Linux kernels. The default environment "net_nfs" is for arch/ppc
22518 and "net_nfs_fdt" is for arch/powerpc. In the long run, arch/ppc
22519 support will be removed.
22520
22521 Signed-off-by: Stefan Roese <sr@denx.de>
22522
22523commit 4994ffd890b9d95d807387a9b7bd8a4803ee406e
22524Author: Stefan Roese <sr@denx.de>
22525Date: Thu Oct 11 11:11:45 2007 +0200
22526
22527 ppc4xx: Add additional debug info to 4xx fdt support
22528
22529 Signed-off-by: Stefan Roese <sr@denx.de>
22530
22531commit db3232ddb058d0ed0bc31f7c5c296748a1afac67
22532Author: Stefan Roese <sr@denx.de>
22533Date: Fri Oct 5 21:28:58 2007 +0200
22534
22535 ppc4xx: Fix small merge problems with CPCI440 and Acadia boards
22536
22537 Signed-off-by: Stefan Roese <sr@denx.de>
22538
22539commit 1941cce71b1ae975602854045061e82f94ecd012
22540Author: Stefan Roese <sr@denx.de>
22541Date: Fri Oct 5 17:35:10 2007 +0200
22542
22543 ppc4xx: Fix small merge problem in 4xx_enet.c
22544
22545 Signed-off-by: Stefan Roese <sr@denx.de>
22546
22547commit 566806ca1a1bf4d895daaf0b2ba5494abbffebaf
22548Author: Stefan Roese <sr@denx.de>
22549Date: Fri Oct 5 17:11:30 2007 +0200
22550
22551 ppc4xx: Add initial AMCC Kilauea 405EX support
22552
22553 Signed-off-by: Stefan Roese <sr@denx.de>
22554
22555commit dbbd125721aea6645fdb962f36bd41f59e272f9d
22556Author: Stefan Roese <sr@denx.de>
22557Date: Fri Oct 5 17:10:59 2007 +0200
22558
22559 ppc4xx: Add PPC405EX support
22560
22561 Signed-off-by: Stefan Roese <sr@denx.de>
22562
22563commit 1d7b874e9c9a7c66f5d8da9ec78a3733765d3e31
22564Author: Stefan Roese <sr@denx.de>
22565Date: Fri Oct 5 17:09:36 2007 +0200
22566
22567 ppc4xx: Cleanup of 4xx PCI and PCIe support (renaming)
22568
22569 Signed-off-by: Stefan Roese <sr@denx.de>
22570
22571commit 4f14ed6230b9c109aac9a6fb878497dabd44c2db
22572Author: Stefan Roese <sr@denx.de>
22573Date: Fri Oct 5 17:07:50 2007 +0200
22574
22575 ppc4xx: Add initial fdt support to 4xx (first needed on 405EX)
22576
22577 Signed-off-by: Stefan Roese <sr@denx.de>
22578
22579commit a424a8bb2924b90724b944165d3141f1fa8dfe5b
22580Author: Stefan Roese <sr@denx.de>
22581Date: Fri Oct 5 17:04:57 2007 +0200
22582
22583 POST: Add 405EX support to 4xx UART POST test
22584
22585 Signed-off-by: Stefan Roese <sr@denx.de>
22586
22587commit 4f2e92c11f6e2392fc8187829211a5ca7f0c1e12
22588Author: Stefan Roese <sr@denx.de>
22589Date: Fri Oct 5 15:10:02 2007 +0200
22590
22591 DTT: Prepare DS1775 driver for use of different I2C addresses
22592
22593 Signed-off-by: Stefan Roese <sr@denx.de>
22594
22595commit 19e93b1e16d267220440d827b920fbad8abfa70f
22596Author: Stefan Roese <sr@denx.de>
22597Date: Fri Oct 5 14:23:43 2007 +0200
22598
22599 ppc4xx: 4xx_pcie: Change PCIe status output to match common style
22600
22601 Signed-off-by: Stefan Roese <sr@denx.de>
22602
22603commit ff68f66bcb0da847845aa2fac11eba6c25938c99
22604Author: Stefan Roese <sr@denx.de>
22605Date: Fri Oct 5 09:22:33 2007 +0200
22606
22607 ppc4xx: 4xx_pcie: Disable debug output as default
22608
22609 Signed-off-by: Stefan Roese <sr@denx.de>
22610
22611commit 97923770cb52b64d69eec958a11b2eda8d46e0f7
22612Author: Stefan Roese <sr@denx.de>
22613Date: Fri Oct 5 09:18:23 2007 +0200
22614
22615 ppc4xx: 4xx_pcie: More general cleanup and 405EX PCIe support added
22616
22617 Signed-off-by: Stefan Roese <sr@denx.de>
22618
22619commit 4dbee8a90df613eb517aadbecebd70f168913d30
22620Author: Stefan Roese <sr@denx.de>
22621Date: Fri Oct 5 07:57:20 2007 +0200
22622
22623 ppc4xx: 4xx_pcie: Change CFG_PCIE_MEMSIZE to 128MB on Yucca & Katmai
22624
22625 128MB seems to be the smallest possible value for the memory size
22626 for on PCIe port. With this change now the BAR's of the PCIe cards
22627 are accessible under U-Boot.
22628
22629 One big note: This only works for PCIe port 0 & 1. For port 2 this
22630 currently doesn't work, since the base address is now 0xc0000000
22631 (0xb0000000 + 2 * 0x08000000), and this is already occupied by
22632 CFG_PCIE0_CFGBASE. But solving this issue for port 2 would mean
22633 to change the base addresses completely and this change would have
22634 too much impact right now.
22635
22636 This patch adds debug output to the 4xx pcie driver too.
22637
22638 Signed-off-by: Stefan Roese <sr@denx.de>
22639
22640commit 6d95289281ed2958ebf76d2b55f86bbd88591fd2
22641Author: Stefan Roese <sr@denx.de>
22642Date: Wed Oct 3 21:16:32 2007 +0200
22643
22644 ppc4xx: 4xx_pcie: Fix problem with SDRN access using port number as idx
22645
22646 Signed-off-by: Stefan Roese <sr@denx.de>
22647
22648commit 3048bcbf0bad262378c5af68f2bf6778fb7d829a
22649Author: Stefan Roese <sr@denx.de>
22650Date: Wed Oct 3 15:01:02 2007 +0200
22651
22652 ppc4xx: Rename 405gp_pci to 4xx_pci since its used on all 4xx platforms
22653
22654 These files were introduced with the IBM 405GP but are currently used on all
22655 4xx PPC platforms. So the name doesn't match the content anymore. This patch
22656 renames the files to 4xx_pci.c/h.
22657
22658 Signed-off-by: Stefan Roese <sr@denx.de>
22659
22660commit 94276eb0a7a35b9e8c053d589ae225b0f017a237
22661Author: Stefan Roese <sr@denx.de>
22662Date: Wed Oct 3 14:14:58 2007 +0200
22663
22664 ppc4xx: Add a comment for 405EX PCIe endpoint configuration
22665
22666 Signed-off-by: Stefan Roese <sr@denx.de>
22667
22668commit 03d344bb6a5f082ea10ec9d753558ea7dfd1c626
22669Author: Stefan Roese <sr@denx.de>
22670Date: Wed Oct 3 10:38:09 2007 +0200
22671
22672 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (3)
22673
22674 (3) This patch introduces macros like SDRN_PESDR_DLPSET(port) to access
22675 the SDR registers of the PCIe ports. This makes the overall design
22676 clearer, since it removed a lot of switch statements which are not
22677 needed anymore.
22678
22679 Also, the functions ppc4xx_init_pcie_rootport() and
22680 ppc4xx_init_pcie_entport() are merged into a single function
22681 ppc4xx_init_pcie_port(), since most of the code was duplicated.
22682 This makes maintainance and porting to other 4xx platforms
22683 easier.
22684
22685 Signed-off-by: Stefan Roese <sr@denx.de>
22686
22687commit 026f71106871f31d17d0ea0db9a7547ff92934bc
22688Author: Stefan Roese <sr@denx.de>
22689Date: Wed Oct 3 07:48:09 2007 +0200
22690
22691 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (2)
22692
22693 This patch is the first patch of a series to make the 440SPe PCIe code
22694 usable on different 4xx PPC platforms. In preperation for the new 405EX
22695 which is also equipped with PCIe interfaces.
22696
22697 (2) This patch renames the functions from 440spe_ to 4xx_ with a
22698 little additional cleanup
22699
22700 Signed-off-by: Stefan Roese <sr@denx.de>
22701
22702commit c7c6da23028f146d912514b95aefa3da7cf37699
22703Author: Stefan Roese <sr@denx.de>
22704Date: Wed Oct 3 07:34:10 2007 +0200
22705
22706 ppc4xx: Make 440SPe PCIe code more generic to use on different 4xx PPCs (1)
22707
22708 This patch is the first patch of a series to make the 440SPe PCIe code
22709 usable on different 4xx PPC platforms. In preperation for the new 405EX
22710 which is also equipped with PCIe interfaces.
22711
22712 (1) This patch renames the files from 440spe_pcie to 4xx_pcie
22713
22714 Signed-off-by: Stefan Roese <sr@denx.de>
22715
Wolfgang Denkd3a65322008-01-10 00:55:14 +010022716commit 245a362ad3c0c1b84fccc9fec7b623eb14f6e502
22717Author: Marian Balakowicz <m8@semihalf.com>
22718Date: Wed Oct 24 01:37:36 2007 +0200
22719
22720 TQM5200: Call usb_cpu_init() during board init
22721
22722 usb_cpu_init() configures GPS USB pins, clocks, etc. and
22723 is required for proper operation of kernel USB subsystem.
22724 This setup was previously done in the kernel by the fixup
22725 code which is being removed, thus low level init must be
22726 done by U-boot now.
22727
22728 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
22729 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22730
22731commit b5af773f8d92677e06f3295b45557c9d0a487c24
22732Author: Zhang Wei <wei.zhang@freescale.com>
22733Date: Thu Oct 25 17:51:27 2007 +0800
22734
22735 Fix the issue of usb_kbd driver missing the scan code of key 'z'.
22736
22737 The scan code of the key 'z' is 0x1d, which should be handled.
22738
22739 The change has be tested on NOVATEK USB keyboard and ULI PCI OHCI
22740 controller.
22741
22742 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
22743 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22744
22745commit 85ac988e86f9414fa645b0148dc66c3520a1eb84
22746Author: Rodolfo Giometti <giometti@enneenne.com>
22747Date: Mon Oct 15 11:59:17 2007 +0200
22748
22749 PXA USB OHCI: "usb stop" implementation.
22750
22751 Some USB keys need to be switched off before loading the kernel
22752 otherwise they can remain in an undefined status which prevents them
22753 to be correctly recognized by the kernel.
22754
22755 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
22756 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
22757
Wolfgang Denk5947f692007-11-17 02:34:38 +010022758commit 31548249decf18a6b877a18436b6139dd483fe4a
22759Author: Justin Flammia <jflammia@savantav.com>
22760Date: Mon Oct 29 17:40:35 2007 -0400
22761
22762 DHCP Client Fix
22763
22764 This is a multi-part message in MIME format.
22765
22766 commit e6e505eae94ed721e123e177489291fc4544b7b8
22767 Author: Justin Flammia <jflammia@savantav.com>
22768 Date: Mon Oct 29 17:19:03 2007 -0400
22769
22770 Found a bug in the way the DHCP Request packet is built, where the IP address
22771 that is offered by the server is bound to prematurely. This patch is a fix of
22772 that bug where the IP address offered by the DHCP server is not used until
22773 after the DHCP ACK from the server is received.
22774
22775 Signed-off-by: Justin Flammia <jflammia@savantav.com>
22776 Signed-off-by: Ben Warren <bwarren@qstreams.com>
22777
Wolfgang Denk992742a2007-11-03 23:09:27 +010022778commit e8ee8f3ade2a06c1893dd5e68f223070d650c7ed
22779Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22780Date: Thu Oct 25 17:16:22 2007 -0500
22781
22782 ColdFire 54455: Fix correct boot location for atmel and intel
22783
22784 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22785
22786commit 688e8eb414ac111cca7ce60bdf30e805ab9a7bcb
22787Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22788Date: Thu Oct 25 17:14:00 2007 -0500
22789
22790 ColdFire: Fix build error when CONFIG_WATCHDOG is defined
22791
22792 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22793
22794commit c67e12e705b204cfe914e3e3e693d69a445dcabf
22795Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22796Date: Thu Oct 25 17:12:36 2007 -0500
22797
22798 ColdFire 5329: Assign correct SDRAM size and fix cache
22799
22800 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22801
22802commit 95e9f2c212a65610b2e59a5c00d0113383a4da0b
22803Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22804Date: Thu Oct 25 17:10:23 2007 -0500
22805
22806 ColdFire 5253: Assign correct SDRAM size
22807
22808 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22809
22810commit 2acefa72ee0026f862ab65597ca687428f63a973
22811Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22812Date: Thu Oct 25 17:09:17 2007 -0500
22813
22814 ColdFire 5282: Fix external flash boot and return dramsize
22815
22816 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
22817
22818commit d78791ae914d4e7c5edca1cdad73b3dc81a4eb82
22819Author: Bartlomiej Sieka <tur@semihalf.com>
22820Date: Thu Oct 25 17:20:01 2007 +0200
22821
22822 TQM5200: increase kernel_addr_r and fdt_addr_r (hinted by Wolfgang Denk).
22823
22824 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
22825
22826commit 1a0ce20aa4cb4e3068da04e7290ee9986fd0b834
22827Author: Martin Krause <martin.krause@tqs.de>
22828Date: Wed Oct 24 08:42:25 2007 +0200
22829
22830 TQM5200: fix spurious characters on second serial interface
22831
22832 With this patch PSC3 is configured as UART. This is done, because if
22833 the pins of PSC3 are not configured at all (-> all pins are GPI),
22834 due to crosstalk, spurious characters may be send over the RX232_2_TXD
22835 signal line.
22836
22837 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22838 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
22839
22840commit be4a87f11e297a5cededbf7dd71c0248f3874acd
22841Author: Martin Krause <martin.krause@tqs.de>
22842Date: Wed Oct 24 08:41:27 2007 +0200
22843
22844 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
22845
22846 Some commands for the STK52xx base board try to access the SM501 grafic
22847 controller. But the TQM5200S has no grafic controller (only the TQM5200
22848 and the TQM5200B have). This patch deactivates the commands accessing
22849 the SM501 for the TQM5200S.
22850
22851 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22852 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
22853
22854commit b31f64343ead9482cd439b1adbe4c34026a641b1
22855Author: Martin Krause <martin.krause@tqs.de>
22856Date: Mon Oct 22 16:45:53 2007 +0200
22857
22858 TQM5200: fix spurious characters on second serial interface
22859
22860 With this patch PSC3 is configured as UART. This is done, because if
22861 the pins of PSC3 are not configured at all (-> all pins are GPI),
22862 due to crosstalk, spurious characters may be send over the RX232_2_TXD
22863 signal line.
22864
22865 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22866
22867commit 0fc0f91b20ffa802f5a66534ca5c2844910583f6
22868Author: Martin Krause <martin.krause@tqs.de>
22869Date: Mon Oct 22 16:40:06 2007 +0200
22870
22871 TQM5200S: fix commands for STK52xx base board because of missing SM501 grafic controller
22872
22873 Some commands for the STK52xx base board try to access the SM501 grafic
22874 controller. But the TQM5200S has no grafic controller (only the TQM5200
22875 and the TQM5200B have). This patch deactivates the commands accessing
22876 the SM501 for the TQM5200S.
22877
22878 Signed-off-by: Martin Krause <martin.krause@tqs.de>
22879
22880commit 7b0a42219f30277f71f4405cbaf8a269f6d2d227
22881Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22882Date: Sun Oct 21 09:14:28 2007 +0200
22883
22884 Mips: Fix string functions differ prototype declaration
22885
22886 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22887
22888commit cb8250fe4b3c4ed549b270e8a20bc22060e7e1d2
22889Author: Ed Swarthout <Ed.Swarthout@freescale.com>
22890Date: Fri Oct 19 17:51:40 2007 -0500
22891
22892 fsl_pci_init enable COMMAND_MEMORY if inbound window
22893
22894 Patch 16e23c3f removed PCSRBAR allocation. But passing zero windows
22895 to pciauto_setup_device has the side effect of not getting
22896 COMMAND_MEMORY set.
22897
22898 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
22899
22900commit e9d0d527992566ebef9826962ff1745b2f082b92
22901Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22902Date: Fri Oct 19 10:55:24 2007 +0200
22903
22904 delta: Fix OHCI_REGS_BASE undeclared and wait_ms implicit declaration
22905
22906 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22907
22908commit 9c4884f54da982ce990c7d1760ac81b0704d3c64
22909Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22910Date: Fri Oct 19 08:10:15 2007 +0200
22911
22912 fix warning: no return statement in function returning non-void
22913
22914 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22915
22916commit e78220f6e514206757acfe247297fc9a328a881f
22917Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22918Date: Fri Oct 19 06:33:45 2007 +0200
22919
22920 xsengine: Fix no partition type specified, use DOS as default
22921
22922 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22923
22924commit 10cdb8dbd67a818823ab9ec88b68fc348903db59
22925Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22926Date: Fri Oct 19 00:24:59 2007 +0200
22927
22928 lubbock: Fix no partition type specified, use DOS as default
22929
22930 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22931
22932commit 41b4d282d38fa7231c315c5f6cfff5bdd24e0191
22933Author: Wolfgang Denk <wd@denx.de>
22934Date: Tue Oct 23 16:50:03 2007 +0200
22935
22936 Coding style: keep lists sorted; update CHANGELOG
22937
22938 Signed-off-by: Wolfgang Denk <wd@denx.de>
22939
Wolfgang Denk41b4d282007-10-23 16:50:03 +020022940commit 58b74b05c621e2835ecf4e2d3243042cf4186777
22941Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22942Date: Fri Oct 19 00:09:05 2007 +0200
22943
22944 Fix missing drivers makefile entries ds1722.c mw_eeprom.c
22945
22946 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22947
22948commit 96455bfebc9887837095c9051d216f53c61b5f10
22949Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22950Date: Fri Oct 19 00:07:39 2007 +0200
22951
22952 Fix warning differ in signedness in board/innokom/innokom.c
22953
22954 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
22955
22956commit 2a4741d9a14ec475f50e9856d2c0a67e8b4271bd
22957Author: Marcel Ziswiler <marcel@ziswiler.com>
22958Date: Fri Oct 19 00:25:33 2007 +0200
22959
22960 fix pxa255_idp board
22961
22962 The pxa255_idp being an old unmaintained board showed several issues:
22963 1. CONFIG_INIT_CRITICAL was still defined.
22964 2. Neither CONFIG_MAC_PARTITION nor CONFIG_DOS_PARTITION was defined.
22965 3. Symbol flash_addr was undeclared.
22966 4. The boards lowlevel_init function was still called memsetup.
22967 5. The TEXT_BASE was still 0xa3000000 rather than 0xa3080000.
22968 6. Using -march=armv5 instead of -march=armv5te resulted in lots of
22969 'target CPU does not support interworking' warnings on recent compilers.
22970 7. The PXA's serial driver redefined FFUART, BTUART and STUART used as
22971 indexes rather than the register definitions from the pxa-regs header
22972 file. Renamed them to FFUART_INDEX, BTUART_INDEX and STUART_INDEX to
22973 avoid any ambiguities.
22974 8. There were several redefinition warnings concerning ICMR, OSMR3,
22975 OSCR, OWER, OIER, RCSR and CCCR in the PXA's assembly start file.
22976 9. The board configuration file was rather outdated.
22977 10. The part header file defined the vendor, product and revision arrays
22978 as unsigned chars instead of just chars in the block_dev_desc_t
22979 structure.
22980
22981 Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
22982
22983commit 298cd4cafe81ff8a6c87be8fbc440a20720d3ed6
22984Author: Rune Torgersen <runet@innovsys.com>
22985Date: Wed Oct 17 11:56:31 2007 -0500
22986
22987 Make MPC8266ADS command selection more robust
22988
22989 Fix MPC8266 command line definition so it won't break when new commands
22990 are added to u-boot.
22991 Signed-off-by Rune Torgersen <runet@innovsys.com>
22992
Wolfgang Denk992742a2007-11-03 23:09:27 +010022993commit d3afa1ee19345a31fd1eaad3e98b97d13ca47315
22994Author: Bartlomiej Sieka <tur@semihalf.com>
22995Date: Tue Oct 23 13:14:10 2007 +0200
22996
22997 Motion-PRO: Update configuration to accomodate next generation board.
22998
22999 New board has faster oscillator and a different Flash chip. This affects:
23000 - CFG_MPC5XXX_CLKIN
23001 - SDRAM timings
23002 - Flash CS configuration (timings)
23003 - Flash sector size, and thus MTD partition layout
23004 - malloc() arena size (due to bigger Flash sectors)
23005 - smaller memory test range (due to bigger malloc() arena)
23006
23007 This patch also enables more extensive memory testing via "mtest".
23008
23009 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23010
23011commit eff501904df2bf1724a750062628ba2c51dbb1f8
23012Author: Bartlomiej Sieka <tur@semihalf.com>
23013Date: Tue Oct 23 11:36:07 2007 +0200
23014
23015 Motion-PRO: Add setting of SDelay reg. to SDRAM controller configuration.
23016
23017 Per AN3221 (MPC5200B SDRAM Initialization and Configuration), the SDelay
23018 register must be written a value of 0x00000004 as the first step of the
23019 SDRAM contorller configuration.
23020
23021 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23022
23023commit 7a9348728ebda63cdbaacffd83099aa71d9d4c54
23024Author: Peter Pearse <peter.pearse@arm.com>
23025Date: Tue Oct 23 10:22:16 2007 +0100
23026
23027 Move PL01* serial drivers to drivers/serial and adjust Makefiles.
23028
Wolfgang Denk5947f692007-11-17 02:34:38 +010023029commit 20d500d531a6b971ce6cc1bf191cb0092cdc0afc
23030Author: Stefan Roese <sr@denx.de>
23031Date: Tue Oct 23 10:17:42 2007 +0200
23032
23033 ppc4xx: lwmon5: Some further GPIO config changes
23034
23035 Signed-off-by: Stefan Roese <sr@denx.de>
23036
Wolfgang Denk992742a2007-11-03 23:09:27 +010023037commit de9a738faa7c2f47286119c3bfebc3dfbfe7d86d
23038Author: Vlad Lungu <vlad@comsys.ro>
23039Date: Sun Oct 21 22:10:10 2007 +0900
23040
23041 [MIPS] Fix UNCACHED_SDRAM
23042
23043 PHYSADDR is for physical address, KSEG1ADDR is for uncached.
23044
23045 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
23046 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23047
23048commit 00101dd7a32d12f698150123e47e4b3420279f86
23049Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23050Date: Sun Oct 21 21:30:42 2007 +0900
23051
23052 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup
23053
23054 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23055
23056commit eb700636db017d310edaeb559b13d82588560674
23057Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23058Date: Sun Oct 21 10:55:37 2007 +0900
23059
23060 [MIPS] u-boot.lds: Define _gp in a standard manner
23061
23062 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23063
23064commit 22069215eb7adf5a3888bf7c7784ea9d70a72cd0
23065Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23066Date: Sun Oct 21 10:55:36 2007 +0900
23067
23068 [MIPS] Fix $gp usage
23069
23070 Now we load $gp with _GLOBAL_OFFSET_TABLE_, but this is incorrect use.
23071 As a general principle, we should use _gp for $gp.
23072
23073 Thanks to linker script's help we fortunately have _gp which equals to
23074 _GLOBAL_OFFSET_TABLE_. But once _gp gets out of alignment, we will not
23075 be able to access to GOT entires, global variables and procedure entry
23076 points. The right thing to do is to use _gp.
23077
23078 This patch also introduce a new symbol `.gpword _GLOBAL_OFFSET_TABLE_'
23079 which holds the offset from _gp. When updating GOT entries, we use this
23080 offset and _gp to calculate the final _GLOBAL_OFFSET_TABLE_.
23081
23082 This patch is originally submitted by Vlad Lungu <vlad@comsys.ro>, then
23083 I made some change to leave over num_got_entries.
23084
23085 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23086 Cc: Vlad Lungu <vlad@comsys.ro>
23087
23088commit cbf2323b5b8285ea01acba7bbb905a3162d9b021
23089Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23090Date: Sun Oct 21 10:55:36 2007 +0900
23091
23092 [MIPS] u-boot.lds: Fix __got_start and __got_end
23093
23094 Ensure that __got_start points to top of the `.got', and __got_end points
23095 to bottom as well, so that we never fail to count num_got_entries.
23096
23097 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23098
23099commit e5f325fec5b48ae705c89522923ba5a2e37cd5c7
23100Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23101Date: Sun Oct 21 10:55:36 2007 +0900
23102
23103 [MIPS] u-boot.lds: Remove duplicated .sdata section
23104
23105 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
23106
Wolfgang Denk41b4d282007-10-23 16:50:03 +020023107commit 05bf4919c1ce49cdedadacd564d0786a8ed796a1
23108Author: Wolfgang Denk <wd@denx.de>
23109Date: Sun Oct 21 01:01:17 2007 +0200
23110
23111 Minor coding style cleanup; update CHANGELOG
23112
23113 Signed-off-by: Wolfgang Denk <wd@denx.de>
23114
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023115commit ff285ca07eda1ea4a8909848cc1cc604ec8fec9c
23116Author: Vlad Lungu <vlad@comsys.ro>
23117Date: Thu Oct 4 20:47:10 2007 +0300
23118
23119 Fix NE2000 driver:
23120
23121 Fixed typo in ne2000.h, thinko re n2k_inb() usage, don't try
23122 to do anything in eth_stop() if eth_init() was not called.
23123 Simplified RX path in order to avoid timeouts on really really
23124 fast NE2000 cards (read: qemu with internal tftp), NetLoop() is
23125 clever enough to cope with 1 packet per eth_rx().
23126
23127 Signed-off-by: Vlad Lungu <vlad@comsys.ro>
23128
Wolfgang Denk992742a2007-11-03 23:09:27 +010023129commit df90968b48fb34fa9072fab150db2ac89678f537
23130Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23131Date: Mon Sep 24 13:32:13 2007 -0400
23132
23133 Setting MSR[DE] in do_reset
23134
23135 Hello,
23136 This patch ensures the soft reset of the board for the 85xx boards
23137 by setting the MSR[DE] in the do_reset function.
23138
23139 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
23140
23141commit 1e701e701304b3c3a3768ca83dd2ab7b9e88c77d
23142Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23143Date: Mon Sep 24 13:36:01 2007 -0400
23144
23145 MSR overwrite fix
23146
23147 Hello,
23148 This patch fixes the MSR overwrite in the start.S when moving out of
23149 the last 4K page.
23150
23151 Signed-off-by: Sughosh Ganu <urwithsughosh@gmail.com>
23152
23153commit 5c7ea64bb74a850a2b2303f853a8270695ad8602
23154Author: Dan Wilson <dwilson@fulcrummicro.com>
23155Date: Fri Oct 19 11:33:48 2007 -0500
23156
23157 tsec driver should clear RHALT on startup
23158
23159 This was causing problems for some people.
23160
23161 Signed-off-by: Alain Gravel <agravel@fulcrummicro.com>
23162 Signed-off-by: Dan Wilson <dwilson@fulcrummicro.com>
23163 Signed-off-by: Andy Fleming <afleming@freescale.com>
23164
23165commit 7600d47b8f6a10019e537dc9a62aa1498df58d25
23166Author: Kumar Gala <galak@kernel.crashing.org>
23167Date: Thu Oct 11 00:29:18 2007 -0500
23168
23169 Improve handling of PCI interrupt device tree fixup on MPC85xx CDS
23170
23171 On the MPC85xx CDS we have two issues:
23172
23173 1. The device tree fixup code did not check to see if the property we are
23174 trying to update is actually found. Its possible that it would update
23175 random memory starting at 0.
23176
23177 2. Newer Linux kernel's have moved the location of the PCI nodes to be
23178 sibilings of the soc node and not children. The explicit PATH to the PCI
23179 node would not be found for these device trees. Add the ability to handle
23180 both paths. In the future we shouldn't handle such fixups by explicit path.
23181
23182 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23183
23184commit a3063eec775719b7e91023bbec3f64b3118791df
23185Author: Kumar Gala <galak@kernel.crashing.org>
23186Date: Thu Oct 11 00:18:48 2007 -0500
23187
23188 Set OF_STDOUT_PATH to match the default console on MPC8568 MDS
23189
23190 On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
23191 console. Make it so we match that config what we tell Linux as the early
23192 STDOUT console.
23193
23194 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23195
23196commit e1ce3cb617bb06f91f82f98915391175addf3e82
23197Author: Kumar Gala <galak@kernel.crashing.org>
23198Date: Tue Oct 2 11:12:27 2007 -0500
23199
23200 Remove magic numbers from cache related operations for mpc85xx
23201
23202 The mpc85xx start code uses some magic numbers that we actually
23203 have #defines for in <config.h> so use those instead.
23204
23205 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
23206
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023207commit 5441f61a3d8b7034f19fc1361183e936198e6dbb
23208Author: Detlev Zundel <dzu@denx.de>
23209Date: Fri Oct 19 16:47:26 2007 +0200
23210
23211 Fix two typos.
23212
23213 Signed-off-by: Detlev Zundel <dzu@denx.de>
23214
23215commit 281df457c1aa50d2752165d0c5c3282d4027b974
23216Author: Tony Li <tony.li@freescale.com>
23217Date: Thu Oct 18 17:47:19 2007 +0800
23218
23219 mpc83xx: Add configure entry for MPC83xx ATM support
23220
23221 Add MPC8360EMDS_ATM_config and MPC832XEMDS_ATM_config into
23222 Makfile and MAKEALL
23223
23224 Signed-off-by: Tony Li <tony.li@freescale.com>
23225 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23226
23227commit d2646554f529a9577515eceb0ec5eceee18244ba
23228Author: Tony Li <tony.li@freescale.com>
23229Date: Thu Oct 18 17:44:38 2007 +0800
23230
23231 mpc83xx: pq-mds-pib.c typo error
23232
23233 Correct to val8 from val.
23234
23235 Signed-off-by: Tony Li <tony.li@freescale.com>
23236 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
23237
23238commit 3e11ae80fec1ee12194940955431186abf6009c2
23239Author: Stefan Roese <sr@denx.de>
23240Date: Wed Oct 17 15:40:19 2007 +0200
23241
23242 ppc4xx: Add 667/133 (CPU/PLB) frequency setup to Sequoia bootstrap command
23243
23244 Signed-off-by: Stefan Roese <sr@denx.de>
23245
Wolfgang Denk435dc8f2008-01-09 11:36:21 +010023246commit 3c89d75409eb26639d36dfa11d4ee3d8b962dc3c
23247Author: Jon Loeliger <jdl@freescale.com>
23248Date: Tue Oct 16 15:27:43 2007 -0500
23249
23250 Initial mpc8610hpcd Makefile files.
23251
23252 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23253 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23254 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23255 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23256
23257commit 9553df86d3a319c3a1a7cde7e4edd6eeb5aa64c7
23258Author: Jon Loeliger <jdl@freescale.com>
23259Date: Tue Oct 16 15:26:51 2007 -0500
23260
23261 Initial mpc8610hpcd cpu/, README and include/ files.
23262
23263 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23264 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23265 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23266 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23267
23268commit 3dd2db53ceb0dff80f25c2a07f83f29b907b403e
23269Author: Jon Loeliger <jdl@freescale.com>
23270Date: Tue Oct 16 13:54:01 2007 -0500
23271
23272 Initial mpc8610hpcd board files.
23273
23274 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23275 Signed-off-by: Mahesh Jade <mahesh.jade@freescale.com>
23276 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
23277 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23278
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023279commit 7ee6ba1a056e4061ab4cfde30127e332e7957afd
23280Author: runet@innovsys.com <runet@innovsys.com>
23281Date: Tue Oct 16 14:50:40 2007 -0500
23282
23283 Make MPC8266ADS board compile again.
23284
23285 Signed-off-by: Runet Torgersen <runet@innovsys.com>
23286
23287commit 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a
23288Author: Jon Loeliger <jdl@freescale.com>
23289Date: Mon Aug 27 12:41:03 2007 -0500
23290
23291 86xx: Allow for fewer DDR slots per memory controller.
23292
23293 As a direct correlation exists between DDR DIMM slots
23294 and SPD EEPROM addresses used to configure them, use
23295 the individually defined SPD_EEPROM_ADDRESS* values to
23296 determine if a DDR DIMM slot should have its SPD
23297 configuration read or not.
23298
23299 Effectively, this now allows for 1 or 2 DIMM slots
23300 per memory controller.
23301
23302 Signed-off-by: Jon Loeliger <jdl@freescale.com>
23303
23304commit 4d4a945e189a2f384c66432316da2788a0ac1607
23305Author: Rodolfo Giometti <giometti@enneenne.com>
23306Date: Mon Oct 15 11:59:17 2007 +0200
23307
23308 PXA USB OHCI: "usb stop" implementation.
23309
23310 Some USB keys need to be switched off before loading the kernel
23311 otherwise they can remain in an undefined status which prevents them
23312 to be correctly recognized by the kernel.
23313
23314 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
23315
23316commit e2e93442e558cf1500e92861f99713b2f045ea22
23317Author: Stefan Roese <sr@denx.de>
23318Date: Mon Oct 15 11:39:00 2007 +0200
23319
23320 ppc4xx: Fix bug in I2C bootstrap values for Sequoia/Rainier
23321
23322 The I2C bootstrap values that can be setup via the "bootstrap" command,
23323 were setup incorrect regarding the generation of the internal sync PCI
23324 clock. The values for PLB clock == 133MHz were slighly incorrect and the
23325 values for PLB clock == 166MHz were totally incorrect. This could
23326 lead to a hangup upon booting while PCI configuration scan.
23327
23328 This patch fixes this issue and configures valid PCI divisor values
23329 for the sync PCI clock, with respect to the provided external async
23330 PCI frequency.
23331
23332 Here the values of the formula in the chapter 14.2 "PCI clocking"
23333 from the 440EPx users manual:
23334
23335 AsyncPCICLK - 1MHz <= SyncPCIClk <= (2 * AsyncPCIClk) - 1MHz
23336
23337 33MHz async PCI frequency:
23338 PLB = 133:
23339 => 32 <= 44.3 <= 65 (div = 3)
23340
23341 PLB = 166:
23342 => 32 <= 55.3 <= 65 (div = 3)
23343
23344 66MHz async PCI frequency:
23345 PLB = 133:
23346 => 65 <= 66.5 <= 132 (div = 2)
23347
23348 PLB = 166:
23349 => 65 <= 83 <= 132 (div = 2)
23350
23351 Signed-off-by: Stefan Roese <sr@denx.de>
23352
23353commit 5a5958b7de70ae99f0e7cbd5c97ec1346e051587
23354Author: Stefan Roese <sr@denx.de>
23355Date: Mon Oct 15 11:29:33 2007 +0200
23356
23357 ppc4xx: Fix incorrect 33/66MHz PCI clock log-message on Sequoia & Yosemite
23358
23359 The BCSR status bit for the 66MHz PCI operation was correctly
23360 addressed (MSB/LSB problem). Now the correct currently setup
23361 PCI frequency is displayed upon bootup.
23362
23363 This patch also fixes this problem on Rainier & Yellowstone, since these
23364 boards use the same souce code as Sequoia & Yosemite do.
23365
23366 Signed-off-by: Stefan Roese <sr@denx.de>
23367
23368commit da3aad55cbde80ab6e301aafa82a2c411aa53eff
23369Author: Martin Krause <martin.krause@tqs.de>
23370Date: Wed Sep 26 17:55:56 2007 +0200
23371
23372 TQM860M: adjust for doubled flash sector size.
23373
23374 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
23375 doubled sector size.
23376
23377 Signed-off-by: Martin Krause <martin.krause@tqs.de>
23378
23379commit 9d29250e2e62f4bf20c7a20b4173d84c48f11f5d
23380Author: Jens Gehrlein <jens.gehrlein@tqs.de>
23381Date: Wed Sep 26 17:55:54 2007 +0200
23382
23383 TQM8xx: Fix CAN timing.
23384
23385 Signed-off-by: Martin Krause <martin.krause@tqs.de>
23386
23387commit d43e489baf02afae49077791fb22332d240d8656
23388Author: Martin Krause <martin.krause@tqs.de>
23389Date: Thu Sep 27 14:54:36 2007 +0200
23390
23391 TQM866M: fix SDRAM refresh
23392
23393 At 133 MHz the current SDRAM refresh rate is too fast
23394 (measured 4 * 1.17 us).
23395 CFG_MAMR_PTA changes from 39 to 97. This result
23396 in a refresh rate of 4 * 7.8 us at the default clock
23397 50 MHz. At 133 MHz the value will be then 4 * 2.9 us.
23398 This is a compromise until a new method is found to
23399 adjust the refresh rate.
23400
23401 Signed-off-by: Martin Krause <martin.krause@tqs.de>
23402
23403commit 9ef57bbee1c67cc01da2026c242c4692db32be36
23404Author: Martin Krause <martin.krause@tqs.de>
23405Date: Wed Sep 26 17:55:55 2007 +0200
23406
23407 TQM866M: adjust for doubled flash sector size.
23408
23409 Adjust flash map to support the new S29GLxxN (N-Type) Flashes with
23410 doubled sector size.
23411
23412 Signed-off-by: Martin Krause <martin.krause@tqs.de>
23413
23414commit f8bf90461d9bad2e6fed31fcebaf235f60dd6763
23415Author: Michal Simek <monstr@monstr.eu>
23416Date: Sun Oct 14 16:12:29 2007 +0200
23417
23418 [FIX] XUPV2P change command handling
23419 and remove code violation
23420
23421commit 636400198228d96983c06657b17f760f5989958e
23422Author: Wolfgang Denk <wd@denx.de>
23423Date: Sun Oct 14 00:13:19 2007 +0200
23424
23425 Prepare for 1.3.0-rc3 release
23426
23427 Signed-off-by: Wolfgang Denk <wd@denx.de>
23428
Wolfgang Denk63640012007-10-14 00:13:19 +020023429commit 68f14f77ca5fe5f9cc025c8cae101671f628309f
23430Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23431Date: Sat Sep 29 13:41:37 2007 +0200
23432
23433 Fix warning differ in signedness in cpu/pxa/mmc.c
23434
23435 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23436
23437commit fc19e36f741e8bc727c0a330170b3b5db90399ef
23438Author: Wolfgang Denk <wd@denx.de>
23439Date: Sat Oct 13 23:51:14 2007 +0200
23440
23441 Fix warning differ in signedness in board/mpl/vcma9/vcma9.c
23442
23443 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23444 Signed-off-by: Wolfgang Denk <wd@denx.de>
23445
23446commit de74b9eeacccaf0a42e5ecc9ae79a88f7a311296
23447Author: Wolfgang Denk <wd@denx.de>
23448Date: Sat Oct 13 21:15:39 2007 +0200
23449
23450 Coding Style cleanup.
23451
23452 Signed-off-by: Wolfgang Denk <wd@denx.de>
23453
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023454commit e1893815b0999410d7a327589611c7b38e95299e
23455Author: Wolfgang Denk <wd@denx.de>
23456Date: Fri Oct 12 15:49:39 2007 +0200
23457
23458 GP3 SSA: enable RTC
23459
23460 Signed-off-by: Wolfgang Denk <wd@denx.de>
23461
23462commit 8002012041f1ff9f997a5727abe5015f70cd2e46
23463Author: Grzegorz Bernacki <gjb@semihalf.com>
23464Date: Tue Oct 9 13:58:24 2007 +0200
23465
23466 [ads5121] EEPROM support added.
23467
23468 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
23469
Wolfgang Denk63640012007-10-14 00:13:19 +020023470commit 7b624ad254b97e5a25dca2304a398b64aeedaffe
23471Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23472Date: Sat Oct 6 18:55:35 2007 +0200
23473
23474 AVR32: Initialize bi_flash* in board_init_r
23475
23476 The ATSTK1000-specific flash driver intializes bi_flashstart,
23477 bi_flashsize and bi_flashoffset, but other flash drivers, like the CFI
23478 driver, don't.
23479
23480 Initialize these in board_init_r instead so that things will still be
23481 set up correctly when we switch to the CFI driver.
23482
23483 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23484
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023485commit 2b2a587d6d3076387d22ac740f44044bf46e2cb8
23486Author: Marian Balakowicz <m8@semihalf.com>
23487Date: Fri Oct 5 10:40:54 2007 +0200
23488
23489 tqm5200: Fix CONFIG_CMD_PCI typo in board config file.
23490
23491 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
23492
23493commit 92869195ef8210758d2176230c0a36897afd50ed
23494Author: Bartlomiej Sieka <tur@semihalf.com>
23495Date: Fri Oct 5 09:46:06 2007 +0200
23496
23497 CM5200: Fix missing null-termination in hostname manipulation code
23498
23499 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
23500
Wolfgang Denk63640012007-10-14 00:13:19 +020023501commit 9add9884b1fddc34ca186e00a2f868ccd5d02d87
23502Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
23503Date: Tue Oct 2 19:09:01 2007 +0200
23504
23505 Fix memtest breakage
23506
23507 CFG_MEMTEST_START uses weird magic involving gd, which fails to
23508 compile. Use hardcoded values instead (we actually know how much RAM
23509 we have on board.)
23510
23511 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23512
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023513commit 738815c0cc44aa329097f868dc1efc49ede9c5ba
23514Author: Stefan Roese <sr@denx.de>
23515Date: Tue Oct 2 11:44:46 2007 +0200
23516
23517 ppc4xx: Coding style cleanup
23518
23519 Signed-off-by: Stefan Roese <sr@denx.de>
23520
23521commit 87c1833a39e944db66385286fd5e28f9b3fcdd50
23522Author: Stefan Roese <sr@denx.de>
23523Date: Tue Oct 2 11:44:19 2007 +0200
23524
23525 ppc4xx: lwmon5: Remove watchdog for now, since not fully tested yet
23526
23527 Signed-off-by: Stefan Roese <sr@denx.de>
23528
23529commit 2db64784061bfc34f4ba70ef1d2fbe7133b55670
23530Author: Grzegorz Bernacki <gjb@semihalf.com>
23531Date: Mon Oct 1 09:51:50 2007 +0200
23532
23533 Program EPLD to force full duplex mode for PHY.
23534
23535 EPLD forces modes of PHY operation. By default full duplex is turned off.
23536 This fix turns it on.
23537
23538 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
23539
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023540commit 785c13477b77dcd2e6c5128fffcdb4e1943f4818
23541Author: Timo Ketola <timo.ketola@exertus.fi>
23542Date: Mon Sep 24 14:50:32 2007 +0300
23543
23544 Bugfix: Use only one PTD for one endpoint
23545
23546 Original isp116x-hcd code prepared multiple PTDs for longer than 16
23547 byte transfers for one endpoint. That is unnecessary because the
23548 ISP116x is able to split long data from one PTD into multiple
23549 transactions based on the buffer size of the endpoint. It also caused
23550 serious problems if the endpoint NAKed some of the transactions. In
23551 that case ISP116x wouldn't notice that the other PTDs were for the same
23552 endpoint and would try the other PTDs possibly out of order. That would
23553 break the whole transfer.
23554
23555 This patch makes isp116x_submit_job to use one PTD for one transfer.
23556
23557 Signed-off-by: Timo Ketola <timo.ketola@exertus.fi>
23558 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
23559
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023560commit 86ec86c04326c3913178a7679aa910de071da75d
23561Author: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23562Date: Thu Sep 27 23:27:47 2007 +0200
23563
23564 Fix missing DECLARE_GLOBAL_DATA_PTR on CONFIG_LPC2292 in serial
23565
23566 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
23567
23568commit 3e954beb614b5b190d7f4f4c3b641437a0132e35
23569Author: Stefan Roese <sr@denx.de>
23570Date: Tue Sep 11 14:12:55 2007 +0200
23571
23572 ppc4xx: lwmon5: Change GPIO 58 to default to low (watchdog test)
23573
23574 Signed-off-by: Stefan Roese <sr@denx.de>
23575
Wolfgang Denk992742a2007-11-03 23:09:27 +010023576commit 1487adbdcf9594bb2eb686325a6f9540dad1b70a
23577Author: Ed Swarthout <Ed.Swarthout@freescale.com>
23578Date: Wed Sep 26 16:35:54 2007 -0500
23579
23580 85xx io out functions need sync after write.
23581
23582 This fixes the mc146818 rtc_read/write functions for 85xx.
23583
23584 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
23585
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023586commit 0d38effc6e359e6b1b0c78d66e8bc1a4dc15a2ae
23587Author: Grant Likely <grant.likely@secretlab.ca>
23588Date: Tue Sep 25 15:48:05 2007 -0600
23589
23590 Fpga: fix incorrect test of CFG_FPGA_XILINX macro
23591
23592 CFG_FPGA_XILINX is a bit value used to test against the value in
23593 CONFIG_FPGA. Testing for a value will always return TRUE. I don't
23594 think that is the intention in this code.
23595
23596 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23597
Wolfgang Denk63640012007-10-14 00:13:19 +020023598commit 853643d8cf2ca80cb2e25c53ad5dc580abafe166
23599Author: Michal Simek <monstr@monstr.eu>
23600Date: Mon Sep 24 00:41:30 2007 +0200
23601
23602 [FIX] change command handling and removing code violation
23603
23604commit f240356507038e5ce55e8a24cb2607e9eae6d10c
23605Author: Michal Simek <monstr@monstr.eu>
23606Date: Mon Sep 24 00:36:06 2007 +0200
23607
23608 [FIX] change sets of commands
23609 because changing of command handling brings
23610 compilation problems
23611
23612commit cb1bc63b75a232571eb69aa2c8aa919321655845
23613Author: Michal Simek <monstr@monstr.eu>
23614Date: Mon Sep 24 00:30:42 2007 +0200
23615
23616 [FIX] Email reparation & Copyright
23617 Both codes are written by myself without any
23618 support from CTU
23619
23620commit 0731cbae6c2feab93b244d83fd6a43f5cc9bf852
23621Author: Michal Simek <monstr@monstr.eu>
23622Date: Mon Sep 24 00:25:11 2007 +0200
23623
23624 [PATCH] Change macro name for UartLite
23625 because PowerPC 405 can use UartLite as console
23626
23627commit 1c1100d2fcf46b9d11dcf78d6e5aea75e2e8b716
23628Author: Michal Simek <monstr@monstr.eu>
23629Date: Mon Sep 24 00:21:19 2007 +0200
23630
23631 [PATCH] Add support for design without interrupt controller
23632 Polling timer
23633
23634commit 0731933ec8ec45d02ba89b52df673d526873cdde
23635Author: Michal Simek <monstr@monstr.eu>
23636Date: Mon Sep 24 00:19:48 2007 +0200
23637
23638 [FIX] resolve problem with cpu without barrel shifter
23639
23640commit db14d77995ce515b728b178b63f82babe60e3d56
23641Author: Michal Simek <monstr@monstr.eu>
23642Date: Mon Sep 24 00:18:46 2007 +0200
23643
23644 [FIX] repair email address
23645
23646commit 481d4328618804add1f818a6c96296121cd0528e
23647Author: Michal Simek <monstr@monstr.eu>
23648Date: Mon Sep 24 00:17:42 2007 +0200
23649
23650 [FIX] repair MFSL commands
23651
23652commit b90c045f035c3cc9b5d2edaed6048dfb74e40763
23653Author: Michal Simek <monstr@monstr.eu>
23654Date: Mon Sep 24 00:08:37 2007 +0200
23655
23656 synchronizition with mainline
23657
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010023658commit eda3e1e6619ad0bee94ae4b16c99d88e77e2af13
23659Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23660Date: Sun Sep 23 02:42:38 2007 +0900
23661
23662 sh: Add support command of ide with sh
23663
23664 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23665
23666commit d91ea45d15cf8e0987456bd211ffbb650824b6f1
23667Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23668Date: Sun Sep 23 02:38:42 2007 +0900
23669
23670 sh: Update Makefile
23671
23672 Add support MS7722SE01 to Makefile.
23673
23674 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23675
23676commit 6c0bbdccd379f5c8702af9e0765294c2fb7472a6
23677Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23678Date: Sun Sep 23 02:31:13 2007 +0900
23679
23680 sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 board
23681
23682 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23683
23684commit 047375bfa4c3052fa50a748da7ff89e9dad3b364
23685Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23686Date: Sun Sep 23 02:19:24 2007 +0900
23687
23688 sh: Update MS7750SE01 platform
23689
23690 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23691
23692commit 516ad760db3553766267ada01b7d5d727faa4bbd
23693Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23694Date: Sun Sep 23 02:17:08 2007 +0900
23695
23696 sh: Remove comment out code from include/asm-sh/cpu_sh4.h
23697
23698 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23699
23700commit b02bad128669e567fce87d8df823b06a0144b8db
23701Author: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23702Date: Sun Sep 23 02:12:30 2007 +0900
23703
23704 sh: Update core code of SuperH.
23705
23706 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
23707
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023708commit 66dcad3a9a53e0766d90e0084123bd8529522fb0
23709Author: Wolfgang Denk <wd@denx.de>
23710Date: Thu Sep 20 00:04:14 2007 +0200
23711
23712 v1.3.0-rc2
23713
23714 Signed-off-by: Wolfgang Denk <wd@denx.de>
23715
Wolfgang Denk66dcad32007-09-20 00:04:14 +020023716commit 135e19bc2773ebca487e9a8371f67e1ba202313a
23717Author: Wolfgang Denk <wd@denx.de>
23718Date: Tue Sep 18 21:36:35 2007 +0200
23719
23720 Avoid compiler warning.
23721
23722 Signed-off-by: Wolfgang Denk <wd@denx.de>
23723
23724commit 8a783a65851bc7421ab69f442261215e21b8891a
23725Author: Grant Likely <grant.likely@secretlab.ca>
23726Date: Tue Sep 18 12:24:57 2007 -0600
23727
23728 Bugfix: remove embedded null (\0) from CFG_BOOTFILE macro in TQM8540_config
23729
23730 /bin/bash and /bin/dash (which /bin/sh is linked to on ubuntu) handle embedded
23731 nulls in a string differently. For example, the following statement:
23732 echo "this is a string\0" > afile
23733 Will produce the following with /bin/bash:
23734 "this is a string\0"
23735 But with /bin/dash, will produce:
23736 "this is a string
23737
23738 Bug fixed by moving the embedded null out of the makefile and into the
23739 config header. Also renamed the macro to avoid usage colision with the same
23740 macro used by other board ports.
23741
23742 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23743
23744commit f8d3ca7b6fa322ac57e8e831f07dbeea039a9f35
23745Author: Wolfgang Denk <wd@denx.de>
23746Date: Tue Sep 18 17:40:27 2007 +0200
23747
23748 MCC200: fix build warning
23749
23750 The MCC200 board config file includes version.h for some customer-
23751 specific setting, which causes warnings with "make depend"; build
23752 version.h before depend.
23753
23754 Signed-off-by: Wolfgang Denk <wd@denx.de>
23755
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023756commit bd86220f58b99d6896198c385fda132f0c980915
23757Author: Peter Pearse <peter.pearse@arm.com>
23758Date: Tue Sep 18 13:07:54 2007 +0100
23759
23760 Move coloured led API to status_led.h
23761 Improve indentation in drivers/at45.c
23762
Wolfgang Denk63640012007-10-14 00:13:19 +020023763commit e80e585b00fbbab7ad1bf71619741f2c5b029ab7
23764Author: Eirik Aanonsen <eaa@wprmedical.com>
23765Date: Tue Sep 18 08:47:20 2007 +0200
23766
23767 Update atstk1002 bootargs.
23768
23769 Updates to atstk1002 U-Boot header file:
23770 - Changed bootargs:
23771 * Set the bootargs for at1002 to point to the SD-card partition instead
23772 * ... of the boot flash.
23773 * Removing the rootfstype since that argument are not needed.
23774
23775 Signed-off-by: Eirik Aanonsen <eaa@wprmedical.com>
23776 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23777
23778commit a4f3aab6dfbed6c29367c688bfb8a47eef62c225
23779Author: Eirik Aanonsen <eaa@wprmedical.com>
23780Date: Wed Sep 12 13:32:37 2007 +0200
23781
23782 Add some comments to clocks in atstk1002.h
23783
23784 This patch applies some clarifying comments to how the different
23785 clocks are setup according to atstk1002.h Some of the previous
23786 comments where stating wrongful information.
23787
23788 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
23789
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020023790commit 97213f32416ead885deafea86774e912ffd60ad0
23791Author: David Saada <David.Saada@ecitele.com>
23792Date: Mon Sep 17 17:04:47 2007 +0200
23793
23794 Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
23795
23796 Signed-off-by: David Saada <david.saada@ecitele.com>
23797
Wolfgang Denk63640012007-10-14 00:13:19 +020023798commit 30363e98fa470fbecea5e8bc0f1443352754f303
23799Author: Stefan Roese <sr@denx.de>
23800Date: Mon Sep 17 08:20:47 2007 +0200
23801
23802 Small whitespace cleanup of OneNAND patch
23803
23804 Signed-off-by: Stefan Roese <sr@denx.de>
23805
23806commit d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1
23807Author: Kyungmin Park <kmpark@infradead.org>
23808Date: Mon Sep 10 17:15:14 2007 +0900
23809
23810 OneNAND support (take #2)
23811
23812 [PATCH 3/3] OneNAND support (take #2)
23813
23814 OneNAND support at U-Boot
23815
23816 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23817
23818commit 17aa2800457df0c06b41516f46f126712c196219
23819Author: Kyungmin Park <kmpark@infradead.org>
23820Date: Mon Sep 10 17:14:34 2007 +0900
23821
23822 OneNAND support (take #2)
23823
23824 [PATCH 2/3] OneNAND support (take #2)
23825
23826 OneNAND support at U-Boot
23827
23828 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23829
23830commit 916527f4809a7bcd811f1f1daf34af184e31dd8c
23831Author: Kyungmin Park <kmpark@infradead.org>
23832Date: Mon Sep 10 17:13:49 2007 +0900
23833
23834 OneNAND support (take #2)
23835
23836 [PATCH 1/3] OneNAND support (take #2)
23837
23838 OneNAND support at U-Boot
23839
23840 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
23841
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023842commit b49c90df6e7cfcfb8b862b8bbf8448dff5eed9a5
23843Author: Michal Simek <monstr@monstr.eu>
23844Date: Sun Sep 16 20:51:57 2007 +0200
23845
23846 [FIX] remove files form repository
23847
Wolfgang Denk66dcad32007-09-20 00:04:14 +020023848commit 67c31036acaaaa992fc346cc89db0909a7e733c4
23849Author: Wolfgang Denk <wd@denx.de>
23850Date: Sun Sep 16 17:10:04 2007 +0200
23851
23852 TQM8xx[LM]: Fix broken environment alignment.
23853
23854 With recent toolchains, the environment sectors were no longer aligned to
23855 sector boundaries. The reason was a combination of two bugs:
23856
23857 1) common/environment.c assumed that CONFIG_TQM8xxL would be defined
23858 for all TQM8xxL and TQM8xxM boards. But "include/common.h", where
23859 this gets defined, is not included here (and cannot be included
23860 without causing lots of problems).
23861
23862 Added a new #define CFG_USE_PPCENV for all boards which really
23863 want to put the environment is a ".ppcenv" section.
23864
23865 2) The linker scripts just include environment.o, silently assuming
23866 that the objects in that file are really in the order in which
23867 they are coded in the C file, i. e. "environment" first, then
23868 "redundand_environment", and "env_size" last. However, current
23869 toolchains (GCC-4.x) reorder the objects, causing the environment
23870 data not to start on a flash sector boundary:
23871
23872 Instead of: we got:
23873
23874 40008000 T environment 40008000 T env_size
23875 4000c000 T redundand_environment 40008004 T redundand_environment
23876 40010000 T env_size 4000c004 T environment
23877
23878 Note: this patch fixes just the first part, and cures the alignment
23879 problem by making sure that "env_size" gets placed correctly. However,
23880 we still have a potential issue because primary and redundant
23881 environment sectors are actually swapped, i. e. we have now:
23882
23883 40008000 T redundand_environment
23884 4000c000 T environment
23885 40010000 T env_size
23886
23887 This shall be fixed in the next version.
23888
23889 Signed-off-by: Wolfgang Denk <wd@denx.de>
23890
23891commit eb6da8050797c204c9d010548424186c7ce32fc1
23892Author: Wolfgang Denk <wd@denx.de>
23893Date: Sun Sep 16 02:39:35 2007 +0200
23894
23895 TQM8xx/FPS8xx: adjust flash partitions for 2.6 ARCH=powerpc kernels
23896
23897 Signed-off-by: Wolfgang Denk <wd@denx.de>
23898
23899commit cd2d1602c54cc6957bdef3872272a4b264893960
23900Author: urwithsughosh@gmail.com <urwithsughosh@gmail.com>
23901Date: Mon Sep 10 14:54:56 2007 -0400
23902
23903 Typo fix in tsec.c
23904
23905 Fixup for the break statement in wrong place.
23906
23907 [Patch by urwithsughosh@gmail.com]
23908 Acked-by: Andy Fleming <afleming@freescale.com>
23909 Signed-off-by: Wolfgang Denk <wd@denx.de>
23910
23911commit 5bd7fe9aeb76906371f40b8fd07613f10922e3e7
23912Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23913Date: Tue Sep 11 17:04:00 2007 +0200
23914
23915 Fix do_div() usage in nand process output
23916
23917 Fix usage of do_div() in nand erase|read|write process output.
23918
23919 The last patch to nand_util.c introduced do_div() instead of libgcc's
23920 implementation. But do_div() returns the quotient in its first
23921 macro parameter and not as result.
23922
23923 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23924
23925commit c750d2e6692a000a82f29de7bf24e3dc21239161
23926Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23927Date: Wed Sep 12 12:36:53 2007 +0200
23928
23929 NAND: Add CFG_NAND_QUIET option
23930
23931 This config option sets the default for the progress information
23932 output behavior that can also be configured through the 'quiet'
23933 environment variable.
23934
23935 The legacy NAND code does not print the current progress info
23936 on the console. So this option is for backward compatibility for
23937 units that are in the field and where setting the quiet variable
23938 is not an option. With CFG_NAND_QUIET set to '1' the console
23939 progress info is turned off. This can still be overwritten
23940 through the environment variable.
23941
23942 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
23943
23944commit dcb88630290d2bcd803386dd4c2be73142994c4f
23945Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
23946Date: Thu Sep 13 16:06:05 2007 -0700
23947
23948 ColdFire: fix build error becasue of bad type of mii_init()
23949
23950 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23951
23952commit 314d5b6ce52a4ed19dd295d1364e246c5e605017
23953Author: Liew Tsi Chung-r5aahp <Tsi-chung.Liew@freescale.com>
23954Date: Thu Sep 13 16:04:05 2007 -0700
23955
23956 ColdFire: Fix build error caused by pixis.c
23957
23958 Moved the #include <asm/cache.h> inside the #ifdef CONFIG_FSL_PIXIS.
23959
23960 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
23961
23962commit e21659e30660a1377c42af135a6114efe39801d9
23963Author: Sam Sparks <SSparks@twacs.com>
23964Date: Fri Sep 14 11:14:42 2007 -0600
23965
23966 Update MPC8349ITX*_config to place config.tmp in right place.
23967
23968 MPC834ITX*_config does not store config.tmp at the correct locatation,
23969 causing MPC8349ITXGP to have the wrong TEXT_BASE.
23970
23971 Signed-off-by: Sam Sparks <SSparks@twacs.com>
23972 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
23973
23974commit 1218abf1b5817a39a82399b4b928b00750575bda
23975Author: Wolfgang Denk <wd@denx.de>
23976Date: Sat Sep 15 20:48:41 2007 +0200
23977
23978 Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global
23979
23980 Signed-off-by: Wolfgang Denk <wd@denx.de>
23981
23982commit 66b3f24d665be678a9dbb125b1e84185400f63b5
23983Author: Dirk Behme <dirk.behme@googlemail.com>
23984Date: Sat Sep 15 11:55:42 2007 +0200
23985
23986 Make DECLARE_GLOBAL_DATA_PTR global for DaVinci
23987
23988 As discussed in [1], DECLARE_GLOBAL_DATA_PTR has to be global and not
23989 function local.
23990
23991 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
23992
23993 [1] http://article.gmane.org/gmane.comp.boot-loaders.u-boot/31805
23994
Wolfgang Denk05bf4912007-10-21 01:01:17 +020023995commit 991b089d1ce5ad945725e3657a8f106dfa02a38e
23996Author: Michal Simek <monstr@monstr.eu>
23997Date: Sat Sep 15 00:03:35 2007 +0200
23998
23999 Synchronize with U-BOOT mainline
24000
24001commit d7fee32b7e61fe11c64e371cde79faa4768e8350
24002Author: Sam Sparks <SSparks@twacs.com>
24003Date: Fri Sep 14 11:14:42 2007 -0600
24004
24005 Update MPC8349ITX*_config to place config.tmp in right place.
24006
24007 MPC834ITX*_config does not store config.tmp at the correct locatation,
24008 causing MPC8349ITXGP to have the wrong TEXT_BASE.
24009
24010 Signed-off-by: Sam Sparks <SSparks@twacs.com>
24011 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24012 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24013
Wolfgang Denk66dcad32007-09-20 00:04:14 +020024014commit 6e7b7b6ea1b6d04dbe96242eb6a0c1c664c98e8c
24015Author: Bartlomiej Sieka <tur@semihalf.com>
24016Date: Thu Sep 13 18:21:48 2007 +0200
24017
24018 cm5200: Fix a typo introduced by afaac86fe2948ac84cd9a12bbed883b3c683e7d9
24019
24020 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
24021
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020024022commit e1f601b572db5de9aa81a0b77c68a86994fe24c4
24023Author: Bartlomiej Sieka <tur@semihalf.com>
24024Date: Thu Sep 13 16:33:59 2007 +0200
24025
24026 tqm5200: Restore customary env. variable boot commands for powerpc kernels
24027
24028 - update default definitions of kernel_addr and fdt_addr env. variables
24029 - make arch/powerpc booting the default scenario
24030 - update MTD partition layout to match the above
24031
24032 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24033
Wolfgang Denk66dcad32007-09-20 00:04:14 +020024034commit f34024d4a328e6edd906456da98d2c537155c4f7
24035Author: Wolfgang Denk <wd@denx.de>
24036Date: Wed Sep 12 00:48:57 2007 +0200
24037
24038 Fix memory corruption problem on STX GP3 SSA Board.
24039
24040 Signed-off-by: Wolfgang Denk <wd@denx.de>
24041
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020024042commit d94c79e47011af5e8dd10ed6163c09b4cfc743cc
24043Author: Peter Pearse <peter.pearse@arm.com>
24044Date: Tue Sep 11 15:35:01 2007 +0100
24045
24046 Final tidy
24047
Wolfgang Denk66dcad32007-09-20 00:04:14 +020024048commit 38ad82da0c1180ecdeb212a8f4245e945bcc546e
24049Author: Grzegorz Bernacki <gjb@semihalf.com>
24050Date: Tue Sep 11 15:42:11 2007 +0200
24051
24052 [GP3SSA] Add define CONFIG_MPC85XX_PCI2 in config file to allow u-boot to
24053 scan on second pci bus.
24054
24055 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24056
24057commit 6c2f4f388e8181655ea8b69343ea00b68aa6e8d0
24058Author: Grzegorz Bernacki <gjb@semihalf.com>
24059Date: Tue Sep 11 12:57:52 2007 +0200
24060
24061 [ppc4xx] Individual handling of sdram.c for bamboo_nand build
24062
24063 Bamboo has a file sdram.c which needs special treatment when building in
24064 separate directory. It has to be linked to build directory otherwise it is
24065 not seen.
24066
24067 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24068
Wolfgang Denk63640012007-10-14 00:13:19 +020024069commit d45963854eff39d575124d859419bb4953ce2c87
24070Author: Michal Simek <monstr@monstr.eu>
24071Date: Tue Sep 11 00:37:04 2007 +0200
24072
24073 [FIX] Microblaze ML401 - repare FLASH handling
24074
Wolfgang Denk66dcad32007-09-20 00:04:14 +020024075commit 38c1ef728d19950414a8ab1ccfc53767848fa346
24076Author: Sean MCGOOGAN <sean.mcgoogan@st.com>
24077Date: Mon Sep 10 16:55:59 2007 +0100
24078
24079 Allocate CPU Architecture Code for STMicroelectronics' ST200.
24080
24081 Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
24082 ---------------------------------------------------
24083
24084commit 754bac48156f8958d8f6a53a51eda88ab5758929
24085Author: Wolfgang Denk <wd@denx.de>
24086Date: Mon Sep 10 20:42:31 2007 +0200
24087
24088 Update version to match current state.
24089
24090 Signed-off-by: Wolfgang Denk <wd@denx.de>
24091
24092commit 7a888d6b3c32a126dbb504ef146bb4c26574ca7b
24093Author: Grzegorz Bernacki <gjb@semihalf.com>
24094Date: Mon Sep 10 17:39:08 2007 +0200
24095
24096 [MPC512x] Streamline frame handling in the FEC driver
24097
24098 - convert frame size settings to be derived from a single base
24099 - set frame size to the recommended default value
24100
24101 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24102
24103commit e251e00d0db4b36d1d2b7e38fec43a7296b529a2
24104Author: Kyungmin Park <kmpark@infradead.org>
24105Date: Mon Sep 10 11:34:00 2007 +0900
24106
24107 Remove compiler warning: target CPU does not support interworking
24108
24109 Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
24110
24111commit 1d9e31e04911a6bb7cc66dd91132c699101c32e2
24112Author: Wolfgang Denk <wd@denx.de>
24113Date: Sun Sep 9 21:21:33 2007 +0200
24114
24115 Fix compile error in spc1920 config.
24116
24117 Signed-off-by: Markus Klotzbücher <mk@denx.de>
24118 Signed-off-by: Wolfgang Denk <wd@denx.de>
24119
24120commit a7d7eca791a37f452c9da10fef4b31dd7aa9a622
24121Author: Grant Likely <grant.likely@secretlab.ca>
24122Date: Fri Sep 7 09:25:07 2007 -0600
24123
24124 Bugfix: make bootm+libfdt compile on boards with no flash
24125
24126 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24127
24128commit 6efc1fc0b63e55f94c5bc61d8dd23c918e3bc778
24129Author: Grzegorz Bernacki <gjb@semihalf.com>
24130Date: Fri Sep 7 18:35:37 2007 +0200
24131
24132 [PPC440SPe] PCIe environment settings for Katmai and Yucca
24133
24134 - 'pciconfighost' is set by default in order to be able to scan bridges
24135 behind the primary host/PCIe
24136
24137 - 'pciscandelay' env variable is recognized to allow for user-controlled
24138 delay before the PCIe bus enumeration; some peripheral devices require a
24139 significant delay before they can be scanned (e.g. LSI8408E); without the
24140 delay they are not detected
24141
24142 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24143
24144commit 7f1913938984ef6c6a46cb53e003719196d9c5de
24145Author: Grzegorz Bernacki <gjb@semihalf.com>
24146Date: Fri Sep 7 18:20:23 2007 +0200
24147
24148 [PPC440SPe] Improve PCIe configuration space access
24149
24150 - correct configuration space mapping
24151 - correct bus numbering
24152 - better access to config space
24153
24154 Prior to this patch, the 440SPe host/PCIe bridge was able to configure only the
24155 first device on the first bus. We now allow to configure up to 16 buses;
24156 also, scanning for devices behind the PCIe-PCIe bridge is supported, so
24157 peripheral devices farther in hierarchy can be identified.
24158
24159 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24160
24161commit 15ee4734e4e08003d73d9ead3ca80e2a0672e427
24162Author: Grzegorz Bernacki <gjb@semihalf.com>
24163Date: Fri Sep 7 17:46:18 2007 +0200
24164
24165 [PPC440SPe] Convert machine check exceptions handling
24166
24167 Convert using fixup mechanism to suppressing MCK for the duration of config
24168 read/write transaction: while fixups work fine with the case of a precise
24169 exception, we identified a major drawback with this approach when there's
24170 an imprecise case. In this scenario there is the following race condition:
24171 the fixup is (by design) set to catch the instruction following the one
24172 actually causing the exception; if an interrupt (e.g. decrementer) happens
24173 between those two instructions, the ISR code is executed before the fixup
24174 handler the machine check is no longer protected by the fixup handler as it
24175 appears as within the ISR code. In consequence the fixup approach is being
24176 phased out and replaced with explicit suppressing of MCK during a PCIe
24177 config read/write cycle.
24178
24179 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24180
24181commit ff7640c9ead8806b5d827f2b29f9cb2632add729
24182Author: Wolfgang Denk <wd@denx.de>
24183Date: Fri Sep 7 17:43:36 2007 +0200
24184
24185 Fix typo in MAKEALL script.
24186
24187 Signed-off-by: Wolfgang Denk <wd@denx.de>
24188
24189commit 08e2e5fcd2e06670b62e1680a3934c0e55c72810
24190Author: Grzegorz Bernacki <gjb@semihalf.com>
24191Date: Fri Sep 7 17:09:21 2007 +0200
24192
24193 [MPC512x] Proper handling of larger frames in the FEC driver
24194
24195 When frame larger than local RX buffer is received, it is split and handled
24196 by two buffer descriptors. Prior to this patch the FEC driver discarded
24197 contents of a buffer descriptor without the 'LAST' bit set, so the first
24198 part of the frame was lost in case of larger frames. This fix allows to
24199 safely combine the two pieces into the whole frame.
24200
24201 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
24202
24203commit 8d17979d0359492a822a0a409d26e3a3549b4cd4
24204Author: Rafal Jaworowski <raj@semihalf.com>
24205Date: Fri Sep 7 17:05:36 2007 +0200
24206
24207 [MPC512x] Correct fixup relocation
24208
24209 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
24210
24211commit a89cbbd27a60e6740772000fd0688ffba1c2576a
24212Author: Wolfgang Denk <wd@denx.de>
24213Date: Fri Sep 7 01:21:25 2007 +0200
24214
24215 Update CHANGELOG, minor coding style cleanup.
24216
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024217commit 5e5803e119de3bebd76fc9a57baac0b5aeccc8a3
24218Author: stefano babic <sbabic@denx.de>
24219Date: Thu Aug 30 23:01:49 2007 +0200
24220
24221 PXA270: Added support for TrizepsIV board.
24222
24223 This patch add support for the Trizeps IV module (520Mhz).
24224
24225 Signed-off-by: Stefano Babic <sbabic@denx.de>
24226
24227commit 80172c6181c912fbb34ea3ba0c22b232b419b47f
24228Author: stefano babic <sbabic@denx.de>
24229Date: Thu Aug 30 22:57:04 2007 +0200
24230
24231 PXA270: Add support for multiple serial ports.
24232
24233 This patch adds support for multiple serial ports to the PXA target.
24234 FFUART, BTUART and STUART are supported.
24235
24236 Signed-off-by: Stefano Babic <sbabic@denx.de>
24237
24238commit 28bb3f72c687ac6b2eb076b01dd21a5fd657d45e
24239Author: stefano babic <sbabic@denx.de>
24240Date: Thu Aug 30 22:48:47 2007 +0200
24241
24242 PXA270: fix compile issue (invalid lvalue)
24243
24244 Code is broken for PXA270 due to "invalid lvalue in assignment".
24245
24246 This patch fix it in pxa-regs.h
24247
24248 Signed-off-by: Stefano Babic <sbabic@denx.de>
24249
24250commit 1d2ca446e1a731df420206d04fe278c27ea6b8e8
24251Author: Jason Jin <Jason.jin@freescale.com>
24252Date: Thu Aug 30 18:19:05 2007 +0800
24253
24254 Add BUILD_DIR support for bios emulator.
24255
24256 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24257
24258commit b4d8a55145442f136982634862341a3e02002bda
24259Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24260Date: Fri Aug 31 14:41:51 2007 +0900
24261
24262 [MIPS] Remove inline asm string functions
24263
24264 Stop using inline string functions on MIPS as other ARCHs do so,
24265 since the optimized inline asm versions are not small.
24266
24267 This change is triggered by a following MIPS build error:
24268 common/libcommon.a(exports.o)(.text+0xdc): In function `jumptable_init':
24269 common/exports.c:32: undefined reference to `strcmp'
24270 make: *** [u-boot] Error 1
24271
24272 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24273
24274commit 8ea2c4e54833deaebc24c3ca6b7f21353c25b0f5
24275Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24276Date: Fri Aug 31 14:41:45 2007 +0900
24277
24278 [MIPS] Update asm string header
24279
24280 This patches contains several bugfixes and cleanups in the latest upstream:
24281
24282 - Don't include linux/config.h
24283 - Remove buggy inline version of memscan.
24284 - Merge with Linux 2.6.11-rc3.
24285 - Fix undefined reference to strcpy in binfmt_misc caused by gcc 3.4.
24286 - Goodbye mips64. 31704 lines of code bite the dust.
24287 - Replace extern inline with static inline.
24288 - Fix return value of strncpy.
24289 - Remove a bunch more "$1" clobbers.
24290
24291 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24292
24293commit 5b729fb3bd98f49855d6bfc657c3fbae95f2adc2
24294Author: Bartlomiej Sieka <tur@semihalf.com>
24295Date: Tue Sep 4 17:31:22 2007 +0200
24296
24297 Fix do_bootm_linux() so that multi-file images with FDT blob boot.
24298
24299 Fix incorrect blob address calculation in do_bootm_linux() that prevents
24300 booting the kernel from a multi-file image (kernel + initrd + blob).
24301
24302 Also, make minor updates to the U-Boot's output and to the coding style.
24303
24304 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
24305
24306commit 041a2554ad619e80dce520c1a33210affcb6a3f2
24307Author: Gary Jennejohn <gary.jennejohn@freenet.de>
24308Date: Fri Aug 31 14:29:04 2007 +0200
24309
24310 Add support for Sil680 IDE controller.
24311
24312 o add drivers/sil680.c to support the Sil680 IDE-controller.
24313 o drivers/Makefile: add sil680.o.
24314
24315 Signed-off-by: Gary Jennejohn <garyj@denx.de>
24316
24317commit e79021223bc339df655e360645a52c457a74b067
24318Author: Grant Likely <grant.likely@secretlab.ca>
24319Date: Thu Sep 6 09:47:40 2007 -0600
24320
24321 bootm/fdt: Only process the fdt if an fdt address was provided
24322
24323 Boards with CONFIG_OF_LIBFDT enabled are not able to boot old-style
24324 kernels using the board info structure (instead of passing a device tree)
24325 This change allows the old style booting to be used if the fdt argument
24326 was not passed to 'bootm'.
24327
24328 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24329 Acked-by: Kim Phillips <kim.phillips@freescale.com>
24330
24331commit cf2817a84c2e9bea2c5dfc084bce2f2d2563ac43
24332Author: Grant Likely <grant.likely@secretlab.ca>
24333Date: Thu Sep 6 09:46:23 2007 -0600
24334
24335 Migrate 5xxx boards from CONFIG_OF_FLAT_TREE to CONFIG_OF_LIBFDT
24336
24337 Affects boards: icecube (lite5200), jupiter, motionpro, tqm5200
24338
24339 Tested on: lite5200b
24340
24341 Note: the fixup functions have not been moved to a common place. This
24342 patch is targeted for immediate merging as in solves a build issue, but
24343 the final name/location of the fixups is still subject to debate. I
24344 propose to merge this now, and move the fixups in the next merge window
24345 to be usable by all targets.
24346
24347 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24348
24349commit 41bb76e941929f54a73206fb132f7a4c275543a3
24350Author: Grant Likely <grant.likely@secretlab.ca>
24351Date: Thu Sep 6 09:46:17 2007 -0600
24352
24353 libfdt: add convenience function fdt_find_and_setprop()
24354
24355 Given the path to a node, fdt_find_and_setprop() allows a property value
24356 to be set directly.
24357
24358 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24359
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020024360commit 80767a6cead9990d9e77e62be947843c2c72f469
24361Author: Peter Pearse <peter.pearse@arm.com>
24362Date: Wed Sep 5 16:04:41 2007 +0100
24363
24364 Changed API name to coloured_led.h
24365 Removed code using deprecated ifdef CONFIG_BOOTBINFUNC
24366 Tidied other cpu/arm920t/start.S code
24367
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024368commit 56a9270521baaa00e12639a978302a67f61ef060
24369Author: Kumar Gala <galak@kernel.crashing.org>
24370Date: Thu Aug 30 16:18:18 2007 -0500
24371
24372 Fix ULI RTC support on MPC8544 DS
24373
24374 The RTC on the M1575 ULI chipset requires a dummy read before
24375 we are able to talk to the RTC. We accomplish this by adding a
24376 second memory region to the PHB the ULI is on and read from it.
24377
24378 The second region is added to maintain compatiabilty with Linux's
24379 view of the PCI memory map.
24380
24381 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
24382
24383commit f75e89e9b5714db2b0e80074071dfbdd6f59488a
24384Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24385Date: Thu Aug 30 01:58:48 2007 -0500
24386
24387 ft_board_setup update 85xx/86xx of pci/pcie bus-range property.
24388
24389 pcie is now differentiated from pci. Add 8641 bus-range updates.
24390
24391 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24392
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020024393commit 9f5c3d3720e777a572dcdc8af2008b44c7243885
24394Author: Peter Pearse <peter.pearse@arm.com>
24395Date: Tue Sep 4 16:18:38 2007 +0100
24396
24397 Add coloured led interface for ARM boards.
24398 Use it in cpu/arm920t/start.S to indicate U-Boot code has been entered.
24399
24400commit 7462fe0d5a9d40cde083fb1a3cd73911996b5ecb
24401Author: Peter Pearse <peter.pearse@arm.com>
24402Date: Tue Sep 4 14:49:28 2007 +0100
24403
24404 Move include/led.h to board/at91rm9200dk
24405
24406commit 6e4bf9b24e57c15abc6542e685d06380bc64af27
24407Author: Peter Pearse <peter.pearse@arm.com>
24408Date: Tue Sep 4 14:25:51 2007 +0100
24409
24410 Ran Lindent on drivers/at45.c
24411
24412commit 557ab89d294f08dd532f21d19861b40093200a33
24413Author: Peter Pearse <peter.pearse@arm.com>
24414Date: Tue Sep 4 14:23:50 2007 +0100
24415
24416 Rename CONFIG_CMD_MUX to CONFIG_CMD_AT91_SPIMUX
24417
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024418commit 81b73dec16fd1227369a191e725e10044a9d56b8
24419Author: Gary Jennejohn <garyj@denx.de>
24420Date: Fri Aug 31 15:21:46 2007 +0200
24421
24422 ppc4xx: (Re-)Enable CONFIG_PCI_PNP on AMCC 440EPx Sequoia
24423
24424 The 440EPx has a problem when the PCI_CACHE_LINE_SIZE register is
24425 set to non-zero, because it doesn't support MRM (memory-read-
24426 multiple) correctly. We now added the possibility to configure
24427 this register in the board config file, so that the default value
24428 of 8 can be overridden.
24429
24430 Here the details of this patch:
24431
24432 o drivers_pci_auto.c: introduce CFG_PCI_CACHE_LINE_SIZE to allow
24433 board-specific settings. As an example the sequoia board requires 0.
24434 Idea from Stefan Roese <sr@denx.de>.
24435 o board/amcc/sequoia/init.S: add a TLB mapping at 0xE8000000 for the
24436 PCI IO-space. Obtained from Stefan Roese <sr@denx.de>.
24437 o include/configs/sequoia.h: turn CONFIG_PCI_PNP back on and set
24438 CFG_PCI_CACHE_LINE_SIZE to 0.
24439
24440 Signed-off-by: Gary Jennejohn <garyj@denx.de>
24441 Signed-off-by: Stefan Roese <sr@denx.de>
24442
24443commit 60174746c668b309378a91488dded898e9553eae
24444Author: Wolfgang Denk <wd@denx.de>
24445Date: Fri Aug 31 10:01:51 2007 +0200
24446
24447 Fix TFTP OACK code for short packets.
24448
24449 The old code had a loop limit overflow bug which caused a semi-
24450 infinite loop for small packets, because in "i<len-8", "i" was signed,
24451 but "len" was unsigned, and "len-8" became a huge number for small
24452 values of "len".
24453
24454 This is a workaround which replaces broken commit 8f1bc284.
24455
24456 Signed-off-by: Wolfgang Denk <wd@denx.de>
24457
Wolfgang Denk63640012007-10-14 00:13:19 +020024458commit 696dd1307cd8e73a10e9bb3c51731bfd6f837bee
24459Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24460Date: Thu Aug 30 15:03:05 2007 +0200
24461
24462 Reduce BOOTDELAY variable to 1 second by default for STK1002
24463
24464 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24465 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24466
24467commit c88b6e1cbf9a8ae2a34fb602f78a1bf4e6692b6a
24468Author: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24469Date: Thu Aug 30 15:03:04 2007 +0200
24470
24471 Remove double quotation marks around MAC address for STK1002
24472
24473 Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
24474 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24475
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024476commit ff13ac8c7bbebb238e339592de765c546dba1073
24477Author: Wolfgang Denk <wd@denx.de>
24478Date: Thu Aug 30 14:42:15 2007 +0200
24479
24480 Backout commit 8f1bc284 as it causes TFTP to fail.
24481
24482 Signed-off-by: Wolfgang Denk <wd@denx.de>
24483
24484commit 1900fbf255acba8b94fb442a16408ea85a1d46a6
24485Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24486Date: Thu Aug 30 02:26:17 2007 -0500
24487
24488 Revert "Fix MPC8544DS PCIe3 scsi."
24489
24490 This reverts commit 9468e680.
24491 Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
24492
24493 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24494
24495commit 8f1bc28408ded213418d9bc0780c7d8fb8a03774
24496Author: Grant Likely <grant.likely@secretlab.ca>
24497Date: Wed Aug 29 18:26:24 2007 -0600
24498
24499 tftp: don't implicity trust the format of recevied packets
24500
24501 The TFTP OACK code trusts that the incoming packet is formated as
24502 ASCII text and can be processed by string functions. It also has a
24503 loop limit overflow bug where if the packet length is less than 8, it
24504 ends up looping over *all* of memory to find the 'blksize' string.
24505
24506 This patch solves the problem by forcing the packet to be null
24507 terminated and using strstr() to search for the sub string.
24508
24509 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
24510
Wolfgang Denkde74b9e2007-10-13 21:15:39 +020024511commit 04625764cc93ce8a61625ac19d7fe2a2ceee8143
24512Author: Stefan Roese <sr@denx.de>
24513Date: Wed Aug 29 16:31:18 2007 +0200
24514
24515 ppc4xx: Change lwmon5 default environment to support Linux RTC
24516
24517 The Linux PCF8563 RTC driver doesn't do autoprobing, so we need
24518 to supply the RTC I2C address as bootline parameter. This patch
24519 adds support for this rtc probing parameter to the bootargs:
24520
24521 "rtc-pcf8563.probe=0,0x51"
24522
24523 Signed-off-by: Stefan Roese <sr@denx.de>
24524
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024525commit 2602a5c40ae37ab965a4e240854fdaffb51328a4
24526Author: Kim Phillips <kim.phillips@freescale.com>
24527Date: Wed Aug 29 09:06:05 2007 -0500
24528
24529 sbc8641: remove unused OF_FLAT_TREE_MAX_SIZE
24530
24531 this had slipped through the cracks, since the sbc board was added
24532 after I wrote the original patch to remove all these symbols, and
24533 before it was merged.
24534
24535 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24536
24537commit c5bded3c88e48ae648a75d357dc81a8255fa81f1
24538Author: Wolfgang Denk <wd@denx.de>
24539Date: Wed Aug 29 14:05:30 2007 +0200
24540
24541 Add mii_init() prototype
24542
24543 to get rid of a *lot* of compiler warnings.
24544
24545 Signed-off-by: Wolfgang Denk <wd@denx.de>
24546
24547commit 2d1f23aa1e74e4a8f8ffa67f246eb98c522dfd7f
24548Author: Wolfgang Denk <wd@denx.de>
24549Date: Wed Aug 29 13:35:03 2007 +0200
24550
24551 Disable network support on cmi_mpc5xx board
24552
24553 ..because it caused compiler errors and there seems to be no
24554 board maintainer to take care of this.
24555
24556 Signed-off-by: Wolfgang Denk <wd@denx.de>
24557
24558commit 9468e6804b7e25b0f6f52e53f47bce3175400a16
24559Author: Kumar Gala <galak@kernel.crashing.org>
24560Date: Mon Aug 20 09:44:00 2007 -0500
24561
24562 Fix MPC8544DS PCIe3 scsi.
24563
24564 <ed.swarthout@freescale.com>
24565
24566 The problem is pciauto_setup_device() getting called from fsl_pci_init.c
24567 is allocating memory space it doesn't need.
24568
24569 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
24570 Signed-off-by: Andy Fleming <afleming@freescale.com>
24571
24572commit 4bf4abb8a4e9955556b120a1aafa30c03e74032a
24573Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24574Date: Tue Aug 21 09:38:59 2007 -0500
24575
24576 8548cds fixes
24577
24578 Restore CONFIG_EXTRA_ENV_SETTINGS definition which contains the
24579 correct consoledev needed for linux boot.
24580 Standardize on fdt{file,addr} var to hold dtb file name.
24581
24582 Set PCI inbound memory region from CFG_MEMORY_{BUS,PHYS}.
24583
24584 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
24585
24586commit 7a1ac419fa0d2d23ddd08bd61d16896a9f33c933
24587Author: Haiying Wang <Haiying.Wang@freescale.com>
24588Date: Thu Aug 23 15:20:54 2007 -0400
24589
24590 Enable L2 cache for MPC8568MDS board
24591
24592 The L2 cache size is 512KB for 8568, print out the correct informaiton.
24593
24594 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
24595
24596commit 94c47fdaf14cb29fa3fb4d4da2efdd96c803b46b
24597Author: Jason Jin <Jason.jin@freescale.com>
24598Date: Wed Aug 22 17:54:49 2007 +0800
24599
24600 Remove the bios emulator binary files from MAI board
24601
24602 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
24603
24604commit 7608d75f9c87c9eb5b3a43219d0506d3e979a13f
24605Author: Kim Phillips <kim.phillips@freescale.com>
24606Date: Tue Aug 21 17:00:17 2007 -0500
24607
24608 support board vendor-common makefiles
24609
24610 if a board/$(VENDOR)/common/Makefile exists, build it.
24611
24612 also add the first such case, board/freescale/common/Makefile, to
24613 handle building board-shared EEPROM, PIXIS, and MDS-PIB code, as
24614 dictated by board configuration.
24615
24616 thusly get rid of alternate build dir errors such as:
24617
24618 FATAL: can't create /work/wd/tmp/u-boot-ppc/board/freescale/mpc8360emds/../common/pq-mds-pib.o: No such file or directory
24619
24620 by putting the common/ mkdir command in its proper place (the common
24621 Makefile). Common bits from existing individual board Makefiles have
24622 been removed.
24623
24624 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24625
24626commit ef8f20752712dc1cdbd86f47e3bd6e35f81c83fd
24627Author: stefano babic <sbabic@denx.de>
24628Date: Tue Aug 21 15:52:33 2007 +0200
24629
24630 Fix: TFTP is not working on little endian systems
24631
24632 TFTP does not work anymore after multicast tftp
24633 patch was applied on little endian systems.
24634 This patch fix it.
24635
24636 Signed-off-by: Stefano Babic <sbabic@denx.de>
24637
24638commit 5f470948570526e9186f053a3003da7719604e90
24639Author: stefano babic <sbabic@denx.de>
24640Date: Tue Aug 21 15:50:33 2007 +0200
24641
24642 Fix MAC address setting in DM9000 driver.
24643
24644 The logic to check if there is a correct MAC address in the DM9000
24645 EEPROM, added in the last patch, is wrong. Now the MAC address is
24646 always taken from the environment, even if a suitable MAC is present
24647 in the EEPROM.
24648
24649 Signed-off-by: Stefano Babic <sbabic@denx.de>
24650
24651commit 4a8527ef086ec7c89f40674ef024ae6f988a614a
24652Author: Martin Krause <martin.krause@tqs.de>
24653Date: Tue Aug 21 12:40:34 2007 +0200
24654
24655 MPC5xxx: fix some compiler warnings in USB code
24656
24657 Fix the following warnings:
24658 - usb.c:xx: warning: function declaration isn't a prototype
24659 - usb_ohci.c:xxx: warning: passing argument 1 of '__fswab32' makes integer
24660 from pointer wihtout a cast
24661
24662 Signed-off-by: Martin Krause <martin.krase@tqs.de>
24663
24664commit 16e23c3f5dab6937f5109365416808c7f15c122b
24665Author: Ed Swarthout <Ed.Swarthout@freescale.com>
24666Date: Mon Aug 20 23:55:33 2007 -0500
24667
24668 fsl_pci_init - Remove self PCSRBAR allocation
24669
24670 CPU physical address space was being wasted by allocating a
24671 PCSRBAR PCI inbound region to it's memory space.
24672
24673 As a rule, PCSRBAR should be left alone since it does not affect
24674 transactions from self and other masters may have changed it.
24675
24676 Signed-off-by: Ed Swarthout <ed.swarthout@freescale.com>
24677
24678commit 0e700ce03a23bb1921149bc77008ace7103d5289
24679Author: Martin Krause <martin.krause@tqs.de>
24680Date: Mon Aug 20 13:56:47 2007 +0200
24681
24682 Fix compiler warning in include/s3c2410.h
24683
24684 This patch fixes the "type qualifiers ignored on fuction return tpye"
24685 warning for include/s3c2410.h
24686
24687 Signed-off-by: Martin Krause <martin.krause@tqs.de>
24688
24689commit 9bb8b209ed2058a5756ecbeb544c067e44a42aea
24690Author: Dirk Behme <dirk.behme@googlemail.com>
24691Date: Mon Aug 20 07:09:05 2007 +0200
24692
24693 Fix compilation error for omap2420h4_config.
24694
24695 omap2420h4 switched to cfi, so remove old (already disabled) flash.c
24696 and flash_probe() calls in env_flash.c.
24697
24698 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
24699
24700commit 3bb342fc85d79dbb6b8c2039e7cdcddc82b8d90f
24701Author: Kim Phillips <kim.phillips@freescale.com>
24702Date: Fri Aug 10 14:34:14 2007 -0500
24703
24704 fdt: remove unused OF_FLAT_TREE_MAX_SIZE references
24705
24706 and make some minor corrections to the FDT part of the README.
24707
24708 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24709
24710commit 6af2eeb1e99c2dcc584d4c5ab7fcae30a325f4de
24711Author: Wolfgang Denk <wd@denx.de>
24712Date: Wed Aug 29 01:32:05 2007 +0200
24713
24714 Minor coding style cleanup.
24715
24716 Signed-off-by: Wolfgang Denk <wd@denx.de>
24717
24718commit a861558c65f65f1cf1302f3a35e9db7686b9e1a3
24719Author: Heiko Schocher <hs@pollux.denx.de>
24720Date: Tue Aug 28 17:40:33 2007 +0200
24721
24722 [UC101] Fix: if no CF in the board, U-Boot resets sometimes.
24723
24724 Signed-off-by: Heiko Schocher <hs@denx.de>
24725
24726commit f98984cb194bb34dbe1db9429d3b51133af30d07
24727Author: Heiko Schocher <hs@pollux.denx.de>
24728Date: Tue Aug 28 17:39:14 2007 +0200
24729
24730 IDE: - make ide_inb () and ide_outb () "weak", so boards can
24731 define there own I/O functions.
24732 (Needed for the pcs440ep board).
24733 - The default I/O Functions are again 8 Bit accesses.
24734 - Added CONFIG_CMD_IDE for the pcs440ep Board.
24735
24736 Signed-off-by: Heiko Schocher <hs@denx.de>
24737
Wolfgang Denk63640012007-10-14 00:13:19 +020024738commit 2c05fd125744981e5f2828d24e66ccc20a77d25d
24739Author: Semih Hazar <semih.hazar@indefia.com>
24740Date: Mon Aug 20 19:00:01 2007 +0300
24741
24742 AVR32: Change prototype of memset
24743
24744 Signed-off-by: Semih Hazar <semih.hazar@indefia.com>
24745 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
24746
Wolfgang Denka89cbbd2007-09-07 01:21:25 +020024747commit 9c02defc29b57945b600714cf61ddfd02b02fb14
24748Author: Yuri Tikhonov <yur@emcraft.com>
24749Date: Sat Aug 25 05:07:16 2007 +0200
24750
24751 POST: limit memory test area to not touch global data anymore
24752
24753 As experienced on lwmon5, on some boards the POST memory test can
24754 corrupt the global data buffer (bd). This patch fixes this issue
24755 by checking and limiting this area.
24756
24757 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
24758 Signed-off-by: Stefan Roese <sr@denx.de>
24759
24760commit 75e1a84d483e36be10e206e539b028c4889e1158
24761Author: Stefan Roese <sr@denx.de>
24762Date: Fri Aug 24 15:41:42 2007 +0200
24763
24764 ppc4xx: Add RTC POST test to lwmon5 board configuration
24765
24766 Since this RTC POST test is taking quite a while to complete
24767 it's only initiated upon special keypress same as the complete
24768 memory POST.
24769
24770 Signed-off-by: Stefan Roese <sr@denx.de>
24771
24772commit d7bfa620037a6d2210159387571bdf93aa32c162
24773Author: Stefan Roese <sr@denx.de>
24774Date: Fri Aug 24 15:19:10 2007 +0200
24775
24776 ppc4xx: Change GPIO signal for watchdog triggering on lwmon5
24777
24778 Signed-off-by: Stefan Roese <sr@denx.de>
24779
24780commit c25dd8fc25e9ca3695db996a257d9ba4dab414db
24781Author: Stefan Roese <sr@denx.de>
24782Date: Thu Aug 23 11:02:37 2007 +0200
24783
24784 ppc4xx: Add support for 2nd I2C EEPROM on lwmon5 board
24785
24786 This patch adds support for the 2nd EEPROM (AT24C128) on the lwmon5
24787 board. Now the "eeprom" command can be used to read/write from/to this
24788 device. Additionally a new command was added "eepromwp" to en-/disable
24789 the write-protect of this 2nd EEPROM.
24790
24791 The 1st EEPROM is not affected by this write-protect command.
24792
24793 Signed-off-by: Stefan Roese <sr@denx.de>
24794
24795commit c64fb30e4c5976007d56fc1789c7a0666082b536
24796Author: Stefan Roese <sr@denx.de>
24797Date: Wed Aug 22 08:56:09 2007 +0200
24798
24799 ppc4xx: Remove unused option CFG_INIT_RAM_OCM
24800
24801 Signed-off-by: Stefan Roese <sr@denx.de>
24802
24803commit 3ad63878737a5a2b1e60825bf0a7d601d7a695e7
24804Author: Stefan Roese <sr@denx.de>
24805Date: Tue Aug 21 16:27:57 2007 +0200
24806
24807 ppc4xx: Add matrix kbd support to lwmon5 board (440EPx based)
24808
24809 This patch adds support for the matrix keyboard on the lwmon5 board.
24810 Since the implementation in the dsPCI is kind of compatible with the
24811 "old" lwmon board, most of the code is copied from the lwmon
24812 board directory.
24813
24814 Signed-off-by: Stefan Roese <sr@denx.de>
24815
24816commit 3e66c078003607a7d1d214c15a5f262bc1b4032f
24817Author: Wolfgang Denk <wd@denx.de>
24818Date: Sun Aug 19 10:27:34 2007 +0200
24819
24820 Fix some build errors.
24821
24822 Signed-off-by: Wolfgang Denk <wd@denx.de>
24823
24824commit 05675735ef77dc23b5e0eb782bad1ff477b55e86
24825Author: Wolfgang Denk <wd@denx.de>
24826Date: Sat Aug 18 22:00:38 2007 +0200
24827
24828 Update CHANGELOG.
24829
Wolfgang Denk05675732007-08-18 22:00:38 +020024830commit 79f240f7ecc0506b43ac50d1ea405ff6540d4d57
24831Author: Kim Phillips <kim.phillips@freescale.com>
24832Date: Thu Aug 16 22:52:39 2007 -0500
24833
24834 lib_ppc: make board_add_ram_info weak
24835
24836 platforms wishing to display RAM diagnostics in addition to size,
24837 can do so, on one line, in their own board_add_ram_info()
24838 implementation.
24839
24840 this consequently eliminates CONFIG_ADD_RAM_INFO.
24841
24842 Thanks to Stefan for the hint.
24843
24844 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24845
24846commit 815b5bd5b18569917c3e04b9757511e6ed23b9f6
24847Author: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24848Date: Fri Aug 17 12:43:44 2007 +0900
24849
24850 PCI_READ_VIA_DWORD_OP: Fix *val uninitialized bug
24851
24852 This patch has been sent on:
24853 - 6 Jun 2007
24854
24855 Many users of PCI config read routines tend to ignore the function
24856 ret value, and are only concerned about the contents of *val. Based
24857 on this, pci_hose_read_config_{byte,word}_via_dword should initialize
24858 the *val on dword read error.
24859
24860 Without this fix, for example, we'll go on scanning bus with vendor or
24861 header_type uninitialized. This brings many unnecessary config trials.
24862
24863 Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
24864
24865commit 26667b7fa05a8bf2fc65fb9f3230b02b1a10c367
24866Author: Stefan Roese <sr@denx.de>
24867Date: Sat Aug 18 14:37:52 2007 +0200
24868
24869 ColdFire: Fix some remaining problems with CFG_CMD_
24870
24871 Signed-off-by: Stefan Roese <sr@denx.de>
24872
24873commit 8280f6a1c43247616b68224675188e5ccd124650
24874Author: Stefan Roese <sr@denx.de>
24875Date: Sat Aug 18 14:33:02 2007 +0200
24876
24877 Coding style cleanup
24878
24879 Signed-off-by: Stefan Roese <sr@denx.de>
24880
24881commit 4a442d3186b31893b4f77c6e82f63c4517a5224b
24882Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24883Date: Thu Aug 16 19:23:50 2007 -0500
24884
24885 ColdFire: Add M5235EVB Platform for MCF523x
24886
24887 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24888
24889commit 4cc1cd5941827a04cf5c51a07fcc42e8945894aa
24890Author: Kim Phillips <kim.phillips@freescale.com>
24891Date: Fri Aug 17 09:30:00 2007 -0500
24892
24893 mpc83xx: fix typo in DDR2 programming
24894
24895 introduced in the implement board_add_ram_info patch as I was cleaning out the
24896 magic numbers. sorry.
24897
24898 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24899
24900commit e58fe95784d2514fc9c21028dc59f2b319a35d80
24901Author: Kim Phillips <kim.phillips@freescale.com>
24902Date: Thu Aug 16 22:53:09 2007 -0500
24903
24904 mpc83xx: move freescale boards to boards/freescale
24905
24906 includes build fixes.
24907
24908 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24909
24910commit 5aa4ad8d8e7e9468219990c7875d5fdc9e962f47
24911Author: Kim Phillips <kim.phillips@freescale.com>
24912Date: Thu Aug 16 22:52:59 2007 -0500
24913
24914 mpc83xx: suppress unused variable 'val8' warning
24915
24916 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24917
24918commit bbea46f76f767b919070b4829bf34c86bd223248
24919Author: Kim Phillips <kim.phillips@freescale.com>
24920Date: Thu Aug 16 22:52:48 2007 -0500
24921
24922 mpc83xx: implement board_add_ram_info
24923
24924 add board_add_ram_info, to make memory diagnostic output more
24925 consistent. u-boot banner output now looks like:
24926
24927 DRAM: 256 MB (DDR1, 64-bit, ECC on)
24928
24929 and for boards with SDRAM on the local bus, a line such as this is
24930 added:
24931
24932 SDRAM: 64 MB (local bus)
24933
24934 also replaced some magic numbers with their equivalent define names.
24935
24936 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
24937
24938commit 14778585d1389d86d5846efec29e5fce892680ce
24939Author: Tony Li <tony.li@freescale.com>
24940Date: Fri Aug 17 10:35:59 2007 +0800
24941
24942 mpc83xx: Split PIB init code from pci.c and add Qoc3 ATM card support
24943
24944 The patch split the PIB init code from pci.c to a single file board/freescale/common/pq-mds-pib.c
24945 And add Qoc3 ATM card support for MPC8360EMDS and MPC832XEMDS board.
24946
24947 Signed-off-by Tony Li <tony.li@freescale.com>
24948
24949commit 8ae158cd87a4a25722b27835261b6ff0fa2aa6a7
24950Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24951Date: Thu Aug 16 15:05:11 2007 -0500
24952
24953 ColdFire: Add M54455EVB for MCF5445x
24954
24955 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24956
24957commit a1436a842654a8d3927d082a8ae9ee0a10da62d7
24958Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24959Date: Thu Aug 16 13:20:50 2007 -0500
24960
24961 ColdFire: Add M5253EVBE platform for MCF52x2
24962
24963 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24964
24965commit a605aacd8324094199402816cc6d9124aba57b8d
24966Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24967Date: Thu Aug 16 05:04:31 2007 -0500
24968
24969 ColdFire: Add M5249EVB platform for MCF52x2
24970
24971 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24972
24973commit f28e1bd9daa6de5eb33ae4822bda6b008ccb4e9e
24974Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24975Date: Wed Aug 15 20:32:06 2007 -0500
24976
24977 ColdFire: Update Freescale MCF52x2 platforms
24978
24979 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24980
24981commit 870470dbf6f4bb9864e0d97aeedbc17c167c6d1c
24982Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24983Date: Wed Aug 15 19:55:10 2007 -0500
24984
24985 ColdFire: Update EB+MCF-EV123 platform
24986
24987 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24988
24989commit aa93d859d9b1fcd8eea52d51b06e86c38f72111b
24990Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24991Date: Wed Aug 15 19:46:38 2007 -0500
24992
24993 ColdFire: update TASREG platform for MCF52x2
24994
24995 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24996
24997commit a9505510bf56a9b5558248dd8b73ec9d9a1556a2
24998Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
24999Date: Wed Aug 15 19:45:51 2007 -0500
25000
25001 ColdFire: update r5200 platform for MCF52x2
25002
25003 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25004
25005commit 6cfd3c7bc813fb317ab7c0781f0d1874b1c0877c
25006Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25007Date: Wed Aug 15 19:43:20 2007 -0500
25008
25009 ColdFire: idmr platform MCF52x2 update
25010
25011 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25012
25013commit 6706424d0bb851fb52af00cd1c3301e91ee7f2b0
25014Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25015Date: Wed Aug 15 19:41:06 2007 -0500
25016
25017 ColdFire: cobra5272 platform for MCF52x2 update
25018
25019 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25020
25021commit 56115665b4a64c10c01440c57749b265e0908fa4
25022Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25023Date: Wed Aug 15 19:38:15 2007 -0500
25024
25025 ColdFire: MCF52x2 Header files update
25026
25027 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25028
25029commit 83ec20bc4380eebddfde45da6e3a69a92d4db21d
25030Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25031Date: Wed Aug 15 19:21:21 2007 -0500
25032
25033 ColdFire: MCF52x2 update
25034
25035 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25036
25037commit f52e78304dcc0ac459c0ea1fa5be275c7d1642cf
25038Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25039Date: Wed Aug 15 18:46:11 2007 -0500
25040
25041 ColdFire: MCF5329 update cache
25042
25043 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25044
25045commit 7171977fb8fd77cfb6676953fa9a05789c450513
25046Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25047Date: Wed Aug 15 15:40:20 2007 -0500
25048
25049 ColdFire: MCF5329 header file clean up
25050
25051 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25052
25053commit ab77bc547ba561c25ea34457ed17aa0b2f7c2723
25054Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25055Date: Wed Aug 15 15:39:17 2007 -0500
25056
25057 ColdFire: MCF5329 Update and cleanup
25058
25059 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
25060
25061commit 10327dc5541f947c0cf7e31fef86c4706169607a
25062Author: Andy Fleming <afleming@freescale.com>
25063Date: Thu Aug 16 16:35:02 2007 -0500
25064
25065 Add CONFIG_HAS_ETH0 to all boards with TSEC
25066
25067 The 85xx code now relies on CONFIG_HAS_ETH0 to determine whether
25068 to update TSEC1's device-tree node, so we need to add it
25069 to all the boards with TSECs. Do this for 83xx and 86xx, too,
25070 since they will eventually do something similar.
25071
25072 Signed-off-by: Andy Fleming <afleming@freescale.com>
25073
25074commit d64ee908a1b525e5bb2b4cbeb5c449ad6a469666
25075Author: Kumar Gala <galak@kernel.crashing.org>
25076Date: Thu Aug 16 15:05:04 2007 -0500
25077
25078 Update MPC8544 DS PCI memory map
25079
25080 The PCIe bus that the ULI M1575 is connected to has no possible way of
25081 needing more than the fixed amount of IO & Memory space needed by the ULI.
25082
25083 So make it use far less IO & memory space and have it use the shared LAW. This
25084 free's up a LAW for PCIe1 IO space. Also reduce the amount of IO space needed
25085 by each bus.
25086
25087 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25088
25089commit ea5877e31ed63ade948fd1293895ec23fe01472e
25090Author: Kumar Gala <galak@kernel.crashing.org>
25091Date: Thu Aug 16 11:01:21 2007 -0500
25092
25093 Fix up some fdt issues on 8544DS
25094
25095 It looks like we had a merge issue that duplicated a bit of code
25096 in ft_board_setup. Also, we need to set CONFIG_HAS_ETH0 to get
25097 the MAC address properly set in the device tree on boot for TSEC1
25098
25099 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25100
25101commit 07bc20560cb9d3d186cca268c05c82762e8c55ad
25102Author: Niklaus Giger <niklaus.giger@netstal.com>
25103Date: Thu Aug 16 15:16:03 2007 +0200
25104
25105 PPC4xx:HCU4/5 cleanup
25106
25107 Minor cleanups to confirm to the u-boot coding style.
25108 Some german expressions -> english.
25109 HCU5 enforces a unique IP adress for a given slot in the rack.
25110
25111 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25112
25113commit 1e6b07c64967c1eb2cd84faa4c32bf2a769bc8eb
25114Author: Niklaus Giger <niklaus.giger@netstal.com>
25115Date: Thu Aug 16 15:16:02 2007 +0200
25116
25117 PPC4xx:HCU4/5 cleanup ecc/sdram init
25118
25119 Make ecc initialisation robust, as DDR2-ECC errors may be generated
25120 while zeroing the RAM.
25121
25122 Return 16 bytes (a cacheline) less than the available memory, as the
25123 board and/or PPC440EPx might have problems accessing the last bytes.
25124
25125 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25126
25127commit d35b508a55508535b6e8445b718585d27df733d3
25128Author: Kim Phillips <kim.phillips@freescale.com>
25129Date: Wed Aug 15 22:29:56 2007 -0500
25130
25131 fdt: suppress unused variable 'bd' warning
25132
25133 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25134
25135commit 82bd9ee77490588d4da785d75829ca63d0176baf
25136Author: Andy Fleming <afleming@freescale.com>
25137Date: Wed Aug 15 20:06:50 2007 -0500
25138
25139 Fix warnings from of_data copy fix
25140
25141 Forgot to cast of_flat_tree to ulong.
25142
25143 Signed-off-by: Andy Fleming <afleming@freescale.com>
25144
25145commit 7613afda77d5eec0f47d303025b0c661b70e4c73
25146Author: Andy Fleming <afleming@freescale.com>
25147Date: Wed Aug 15 20:03:44 2007 -0500
25148
25149 Don't wait for disconnected TSECs
25150
25151 The TSEC driver's PHY code waits a long time for autonegotiation to
25152 complete, even if the link is down. The PHY knows the link is
25153 down or up before autonegotiation completes, so we can short-circuit
25154 the process if the link is down.
25155
25156 Signed-off-by: Andy Fleming <afleming@freescale.com>
25157
25158commit b96c83d4ae475a70ef2635cd0e748174c44c8601
25159Author: Andy Fleming <afleming@freescale.com>
25160Date: Wed Aug 15 20:03:34 2007 -0500
25161
25162 Fix numerous bugs in the 8568 UEC support
25163
25164 Actually, fixed a large bug in the UEC for *all* platforms.
25165 How did this ever work?
25166
25167 uec_init() did not follow the spec for eth_init(), and returned
25168 0 on success. Switch it to return the link like tsec_init()
25169 (and 0 on error)
25170
25171 The immap for the 8568 was defined based on MPC8568, rather than
25172 CONFIG_MPC8568
25173
25174 CONFIG_QE was off
25175
25176 CONFIG_ETHPRIME was set to "Freescale GETH". Now is "FSL UEC0"
25177
25178 Fixed a comment about the ranges for CONFIG_ETHPRIME if TSEC_ENET is
25179 enabled
25180
25181 Signed-off-by: Andy Fleming <afleming@freescale.com>
25182
25183commit 3a79013e2adda53332dfd0b511066a805e929a9d
25184Author: Andy Fleming <afleming@freescale.com>
25185Date: Wed Aug 15 20:03:25 2007 -0500
25186
25187 Define tsec flag values in config files
25188
25189 The tsec_info structure and array has a "flags" field for each
25190 ethernet controller. This field is the only reason there are
25191 settings. Switch to defining TSECn_FLAGS for each controller
25192 in the config header, and we can greatly simplify the array, and
25193 also simplify the addition of future boards.
25194
25195 Signed-off-by: Andy Fleming <afleming@freescale.com>
25196
25197commit ec7238229507e7f47533a611ea8c53319d234cf3
25198Author: Andy Fleming <afleming@freescale.com>
25199Date: Wed Aug 15 20:03:13 2007 -0500
25200
25201 Add support for building all boards with a TSEC
25202
25203 Changes to the TSEC driver affect almost all 83xx, 85xx, and 86xx boards.
25204 Now we can do a MAKEALL test on all of them!
25205
25206 Signed-off-by: Andy Fleming <afleming@freescale.com>
25207
25208commit 10aaf716cb0dc6614df54ef78bed5144afd23ef8
25209Author: Andy Fleming <afleming@freescale.com>
25210Date: Wed Aug 15 17:30:56 2007 -0500
25211
25212 Fix of_data copying for CONFIG_OF_FLAT_TREE-using boards
25213
25214 The fix, "Fix where the #ifdef CFG_BOOTMAPSZ is placed"
25215 neglected to *also* put the code inside the similar #ifdef
25216 for CONFIG_OF_FLAT_TREE.
25217
25218 Signed-off-by: Andy Fleming <afleming@freescale.com>
25219
25220commit 78f9fef7f406078c8bf7191e665a73f795157746
25221Author: Scott Wood <scottwood@freescale.com>
25222Date: Wed Aug 15 15:46:46 2007 -0500
25223
25224 mpc885ads: Don't define CONFIG_BZIP2.
25225
25226 bzip2 requires a significant chunk of malloc space, and there isn't
25227 enough room on mpc885ads (with only 8MB RAM) for both bzip2's malloc area
25228 and a downloaded image at 0x400000.
25229
25230 Signed-off-by: Scott Wood <scottwood@freescale.com>
25231
25232commit 002275a3ed8b114885f6702d6d544d0780dfe689
25233Author: Michal Simek <Monstr@seznam.cz>
25234Date: Thu Aug 16 08:54:10 2007 +0200
25235
25236 Bios emulator - fix microblaze toolchain problem
25237
25238 microblaze CPU have problem with bios_emulator code.
25239 Microblaze toolchain doesn't support PRAGMA PACK.
25240
25241 Signed-off-by: Michal Simek <monstr@monstr.eu>
25242
25243commit a5a38f4fd7e5366d706ff6a985f9b6715ddbc98b
25244Author: Wolfgang Denk <wd@denx.de>
25245Date: Thu Aug 16 11:51:04 2007 +0200
25246
25247 Minor Coding Style fix; Update CHANGELOG file.
25248
25249 Signed-off-by: Wolfgang Denk <wd@denx.de>
25250
25251commit 8fb6e80c06849e3013ac5c9350d8ed9e52967991
25252Author: Stefan Roese <sr@denx.de>
25253Date: Thu Aug 16 11:21:49 2007 +0200
25254
25255 ppc4xx: Remove #warning in esd auto_update.c
25256
25257 Signed-off-by: Stefan Roese <sr@denx.de>
25258
Wolfgang Denka5a38f42007-08-16 11:51:04 +020025259commit 2d78074d2e806edc380c1464eb9e5df335ece65e
25260Author: Stefan Roese <sr@denx.de>
25261Date: Fri Jun 22 17:32:28 2007 +0200
25262
25263 ppc7xx: Update CPCI750 board
25264
25265 This small CPCI750 update extends the board specific command
25266 "show_config" to display the Marvell strapping registers and
25267 extends the PCI IDE controller.
25268
25269 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
25270 Signed-off-by: Stefan Roese <sr@denx.de>
25271
Wolfgang Denk63640012007-10-14 00:13:19 +020025272commit 78cff50edba6b1508eb15c2f53ce966ac891eb9e
25273Author: Michal Simek <monstr@monstr.eu>
25274Date: Thu Aug 16 10:46:28 2007 +0200
25275
25276 [FIX] Changes for bios_emulator code for others architecture
25277
25278commit 6e0e2253f039344f8ebd2787285fdba90e6714e8
25279Author: Michal Simek <monstr@monstr.eu>
25280Date: Thu Aug 16 10:45:09 2007 +0200
25281
25282 [FIX] Remove unused include file
25283
Wolfgang Denk05675732007-08-18 22:00:38 +020025284commit 9de469bd960cc1870bb40d6672ed42726b8b50d7
25285Author: Stefan Roese <sr@denx.de>
25286Date: Thu Aug 16 10:18:33 2007 +0200
25287
25288 ppc4xx: Only enable POST FPU test on Sequoia and not Rainier
25289
25290 Signed-off-by: Stefan Roese <sr@denx.de>
25291
25292commit 6da0c5bd4a53e40eb4f7eb72a4c051ecabad783c
25293Author: Stefan Roese <sr@denx.de>
25294Date: Thu Aug 16 09:54:51 2007 +0200
25295
25296 Add missing rainier (PPC440GRx) target to MAKEALL and MAINTAINERs files
25297
25298 Signed-off-by: Stefan Roese <sr@denx.de>
25299
25300commit 02ba7022f62bb75908296c58c63866e1d294b69a
25301Author: Stefan Roese <sr@denx.de>
25302Date: Thu Aug 16 09:52:29 2007 +0200
25303
25304 ppc4xx: Update Sequoia/Rainier bootstrap command
25305
25306 As suggested by David Mitchell, here an update for the Sequoia/Rainier
25307 bootstrap command.
25308
25309 Signed-off-by: Stefan Roese <sr@denx.de>
25310
25311commit 35cc4e4823668e8745854899cfaedd4489beb0ef
25312Author: Kim Phillips <kim.phillips@freescale.com>
25313Date: Wed Aug 15 22:30:39 2007 -0500
25314
25315 mpc83xx: enable libfdt by default on freescale boards
25316
25317 this enables libfdt code by default for the
25318 freescale mpc8313erdb, mpc832xemds, mpc8349emds,
25319 mpc8349itx and gp boards.
25320
25321 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25322
25323commit 3fde9e8b22cfbd7af489214758f9839a206576cb
25324Author: Kim Phillips <kim.phillips@freescale.com>
25325Date: Wed Aug 15 22:30:33 2007 -0500
25326
25327 mpc83xx: migrate remaining freescale boards to libfdt
25328
25329 this adds libfdt support code for the freescale
25330 mpc8313erdb, mpc832xemds, mpc8349emds, mpc8349itx,
25331 and gp boards.
25332
25333 Boards remain compatible with OF_FLAT_TREE.
25334
25335 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25336
25337commit 6a16e0dfcc4119b46adb1dce2d6c8fb3c5d108e1
25338Author: Kim Phillips <kim.phillips@freescale.com>
25339Date: Wed Aug 15 22:30:26 2007 -0500
25340
25341 mpc83xx: move common /memory node update mechanism to cpu.c
25342
25343 also adds common prototypes to include/common.h.
25344
25345 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25346
25347commit 8f9e0e9f339aee4ce31a338d5f27356eb5457f85
25348Author: Kim Phillips <kim.phillips@freescale.com>
25349Date: Wed Aug 15 22:30:19 2007 -0500
25350
25351 mpc83xx: remaining 8360 libfdt fixes
25352
25353 PCI clocks and QE frequencies weren't being updated, and the core clock
25354 was being updated incorrectly. This patch also adds a /memory node if
25355 it doesn't already exist prior to update.
25356
25357 plus some cosmetic trimming to single line comments.
25358
25359 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25360
25361commit f4b2ac5ed9aaff9920d487bff8a59696c083a524
25362Author: Kim Phillips <kim.phillips@freescale.com>
25363Date: Wed Aug 15 22:30:12 2007 -0500
25364
25365 mpc83xx: fix UEC2->1 typo in libfdt setup code
25366
25367 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25368
25369commit 19fa1c35368484d4ed10ddce8a7793c21862e3a3
25370Author: Kim Phillips <kim.phillips@freescale.com>
25371Date: Wed Aug 15 22:30:05 2007 -0500
25372
25373 mpc83xx: add MAINTAINER and MAKEALL entries for the mpc8323erdb
25374
25375 and reorder the existing 83xx maintainers alpha.
25376
25377 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
25378
Wolfgang Denk63640012007-10-14 00:13:19 +020025379commit 5b4de9309d7a03aa1db2e5391ab696363391f460
25380Author: Michal Simek <monstr@monstr.eu>
25381Date: Wed Aug 15 21:15:05 2007 +0200
25382
25383 [FIX] Resolve problem with warnings
25384 microblaze toolchain don't support PRAGMA PACK.
25385
25386commit d1ed28cf36ab6b1d4c479809de7252bf53d2f2d4
25387Author: Michal Simek <monstr@monstr.eu>
25388Date: Wed Aug 15 21:05:07 2007 +0200
25389
25390 [FIX] Correction command setting for Microblaze boards
25391
25392commit 7aa63d8cd30ab20ac2fd1ab86e60471de8b1f1e5
25393Author: Michal Simek <monstr@monstr.eu>
25394Date: Wed Aug 15 21:03:41 2007 +0200
25395
25396 [FIX] Correction command definition
25397
Wolfgang Denka5a38f42007-08-16 11:51:04 +020025398commit 30b52df9e906bf0e465916c2c6bb5192b438e0b8
25399Author: Jon Loeliger <jdl@freescale.com>
25400Date: Wed Aug 15 11:55:35 2007 -0500
25401
25402 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
25403
25404 Remove a leftover in net/tftp.c while we're at it.
25405
25406 Signed-off-by: Jon Loeliger <jdl@freescale.com>
25407
25408commit 4ce917742b1e48faa9bf9a9757545e56fb4cfe44
25409Author: Jon Loeliger <jdl@freescale.com>
25410Date: Wed Aug 15 12:20:40 2007 -0500
25411
25412 Move the MPC8641HPCN board under board/freescale.
25413
25414 Minor path corrections needed to ensure buildability.
25415
25416 Signed-off-by: Jon Loeliger <jdl@freescale.com>
25417
25418commit 8662577fe36fdb6a44b55b998d9daac6392a736a
25419Author: Jon Loeliger <jdl@freescale.com>
25420Date: Wed Aug 15 11:46:22 2007 -0500
25421
25422 86xx: Fix lingering CFG_CMD_* references in sbc8641d.h
25423
25424 Remove a leftover in net/tftp.c while we're at it.
25425
25426 Signed-off-by: Jon Loeliger <jdl@freescale.com>
25427
25428commit 210f463c71917b7a4495c2103c228b9c179ae64d
25429Author: Jerry Van Baren <gvb.uboot@gmail.com>
25430Date: Wed Aug 15 11:13:15 2007 -0400
25431
25432 Fix where the #ifdef CFG_BOOTMAPSZ is placed.
25433
25434 Commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924 "Fix initrd/dtb
25435 interaction" put the new code outside of the #if defined(CONFIG_OF_LIBFDT)
25436 when it should have gone inside of the conditional. As a result, it
25437 broke non-LIBFDT board builds.
25438
25439 Also added a missing "not." to the comment.
25440
25441 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
25442
Wolfgang Denk05675732007-08-18 22:00:38 +020025443commit 0e19209767194a97cec6d93dba9e64d1da8d548e
25444Author: Niklaus Giger <niklaus.giger@netstal.com>
25445Date: Wed Aug 15 12:14:23 2007 +0200
25446
25447 PPC4xx:HCU4/5-Board fix compile warning
25448
25449 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
25450
Wolfgang Denka5a38f42007-08-16 11:51:04 +020025451commit 594e79838ce5078a90d0c27abb2b2d61d5f8e8a7
25452Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25453Date: Tue Aug 14 14:06:45 2007 -0500
25454
25455 Fix malloc size error in ahci_init_one.
25456
25457 Typically this causes scsi init to corrupt the
25458 devlist and break the coninfo command.
25459 Fix a compiler size warning.
25460
25461 Signed-off-by: Jason Jin <jason.jin@freescale.com>
25462 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25463 Acked-by: Andy Fleming <afleming@freescale.com>
25464
25465commit b361acd64fd2525c081b9b288b0804efe209c0e9
25466Author: ksi@koi8.net <ksi@koi8.net>
25467Date: Tue Aug 14 10:02:16 2007 -0700
25468
25469 TI DaVinci - fix unsupported %hhx format
25470
25471 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
25472
25473commit f01dbb5424a81453c81190dd30e945891466f621
25474Author: Wolfgang Denk <wd@denx.de>
25475Date: Tue Aug 14 18:42:36 2007 +0200
25476
25477 Coding style cleanup. Update CHANGELOG.
25478
25479 Signed-off-by: Wolfgang Denk <wd@denx.de>
25480
Wolfgang Denkf01dbb52007-08-14 18:42:36 +020025481commit 073e1b509980cefe6f53c2d7fbbcd135df1e3924
25482Author: Andy Fleming <afleming@freescale.com>
25483Date: Tue Aug 14 10:32:59 2007 -0500
25484
25485 Fix initrd/dtb interaction
25486
25487 The original code would wrongly relocate the blob to be right before
25488 the initrd if it existed. The blob *must* be within CFG_BOOTMAPSZ,
25489 if it is defined. So we make two changes:
25490
25491 1) flag the blob for relocation whenever its address is above BOOTMAPSZ
25492
25493 2) If the blob is being relocated, relocate it before kbd, not initrd
25494
25495 Signed-off-by: Andy Fleming <afleming@freescale.com>
25496
25497commit e54b970173769307a116bd34028b6d0c2eea2a4e
25498Author: Peter Pearse <peter.pearse@arm.com>
25499Date: Tue Aug 14 15:40:00 2007 +0100
25500
25501 Supply spi interface in at45.c
25502
Wolfgang Denka5a38f42007-08-16 11:51:04 +020025503commit 4ce846ec59f36b85d6644a769690ad3feb667575
25504Author: Stefan Roese <sr@denx.de>
25505Date: Tue Aug 14 15:12:01 2007 +0200
25506
25507 POST: Fix merge problem
25508
25509 Signed-off-by: Stefan Roese <sr@denx.de>
25510
25511commit 429d9571f60631ae8a2fe12b11be4c75b0c2b37c
25512Author: Stefan Roese <sr@denx.de>
25513Date: Tue Aug 14 15:03:17 2007 +0200
25514
25515 Coding style cleanup
25516
25517 Signed-off-by: Stefan Roese <sr@denx.de>
25518
25519commit 779e975117a75e91fcebe226a63104dbfb924ab1
25520Author: Stefan Roese <sr@denx.de>
25521Date: Tue Aug 14 14:44:41 2007 +0200
25522
25523 ppc4xx: Add initial Zeus (PPC405EP) board support
25524
25525 Signed-off-by: Stefan Roese <sr@denx.de>
25526
25527commit c5a172a5fd636c12467429e3f7910e53773979c6
25528Author: Stefan Roese <sr@denx.de>
25529Date: Tue Aug 14 14:41:55 2007 +0200
25530
25531 POST: Add option for external ethernet loopback test
25532
25533 When CFG_POST_ETHER_EXT_LOOPBACK is defined, the ethernet POST
25534 is not done using an internal loopback connection, but by assuming
25535 that an external loopback connector is plugged into the board.
25536
25537 Signed-off-by: Stefan Roese <sr@denx.de>
25538
25539commit eb2b4010ae426245172988804ee8d9193fb41038
25540Author: Stefan Roese <sr@denx.de>
25541Date: Tue Aug 14 14:39:44 2007 +0200
25542
25543 POST: Add ppc405 support to cache and UART POST
25544
25545 Signed-off-by: Stefan Roese <sr@denx.de>
25546
Wolfgang Denkf01dbb52007-08-14 18:42:36 +020025547commit 0c42f36f15074bd9808a7dbd7ef611fad9bf537c
25548Author: Peter Pearse <peter.pearse@arm.com>
25549Date: Tue Aug 14 10:46:32 2007 +0100
25550
25551 Replace lost end of at45.c.
25552
25553commit 65d7ada64557e76094b4fd3bad30a0f18f5fb2b2
25554Author: Peter Pearse <peter.pearse@arm.com>
25555Date: Tue Aug 14 10:30:06 2007 +0100
25556
25557 Update Makefiles for merged and split at45.c.
25558
25559commit 3454cece2db57cb9eb7087995f7e73066a163f71
25560Author: Peter Pearse <peter.pearse@arm.com>
25561Date: Tue Aug 14 10:21:06 2007 +0100
25562
25563 Delete the merged files.
25564
25565commit dcbfd2e5649f97aa04fbbc6ea2b008aa4486e225
25566Author: Peter Pearse <peter.pearse@arm.com>
25567Date: Tue Aug 14 10:14:05 2007 +0100
25568
25569 Add the files.
25570
25571commit d4fc6012fd0a5c211b825691f44b06f8032c0551
25572Author: Peter Pearse <peter.pearse@arm.com>
25573Date: Tue Aug 14 10:10:52 2007 +0100
25574
25575 Add MACH_TYPE records for several AT91 boards.
25576 Merge to two at45.c files into a common file, split to at45.c and spi.c
25577 Fix spelling error in DM9161 PHY Support.
25578 Initialize at91rm9200 board (and set LED).
25579 Add PIO control for at91rm9200dk LEDs and Mux.
25580 Change dataflash partition boundaries to be compatible with Linux 2.6.
25581
25582 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
25583 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
25584
25585commit 4ef35e53c693556c54b0c22d6f873de87bade253
25586Author: Wolfgang Denk <wd@denx.de>
25587Date: Tue Aug 14 09:54:46 2007 +0200
25588
25589 Coding style cleanup, update CHANGELOG
25590
25591 Signed-off-by: Wolfgang Denk <wd@denx.de>
25592
Wolfgang Denk4ef35e52007-08-14 09:54:46 +020025593commit 85eb5caf6b906f7ec5b54814e8c7c74f55986bb7
25594Author: Wolfgang Denk <wd@denx.de>
25595Date: Tue Aug 14 09:47:27 2007 +0200
25596
25597 Coding style cleanup; rebuild CHANGELOG
25598
25599commit 7f3f2bd2dc08e0b05e185662ca2e2d283757104a
25600Author: Randy Vinson <rvinson@linuxbox.(none)>
25601Date: Tue Feb 27 19:42:22 2007 -0700
25602
25603 85xxCDS: Add make targets for legacy systems.
25604
25605 The PCI ID select values on the Arcadia main board differ depending
25606 on the version of the hardware. The standard configuration supports
25607 Rev 3.1. The legacy target supports Rev 2.x.
25608
25609 Signed-off-by Randy Vinson <rvinson@mvista.com>
25610
25611commit e41094c7e38177c755fbd9b182018069614f080d
25612Author: Andy Fleming <afleming@freescale.com>
25613Date: Tue Aug 14 01:50:09 2007 -0500
25614
25615 85xxCDS: Enable the VIA PCI-to-ISA bridge.
25616
25617 Author: Randy Vinson <rvinson@linuxbox.(none)>
25618
25619 Enable the PCI-to-ISA bridge in the VIA Southbridge located on the
25620 Arcadia main board.
25621
25622 Signed-off-by: Randy Vinson <rvinson@mvista.com>
25623 Signed-off-by: York Sun <yorksun@freescale.com>
25624
25625commit da9d4610d76e52c4d20a8f3d8433439a7fcf5b71
25626Author: Andy Fleming <afleming@freescale.com>
25627Date: Tue Aug 14 00:14:25 2007 -0500
25628
25629 Add support for UEC to 8568
25630
25631 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25632 Signed-off-by: Andy Fleming <afleming@freescale.com>
25633
25634commit c59e4091ffe0148398b9e9ff14a019ea038b7432
25635Author: Haiying Wang <Haiying.Wang@freescale.com>
25636Date: Tue Jun 19 14:18:34 2007 -0400
25637
25638 Add PCI support for MPC8568MDS board
25639
25640 This patch is against u-boot-mpc85xx.git of www.denx.com
25641
25642 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25643 Signed-off-by: Ebony Zhu <ebony.zhu@freescale.com>
25644
25645commit d111d6382c99fdea08c2312eeeae8786945e189a
25646Author: Haiying Wang <Haiying.Wang@freescale.com>
25647Date: Tue Jun 19 14:18:32 2007 -0400
25648
25649 Empirically set cpo and clk_adjust for mpc85xx DDR2 support
25650
25651 This patch is against u-boot-mpc85xx.git of www.denx.com
25652
25653 Setting cpo to 0x9 for frequencies higher than 333MHz is verified on
25654 both MPC8548CDS board and MPC8568MDS board, especially for supporting
25655 533MHz DDR2.
25656
25657 Setting clk_adjust to 0x6(3/4 late cycle) for MPC8568MDS board is for
25658 DDR2 on all current board versions especially ver 1.92 or later to bring
25659 up.
25660
25661 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
25662
25663commit 3db0bef59eab1155801618cef5c481e97553b597
25664Author: Kumar Gala <galak@kernel.crashing.org>
25665Date: Tue Aug 7 18:07:27 2007 -0500
25666
25667 Use an absolute address when jumping out of 4k boot page
25668
25669 On e500 when we leave the 4k boot page we should use an absolute address since
25670 we don't know where the board code may want us to be really running at.
25671
25672 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
25673
25674commit 39980c610c9a4c381907c9e1d1b9c0e1c0dca57a
25675Author: Andy Fleming <afleming@freescale.com>
25676Date: Mon Aug 13 14:49:59 2007 -0500
25677
25678 MPC85xx BA bits not set for 3-bit bank address DIMM
25679
25680 The current implementation does not set the number of bank address bits
25681 (BA) in the processor. The default assumes 2 logical bank bits. This
25682 works fine for a DIMM that uses devices with 4 internal banks (SPD
25683 byte17 = 0x4) but needs to be set appropriately for a DIMM that uses
25684 devices with 8 internal banks (SPD byte17 = 0x8).
25685
25686 Signed-off-by: Greg Davis <DavisG@embeddedplanet.com>
25687
25688commit 6c543597bb4b1ecf5d8589f7abb0f39929fb7fd1
25689Author: Andy Fleming <afleming@freescale.com>
25690Date: Mon Aug 13 14:38:06 2007 -0500
25691
25692 Fix minor 85xx warnings
25693
25694 Some patches had inserted warnings into the build:
25695 * mpc8560ads declared data without using it
25696 * cpu_init declared ecm and immap without using it in all CONFIGs
25697 * MPC8548CDS.h had its default filenames changed so that they contained
25698 "\m" in the paths. Made the defaults not Windows-specific (or
25699 anything-specific)
25700
25701 Signed-off-by: Andy Fleming <afleming@freescale.com>
25702
25703commit f2cff6b104f82b993bef6086ce0c97159bbe1add
25704Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25705Date: Fri Jul 27 01:50:52 2007 -0500
25706
25707 8548cds PCIE support.
25708
25709 Make the early L1 cache stack region guarded to prevent speculative
25710 fetches outside the locked range.
25711
25712 Use _PHYS defines, not _MEM for cpu-side PCI memory mapped regions.
25713 init.S whitespace cleanup.
25714
25715 Allow TEXT_BASE value to be specified on command line. This allows it
25716 to be set to 0xfffc0000 which cuts the uboot binary in half.
25717
25718 Clear and enable lbc and ecm errors.
25719
25720 Update last_busno in device-tree for pci and pcie.
25721
25722 Remove load of obsolete cpu/mpc85xx/pci.0
25723
25724 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25725 Acked-by: Andy Fleming <afleming@freescale.com>
25726
25727commit 837f1ba05cfb248aba5ab8e1fb1bfeefa07d5962
25728Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25729Date: Fri Jul 27 01:50:51 2007 -0500
25730
25731 8544ds PCIE support
25732
25733 PCI1 LAW mapping should use CFG_PCI1_MEM_PHY and not _BASE address.
25734
25735 Enable LBC and ECM errors and clear error registers.
25736
25737 Add tftpflash env var to get uboot from tftp server and flash it.
25738
25739 Add pci/pcie convenience env vars to display register space:
25740 "run pcie3regs" to see all pcie3 ccsr registers
25741 "run pcie3cfg" to see all cfg registers
25742 Whitespace cleanup and MPC8544DS.h
25743
25744 Enable CONFIG_INTERRUPTS.
25745
25746 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25747 Acked-by: Andy Fleming <afleming@freescale.com>
25748
25749commit 61a21e980a7b9188424d04f1c265fdc5c21c7e85
25750Author: Andy Fleming <afleming@freescale.com>
25751Date: Tue Aug 14 01:34:21 2007 -0500
25752
25753 85xx start.S cleanup and exception support
25754
25755 From: Ed Swarthout <Ed.Swarthout@freescale.com>
25756
25757 Support external interrupts from platform to eliminate system hangs.
25758 Define CONFIG_INTERRUPTS board configure option to enable.
25759 Enable ecm, ddr, lbc, and pci/pcie error interrupts in PIC.
25760
25761 Remove extra cpu initialization redundant with hardware initialization.
25762 Whitespace cleanup.
25763
25764 Define and use _START_OFFSET consistent with other processors using
25765 ppc_asm.tmpl
25766
25767 Move additional code from .text to boot page to make room for
25768 exception vectors at start of image.
25769
25770 Handle Machine Check, External and Critical exceptions.
25771
25772 Fix e500 machine check error determination in traps.c
25773
25774 TEXT_BASE can now be 0xfffc_0000 - which cuts binary image in half.
25775
25776 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25777 Acked-by: Andy Fleming <afleming@freescale.com>
25778
25779commit 7bd30fc4a6475b41d6679ae3aafc9fa505260c47
25780Author: Andy Fleming <afleming@freescale.com>
25781Date: Tue Aug 14 01:33:18 2007 -0500
25782
25783 Add MPC8544DS README
25784
25785 Signed-off-by: Andy Fleming <afleming@freescale.com>
25786
25787commit 40c7f9b0de4e300370adfc704128fa0f79a143b6
25788Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25789Date: Fri Jul 27 01:50:48 2007 -0500
25790
25791 85xx allow debugger to configure ddr.
25792
25793 Only check for mpc8548 rev 1 when compiled for 8548.
25794
25795 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25796 Acked-by: Andy Fleming <afleming@freescale.com>
25797
25798commit 29372ff38c5baab7d0e3a8c14fe11fa194a38704
25799Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25800Date: Fri Jul 27 01:50:47 2007 -0500
25801
25802 mpc85xx L2 cache reporting and SRAM relocation option.
25803
25804 Allow debugger to override flash cs0/cs1 settings to enable alternate
25805 boot regions
25806
25807 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25808 Acked-by: Andy Fleming <afleming@freescale.com>
25809
25810commit 41f0f8fb1ab92f0cba7d329de90070f822f8299f
25811Author: Ed Swarthout <Ed.Swarthout@freescale.com>
25812Date: Fri Jul 27 01:50:46 2007 -0500
25813
25814 e500 needs ppc_asm.tmp MCK_EXCEPTION
25815
25816 Always define MCK_EXCEPTION macro - so e500 can use it too.
25817
25818 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
25819 Acked-by: Andy Fleming <afleming@freescale.com>
25820
Wolfgang Denk85eb5ca2007-08-14 09:47:27 +020025821commit 53a5c424bf8655b7b4e2c305a441963259a26a81
25822Author: David Updegraff <dave@cray.com>
25823Date: Mon Jun 11 10:41:07 2007 -0500
25824
25825 multicast tftp: RFC2090
25826
25827 Implemented IETF RFC2090, Multicast TFTP. Initial implementation
25828 on Realtek RTL8139 and Freescale TSEC.
25829
25830 Signed-off-by: David Updegraff <dave@cray.com>
25831 Signed-off-by: Ben Warren <bwarren@qstreams.com>
25832
25833commit 5d110f0aa69f065ee386ec1840dfee1e8cc46bc1
25834Author: Wilson Callan <wcallan@savantav.com>
25835Date: Sat Jul 28 10:56:13 2007 -0400
25836
25837 New CONFIG_BOOTP_SERVERIP option
25838
25839 Added CONFIG_BOOTP_SERVERIP to allow the tftp server to be different
25840 from the bootp server
25841
25842 Signed-off-by: Wilson Callan <wcallan@savantav.com>
25843 Signed-off-by: Ben Warren <bwarren@qstreams.com>
25844
25845commit 50cca8b976ec74069860208c36e64ce8f4d5e4c1
25846Author: Mike Rapoport <mike@compulab.co.il>
25847Date: Sun Aug 12 08:48:27 2007 +0300
25848
25849 Add ability to take MAC address from the environment to DM9000 driver
25850
25851 Signed-off-by: Mike Rapoport <mike@compulab.co.il>
25852 Signed-off-by: Ben Warren <bwarren@qstreams.com>
25853
25854commit be5d72d10d47609326226225181e301fb9a33b58
25855Author: Wolfgang Denk <wd@denx.de>
25856Date: Mon Aug 13 21:57:53 2007 +0200
25857
25858 Minor coding style cleanup. Update CHANGELOG.
25859
25860 Signed-off-by: Wolfgang Denk <wd@denx.de>
25861
25862commit cca34967cbd13ff6bd352be29e3f1cc88ab24c05
25863Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
25864Date: Sat Aug 11 06:54:58 2007 -0500
25865
25866 Modify SBC8641D to use new Freescale PCI routines
25867
25868 PCI-Express sockets 1 and 2 verified working with Intel Pro/1000 PT
25869 adapter.
25870
25871 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
25872 Signde-off-by: Jon Loeliger <jdl@freescale.com>
25873
Wolfgang Denkbe5d72d2007-08-13 21:57:53 +020025874commit a08458303e7f9db67f296980036d3292c35cb45c
25875Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25876Date: Fri Jun 29 18:38:51 2007 +0200
25877
25878 atmel_mci: Fix data timeout value
25879
25880 Calculate the data timeout based on values from the CSD instead of
25881 just using a hardcoded DTOR value. This is a backport of a similar fix
25882 in BSP 2.0, with one additional fix: the DTOCYC value is rounded up
25883 instead of down.
25884
25885 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25886
25887commit 0ba8eed28b575626b17e0a7882f923b83e0d7584
25888Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25889Date: Mon Aug 13 17:22:31 2007 +0200
25890
25891 AVR32: Include <div64.h> instead of <asm/div64.h>
25892
25893 include/asm-avr32/div64.h was recently moved to include/div64.h, but
25894 cpu/at32ap/interrupts.c wasn't properly updated (an earlier version of
25895 the patch was merged perhaps?)
25896
25897 This patch updates cpu/at32ap/interrupts.c so that the avr32 port
25898 compiles again.
25899
25900 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25901
25902commit f0d1246ed7cb5a88522244c596d7ae7e6f161283
25903Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
25904Date: Wed Jun 27 13:34:26 2007 +0200
25905
25906 atmel_mci: Use 512 byte blocksize if possible
25907
25908 Instead of always using the largest blocksize the card supports, check
25909 if it can support smaller block sizes and use 512 bytes if possible.
25910 Most cards do support this, and other parts of u-boot seem to have
25911 trouble with block sizes different from 512 bytes.
25912
25913 Also enable underrun/overrun protection.
25914
25915 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
25916 Acked-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
25917
Wolfgang Denka5a38f42007-08-16 11:51:04 +020025918commit 273db7e1bdd1937e32f1d4507321bb721ebd3118
25919Author: Stefan Roese <sr@denx.de>
25920Date: Mon Aug 13 09:05:33 2007 +0200
25921
25922 ppc4xx: Fix problem in PLL clock calculation
25923
25924 This patch was originall provided by David Mitchell <dmitchell@amcc.com>
25925 and fixes a bug in the PLL clock calculation.
25926
25927 Signed-off-by: Stefan Roese <sr@denx.de>
25928
Wolfgang Denkbe5d72d2007-08-13 21:57:53 +020025929commit 9986bc3e40e899bea372a99a2bca4071bdf2e24b
25930Author: Wolfgang Denk <wd@denx.de>
25931Date: Sun Aug 12 21:34:50 2007 +0200
25932
25933 Update CHANGELOG
25934
Wolfgang Denk9986bc32007-08-12 21:34:50 +020025935commit 77d19a8bf3b0b1e401cb9f23c81e2ef419705c1a
25936Author: Wolfgang Denk <wd@denx.de>
25937Date: Sun Aug 12 21:34:34 2007 +0200
25938
25939 Minor alignment of output, 2nd try.
25940 Also update CHANGELOG
25941
25942 Signed-off-by: Wolfgang Denk <wd@denx.de>
25943
25944commit 6b309f22a724fad8418e811751a0741b893419cf
25945Author: Wolfgang Denk <wd@denx.de>
25946Date: Sun Aug 12 20:35:49 2007 +0200
25947
25948 Minor alignment of output
25949
25950 Signed-off-by: Wolfgang Denk <wd@denx.de>
25951
25952commit 6f6d7b9c8559e241e8d232621542b8b59699b07b
25953Author: Wolfgang Denk <wd@denx.de>
25954Date: Sun Aug 12 18:28:18 2007 +0200
25955
25956 Cleanup output on ADS5121 board
25957
25958 Signed-off-by: Wolfgang Denk
25959
25960commit a4d2636f2a859245ed3a401f26189da2dfda4ceb
25961Author: Wolfgang Denk <wd@denx.de>
25962Date: Sun Aug 12 15:11:38 2007 +0200
25963
25964 Adapt board configuration and fix kernel crash on MCC200 board.
25965
25966 The update procedure was modified to turn off the USB subsystem
25967 before exit for MCC200 and TRAB. This is necessary as otherwise the
25968 USB controller continues to write periodically to system memory!
25969
25970 MCC200-specific notes:
25971 - the patch disables the magic key check for MCC200
25972 - the patch contains the configuration changes made
25973 for the new revision of the board.
25974
25975 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
25976 Signed-off-by: Wolfgang Denk <wd@denx.de>
25977
25978commit e27f3a6efb9db5a533223b05c629ff4ac8d921bf
25979Author: Wolfgang Denk <wd@denx.de>
25980Date: Sun Aug 12 14:47:54 2007 +0200
25981
25982 Adjust default configuration of ADS5121 board.
25983
25984 Signed-off-by: Wolfgang Denk <wd@denx.de>
25985
25986commit afaac86fe2948ac84cd9a12bbed883b3c683e7d9
25987Author: Wolfgang Denk <wd@denx.de>
25988Date: Sun Aug 12 14:27:39 2007 +0200
25989
25990 Clean up some remaining CFG_CMD_ -> CONFIG_CMD_ issues.
25991
25992 Signed-off-by: Wolfgang Denk <wd@denx.de>
25993
25994commit 5fe6be6208dda852c3564e384bd78d75784dea3e
25995Author: Gerald Van Baren <vanbaren@cideas.com>
25996Date: Tue Aug 7 21:14:22 2007 -0400
25997
25998 Improve error print messages.
25999
26000 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26001
26002commit 99dffca3b7590a16a00bc475c860b67b2a3f1462
26003Author: Kim Phillips <kim.phillips@freescale.com>
26004Date: Tue Jul 17 13:57:04 2007 -0500
26005
26006 fdt: allow for builds that don't want env and bd_t nodes
26007
26008 protect fdt_env and fdt_bd_t invocations, fix codingstyle while in the
26009 area.
26010
26011 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26012
26013commit 91148bf7aeba142d6f348805db7625db7da64d6f
26014Author: Kim Phillips <kim.phillips@freescale.com>
26015Date: Tue Jul 17 13:56:53 2007 -0500
26016
26017 fdt: do board setup based on fdt address specified on bootm line
26018
26019 The last fdt patch to bootm did board setup based on the address
26020 specified by a prior fdt address command invocation. The bootm
26021 code, as its call to fdt_chosen does, should use the fdt specified
26022 by the user on the bootm command. Note this restores full
26023 functionality for the 8360's existing default boot environment
26024 values, e.g. 'run nfsboot' (i.e. no having to 'fdt addr $fdtaddr'
26025 before booting a kernel).
26026
26027 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26028
26029commit e125a2ffc209dd34794e326c7175658253beadf3
26030Author: Gerald Van Baren <vanbaren@cideas.com>
26031Date: Tue Jul 10 20:40:39 2007 -0400
26032
26033 Call ft_board_setup() from the bootm command.
26034
26035 In the patch titled "Create new fdt boardsetup command..." I removed the
26036 call to ft_board_setup() from the routine fdt_chosen(), but I forgot
26037 to add a direct call back into cmd_bootm.c
26038
26039 This fixes the oversight by adding the direct call to the bootm command.
26040
26041 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26042
26043commit fd61e55dd8cb52ce3ff91b3917af26e24b6b0845
26044Author: Gerald Van Baren <vanbaren@cideas.com>
26045Date: Mon Jun 25 23:25:28 2007 -0400
26046
26047 Create new fdt boardsetup command, fix bug parsing [] form of set values.
26048
26049 Previously ft_board_setup() was called by fdt_chosen() which was not
26050 really correctly structured. This splits ft_board_setup() out by creating
26051 a new fdt boardsetup command.
26052
26053 Fix a bug when parsing fdt set command values which have the square
26054 bracket form [00 11 22 33] - the length was updated incorrectly in when
26055 parsing that form.
26056
26057 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26058
26059commit 6f35ded9e85493595e0eb66a82b502a95326d049
26060Author: Gerald Van Baren <vanbaren@cideas.com>
26061Date: Mon Jun 25 20:55:58 2007 -0400
26062
26063 Tighten up the error messages.
26064
26065 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26066
26067commit c45874b05aae897a6c29d1a97d4bb708fca2756c
26068Author: Gerald Van Baren <vanbaren@cideas.com>
26069Date: Mon Jun 25 19:52:23 2007 -0400
26070
26071 Asthetic improvements: error messages and line lengths.
26072
26073 Tighten up the error messages, split overlength lines.
26074
26075 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26076
26077commit 35ec398f16e17df600edc1b38c1e9e62c15c9aa1
26078Author: Gerald Van Baren <vanbaren@cideas.com>
26079Date: Fri May 25 22:08:57 2007 -0400
26080
26081 Fix fdt_chosen() to call ft_board_setup(), clean up long lines.
26082
26083 The fdt_chosen() function was adding/seting some properties ad-hoc
26084 improperly and duplicated (poorly) what was done in ft_board_setup()
26085
26086 Clean up long lines (setting properties, printing errors).
26087
26088 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26089
26090commit 06e19a07701c968f15d72c083b5872a1a11c7b01
26091Author: Gerald Van Baren <vanbaren@cideas.com>
26092Date: Mon May 21 23:27:16 2007 -0400
26093
26094 For fdt_find_node_by_path(), handle the root path properly.
26095
26096 Also removes the special case root path detection in cmd_fdt.c since it
26097 is no longer necessary.
26098
26099 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26100
26101commit 9675ee7208ab965d13ea8d8262d77ac4160ef549
26102Author: Gerald Van Baren <vanbaren@cideas.com>
26103Date: Thu May 17 23:54:36 2007 -0400
26104
26105 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT
26106
26107 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26108 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26109
26110commit 1a861169bc3758f9de3aead62b058736c6891246
26111Author: Gerald Van Baren <vanbaren@cideas.com>
26112Date: Wed Jun 6 22:47:58 2007 -0400
26113
26114 Replace fdt_node_offset() with fdt_find_node_by_path().
26115
26116 The new name matches more closely the kernel's name, which is also
26117 a much better description.
26118
26119 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26120 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26121
26122commit addd8ce83078c25f0eca5f23adbdfc64ca50a243
26123Author: Gerald Van Baren <vanbaren@cideas.com>
26124Date: Wed May 16 22:39:59 2007 -0400
26125
26126 Fix cmd_fdt line lengths, refactor code.
26127
26128 Break lines that were greater than 80 characters in length.
26129 Move the fdt print and property parsing code to separate static functions
26130 to reduce coding clutter in the fdt_cmd handling body.
26131
26132 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26133
26134commit 25114033ab21788810c48ba4df103b649da1223b
26135Author: Gerald Van Baren <vanbaren@cideas.com>
26136Date: Sat May 12 09:47:25 2007 -0400
26137
26138 FDT command improvements.
26139
26140 Fix "fdt set" so that it will create a non-existing property.
26141 Add "fdt mknode" to create nodes.
26142
26143 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26144
26145commit 38eb508e8e811e2e57628f445de3a24a23c7d804
26146Author: Gerald Van Baren <vanbaren@cideas.com>
26147Date: Sat May 12 09:45:46 2007 -0400
26148
26149 Reorganize and fix problems (returns) in the bootm command.
26150
26151 Do *NOT* return after the "point of no return" has been passed.
26152 If something goes wrong, the board must be reset after that point.
26153 Move the "Transferring control to Linux" debug message back to where it
26154 belongs: just before transferring control to linux.
26155
26156 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26157
26158commit 89c8757d8f213c47709bdc4efe0695263a6080a6
26159Author: Gerald Van Baren <vanbaren@cideas.com>
26160Date: Tue May 8 21:27:35 2007 -0400
26161
26162 Fix bugs in the CONFIG_OF_LIBFDT
26163
26164 Stupid coding mistakes (identified by Timur Tabi, thanks).
26165
26166 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26167
26168commit 6be07cc1ca458278c85ecdbf1a0536cff4c701ec
26169Author: Gerald Van Baren <vanbaren@cideas.com>
26170Date: Wed Apr 25 22:47:15 2007 -0400
26171
26172 Improve fdt move length handling.
26173
26174 Make the length parameter optional: if not specified, do the move using
26175 the current size unchanged.
26176
26177 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26178
26179commit bb930e76fea6cf89ca2d98e2f7c7a6043d79327d
26180Author: Gerald Van Baren <vanbaren@cideas.com>
26181Date: Wed Apr 25 22:23:36 2007 -0400
26182
26183 Minor code clean up.
26184
26185 Declare the variable fdt properly as extern.
26186 Call the "set_fn" function pointer the "short way" without the full
26187 dereferencing syntax.
26188
26189 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26190
26191commit ba24e2ac3bdb5c489f3c787e7542b6474c4d65c6
26192Author: Gerald Van Baren <vanbaren@cideas.com>
26193Date: Wed Apr 25 21:24:27 2007 -0400
26194
26195 Improve error messages, more informative.
26196
26197 Print more than the raw libfdt error message strings. This is especially
26198 useful for cluing in the user when the bootm command aborts due to
26199 blob problems.
26200
26201 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26202
26203commit 8096b3b8f772c1894ddeda9dbceff6a8826473a4
26204Author: Gerald Van Baren <vanbaren@cideas.com>
26205Date: Fri Apr 20 22:46:53 2007 -0400
26206
26207 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT
26208
26209 This is the way u-boot reduces configured-out code. At Wolfgang
26210 Grandegger and Wolfgang Denk's request, make libfdt conform.
26211
26212 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26213
26214commit 923efd286411ed052d9e074f59f8986d6081061c
26215Author: Bruce Adler <bruce.adler@ccpu.com>
26216Date: Fri Aug 10 14:54:47 2007 -0700
26217
26218 add image size and descriptors for Spartan 3E FPGA chips
26219
26220 Spartan 3E image sizes taken from Table 1-4 in Xilinx UG332 (v1.1)
26221
26222 Signed-off by: Bruce Adler <bruce.adler@ccpu.com>
26223
26224commit fb56579ffe7ef3275b7036bb7b924e5a0d32bd70
26225Author: Kim Phillips <kim.phillips@freescale.com>
26226Date: Fri Aug 10 15:34:48 2007 -0500
26227
26228 make MAKEALL more immune to merge conflicts
26229
26230 ..by placing board entries one per line, as suggested by jdl.
26231
26232 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26233
26234commit 2628114ec564f969f34b5f7105fbd168cb8c9c3f
26235Author: Kim Phillips <kim.phillips@freescale.com>
26236Date: Fri Aug 10 13:28:25 2007 -0500
26237
26238 README: Remove outdated cpu type, board type, and NAME_config lists
26239
26240 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26241
26242commit 49bb59912d21aacb507eb81fd21fb7af650c706c
26243Author: Dave Liu <r63238@freescale.com>
26244Date: Fri Aug 10 15:48:59 2007 +0800
26245
26246 mpc83xx: Suppress the warning 'burstlen'
26247
26248 suppress the warning 'burstlen' of spd_sdram.
26249
26250 Signed-off-by: Dave Liu <daveliu@freescale.com>
26251
Wolfgang Denk85eb5ca2007-08-14 09:47:27 +020026252commit c646bba6465a45c60746d4cc1602cd06c1960f2d
26253Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26254Date: Thu Aug 9 15:11:03 2007 -0500
26255
26256 Add support for SBC8641D. Config files.
26257
26258 Add support for Wind River's SBC8641D reference board.
26259
26260 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26261 Acked-by: Wolfgang Denk <wd@denx.de>
26262 Acked-by: Jon Loeliger <jdl@freescale.com>
26263
26264commit 8ac273271d57321f90505c7a51cdb1ef2113b628
26265Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26266Date: Thu Aug 9 15:10:53 2007 -0500
26267
26268 Add support for SBC8641D. Board files.
26269
26270 Add support for Wind River's SBC8641D reference board.
26271
26272 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26273 Acked-by: Wolfgang Denk <wd@denx.de>
26274 Acked-by: Jon Loeliger <jdl@freescale.com>
26275
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026276commit c2c0ab4aff86622b837a48a0e560351f9afafb95
26277Author: Stefan Roese <sr@denx.de>
26278Date: Fri Aug 10 20:34:58 2007 +0200
26279
26280 Conding style cleanup
26281
26282 Signed-off-by: Stefan Roese <sr@denx.de>
26283
26284commit c74b2108e31fe09bd1c5d291c3cf360510d4f13e
26285Author: Sergey Kubushyn <ksi@koi8.net>
26286Date: Fri Aug 10 20:26:18 2007 +0200
26287
26288 [ARM] TI DaVinci support, hopefully final
26289
26290 Add support for the following DaVinci boards:
26291 - DV_EVM
26292 - SCHMOOGIE
26293 - SONATA
26294
26295 Changes:
26296
26297 - Split into separate board directories
26298 - Removed changes to MTD_DEBUG (or whatever it's called)
26299 - New CONFIG_CMD party line followed
26300 - Some cosmetic fixes, cleanup etc.
26301 - Patches against the latest U-Boot tree as of now.
26302 - Fixed CONFIG_CMD_NET in net files.
26303 - Fixed CONFIG_CMD_EEPROM for schmoogie.
26304 - Made sure it compiles and works (forceenv() link problem) on SCHMOOGIE and
26305 DV_EVM. Can't check if it works on SONATA, don't have a board any more,
26306 but it at least compiles.
26307
26308 Here is an excerpt from session log on SCHMOOGIE...
26309
26310 U-Boot 1.2.0-g6c33c785-dirty (Aug 7 2007 - 13:07:17)
26311
26312 DRAM: 128 MB
26313 NAND: 128 MiB
26314 In: serial
26315 Out: serial
26316 Err: serial
26317 ARM Clock : 297MHz
26318 DDR Clock : 162MHz
26319 ETH PHY : DP83848 @ 0x01
26320 U-Boot > iprobe
26321 Valid chip addresses: 1B 38 3A 3D 3F 50 5D 6F
26322 U-Boot > ping 192.168.253.10
26323 host 192.168.253.10 is alive
26324 U-Boot >
26325
26326 Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
26327 Acked-by: Dirk Behme <dirk.behme@gmail.com>
26328 Acked-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
26329 Acked-by: Stefan Roese <sr@denx.de>
26330
Wolfgang Denk85eb5ca2007-08-14 09:47:27 +020026331commit 2e4d94f1e3c2961428967a33b6ff2520568391b3
26332Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26333Date: Fri Jul 27 01:50:45 2007 -0500
26334
26335 fsl_pci_init cleanup.
26336
26337 Do not enable normal errors created during probe (master abort, perr,
26338 and pcie Invalid Configuration access).
26339
26340 Add CONFIG_PCI_NOSCAN board option to prevent bus scan.
26341
26342 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26343 Acked-by: Andy Fleming <afleming@freescale.com>
26344
26345commit 936b3e69b667c3eb9a61ece4e78647d3fce9fc2a
26346Author: Ed Swarthout <Ed.Swarthout@freescale.com>
26347Date: Fri Jul 27 01:50:44 2007 -0500
26348
26349 pciauto_setup_device bars_num fix
26350
26351 Passing bars_num=0 to pciauto_setup_device should assign no bars.
26352
26353 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26354 Acked-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com>
26355 Acked-by: Andy Fleming <afleming@freescale.com>
26356
26357commit cf0b185e58ca0aec8ae2b2a8804ec0ef58ee21d4
26358Author: Jon Loeliger <jdl@freescale.com>
26359Date: Mon Aug 6 17:39:44 2007 -0500
26360
26361 8641hpcn: Do correct sized pointer math.
26362
26363 When I rebased Ed's patch and cleaned up a few compilation
26364 problems, I apparently rebased my brain on crack first.
26365 Fix that by doing (char *) sized pointer math as needed.
26366
26367 Signed-off-by: Jon Loeliger <jdl@freescale.com>
26368
26369commit cfc7a7f5bb3273c9951173c788001d45118f141f
26370Author: Jon Loeliger <jdl@freescale.com>
26371Date: Thu Aug 2 14:42:20 2007 -0500
26372
26373 cpu/86xx fixes.
26374
26375 Remove rev 1 fixes.
26376 Always set PICGCR_MODE.
26377 Enable machine check and provide board config option
26378 to set and handle SoC error interrupts.
26379
26380 Include MSSSR0 in error message.
26381
26382 Isolate a RAMBOOT bit of code with #ifdef CFG_RAMBOOT.
26383
26384 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
26385 Signed-off-by: Jon Loeliger <jdl@freescale.com>
26386
Wolfgang Denka5a38f42007-08-16 11:51:04 +020026387commit 35d22f957a85a22bb3cd1ad084fa5404620d1c42
26388Author: Stefan Roese <sr@denx.de>
26389Date: Fri Aug 10 10:42:25 2007 +0200
26390
26391 Coding style cleanup
26392
26393 Signed-off-by: Stefan Roese <sr@denx.de>
26394
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026395commit 3a6d56c20989fe27360afe743bd2a7ad4d76e48f
26396Author: Dirk Behme <dirk.behme@googlemail.com>
26397Date: Thu Aug 2 17:42:08 2007 +0200
26398
26399 Make use of generic 64bit division in nand_util.c
26400
26401 Use generic 64bit division in nand_util.c. This makes nand_util.c
26402 independent of any toolchain 64bit division.
26403
26404 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26405
26406commit f7c086e94e8ce9aad7268af97f73aa6884686f27
26407Author: Dirk Behme <dirk.behme@googlemail.com>
26408Date: Thu Aug 2 17:41:14 2007 +0200
26409
26410 Move 64bit division from avr32 to generic lib
26411
26412 Move the 64bit division from lib_avr32 to lib_generic. With this, all
26413 boards can do_div/__div64_32 if needed, not only avr one. Code is put
26414 to lib_generic, so no larger memory footprint if not used. No code
26415 modifications. Thanks for proposal by HÃ¥vard Skinnemoen.
26416
26417 Signed-off-by: Dirk Behme <dirk.behme@gmail.com>
26418
Wolfgang Denka5a38f42007-08-16 11:51:04 +020026419commit 157cda4d0c3d592ccbb19bbfc07d9251894f0894
26420Author: Niklaus Giger <niklausgiger@gmx.ch>
26421Date: Fri Jul 27 11:31:22 2007 +0200
26422
26423 Add PPC4xx-HCU4 and HCU5 boards: HCU5 files
26424
26425 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26426
26427commit 6e5de26c6e7580faf16e87745cd488b92b492d0c
26428Author: Niklaus Giger <niklausgiger@gmx.ch>
26429Date: Fri Jul 27 11:30:33 2007 +0200
26430
26431 Add PPC4xx-HCU4 and HCU5 boards: HCU4 files
26432
26433 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26434
26435commit e8397fc78c9394d71de233a4d810fbc9047e4c76
26436Author: Niklaus Giger <niklausgiger@gmx.ch>
26437Date: Fri Jul 27 11:38:26 2007 +0200
26438
26439 Add PPC4xx-HCU4 and HCU5 boards: common files
26440
26441 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26442
26443commit ac982ea5a4f2f993efcf52dca122f5a59df047d8
26444Author: Niklaus Giger <niklausgiger@gmx.ch>
26445Date: Fri Jul 27 11:28:44 2007 +0200
26446
26447 Add PPC4xx-HCU4 and HCU5 boards: make related
26448
26449 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26450
26451commit 137fdd9f474ecb853efdace5200576308c67f18d
26452Author: Niklaus Giger <niklausgiger@gmx.ch>
26453Date: Fri Jul 27 11:28:03 2007 +0200
26454
26455 Add PPC4xx-HCU4 and HCU5 boards: HCU5 config
26456
26457 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26458
26459commit 714bc55b35b6f6a65cc8740a3842a543e88cdef2
26460Author: Niklaus Giger <niklausgiger@gmx.ch>
26461Date: Fri Jul 27 11:27:15 2007 +0200
26462
26463 Add PPC4xx-HCU4 and HCU5 boards: HCU4 config
26464
26465 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26466
26467commit 1894dd381124bdbfbdae7cf3a6ca52a8eb1f4421
26468Author: Niklaus Giger <niklausgiger@gmx.ch>
26469Date: Fri Jul 27 11:25:31 2007 +0200
26470
26471 Add PPC4xx-HCU4 and HCU5 boards: READMEs
26472
26473 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26474
26475commit 641cca9569ce351ddb287fd3343d8b1dcb591db4
26476Author: Niklaus Giger <niklausgiger@gmx.ch>
26477Date: Fri Jul 27 11:37:40 2007 +0200
26478
26479 Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
26480
26481 This series of patches adds support for 2 boards from Netstal Maschinen.
26482
26483 The HCU4 has a PPC405Gpr and
26484 the HCU5 has a PPC440EPX.
26485
26486 The HCU4 has a somehow complicated flash setup, as the booteprom is
26487 only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more
26488 elegant solution.
26489
26490 The HCU5 has only a booteprom as the whole code will be downloaded from a
26491 different board which has HD, CD-ROM, etc and where all code is stored.
26492
26493 This is my third try. I incorporated all suggestions made by Wolfgang and Stefan.
26494 Thanks them a lot.
26495
26496 Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
26497
26498commit 3e4c90c6233618fc1806e63fde68df5f3d6a0171
26499Author: Stefan Roese <sr@denx.de>
26500Date: Fri Aug 10 08:42:55 2007 +0200
26501
26502 ppc4xx: Update lwmon5 POST configuration
26503
26504 Signed-off-by: Stefan Roese <sr@denx.de>
26505
26506commit 29cb25da56afe18cf5e7072a92a9d98ea8af1fd4
26507Author: Yuri Tikhonov <yur@emcraft.com>
26508Date: Fri Aug 10 08:25:22 2007 +0200
26509
26510 POST: Add ppc4xx UART POST support without external uart clock (lwmon5)
26511
26512 The patch adds support for UART POST on ppc44x-based boards with no
26513 external serial clocks installed.
26514
26515 Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
26516 Acked-by: Stefan Roese <sr@denx.de>
26517
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026518commit 99c2fdab91bc633e46fb41dbaa629f87ccf6e00f
26519Author: Kim Phillips <kim.phillips@freescale.com>
26520Date: Mon Aug 6 18:18:34 2007 -0500
26521
26522 mpc83xx: fix ITX[GP] O=builddir builds
26523
26524 make: *** No rule to make target `/work/wd/tmp/board/mpc8349itx/u-boot.lds', needed by `/work/wd/tmp/u-boot'. Stop.
26525
26526 Both the ITX and ITX-GP fail when you use "make O=<some dir> ..." or
26527 "BUILD_DIR=<some dir> ./MAKEALL ..."
26528
26529 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26530
26531commit 47e8bc846759e037b8af0e5f9c9f9cfa7a1050c3
26532Author: Dave Liu <r63238@freescale.com>
26533Date: Wed Aug 1 15:00:59 2007 +0800
26534
26535 mpc83xx: Correct the README for DDR ECC
26536
26537 Update the README for DDR ECC, change the name
26538 to README.mpc83xx.ddrecc.
26539
26540 Signed-off-by: Dave Liu <daveliu@freescale.com>
26541 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26542
26543commit daab8c67d2defef73dc26ab07f0c3afd1b05d019
26544Author: Dave Liu <r63238@freescale.com>
26545Date: Wed Aug 1 15:00:15 2007 +0800
26546
26547 mpc83xx: Consolidate the ECC support of 83xx
26548
26549 Remove the duplicated source code of ecc command on the <board>.c,
26550 for reused, move these code to cpu/mpc83xx directory.
26551
26552 Signed-off-by: Dave Liu <daveliu@freescale.com>
26553 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26554
26555commit 036575c544cf1b69654d8fb334bda69c6ff3da36
26556Author: Dave Liu <r63238@freescale.com>
26557Date: Sat Aug 4 13:37:39 2007 +0800
26558
26559 mpc83xx: Correct the burst length for DDR2 with 32 bits
26560
26561 The burst length should be 4 for DDR2 with 32 bits bus
26562
26563 Signed-off-by: Dave Liu <daveliu@freescale.com>
26564
26565commit 1c274c4e05b6dc9b24edc8aa618b02f607ee6eed
26566Author: Kim Phillips <kim.phillips@freescale.com>
26567Date: Wed Jul 25 19:25:33 2007 -0500
26568
26569 mpc83xx: add support for the MPC8323E RDB
26570
26571 MPC8323E based board with 64MB fixed SDRAM, 16MB flash,
26572 five 10/100 ethernet ports connected via an ICPlus IP175C
26573 switch, one PCI slot, and serial. Features not supported
26574 in this patch are SD card interface, 2 USB ports, and the
26575 two phone ports.
26576
26577 Signed-off-by: Michael Barkowski <michael.barkowski@freescale.com>
26578 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26579
26580commit 343d91009d55fc5b3ff8cc940597af6c6aa1d359
26581Author: Kim Phillips <kim.phillips@freescale.com>
26582Date: Wed Jul 25 19:25:28 2007 -0500
26583
26584 mpc83xx: fixup generic pci for libfdt
26585
26586 add libfdt support to the generic 83xx pci code
26587
26588 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26589
26590commit f57ac7a7b37109245b69db80839ebee26179966a
26591Author: Kim Phillips <kim.phillips@freescale.com>
26592Date: Wed Jul 25 19:25:22 2007 -0500
26593
26594 mpc83xx: fix 8360 and cpu functions to update fdt being passed
26595
26596 ..and not the global fdt. Rename local fdt vars to blob so as not to
26597 be confused with the global var with the same three-letter name.
26598
26599 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26600
26601commit 8be404459a6b7395415a57bb35e8377e3b2b5acb
26602Author: Jerry Van Baren <gvb.uboot@gmail.com>
26603Date: Wed Jul 4 21:34:24 2007 -0400
26604
26605 mpc83xx: Fix errors when CONFIG_OF_LIBFDT is enabled
26606
26607 Several node strings were not correct (trailing slashes and properties
26608 in the strings)
26609 Added setting of the timebase-frequency.
26610 Improved error messages and use debug() instead of printf().
26611
26612 Signed-off-by: Gerald Van Baren <vanbaren@cideas.com>
26613 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26614
26615commit 26d02c9bbac1751c5e19294f000100b48d43a920
26616Author: Jerry Van Baren <gvb.uboot@gmail.com>
26617Date: Wed Jul 4 21:27:30 2007 -0400
26618
26619 mpc83xx: Replace fdt_node_offset() with fdt_find_node_by_path().
26620
26621 The new name matches more closely the kernel's name, which is also
26622 a much better description.
26623
26624 These are the mpc83xx changes made necessary by the function name change.
26625
26626 Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
26627 Acked-by: Gerald Van Baren <vanbaren@cideas.com>
26628 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26629
26630commit 9be39a67c9f8fef7107f5df09d673005f04d0963
26631Author: Dave Liu <daveliu@freescale.com>
26632Date: Mon Jun 25 10:41:56 2007 +0800
26633
26634 mpc83xx: Add support for the display of reset status
26635
26636 83xx processor family has many reset sources, such as
26637 power on reset, software hard reset, software soft reset,
26638 JTAG, bus monitor, software watchdog, check stop reset,
26639 external hard reset, external software reset.
26640 sometimes, to figure out the fault of system, we need to
26641 know the cause of reset early before the prompt of
26642 u-boot present.
26643
26644 Signed-off-by: Dave Liu <daveliu@freescale.com>
26645 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26646
26647commit ff9658d7049bf8c8e8e0a05dbe5e9f7e91aa5a5d
26648Author: Dave Liu <daveliu@freescale.com>
26649Date: Mon Jun 25 10:41:04 2007 +0800
26650
26651 mpc83xx: Fix the align bug of SDMA buffer
26652
26653 According to the latest user manual, the SDMA temporary
26654 buffer base address must be 4KB aligned.
26655
26656 Signed-off-by: Dave Liu <daveliu@freescale.com>
26657 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26658
26659commit 66dc2c2dc51f8b88bb8e231bc80cd92eae1d6476
26660Author: Dave Liu <daveliu@freescale.com>
26661Date: Mon Jun 25 13:21:12 2007 +0800
26662
26663 mpc83xx: Revise the MPC8360EMDS readme doc
26664
26665 When the rev2.x silicon mount on the MPC8360EMDS baord,
26666 and if you are using the u-boot version after the commit
26667 3fc0bd159103b536e1c54c6f4457a09b3aba66ca.
26668 to make the ethernet interface usable, we have to setup
26669 the jumpers correctly.
26670
26671 Signed-off-by: Dave Liu <daveliu@freescale.com>
26672 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26673
26674commit e739bc95797aac4fefc4c75b55c7c78e59d3ea9c
26675Author: Timur Tabi <timur@freescale.com>
26676Date: Tue Jul 3 13:46:32 2007 -0500
26677
26678 FSL I2C driver programs the two I2C busses differently
26679
26680 The i2c_init() function in fsl_i2c.c programs the two I2C busses differently.
26681 The second I2C bus has its slave address programmed incorrectly and is
26682 missing a 5-us delay.
26683
26684 Signed-off-by: Timur Tabi <timur@freescale.com>
26685 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26686
26687commit df33f6b4d6d63693dd9200808b242de1b86cb8e8
26688Author: Timur Tabi <timur@freescale.com>
26689Date: Tue Jul 3 13:04:34 2007 -0500
26690
26691 Update SCCR programming in cpu_init_f() to support all 83xx processors
26692
26693 Update the cpu_init_f() function in cpu/mpc83xx/cpu_init.c to program the
26694 bitfields for all 83xx processors. The code to update some bitfields was
26695 compiled only on some processors. Now, the bitfields are programmed as long
26696 as the corresponding CFG_SCCR option is defined in the board header file.
26697 This means that the board header file should not define any CFG_SCCR macros
26698 for bitfields that don't exist on that processor, otherwise the SCCR will be
26699 programmed incorrectly.
26700
26701 Signed-off-by: Timur Tabi <timur@freescale.com>
26702 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26703
26704commit 9546266999f0b9b51372636614211b88d90f0f25
26705Author: Martin Krause <martin.krause@tqs.de>
26706Date: Fri Jun 22 13:04:22 2007 +0200
26707
26708 TQM834x: cleanup configuraton
26709
26710 Remove irritating #undef DEBUG
26711
26712 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26713 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26714
26715commit 5d497e6bf0f5bf63729b4a47b3fd786d3c77a1bc
26716Author: david.saada <David.Saada@ecitele.com>
26717Date: Mon Jun 18 09:09:53 2007 -0700
26718
26719 MPC83xx: Fix makefile to generate config.h file in the build directory
26720
26721 MPC83xx: Fix the Makefile config sections to generate the include/config.h
26722 file in the build directory instead of the source directory.
26723
26724 Signed-off-by: David Saada <david.saada@ecitele.com>
26725 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26726
26727commit 1ded0242e437259366792d52b7e9d1e1931d8fa5
26728Author: Lee Nipper <Lee.Nipper@freescale.com>
26729Date: Thu Jun 14 20:07:33 2007 -0500
26730
26731 mpc83xx: Add support for 8360 silicon revision 2.1
26732
26733 This change adds 8360 silicon revision 2.1 support to u-boot.
26734
26735 Signed-off-by: Lee Nipper <lee.nipper@freescale.com>
26736 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26737
26738commit a22806469a8f2b69c829f4fd5361fdebd0cb01b4
26739Author: Kumar Gala <galak@kernel.crashing.org>
26740Date: Wed Aug 8 04:14:28 2007 -0500
26741
26742 Treat ppc64 host as ppc
26743
26744 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
26745
26746commit 0dc4279b08ff82472bec2e2c90858602459febe8
26747Author: Jason Jin <Jason.jin@freescale.com>
26748Date: Wed Aug 8 09:01:46 2007 +0800
26749
26750 Minor fix for bios emulator makefile
26751
26752 Add $(obj) to LIB avoiding objects be built in the source dir
26753
26754 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26755
26756commit ce981dc857adfc8036ca2f6d5d5a06c2a8aa77d6
26757Author: Jason Jin <Jason.jin@freescale.com>
26758Date: Wed Aug 8 08:33:11 2007 +0800
26759
26760 Add CONFIG_BIOSEMU define to guard all the bios emulator code
26761
26762 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26763
26764 This patch fix the compile issue on the board that did not enable the bios emulator
26765
26766commit ed8106433522f2ea8933e9808346860d061d7731
26767Author: Zach Sadecki <Zach.Sadecki@ripcode.com>
26768Date: Tue Jul 31 12:27:25 2007 -0500
26769
26770 tsec: fix multiple PHY support
26771
26772 The change entitled "Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx"
26773 broke multiple PHY support in tsec.c. This fixes it.
26774
26775 Signed-off-by: Zach Sadecki <Zach.Sadecki@ripcode.com>
26776 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
26777
26778commit dcb84b7208ade0bbebbeb56bec9c2c64f8b2eede
26779Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
26780Date: Thu Aug 9 09:08:18 2007 -0500
26781
26782 tsec: Allow Ten Bit Interface address to be configurable
26783
26784 Allow the address of the Ten Bit Interface (TBI) to be changed in the
26785 event of a conflict with another device.
26786
26787 Signed-off by: Joe Hamman <joe.hamman@embeddedspecialties.com>
26788
Wolfgang Denk05675732007-08-18 22:00:38 +020026789commit 3ba4c2d68f6541db4677b4aea12071f56e6ff6e6
26790Author: Stefan Roese <sr@denx.de>
26791Date: Wed Aug 8 09:54:26 2007 +0200
26792
26793 Coding style cleanup
26794
26795 Signed-off-by: Stefan Roese <sr@denx.de>
26796
26797commit a41de1f0d373e09c782dea558385a06247111ba5
26798Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26799Date: Sun Aug 5 05:15:18 2007 -0500
26800
26801 Port enabled for I2C signals and chipselects port configuration.
26802
26803 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26804
26805commit 1a33ce65a4c51a69190dd8c408f9e1c62a66e94f
26806Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26807Date: Sun Aug 5 04:31:18 2007 -0500
26808
26809 Added NAND support
26810
26811 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26812
26813commit eaf9e447beb3e498818ef8ad0b8c1597cd506149
26814Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26815Date: Sun Aug 5 04:11:20 2007 -0500
26816
26817 Added I2C support
26818
26819 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26820
26821commit 99c03c175d2689093176facf17c58ce2cb320001
26822Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26823Date: Sun Aug 5 03:58:52 2007 -0500
26824
26825 Changed CFG_CLK to gd->bus_clk for CFG_TIMER_PRESCALER. Added DECLARE_GLOBAL_DATA_PTR for time.c
26826
26827 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26828
26829commit 8d1d66af54d305de29d0bbf4aa8c9e6375f7f731
26830Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26831Date: Sun Aug 5 03:55:21 2007 -0500
26832
26833 Added uart_gpio_conf() in serial_init(), seperated uart port configuration from cpu_init() to uart_gpio_conf()
26834
26835 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26836
26837commit 6fde84a44b7e575ea80fe0e2d5be3b6f73d1e630
26838Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26839Date: Sun Aug 5 03:43:30 2007 -0500
26840
26841 Moved sync() from board file to include/asm-m68k/io.h
26842
26843 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26844
26845commit 9e737d8476e7d6a596d16caaf6a3853a9a1190a2
26846Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26847Date: Sun Aug 5 03:30:44 2007 -0500
26848
26849 Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
26850
26851 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26852
26853commit 9998bd37ead85e93953559720710d3b0685c81e6
26854Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26855Date: Sun Aug 5 03:19:10 2007 -0500
26856
26857 Renamed CONFIG_MCFSERIAL to CONFIG_MCFUART
26858
26859 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
26860
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026861commit 7c4c3722a38d40b0cf537ddae72b04f4088b190c
26862Author: Jason Jin <Jason.jin@freescale.com>
26863Date: Tue Aug 7 16:17:06 2007 +0800
26864
26865 Add CONFIG_BIOSEMU define to guard all the bios emulator code
26866
26867 This patch fix the compile issue on the board that did not enable the bios emulator
26868
26869commit bf1060ea4f9eaa7e7d164a70a7d6f28939882053
26870Author: Wolfgang Denk <wd@denx.de>
26871Date: Tue Aug 7 16:02:13 2007 +0200
26872
26873 Fix missing brace error in fs/fat/fat.c
26874 [pointed out by Roderik Wildenburg]
26875
26876 Signed-off-by: Wolfgang Denk <wd@denx.de>
26877
Wolfgang Denk63640012007-10-14 00:13:19 +020026878commit 706714d97a0d08d59eda4de2268c39f504688329
26879Author: Michal Simek <monstr@monstr.eu>
26880Date: Mon Aug 6 23:41:53 2007 +0200
26881
26882 [FIX] remove cute code
26883
26884commit f500d9fdeb576288656dac427052ad2c5ca0ad1a
26885Author: Michal Simek <monstr@monstr.eu>
26886Date: Mon Aug 6 23:35:26 2007 +0200
26887
26888 [FIX] Fix romfs code
26889
26890commit ab4b956d3143f8f8174089053f5dfabbb04762b0
26891Author: Michal Simek <monstr@monstr.eu>
26892Date: Mon Aug 6 23:31:49 2007 +0200
26893
26894 [FIX] Coding style cleanup - Wolfgang's suggestions
26895
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026896commit 6c33c78557ca6f8da68c01ce33e278695197d3f4
26897Author: Wolfgang Denk <wd@denx.de>
26898Date: Mon Aug 6 23:21:05 2007 +0200
26899
26900 Fixed typo in README (pointed out by Martin Jost).
26901
26902 Signed-off-by: Wolfgang Denk <wd@denx.de>
26903
Wolfgang Denka5a38f42007-08-16 11:51:04 +020026904commit 537223afa61f64480df31ce440a9cb386df4a814
26905Author: Stefan Roese <sr@denx.de>
26906Date: Mon Aug 6 21:10:17 2007 +0200
26907
26908 ppc4xx: Update AMCC Bamboo README doc/README.bamboo
26909
26910 As suggested by Eugene O'Brien <Eugene.O'Brien@advantechamt.com>,
26911 here an updated Bamboo README.
26912
26913 Signed-off-by: Stefan Roese <sr@denx.de>
26914
Wolfgang Denk9986bc32007-08-12 21:34:50 +020026915commit 9c7e4b06214db61bb21f1bcbe57c97519669baae
26916Author: Wolfgang Denk <wd@denx.de>
26917Date: Mon Aug 6 02:17:36 2007 +0200
26918
26919 Coding style cleanup. Update CHANGELOG.
26920
26921 Signed-off-by: Wolfgang Denk <wd@denx.de>
26922
26923commit 221838cc7eb178370ff62aa05920a582e12ac322
26924Author: Jason Jin <Jason.jin@freescale.com>
26925Date: Tue Jul 10 09:03:22 2007 +0800
26926
26927 Remove the bios emulator from MAI board.
26928
26929 The bios emulator in the MAI board can not pass compile
26930 and have a lot of crap in it. remove it and will have a
26931 clean and small bios emulator in the drivers directory
26932 which can be uesed for every board.
26933
26934 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26935
26936commit 5618332409bb96f4448d1712899369fc80c0b489
26937Author: Jason Jin <Jason.jin@freescale.com>
26938Date: Fri Jul 13 12:14:59 2007 +0800
26939
26940 Fix some compile issues for MAI board.
26941
26942 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26943
26944commit 0f460a1ee148b648ee242c3157650287d4296260
26945Author: Jason Jin <Jason.jin@freescale.com>
26946Date: Fri Jul 13 12:14:58 2007 +0800
26947
26948 Configurations for ATI video card BIOS emulator
26949
26950 This patch add definition of the BIOS emulator and the ATI framebuffer
26951 driver for MPC8641HPCN board.
26952
26953 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26954 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
26955
26956commit ece92f85053b8df613edcf05b26a416cbc3d629c
26957Author: Jason Jin <Jason.jin@freescale.com>
26958Date: Fri Jul 6 08:34:56 2007 +0800
26959
26960 This is a BIOS emulator, porting from SciTech for u-boot, mainly for
26961 ATI video card BIOS. and can be used for x86 code emulation by some
26962 modifications.
26963
26964 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26965
26966commit 5072188acabde3178fac7f5a597150e6e74fd40c
26967Author: Jason Jin <Jason.jin@freescale.com>
26968Date: Fri Jul 6 08:33:33 2007 +0800
26969
26970 This is a framebuffer driver for ATI video card, can work for PCI9200,
26971 X300, X700, X800 ATI video cards.
26972
26973 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
26974 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
26975
Wolfgang Denk9c7e4b02007-08-06 02:17:36 +020026976commit 5728be389e65fd47f34b33c2596271eb4db751ae
26977Author: Wolfgang Denk <wd@denx.de>
26978Date: Mon Aug 6 01:01:49 2007 +0200
26979
26980 Coding style cleanup. Update CHANGELOG.
26981
26982 Signed-off-by: Wolfgang Denk <wd@denx.de>
26983
Wolfgang Denk5728be32007-08-06 01:01:49 +020026984commit 8092fef4c29b395958bb649647da7e3775731517
26985Author: Martin Krause <Martin.Krause@tqs.de>
26986Date: Tue Dec 12 14:26:01 2006 +0100
26987
26988 Add functions to list of exported functions
26989
26990 Additionally export the following fuctions (to make trab_config build again):
26991 - simple_strtol()
26992 - strcmp()
26993
26994 Also bump the ABI version to reflect this change
26995
26996 Signed-off-by: Martin Krause <martin.krause@tqs.de>
26997
26998commit 63cec5814fab5d2b1c86982327433807a5ac0249
26999Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27000Date: Thu Aug 2 14:09:49 2007 -0500
27001
27002 Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.
27003
27004 All of the PCI/PCI-Express driver and initialization code that
27005 was in the MPC8641HPCN port has now been moved into the common
27006 drivers/fsl_pci_init.c. In a subsequent patch, this will be
27007 utilized by the 85xx ports as well.
27008
27009 Common PCI-E IMMAP register blocks for FSL 85xx/86xx are added.
27010
27011 Also enable the second PCI-Express controller on 8641
27012 by getting its BATS and CFG_ setup right.
27013
27014 Fixed a u16 vendor compiler warning in AHCI driver too.
27015
27016 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27017 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
27018 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27019
Wolfgang Denk63640012007-10-14 00:13:19 +020027020commit a274ca4f6d68830e7c916f897561cff8c4101c38
27021Author: Michal Simek <monstr@monstr.eu>
27022Date: Sun Aug 5 22:33:05 2007 +0200
27023
27024 [FIX] Coding style cleanup
27025
27026commit af8377d4eb3a0ac5a831830d5ce63fbf65fecb7f
27027Author: Michal Simek <monstr@monstr.eu>
27028Date: Sun Aug 5 16:13:31 2007 +0200
27029
27030 [FIX] Xilinx Uartlite driver
27031 Because PPC405 can use UARTLITE serial interface and
27032 Microblaze can use Uart16550 serial interface not only Uartlite.
27033
27034commit 98889edd50aadf862071eb5664747ad0d568a20e
27035Author: Michal Simek <monstr@monstr.eu>
27036Date: Sun Aug 5 15:54:53 2007 +0200
27037
27038 [FIX] Change configuration for XUPV2P Microblaze board
27039
27040commit 537091b4eed9302865d03fef3f7212b4fe5cf28f
27041Author: Michal Simek <monstr@monstr.eu>
27042Date: Sun Aug 5 15:53:50 2007 +0200
27043
27044 [PATCH] Added support for Xilinx Emac community driver
27045
Wolfgang Denk9986bc32007-08-12 21:34:50 +020027046commit 86b116b1b1e165ca4840daefed36d2e3b8460173
27047Author: Bartlomiej Sieka <tur@semihalf.com>
27048Date: Fri Aug 3 12:08:16 2007 +0200
27049
27050 cm1_qp1 -> cm5200: single U-Boot image for modules from the cm5200 family.
27051
27052 Add the ability for modules from the Schindler cm5200 family to use a
27053 single U-Boot image:
27054 - rename cm1_qp1 to cm5200
27055 - add run-time module detection
27056 - parametrize SDRAM configuration according to the module we are running on
27057
27058 Few minor, board-specific fixes included in this patch:
27059 - better MAC address handling
27060 - updated default environment ('update' command uses +{filesize} now)
27061 - improved error messages in the auto-update code
27062 - allow booting U-Boot from RAM (CFG_RAMBOOT)
27063
27064 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27065 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
27066 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27067
Wolfgang Denk5728be32007-08-06 01:01:49 +020027068commit c7e717ebc2b044d7a71062552c9dc0f54ea9b779
27069Author: Andy Fleming <afleming@freescale.com>
27070Date: Fri Aug 3 04:05:25 2007 -0500
27071
27072 Add Marvell 1149 PHY support to the TSEC
27073
Wolfgang Denkf2c2a932007-08-06 01:11:08 +020027074commit b1b54e352028ed370c3aa95d6fdeb9d64c5d2f86
Wolfgang Denk5728be32007-08-06 01:01:49 +020027075Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denkf2c2a932007-08-06 01:11:08 +020027076Date: Thu Aug 2 21:27:46 2007 +0200
Wolfgang Denk5728be32007-08-06 01:01:49 +020027077
Wolfgang Denkf2c2a932007-08-06 01:11:08 +020027078 Coding style cleanup, update CHANGELOG
Wolfgang Denk5728be32007-08-06 01:01:49 +020027079
27080 Signed-off-by: Wolfgang Denk <wd@denx.de>
27081
Wolfgang Denk5728be32007-08-06 01:01:49 +020027082commit 63e22764d2f8653f68888c667eb65b3996b52680
27083Author: Wolfgang Denk <wd@denx.de>
27084Date: Thu Aug 2 10:11:18 2007 +0200
27085
27086 Minor cleanup of <board>_nand build rules.
27087
Wolfgang Denka5a38f42007-08-16 11:51:04 +020027088commit 9ca8d79de096c65b9b9c867259b3ff4685f775ef
27089Author: Stefan Roese <sr@denx.de>
27090Date: Thu Aug 2 08:33:56 2007 +0200
27091
27092 ppc4xx: Code cleanup
27093
27094 Signed-off-by: Stefan Roese <sr@denx.de>
27095
27096commit c92409812206ac67a7fa7aae298539a9c3804a46
27097Author: Grzegorz Bernacki <gjb@semihalf.com>
27098Date: Tue Jul 31 18:51:48 2007 +0200
27099
27100 [ppc440SPe] Graceful recovery from machine check during PCIe configuration
27101
27102 During config transactions on the PCIe bus an attempt to scan for a
27103 non-existent device can lead to a machine check exception with certain
27104 peripheral devices. In order to avoid crashing in such scenarios the
27105 instrumented versions of the config cycle read routines are introduced, so
27106 the exceptions fixups framework can gracefully recover.
27107
27108 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27109 Acked-by: Rafal Jaworowski <raj@semihalf.com>
27110
27111commit dec99558b9ea75a37940d07f41a3565a50b54ad1
27112Author: Rafal Jaworowski <raj@semihalf.com>
27113Date: Tue Jul 31 18:19:54 2007 +0200
27114
27115 [ppc4xx] Separate settings for PCIe bus numbering on 440SPe rev.A
27116
27117 This brings back separate settings for PCIe bus numbers depending on chip
27118 revision, which got eliminated in 2b393b0f0af8402ef43b25c1968bfd29714ddffa
27119 commit. 440SPe rev. A does NOT work properly with the same settings as for
27120 the rev. B (no devices are seen on the bus during enumeration).
27121
27122 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27123
Wolfgang Denk5728be32007-08-06 01:01:49 +020027124commit cdd917a43da6fa7fc8f54a3cc9f420ce5ecf3197
27125Author: Wolfgang Denk <wd@denx.de>
27126Date: Thu Aug 2 00:48:45 2007 +0200
27127
27128 Fix build errors and warnings / code cleanup.
27129
27130 Signed-off-by: Wolfgang Denk <wd@denx.de>
27131
Wolfgang Denka5a38f42007-08-16 11:51:04 +020027132commit d2f68006627eda6cb6c7f364bddf621dbfd2fc68
27133Author: Eugene OBrien <eugene.obrien@advantechamt.com>
27134Date: Tue Jul 31 10:24:56 2007 +0200
27135
27136 ppc4xx: Update AMCC Bamboo 440EP support
27137
27138 Changed storage type of cfg_simulate_spd_eeprom to const
27139 Changed storage type of gpio_tab to stack storage
27140 (Cannot access global data declarations in .bss until afer code relocation)
27141
27142 Improved SDRAM tests to catch problems where data is not uniquely addressable
27143 (e.g. incorrectly programmed SDRAM row or columns)
27144
27145 Added CONFIG_PROG_SDRAM_TLB to support Bamboo SIMM/DIMM modules
27146 Fixed AM29LV320DT (OpCode Flash) sector map
27147
27148 Signed-off-by: Eugene OBrien <eugene.obrien@advantechamt.com>
27149 Signed-off-by: Stefan Roese <sr@denx.de>
27150
27151commit ea9f6bce383cc9fbcdee28b5836109b1a6dba574
27152Author: Stefan Roese <sr@denx.de>
27153Date: Tue Jul 31 08:37:01 2007 +0200
27154
27155 ppc4xx: Update 440EPx lwmon5 board support
27156
27157 - Clear ECC status regs after ECC POST test
27158 - Set dcbz for ECC generation with caches enabled as default
27159 - Code cleanup
27160
27161 Signed-off-by: Stefan Roese <sr@denx.de>
27162
27163commit 27a528fb41433c4c1e2b5d6bd3fd8d78606fc724
27164Author: Stefan Roese <sr@denx.de>
27165Date: Mon Jul 30 11:04:57 2007 +0200
27166
27167 ppc4xx: Only print ECC related info when the error bis are set
27168
27169 Signed-off-by: Stefan Roese <sr@denx.de>
27170
27171commit e36220a4baf1f188ba60f17e9d0f043069b1362a
27172Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27173Date: Fri Jul 27 16:44:31 2007 +0200
27174
27175 new FPGA image for PLU405 board
27176
27177 new FPGA image for PLU405 board with improved CompactFlash timing
27178
27179 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
27180
Wolfgang Denkb1b54e32007-08-02 21:27:46 +020027181commit 8993e54b6f397973794f3d6f47d3b3c0c98dd4f6
27182Author: Rafal Jaworowski <raj@semihalf.com>
27183Date: Fri Jul 27 14:43:59 2007 +0200
27184
27185 [ADS5121] Support for the ADS5121 board
27186
27187 The following MPC5121e subsystems are supported:
27188
27189 - low-level CPU init
27190 - NOR Boot Flash (common CFI driver)
27191 - DDR SDRAM
27192 - FEC
27193 - I2C
27194 - Watchdog
27195
27196 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
27197 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27198 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
27199
27200commit 1863cfb7b100ba0ee3401799457a01dc058745f8
27201Author: Rafal Jaworowski <raj@semihalf.com>
27202Date: Fri Jul 27 14:22:04 2007 +0200
27203
27204 [PPC] Remove unused MSR_USER definition
27205
27206 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27207
Wolfgang Denka5a38f42007-08-16 11:51:04 +020027208commit d4024bb72dd81695ec099b2199eda0d27c623e62
27209Author: John Otken <john@softadvances.com>
27210Date: Thu Jul 26 17:49:11 2007 +0200
27211
27212 ppc4xx: Add support for AMCC 405EP Taihu board
27213
27214 Signed-off-by: John Otken <john@softadvances.com>
27215
27216commit b66091de6c7390620312c2501db23d8391e7cabb
27217Author: Anatolij Gustschin <agust@denx.de>
27218Date: Thu Jul 26 15:08:01 2007 +0200
27219
27220 ppc4xx: lwmon5: Update Lime initialization
27221
27222 Change Lime SDRAM initialization to now support 100MHz and
27223 133MHz (if enabled). Also the framebuffer is initialized to
27224 display a blue rectangle with a white border.
27225
27226 Signed-off-by: Anatolij Gustschin <agust@denx.de>
27227 Signed-off-by: Stefan Roese <sr@denx.de>
27228
27229commit 9f24a808f17fc0f37b7fb4805f734741335caecc
27230Author: Stefan Roese <sr@denx.de>
27231Date: Tue Jul 24 09:52:52 2007 +0200
27232
27233 ppc4xx: lwmon5: Support for 128 MByte NOR FLASH added
27234
27235 The used Intel NOR FLASH chips have internally two dies, and are now
27236 treated as two seperate chips.
27237
27238 Signed-off-by: Stefan Roese <sr@denx.de>
27239
27240commit aedf5bde179ecfbd0a96130d18996a96518b785f
27241Author: Stefan Roese <sr@denx.de>
27242Date: Tue Jul 24 07:20:09 2007 +0200
27243
27244 ppc4xx: Fix lwmon5 interrupt controller setup (polarity, trigger...)
27245
27246 As suggested by Hakan Eryigit, here an updated setup for the lwmon5
27247 interrupt controller.
27248
27249 Signed-off-by: Stefan Roese <sr@denx.de>
27250
27251commit a71d96eac8130b53a91f93cd10c70fca0db18d52
27252Author: Stefan Roese <sr@denx.de>
27253Date: Fri Jul 20 15:03:44 2007 +0200
27254
27255 ppc4xx: Fix bug with default GPIO output value
27256
27257 As spotted by Matthias Fuchs, the default output values for all GPIO1
27258 outputs were not setup correctly. This patch fixes this issue.
27259
27260 Signed-off-by: Stefan Roese <sr@denx.de>
27261
27262commit 531e3e8b831f357056448fa573137d5fb37000fd
27263Author: Pavel Kolesnikov <concord@emcraft.com>
27264Date: Fri Jul 20 15:03:03 2007 +0200
27265
27266 POST: Add ECC POST for the lwmon5 board
27267
27268 This patch adds ECC Post test for the Lwmon5 board based
27269 on PPC440EPx to U-Boot.
27270
27271 Signed-off-by: Pavel Kolesnikov <concord@emcraft.com>
27272 Acked-by: Yuri Tikhonov <yur@emcraft.com>
27273 Acked-by: Stefan Roese <sr@denx.de>
27274
Wolfgang Denkb1b54e32007-08-02 21:27:46 +020027275commit cc3023b9f95d7ac959a764471a65001062aecf41
27276Author: Rafal Jaworowski <raj@semihalf.com>
27277Date: Thu Jul 19 17:12:28 2007 +0200
27278
27279 Fix breakage of 8xx boards from recent commit.
27280
27281 This patch fixes the negative consequences for 8xx of the recent
27282 "ppc4xx: Clean up 440 exceptions handling" commit.
27283
27284 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
27285
Wolfgang Denk05675732007-08-18 22:00:38 +020027286commit c883f6ea32dce91f07670b3aafecf6c99b1e5341
27287Author: Stefan Roese <sr@denx.de>
27288Date: Mon Jul 16 13:11:12 2007 +0200
27289
27290 Coding style cleanup
27291
27292 Signed-off-by: Stefan Roese <sr@denx.de>
27293
Wolfgang Denka5a38f42007-08-16 11:51:04 +020027294commit 8848ec858f74ed6dab06fb6d5ddc933e0a1328bf
27295Author: Stefan Roese <sr@denx.de>
27296Date: Mon Jul 16 10:02:12 2007 +0200
27297
27298 ppc4xx: Code cleanup
27299
27300 Signed-off-by: Stefan Roese <sr@denx.de>
27301
27302commit 2a49fc17d09020e7ebd9536694d99d20e419fcb8
27303Author: Stefan Roese <sr@denx.de>
27304Date: Mon Jul 16 10:01:38 2007 +0200
27305
27306 ppc4xx: AMCC Luan uses the new boardspecific DDR2 controller setup
27307
27308 Signed-off-by: Stefan Roese <sr@denx.de>
27309
27310commit df3f17422aeb03fb81a7ac8c78d2b05d05aa4cf9
27311Author: Stefan Roese <sr@denx.de>
27312Date: Mon Jul 16 10:00:43 2007 +0200
27313
27314 ppc4xx: Support for Yucca board with 440SPe Rev A added to 44x_spd_ddr2.c
27315
27316 The new boardspecific DDR2 controller configuration is used for the Yucca
27317 board. Now the Yucca board with 440SPe Rev. A chips is also supported.
27318
27319 Signed-off-by: Stefan Roese <sr@denx.de>
27320
27321commit 6ed14addf97c8cd8f531e9ae7b2d3e222fffd53e
27322Author: Stefan Roese <sr@denx.de>
27323Date: Mon Jul 16 09:57:00 2007 +0200
27324
27325 ppc4xx: Add new weak functions to support boardspecific DDR2 configuration
27326
27327 The new "weak" functions ddr_wrdtr() and ddr_clktr() are added to better
27328 support non default, boardspecific DDR(2) controller configuration.
27329
27330 Signed-off-by: Stefan Roese <sr@denx.de>
27331
27332commit 5743a9207a370b90f09b20ebd61167c806b937f3
27333Author: Stefan Roese <sr@denx.de>
27334Date: Mon Jul 16 08:53:51 2007 +0200
27335
27336 ppc4xx: Add remove_tlb() function to remove a mem area from TLB setup
27337
27338 The new function remove_tlb() can be used to remove the TLB's used to
27339 map a specific memory region. This is especially useful for the DDR(2)
27340 setup routines which configure the SDRAM area temporarily as a cached
27341 area (for speedup on auto-calibration and ECC generation) and later
27342 need this area uncached for normal usage.
27343
27344 Signed-off-by: Stefan Roese <sr@denx.de>
27345
Wolfgang Denk63640012007-10-14 00:13:19 +020027346commit 0c0a9cda1bde37106520476ed486bd67eb8d30ae
27347Author: Michal Simek <monstr@monstr.eu>
27348Date: Mon Jul 16 00:31:07 2007 +0200
27349
27350 [PATCH] Support for Xilinx EmacLite controller
27351
Wolfgang Denkb1b54e32007-08-02 21:27:46 +020027352commit 3a6cab844cf74f76639d795e0be8717e02c86af7
27353Author: Wolfgang Denk <wd@denx.de>
27354Date: Sat Jul 14 22:51:02 2007 +0200
27355
27356 Update CHANGELOG
27357
27358 Signed-off-by: Wolfgang Denk <wd@denx.de>
27359
Wolfgang Denk63640012007-10-14 00:13:19 +020027360commit 5280f352c8da33b1d7fbf448768717d9e16ff9a1
27361Author: Michal Simek <monstr@monstr.eu>
27362Date: Sat Jul 14 13:11:28 2007 +0200
27363
27364 [FIX] support for simply measuring time
27365
27366commit 91bb4ca665d2e0cf7f60c4b5b370990250ec0c43
27367Author: Michal Simek <monstr@monstr.eu>
27368Date: Sat Jul 14 12:41:23 2007 +0200
27369
27370 [FS] Added support for ROMFS
27371
Wolfgang Denk3a6cab82007-07-14 22:51:02 +020027372commit 011595307731a7a67a7445d107c279d031e8ab97
27373Author: Heiko Schocher <hs@pollux.denx.de>
27374Date: Sat Jul 14 01:06:58 2007 +0200
27375
27376 [PCS440EP] - fix compile error, if BUILD_DIR is used
27377
Wolfgang Denk63640012007-10-14 00:13:19 +020027378commit 5a2f1098d81ad58b309e5e558d0492643166a799
27379Author: Michal Simek <monstr@monstr.eu>
27380Date: Sat Jul 14 00:18:48 2007 +0200
27381
27382 [PATCH] Support time without timer
27383
27384commit a476ca2ac2217ddd05a2bf0c514075814b10a3c0
27385Author: Michal Simek <monstr@monstr.eu>
27386Date: Fri Jul 13 21:43:55 2007 +0200
27387
27388 [PATCH] Remove problem with disabled BARREL SHIFTER
27389
27390commit 55e26ad62107d2f14f757de3ae0b14b9aa7aed94
27391Author: Michal Simek <monstr@monstr.eu>
27392Date: Fri Jul 13 21:41:44 2007 +0200
27393
27394 [FIX] correct help for rspr
27395
Wolfgang Denk3a6cab82007-07-14 22:51:02 +020027396commit fad63407154f46246ce80d53a9c669a44362ac67
27397Author: Heiko Schocher <hs@pollux.denx.de>
27398Date: Fri Jul 13 09:54:17 2007 +0200
27399
27400 make show_boot_progress () weak.
27401
27402 Signed-off-by: Heiko Schocher <hs@denx.de>
27403
27404commit 907902472391b6ca1876ec300687562ecaf459b1
27405Author: Heiko Schocher <hs@pollux.denx.de>
27406Date: Fri Jul 13 08:26:05 2007 +0200
27407
27408 [PCS440EP] - The DIAG LEDs are now blinking, if an error occur
27409 - fix compile error, if BUILD_DIR is used
27410
27411 Signed-off-by: Heiko Schocher <hs@denx.de>
27412
Wolfgang Denka5a38f42007-08-16 11:51:04 +020027413commit a2e1c7098cf9574386b0c96841dfc8ea5cc93578
27414Author: Stefan Roese <sr@denx.de>
27415Date: Thu Jul 12 16:32:08 2007 +0200
27416
27417 ppc4xx: Change receive buffer handling in the 4xx emac driver
27418
27419 This change fixes a bug in the receive buffer handling, that
27420 could lead to problems upon high network traffic (broadcasts...).
27421
27422 Signed-off-by: Stefan Roese <sr@denx.de>
27423
Wolfgang Denk3a6cab82007-07-14 22:51:02 +020027424commit 239f05ee4dd4cfe0b50f251b533dcebe9e67c360
27425Author: Wolfgang Denk <wd@denx.de>
27426Date: Thu Jul 12 01:45:34 2007 +0200
27427
27428 Update CHANGELOG, minor coding style cleanup.
27429
27430 Signed-off-by: Wolfgang Denk <wd@denx.de>
27431
Wolfgang Denk5728be32007-08-06 01:01:49 +020027432commit 5a56af3b522ba47fb33a3fee84d23bf1e5429654
27433Author: Andy Fleming <afleming@freescale.com>
27434Date: Fri Jun 8 16:41:18 2007 -0500
27435
27436 Remove erroneous errata code from Marvel 88E1111S driver
27437
27438 The Marvel 88E1111S driver for the TSEC was copied from the
27439 88E1101 driver, and included a fix for an erratum which does not
Wolfgang Denkec06b272007-08-06 15:59:45 +020027440 exist on that part. Now it is removed
Wolfgang Denk5728be32007-08-06 01:01:49 +020027441
27442 Signed-off-by: Andy Fleming <afleming@freescale.com>
27443
27444commit 982efcf23fd03647e01e2fbe28a7a36239156cc0
27445Author: Andy Fleming <afleming@freescale.com>
27446Date: Tue Jun 5 16:38:44 2007 -0500
27447
27448 From: eran liberty <eran.liberty@gmail.com>
27449
27450 adds the reset register to 85xx immap
27451
27452 Signed-off-by: Eran Liberty <eran.liberty@gmail.com>
27453 Signed-off-by: Andy Fleming <afleming@freescale.com>
27454
27455commit d3ec0d943a045bdb99e159e7bbc77430e09f11d7
27456Author: Andy Fleming <afleming@freescale.com>
27457Date: Thu May 10 17:50:01 2007 -0500
27458
27459 Polished the 85xx ADS config files
27460
27461 Made the boot commands use device trees by default.
27462 Also moved the ramdisk to 1000000 (I think the previous address
27463 was getting overridden during boot).
27464
27465 Signed-off-by: Andy Fleming <afleming@freescale.com>
27466
27467commit bfb37b32d1b0b03f18077dba49cc66a6e76fa038
27468Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27469Date: Wed May 9 11:03:32 2007 -0500
27470
27471 8544ds: Fix Makefile after moving pixis to board/freescale.
27472
27473 The OBJTREE != SRCTREE build scenario was broken.
27474 This fixes it.
27475
27476 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27477 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27478
27479commit 2a3cee43c3b71fa5b8d91db19f05067865290f3e
27480Author: Andy Fleming <afleming@freescale.com>
27481Date: Wed May 9 00:54:20 2007 -0500
27482
27483 tsec: Fix PHY code to match first driver
27484
27485 Jarrold Wen noticed that the generic PHY code always matches
27486 under the current implementation. Change it so the first match
27487 wins, and *only* unknown PHYs trigger the generic driver
27488
27489 Signed-off-by: Andy Fleming <afleming@freescale.com>
27490
27491commit ccc091aac61a38cd998d575d92f7232e256d6312
27492Author: Andy Fleming <afleming@freescale.com>
27493Date: Tue May 8 17:27:43 2007 -0500
27494
27495 Add support for CPM device tree configuration to 8560 ADS
27496
27497 * Adds code to modify CPM frequencies
27498 * Cleans up the config file to #define TSEC and (for now) #undef FCC
27499 * Adds the MII command for all 8560 ADS configurations
27500 * Updates config file to provide convenience commands for booting
27501 with a device tree
27502
27503 Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
27504 Signed-off-by: Andy Fleming <afleming@freescale.com>
27505
27506commit 7507d56ccaf7aae1c474342a9a5540165cd7e9d9
27507Author: Andy Fleming <afleming@freescale.com>
27508Date: Tue May 8 17:23:02 2007 -0500
27509
27510 Fix Marvell 88e1145 PHY init code
27511
27512 Fix a bug in the Marvell 88e1145 PHY init code in the TSEC driver
27513 where the reset was being done after the errata code instead of
27514 before.
27515
27516 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
27517 Signed-off-by: Andy Fleming <afleming@freescale.com>
27518
27519commit 5dc210dec5bace98a50b6ba905347890091a9bb0
27520Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27521Date: Wed Jul 11 14:52:16 2007 -0500
27522
27523 Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROCESSOR_POWERPC.
27524
27525 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27526
27527commit e8b85f3ba4cd8930e0a2fea2100c815d64201765
27528Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27529Date: Wed Jul 11 14:52:08 2007 -0500
27530
27531 pciauto setup bridge
27532
27533 The P2P bridge bus numbers programmed into the device are relative to
27534 hose->first_busno.
27535
27536 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27537
27538commit 571f49fa717004ca4268b4e24057efc7bf9f987b
27539Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27540Date: Wed Jul 11 14:52:01 2007 -0500
27541
27542 Support PCIe extended config registers
27543
27544 FSL PCIe block has extended cfg registers in the 100 and 400 range.
27545 For example, to read the LTSSM register: pci display <busn>.0 404 1
27546
27547 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27548
27549commit ba5feb12581bb2912ce301e4866b71f846e9fc07
27550Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27551Date: Wed Jul 11 14:51:48 2007 -0500
27552
27553 Minor improvements to drivers/pci_auto.c
27554
27555 - Make pciauto_{pre,post}scan_setup_bridge non-static
27556 - Added physical address display in debug messages.
27557
27558 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27559
27560commit 40e81addab7bb74d20ddf681ce9babc880a828ee
27561Author: Ed Swarthout <Ed.Swarthout@freescale.com>
27562Date: Wed Jul 11 14:51:35 2007 -0500
27563
27564 Start pci hose scan from hose->current_busno.
27565
27566 Ensure hose->current_busno is not less than first_busno. This fixes
27567 broken board code which leaves current_busno=0 when first_busno is
27568 greater than 0 for the cases with multiple controllers.
27569
27570 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
27571
27572commit 3865b1fb7843a08ad49a6319a36415752276ff48
27573Author: Stefan Roese <sr@denx.de>
27574Date: Wed Jul 11 12:13:53 2007 +0200
27575
27576 Fix some compile problems introduced by the latest CFG_CMD_xxx cleanup
27577
27578 Signed-off-by: Stefan Roese <sr@denx.de>
27579
Wolfgang Denk239f05e2007-07-12 01:45:34 +020027580commit fa1df308926a6f70e3504c57514ef27ac31fd13a
27581Author: Bartlomiej Sieka <tur@semihalf.com>
27582Date: Wed Jul 11 20:11:07 2007 +0200
27583
27584 CM1.QP1: Support for the Schindler CM1.QP1 board.
27585
27586 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
27587 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
27588
27589commit 96e1d75be8193ca79e4215a368bf9d7f2362450f
27590Author: Heiko Schocher <hs@pollux.denx.de>
27591Date: Wed Jul 11 18:39:11 2007 +0200
27592
27593 [PCS440EP] - Show on the DIAG LEDs, if the SHA1 check failed
27594 - now the Flash ST M29W040B is supported (not tested)
27595 - fix the "led" command
27596 - fix compile error, if BUILD_DIR is used
27597
27598 Signed-off-by: Heiko Schocher <hs@denx.de>
27599
Wolfgang Denk5728be32007-08-06 01:01:49 +020027600commit e9514751cfa5cce61ea699fa0d3eb37898a5eeb5
27601Author: Stefan Roese <sr@denx.de>
27602Date: Sun Jul 8 13:44:27 2007 +0200
27603
27604 Fix malloc problem introduced with the relocation fixup for the PPC platform
27605
27606 The relocation fixup didn't handle the malloc pointer initialization
27607 correctly. This patch fixes this problem. Tested successfully on 4xx.
27608 The relocation fixup patches for 4xx will follow soon.
27609
27610 Signed-off-by: Stefan Roese <sr@denx.de>
27611
Wolfgang Denk05675732007-08-18 22:00:38 +020027612commit 0dca874db62718e41253659e60f3a1de7eb418ce
27613Author: TsiChung <tcliew@Goku.(none)>
27614Date: Tue Jul 10 15:45:43 2007 -0500
27615
27616 Cache update and added CFG_UNIFY_CACHE
27617
27618 Enabled cache in cpu_init_f() for faster flash to mem allocation. Updated cache handling in start.S. Applied cache invalidate in fec_send() and fec_recv(). Added CFG_UNIFY_CACHE for CF V3 only.
27619
27620 Signed-off-by: TsiChung <tcliew@Goku.(none)>
27621
27622commit 52b017604a8f4d4a795880ef6e7861d7f2f1b005
27623Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27624Date: Thu Jul 5 23:36:16 2007 -0500
27625
27626 Update header file. Include dtimer_intr_setup(). Changed timer divider to global define.
27627
27628 Include immap.h and timer.h. Moved dtimer interrupt setup to dtimer_intr_setup() from cpu/mcf532x/interrupts.c. Changed (CFG_CLK /1000000) -1 << 8 to CFG_TIMER_PRESCALER
27629
27630 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27631
27632commit 5cdc07c7ef8f08ea55d3c47ed9221d91aa6d5fac
27633Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27634Date: Thu Jul 5 23:31:25 2007 -0500
27635
27636 Update header files
27637
27638 Include immap.h and renamed mcfrtc.h to rtc.h
27639
27640 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27641
27642commit 2870e98ac8e5553e9187b12a47e5f46babb53990
27643Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27644Date: Thu Jul 5 23:29:21 2007 -0500
27645
27646 Add mcffec_initialize()
27647
27648 Added mcffec_initialize() in eth_initialize()
27649
27650 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27651
27652commit 45a25bfd0c52f8a3fa137216bc94d32f90bedc5d
27653Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27654Date: Thu Jul 5 23:27:40 2007 -0500
27655
27656 Update header file and clean up
27657
27658 Include immap.h
27659
27660 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27661
27662commit 0cee9c66318602c856a899ae5fa7579ccba6443a
27663Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27664Date: Thu Jul 5 23:23:15 2007 -0500
27665
27666 New uart structure and defines
27667
27668 Seperated from mcfuart.h
27669
27670 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27671
27672commit a90e79de8d99e9c9d69d60bfff9f24c337165900
27673Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27674Date: Thu Jul 5 23:22:31 2007 -0500
27675
27676 New timer structure and defines
27677
27678 Seperated from mcftimer.h
27679
27680 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27681
27682commit e04acb2eba4782489417240eff76e20e176aec10
27683Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27684Date: Thu Jul 5 23:21:09 2007 -0500
27685
27686 Rename mcfrtc to rtc
27687
27688 Since it is already in m68k folder, un-necessary to pad mcf. Replaced immap_5329.h and m5329.h to immap.h
27689
27690 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27691
27692commit 2bd806fe4fc23958b8f78778199e7a6e3f8f6ad5
27693Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27694Date: Thu Jul 5 23:17:36 2007 -0500
27695
27696 Rename mcfserial.c. Update include header
27697
27698 Renamed mcfserial.c to mcfuart.c. Modified Makefile for mcfuart.o from mcfserial.o. Replace immap_5329.h and m5329.h to immap.h
27699
27700 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27701
27702commit f2208fbc2eb9de3f4285bfaa021c6ebae16c9b0e
27703Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27704Date: Thu Jul 5 23:13:58 2007 -0500
27705
27706 Header file update, clean up and cache handling
27707
27708 Replaced immap_5329.h and m5329.h with immap.h. Included cache_invalid.
27709
27710 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27711
27712commit 2e3f25ae9082daa9f5d181db45dfbc2e52ce0f97
27713Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27714Date: Thu Jul 5 23:10:40 2007 -0500
27715
27716 Create interrupts.c and modify Makefile
27717
27718 interrupt_init() and dtimer_intr_setup() are placed in interrupts.c. Added interrupts.o to Makefile
27719
27720 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27721
27722commit ddd104f1ed655eda50c06ba636237a83ed943f34
27723Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27724Date: Thu Jul 5 23:06:55 2007 -0500
27725
27726 Enable Icache
27727
27728 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27729
27730commit b9bf3de377b2bae70c983c9b97feae914999e735
27731Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27732Date: Thu Jul 5 23:05:31 2007 -0500
27733
27734 Update header file and some clean up
27735
27736 Replaced immap_5329.h and m5329.h with immap.h. Removed whitespaces.
27737
27738 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27739
27740commit 84a015b52ec820a5ae173717d78516de731c89c2
27741Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27742Date: Thu Jul 5 23:03:28 2007 -0500
27743
27744 Update header file and enable icache
27745
27746 Replaced immap_5329.h and m5329.h with immap.h. Enabled icache_enable() in cpu_init_r().
27747
27748 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27749
27750commit 7a17e759c7a8b58e910daf54df611e94fc8ca074
27751Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27752Date: Thu Jul 5 23:01:22 2007 -0500
27753
27754 Update header file and removed interrupt_init()
27755
27756 Replace immap_5329.h and m5329.h with immap.h. Removed interrupt_init() and placed it in interrupts.c
27757
27758 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27759
27760commit 3b635492c95bd0d6e08f93f699821cba1f602a64
27761Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27762Date: Thu Jul 5 22:57:46 2007 -0500
27763
27764 Update for flash.o and mii.o
27765
27766 Removed flash.o and added mii.o
27767
27768 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27769
27770commit c5ded275d839e4ff79f41718d50a835d989f57bc
27771Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27772Date: Thu Jul 5 22:56:19 2007 -0500
27773
27774 MII functions calls.
27775
27776 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27777
27778commit 427c814104560e29bda14955c67703245aaaa5b4
27779Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27780Date: Thu Jul 5 22:54:42 2007 -0500
27781
27782 Removed MII functions and replaced immap_5329.h and m5329.h with immap.h.
27783
27784 The removed MII routines will be placed in mii.c.
27785
27786 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27787
27788commit 01a793fda09c63df5a496f09dc1c7cb26e6751a2
27789Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27790Date: Thu Jul 5 22:51:05 2007 -0500
27791
27792 Duplicate code
27793
27794 There is a Common Flash Interface Driver existed. To use the CFI driver, define CFG_FLASH_CFI in configuration file.
27795
27796 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27797
27798commit 2744354a8437b8f78db178e30660215688bff570
27799Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27800Date: Thu Jul 5 22:46:38 2007 -0500
27801
27802 Seperate old structure defines and new structure defines
27803
27804 Removed new uart structure and defines to uart.h
27805
27806 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27807
27808commit 2bd58608dbcff8890ca9a0c59e861ac24f8bb230
27809Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27810Date: Thu Jul 5 22:45:01 2007 -0500
27811
27812 Seperate old structure defines and new structure defines
27813
27814 New timer structure and defines will move to new timer.h
27815
27816 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27817
27818commit 8cd5cd6de4ff92e03978338ed7aeb3ce7b7b9784
27819Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27820Date: Thu Jul 5 22:42:23 2007 -0500
27821
27822 Clean up
27823
27824 Removed whitespace
27825
27826 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27827
27828commit 514871f565dd8bd1121e4a3ac1665a790e20b8f2
27829Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27830Date: Thu Jul 5 22:41:24 2007 -0500
27831
27832 Clean up
27833
27834 Replaced whitespace with tabs
27835
27836 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27837
27838commit 48dbfeabc7afffe30609a4489f10c22cb67ef7dd
27839Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27840Date: Thu Jul 5 22:39:07 2007 -0500
27841
27842 Create new header file and move peripherals base address from configs file to new header file.
27843
27844 Create new header file to include immap_5xxx.h and m5xxx.h and to share among drivers without update in driver file each processor is added. Moved peripherals base address and defines from configs file to immap.h.
27845
27846 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27847
27848commit be296e31c4411f96d9cb3d2afc8fcb006867abfa
27849Author: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27850Date: Thu Jul 5 22:24:58 2007 -0500
27851
27852 Revert file mode
27853
27854 Changed MAKEALL file mode to executable, removed executable file mode from Makefile
27855
27856 Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
27857
Wolfgang Denk5728be32007-08-06 01:01:49 +020027858commit b3aff0cb9ecf236d7e8c93761dd1dadf6837a582
27859Author: Jon Loeliger <jdl@freescale.com>
27860Date: Tue Jul 10 11:19:50 2007 -0500
27861
27862 disk/ doc/ lib_*/ and tools/: Remove lingering references to CFG_CMD_* symbols.
27863
27864 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27865 Those always evaluated TRUE, and thus were always compiled
27866 even when IDE really wasn't defined/wanted.
27867
27868 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27869
27870commit ddb5d86f0215bcb6c293510c50eb050e92883b7a
27871Author: Jon Loeliger <jdl@freescale.com>
27872Date: Tue Jul 10 11:13:21 2007 -0500
27873
27874 drivers/: Remove lingering references to CFG_CMD_* symbols.
27875
27876 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27877 Those always evaluated TRUE, and thus were always compiled
27878 even when IDE really wasn't defined/wanted.
27879
27880 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27881
27882commit f40a7f3e3888b42a43674b099e5470022c8c544c
27883Author: Jon Loeliger <jdl@freescale.com>
27884Date: Tue Jul 10 11:07:56 2007 -0500
27885
27886 fs/: Remove lingering references to CFG_CMD_* symbols.
27887
27888 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27889 Those always evaluated TRUE, and thus were always compiled
27890 even when IDE really wasn't defined/wanted.
27891
27892 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27893
27894commit 610f2e9c28a9c101e09fa1b78143cf5f00ed1593
27895Author: Jon Loeliger <jdl@freescale.com>
27896Date: Tue Jul 10 11:05:02 2007 -0500
27897
27898 net/: Remove lingering references to CFG_CMD_* symbols.
27899
27900 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27901 Those always evaluated TRUE, and thus were always compiled
27902 even when IDE really wasn't defined/wanted.
27903
27904 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27905
27906commit 902531788376046da212afd1661cffb62f3daa1c
27907Author: Jon Loeliger <jdl@freescale.com>
27908Date: Tue Jul 10 11:02:44 2007 -0500
27909
27910 common/: Remove lingering references to CFG_CMD_* symbols.
27911
27912 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27913 Those always evaluated TRUE, and thus were always compiled
27914 even when IDE really wasn't defined/wanted.
27915
27916 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27917
27918commit d39b57415838c73fb0a37eca84de3c68ba990586
27919Author: Jon Loeliger <jdl@freescale.com>
27920Date: Tue Jul 10 10:48:22 2007 -0500
27921
27922 board/[j-z]*: Remove lingering references to CFG_CMD_* symbols.
27923
27924 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27925 Those always evaluated TRUE, and thus were always compiled
27926 even when IDE really wasn't defined/wanted.
27927
27928 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27929
27930commit 77a318545d57aefa844752465b94c7e09a3f26d0
27931Author: Jon Loeliger <jdl@freescale.com>
27932Date: Tue Jul 10 10:39:10 2007 -0500
27933
27934 board/[A-Za-i]*: Remove lingering references to CFG_CMD_* symbols.
27935
27936 Fixed some broken instances of "#ifdef CMD_CFG_IDE" too.
27937 Those always evaluated TRUE, and thus were always compiled
27938 even when IDE really wasn't defined/wanted.
27939
27940 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27941
27942commit 068b60a0eb7e73b243ca55399f2a7df76e2c3f3d
27943Author: Jon Loeliger <jdl@freescale.com>
27944Date: Tue Jul 10 10:27:39 2007 -0500
27945
27946 cpu/ rtc/ include/: Remove lingering references to CFG_CMD_* symbols.
27947
27948 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27949
27950commit 079a136c3588814784561d6e4856970ee82d6e2a
27951Author: Jon Loeliger <jdl@freescale.com>
27952Date: Tue Jul 10 10:12:10 2007 -0500
27953
27954 include/configs/[p-z]* + misc: Cleanup BOOTP and lingering CFG_CMD_*.
27955
27956 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27957 used to be included but CONFIG_BOOTP_MASK was not defined.
27958
27959 Remove lingering references to CFG_CMD_* symbols.
27960
27961 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27962
27963commit 7f5c01577400c74cc5bac74f41dd0d3c79df623c
27964Author: Jon Loeliger <jdl@freescale.com>
27965Date: Tue Jul 10 09:38:02 2007 -0500
27966
27967 include/configs/[g-o]*: Cleanup BOOTP and lingering CFG_CMD_*.
27968
27969 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27970 used to be included but CONFIG_BOOTP_MASK was not defined.
27971
27972 Remove lingering references to CFG_CMD_* symbols.
27973
27974 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27975
27976commit 80ff4f99b84b64edca3fd10da365ec1493be1c95
27977Author: Jon Loeliger <jdl@freescale.com>
27978Date: Tue Jul 10 09:29:01 2007 -0500
27979
27980 include/configs/[a-e]*: Cleanup BOOTP and lingering CFG_CMD_*.
27981
27982 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27983 used to be included but CONFIG_BOOTP_MASK was not defined.
27984
27985 Remove lingering references to CFG_CMD_* symbols.
27986
27987 Signed-off-by: Jon Loeliger <jdl@freescale.com>
27988
27989commit a1aa0bb502e25fd598b5e0ccdfb2c174921d714a
27990Author: Jon Loeliger <jdl@freescale.com>
27991Date: Tue Jul 10 09:22:23 2007 -0500
27992
27993 include/configs/[P-Z]*: Cleanup BOOTP and lingering CFG_CMD_*.
27994
27995 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
27996 used to be included but CONFIG_BOOTP_MASK was not defined.
27997
27998 Remove lingering references to CFG_CMD_* symbols.
27999
28000 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28001
28002commit 659e2f6736232a08acca8785c206e2b4d9cd07d7
28003Author: Jon Loeliger <jdl@freescale.com>
28004Date: Tue Jul 10 09:10:49 2007 -0500
28005
28006 include/configs/[J-O]*: Cleanup BOOTP and lingering CFG_CMD_*.
28007
28008 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
28009 used to be included but CONFIG_BOOTP_MASK was not defined.
28010
28011 Remove lingering references to CFG_CMD_* symbols.
28012
28013 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28014
28015commit 11799434c5ff15a612577bb1ad1f4ea1a0595e4b
28016Author: Jon Loeliger <jdl@freescale.com>
28017Date: Tue Jul 10 09:02:57 2007 -0500
28018
28019 include/configs/[A-I]*: Cleanup BOOTP and lingering CFG_CMD_*.
28020
28021 Explicitly add in default CONFIG_BOOTP_* options where cmd_confdefs.h
28022 used to be included but CONFIG_BOOTP_MASK was not defined.
28023
28024 Remove lingering references to CFG_CMD_* symbols.
28025
28026 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28027
28028commit 1fe80d79c5c4e52d3410a7ab4b8515da095cdab3
28029Author: Jon Loeliger <jdl@freescale.com>
28030Date: Mon Jul 9 22:08:34 2007 -0500
28031
28032 Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
28033
28034 All of the choices for CONFIG_BOOTP_ are now documented in
28035 the README file. You must now individually select exactly
28036 the set that you want using a series of
28037 #define CONFIG_BOOTP_<x>
28038 statements in the board port config files now.
28039
28040 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28041
28042commit d3b8c1a743dcd31625c99e6a44590f207eb00028
28043Author: Jon Loeliger <jdl@freescale.com>
28044Date: Mon Jul 9 21:57:31 2007 -0500
28045
28046 include/configs/[m-z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28047
28048 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28049
28050commit 2fd90ce575b02d189cbf443c85309bcd001aa393
28051Author: Jon Loeliger <jdl@freescale.com>
28052Date: Mon Jul 9 21:48:26 2007 -0500
28053
28054 include/configs/[a-m]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28055
28056 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28057
28058commit 37d4bb70586659dedef1658ce1bed071be098aec
28059Author: Jon Loeliger <jdl@freescale.com>
28060Date: Mon Jul 9 21:38:02 2007 -0500
28061
28062 include/configs/[T-Z]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28063
28064 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28065
28066commit 18225e8dd1950bd6dbf35011e436db7f474c187d
28067Author: Jon Loeliger <jdl@freescale.com>
28068Date: Mon Jul 9 21:31:24 2007 -0500
28069
28070 include/configs/[P-S]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28071
28072 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28073
28074commit 7be044e4ea644b0ef1c486dadc1a4c2665b4374d
28075Author: Jon Loeliger <jdl@freescale.com>
28076Date: Mon Jul 9 21:24:19 2007 -0500
28077
28078 include/configs/[H-N]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28079
28080 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28081
28082commit 5d2ebe1b3ef0055c661bb1a0d252bf252380069f
28083Author: Jon Loeliger <jdl@freescale.com>
28084Date: Mon Jul 9 21:16:53 2007 -0500
28085
28086 include/configs/[A-G]*: Directly use CONFIG_BOOTP_* symbols rather than CONFIG_BOOTP_MASK.
28087
28088 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28089
28090commit f55f7f8d83f36021ab1f0e3d738f5d8c8083a7e3
28091Author: Jon Loeliger <jdl@freescale.com>
28092Date: Mon Jul 9 19:12:30 2007 -0500
28093
28094 Retire CONFIG_COMMANDS finally.
28095 Strip old CFG_CMD_* symbols out.
28096
28097 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28098
28099commit b5501f7d720fed99ab0b42c83f5dea52868ce007
28100Author: Jon Loeliger <jdl@freescale.com>
28101Date: Mon Jul 9 19:10:03 2007 -0500
28102
28103 Update README.* to reference new CONFIG_CMD_* names now.
28104
28105 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28106
28107commit 4431283c7e6d54ae180d466e51bf2d97471a0ad9
28108Author: Jon Loeliger <jdl@freescale.com>
28109Date: Mon Jul 9 19:06:00 2007 -0500
28110
28111 cpu/m*: Remove obsolete references to CONFIG_COMMANDS
28112
28113 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28114
28115commit 3a1ed1e1f922c419bb71f7df4949d783ade369fa
28116Author: Jon Loeliger <jdl@freescale.com>
28117Date: Mon Jul 9 18:57:22 2007 -0500
28118
28119 cpu/[7a-ln-z]*: Remove obsolete references to CONFIG_COMMANDS
28120
28121 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28122
28123commit ab3abcbabd840928fb1eb5122118ca466b5e5013
28124Author: Jon Loeliger <jdl@freescale.com>
28125Date: Mon Jul 9 18:45:16 2007 -0500
28126
28127 board/[q-z]*: Remove obsolete references to CONFIG_COMMANDS
28128
28129 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28130
28131commit 3fe00109a5f12de55b6e25b1f98dfc24bc9090c9
28132Author: Jon Loeliger <jdl@freescale.com>
28133Date: Mon Jul 9 18:38:39 2007 -0500
28134
28135 board/[m-p]*: Remove obsolete references to CONFIG_COMMANDS
28136
28137 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28138
28139commit c508a4cefd8a953fc64957650506a035e6e3d9d1
28140Author: Jon Loeliger <jdl@freescale.com>
28141Date: Mon Jul 9 18:31:28 2007 -0500
28142
28143 board/[f-l]*: Remove obsolete references to CONFIG_COMMANDS
28144
28145 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28146
28147commit b9307262f8a9f3b5c9e15a6067eadc17407146f6
28148Author: Jon Loeliger <jdl@freescale.com>
28149Date: Mon Jul 9 18:24:55 2007 -0500
28150
28151 board/[d-e]*: Remove obsolete references to CONFIG_COMMANDS
28152
28153 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28154
28155commit fcec2eb93e126400009729328e797f12bc94f1fd
28156Author: Jon Loeliger <jdl@freescale.com>
28157Date: Mon Jul 9 18:19:09 2007 -0500
28158
28159 board/[A-Za-c]*: Remove obsolete references to CONFIG_COMMANDS
28160
28161 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28162
28163commit a593814f2be0c9cdc3133cd550b167b8a988328f
28164Author: Jon Loeliger <jdl@freescale.com>
28165Date: Mon Jul 9 18:10:50 2007 -0500
28166
28167 rtc/: Remove obsolete references to CONFIG_COMMANDS
28168
28169 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28170
28171commit 67350568f9d46e66c21829f3513b3db0caeb948b
28172Author: Jon Loeliger <jdl@freescale.com>
28173Date: Mon Jul 9 18:05:38 2007 -0500
28174
28175 lib_{arm,avr32,blackfin,generic,i386}/: Remove obsolete references to CONFIG_COMMANDS
28176
28177 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28178
28179commit 7def6b34f910f08d7ef0a14646da067719237ca2
28180Author: Jon Loeliger <jdl@freescale.com>
28181Date: Mon Jul 9 18:02:11 2007 -0500
28182
28183 lib_{m68k,microblaze,mips,ppc}/: Remove obsolete references to CONFIG_COMMANDS
28184
28185 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28186
28187commit dd60d1223b99a88a7216f3e041fe40634ad4c2bb
28188Author: Jon Loeliger <jdl@freescale.com>
28189Date: Mon Jul 9 17:56:50 2007 -0500
28190
28191 fs/: Remove obsolete references to CONFIG_COMMANDS
28192
28193 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28194
28195commit c91898bbc505aff3e12a807af88e76da18efb7ee
28196Author: Jon Loeliger <jdl@freescale.com>
28197Date: Mon Jul 9 17:46:09 2007 -0500
28198
28199 tools/: Remove obsolete references to CONFIG_COMMANDS
28200
28201 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28202
28203commit 643d1ab23960950b52e0a2803c2d3ea4c558fa01
28204Author: Jon Loeliger <jdl@freescale.com>
28205Date: Mon Jul 9 17:45:14 2007 -0500
28206
28207 net/: Remove obsolete references to CONFIG_COMMANDS
28208
28209 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28210
28211commit cb51c0bf88f95a1bca68324b0126f8eed8b43273
28212Author: Jon Loeliger <jdl@freescale.com>
28213Date: Mon Jul 9 17:39:42 2007 -0500
28214
28215 drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS
28216
28217 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28218
28219commit 07d38a17e964aec4c7827f0ee9a583bc8cc1ad6b
28220Author: Jon Loeliger <jdl@freescale.com>
28221Date: Mon Jul 9 17:30:01 2007 -0500
28222
28223 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS
28224
28225 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28226
28227commit cde5c64d17cf4834aa7b5c373f288bc7dad27b29
28228Author: Jon Loeliger <jdl@freescale.com>
28229Date: Mon Jul 9 17:22:37 2007 -0500
28230
28231 disk/: Remove obsolete references to CONFIG_COMMANDS
28232
28233 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28234
28235commit 639221c76c88215bd55af83ad174fc30d1940f8f
28236Author: Jon Loeliger <jdl@freescale.com>
28237Date: Mon Jul 9 17:15:49 2007 -0500
28238
28239 include/: Remove obsolete references to CONFIG_COMMANDS
28240 Mostly removed from comments here.
28241
28242 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28243
Wolfgang Denk239f05e2007-07-12 01:45:34 +020028244commit 4ef218f6fdf8d747f4589da5252b004e7d2c2876
28245Author: Wolfgang Denk <wd@denx.de>
28246Date: Tue Jul 10 00:01:28 2007 +0200
28247
28248 Coding style cleanup; update CHANGELOG.
28249
28250 Signed-off-by: Wolfgang Denk <wd@denx.de>
28251
Wolfgang Denka5a38f42007-08-16 11:51:04 +020028252commit c8603cfbd4573379a6076c9c208545ba2bbf019a
28253Author: Stefan Roese <sr@denx.de>
28254Date: Mon Jul 9 11:00:24 2007 +0200
28255
28256 Small coding style cleanup
28257
28258 Signed-off-by: Stefan Roese <sr@denx.de>
28259
28260commit 0f92c7e7c9a62755b1457d3c46f93c8c1f6c19fc
28261Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28262Date: Mon Jul 9 10:10:08 2007 +0200
28263
28264 Migrate esd 405EP boards to new NAND subsystem
28265
28266 Remove unused CFG_NAND_LEGACY define
28267
28268 These boards to not have NAND.
28269
28270 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28271
28272commit bd84ee4c2020c3a6861f4bb2e7ea0fb49f82e803
28273Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28274Date: Mon Jul 9 10:10:06 2007 +0200
28275
28276 Migrate esd 405EP boards to new NAND subsystem
28277
28278 Migrate esd 405EP boards to new NAND subsystem
28279
28280 -cleanup
28281 -use correct io accessors (in/out_be32())
28282
28283 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28284
28285commit e09f7ab5749c345f924da272bea0521a73af5b11
28286Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28287Date: Mon Jul 9 10:10:04 2007 +0200
28288
28289 Migrate esd 405EP boards to new NAND subsystem
28290
28291 This patch prepares the migration from the legacy NAND driver
28292 to U-Boot's new NAND subsystem for esd boards.
28293
28294 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
28295
Wolfgang Denk5728be32007-08-06 01:01:49 +020028296commit c3517f919d0f61650cf3027fd4faf0f631142f6c
28297Author: Jon Loeliger <jdl@freescale.com>
28298Date: Sun Jul 8 18:10:08 2007 -0500
28299
28300 common/* non-cmd*: Remove obsolete references to CONFIG_COMMANDS
28301
28302 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28303
28304commit fd9bcaa35be64fe41a4223fdb6ecdbad52470b39
28305Author: Jon Loeliger <jdl@freescale.com>
28306Date: Sun Jul 8 18:05:39 2007 -0500
28307
28308 common/cmd_[p-x]*: Remove obsolete references to CONFIG_COMMANDS.
28309
28310 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28311
28312commit c76fe47425afc7d5d670ff0539823c85d65d9c42
28313Author: Jon Loeliger <jdl@freescale.com>
28314Date: Sun Jul 8 18:02:23 2007 -0500
28315
28316 common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.
28317
28318 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28319
28320commit baa26db4113679b80970ff447d91cc10217742a6
28321Author: Jon Loeliger <jdl@freescale.com>
28322Date: Sun Jul 8 17:51:39 2007 -0500
28323
28324 common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.
28325
28326 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28327
28328commit af075ee96e52dda7b6bca6c937588aeaaec5f2cd
28329Author: Jon Loeliger <jdl@freescale.com>
28330Date: Sun Jul 8 17:02:01 2007 -0500
28331
28332 Clear up confusion over the CMD_POST and POST_DIAG mess.
28333
28334 For some reason, CONFIG_POST permeated as CONFIG_CMD_POST_DIAG
28335 when it really means just CONFIG_CMD_DIAG. There is no CMD_POST.
28336 Clear this mess up some.
28337
28338 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28339
28340commit b3631487105a57ab7cbadfc26efbaf9676275018
28341Author: Jon Loeliger <jdl@freescale.com>
28342Date: Sun Jul 8 15:45:08 2007 -0500
28343
28344 Remove references to the old cmd_confdefs.h include file.
28345
28346 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28347
28348commit a22d4da95e20049b4daa1c2a022f61e8a72f2fb6
28349Author: Jon Loeliger <jdl@freescale.com>
28350Date: Sun Jul 8 15:42:59 2007 -0500
28351
28352 include/configs: Catch some CONFIG_CMD_* conversion stragglers.
28353
28354 Use new CONFIG_CMD_* in lwmon5.h board config file.
28355 Fix CONFIG_CMD_* typo braindamage in omap1510inn.h
28356
28357 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28358
28359commit a5562901661bd428f7e5feb333f796372cb81019
28360Author: Jon Loeliger <jdl@freescale.com>
28361Date: Sun Jul 8 15:31:57 2007 -0500
28362
28363 include/configs: Use new CONFIG_CMD_* in various [TUVWZYZ]* named board config files.
28364
28365 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28366
28367commit fe7f782d5b8c64a0195c68c31a0a11d4f641355e
28368Author: Jon Loeliger <jdl@freescale.com>
28369Date: Sun Jul 8 15:02:44 2007 -0500
28370
28371 include/configs: Use new CONFIG_CMD_* in various S* named board config files.
28372
28373 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28374
28375commit e9a0f8f15c11f337967aa0600ad6e8af33037f50
28376Author: Jon Loeliger <jdl@freescale.com>
28377Date: Sun Jul 8 15:12:40 2007 -0500
28378
28379 include/configs: Use new CONFIG_CMD_* in various R* named board config files.
28380
28381 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28382
28383commit 12aa9fd23d724bd6ab88e1baa0db35133a27303f
28384Author: Jon Loeliger <jdl@freescale.com>
28385Date: Sun Jul 8 14:55:07 2007 -0500
28386
28387 include/configs: Use new CONFIG_CMD_* in various Q* named board config files.
28388
28389 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28390
28391commit acf0269779422f3e147d2ddfb499c9f6ff10ad5e
28392Author: Jon Loeliger <jdl@freescale.com>
28393Date: Sun Jul 8 14:49:44 2007 -0500
28394
28395 include/configs: Use new CONFIG_CMD_* in various P* named board config files.
28396
28397 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28398
28399commit e18a1061a8630cb67995fdf99afd3fb50d1b187d
28400Author: Jon Loeliger <jdl@freescale.com>
28401Date: Sun Jul 8 14:21:43 2007 -0500
28402
28403 include/configs: Use new CONFIG_CMD_* in various [NO]* named board config files.
28404
28405 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28406
28407commit 8353e139bfad9059c54f5b2421f1a3090e15a2e2
28408Author: Jon Loeliger <jdl@freescale.com>
28409Date: Sun Jul 8 14:14:17 2007 -0500
28410
28411 include/configs: Use new CONFIG_CMD_* in various M* named board config files.
28412
28413 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28414
28415commit 348f258f24253433e4a2302a0bbceb6740a67246
28416Author: Jon Loeliger <jdl@freescale.com>
28417Date: Sun Jul 8 13:46:18 2007 -0500
28418
28419 include/configs: Use new CONFIG_CMD_* in various [IJKL]* named board config files.
28420
28421 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28422
28423commit 6c4f4da9bfc9f9403f54fce678ed0364b7c86a6a
28424Author: Jon Loeliger <jdl@freescale.com>
28425Date: Sun Jul 8 10:09:35 2007 -0500
28426
28427 include/configs: Use new CONFIG_CMD_* in various H* named board config files.
28428
28429 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28430
28431commit 60a0876b5106b34220e459c208bbf648073306c0
28432Author: Jon Loeliger <jdl@freescale.com>
28433Date: Sat Jul 7 21:04:26 2007 -0500
28434
28435 include/configs: Use new CONFIG_CMD_* in various F* and G* named board config files.
28436
28437 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28438
28439commit dcaa71562826a2466e894c868d132509dcda8444
28440Author: Jon Loeliger <jdl@freescale.com>
28441Date: Sat Jul 7 20:56:05 2007 -0500
28442
28443 include/configs: Use new CONFIG_CMD_* in various E* named board config files.
28444
28445 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28446
28447commit 3c3227f3c737502311b25b72084573901cbbf17d
28448Author: Jon Loeliger <jdl@freescale.com>
28449Date: Sat Jul 7 20:40:43 2007 -0500
28450
28451 include/configs: Use new CONFIG_CMD_* in various D* named board config files.
28452
28453 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28454
28455commit 49cf7e8ee7ef943fdfe866ce28410b0bfbf6a26c
28456Author: Jon Loeliger <jdl@freescale.com>
28457Date: Thu Jul 5 19:52:35 2007 -0500
28458
28459 include/configs: Use new CONFIG_CMD_* in various C* named board config files.
28460
28461 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28462
28463commit de8b2a6e33298dcdb10bdda48db25e53c3089eba
28464Author: Jon Loeliger <jdl@freescale.com>
28465Date: Thu Jul 5 19:32:07 2007 -0500
28466
28467 include/configs: Use new CONFIG_CMD_* in various B* named board config files.
28468
28469 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28470
28471commit 498ff9a228485bd4b9f23d066bada268f9add1dd
28472Author: Jon Loeliger <jdl@freescale.com>
28473Date: Thu Jul 5 19:13:52 2007 -0500
28474
28475 include/configs: Use new CONFIG_CMD_* in various A* named board config files.
28476
28477 Since ADS860.h includes "board/fads/fads.h" with ramifications
28478 on the CONFIG_COMMAND treatment, it too has to be adjusted to
28479 exclude already configured commands in this same commit.
28480
28481 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28482
Wolfgang Denka5a38f42007-08-16 11:51:04 +020028483commit 10e038932f22ee80ebd53de312531e70e6590a2f
28484Author: Thomas Knobloch <knobloch@siemens.com>
28485Date: Fri Jul 6 14:58:39 2007 +0200
28486
28487 [NAND] Bad block skipping for command nboot
28488
28489 The old implementation of command nboot does not support reading the image from
28490 NAND flash with skipping of bad blocks. The patch implements a new version of
28491 the nboot command: by calling nboot.jffs2 from the u-boot command line the
28492 command will load the image from NAND flash with respect to bad blocks (by using
28493 nand_read_opts()). This is similar to e.g. the NAND read command: "nand
28494 read.jffs2 ...".
28495
28496 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
28497 Signed-off-by: Stefan Roese <sr@denx.de>
28498
28499commit 334043f601a90ac53e5ecc846fbb73a1ef38cb1f
28500Author: Stefan Roese <sr@denx.de>
28501Date: Fri Jul 6 12:26:51 2007 +0200
28502
28503 ppc4xx: Update lwmon5 default environment
28504
28505 Signed-off-by: Stefan Roese <sr@denx.de>
28506
28507commit 5d187430a055d62f17ca84d75e7245439d1f7e75
28508Author: Stefan Roese <sr@denx.de>
28509Date: Fri Jul 6 11:48:24 2007 +0200
28510
28511 ppc4xx: Update lwmon5 board
28512
28513 Add unlock=yes environment variable to default variables to unlock
28514 the CFI flash by default.
28515
28516 Signed-off-by: Stefan Roese <sr@denx.de>
28517
Wolfgang Denk5728be32007-08-06 01:01:49 +020028518commit 6b0a174a1e6f55e1f5a1fbb223cdad7645a4646e
28519Author: Stefan Roese <sr@denx.de>
28520Date: Fri Jul 6 09:45:47 2007 +0200
28521
28522 Fix problem with get/setdcr commands introduced by cfg patches
28523
28524 Signed-off-by: Stefan Roese <sr@denx.de>
28525
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020028526commit f1152f8c28db4a22087c21c618a3f7baa48e9a4f
28527Author: Wolfgang Denk <wd@denx.de>
28528Date: Fri Jul 6 02:50:19 2007 +0200
28529
28530 Code cleanup and default config update for STC GP3 SSA board.
28531
28532 Signed-off-by: Wolfgang Denk <wd@denx.de>
28533
Wolfgang Denk5728be32007-08-06 01:01:49 +020028534commit e4dbe1b215f5c6c462e76909d240bd96472b84de
28535Author: Wolfgang Denk <wd@denx.de>
28536Date: Thu Jul 5 17:56:27 2007 +0200
28537
28538 Fixing some typos etc. introduced mainly by cfg patches.
28539
28540 Signed-off-by: Wolfgang Denk <wd@denx.de>
28541
28542commit b6b4684546809f89c8bac72863ca49b5fd8ac0cd
28543Author: Wolfgang Denk <wd@denx.de>
28544Date: Thu Jul 5 11:12:16 2007 +0200
28545
28546 Minor coding style cleanup. Update CHANGELOG.
28547
Wolfgang Denkb6b46842007-07-05 11:12:16 +020028548commit dca3b3d6d6396b67e5e84af53452164923c73443
28549Author: Jon Loeliger <jdl@jdl.com>
28550Date: Wed Jul 4 22:33:46 2007 -0500
28551
28552 include/configs: Use new CONFIG_CMD_* in various [v-z]* named board config files.
28553
28554 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28555
28556commit 6c18eb9804b525f3e4f3bb3d014dd69a200d9fa7
28557Author: Jon Loeliger <jdl@jdl.com>
28558Date: Wed Jul 4 22:33:38 2007 -0500
28559
28560 include/configs: Use new CONFIG_CMD_* in various t* and u* named board config files.
28561
28562 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28563
28564commit 46da1e96b7db14f4fcd2c92544e7c0862024bc76
28565Author: Jon Loeliger <jdl@jdl.com>
28566Date: Wed Jul 4 22:33:30 2007 -0500
28567
28568 include/configs: Use new CONFIG_CMD_* in various s* named board config files.
28569
28570 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28571
28572commit 90cc3eb6d2be856d9ddd81436de9cf343bc6b5c8
28573Author: Jon Loeliger <jdl@jdl.com>
28574Date: Wed Jul 4 22:33:23 2007 -0500
28575
28576 include/configs: Use new CONFIG_CMD_* in various q* and r* named board config files.
28577
28578 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28579
28580commit 26a34560d56a9df5bc2ae23525d9229736134757
28581Author: Jon Loeliger <jdl@jdl.com>
28582Date: Wed Jul 4 22:33:17 2007 -0500
28583
28584 include/configs: Use new CONFIG_CMD_* in various p* named board config files.
28585
28586 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28587
28588commit a5cb23092a7d31490a33d4ec871468b63babfa3c
28589Author: Jon Loeliger <jdl@jdl.com>
28590Date: Wed Jul 4 22:33:13 2007 -0500
28591
28592 include/configs: Use new CONFIG_CMD_* in various o* named board config files.
28593
28594 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28595
28596commit 929a2bfd142737003a8fc32e1b86e1f2c1850257
28597Author: Jon Loeliger <jdl@jdl.com>
28598Date: Wed Jul 4 22:33:07 2007 -0500
28599
28600 include/configs: Use new CONFIG_CMD_* in various n* named board config files.
28601
28602 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28603
28604commit 5dc11a511960d490f7f01ffd746edfe6277f99b0
28605Author: Jon Loeliger <jdl@jdl.com>
28606Date: Wed Jul 4 22:33:01 2007 -0500
28607
28608 include/configs: Use new CONFIG_CMD_* in various m* named board config files.
28609
28610 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28611
28612commit 9bbb1c0820c1fbd3811ab6ee4ba0f6c6f76b27e4
28613Author: Jon Loeliger <jdl@jdl.com>
28614Date: Wed Jul 4 22:32:57 2007 -0500
28615
28616 include/configs: Use new CONFIG_CMD_* in various l* named board config files.
28617
28618 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28619
28620commit bc234c129fa04fb9fa33530930e5cbc6084cd47a
28621Author: Jon Loeliger <jdl@jdl.com>
28622Date: Wed Jul 4 22:32:51 2007 -0500
28623
28624 include/configs: Use new CONFIG_CMD_* in various j* and k* named board config files.
28625
28626 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28627
28628commit 1d2c6bc491969f8d8fb34c8e30e8bea7a2af9c31
28629Author: Jon Loeliger <jdl@jdl.com>
28630Date: Wed Jul 4 22:32:32 2007 -0500
28631
28632 include/configs: Use new CONFIG_CMD_* in various i* named board config files.
28633
28634 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28635
28636commit 48d5d102a2f2e619c92050b9aedbb69689185bc0
28637Author: Jon Loeliger <jdl@jdl.com>
28638Date: Wed Jul 4 22:32:25 2007 -0500
28639
28640 include/configs: Use new CONFIG_CMD_* in various h* named board config files.
28641
28642 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28643
28644commit 72eb0efaed7048afcc61fc6f0085c49394b5dc36
28645Author: Jon Loeliger <jdl@jdl.com>
28646Date: Wed Jul 4 22:32:19 2007 -0500
28647
28648 include/configs: Use new CONFIG_CMD_* in various g* named board config files.
28649
28650 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28651
28652commit 1bec3d3002d3bbbae6f2468a0f7376db1120d33e
28653Author: Jon Loeliger <jdl@jdl.com>
28654Date: Wed Jul 4 22:32:10 2007 -0500
28655
28656 include/configs: Use new CONFIG_CMD_* in various e* named board config files.
28657
28658 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28659
28660commit ab999ba1b31ebe78dd16374394a55d7c6e5aa6e4
28661Author: Jon Loeliger <jdl@jdl.com>
28662Date: Wed Jul 4 22:32:03 2007 -0500
28663
28664 include/configs: Use new CONFIG_CMD_* in various d* named board config files.
28665
28666 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28667
28668commit 37e4f24b87fa255ae456d193b7cd23c18dd1d56b
28669Author: Jon Loeliger <jdl@jdl.com>
28670Date: Wed Jul 4 22:31:56 2007 -0500
28671
28672 include/configs: Use new CONFIG_CMD_* in various c* named board config files.
28673
28674 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28675
28676commit ba2351f9d1e841bd00ea6dad1e3c16d0259ad264
28677Author: Jon Loeliger <jdl@jdl.com>
28678Date: Wed Jul 4 22:31:49 2007 -0500
28679
28680 include/configs: Use new CONFIG_CMD_* in various b* named board config files.
28681
28682 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28683
28684commit 0b361c916617aff79e647b40f0e43361e0bbaccf
28685Author: Jon Loeliger <jdl@jdl.com>
28686Date: Wed Jul 4 22:31:42 2007 -0500
28687
28688 include/configs: Use new CONFIG_CMD_* in various a* named board config files.
28689
28690 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28691
28692commit b730cda82e362df6a22f4c59c0a9b97e885b1014
28693Author: Jon Loeliger <jdl@jdl.com>
28694Date: Wed Jul 4 22:31:35 2007 -0500
28695
28696 include/configs: Use new CONFIG_CMD_* in mpc5xx board config files.
28697
28698 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28699
28700commit d794cfefead5fc177cf4f41164e80382e9c9484a
28701Author: Jon Loeliger <jdl@jdl.com>
28702Date: Wed Jul 4 22:31:15 2007 -0500
28703
28704 include/configs: Use new CONFIG_CMD_* in various 5200 board config files.
28705
28706 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28707
28708commit ef0df52ab49eea4a30c15087fd27d54c1d946f2c
28709Author: Jon Loeliger <jdl@jdl.com>
28710Date: Wed Jul 4 22:31:07 2007 -0500
28711
28712 include/configs: Use new CONFIG_CMD_* in STx board config files.
28713
28714 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28715
28716commit 866e3089bfc826bb4dc74637f8aad87a3bab79fc
28717Author: Jon Loeliger <jdl@jdl.com>
28718Date: Wed Jul 4 22:30:58 2007 -0500
28719
28720 include/configs: Use new CONFIG_CMD_* in sbc* board config files.
28721
28722 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28723
28724commit 2694690e285acaa34922f55f4b5ae030da60c55a
28725Author: Jon Loeliger <jdl@jdl.com>
28726Date: Wed Jul 4 22:30:50 2007 -0500
28727
28728 include/configs: Use new CONFIG_CMD_* in TQM board config files.
28729
28730 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28731
28732commit 1cc4c458329765b58e584a19821e796b3c10e976
28733Author: Jon Loeliger <jdl@jdl.com>
28734Date: Wed Jul 4 22:30:28 2007 -0500
28735
28736 include/configs: Use new CONFIG_CMD_* in 82xx board config files.
28737
28738 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28739
28740commit 8ea5499afdaba0acf60923dd99001c399d4a7c8e
28741Author: Jon Loeliger <jdl@jdl.com>
28742Date: Wed Jul 4 22:30:06 2007 -0500
28743
28744 include/configs: Use new CONFIG_CMD_* in 83xx board config files.
28745
28746 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28747
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020028748commit b44896215a09c60fa40cae906f7ed207bbc2c492
28749Author: Sergei Poselenov <sposelenov@emcraft.com>
28750Date: Thu Jul 5 08:17:37 2007 +0200
28751
28752 Merged POST framework with the current TOT.
28753
28754 Signed-off-by: Sergei Poselenov <sposelenov@emcraft.com>
28755
Wolfgang Denkb6b46842007-07-05 11:12:16 +020028756commit b24629fa377214d63bb40d1360e354b6d3e4af56
28757Author: Jon Loeliger <jdl@jdl.com>
28758Date: Wed Jun 13 13:23:15 2007 -0500
28759
28760 mpc86xx: Remove old CFG_CMD_* references.
28761
28762 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28763
28764commit 46175d9764da129bb4fd341cd2554dc7d55f5b2a
28765Author: Jon Loeliger <jdl@jdl.com>
28766Date: Wed Jun 13 13:22:54 2007 -0500
28767
28768 Add MPC8568MDS to MAKEALL 85xx target.
28769
28770 It was missing from the original port submission.
28771
28772 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28773
28774commit 2835e518c969e5124ba1174eef3e8375e12fa7d5
28775Author: Jon Loeliger <jdl@jdl.com>
28776Date: Wed Jun 13 13:22:08 2007 -0500
28777
28778 include/configs: Use new CONFIG_CMD_* in 85xx board config files.
28779
28780 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28781
28782commit 56b304ac2091689506088a9ae67f63fd6300cf16
28783Author: Jon Loeliger <jdl@jdl.com>
28784Date: Wed Jun 13 13:21:37 2007 -0500
28785
28786 Fix #if typo in CONFIG_CMD_* changes.
28787
28788 Signed-off-by: Jon Loeliger <jdl@freescale.com>
28789
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020028790commit f780b83316d9af1f61d71cc88b1917b387b9b995
28791Author: Niklaus Giger <niklausgiger@gmx.ch>
28792Date: Wed Jun 27 18:11:38 2007 +0200
28793
28794 resubmit: ppc4xx: Remove sequoia/sequioa.h. Cleanup ppc440.h for PPC440EPX
28795
28796 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
28797
28798commit 04e6c38b766eaa2f3287561563c9e215e0c3a0d4
28799Author: Stefan Roese <sr@denx.de>
28800Date: Wed Jul 4 10:06:30 2007 +0200
28801
28802 ppc4xx: Update lwmon5 board
28803
28804 - Add optional ECC generation routine to preserve existing
28805 RAM values. This is needed for the Linux log-buffer support
28806 - Add optional DDR2 setup with CL=4
28807 - GPIO50 not used anymore
28808 - Lime register setup added
28809
28810 Signed-off-by: Stefan Roese <sr@denx.de>
28811
Wolfgang Denkb6b46842007-07-05 11:12:16 +020028812commit 6810a34677dbc446334f5e451f1682426dd33b49
28813Author: Grant Likely <grant.likely@secretlab.ca>
28814Date: Tue Jul 3 00:17:28 2007 -0600
28815
28816 Fix Makefile to use $(MKCONFIG) macro for all board ports
28817
28818 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28819
28820commit 90b1b2d69b9396ff2f01165ebc16c9a594eb5926
28821Author: Grant Likely <grant.likely@secretlab.ca>
28822Date: Tue Jul 3 00:17:28 2007 -0600
28823
28824 Fix Makefile to use $(MKCONFIG) macro for all board ports
28825
28826 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28827
28828commit 057004f4a4863554d56cc56268bfa7c7d9738e27
28829Author: Grant Likely <grant.likely@secretlab.ca>
28830Date: Tue Jul 3 00:34:49 2007 -0600
28831
28832 Correct fixup relocation for mpc83xx
28833
28834 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28835
28836commit 5af61b2f4b838a05f79be274f3e5a66edd2d9c96
28837Author: Grant Likely <grant.likely@secretlab.ca>
28838Date: Tue Jul 3 00:34:44 2007 -0600
28839
28840 Correct fixup relocation for mpc8260
28841
28842 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28843
28844commit f3a52fe05923935db86985daf9438e2f70ac39aa
28845Author: Grant Likely <grant.likely@secretlab.ca>
28846Date: Tue Jul 3 00:34:39 2007 -0600
28847
28848 Correct fixup relocation for mpc824x
28849
28850 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28851
28852commit a85dd254c0577fca13627c46e93fc2ad4c4f1f00
28853Author: Grant Likely <grant.likely@secretlab.ca>
28854Date: Tue Jul 3 00:34:34 2007 -0600
28855
28856 Correct fixup relocation for mpc8220
28857
28858 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28859
28860commit 6f7576b20ecf0d040c3ac3b032b5cbc860e38a90
28861Author: Grant Likely <grant.likely@secretlab.ca>
28862Date: Tue Jul 3 00:34:29 2007 -0600
28863
28864 Correct fixup relocation for MPC5xxx
28865
28866 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28867
28868commit 3649cd99ba815b6601868735765602f00ef3692b
28869Author: Grant Likely <grant.likely@secretlab.ca>
28870Date: Tue Jul 3 00:34:24 2007 -0600
28871
28872 Correct relocation fixup for mpc5xx
28873
28874 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28875
28876commit f82b3b6304b620ef7e28bfaa1ea887a2ad2fa325
28877Author: Grant Likely <grant.likely@secretlab.ca>
28878Date: Tue Jul 3 00:34:19 2007 -0600
28879
28880 Don't set gd->reloc_off if relocation of .fixup works correctly
28881
28882 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28883
28884commit e1a6144c32dc7de73bcdd33995de0148cbd0bd28
28885Author: Grant Likely <grant.likely@secretlab.ca>
28886Date: Tue Jul 3 00:34:14 2007 -0600
28887
28888 Remove obsolete mpc83xx linker scripts
28889
28890 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28891
28892commit 17e32fc3908bf7089d3f16fc82a1c3ae674dd65b
28893Author: Grant Likely <grant.likely@secretlab.ca>
28894Date: Tue Jul 3 00:34:09 2007 -0600
28895
28896 Consolidate mpc8260 linker scripts
28897
28898 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28899
28900commit af7d38b393690d7eeaf418ac85a1e831a50d5fd0
28901Author: Grant Likely <grant.likely@secretlab.ca>
28902Date: Tue Jul 3 00:34:04 2007 -0600
28903
28904 Remove obsolete mpc824x linker scripts
28905
28906 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28907
28908commit f94a3aecebc40ca0939c7d66d010009cf51be9e2
28909Author: Grant Likely <grant.likely@secretlab.ca>
28910Date: Tue Jul 3 00:33:59 2007 -0600
28911
28912 Remove obsolete mpc824x linker scripts (3 of 4)
28913
28914 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28915
28916commit a71c084f3ac7fedf144537db2b2da47323068833
28917Author: Grant Likely <grant.likely@secretlab.ca>
28918Date: Tue Jul 3 00:33:53 2007 -0600
28919
28920 Remove obsolete mpc824x linker scripts (2 of 4)
28921
28922 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28923
28924commit f670a15468d1365241d40022b9408e1004181f5e
28925Author: Grant Likely <grant.likely@secretlab.ca>
28926Date: Tue Jul 3 00:33:48 2007 -0600
28927
28928 Remove obsolete mpc824x linker scripts (1 of 4)
28929
28930 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28931
28932commit 09555bd45a04c0e54f172528d21bc18896550d28
28933Author: Grant Likely <grant.likely@secretlab.ca>
28934Date: Tue Jul 3 00:33:43 2007 -0600
28935
28936 Remove obsolete mpc8220 linker scripts
28937
28938 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28939
28940commit 5efb992f046e51225c93d52f80fecbe433abd789
28941Author: Grant Likely <grant.likely@secretlab.ca>
28942Date: Tue Jul 3 00:33:38 2007 -0600
28943
28944 Remove obsolete mpc5xxx linker scripts (3 of 3)
28945
28946 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28947
28948commit 07c13dfef65b31647e69d8b61daa1eec598add1a
28949Author: Grant Likely <grant.likely@secretlab.ca>
28950Date: Tue Jul 3 00:33:33 2007 -0600
28951
28952 Remove obsolete mpc5xxx linker scripts (2 of 3)
28953
28954 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28955
28956commit b4f67513a624ce85866c66c575bd2d9d7977d7f0
28957Author: Grant Likely <grant.likely@secretlab.ca>
28958Date: Tue Jul 3 00:33:28 2007 -0600
28959
28960 Remove obsolete mpc5xxx linker scripts (1 of 3)
28961
28962 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28963
28964commit b7d8e05f8675249b5f208aa73babeed384a4519d
28965Author: Grant Likely <grant.likely@secretlab.ca>
28966Date: Tue Jul 3 00:33:23 2007 -0600
28967
28968 Remove obsolete mpc5xx linker scripts
28969
28970 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28971
28972commit 416a0b6d40f6eba3a2fc547253c16bda28d922f7
28973Author: Grant Likely <grant.likely@secretlab.ca>
28974Date: Tue Jul 3 00:33:18 2007 -0600
28975
28976 Consolidate mpc83xx linker scripts
28977
28978 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28979
28980commit 5fc59175b92883ed5d2666a04e6bc49e70a4a365
28981Author: Grant Likely <grant.likely@secretlab.ca>
28982Date: Tue Jul 3 00:33:13 2007 -0600
28983
28984 Consolidate mpc8260 linker scripts
28985
28986 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28987
28988commit 737f9eb02d7335df2b3e4d7a4d3348784d1da207
28989Author: Grant Likely <grant.likely@secretlab.ca>
28990Date: Tue Jul 3 00:33:08 2007 -0600
28991
28992 Consolidate mpc824x linker scripts
28993
28994 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
28995
28996commit 9c757b789a59a855db57b448dd825329c4e9c4a0
28997Author: Grant Likely <grant.likely@secretlab.ca>
28998Date: Tue Jul 3 00:33:03 2007 -0600
28999
29000 Consolidate mpc8220 linker scripts
29001
29002 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29003
29004commit d181c9a15cd41863fe24840d17848429f27d3c8c
29005Author: Grant Likely <grant.likely@secretlab.ca>
29006Date: Tue Jul 3 00:32:58 2007 -0600
29007
29008 Consolidate mpc5xxx linker scripts
29009
29010 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29011
29012commit 287ac924adb7291bebe5086652a362a30ab28b13
29013Author: Grant Likely <grant.likely@secretlab.ca>
29014Date: Tue Jul 3 00:32:53 2007 -0600
29015
29016 Consolidate mpc5xx linker scripts
29017
29018 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
29019
29020commit 52b8704d0245e589f86d462e9ec25aeb7ecbbbdd
29021Author: Wolfgang Denk <wd@denx.de>
29022Date: Wed Jul 4 00:43:53 2007 +0200
29023
29024 Fix a few file permission problems.
29025
29026 Signed-off-by: Wolfgang Denk <wd@denx.de>
29027
29028commit 78e0cf2de7be7f1eaeeb622eb61fd50e4d5e205c
29029Author: Wolfgang Denk <wd@denx.de>
29030Date: Wed Jul 4 00:38:38 2007 +0200
29031
29032 Minor coding style cleanup. Rebuild CHANGELOG file.
29033
Wolfgang Denk78e0cf22007-07-04 00:38:38 +020029034commit 2f9c19e496acb6bb50d9299e1aab377625d48c38
29035Author: Jon Loeliger <jdl@jdl.com>
29036Date: Mon Jun 11 19:03:44 2007 -0500
29037
29038 configs/ mpc86xx: Rewrite command line options using new CONFIG_CMD-* style.
29039
29040 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29041
29042commit 602ad3b33d9ceef83dbab46be68646d645d637ee
29043Author: Jon Loeliger <jdl@jdl.com>
29044Date: Mon Jun 11 19:03:39 2007 -0500
29045
29046 README: Rewrite command line config to use CONFIG_CMD_* names.
29047
29048 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29049
29050commit 72a074cec68e5bad60d63206c050974e08afd804
29051Author: Jon Loeliger <jdl@jdl.com>
29052Date: Mon Jun 11 19:03:34 2007 -0500
29053
29054 include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29055
29056 This is a compatibility step that allows both the older form
29057 and the new form to co-exist for a while until the older can
29058 be removed entirely.
29059
29060 All transformations are of the form:
29061 Before:
29062 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29063 After:
29064 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29065
29066 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29067
29068commit 5fcf543e0b6628c76ff48705b1b0566bfd11507b
29069Author: Jon Loeliger <jdl@jdl.com>
29070Date: Mon Jun 11 19:03:28 2007 -0500
29071
29072 tools/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29073
29074 This is a compatibility step that allows both the older form
29075 and the new form to co-exist for a while until the older can
29076 be removed entirely.
29077
29078 All transformations are of the form:
29079 Before:
29080 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29081 After:
29082 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29083
29084 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29085
29086commit 9107ebe0d352420895ab69b715697bdebc8caf50
29087Author: Jon Loeliger <jdl@jdl.com>
29088Date: Mon Jun 11 19:03:23 2007 -0500
29089
29090 board/[k-z]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29091
29092 This is a compatibility step that allows both the older form
29093 and the new form to co-exist for a while until the older can
29094 be removed entirely.
29095
29096 All transformations are of the form:
29097 Before:
29098 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29099 After:
29100 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29101
29102 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29103
29104commit 5e378003d592ea828ec69d6defcd4de79096dd5c
29105Author: Jon Loeliger <jdl@jdl.com>
29106Date: Mon Jun 11 19:03:19 2007 -0500
29107
29108 board/[Ma-i]*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29109
29110 This is a compatibility step that allows both the older form
29111 and the new form to co-exist for a while until the older can
29112 be removed entirely.
29113
29114 All transformations are of the form:
29115 Before:
29116 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29117 After:
29118 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29119
29120 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29121
29122commit 737184114ec9c9e0ab94d6713536126073bd2472
29123Author: Jon Loeliger <jdl@jdl.com>
29124Date: Mon Jun 11 19:03:15 2007 -0500
29125
29126 cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29127
29128 This is a compatibility step that allows both the older form
29129 and the new form to co-exist for a while until the older can
29130 be removed entirely.
29131
29132 All transformations are of the form:
29133 Before:
29134 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29135 After:
29136 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29137
29138 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29139
29140commit f48070fe5fe440dfb5ee5268c920de70e48ea327
29141Author: Jon Loeliger <jdl@jdl.com>
29142Date: Mon Jun 11 19:03:08 2007 -0500
29143
29144 cpu/mpc*/ : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29145
29146 This is a compatibility step that allows both the older form
29147 and the new form to co-exist for a while until the older can
29148 be removed entirely.
29149
29150 All transformations are of the form:
29151 Before:
29152 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29153 After:
29154 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29155
29156 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29157
29158commit 0c505db0a0dc1f670b13ce3b4d3fbf1ec5b3cbd2
29159Author: Jon Loeliger <jdl@jdl.com>
29160Date: Mon Jun 11 19:03:03 2007 -0500
29161
29162 lib_*/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29163
29164 This is a compatibility step that allows both the older form
29165 and the new form to co-exist for a while until the older can
29166 be removed entirely.
29167
29168 All transformations are of the form:
29169 Before:
29170 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29171 After:
29172 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29173
29174 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29175
29176commit 73f032021ec5f13cda8faa4e34b6de80960eb86f
29177Author: Jon Loeliger <jdl@jdl.com>
29178Date: Mon Jun 11 19:02:58 2007 -0500
29179
29180 lib_ppc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29181
29182 This is a compatibility step that allows both the older form
29183 and the new form to co-exist for a while until the older can
29184 be removed entirely.
29185
29186 All transformations are of the form:
29187 Before:
29188 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29189 After:
29190 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29191
29192 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29193
29194commit 98b79003c21c2578206003256de4e781d6b36ca8
29195Author: Jon Loeliger <jdl@jdl.com>
29196Date: Mon Jun 11 19:02:53 2007 -0500
29197
29198 rtc/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29199
29200 This is a compatibility step that allows both the older form
29201 and the new form to co-exist for a while until the older can
29202 be removed entirely.
29203
29204 All transformations are of the form:
29205 Before:
29206 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29207 After:
29208 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29209
29210 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29211
29212commit 6e2115acb6a892d53a6881bf253ae41d3df39156
29213Author: Jon Loeliger <jdl@jdl.com>
29214Date: Mon Jun 11 19:02:49 2007 -0500
29215
29216 net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29217
29218 This is a compatibility step that allows both the older form
29219 and the new form to co-exist for a while until the older can
29220 be removed entirely.
29221
29222 All transformations are of the form:
29223 Before:
29224 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29225 After:
29226 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29227
29228 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29229
29230commit 45cdb9b72c94655c7308b464a2666057c0b286e0
29231Author: Jon Loeliger <jdl@jdl.com>
29232Date: Mon Jun 11 19:02:34 2007 -0500
29233
29234 disk/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29235
29236 This is a compatibility step that allows both the older form
29237 and the new form to co-exist for a while until the older can
29238 be removed entirely.
29239
29240 All transformations are of the form:
29241 Before:
29242 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29243 After:
29244 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29245
29246 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29247
29248commit 4e109ae98294a5ca7ff848b7652c7bfd4023a94a
29249Author: Jon Loeliger <jdl@jdl.com>
29250Date: Mon Jun 11 19:02:20 2007 -0500
29251
29252 fs/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29253
29254 This is a compatibility step that allows both the older form
29255 and the new form to co-exist for a while until the older can
29256 be removed entirely.
29257
29258 All transformations are of the form:
29259 Before:
29260 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29261 After:
29262 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29263
29264 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29265
29266commit d5be43de93ff905c465e509d45a3164ef48d26e7
29267Author: Jon Loeliger <jdl@jdl.com>
29268Date: Mon Jun 11 19:02:10 2007 -0500
29269
29270 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29271
29272 This is a compatibility step that allows both the older form
29273 and the new form to co-exist for a while until the older can
29274 be removed entirely.
29275
29276 All transformations are of the form:
29277 Before:
29278 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29279 After:
29280 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29281
29282 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29283
29284commit b453960d4fdb87b3970d96119b90df2ed024fc4a
29285Author: Jon Loeliger <jdl@jdl.com>
29286Date: Mon Jun 11 19:02:05 2007 -0500
29287
29288 common/ non-cmd: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29289
29290 This is a compatibility step that allows both the older form
29291 and the new form to co-exist for a while until the older can
29292 be removed entirely.
29293
29294 All transformations are of the form:
29295 Before:
29296 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29297 After:
29298 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29299
29300 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29301
29302commit 65c450b47a62659d522cfa8f4fa1e4e5c60dccd0
29303Author: Jon Loeliger <jdl@jdl.com>
29304Date: Mon Jun 11 19:01:54 2007 -0500
29305
29306 common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29307
29308 This is a compatibility step that allows both the older form
29309 and the new form to co-exist for a while until the older can
29310 be removed entirely.
29311
29312 All transformations are of the form:
29313 Before:
29314 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29315 After:
29316 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29317
29318 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29319
29320commit a76adc8142c1d956385a109e0b70f9319ede4d66
29321Author: Jon Loeliger <jdl@jdl.com>
29322Date: Mon Jun 11 19:01:43 2007 -0500
29323
29324 common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
29325
29326 This is a compatibility step that allows both the older form
29327 and the new form to co-exist for a while until the older can
29328 be removed entirely.
29329
29330 All transformations are of the form:
29331 Before:
29332 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT)
29333 After:
29334 #if (CONFIG_COMMANDS & CFG_CMD_AUTOSCRIPT) || defined(CONFIG_CMD_AUTOSCRIPT)
29335
29336 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29337
29338commit ec63b10b61fd68238d4c15c1cd04c0b38228e2c1
29339Author: Jon Loeliger <jdl@jdl.com>
29340Date: Mon Jun 11 19:01:34 2007 -0500
29341
29342 Introduce initial versions of new Command Config files.
29343
29344 Derive three new files from cmd_confdefs.h:
29345 config_bootp.h - Has BOOTP related config options, not commands
29346 config_cmd_all.h - Has a CONFIG_CMD_* definition for every command
29347 config_cmd_default.h - Has a CONFIG_CMD_* definition for default cmds.
29348
29349 For now, include "config_bootp.h" for compatability until all
29350 users of it directly include it properly.
29351
29352 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29353
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020029354commit 1f2a05898658900dc5717761e27abf2052e67e13
29355Author: Mushtaq Khan <mushtaqk_921@yahoo.co.in>
29356Date: Sat Jun 30 18:50:48 2007 +0200
29357
29358 Fix S-ATA support.
29359
29360 Signed-off-by: mushtaq khan <mushtaqk_921@yahoo.co.in>
29361
29362commit a5d71e290f3673269be8eefb4ec44f53412f9461
29363Author: Heiko Schocher <hs@pollux.denx.de>
29364Date: Mon Jun 25 19:11:37 2007 +0200
29365
29366 [PCS440EP] get rid of CONFIG_PPC4xx_USE_SPD_DDR_INIT_HANG
29367
29368 Signed-off-by: Heiko Schocher <hs@denx.de>
29369
29370commit a1bd6200eccd3a02040a955d5f43d3ee1fc9f93b
29371Author: Niklaus Giger <niklaus.giger@nestal.com>
29372Date: Mon Jun 25 17:03:13 2007 +0200
29373
29374 ppc4xx: PPC440EPx Emit DDR0 registers on machine check interrupt
29375
29376 This patch prints the DDR status registers upon machine check
29377 interrupt on the 440EPx/GRx. This can be useful especially when
29378 ECC support is enabled.
29379
29380 I added some small changes to the original patch from Niklaus to
29381 make it compile clean.
29382
29383 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
29384 Signed-off-by: Stefan Roese <sr@denx.de>
29385
29386commit 807018fb7faceb429ce0cb47baa2073746b33a4e
29387Author: Niklaus Giger <niklaus.giger@nestal.com>
29388Date: Mon Jun 25 16:50:55 2007 +0200
29389
29390 ppc4xx: Fix O=buildir builds
29391
29392 This patch fixes the problem to assemble cpu/ppc4xx/start.S
29393 experienced last week where building failed having specified
29394 O=../build.sequoia.
29395
29396 Signed-off-by: Niklaus Giger <niklaus.giger@nestal.com>
29397
29398commit 466fff1a7bb5fe764a06450626f6098219f446b8
29399Author: Stefan Roese <sr@denx.de>
29400Date: Mon Jun 25 15:57:39 2007 +0200
29401
29402 ppc4xx: Add pci_pre_init() for 405 boards
29403
29404 This patch removes the CFG_PCI_PRE_INIT option completely, since
29405 it's not needed anymore with the patch from Matthias Fuchs with
29406 the "weak" pci_pre_init() implementation.
29407
29408 Signed-off-by: Stefan Roese <sr@denx.de>
29409
29410commit 6f35c53166213c24a5a0e2390ed861136ff73870
29411Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29412Date: Sun Jun 24 17:41:21 2007 +0200
29413
29414 ppc4xx: Maintenance patch for esd's CPCI405 derivats
29415
29416 -add pci_pre_init() for pci interrupt fixup code
29417 -disable phy sleep mode via reset_phy() function
29418 -use correct io accessors
29419 -cleanup
29420
29421 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29422
29423commit 5a1c9ff0c44305b57cb4d8f9369bba90bcf0e1f8
29424Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29425Date: Sun Jun 24 17:23:41 2007 +0200
29426
29427 ppc4xx: Add pci_pre_init() for 405 boards
29428
29429 This patch adds support for calling a plattform dependant
29430 pci_pre_init() function for 405 boards. This can be used to
29431 move the current pci_405gp_fixup_irq() function into the
29432 board code.
29433
29434 This patch also makes the CFG_PCI_PRE_INIT define obsolete.
29435 A default function with 'weak' attribute is used when
29436 a board specific pci_pre_init() is not implemented.
29437
29438 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
29439
29440commit 1636d1c8529c006d106287cfbc20cd0a246fe1cb
29441Author: Wolfgang Denk <wd@denx.de>
29442Date: Fri Jun 22 23:59:00 2007 +0200
29443
29444 Coding stylke cleanup; rebuild CHANGELOG
29445
Wolfgang Denk1636d1c2007-06-22 23:59:00 +020029446commit 2dc64451b4c08ffd619372abfdc2506a2e2363b9
29447Author: Igor Lisitsin <igor@emcraft.com>
29448Date: Wed Apr 18 14:55:19 2007 +0400
29449
29450 Adapt log buffer code to support Linux 2.6
29451
29452 A new environment variable, "logversion", selects the log buffer
29453 behaviour. If it is not set or set to a value other than 2, then the
29454 old, Linux 2.4.4, behaviour is selected.
29455
29456 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
29457 --
29458
29459commit a11e06965ec91270c51853407ff1261d3c740386
29460Author: Igor Lisitsin <igor@emcraft.com>
29461Date: Wed Mar 28 19:06:19 2007 +0400
29462
29463 Extend POST support for PPC440
29464
29465 Added memory, CPU, UART, I2C and SPR POST tests for PPC440.
29466
29467 Signed-off-by: Igor Lisitsin <igor@emcraft.com>
29468 --
29469
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020029470commit 566a494f592ae3b3c0785d90d4e1ba45574880c4
29471Author: Heiko Schocher <hs@pollux.denx.de>
29472Date: Fri Jun 22 19:11:54 2007 +0200
29473
29474 [PCS440EP] upgrade the PCS440EP board:
29475 - Show on the Status LEDs, some States of the board.
29476 - Get the MAC addresses from the EEProm
29477 - use PREBOOT
29478 - use the CF on the board.
29479 - check the U-Boot image in the Flash with a SHA1
29480 checksum.
29481 - use dynamic TLB entries generation for the SDRAM
29482
29483 Signed-off-by: Heiko Schocher <hs@denx.de>
29484
29485commit 3a1f5c81b0b9557817a789bece839905581c2205
29486Author: Stefan Roese <sr@denx.de>
29487Date: Fri Jun 22 16:58:40 2007 +0200
29488
29489 ppc4xx: Fix problem with extended program_tlb() funtion
29490
29491 The recently extended program_tlb() function had a problem when
29492 multiple TLB's had to be setup (for example with 512MB of SDRAM). The
29493 virtual address was not incremented. This patch fixes this issue
29494 and is tested on Katmai with 512MB SDRAM.
29495
29496 Signed-off-by: Stefan Roese <sr@denx.de>
29497
Wolfgang Denk1636d1c2007-06-22 23:59:00 +020029498commit 02032e8f14751a1a751b09240a4f1cf9f8a2077f
29499Author: Rafal Jaworowski <raj@semihalf.com>
29500Date: Fri Jun 22 14:58:04 2007 +0200
29501
29502 [ppc] Fix build breakage for all non-4xx PowerPC variants.
29503
29504 - adapt to the more generic EXCEPTION_PROLOG and CRIT_EXCEPTION macros
29505 - minor 4xx cleanup
29506
Wolfgang Denka5a38f42007-08-16 11:51:04 +020029507commit d677b32855f577ae2690dcd64a172cdd706e0ffc
29508Author: Mike Frysinger <vapier@gentoo.org>
29509Date: Fri Jun 22 10:34:12 2007 +0200
29510
29511 [patch] add nand_init() prototype to nand.h
29512
29513 since nand_init() is expected to be called by other parts of u-boot, there
29514 should be a prototype for it in nand.h
29515
29516 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
29517 Signed-off-by: Stefan Roese <sr@denx.de>
29518
Wolfgang Denk1636d1c2007-06-22 23:59:00 +020029519commit 83b4cfa3d629dff0264366263c5e94d9a50ad80b
29520Author: Wolfgang Denk <wd@denx.de>
29521Date: Wed Jun 20 18:14:24 2007 +0200
29522
29523 Coding style cleanup. Refresh CHANGELOG.
29524
Wolfgang Denk83b4cfa2007-06-20 18:14:24 +020029525commit b3f9ec86e388207fd03dcdf7b145b9ed080bf024
29526Author: Stefan Roese <sr@denx.de>
29527Date: Tue Jun 19 17:22:44 2007 +0200
29528
29529 ppc4xx: Add bootstrap command for AMCC Sequoia (440EPx) eval board
29530
29531 This patch adds a board command to configure the I2C bootstrap EEPROM
29532 values. Right now 533 and 667MHz are supported for booting either via NOR
29533 or NAND FLASH. Here the usage:
29534
29535 => bootstrap 533 nor ;to configure the board for 533MHz NOR booting
29536 => bootstrap 667 nand ;to configure the board for 667MHz NNAND booting
29537
29538 Signed-off-by: Stefan Roese <sr@denx.de>
29539
29540commit df8a24cdd30151505cf57bbee5289e91bf53bd1b
29541Author: Stefan Roese <sr@denx.de>
29542Date: Tue Jun 19 16:42:31 2007 +0200
29543
29544 [ppc4xx] Fix problem with NAND booting on AMCC Acadia
29545
29546 The latest changes showed a problem with the location of the NAND-SPL
29547 image in the OCM and the init-data area (incl. cache). This patch
29548 fixes this problem.
29549
29550 Signed-off-by: Stefan Roese <sr@denx.de>
29551
29552commit 86ba99e34194394052d24c04dc40d1263d29a26f
29553Author: Stefan Roese <sr@denx.de>
29554Date: Tue Jun 19 16:40:58 2007 +0200
29555
29556 [ppc4xx] Change board/amcc/acadia/cpr.c to pll.c
29557
29558 Signed-off-by: Stefan Roese <sr@denx.de>
29559
Wolfgang Denk05675732007-08-18 22:00:38 +020029560commit 8e585f02f82c17cc66cd229dbf0fd3066bbbf658
29561Author: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29562Date: Mon Jun 18 13:50:13 2007 -0500
29563
29564 Added M5329AFEE and M5329BFEE Platforms
29565
29566 Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
29567 drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
29568 include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
29569 rtc/mcfrtc.c
29570
29571 Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
29572 common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
29573 include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
29574 include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
29575 include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
29576 lib_m68k/time.c, net/eth.c and rtc/Makefile
29577
29578 Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
29579
Wolfgang Denk63640012007-10-14 00:13:19 +020029580commit 093172f08d6afb3f34d8a2f26ee0ee874261cf27
29581Author: Michal Simek <monstr@monstr.eu>
29582Date: Sun Jun 17 19:04:11 2007 +0200
29583
29584 [fix] email reparation
29585
29586commit 3666afffe7baf859c6ae0ce2bebbc8ab7e512ddc
29587Author: Michal Simek <monstr@monstr.eu>
29588Date: Sun Jun 17 19:03:21 2007 +0200
29589
29590 [FIX] fix microblaze file permitission
29591
Wolfgang Denk83b4cfa2007-06-20 18:14:24 +020029592commit e73846b7cf1e29ae635bf9bb5570269663df2ee5
29593Author: Stefan Roese <sr@denx.de>
29594Date: Fri Jun 15 11:33:41 2007 +0200
29595
29596 [ppc4xx] Change lwmon5 port to work with recent 440 exception rework
29597
29598 Now CONFIG_440 has to be defined in all PPC440 board config files.
29599
29600 Signed-off-by: Stefan Roese <sr@denx.de>
29601
29602commit efa35cf12d914d4caba942acd5a6c45f217de302
29603Author: Grzegorz Bernacki <gjb@semihalf.com>
29604Date: Fri Jun 15 11:19:28 2007 +0200
29605
29606 ppc4xx: Clean up 440 exceptions handling
29607
29608 - Introduced dedicated switches for building 440 and 405 images required
29609 for 440-specific machine instructions like 'rfmci' etc.
29610
29611 - Exception vectors moved to the proper location (_start moved away from
29612 the critical exception handler space, which it occupied)
29613
29614 - CriticalInput now serviced (with default handler)
29615
29616 - MachineCheck properly serviced (added a dedicated handler and return
29617 subroutine)
29618
29619 - Overall cleanup of exceptions declared with STD_EXCEPTION macro (unused,
29620 unhandled and those not relevant for 4xx were eliminated)
29621
29622 - Eliminated Linux leftovers, removed dead code
29623
29624 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
29625 Signed-off-by: Rafal Jaworowski <raj@semihalf.com>
29626 Signed-off-by: Stefan Roese <sr@denx.de>
29627
29628commit b765ffb773f5a3cd5aa94ec76b6a05276b8cd5b2
29629Author: Stefan Roese <sr@denx.de>
29630Date: Fri Jun 15 08:18:01 2007 +0200
29631
29632 [ppc4xx] Add initial lwmon5 board support
29633
29634 This patch adds initial support for the Liebherr lwmon5 board euqipped
29635 with an AMCC 440EPx PowerPC.
29636
29637 Signed-off-by: Stefan Roese <sr@denx.de>
29638
29639commit 85f737376d5ff3d5f0d45a8b657686326d175307
29640Author: Stefan Roese <sr@denx.de>
29641Date: Fri Jun 15 07:39:43 2007 +0200
29642
29643 [ppc4xx] Extend 44x GPIO setup with default output state
29644
29645 The board config array CFG_440_GPIO_TABLE for the ppc440 GPIO setup
29646 is extended with the default GPIO output state (level).
29647
29648 Signed-off-by: Stefan Roese <sr@denx.de>
29649
29650commit dbca208518e5e7f01a6420588d1cd6e60db74c2b
29651Author: Stefan Roese <sr@denx.de>
29652Date: Thu Jun 14 11:14:32 2007 +0200
29653
29654 [ppc4xx] Extend program_tlb() with virtual & physical addresses
29655
29656 Now program_tlb() allows to program a TLB (or multiple) with
29657 different virtual and physical addresses. With this change, now one
29658 physical region (e.g. SDRAM) can be mapped 2 times, once with caches
29659 diabled and once with caches enabled.
29660
29661 Signed-off-by: Stefan Roese <sr@denx.de>
29662
29663commit 9912121f7ed804ea58fd62f3f230b5dcfc357d88
29664Author: Detlev Zundel <dzu@denx.de>
29665Date: Wed May 23 19:02:41 2007 +0200
29666
29667 Change 'repeatable' attribute of some commands to sensible values.
29668
29669 Most prominently this changes 'erase' to be non-repeatable.
29670
29671 Signed-off-by: Detlev Zundel <dzu@denx.de>
29672
29673commit 5afb202093f6a001797db92cf695b93a70ea9ab4
29674Author: Detlev Zundel <dzu@denx.de>
29675Date: Wed May 23 18:47:48 2007 +0200
29676
29677 Fix 'run' not to continue after interrupted command
29678
29679 Signed-off-by: Detlev Zundel <dzu@denx.de>
29680
Wolfgang Denk9986bc32007-08-12 21:34:50 +020029681commit 9b7464a2c88614e1061f509c48930a3d240d1a35
29682Author: Jason Jin <Jason.jin@freescale.com>
29683Date: Mon Jun 11 15:14:24 2007 +0200
29684
29685 USB: This patch fix readl in ohci swap reg access.
29686
29687 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
29688
Wolfgang Denk83b4cfa2007-06-20 18:14:24 +020029689commit 8f8416fada9faf94b9a92f21fe6000643cb521d5
29690Author: Bartlomiej Sieka <tur@semihalf.com>
29691Date: Fri Jun 8 14:52:22 2007 +0200
29692
29693 TQM5200: Add Flat Device Tree support, update default env. accordingly.
29694
29695 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
29696 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
29697
29698commit 9045f33c023f698660a2e45d1b2194c0711abebc
29699Author: Wolfgang Denk <wd@denx.de>
29700Date: Fri Jun 8 10:24:58 2007 +0200
29701
29702 Fix config problems on SC3 board; make ide_reset_timeout work.
29703
29704commit fba3fb0449b8a54542aed1e729de76e7f5a2ff1b
29705Author: Benoît Monin <bmonin@adeneo.eu>
29706Date: Fri Jun 8 09:55:24 2007 +0200
29707
29708 [PATCH] fix gpio setting when using CFG_440_GPIO_TABLE
29709
29710 Set the correct value in GPIOx_TCR when configuring the gpio
29711 with CFG_440_GPIO_TABLE.
29712
29713 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
29714 Signed-off-by: Stefan Roese <sr@denx.de>
29715
Wolfgang Denk85eb5ca2007-08-14 09:47:27 +020029716commit f539edc076cfe52bff919dd512ba8d7af0e22092
29717Author: Vadim Bendebury <vbendeb@google.com>
29718Date: Thu May 24 15:52:25 2007 -0700
29719
29720 cosmetic changes to bcm570x driver
29721
29722 This is a cosmetic only changes submission.
29723 It affects files relevant to bcm570x driver.
29724 the commands used to generate this change was
29725
29726 cd drivers
29727 Lindent -pcs -l80 bcm570x.c bcm570x_lm.h bcm570x_mm.h tigon3.c tigon3.h
29728
29729 The BMW target (the only one using this chip so far) builds cleanly, the
29730 `before and after' generated object files for drivers/bcm570x.c and
29731 drivers/tigon3.o are identical as reported by objdump -d
29732
29733 Signed-off-by: Vadim Bendebury <vbendeb@google.com>
29734 Signed-off-by: Ben Warren <bwarren@qstreams.com>
29735
Wolfgang Denk83b4cfa2007-06-20 18:14:24 +020029736commit 725671ccd2cd04c9ebc50c9e5a94dd8cbade66b7
29737Author: Wolfgang Denk <wd@denx.de>
29738Date: Wed Jun 6 16:26:56 2007 +0200
29739
29740 Coding Style cleanup; generate new CHANGELOG file.
29741
29742 Signed-off-by: Wolfgang Denk <wd@denx.de>
29743
Wolfgang Denk9986bc32007-08-12 21:34:50 +020029744commit 19d763c35e0b5568eaf0b8adbf7a68ccfe7fa243
29745Author: Markus Klotzbuecher <mk@denx.de>
29746Date: Wed Jun 6 11:49:44 2007 +0200
29747
29748 TRAB, USB: update trab board configuration for use of generic ohci driver
29749
29750commit dace45acd1c1357daa9322099d07c9a9e08b0024
29751Author: Markus Klotzbuecher <mk@denx.de>
29752Date: Wed Jun 6 11:49:43 2007 +0200
29753
29754 USB: ohci fixes and cleanup for ppc4xx and yosemite board.
29755
29756commit 72657570b61635c74fa0c3f0e9e7d0671a9d08df
29757Author: Markus Klotzbuecher <mk@denx.de>
29758Date: Wed Jun 6 11:49:43 2007 +0200
29759
29760 USB: ohci fixes and cleanup for mpc5xxx and IceCube board config
29761
29762commit fc43be478f2aa37ce38acd85355038866e4162af
29763Author: Markus Klotzbuecher <mk@denx.de>
29764Date: Wed Jun 6 11:49:35 2007 +0200
29765
29766 USB/OHCI: endianness cleanup in the generic ohci driver
29767
Wolfgang Denk725671c2007-06-06 16:26:56 +020029768commit c440bfe6d6d92d66478a7e84402b31f48413617b
29769Author: Stefan Roese <sr@denx.de>
29770Date: Wed Jun 6 11:42:13 2007 +0200
29771
29772 ppc4xx: Add NAND booting support for AMCC Acadia (405EZ) eval board
29773
29774 This patch adds NAND booting support for the AMCC Acadia eval board.
29775
29776 Please make sure to configure jumper J7 to position 2-3 when booting
29777 from NOR, and to position 1-2 when booting for NAND.
29778
29779 I also added a board command to configure the I2C bootstrap EEPROM
29780 values. Right now only 267MHz is support for booting either via NOR
29781 or NAND FLASH. Here the usage:
29782
29783 => bootstrap 267 nor ;to configure the board for 267MHz NOR booting
29784 => bootstrap 267 nand ;to configure the board for 267MHz NNAND booting
29785
29786 Signed-off-by: Stefan Roese <sr@denx.de>
29787
Wolfgang Denk9986bc32007-08-12 21:34:50 +020029788commit 18135125f909948b85d1d6881ab4ac0efb4a1c58
29789Author: Rodolfo Giometti <giometti@linux.it>
29790Date: Wed Jun 6 10:08:14 2007 +0200
29791
29792 Files include/linux/byteorder/{big,little}_endian.h define
29793 __BIG_ENDIAN and __LITTLE_ENDIAN.
29794
29795 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
29796
29797commit a81d1c0b85b13e9d45f2d87de96a51a6e0ef0f82
29798Author: Zhang Wei <wei.zhang@freescale.com>
29799Date: Wed Jun 6 10:08:14 2007 +0200
29800
29801 Add USB PCI-OHCI, USB keyboard and event poll support to the
29802 MPC8641HPCN board config file.
29803
29804 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
29805
29806commit 4dae14ce8fbdf380017dc54f172218e7d2acc889
29807Author: Zhang Wei <wei.zhang@freescale.com>
29808Date: Wed Jun 6 10:08:14 2007 +0200
29809
29810 USB PCI-OHCI, interrupt pipe and usb event poll support
29811
29812 This patch added USB PCI-OHCI chips support, interrupt pipe support
29813 and usb event poll support. For supporting the USB interrupt pipe, the
29814 globe urb_priv is moved to purb in ed struct. Now, we can process
29815 several urbs at one time. The interrupt pipe support codes are ported
29816 from Linux kernel 2.4.
29817
29818 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
29819
29820commit fdcfaa1b02268b2899e374b35adf936c911a47eb
29821Author: Zhang Wei <wei.zhang@freescale.com>
29822Date: Wed Jun 6 10:08:13 2007 +0200
29823
29824 USB event poll support
29825
29826 This patch adds USB event poll support, which could be used in usbkbd
29827 and other usb devices driver when the asynchronous interrupt
29828 processing is supported.
29829
29830 Signed-off-by: Zhang Wei <wei.zhang@freescale.com
29831
29832commit 9a1d00fa47c1e05e3fdb60b33213af4e18d4c18e
29833Author: Rodolfo Giometti <giometti@linux.it>
29834Date: Wed Jun 6 10:08:12 2007 +0200
29835
29836 ISP116x: delay for crappy USB keys
29837
29838 Using some (very) slow USB keys cause the USB host controller buffers
29839 are not ready to be read by the CPU so we need an extra delay before
29840 reading the USB storage data.
29841
29842 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
29843
29844commit 09444143670c9c2243cb7aba9f70b3713d33bed1
29845Author: Markus Klotzbuecher <mk@denx.de>
29846Date: Wed Jun 6 10:08:12 2007 +0200
29847
29848 Change duplicate usb_cpu_init_fail to usb_board_init_fail
29849
29850 Thanks to Liew Tsi Chung <Tsi-chung.Liew@freescale.com> for pointing
29851 this out.
29852
29853 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
29854
Wolfgang Denk725671c2007-06-06 16:26:56 +020029855commit 32922cdc470fdfd39bea0c1c4f582d3fb340421e
29856Author: Ed Swarthout <Ed.Swarthout@freescale.com>
29857Date: Tue Jun 5 12:30:52 2007 -0500
29858
29859 mpc8641 image size cleanup
29860
29861 e600 does not have a bootpg restriction.
29862 Move the version string to beginning of image at fff00000.
29863 Resetvec.S is not needed.
29864 Update flash copy instructions.
29865 Add tftpflash env variable
29866
29867 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
29868 Signed-off-by: Jon Loeliger <jdl@freescale.com>
29869
29870commit e3cbe1f93c5722f8ebbad468e30c069a2b511097
29871Author: Benoît Monin <bmonin@adeneo.eu>
29872Date: Mon Jun 4 08:36:05 2007 +0200
29873
29874 [PATCH] Fix ppc4xx bootstrap letter displayed on startup
29875
29876 The attached patch is mainly cosmetic, allowing u-boot to
29877 display the correct bootstrap option letter according to the
29878 datasheets.
29879
29880 The original patch was extended with 405EZ support by Stefan
29881 Roese.
29882
29883 Signed-off-by: Benoit Monin <bmonin@adeneo.eu>
29884 Signed-off-by: Stefan Roese <sr@denx.de>
29885
Wolfgang Denk9986bc32007-08-12 21:34:50 +020029886commit 5b1313fb2758ffce8b624457f777d8cc6709608d
29887Author: Nikita V. Youshchenko <yoush@debian.org>
29888Date: Wed May 23 12:45:19 2007 +0400
29889
29890 fix compilation problem for mpc8349itx CFG_RAMBOOT
29891
29892 Current include/configs/MPC8349ITX.h does contain some support for building
29893 image that will be started from memory (without putting in into flash).
29894 It could be triggered by building with TEXT_BASE set to a low value.
29895
29896 However, this support is incomplete: using of low TEXT_BASE causes
29897 defining configuration macros in inconsistent way, which later leads
29898 to compilation errors. In particular. flash support is being disabled,
29899 but then flash structures get referenced.
29900
29901 This patch fixes this, making it possible to build with low TEXT_BASE.
29902
29903 Signed-Off-By: Nikita Youshchenko <yoush@debian.org>
29904
29905 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29906
29907commit 8a364f0970de49949d635e60accf463c6443ef8c
29908Author: Nikita V. Youshchenko <yoush@debian.org>
29909Date: Wed May 23 12:45:25 2007 +0400
29910
29911 add missing 'console' var to default mpc8349itx config
29912
29913 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
29914
Wolfgang Denk725671c2007-06-06 16:26:56 +020029915commit 18d156eb37c90fadc8ec7a81a3b89176161f85b7
29916Author: Stefan Roese <sr@denx.de>
29917Date: Fri Jun 1 16:18:17 2007 +0200
29918
29919 ppc4xx: Add missing file for Bamboo NAND booting support
29920
29921 Signed-off-by: Stefan Roese <sr@denx.de>
29922
29923commit 155a96478a0881e6da96cbbbcf34952d6a3b1b4b
29924Author: Stefan Roese <sr@denx.de>
29925Date: Fri Jun 1 15:58:19 2007 +0200
29926
29927 ppc4xx: Undo Sequoia patch for dynamic EBC speed support of 83MHz
29928
29929 This patch undoes the patch by Jeff Mann with commit-id ada4697d. As
29930 suggested by AMCC it is not recommended to dynamically change the EBC
29931 speed after bootup. So we undo this change to be on the safe side.
29932
29933 Signed-off-by: Stefan Roese <sr@denx.de>
29934
29935commit 9d9096043e8f713d4bf1743d32e1459e6a11644b
29936Author: Stefan Roese <sr@denx.de>
29937Date: Fri Jun 1 15:29:04 2007 +0200
29938
29939 ppc4xx: Update Sequoia NAND booting support with ECC
29940
29941 Signed-off-by: Stefan Roese <sr@denx.de>
29942
29943commit cf959c7d6687567c308e366e9581e1a5aff5cc5b
29944Author: Stefan Roese <sr@denx.de>
29945Date: Fri Jun 1 15:27:11 2007 +0200
29946
29947 ppc4xx: Add NAND booting support for AMCC Bamboo (440EP) eval board
29948
29949 This patch adds NAND booting support for the AMCC Bamboo eval board.
29950 Since the NAND-SPL boot image is limited to 4kbytes, this version
29951 only supports the onboard 64MBytes of DDR. The DIMM modules can't be
29952 supported, since the setup code for I2C DIMM autodetection and
29953 configuration is too big for this NAND bootloader.
29954
29955 Signed-off-by: Stefan Roese <sr@denx.de>
29956
29957commit 42be56f53c8b107868e6125c8524ae84293e95a7
29958Author: Stefan Roese <sr@denx.de>
29959Date: Fri Jun 1 15:23:04 2007 +0200
29960
29961 NAND: Add ECC support to NAND booting support in nand_spl/nand_boot.c
29962
29963 The U-Boot NAND booting support is now extended to support ECC
29964 upon loading of the NAND U-Boot image.
29965
29966 Tested on AMCC Sequoia (440EPx) and Bamboo (440EP).
29967
29968 Signed-off-by: Stefan Roese <sr@denx.de>
29969
29970commit a471db07fbb65a841ffc9f4f112562b945230f98
29971Author: Stefan Roese <sr@denx.de>
29972Date: Fri Jun 1 15:19:29 2007 +0200
29973
29974 ppc4xx: Prepare Bamboo port for NAND booting support
29975
29976 This patch updates the "normal" Bamboo NOR booting port, so
29977 that it is compatible with the coming soon NAND booting
29978 Bamboo port.
29979
29980 It also enables the 2nd NAND flash on the Bamboo.
29981
29982 Signed-off-by: Stefan Roese <sr@denx.de>
29983
29984commit 53ad02103fb8be4138a9937a8ab91fcdff7b4987
29985Author: Stefan Roese <sr@denx.de>
29986Date: Fri Jun 1 15:16:58 2007 +0200
29987
29988 ppc4xx: Update in_be32() functions and friends to latest Linux version
29989
29990 Signed-off-by: Stefan Roese <sr@denx.de>
29991
29992commit 91da09cfbce0c1de05d6d84aa8363d666fa7ea3c
29993Author: Stefan Roese <sr@denx.de>
29994Date: Fri Jun 1 15:15:12 2007 +0200
29995
29996 NAND: Add hardware ECC support to the PPC4xx NAND driver ndfc.c
29997
29998 This patch adds hardware ECC support to the NDFC driver. It also
29999 changes the register access from using the "simple" in32/out32
30000 functions to the in_be32/out_be32 functions, which make sure
30001 that the access is correctly synced. This is the only recommended
30002 access to SoC registers in the current Linux kernel.
30003
30004 Signed-off-by: Stefan Roese <sr@denx.de>
30005
30006commit 17b5e862287cca76f19dcf8b741e61a7d06617f2
30007Author: Stefan Roese <sr@denx.de>
30008Date: Fri Jun 1 15:12:15 2007 +0200
30009
30010 NAND: Update nand_ecc.c to latest Linux version
30011
30012 This patch updates the nand_ecc code to the latest Linux version.
30013 The main reason for this is the more compact code. This makes
30014 it possible to include the ECC code into the NAND bootloader
30015 image (NAND_SPL) for PPC4xx.
30016
30017 Signed-off-by: Stefan Roese <sr@denx.de>
30018
30019commit d2d432760d2199d0e8558fdd9d1789b8131abcf7
30020Author: Stefan Roese <sr@denx.de>
30021Date: Fri Jun 1 15:09:50 2007 +0200
30022
30023 ppc4xx: 44x DDR driver code cleanup and small fix for Bamboo
30024
30025 Signed-off-by: Stefan Roese <sr@denx.de>
30026
30027commit e4bbed2803a2ad0521c7362f5d3e065f99abaedc
30028Author: Stefan Roese <sr@denx.de>
30029Date: Fri Jun 1 13:45:24 2007 +0200
30030
30031 ppc4xx: Change Luan config file to support ECC
30032
30033 With the updated 44x DDR2 driver the Luan board now supports
30034 ECC generation and checking.
30035
30036 Signed-off-by: Stefan Roese <sr@denx.de>
30037
30038commit 7187db73491c8de0fb56efb5e5134ba5ec443089
30039Author: Stefan Roese <sr@denx.de>
30040Date: Fri Jun 1 13:45:00 2007 +0200
30041
30042 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
30043
30044 Add config option for 180 degree advance clock control as needed
30045 for the AMCC Luan eval board.
30046
30047 Signed-off-by: Stefan Roese <sr@denx.de>
30048
30049commit ee1529838abbfaa35f14e3ffbeaaba693159475f
30050Author: Wolfgang Denk <wd@denx.de>
30051Date: Thu May 31 17:20:09 2007 +0200
30052
30053 Add support for STX GP3SSA (stxssa) Board with 4 MiB flash.
30054
30055 Signed-off-by: Wolfgang Denk <wd@denx.de>
30056
30057commit 7049288fb1f16f1b317140226cdebd07bd416395
30058Author: Bartlomiej Sieka <tur@semihalf.com>
30059Date: Sun May 27 17:26:46 2007 +0200
30060
30061 Motion-PRO: Code cleanup, fix of a typo in OF_STDOUT_PATH.
30062
30063 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30064
30065commit 4520fd4d2c450da49637216aa0e53739b61c60ac
30066Author: Bartlomiej Sieka <tur@semihalf.com>
30067Date: Sun May 27 17:06:36 2007 +0200
30068
30069 Motion-PRO: Add support for redundant environment.
30070
30071 Enable redundant environment, add a MTD partition for it; also add env.
30072 variable command for passing MTD partitions to the kernel command line.
30073
30074 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30075 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30076
30077commit a26eabeec31746f06d309103690892805696e344
30078Author: Bartlomiej Sieka <tur@semihalf.com>
30079Date: Sun May 27 17:05:11 2007 +0200
30080
30081 Motion-PRO: Change maximum console buffer size from 256 to 1024 bytes.
30082
30083 Allow passing longer command line to the kernel - useful especially
30084 for passing MTD partition layout.
30085
30086 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30087 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30088
30089commit 9160b96f71483a116de81c68985e8ee306d36764
30090Author: Bartlomiej Sieka <tur@semihalf.com>
30091Date: Sun May 27 17:04:18 2007 +0200
30092
30093 Fix: Add missing NULL termination in strings expanded by macros parser.
30094
30095 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30096 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30097
30098commit 630ec84aef7228fc1dbfb38dec78541403a786cd
30099Author: Bartlomiej Sieka <tur@semihalf.com>
30100Date: Sun May 27 17:03:37 2007 +0200
30101
30102 Motion-PRO: Update EEPROM's page write bits and write delay.
30103
30104 Change EEPROM configuration according to the datasheet: "The 24C01A and 24C02A
30105 have a page write capability of two bytes", and "This device offers fast (1ms)
30106 byte write". Add 3ms of extra delay.
30107
30108 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30109 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30110
30111commit c00125e07c1ebc125bab40e1e18bceed8be0c162
30112Author: Bartlomiej Sieka <tur@semihalf.com>
30113Date: Sun May 27 16:58:45 2007 +0200
30114
30115 MPC5XXX, Motion-PRO: Fix PHY initialization problem.
30116
30117 After being reset in mpc5xxx_fec_init_phy(), PHY goes into FX mode, in which
30118 networking does not function. This commit switches PHY to TX mode by clearing
30119 the FX_SEL bit of Mode Control Register. It also reverses commit
30120 008861a2f3ef2c062744d733787c7e530a1b8761, i.e., a temporary workaround.
30121
30122 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30123 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30124
30125commit 93b78f534a6e708b4cf1a4ffb4d8438c67a007db
30126Author: Bartlomiej Sieka <tur@semihalf.com>
30127Date: Sun May 27 16:57:15 2007 +0200
30128
30129 Motion-PRO: Add support for the temperature sensor.
30130
30131 Signed-off-by: Piotr Kruszynski <ppk@semihalf.com>
30132 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30133
30134commit c75e639630cc132dc19cd1ecda5922c0db0bfbba
30135Author: Bartlomiej Sieka <tur@semihalf.com>
30136Date: Sun May 27 16:55:23 2007 +0200
30137
30138 Motion-PRO: Add displaying of CPLD revision information during boot.
30139
30140 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
30141 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30142
30143commit c99512d6bd3973f01ca2fc4896d829b46e68f150
30144Author: Bartlomiej Sieka <tur@semihalf.com>
30145Date: Sun May 27 16:53:43 2007 +0200
30146
30147 MPC5xxx: Change names of defines related to IPB and PCI clocks.
30148
30149 Both CFG_PCISPEED_66 and CFG_IPBSPEED_133 are misnamed, as defining
30150 them does not cause PCI or IPB clocks to run at the specified speed.
30151 Instead, they configure divisors used to calculate said clocks. This
30152 patch renames the defines according to their real function.
30153
30154 Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
30155 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30156
30157commit a11c0b85dc3664bb3c1e781137118730c8f619ab
30158Author: Bartlomiej Sieka <tur@semihalf.com>
30159Date: Sun May 27 16:51:48 2007 +0200
30160
30161 Motion-PRO: Add LED support.
30162
30163 Signed-off-by: Jan Wrobel <wrr@semihalf.com>
30164 Signed-off-by: Marian Balakowicz <m8@semihalf.com>
30165 Acked-by: Bartlomiej Sieka <tur@semihalf.com>
30166
Wolfgang Denka5a38f42007-08-16 11:51:04 +020030167commit 7ebb4479b07ff294eb4d76e420753a0349f7c93b
30168Author: Ulf Samuelsson <ulf@atmel.com>
30169Date: Thu May 24 12:12:47 2007 +0200
30170
30171 [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
30172
30173 Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
30174 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30175 Signed-off-by: Stefan Roese <sr@denx.de>
30176
Wolfgang Denk725671c2007-06-06 16:26:56 +020030177commit d756894722c888d09a9fa1df8323753772d3dcce
30178Author: Stefan Roese <sr@denx.de>
30179Date: Thu May 24 09:49:00 2007 +0200
30180
30181 ppc4xx: Fix small 405EZ OCM initilization bug in start.S
30182
30183 As pointed out by Bruce Adler <bruce.adler@acm.org> this patch
30184 fixes a small bug in the 405EZ OCM initialization. Thanks for
30185 spotting.
30186
30187 Signed-off-by: Stefan Roese <sr@denx.de>
30188
30189commit 5d4a179013d59a76446462e1eb0a969fba63eb81
30190Author: Stefan Roese <sr@denx.de>
30191Date: Thu May 24 08:22:09 2007 +0200
30192
30193 ppc4xx: Update AMCC Acadia support for board revision 1.1
30194
30195 This patch updates the Acadia (405EZ) support for the new 1.1 board
30196 revision. It also adds support for NAND FLASH via the 4xx NDFC.
30197
30198 Please note that the jumper J7 must be in position 2-3 for this
30199 NAND support. Position 1-2 is for NAND booting only. NAND booting
30200 support will follow later.
30201
30202 Signed-off-by: Stefan Roese <sr@denx.de>
30203
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030204commit 822d55365bb557e084d0e33625a6dedcc866110b
30205Author: Jon Loeliger <jdl@freescale.com>
30206Date: Wed May 23 14:09:46 2007 -0500
30207
30208 Add LIST_86xx MAKEALL target for PowerPC builds.
30209
30210 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30211
Wolfgang Denk725671c2007-06-06 16:26:56 +020030212commit 9f0077abd69f7a7c756a915b961037302be3e6f2
30213Author: Stefan Roese <sr@denx.de>
30214Date: Tue May 22 12:48:09 2007 +0200
30215
30216 ppc4xx: Use do { ... } while (0) for CPR & SDR access macros
30217
30218 Signed-off-by: Stefan Roese <sr@denx.de>
30219
30220commit 6f3dfc139a838b0841c151efe00ad47db2366e79
30221Author: Stefan Roese <sr@denx.de>
30222Date: Tue May 22 12:46:10 2007 +0200
30223
30224 ppc4xx: Add 405 support to 4xx NAND driver ndfc.c
30225
30226 This patch adds support for 405 PPC's to the 4xx NAND driver
30227 ndfc.c. This is in preparation for the new AMCC 405EZ.
30228
30229 Signed-off-by: Stefan Roese <sr@denx.de>
30230
30231commit 10603d76767426be803dadd4fb688b97eb69481c
30232Author: Stefan Roese <sr@denx.de>
30233Date: Mon May 21 07:41:22 2007 +0200
30234
30235 ppc4xx: Fix problem in 405EZ OCM initialization
30236
30237 As spotted by Bruce Adler this patch fixes an initialization problem
30238 for the 405EZ OCM.
30239
30240 Signed-off-by: Stefan Roese <sr@denx.de>
30241
30242commit 3e3b956906eba9e4ad7931581ecedaad10eccce8
30243Author: Peter Pearse <peter.pearse@arm.com>
30244Date: Fri May 18 16:47:03 2007 +0100
30245
30246 Reduce line lengths to 80 characters max.
30247
30248commit 93ef45c9ddfdd9fc17c4e74bd8e2f2456580eb72
30249Author: Peter Pearse <peter.pearse@arm.com>
30250Date: Fri May 18 14:34:07 2007 +0100
30251
30252 Makefile permissions
30253
30254commit 1443a31457d68f7e8f0b9403e9832ec1e79dc59d
30255Author: Peter Pearse <peter.pearse@arm.com>
30256Date: Fri May 18 14:33:11 2007 +0100
30257
30258 Makefile permissions
30259
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030260commit 255a3577c848706441daee0174543efe205a77f8
30261Author: Kim Phillips <kim.phillips@freescale.com>
30262Date: Wed May 16 16:52:19 2007 -0500
30263
30264 Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx
30265
30266 For all practical u-boot purposes, TSECs don't differ throughout the
30267 mpc8[356]xx families; reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECx.
30268
30269 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30270
Wolfgang Denk725671c2007-06-06 16:26:56 +020030271commit 70124c2602ae2d4c5d3dba05b482d91548242de8
30272Author: Stefano Babic <sbabic@denx.de>
30273Date: Wed May 16 14:49:12 2007 +0200
30274
30275 Fix compile problem cause my Microblaze merge
30276
30277 Signed-off-by: Stefano Babic <sbabic@denx.de>
30278
30279commit ada4697d0230d6da552867777f98a67ec3ba2579
30280Author: Jeffrey Mann <mannj@embeddedplanet.com>
30281Date: Wed May 16 13:23:10 2007 +0200
30282
30283 [PATCH] Run new sequoia boards with an EBC speed of 83MHz
30284
30285 Because the Sequoia board does not boot with an EBC faster than 66MHz,
30286 the clock divider are changed after the initial boot process.
30287
30288 This allows for maximum clocking speeds to be achieved on newer boards.
30289 Sequoia boards with 666.66 MHz processors require that the EBC divider
30290 be set to 3 in order to start the initial boot process at a slower EBC
30291 speed. After the initial boot process, the divider can be set back to 2,
30292 which will cause the boards to run at 83.333MHz. This is backward
30293 compatible with boards with 533.33 MHz processors, as these boards will
30294 already be set with an EBC divider of 2.
30295
30296 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30297
30298commit a7676ea7732f3c596805079fed7e5c9fac652cfc
30299Author: Wolfgang Denk <wd@denx.de>
30300Date: Wed May 16 01:16:53 2007 +0200
30301
30302 Minor Coding Style cleanup, update CHANGELOG.
30303
30304 Signed-off-by: Wolfgang Denk <wd@denx.de>
30305
Wolfgang Denka7676ea2007-05-16 01:16:53 +020030306commit d62f64cc23a940eafe712c776b3249e4160753d1
30307Author: Wolfgang Denk <wd@denx.de>
30308Date: Wed May 16 00:13:33 2007 +0200
30309
30310 Coding Style Cleanup, new CHANGELOG
30311
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030312commit 3162eb836903c8b247fdc7470dd39bfa6996f495
30313Author: Wolfgang Denk <wd@denx.de>
30314Date: Tue May 15 23:38:05 2007 +0200
30315
30316 Minor coding style cleanup.
30317
30318commit 66d9dbec1cc27d6398ee6cf84639dbe14971251e
30319Author: mushtaq khan <mushtaq_k@procsys.com>
30320Date: Fri Apr 20 14:23:02 2007 +0530
30321
30322 Add driver for S-ATA-controller on Intel processors with South
30323 Bridge, ICH-5, ICH-6 and ICH-7.
30324
30325 Implementation:
30326
30327 1. Code is divided in to two files. All functions, which are
30328 controller specific are kept in "drivers/ata_piix.c" file and
30329 functions, which are not controller specific, are kept in
30330 "common/cmd_sata.c" file.
30331
30332 2. Reading and Writing from the S-ATA drive is done using PIO method.
30333
30334 3. Driver can be configured for 48-bit addressing by defining macro
30335 CONFIG_LBA48, if this macro is not defined driver uses the 28-bit
30336 addressing.
30337
30338 4. S-ATA read function is hooked to the File system, commands like
30339 ext2ls and ext2load file can be used. This has been tested.
30340
30341 5. U-Boot command "SATA_init" is added, which initializes the S-ATA
30342 controller and identifies the S-ATA drives connected to it.
30343
30344 6. U-Boot command "sata" is added, which is used to read/write, print
30345 partition table and get info about the drives present. This I have
30346 implemented in same way as "ide" command is implemented in U-Boot.
30347
30348 7. This driver is for S-ATA in native mode.
30349
30350 8. This driver does not support the Native command queuing and
30351 Hot-plugging.
30352
30353 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
30354
30355commit 644e6fb4eb8be90ea04ba34b643a8bf019d680e0
30356Author: mushtaq khan <mushtaq_k@procsys.com>
30357Date: Mon Apr 30 15:57:22 2007 +0530
30358
30359 Fixes bug clearing the bss section for i386
30360
30361 Hi,
30362 There is a bug in the code of clearing the bss section for processor
30363 i386.(File: cpu/i386/start.S)
30364 In the code, bss_start addr (starting addr of bss section) is put into
30365 the register %eax, but the code which clears the bss section refers to
30366 the addr pointed by %edi.
30367
30368 This patch fixes this bug by putting bss_start into %edi register.
30369
30370 Signed-off-by: Mushtaq Khan <mushtaq_k@procsys.com>
30371
30372commit c3243cf7b490057277d61acffe4ad0946f9eb4a4
30373Author: Joe Hamman <joe.hamman@embeddedspecialties.com>
30374Date: Mon Apr 30 16:47:28 2007 -0500
30375
30376 Add support for BCM5464 Quad Phy
30377
30378 Added support for Broadcom's BCM5464 Quad Phy
30379
30380 Signed-off-by: Joe Hamman <joe.hamman@embeddedspecialties.com>
30381
30382commit 1b305bdc754c8468e1d5d858f5dcf8a7a0a4bb7a
30383Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
30384Date: Wed May 9 08:10:57 2007 +0800
30385
30386 Search the exception table with linear algorithm
30387
30388 Search the exception table with linear algorithm instead of
30389 bisecting algorithm.
30390 Because the exception table might be unsorted.
30391
30392 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
30393
30394commit 5dfaa50eb819686bfba1927e8c5b8a70a4d65fd3
30395Author: Aubrey.Li <aubrey.adi@gmail.com>
30396Date: Mon May 14 11:47:35 2007 +0800
30397
30398 Fix compilation issues on MACOSX
30399
30400 Singed-off-by: Marc Hoffman <Marc.Hoffman@analog.com>
30401 Signed-off-by: Aubrey Li <aubrey.adi@gmail.com>
30402
30403commit 56fd7162985c412317bbf763a225fba23c64fd31
30404Author: Stephen Williams <steve@icarus.com>
30405Date: Tue May 15 07:55:42 2007 -0700
30406
30407 Fix for compile of JSE target
30408
30409 The attached patch fixes the compile of the JSE board in the
30410 denx git as of 14 may 2007. It is an extremely simple patch,
30411 it just adds the missing define of CFG_SYSTEMACE_WIDTH.
30412
30413 Fix to compile JSE against 20070514 git of u-boot
30414
Wolfgang Denk61fb15c52007-12-27 01:52:50 +010030415commit 69df3c4da0c93017cceb25a366e794570bd0ed98
30416Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
30417Date: Sun May 13 21:01:03 2007 +0900
30418
30419 sh: MS7750SE support.
30420
30421 This adds support for the Hitachi MS7750SE.
30422
30423 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30424
30425commit 0b135cfc2e524dc249b75057b55dd4cc09842e27
30426Author: Nobuhiro Iwamatsu <iwamatsu@rahute.(none)>
30427Date: Sun May 13 20:58:00 2007 +0900
30428
30429 sh: First support code of SuperH.
30430
30431 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
30432
Wolfgang Denk725671c2007-06-06 16:26:56 +020030433commit 61936667e86a250ae12fd2dc189d3588f0a59e0b
30434Author: Stefan Roese <sr@denx.de>
30435Date: Fri May 11 12:01:49 2007 +0200
30436
30437 ppc4xx: Add mtcpr/mfcpr access macros
30438
30439 Signed-off-by: Stefan Roese <sr@denx.de>
30440
30441commit 343c48bd84606c4025c8a7c7263fda465d6e284c
30442Author: Stefan Roese <sr@denx.de>
30443Date: Fri May 11 12:01:06 2007 +0200
30444
30445 ppc4xx: Set bd->bi_pci_busfreq on 440EPx/GRx too
30446
30447 Signed-off-by: Stefan Roese <sr@denx.de>
30448
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020030449commit 7d98ba770a7eaefa29ce927f31a0956df85bf650
30450Author: Piotr Kruszynski <ppk@semihalf.com>
30451Date: Thu May 10 16:55:52 2007 +0200
30452
30453 [Motion-PRO] Add MTD and JFFS2 support, also add default partition
30454 definition.
30455
Wolfgang Denk725671c2007-06-06 16:26:56 +020030456commit 65fb6a676e821f9570a2a376dc204bf611ce5f81
30457Author: Peter Pearse <peter.pearse@arm.com>
30458Date: Wed May 9 11:42:44 2007 +0100
30459
30460 Add the board directory for SMN42
30461
30462commit 160131bf965785419626df6c388729fe0b597992
30463Author: Peter Pearse <peter.pearse@arm.com>
30464Date: Wed May 9 11:41:58 2007 +0100
30465
30466 Add the files for the SMN42 board
30467
30468commit 5c6d2b5a500f8c49670de8910150b78a41f781fc
30469Author: Peter Pearse <peter.pearse@arm.com>
30470Date: Wed May 9 11:40:34 2007 +0100
30471
30472 Remove the deleted files for the SMN42 patch
30473
30474commit b0d8f5bf0d215adc9424cb228b2484dbf07f7761
30475Author: Peter Pearse <peter.pearse@arm.com>
30476Date: Wed May 9 11:37:56 2007 +0100
30477
30478 New board SMN42 branch
30479
30480commit 29f3be0caf0799ca6b89dfd9824c15619a50000f
30481Author: Peter Pearse <peter.pearse@arm.com>
30482Date: Wed May 9 10:24:38 2007 +0100
30483
30484 Makefile permissions
30485
30486commit b84289b595731e8851df46e893845cc1322c9b9b
30487Author: Ed Swarthout <Ed.Swarthout@freescale.com>
30488Date: Tue May 8 14:17:07 2007 -0500
30489
30490 8641hpcn: Fix Makefile after moving pixis to board/freescale.
30491
30492 The OBJTREE != SRCTREE build scenario was broken.
30493 This fixes it.
30494
30495 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
30496 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30497
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020030498commit e69f66c6ebe82bbbd1da766bc4eda40ec7ee5af1
30499Author: Michal Simek <monstr@monstr.eu>
30500Date: Tue May 8 15:57:43 2007 +0200
30501
30502 add: reading special purpose registers
30503
30504commit 1a50f164beb065f360fbddb76029607d6b099698
30505Author: Michal Simek <monstr@monstr.eu>
30506Date: Tue May 8 14:52:52 2007 +0200
30507
30508 add: Microblaze V5 exception handling
30509
30510commit ab874d5047e5d30dbc1e517ff26083efffa98ecb
30511Author: Michal Simek <monstr@monstr.eu>
30512Date: Tue May 8 14:39:11 2007 +0200
30513
30514 add: FSL control read and write
30515
30516commit de1de02a7cbf05e6b63e0d8ffc624f12493f6ba3
30517Author: Piotr Kruszynski <ppk@semihalf.com>
30518Date: Tue May 8 13:05:44 2007 +0200
30519
30520 [Motion-PRO] Add support for I2C, EEPROM and RTC.
30521
30522commit fa5c2ba123b1bf88455bfc21db5e786ca045029d
30523Author: Bartlomiej Sieka <tur@semihalf.com>
30524Date: Tue May 8 10:23:56 2007 +0200
30525
30526 [Motion-PRO] Add ATA support. Add CF-booting commands to the default
30527 environment.
30528
30529commit 06241d50a3ab1b20a0b08baeeaffcaa23ae4b839
30530Author: Bartlomiej Sieka <tur@semihalf.com>
30531Date: Tue May 8 09:39:12 2007 +0200
30532
30533 [Motion-PRO] Change IPB clock frequency from 50MHz to 100MHz. This
30534 eliminates networking problems in Linux (timeouts).
30535
30536commit 1f1369c34b629be94702684d41d3fddf0f6193e7
30537Author: Bartlomiej Sieka <tur@semihalf.com>
30538Date: Tue May 8 09:21:57 2007 +0200
30539
30540 [Motion-PRO] Enable Flat Device Tree support and modify default environment
30541 to allow booting of FDT-expecting kernels.
30542
30543commit fb05f6da35ea1c15c553abe6f23f656bf18dc5db
30544Author: Michal Simek <monstr@monstr.eu>
30545Date: Mon May 7 23:58:31 2007 +0200
30546
30547 new: USE_MSR_INTR support
30548
30549commit 008861a2f3ef2c062744d733787c7e530a1b8761
30550Author: Bartlomiej Sieka <tur@semihalf.com>
30551Date: Mon May 7 22:36:15 2007 +0200
30552
30553 [MPC5xxx] There are networking problems on the Motion-PRO board with
30554 current PHY initalization code (tftp timeouts all the time). This commit
30555 temporarily disables PHY initalization sequence to make the networking
30556 operational, until a fix is found.
30557
30558commit abca901869c3760b6c5fecb825db6c1d91a78a93
30559Author: Wolfgang Denk <wd@denx.de>
30560Date: Mon May 7 22:10:36 2007 +0200
30561
30562 Get rid of duplicated file (see include/configs/sbc8560.h instead)
30563
30564 Signed-off-by: Wolfgang Denk <wd@denx.de>
30565
30566commit 207b7b2c9d9752e0f6478c30c29b7087f6e6cbb6
30567Author: Wolfgang Denk <wd@denx.de>
30568Date: Mon May 7 22:07:08 2007 +0200
30569
30570 Get rid of duplicated file (see doc/README.SBC8560 instead)
30571
30572 Signed-off-by: Wolfgang Denk <wd@denx.de>
30573
30574commit a7bac7e9b57ba948051beb19ec5be3a75ce75383
30575Author: Michal Simek <monstr@monstr.eu>
30576Date: Mon May 7 19:43:10 2007 +0200
30577
30578 fix: read and write MSR - repair number of parameters
30579
Wolfgang Denk725671c2007-06-06 16:26:56 +020030580commit 193b4a3bb3acaddf798da8de0da05d94ba8774ee
30581Author: Jeffrey Mann <mannj@embeddedplanet.com>
30582Date: Mon May 7 19:42:49 2007 +0200
30583
30584 [PATCH] ppc4xx: Fix CONFIG_SYS_CLK_FREQ definition in Sequoia config file
30585
30586 A '3' got cut off in the formatting of the last patch to automatically
30587 change the clock speed of the system clock on sequoia board.
30588
30589 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30590 Signed-off-by: Stefan Roese <sr@denx.de>
30591
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020030592commit 19bf1fbad7f19d5a120be9b1daf136e052fcab39
30593Author: Michal Simek <monstr@monstr.eu>
30594Date: Mon May 7 19:33:51 2007 +0200
30595
30596 new: fsl interrupt support
30597 FSL_Has_data is connected to INTC.
30598
30599commit 792032baa7d625e34c981ab6df521911bd8dc861
30600Author: Michal Simek <monstr@monstr.eu>
30601Date: Mon May 7 19:30:12 2007 +0200
30602
30603 fix: interrupt handler
30604 remove asm code
30605
30606commit f3f001a341ef185d0f13841be5b5dc3395aacc31
30607Author: Michal Simek <monstr@monstr.eu>
30608Date: Mon May 7 19:25:08 2007 +0200
30609
30610 fix: remove asm code
30611
30612commit fb7c2dbef02c9f6f8d7b04ec4c2bfb91418b9c01
30613Author: Michal Simek <monstr@monstr.eu>
30614Date: Mon May 7 19:12:43 2007 +0200
30615
30616 fix: clean interrupt
30617
30618commit 42efed6130c8fcf7da881385b5427065d2801757
30619Author: Michal Simek <monstr@monstr.eu>
30620Date: Mon May 7 17:22:25 2007 +0200
30621
30622 fix: interrupt handler for multiple sources
30623
30624commit 48fbd3a4cdabbebc1debd7eed73c00c2caf914f6
30625Author: Michal Simek <monstr@monstr.eu>
30626Date: Mon May 7 17:11:09 2007 +0200
30627
30628 new: add writing to msr register
30629
Wolfgang Denk9986bc32007-08-12 21:34:50 +020030630commit 3a619dd7bed03e8b4d22a3911f90fd12af5376c2
30631Author: Markus Klotzbuecher <mk@denx.de>
30632Date: Mon May 7 16:43:56 2007 +0200
30633
30634 Fix an ancient CHANGELOG conflict
30635
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020030636commit ac4cd59d59c9bf3f89cb7a344abf8184d678f562
30637Author: Timur Tabi <timur@freescale.com>
30638Date: Sat May 5 08:12:30 2007 +0200
30639
30640 5xxx: write MAC address to mac-address and local-mac-address
30641
30642 Some device trees have a mac-address property, some have local-mac-address,
30643 and some have both. To support all of these device trees, ftp_cpu_setup()
30644 should write the MAC address to mac-address and local-mac-address, if they
30645 exist.
30646
30647 Signed-off-by: Timur Tabi <timur@freescale.com>
30648 Acked-by: Grant Likely <grant.likely@secretlab.ca>
30649
30650commit a9d87e2707dcb249f6bb7f7ff7e00acd8cda9fd2
30651Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30652Date: Sun Apr 29 14:01:54 2007 +0200
30653
30654 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
30655
30656 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
30657 message. Use PVR to distinguish between the two variants, and print proper CPU
30658 information.
30659
30660 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30661 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30662 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
30663
30664commit 4ec5bd55ed1ffa91a774af298769621f4fbb18c1
30665Author: Ladislav Michl <ladis@linux-mips.org>
30666Date: Wed Apr 25 16:01:26 2007 +0200
30667
30668 [PATCH] simplify silent console
30669
30670 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
30671 Acked-by: Stefan Roese <sr@denx.de>
30672
30673commit b7598a43f2b421a713d8135e98a42c37d9eb9df0
30674Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
30675Date: Mon Apr 23 15:30:39 2007 +0200
30676
30677 [PATCH] Avoid assigning PCI resources from zero address
30678
30679 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
30680 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
30681 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
30682 sentence about "0" being considered an invalid address) -- so, use a reasonable
30683 starting value of 0x1000 (that's what the most Linux archs are using).
30684
30685 Alternatively, one might have fixed the calls to pci_set_region() individually
30686 (some code even seems to have taken care of this issue) but that would have
30687 been a lot more work. :-)
30688
30689 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
30690 Acked-by: Stefan Roese <sr@denx.de>
30691
30692commit 9ffd451afeb08e5be7ddae680487ec962b2bca25
30693Author: Jeffrey Mann <mannj@embeddedplanet.com>
30694Date: Mon Apr 23 14:00:11 2007 +0200
30695
30696 [patch] setenv(...) can delete environmentalvariables
30697
30698 update setenv() function so that entering a NULL value for the
30699 variable's value will delete the environmental variable
30700
30701 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30702 Acked-by: Stefan Roese <sr@denx.de>
30703
30704commit ebd0a0ae05a44769c4e27458ad4e9f3438250443
30705Author: Mike Frysinger <vapier@gentoo.org>
30706Date: Mon Apr 23 13:54:24 2007 +0200
30707
30708 [patch] use unsigned char in smc91111 driver for mac
30709
30710 the v_mac variable in the smc91111 driver is declared as a signed char ...
30711 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
30712 because when it gets printed out, you get a display like:
30713 0xFFFFFFE0 and that's no good
30714
30715 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
30716
30717commit ffc50f9bb194343c6303517a517708457a5eb6b8
30718Author: Michal Simek <monstr@monstr.eu>
30719Date: Sat May 5 18:54:42 2007 +0200
30720
30721 new: FSL and MSR support #2
30722
30723commit f7e2e0eb0668136305f78bb9c21be79b48a34247
30724Author: Michal Simek <monstr@monstr.eu>
30725Date: Sat May 5 18:27:16 2007 +0200
30726
30727 new: FSL and MSR support
30728
30729commit 2f15278c2eb911c668b4fe562130b78cf554d139
30730Author: Wolfgang Denk <wd@denx.de>
30731Date: Sat May 5 18:23:11 2007 +0200
30732
30733 Coding stylke cleanup; update CHANGELOG.
30734
30735 Signed-off-by: Wolfgang Denk <wd@denx.de>
30736
Wolfgang Denk2f152782007-05-05 18:23:11 +020030737commit 885ec89b648a899a2f32393fd3ffd9f7234c4402
30738Author: Wolfgang Denk <wd@denx.de>
30739Date: Sat May 5 18:05:02 2007 +0200
30740
30741 Add STX GP3 SSA board to MAKEALL script; update CHANGELOG.
30742
30743 Signed-off-by: Wolfgang Denk <wd@denx.de>
30744
Wolfgang Denk885ec892007-05-05 18:05:02 +020030745commit 5499645b3fe17a548af9dfc479ca6e2455f179a2
30746Author: Wolfgang Denk <wd@denx.de>
30747Date: Sat May 5 17:15:50 2007 +0200
30748
30749 Make "file" command happy with some config.mk files; update CHANGELOG
30750
Wolfgang Denk2f152782007-05-05 18:23:11 +020030751commit e3b8c78bc2489c27ae020986ef0eaca684866cef
30752Author: Jeffrey Mann <mannj@embeddedplanet.com>
30753Date: Sat May 5 08:32:14 2007 +0200
30754
30755 ppc4xx: Detect if the sysclk on Sequoia is 33 or 33.333 MHz
30756
30757 The AMCC Secquoia board has been changed in a new revision from using a
30758 33.000 MHz clock to a 33.333 MHz system clock. A bit in the CPLD
30759 indicates the difference. This patch reads that bit and uses the correct
30760 clock speed for the board. This code is backward compatable will all
30761 prior boards. All prior boards will be read as 33.000.
30762
30763 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
30764 Signed-off-by: Stefan Roese <sr@denx.de>
30765
30766commit f544ff6656fca263ed1ebe39899b6d95da67c8b8
30767Author: Stefan Roese <sr@denx.de>
30768Date: Sat May 5 08:29:01 2007 +0200
30769
30770 ppc4xx: Sequoia: Remove cpu/ppc4xx/speed.c from NAND booting
30771
30772 Using cpu/ppc4xx/speed.c to calculate the bus frequency is too big
30773 for the 4k NAND boot image so define bus_frequency to 133MHz here
30774 which is save for the refresh counter setup.
30775
30776 Signed-off-by: Stefan Roese <sr@denx.de>
30777
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030778commit 2f550ab976405300f5b07bf2890800840d0aa05f
30779Author: Timur Tabi <timur@freescale.com>
30780Date: Sat May 5 08:12:30 2007 +0200
30781
30782 5xxx: write MAC address to mac-address and local-mac-address
30783
30784 Some device trees have a mac-address property, some have local-mac-address,
30785 and some have both. To support all of these device trees, ftp_cpu_setup()
30786 should write the MAC address to mac-address and local-mac-address, if they
30787 exist.
30788
30789 Signed-off-by: Timur Tabi <timur@freescale.com>
30790 Acked-by: Grant Likely <grant.likely@secretlab.ca>
30791
Wolfgang Denk54996452007-05-05 17:15:50 +020030792commit a79886590593ba1d667c840caa4940c61639f18f
30793Author: Thomas Knobloch <knobloch@siemens.com>
30794Date: Sat May 5 07:04:42 2007 +0200
30795
30796 NAND: Wrong calculation of page number in nand_block_bad()
30797
30798 In case that there is no memory based bad block table available the
30799 function nand_block_checkbad() in drivers/mtd/nand/nand_base.c will call
30800 nand_block_bad() directly. When parameter 'getchip' is set to zero,
30801 nand_block_bad() will not right shift the offset to calculate the
30802 correct page number.
30803
30804 Signed-off-by: Thomas Knobloch <knobloch@siemens.com>
30805 Signed-off-by: Stefan Roese <sr@denx.de>
30806
30807commit 9877d7dcd1eebe61aa5d8b8ffe9c048ea426e6f6
30808Author: Wolfgang Denk <wd@denx.de>
30809Date: Fri May 4 10:02:33 2007 +0200
30810
30811 Fix initrd length corruption in bootm command.
30812
30813 When using FDT Images, the length of an inital ramdisk was
30814 overwritten (bug introduced by commit 87a449c8, 22 Aug 2006).
30815
30816 Patches by Timur Tabi & Johns Daniel.
30817
30818 Signed-off-by: Wolfgang Denk <wd@denx.de>
30819
Wolfgang Denka7676ea2007-05-16 01:16:53 +020030820commit 068aab660bc3912b930be5540e6b3f3fd6ad3c96
30821Author: Kim Phillips <kim.phillips@freescale.com>
30822Date: Thu May 3 19:43:52 2007 -0500
30823
30824 mpc83xx: fix trivial error in MAKEALL
30825
30826 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30827
Wolfgang Denk54996452007-05-05 17:15:50 +020030828commit c64a89d6ce8584b9fc64f4e85da9ecac3cfc2c2a
30829Author: Wolfgang Denk <wd@denx.de>
30830Date: Thu May 3 16:34:41 2007 +0200
30831
30832 Update board configuration for STX GP3SSA board:
30833
30834 Enable hush shell, environment in flash rather in EEPROM,
30835 more user-friendly default environment, etc.
30836 The simple EEPROM environment can be selected easily in the board
30837 config file.
30838
30839 Signed-off-by: Wolfgang Denk <wd@denx.de>
30840
Wolfgang Denkc64a89d2007-05-03 16:34:41 +020030841commit 2c6fb199dc5756fc72f49d1f4de105e089049d65
30842Author: Wolfgang Denk <wd@denx.de>
30843Date: Tue Apr 24 14:37:49 2007 +0200
30844
30845 Cleanup STX GP3SSA code; fix build and compile problems.
30846
30847commit 35171dc04e028ecacc23ad916a66295472555dbf
30848Author: Dan Malek <dan@embeddedalley.com>
30849Date: Fri Jan 5 09:15:34 2007 +0100
30850
30851 Add support for STX GP3SSA (stxssa) Board
30852
30853 Signed-off-by Dan Malek, <dan@embeddedalley.com>
30854
Wolfgang Denkbe5d72d2007-08-13 21:57:53 +020030855commit f2134f8e9eb006bdcd729e89f309c07b2fa45180
30856Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
30857Date: Wed May 2 13:31:53 2007 +0200
30858
30859 macb: Don't restart autonegotiation if we already have link
30860
30861 Rework macb_phy_init so that it doesn't attempt to re-negotiate if the
30862 link is already up.
30863
30864 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30865
30866commit 04fcb5d38bc90779cd9a710d60702075986f0e29
30867Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
30868Date: Wed May 2 13:22:38 2007 +0200
30869
30870 macb: Introduce a few barriers when dealing with DMA descriptors
30871
30872 There were a few theoretical possibilities that the compiler might
30873 optimize away DMA descriptor reads and/or writes and thus cause
30874 synchronization problems with the hardware. Insert barriers where
30875 we depend on reads/writes actually hitting memory.
30876
30877 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
30878
Wolfgang Denk885ec892007-05-05 18:05:02 +020030879commit ffa621a0d12a1ccd81c936c567f8917a213787a8
30880Author: Andy Fleming <afleming@freescale.com>
30881Date: Sat Feb 24 01:08:13 2007 -0600
30882
30883 Cleaned up some 85xx PCI bugs
30884
30885 * Cleaned up the CDS PCI Config Tables and added NULL entries to
30886 the end
30887 * Fixed PCIe LAWBAR assignemt to use the cpu-relative address
30888 * Fixed 85xx PCI code to assign powar region sizes based on the
30889 config values (rather than hard-coding them)
30890 * Fixed the 8548 CDS PCI2 IO to once again have 0 as the base address
30891
30892 Signed-off-by: Andy Fleming <afleming@freescale.com>
30893
30894commit 6743105988fc44d5b0d30388c790607835aae7a6
30895Author: Andy Fleming <afleming@freescale.com>
30896Date: Mon Apr 23 02:54:25 2007 -0500
30897
30898 Add support for the 8568 MDS board
30899
30900 This included some changes to common files:
30901 * Add 8568 processor SVR to various places
30902 * Add support for setting the qe bus-frequency value in the dts
30903 * Add the 8568MDS target to the Makefile
30904
30905 Signed-off-by: Andy Fleming <afleming@freescale.com>
30906
30907commit af1c2b84bf27c8565baddc82d1abb93700d10e2e
30908Author: David Updegraff <dave@cray.com>
30909Date: Fri Apr 20 14:34:48 2007 -0500
30910
30911 Add support for treating unknown PHYs as generic PHYs.
30912
30913 When bringing up u-boot on new boards, PHY support sometimes gets
30914 neglected. Most PHYs don't really need any special support,
30915 though. By adding a generic entry that always matches if nothing
30916 else does, we can provide support for "unsupported" PHYs for the
30917 tsec.
30918
30919 The generic PHY driver supports most PHYs, including gigabit.
30920
30921 Signed-off-by: David Updegraff <dave@cray.com>
30922 Signed-off-by: Andy Fleming <afleming@freescale.com>
30923
Wolfgang Denk54996452007-05-05 17:15:50 +020030924commit a75af9bfd8fff0499efdbb90601cec5a2afef117
30925Author: James Yang <James.Yang@freescale.com>
30926Date: Wed Feb 7 15:28:04 2007 -0600
30927
30928 Conditionalize 8641 Rev1.0 MCM workarounds
30929
30930 Signed-off-by: James Yang <James.Yang@freescale.com>
30931 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30932
Wolfgang Denka7676ea2007-05-16 01:16:53 +020030933commit f64702b7fc8f8df39d31add770df6e372f9e9ce3
30934Author: Timur Tabi <timur@freescale.com>
30935Date: Mon Apr 30 13:59:50 2007 -0500
30936
30937 Fix memory initialization on MPC8349E-mITX
30938
30939 Define CFG_DDR_SDRAM_CLK_CNTL for the MPC8349E-mITX and MPC8349E-mITX-GP.
30940 This allows ddr->sdram_clk_cntl to be properly initialized. This is necessary
30941 on some ITX boards, notably those with a revision 3.1 CPU.
30942
30943 Also change spd_sdram() in cpu/mpc83xx/spd_sdram.c to not write anything into
30944 ddr->sdram_clk_cntl if CFG_DDR_SDRAM_CLK_CNTL is not defined.
30945
30946 Signed-off-by: Timur Tabi <timur@freescale.com>
30947 Acked-by: Michael Benedict <MBenedict@twacs.com>
30948 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30949
30950commit 54b2d434ae9d01787936f34fe1759cf3d7624ae3
30951Author: Kim Phillips <kim.phillips@freescale.com>
30952Date: Mon Apr 30 15:26:21 2007 -0500
30953
30954 mpc83xx: replace elaborate boottime verbosity with 'clocks' command
30955
30956 and fix CPU: to align with Board: display text.
30957
30958 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
30959
Wolfgang Denk54996452007-05-05 17:15:50 +020030960commit c1ab82669d9525998c34e802a12cad662723f22a
30961Author: James Yang <James.Yang@freescale.com>
30962Date: Fri Mar 16 13:02:53 2007 -0500
30963
30964 Rewrote picos_to_clk() to avoid rounding errors.
30965 Clarified that conversion is to DRAM clocks rather than platform clocks.
30966 Made function static to spd_sdram.c.
30967
30968 Signed-off-by: James Yang <James.Yang@freescale.com>
30969 Signed-off-by: Jon Loeliger <jdl@freescale.com>
30970
Wolfgang Denk2f152782007-05-05 18:23:11 +020030971commit 8b39501d28754e72726ce7fb02310e56dbdf116a
30972Author: Stefan Roese <sr@denx.de>
30973Date: Sun Apr 29 14:13:01 2007 +0200
30974
30975 ppc4xx: Bamboo: Use current NAND driver and *not* the legacy driver
30976
30977 Signed-off-by: Stefan Roese <sr@denx.de>
30978
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030979commit 864aa6a6a466fcb92bf32b1d7dba79cd709b52c9
30980Author: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30981Date: Sun Apr 29 14:01:54 2007 +0200
30982
30983 [PATCH] Use PVR to distinguish MPC5200B from MPC5200 in boot message
30984
30985 MPC5200B systems are incorrectly reported as MPC5200 in U-Boot start-up
30986 message. Use PVR to distinguish between the two variants, and print proper CPU
30987 information.
30988
30989 Signed-off-by: Grzegorz Wianecki <grzegorz.wianecki@gmail.com>
30990 Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
30991 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
30992
Wolfgang Denka7676ea2007-05-16 01:16:53 +020030993commit 5c5d3242935cf3543af01142627494434834cf98
30994Author: Kim Phillips <kim.phillips@freescale.com>
30995Date: Wed Apr 25 12:34:38 2007 -0500
30996
30997 mpc83xx: minor fixups for 8313rdb introduction
30998
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020030999commit ada4d40091f6ed4a4f0040e08d20db21967e4a67
31000Author: Ladislav Michl <ladis@linux-mips.org>
31001Date: Wed Apr 25 16:01:26 2007 +0200
31002
31003 [PATCH] simplify silent console
31004
31005 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
31006 Acked-by: Stefan Roese <sr@denx.de>
31007
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020031008commit 144876a380f5756f57412caf74c1d6dc201dd796
31009Author: Michal Simek <monstr@monstr.eu>
31010Date: Tue Apr 24 23:01:02 2007 +0200
31011
31012 [PATCH] MTD partition support, JFFS2 support
31013
Wolfgang Denk2f152782007-05-05 18:23:11 +020031014commit 37ed6cdd4159195bfad68d8a237f6adda8f482cb
31015Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31016Date: Tue Apr 24 14:03:45 2007 +0200
31017
31018 ppc4xx: setup 440EPx/GRx ZMII/RGMII bridge depending on PFC register content.
31019
31020 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
31021
Wolfgang Denk885ec892007-05-05 18:05:02 +020031022commit 66ed6cca3f340f7a8a06d9272ae2ef8e96f0273d
31023Author: Andy Fleming <afleming@freescale.com>
31024Date: Mon Apr 23 02:37:47 2007 -0500
31025
31026 Reworked 85xx speed detection code
31027
31028 Changed the code to read the registers and calculate the clock
31029 rates, rather than using a "switch" statement.
31030
31031 Idea from Andrew Klossner <andrew@cesa.opbu.xerox.com>
31032
31033 Signed-off-by: Andy Fleming <afleming@freescale.com>
31034
31035commit 81f481ca708ed6a56bf9c410e3191dbad581c565
31036Author: Andy Fleming <afleming@freescale.com>
31037Date: Mon Apr 23 02:24:28 2007 -0500
31038
31039 Enable 8544 support
31040
31041 * Add support to the Makefile
31042 * Add 8544 configuration support to the tsec driver
31043 * Add 8544 SVR numbers to processor.h
31044
31045 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31046 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31047
31048commit 0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe
31049Author: Andy Fleming <afleming@freescale.com>
31050Date: Fri Feb 23 17:12:25 2007 -0600
31051
31052 Support 1G size on 8548
31053
31054 e500v2 and newer cores support 1G page sizes.
31055
31056 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31057 Signed-off-by: Andy Fleming <afleming@freescale.com>
31058
31059commit 45cef612cc601d2d1c890fbbd7cdc9609a189a46
31060Author: Andy Fleming <afleming@freescale.com>
31061Date: Fri Feb 23 17:11:16 2007 -0600
31062
31063 Changed BOOKE_PAGESZ_nGB to BOOKE_PAGESZ_nG
31064
31065 The other pagesz constants use one letter to specify order of
31066 magnitude. Also change the one reference to it in mpc8548cds/init.S
31067
31068 Signed-off-by: Andy Fleming <afleming@freescale.com>
31069
31070commit 1f9a318cea14272edd10d63739e2d326c90f430e
31071Author: Andy Fleming <afleming@freescale.com>
31072Date: Fri Feb 23 16:28:46 2007 -0600
31073
31074 Only set ddrioovcr for 8548 rev1.
31075
31076 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31077 Signed-off-by: Andy Fleming <afleming@freescale.com>
31078
31079commit 9343dbf85bc03033f2102d8e8543567c2c1ad2d2
31080Author: Andy Fleming <afleming@freescale.com>
31081Date: Sat Feb 24 01:16:45 2007 -0600
31082
31083 Tweak DDR ECC error counter
31084
31085 Enable single-bit error counter when memory was cleared by ddr controller.
31086
31087 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31088 Signed-off-by: Andy Fleming <afleming@freescale.com>
31089
31090commit 85e7c7a45e3dd9c7ce3e722352ba60f8df1a7a4b
31091Author: Timur Tabi <timur@freescale.com>
31092Date: Mon Feb 12 13:34:55 2007 -0600
31093
31094 85xx: write MAC address to mac-address and local-mac-address
31095
31096 Some device trees have a mac-address property, some have local-mac-address,
31097 and some have both. To support all of these device trees, ftp_cpu_setup()
31098 should write the MAC address to mac-address and local-mac-address, if they
31099 exist.
31100
31101 Signed-off-by: Timur Tabi <timur@freescale.com>
31102
31103commit 03b81b48eec0ad249ec97a4ae16c36fa2e014ff4
31104Author: Andy Fleming <afleming@freescale.com>
31105Date: Mon Apr 23 01:44:44 2007 -0500
31106
31107 Some 85xx cpu cleanups
31108
31109 * Cleaned up the TSR[WIS] clearing
31110 * Cleaned up DMA initialization
31111
31112 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31113 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31114 Acked-by: Andy Fleming <afleming@freescale.com>
31115
31116commit 151d5d992eab8c497b24c816c73dc1ad8bffb4eb
31117Author: Andy Fleming <afleming@freescale.com>
31118Date: Mon Apr 23 01:32:22 2007 -0500
31119
31120 Add cpu support for the 8544
31121
31122 Recognize new SVR values, and add a few register definitions
31123
31124 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31125 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31126 Acked-by: Andy Fleming <afleming@freescale.com>
31127
31128commit 25d83d7f4ac65727182d8ddaf7ba42fa74cf65ae
31129Author: Jon Loeliger <jdl@freescale.com>
31130Date: Wed Apr 11 16:51:02 2007 -0500
31131
31132 Add MPC8544DS basic port board files.
31133
31134 Add board port under new board/freescale directory
31135 structure and reuse existing PIXIS FPGA support there.
31136
31137 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31138 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31139
31140commit 0cde4b00fc7393b89f379d83a9d436dcb1334bfa
31141Author: Jon Loeliger <jdl@freescale.com>
31142Date: Wed Apr 11 16:50:57 2007 -0500
31143
31144 Add MPC8544DS main configuration file.
31145
31146 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31147 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31148
31149commit 362dd83077ac04c0296bca3e824ec2fb3d44d9d6
31150Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31151Date: Wed Dec 27 22:07:15 2006 +0300
31152
31153 Fix PCI I/O space mapping on Freescale MPC85x0ADS
31154
31155 The PCI I/O space mapping for Freescale MPC8540ADS board was broken by commit
31156 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc which failed to update the #define's
31157 describing the local address window used for the PCI I/O space accesses -- fix
31158 this and carry over the necessary changes into the MPC8560ADS code since the
31159 PCI I/O space mapping was also broken for this board (by the earlier commit
31160 087454609e47295443af793a282cddcd91a5f49c). Add the comments clarifying how
31161 the PCI I/O space must be mapped to all the MPC85xx board config. headers.
31162
31163 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31164
31165 board/mpc8540ads/init.S | 4 ++--
31166 board/mpc8560ads/init.S | 4 ++--
31167 include/configs/MPC8540ADS.h | 5 ++---
31168 include/configs/MPC8541CDS.h | 2 +-
31169 include/configs/MPC8548CDS.h | 2 +-
31170 include/configs/MPC8560ADS.h | 8 ++++----
31171 6 files changed, 12 insertions(+), 13 deletions(-)
31172
31173commit 96629cbabdb727d4a5e62542deefc01d498db6dc
31174Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31175Date: Tue Dec 5 16:42:30 2006 +0800
31176
31177 u-boot: Fix e500 v2 core reset bug
31178
31179 The following patch fixes the e500 v2 core reset bug.
31180 For e500 v2 core, a new reset control register is added to reset the
31181 processor.
31182
31183 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31184
31185commit 63247a5acd58032e6cf33f525bc3923b467bac88
31186Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31187Date: Wed Dec 20 11:01:00 2006 +0800
31188
31189 u-boot: v2: Remove the fixed TLB and LAW entrynubmer
31190
31191 Remove the fixed TLB and LAW entry nubmer. Use actually TLB and LAW
31192 entry number to control the loop. This can reduce the potential risk
31193 for the 85xx processor increasing its TLB adn LAW entry number.
31194
31195 Signed-off-by: Swarthout Edward <swarthout@freescale.com>
31196 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31197
31198commit 0b1934ba12fd408fcc3b8bd9f4b04864c42a42bf
31199Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31200Date: Mon Dec 18 17:01:04 2006 +0800
31201
31202 u-boot: Fix the 85xxcds tsec bug
31203
31204 Fix the 85xxcds tsec bug.
31205 When enable PCI, tsec.o should be added to u-boot.lds to make tsec work.
31206
31207 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31208
31209commit 7337b237ffc4aaf1b9467024fe472a880d852598
31210Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31211Date: Fri Dec 15 14:43:31 2006 +0800
31212
31213 u-boot: Fix CPU2 errata on MPC8548CDS board
31214
31215 This patch apply workaround of CPU2 errata on MPC8548CDS board.
31216
31217 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
31218
31219commit 39b18c4f3e0b6d0dc00f4e68bad2da3766c85f09
31220Author: ebony.zhu@freescale.com <ebony.zhu@freescale.com>
31221Date: Mon Dec 18 16:25:15 2006 +0800
31222
31223 u-boot: Disables MPC8548CDS 2T_TIMING for DDR by default
31224
31225 This patch disables MPC8548CDS 2T_TIMING for DDR by default.
31226
31227 Signed-off-by:Ebony Zhu <ebony.zhu@freescale.com>
31228
31229commit 41fb7e0f1ec9b91bdae2565bab5f2e3ee15039c7
31230Author: Zang Roy-r61911 <tie-fei.zang@freescale.com>
31231Date: Thu Dec 14 14:14:55 2006 +0800
31232
31233 u-boot: Enable PCI function and add PEX & rapidio memory map on MPC8548CDS board
31234
31235 Enable PCI function and add PEX & rapidio memory map on MPC8548CDS
31236 board.
31237 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
31238
Wolfgang Denka7676ea2007-05-16 01:16:53 +020031239commit 96b8a05432f346f36493535c85320b70ec9c7c1b
31240Author: Scott Wood <scottwood@freescale.com>
31241Date: Mon Apr 16 14:54:15 2007 -0500
31242
31243 mpc83xx: Add MPC8313ERDB support.
31244
31245 Signed-off-by: Scott Wood <scottwood@freescale.com>
31246
31247commit 49ea3b6eafe606285ae4d5c378026153dde53200
31248Author: Scott Wood <scottwood@freescale.com>
31249Date: Mon Apr 16 14:34:21 2007 -0500
31250
31251 mpc83xx: Add generic PCI setup code.
31252
31253 Board code can now request the generic setup code rather than having to
31254 copy-and-paste it for themselves. Boards should be converted to use this
31255 once they're tested with it.
31256
31257 Signed-off-by: Scott Wood <scottwood@freescale.com>
31258
31259commit 7c98e5193e93df6b9b651851d54b638a61ebb0ea
31260Author: Scott Wood <scottwood@freescale.com>
31261Date: Mon Apr 16 14:34:19 2007 -0500
31262
31263 mpc83xx: Add 831x support to speed.c.
31264
31265 Signed-off-by: Scott Wood <scottwood@freescale.com>
31266
31267commit 0f253283a32d91e06844d7f87f9b33f4f4fbce8f
31268Author: Scott Wood <scottwood@freescale.com>
31269Date: Mon Apr 16 14:34:18 2007 -0500
31270
31271 mpc83xx: Add 831x support to global_data.h
31272
31273 Signed-off-by: Scott Wood <scottwood@freescale.com>
31274
31275commit 95e7ef897e54591e615fc1b458b74c286fe1fb06
31276Author: Scott Wood <scottwood@freescale.com>
31277Date: Mon Apr 16 14:34:16 2007 -0500
31278
31279 mpc83xx: Change PVR_83xx to PVR_E300C1-3, and update checkcpu().
31280
31281 Rather than misleadingly define PVR_83xx as the specific type of 83xx
31282 being built for, the PVR of each core revision is defined. checkcpu() now
31283 prints the core that it detects, rather than aborting if it doesn't find
31284 what it thinks it wants.
31285
31286 Signed-off-by: Scott Wood <scottwood@freescale.com>
31287
31288commit a35b0c4950d84cf9e3a9e32b916135956d1ac636
31289Author: Scott Wood <scottwood@freescale.com>
31290Date: Mon Apr 16 14:34:15 2007 -0500
31291
31292 mpc83xx: Recognize SPR values for MPC8311 and MPC8313.
31293
31294 Signed-off-by: Scott Wood <scottwood@freescale.com>
31295
31296commit d87c57b201b4572d16f1b642998faa00c9912b16
31297Author: Scott Wood <scottwood@freescale.com>
31298Date: Mon Apr 16 14:31:55 2007 -0500
31299
31300 mpc83xx: Add register definitions for MPC831x.
31301
31302 Signed-off-by: Scott Wood <scottwood@freescale.com>
31303
Wolfgang Denk4ef218f2007-07-10 00:01:28 +020031304commit 7fc4c71a143be8666d70803fb25ae60379c95622
31305Author: Stefan Roese <sr@denx.de>
31306Date: Mon Apr 23 15:39:59 2007 +0200
31307
31308 Fix file mode
31309
31310 Signed-off-by: Stefan Roese <sr@denx.de>
31311
31312commit 38257988abfe74d459ca2ad748b109ca04e4efe1
31313Author: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31314Date: Mon Apr 23 15:30:39 2007 +0200
31315
31316 [PATCH] Avoid assigning PCI resources from zero address
31317
31318 If a PCI IDE card happens to get a zero address assigned to it, the Linux IDE
31319 core complains and IDE drivers fails to work. Also, assigning zero to a BAR
31320 was illegal according to PCI 2.1 (the later revisions seem to have excluded the
31321 sentence about "0" being considered an invalid address) -- so, use a reasonable
31322 starting value of 0x1000 (that's what the most Linux archs are using).
31323
31324 Alternatively, one might have fixed the calls to pci_set_region() individually
31325 (some code even seems to have taken care of this issue) but that would have
31326 been a lot more work. :-)
31327
31328 Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
31329 Acked-by: Stefan Roese <sr@denx.de>
31330
31331commit afb903a2eb9436baa9270ccc0c27082d86497d89
31332Author: Jeffrey Mann <mannj@embeddedplanet.com>
31333Date: Mon Apr 23 14:00:11 2007 +0200
31334
31335 [patch] setenv(...) can delete environmentalvariables
31336
31337 update setenv() function so that entering a NULL value for the
31338 variable's value will delete the environmental variable
31339
31340 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
31341 Acked-by: Stefan Roese <sr@denx.de>
31342
31343commit 36f104e5caa747d568eff26b369565af57c2ffa6
31344Author: Mike Frysinger <vapier@gentoo.org>
31345Date: Mon Apr 23 13:54:24 2007 +0200
31346
31347 [patch] use unsigned char in smc91111 driver for mac
31348
31349 the v_mac variable in the smc91111 driver is declared as a signed char ...
31350 this causes problems when one of the bytes in the MAC is "signed" like 0xE0
31351 because when it gets printed out, you get a display like:
31352 0xFFFFFFE0 and that's no good
31353
31354 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
31355
Wolfgang Denk9986bc32007-08-12 21:34:50 +020031356commit d98c0885ad617fccf21e7c26ef8cb728fbfb2459
31357Author: Rodolfo Giometti <giometti@enneenne.com>
31358Date: Mon Apr 23 13:10:52 2007 +0200
31359
31360 USB: (Another) delay for crappy USB keys.
31361
31362 Some USB keys are slow in giving back an answer when the Root HUB
31363 enables power lines.
31364
31365 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
31366
Wolfgang Denk54996452007-05-05 17:15:50 +020031367commit 323bfa8f436dc3bc57187c9b1488bc3146ff1522
31368Author: Stefan Roese <sr@denx.de>
31369Date: Mon Apr 23 12:00:22 2007 +0200
31370
31371 Remove BOARDLIBS usage completely
31372
31373 Signed-off-by: Stefan Roese <sr@denx.de>
31374
Wolfgang Denkd62f64c2007-05-16 00:13:33 +020031375commit 32556443840f127170e4baa8bdd5b567039f6c36
31376Author: Michal Simek <monstr@monstr.eu>
31377Date: Sat Apr 21 21:07:22 2007 +0200
31378
31379 [PATCH] SystemACE support for Microblaze
31380
31381commit 0643631aa1036cd746bf5d15f5a34bc7bc01ea4f
31382Author: Michal Simek <monstr@monstr.eu>
31383Date: Sat Apr 21 21:02:40 2007 +0200
31384
31385 16bit read/write little endian
31386
31387commit 9d1d6a34d26c5933bc097ce73c9348f95573cdd4
31388Author: Michal Simek <monstr@monstr.eu>
31389Date: Sat Apr 21 20:53:31 2007 +0200
31390
31391 Change ML401 parameters - Xilinx BSP
31392
Wolfgang Denk54996452007-05-05 17:15:50 +020031393commit 2e343b9a57f32e1bd08c35c9976910333fb4e13d
31394Author: Ed Swarthout <Ed.Swarthout@freescale.com>
31395Date: Wed Feb 28 05:37:29 2007 -0600
31396
31397 mpc8641hpcn: Fix LAW and TLB setup to use the IO_PHYS #defines.
31398
31399 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
31400
31401commit 79cb47391eebef85acadb3f6961ef6c55cace6ac
31402Author: Zhang Wei <wei.zhang@freescale.com>
31403Date: Fri Jan 19 10:42:37 2007 +0800
31404
31405 Enable LAWs for MPC8641 PCI-Ex2.
31406
31407 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
31408 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31409
31410commit bd7851ce1e1f140665b520026abf1042968b1102
31411Author: Jon Loeliger <jdl@freescale.com>
31412Date: Fri Apr 20 14:12:26 2007 -0500
31413
31414 mpc86xx; Write MAC address to mac-address and local-mac-address
31415
31416 Some device trees have a mac-address property, some have local-mac-address,
31417 and some have both. To support all of these device trees, ftp_cpu_setup()
31418 should write the MAC address to mac-address and local-mac-address, if they
31419 exist.
31420
31421 Signed-off-by: Timur Tabi <timur@freescale.com>
31422 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31423
31424commit 7dbdf28b8bd855a8530dc3292e4982575a197060
31425Author: Jon Loeliger <jdl@freescale.com>
31426Date: Fri Apr 20 14:11:38 2007 -0500
31427
31428 mpc86xx: protect memcpy to bad address if a mac-address is missing from dt
31429
31430 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
31431 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31432
Wolfgang Denkc64a89d2007-05-03 16:34:41 +020031433commit 14da5f7675bbb427c469e3f45006e027b6e21db9
31434Author: Wolfgang Denk <wd@denx.de>
31435Date: Fri Apr 20 17:43:28 2007 +0200
31436
31437 Cleanup compiler warnings, update CHANGELOG
31438
31439 Signed-off-by: Wolfgang Denk <wd@denx.de>
31440
Wolfgang Denk14da5f72007-04-20 17:43:28 +020031441commit 6923565db12af34fd5e02d354ee65a8c78ac460f
31442Author: Detlev Zundel <dzu@denx.de>
31443Date: Fri Apr 20 12:01:47 2007 +0200
31444
31445 Fix breakage of NC650 board with respect to nand support.
31446
31447 Signed-off-by: Detlev Zundel <dzu@denx.de>
31448
31449commit 39f23cd90947639ac278a18ff277ec786b5ac167
31450Author: Domen Puncer <domen.puncer@telargo.com>
31451Date: Fri Apr 20 11:13:16 2007 +0200
31452
31453 [RFC PATCH] icecube/lite5200b: fix OF_TBCLK (timebase-frequency) calculation
31454
31455 G2 core reference manual says decrementer and time base
31456 are decreasing/increasing once every 4 bus clock cycles.
31457 Lets fix it, so time in Linux won't run twice as fast
31458
31459 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31460 Acked-by: Grant Likely <grant.likely@secretlab.ca>
31461
31462commit 7651f8bdbba03bb0b4f241e2d2c4cb65b230bd56
31463Author: Gerald Van Baren <vanbaren@cideas.com>
31464Date: Thu Apr 19 23:14:39 2007 -0400
31465
31466 Fix serious pointer bug with bootm and reserve map.
31467
31468 What was suppose to be a stack variable was declared as a pointer,
31469 overwriting random memory.
31470 Also moved the libfdt.a requirement into the main Makefile. That is
31471 The U-Boot Way.
31472
Wolfgang Denk2f152782007-05-05 18:23:11 +020031473commit d21686263574e95cb3e9e9b0496f968b1b897fdb
31474Author: Stefan Roese <sr@denx.de>
31475Date: Thu Apr 19 09:53:52 2007 +0200
31476
31477 ppc4xx: Fix chip select timing for SysACE access on AMCC Katmai
31478
31479 Previous versions used full wait states for the chip select #1 which
31480 is connected to the Xilinix SystemACE controller on the AMCC Katmai
31481 evaluation board. This leads to really slow access and therefore low
31482 performance. This patch now sets up the chip select a lot faster
31483 resulting in much better read/write performance of the Linux driver.
31484
31485 Signed-off-by: Stefan Roese <sr@denx.de>
31486
Wolfgang Denk14da5f72007-04-20 17:43:28 +020031487commit 37837828d89084879bee2f2b8c7c68d4695940df
31488Author: Wolfgang Denk <wd@denx.de>
31489Date: Wed Apr 18 17:49:29 2007 +0200
31490
31491 Clenaup, update CHANGELOG
31492
31493 Signed-off-by: Wolfgang Denk <wd@denx.de>
31494
Wolfgang Denk37837822007-04-18 17:49:29 +020031495commit fd094c6379e2ef8a4d0ceb5640b24cb0c8d04449
31496Author: Wolfgang Denk <wd@denx.de>
31497Date: Wed Apr 18 17:20:58 2007 +0200
31498
31499 Update CHANGELOG
31500
31501 Signed-off-by: Wolfgang Denk <wd@denx.de>
31502
Wolfgang Denkfd094c62007-04-18 17:20:58 +020031503commit 2a26ec4732efd7a308d0bbc97714c1d75ef1173b
31504Author: Wolfgang Denk <wd@denx.de>
31505Date: Wed Apr 18 17:07:26 2007 +0200
31506
31507 Cleanup, update CHANGELOG
31508
31509 Sigend-off-by: Wolfgang Denk <wd@denx.de>
31510
Wolfgang Denkb99c1e62007-04-18 16:53:52 +020031511commit 5f6c732affea9647762d27a4617a2ae64c52dceb
31512Author: Wolfgang Denk <wd@denx.de>
31513Date: Wed Apr 18 16:17:46 2007 +0200
31514
31515 Update CHANGELOG
31516
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031517commit ad4eb555671d97f96dc56eab55103b1f86874b01
31518Author: Wolfgang Denk <wd@denx.de>
31519Date: Wed Apr 18 14:30:39 2007 +0200
31520
31521 MCC200 board: remove warning which is obsolete after PSoC firmware changes
31522
31523 Signed-off-by: Wolfgang Denk <wd@denx.de>
31524
31525commit 3747a3f010b2b1442dec3e871c69788b6017aaae
31526Author: Domen Puncer <domen.puncer@telargo.com>
31527Date: Wed Apr 18 12:11:05 2007 +0200
31528
31529 [PATCH] icecube/lite5200b: document wakeup from low-power support
31530
31531 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31532
31533commit e673226ff9d6aa91b47ceac74b8c13770b06bb37
31534Author: Stefan Roese <sr@denx.de>
31535Date: Wed Apr 18 12:07:47 2007 +0200
31536
31537 ppc4xx: Update Acadia to not setup PLL when booting via bootstrap EEPROM
31538
31539 Signed-off-by: Stefan Roese <sr@denx.de>
31540
31541commit 90e6f41cf09fc98f6ccb510e183d53ab8546cf2f
31542Author: Stefan Roese <sr@denx.de>
31543Date: Wed Apr 18 12:05:59 2007 +0200
31544
31545 ppc4xx: Add output for bootrom location to 405EZ ports
31546
31547 Now 405EZ ports also show upon bootup from which boot device
31548 they are configured to boot:
31549
31550 U-Boot 1.2.0-gd3832e8f-dirty (Apr 18 2007 - 07:47:05)
31551
31552 CPU: AMCC PowerPC 405EZ Rev. A at 199.999 MHz (PLB=133, OPB=66, EBC=66 MHz)
31553 Bootstrap Option E - Boot ROM Location EBC (32 bits)
31554 16 kB I-Cache 16 kB D-Cache
31555 Board: Acadia - AMCC PPC405EZ Evaluation Board
31556
31557 Signed-off-by: Stefan Roese <sr@denx.de>
31558
Wolfgang Denk14da5f72007-04-20 17:43:28 +020031559commit 9c00dfb0bf89c8c23e8af5b5bdf49cf66d769f85
31560Author: Peter Pearse <peter.pearse@arm.com>
31561Date: Tue Apr 17 13:30:33 2007 +0100
31562
31563 Move ppearse to ARM board list
31564 Add Konstantin Kletschke for scb9328.
31565 Signed-off-by: Peter Pearse <peter.pearse@arm.com>
31566
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031567commit d3832e8fe1b214ec62424eac36cfda9fc56d21b3
31568Author: Domen Puncer <domen.puncer@telargo.com>
31569Date: Mon Apr 16 14:00:13 2007 +0200
31570
31571 [PATCH] icecube/lite5200b: wakeup from low-power support
31572
31573 U-Boot part of Lite5200b low power mode support.
31574 Puts SDRAM out of self-refresh and transfers control to
31575 address saved at physical 0x0.
31576
31577 Signed-off-by: Domen Puncer <domen.puncer@telargo.com>
31578 Acked-by: Grant Likely <grant.likely@secretlab.ca>
31579
Wolfgang Denk37837822007-04-18 17:49:29 +020031580commit f35a53fc7b0c79fcfe7bdc01163c4b34aaba1460
31581Author: Gerald Van Baren <vanbaren@cideas.com>
31582Date: Sun Apr 15 13:54:26 2007 -0400
31583
31584 Fix the ft_cpu_setup() property settings.
31585
31586 Use "setter" functions instead of flags, cleaner and more flexible.
31587 It also fixes the problem noted by Timur Tabi that the ethernet MAC
31588 addresses were all being set incorrectly to the same MAC address.
31589
31590commit c28abb9c614f65ce2096cc4a66fc886c77d0e5a4
31591Author: Gerald Van Baren <vanbaren@cideas.com>
31592Date: Sat Apr 14 22:51:24 2007 -0400
31593
31594 Improve the bootm command for CONFIG_OF_LIBFDT
31595
31596 In bootm, create the "/chosen" node only if it doesn't already exist
31597 (better matches the previous behavior).
31598 Update for proper reserved memory map handling for initrd.
31599
31600commit 3f9f08cf91c8a6949a5d78a18bd3d8df7b86d888
31601Author: Gerald Van Baren <vanbaren@cideas.com>
31602Date: Sat Apr 14 22:46:41 2007 -0400
31603
31604 Add some utilities to manipulate the reserved memory map.
31605
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031606commit 8048cdd56f04a756eeea4951f402bf5cc33785db
31607Author: Wolfgang Denk <wd@denx.de>
31608Date: Sat Apr 14 21:16:54 2007 +0200
31609
31610 Update CHANGELOG
31611
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020031612commit 8e6875183cdca91c134408d119d4abcd48ef6856
31613Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31614Date: Sun Dec 17 18:56:46 2006 +0100
31615
31616 AVR32: Enable MMC support
31617
31618 Set up the portmux for the MMC interface and enable the MMC driver
31619 along with support for DOS partitions, ext2 and FAT filesystems.
31620
31621 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31622
31623commit fc26c97bb6df41b4a95662c34054fe912387bf38
31624Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31625Date: Fri Jan 20 10:03:53 2006 +0100
31626
31627 Atmel MCI driver
31628
31629 Driver for the Atmel MCI controller (MMC interface) for AT32AP CPUs.
31630
31631 The AT91 ARM-based CPUs use basically the same hardware, so it should
31632 be possible to share this driver, but no effort has been made so far.
31633
31634 Hardware documentation can be found in the AT32AP7000 data sheet,
31635 which can be downloaded from
31636
31637 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
31638
31639 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31640
31641commit 05fdab1ef6a10d049a50021a86f1226f444d9b9f
31642Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31643Date: Sun Dec 17 18:55:37 2006 +0100
31644
31645 AVR32: Add clk and gpio infrastructure for mmci
31646
31647 Implement functions for configuring the mmci pins, as well as
31648 functions for getting the clock rate of the mmci controller.
31649
31650 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31651
31652commit 7fac3f69e9f05c5e5326681976c35d129324c4de
31653Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31654Date: Sun Dec 17 18:53:56 2006 +0100
31655
31656 Enable partition support with MMC
31657
31658 Include implementations of init_part() and get_partition_info() when
31659 CONFIG_MMC is set.
31660
31661 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31662
31663commit 9a24f477a1ed5bb0f74377c985d754ebbfa44872
31664Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31665Date: Sun Dec 17 17:14:30 2006 +0100
31666
31667 AVR32: Enable networking
31668
31669 Implement MACB initialization for AVR32 and ATSTK1000, and turn
31670 everything on, including the MACB driver.
31671
31672 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31673
31674commit 5c1fe1ffffd1750a7e47e5a2e2cd600c00e4f009
31675Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31676Date: Fri Jan 20 10:03:34 2006 +0100
31677
31678 Atmel MACB ethernet driver
31679
31680 Driver for the Atmel MACB on-chip ethernet controller.
31681
31682 This driver has been tested on the ATSTK1000 board with a AT32AP7000
31683 CPU. It should probably work on AT91SAM926x as well with some minor
31684 modifications.
31685
31686 Hardware documentation can be found in the AT32AP7000 data sheet,
31687 which can be downloaded from
31688
31689 http://www.atmel.com/dyn/products/datasheets.asp?family_id=682
31690
31691 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31692
31693commit b4ec9c2d43d894729bb633bfdbdfa95a962c1556
31694Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31695Date: Sun Dec 17 16:56:14 2006 +0100
31696
31697 AVR32: Add clk and gpio infrastructure for macb0 and macb1
31698
31699 Implement functions for configuring the macb0 and macb1 pins, as
31700 well as functions for getting the clock rate of the various
31701 busses the macb ethernet controllers are connected to.
31702
31703 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31704
31705commit d5acb95b16a0a74c643524342c3437e765426d05
31706Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31707Date: Sun Dec 17 15:39:15 2006 +0100
31708
31709 AVR32: Implement simple DMA memory allocator
31710
31711 Implement dma_alloc_coherent() which returns cache-aligned
31712 uncacheable memory.
31713
31714 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31715
31716commit 91975b0fea773c9e681fea8cf3349669f27685ee
31717Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31718Date: Sun Dec 17 15:46:02 2006 +0100
31719
31720 Import <linux/mii.h> from the Linux kernel
31721
31722 Instead of creating yet another set of MII register definitions
31723 in the macb driver, here's a complete set of definitions for everyone
31724 to use.
31725
31726 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31727
31728commit 1b804b229556a4d862da93c0ec94e79419364b2c
31729Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31730Date: Wed Mar 21 19:47:36 2007 +0100
31731
31732 AVR32: Include more commands for ATSTK1000
31733
31734 Include the imi, imls and jffs commands sets by default on ATSTK1000.
31735 Also define CONFIG_BOOTARGS to something more useful, define
31736 CONFIG_BOOTCOMMAND and enable autoboot by default.
31737
31738 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31739
31740commit 9c0deb5ae3ea0189f2e08ac29ef1316f1fb8548d
31741Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31742Date: Wed Mar 21 19:44:48 2007 +0100
31743
31744 AVR32: Provide a definition of struct stat
31745
31746 Copy the definition of struct stat from the Linux kernel.
31747
31748 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31749
31750commit 12f099c08167a7a51aeee623bc16dafd0841271c
31751Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31752Date: Sun Dec 17 14:46:06 2006 +0100
31753
31754 AVR32: Use initdram() instead of board_init_memories()
31755
31756 Conform to the "standard" interface and use initdram() instead of
31757 board_init_memories() on AVR32. This enables us to get rid of the
31758 sdram_size member of the global_data struct as well.
31759
31760 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31761
31762commit 1f4f2121c2685182eb87fa9a9b799d1917387a1c
31763Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31764Date: Mon Nov 20 15:53:10 2006 +0100
31765
31766 AVR32: Relocate u-boot to SDRAM
31767
31768 Relocate the u-boot image into SDRAM like everyone else does. This
31769 means that we can handle much larger .data and .bss than we used to.
31770
31771 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31772
31773commit df548d3c3e2bbc40258713167859ffc2ce99a900
31774Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31775Date: Sun Nov 19 18:06:53 2006 +0100
31776
31777 AVR32: Resource management rewrite
31778
31779 Rewrite the resource management code (i.e. I/O memory, clock gating,
31780 gpio) so it doesn't depend on any global state. This is necessary
31781 because this code is heavily used before relocation to RAM, so we
31782 can't write to any global variables.
31783
31784 As an added bonus, this makes u-boot's memory footprint a bit smaller,
31785 although some functionality has been left out; all clocks are enabled
31786 all the time, and there's no checking for gpio line conflicts.
31787
31788 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31789
31790commit 03d1e1365796cd15d1726e8a51fd8b5be50b2fe9
31791Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31792Date: Sat Nov 18 18:01:13 2006 +0100
31793
31794 AVR32: Clean up memory-map.h for at32ap7000
31795
31796 Convert spaces to tabs (must have missed this one last time around),
31797 sort the entries by address and group them together by bus
31798 connectivity.
31799
31800 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31801
31802commit 28c699ef69f4b6cdf252e4747b7b590028a88981
31803Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31804Date: Sat Nov 18 17:32:31 2006 +0100
31805
31806 AVR32: Build position-independent u-boot
31807
31808 Add -fPIC -mno-init-got to the avr32-specific CFLAGS to make u-boot
31809 position independent. This will make relocation a lot easier.
31810
31811 -mno-init-got means that gcc shouldn't emit code to load the GOT
31812 address into r6 in every function prologue. We do it once and for
31813 all in the early startup assembly code, so enabling this option
31814 makes u-boot a bit faster and smaller.
31815
31816 The assembly parts have always been position-independent, so no code
31817 changes should be necessary.
31818
31819 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31820
31821commit 5374b36de91d006d1df9536259fa9f66b01aa3aa
31822Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31823Date: Sat Nov 18 17:24:31 2006 +0100
31824
31825 AVR32: Use avr32-linux- cross-compilation prefix by default
31826
31827 It doesn't really matter which toolchain you use to compile u-boot,
31828 but the avr32-linux one is probably what most people have installed.
31829
31830 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31831
31832commit c841beeddebece0039e724fb27f4d1a39ee1c6b6
31833Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
31834Date: Sat Nov 18 17:15:30 2006 +0100
31835
31836 AVR32: Split start_u_boot into board_init_f and board_init_r
31837
31838 Split the avr32 initialization code into a function to run before
31839 relocation, board_init_f and a function to run after relocation,
31840 board_init_r. For now, board_init_f simply calls board_init_r
31841 at the end.
31842
31843 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
31844
Wolfgang Denk8048cdd2007-04-14 21:16:54 +020031845commit 37403005cfe6bb13964d450f6a48a0b0f2f7017e
31846Author: Heiko Schocher <hs@pollux.denx.de>
31847Date: Sat Apr 14 05:26:48 2007 +0200
31848
31849 [Fix] Set the LED status register on the UC101 for the LXT971 PHY.
31850 clear the Display after reset.
31851
31852 Signed-off-by: Heiko Schocher <hs@denx.de>
31853
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031854commit 7882751c78b7ecabfd49b0eff8de27661c71f16c
31855Author: Denis Peter <d.peter@mpl.ch>
31856Date: Fri Apr 13 09:13:33 2007 +0200
31857
31858 [PATCH] Fix bugs in cmd_ide.c and cmd_scsi.c
31859
31860 Fix bug introduced by "Fix get_partition_info() parameter error in all
31861 other calls" from 2005-03-04 in cmd_ide.c and cmd_scsi.c, which prevented
31862 to use diskboot or scsiboot form another device than 0.
31863
31864 Signed-off-by: Denis Peter <d.peter@mpl.ch>
31865
31866commit 0b94504d22e70f537c17a0d38c87edb6e370977d
31867Author: Greg Lopp <lopp@pobox.com>
31868Date: Fri Apr 13 08:02:24 2007 +0200
31869
31870 [PATCH] Fix use of "void *" for block dev read/write buffer pointers
31871
31872 Signed-of-by: Greg Lopp <lopp@pobox.com>
31873 Acked-by: Grant Likely <grant.likely@secretlab.ca>
31874
Wolfgang Denka7676ea2007-05-16 01:16:53 +020031875commit 6fbf261f8df294e589cfadebebe5468e3c0f29e9
31876Author: Xie Xiaobo <r63061@freescale.com>
31877Date: Fri Mar 9 19:08:25 2007 +0800
31878
31879 Fix two bugs for MPC83xx DDR2 controller SPD Init
31880
31881 There are a few bugs in the cpu/mpc83xx/spd_sdram.c
31882 the first bug is that the picos_to_clk routine introduces a huge
31883 rounding error in 83xx.
31884 the second bug is that the mode register write recovery field is
31885 tWR-1, not tWR >> 1.
31886
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031887commit 2ad3aba01d37b72e7c957b07e102fccd64fe6d13
31888Author: Jeffrey Mann <mannj@embeddedplanet.com>
31889Date: Thu Apr 12 14:15:59 2007 +0200
31890
31891 ppc4xx: Fix i2c divisor calcularion for PPC4xx
31892
31893 This patch fixes changes the i2c_init(...) function to use the function
31894 get_OPB_freq() rather than calculating the OPB speed by
31895 sysInfo.freqPLB/sysInfo.pllOpbDiv. The get_OPB_freq() function is
31896 specific per processor. The prior method was not and so was calculating
31897 the wrong speed for some PPC4xx processors.
31898
31899 Signed-off-by: Jeffrey Mann <mannj@embeddedplanet.com>
31900 Signed-off-by: Stefan Roese <sr@denx.de>
31901
Wolfgang Denk8048cdd2007-04-14 21:16:54 +020031902commit 6c9ba919375db977aaad9146bf320c7afd07ae7a
31903Author: Wolfgang Denk <wd@denx.de>
31904Date: Wed Apr 11 17:25:01 2007 +0200
31905
31906 Update CHANGELOG
31907
31908 Signed-off-by: Wolfgang Denk <wd@denx.de>
31909
Wolfgang Denk6c9ba912007-04-11 17:25:01 +020031910commit 51056dd9863e6a1bc363afbbe1775c58cd967418
31911Author: Wolfgang Denk <wd@denx.de>
31912Date: Wed Apr 11 17:22:55 2007 +0200
31913
31914 Update for SC3 board
31915
31916 * Make IDE timeout configurable through ide_reset_timeout variable.
31917 * Use Newline as "password" string
31918 * Use just a single partition in NAND flash
31919
Wolfgang Denkfd094c62007-04-18 17:20:58 +020031920commit 3d98b85800c80dc68227c8f10bf5c93456d6d054
31921Author: Haiying Wang <haiying.wang@freescale.com>
31922Date: Mon Jan 22 12:37:30 2007 -0600
31923
31924 Add PIXIS FPGA support for MPC8641HPCN board.
31925
31926 Move the 8641HPCN's PIXIS code to the new directory
31927 board/freescale/common/ as it will be shared by
31928 future boards not in the same processor family.
31929
31930 Write a "pixis_reset" command that utilizes the FPGA
31931 reset sequencer to support alternate soft-reset options
31932 such as using the "alternate" flash bank, enabling
31933 the watch dog, or choosing different CPU frequencies.
31934
31935 Add documentation for the pixis_reset to README.mpc8641hpcn.
31936
31937 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
31938 Signed-off-by: Jon Loeliger <jdl@freescale.com>
31939
Wolfgang Denk37837822007-04-18 17:49:29 +020031940commit 64dbbd40c58349b64f43fd33dbb5ca0adb67d642
31941Author: Gerald Van Baren <vanbaren@cideas.com>
31942Date: Fri Apr 6 14:19:43 2007 -0400
31943
31944 Moved fdt command support code to fdt_support.c
31945
31946 ...in preparation for improving the bootm command's handling of fdt blobs.
31947 Also cleaned up some coding sloppiness.
31948
31949commit 6679f9299534e488a171a9bb8f9bb891de247aab
31950Author: Gerald Van Baren <vanbaren@cideas.com>
31951Date: Fri Apr 6 14:17:14 2007 -0400
31952
31953 libfdt: Make fdt_check_header() public
31954
31955 Changed _fdt_check_header() to fdt_check_header() and made it part of
31956 the interface - it is a useful routine.
31957
31958 Also did some asthetics cleanup to the include files (headers).
31959
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020031960commit c0707ce65677650b5ceab0500ee50ae5168afef2
31961Author: Aubrey Li <aubrey.adi@gmail.com>
31962Date: Thu Apr 5 18:34:06 2007 +0800
31963
31964 [Blackfin][PATCH] Kill off a bunch of common local prototypes
31965
31966commit 7b7e30aa64bb6657a1bfd32fdbdbfeb561e6a48d
31967Author: Aubrey Li <aubrey.adi@gmail.com>
31968Date: Thu Apr 5 18:33:04 2007 +0800
31969
31970 [Blackfin][PATCH] Fix dynamic CPLB generation issue
31971
31972commit 0445e3a264251d75b1be45ef713c70726a2952f0
31973Author: Aubrey Li <aubrey.adi@gmail.com>
31974Date: Thu Apr 5 18:31:47 2007 +0800
31975
31976 [Blackfin][PATCH] minior cleanup
31977
31978commit 155fd766573981090e638b493d5857562151862e
31979Author: Aubrey Li <aubrey.adi@gmail.com>
31980Date: Thu Apr 5 18:31:18 2007 +0800
31981
31982 [Blackfin][PATCH] Fix copyright and update license
31983
31984commit 9fd437bbd75d282f899e1da50be20a2bf38450bc
31985Author: Aubrey Li <aubrey.adi@gmail.com>
31986Date: Thu Apr 5 18:30:25 2007 +0800
31987
31988 [Blackfin][PATCH] Add BF537 EMAC driver initialization
31989
31990commit 889256e8604e0c68db1d866d720894dffede9df6
31991Author: Aubrey Li <aubrey.adi@gmail.com>
31992Date: Thu Apr 5 18:29:55 2007 +0800
31993
31994 [Blackfin][PATCH] call real the system synchronize instruction
31995
31996commit e0df1c921b788289564e4c1ee7120a6a9cd3ab05
31997Author: Aubrey Li <aubrey.adi@gmail.com>
31998Date: Thu Apr 5 18:29:17 2007 +0800
31999
32000 [Blackfin][PATCH] remove asm/page.h as we do not actually use/want any of these definitions nor does any other arch include it
32001
32002commit dfeeab2cd680df047e68e723b246adf6f33bb556
32003Author: Aubrey Li <aubrey.adi@gmail.com>
32004Date: Thu Apr 5 18:28:34 2007 +0800
32005
32006 [Blackfin][PATCH]: fix flash unaligned copy issue
32007
Wolfgang Denkfd094c62007-04-18 17:20:58 +020032008commit 443feb740584e406efa203af909fe2926608e8d5
32009Author: Igor Marnat <marny@rambler.ru>
32010Date: Wed Mar 21 09:55:01 2007 +0300
32011
32012 Update usage of 'nc' in README.NetConsole
32013
32014 Added information about usage of NetConsole on systems where the -l and -p
32015 switches are mutually exclusive.
32016
32017 Signed-off-by: Igor Marnat <marny@rambler.ru>
32018 Signed-off-by: Ben Warren <bwarren@qstreams.com>
32019
Wolfgang Denk6c9ba912007-04-11 17:25:01 +020032020commit 31c98a88228021b314c89ebb8104fb6473da4471
32021Author: Wolfgang Denk <wd@denx.de>
32022Date: Wed Apr 4 02:09:30 2007 +0200
32023
32024 Minor coding style cleanup.
32025
Wolfgang Denk31c98a82007-04-04 02:09:30 +020032026commit 94abd7c0583ebe01e799b25f451201deeaab550d
32027Author: Wolfgang Denk <wd@denx.de>
32028Date: Wed Apr 4 01:49:15 2007 +0200
32029
32030 Minor cleanup.
32031
Wolfgang Denk9986bc32007-08-12 21:34:50 +020032032commit 822af351ad2babc7d99033361a5fcacd30f6bc78
32033Author: Rodolfo Giometti <giometti@enneenne.com>
32034Date: Tue Apr 3 14:27:18 2007 +0200
32035
32036 Support for the Philips ISP116x HCD (Host Controller Driver)
32037
32038 Signed-off-by: Rodolfo Giometti <giometti@enneenne.com>
32039
32040commit edf5851be6c17c031d4f71dd5b0a12040b7c50c8
32041Author: Markus Klotzbuecher <mk@denx.de>
32042Date: Tue Apr 3 14:27:08 2007 +0200
32043
32044 USB: cleanup monahans usb support. Remove dead code.
32045
32046 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32047
Wolfgang Denk5f6c7322007-04-18 16:17:46 +020032048commit a65c5768e5537530bd1780af3d3fddc3113a163c
32049Author: Stefan Roese <sr@denx.de>
32050Date: Mon Apr 2 10:09:30 2007 +0200
32051
32052 ppc4xx: Change SysACE address on Katmai
32053
32054 With this new base address of the Xilinx SystemACE controller
32055 the Linux driver will be easier to adapt, since it can now be
32056 mapped via the "normal" ioremap() call.
32057
32058 Signed-off-by: Stefan Roese <sr@denx.de>
32059
Wolfgang Denk94abd7c2007-04-04 01:49:15 +020032060commit aea03c4e8c3a21ce43d3faf48a6e6d474c8bdf73
32061Author: Gerald Van Baren <vanbaren@cideas.com>
32062Date: Sat Mar 31 14:30:53 2007 -0400
32063
32064 Fix some minor whitespace violations.
32065
32066commit 213bf8c822de8eecaf69860684469cdaba2e9e6a
32067Author: Gerald Van Baren <vanbaren@cideas.com>
32068Date: Sat Mar 31 12:23:51 2007 -0400
32069
32070 Add a flattened device tree (fdt) command (2 of 2)
32071
32072 Modifications to the existing code to support the new fdt command.
32073
32074commit 781e09ee6e3e3e392ab362c1f0ef1068adc76e3e
32075Author: Gerald Van Baren <vanbaren@cideas.com>
32076Date: Sat Mar 31 12:22:10 2007 -0400
32077
32078 Add a flattened device tree (fdt) command (1 of 2)
32079
32080 The fdt command uses David Gibson's libfdt library to manipulate as well
32081 as print the flattened device tree. This patch is the new command,
32082 the second part is the modifications to the existing code.
32083
32084commit 3af0d587d93e0be5f96e1b30fa41e662f8b0803e
32085Author: Gerald Van Baren <vanbaren@cideas.com>
32086Date: Sat Mar 31 12:13:43 2007 -0400
32087
32088 libfdt: Enhanced and published fdt_next_tag()
32089
32090 Enhanced the formerly private function _fdt_next_tag() to allow stepping
32091 through the tree, used to produce a human-readable dump, and made
32092 it part of the published interface.
32093 Also added some comments.
32094
32095commit fa3a74cec73dfd06a5ae35a9a3368200273aaa71
32096Author: Gerald Van Baren <vanbaren@cideas.com>
32097Date: Sat Mar 31 12:05:39 2007 -0400
32098
32099 libfdt: Customizations for use by u-boot.
32100
32101 Changes to David Gibson's original source to fit into u-boot's
32102 environment. No functionality changes.
32103
32104commit 35748177c64a4a83a00057e93bb33e40278a2a96
32105Author: Gerald Van Baren <vanbaren@cideas.com>
32106Date: Sat Mar 31 12:00:56 2007 -0400
32107
32108 libfdt: Import libfdt source (2 of 2)
32109
32110 This adds the applicable libfdt source files (unmodified) and a README
32111 to explain where the source came from.
32112
32113commit 7cd5da0fe877e7171a4cdd44880bce783132871a
32114Author: Gerald Van Baren <vanbaren@cideas.com>
32115Date: Sat Mar 31 11:59:59 2007 -0400
32116
32117 libfdt: Import libfdt source (1 of 2)
32118
32119 This adds the applicable libfdt source files (unmodified) and a README
32120 to explain where the source came from.
32121
Wolfgang Denk6c9ba912007-04-11 17:25:01 +020032122commit da6ebc1bc082cbe3b6bbde079cafe09f7ebbad4b
32123Author: Stefan Roese <sr@denx.de>
32124Date: Sat Mar 31 13:16:23 2007 +0200
32125
32126 ppc4xx: Update Katmai bootstrap command
32127
32128 Now the DDR2 frequency is also 2*PLB frequency when 166MHz PLB
32129 is selected.
32130
32131 Signed-off-by: Stefan Roese <sr@denx.de>
32132
32133commit cabee756a6532986729477c3cc1ea16ef8517ad2
32134Author: Stefan Roese <sr@denx.de>
32135Date: Sat Mar 31 13:15:06 2007 +0200
32136
32137 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
32138
32139 Additional RAM information is now printed upon powerup, like
32140 DDR2 frequency and CAS latency.
32141
32142 Signed-off-by: Stefan Roese <sr@denx.de>
32143
32144commit 60723803431ac75cad085690789e433d5ab9174e
32145Author: Stefan Roese <sr@denx.de>
32146Date: Sat Mar 31 08:48:36 2007 +0200
32147
32148 ppc4xx: Change Yucca config file to support ECC
32149
32150 With the updated 44x DDR2 driver the Yucca board now supports
32151 ECC generation and checking.
32152
32153 Signed-off-by: Stefan Roese <sr@denx.de>
32154
32155commit 490e5730c674b20d708b783a2c5ffd7208f83873
32156Author: Stefan Roese <sr@denx.de>
32157Date: Sat Mar 31 08:47:34 2007 +0200
32158
32159 ppc4xx: Fix "bootstrap" command for Katmai board
32160
32161 The board specific "bootstrap" command is now fixed and can
32162 be used for the AMCC Katmai board to configure different
32163 CPU/PLB/OPB frequencies.
32164
32165 Signed-off-by: Stefan Roese <sr@denx.de>
32166
32167commit 94f54703c3a776ec23e427ca2a16e0a79a5d50c1
32168Author: Stefan Roese <sr@denx.de>
32169Date: Sat Mar 31 08:46:08 2007 +0200
32170
32171 ppc4xx: Update 44x_spd_ddr2 code (440SP/440SPe)
32172
32173 Fix a bug in the auto calibration routine. This driver now runs
32174 more reliable with the tested modules. It's also tested with
32175 167MHz PLB frequency (667MHz DDR2 frequency) on the Katmai.
32176
32177 Signed-off-by: Stefan Roese <sr@denx.de>
32178
Wolfgang Denk31c98a82007-04-04 02:09:30 +020032179commit 342cd097be1e7affe82f42ab3da220959a699e64
32180Author: Michal Simek <monstr@monstr.eu>
32181Date: Fri Mar 30 22:52:09 2007 +0200
32182
32183 [PATCH] Clean include dependence
32184
32185commit 6f934210fb293fde2cfb4251c6d96fdc58b6a906
32186Author: Michal Simek <monstr@monstr.eu>
32187Date: Fri Mar 30 22:42:45 2007 +0200
32188
32189 [CLEAN] Remove inefficient Suzaku code
32190
Wolfgang Denk6c9ba912007-04-11 17:25:01 +020032191commit 430f1b0f9a670c2f13eaa52e66a10db96dd3647d
32192Author: Stefan Roese <sr@denx.de>
32193Date: Wed Mar 28 15:03:16 2007 +0200
32194
32195 Merge some AMCC make targets to keep the top-level Makefile smaller
32196
32197 Signed-off-by: Stefan Roese <sr@denx.de>
32198
32199commit 0c75c9d84307a9f1cbe1ff0c4d8937ee3a96475e
32200Author: Stefan Roese <sr@denx.de>
32201Date: Wed Mar 28 14:52:12 2007 +0200
32202
32203 i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is defined
32204
32205 The "old" i2c commands (iprobe, imd...) are now compiled in again,
32206 even when the i2c command tree is enabled via the CONFIG_I2C_CMD_TREE
32207 config option.
32208
32209 Signed-off-by: Stefan Roese <sr@denx.de>
32210
Wolfgang Denk31c98a82007-04-04 02:09:30 +020032211commit 5da048adf44bea5e3b94080d02903c2e3fe7aa4a
32212Author: Michal Simek <monstr@monstr.eu>
32213Date: Tue Mar 27 00:32:16 2007 +0200
32214
32215 PATCH: Resolve GPL license problem
32216
Wolfgang Denk9986bc32007-08-12 21:34:50 +020032217commit ae00bb4b2944dc64a485ed72a19754b11af7c223
32218Author: Rodolfo Giometti <giometti@enneenne.com>
32219Date: Mon Mar 26 12:03:36 2007 +0200
32220
32221 PXA: pxa27x USB OHCI support
32222
32223 Signed-off-by: Rodolfo Giometti <giometti@linux.it>
32224
32225commit ae79f60677c208326535647dcbd5c3ec40dbcb0b
32226Author: Markus Klotzbuecher <mk@denx.de>
32227Date: Mon Mar 26 11:21:05 2007 +0200
32228
32229 USB: remove the S3C24X0_merge #define, which was introduced while
32230 merging OHCI drivers.
32231
32232 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32233
Wolfgang Denk31c98a82007-04-04 02:09:30 +020032234commit 1798049522f594013aea29457d46794298c6ae15
32235Author: Michal Simek <root@monstr.eu>
32236Date: Mon Mar 26 01:39:07 2007 +0200
32237
32238 Support for XUPV2P board
32239 Reset support
32240 BSP autoconfig support
32241
Wolfgang Denk6c9ba912007-04-11 17:25:01 +020032242commit 0d974d5297349504a2ddfa09314be573b5df320a
32243Author: Stefan Roese <sr@denx.de>
32244Date: Sat Mar 24 15:57:09 2007 +0100
32245
32246 [PATCH] Add 4xx GPIO functions
32247
32248 This patch adds some 4xx GPIO functions. It also moves some of the
32249 common code and defines into a common 4xx GPIO header file.
32250
32251 Signed-off-by: Stefan Roese <sr@denx.de>
32252
32253commit 2db633658bbf366ab0c8dad7a0727e1fb2ae6b11
32254Author: Stefan Roese <sr@denx.de>
32255Date: Sat Mar 24 15:55:58 2007 +0100
32256
32257 [PATCH] Small Sequoia cleanup
32258
32259 Signed-off-by: Stefan Roese <sr@denx.de>
32260
32261commit 3cb86f3e40d2a80356177434a99f75bc8baa9caf
32262Author: Stefan Roese <sr@denx.de>
32263Date: Sat Mar 24 15:45:34 2007 +0100
32264
32265 [PATCH] Clean up 40EZ/Acadia support
32266
32267 This patch cleans up all the open issue of the preliminary
32268 Acadia support.
32269
32270 Signed-off-by: Stefan Roese <sr@denx.de>
32271
Wolfgang Denk94abd7c2007-04-04 01:49:15 +020032272commit 6eb1df835191d8ce4b81d5af40fa8e0fbe78e997
32273Author: Jon Loeliger <jdl@freescale.com>
32274Date: Tue Dec 12 11:02:20 2006 -0600
32275
32276 Fix 8641HPCN problem with ld version 2.16
32277
32278 (Dot outside sections problem).
32279
32280 This fix is in the spirit of 807d5d7319330e336ab34a5623c5e0d73b87d540.
32281
32282 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32283
32284commit 9964a4dd0d4ef5a037febaebf1aa494b1a72991c
32285Author: Haiying Wang <haiying.wang@freescale.com>
32286Date: Thu Dec 7 10:35:55 2006 -0600
32287
32288 Set Rev 2.x 86xx PIC in mixed mode.
32289
32290 Prevent false interrupt from hanging Linux as MSR[EE] is set
32291 to enable interrupts by changing the PIC out of the default
32292 pass through mode into mixed mode.
32293
32294 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
32295 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32296
32297commit 5a58a73ceb0a4059c42ef64cedbc1a45e0aaa00e
32298Author: Jason Jin <jason.jin@freescale.com>
32299Date: Thu Dec 7 10:32:35 2006 -0600
32300
32301 Add flash cmd function to 8641HPCN ramboot
32302
32303 Also fixes some commmand for 8641 HPCN ramboot case.
32304
32305 Signed-off-by: Jason Jin <jason.jin@freescale.com>
32306 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32307
32308commit 2ccceacc04b009d923afb7c26189ba2f8a2a5d46
32309Author: Ed Swarthout <ed.swarthout@freescale.com>
32310Date: Thu Dec 7 10:34:14 2006 -0600
32311
32312 Add support for 8641 Rev 2 silicon.
32313
32314 Without this patch, I am unable to get to the prompt on rev 2 silicon.
32315 Only set ddrioovcr for rev1.
32316
32317 Signed-off-by: Ed Swarthout<ed.swarthout@freescale.com>
32318 Signed-off-by: Jon Loeliger <jdl@freescale.com>
32319
32320commit 44ba464b99001f8bd1c456a1e9d59726252f707a
32321Author: Wolfgang Denk <wd@denx.de>
32322Date: Thu Mar 22 00:13:12 2007 +0100
32323
32324 Code cleanup / re-insert previous Copyright entries.
32325
32326 Signed-off-by: Wolfgang Denk <wd@denx.de>
32327
Wolfgang Denk44ba4642007-03-22 00:13:12 +010032328commit 2a8dfe08359a1b663418b2faa1da1d7bce34d302
32329Author: Wolfgang Denk <wd@denx.de>
32330Date: Wed Mar 21 23:26:15 2007 +0100
32331
32332 Code cleanup. Update CHANGELOG
32333
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010032334commit e6615ecf4eaf4dd52696934aed8f5c6474cfd286
32335Author: Stefan Roese <sr@denx.de>
32336Date: Wed Mar 21 14:54:29 2007 +0100
32337
32338 ppc4xx: Fix file mode of include/configs/acadia.h
32339
32340 Signed-off-by: Stefan Roese <sr@denx.de>
32341
32342commit d5f4614c9350d9333e575100fb250aab774d0258
32343Author: Markus Klotzbuecher <mk@denx.de>
32344Date: Wed Mar 21 14:41:46 2007 +0100
32345
32346 SPC1920: fix small clock routing bug
32347
32348 Signed-off-by: Markus Klotzbuecher <mk@denx.de>
32349
32350commit 16c0cc1c82081a493ab87c51980b28336ce1bce8
32351Author: Stefan Roese <sr@denx.de>
32352Date: Wed Mar 21 13:39:57 2007 +0100
32353
32354 [PATCH] Add AMCC Acadia (405EZ) eval board support
32355
32356 This patch adds support for the new AMCC Acadia eval board.
32357
32358 Please note that this Acadia/405EZ support is still in a beta stage.
32359 Still lot's of cleanup needed but we need a preliminary release now.
32360
32361 Signed-off-by: Stefan Roese <sr@denx.de>
32362
32363commit e01bd218b00af73499331a1a701625a852cd286f
32364Author: Stefan Roese <sr@denx.de>
32365Date: Wed Mar 21 13:38:59 2007 +0100
32366
32367 [PATCH] Add AMCC PPC405EZ support
32368
32369 This patch adds support for the new AMCC 405EZ PPC. It is in
32370 preparation for the AMCC Acadia board support.
32371
32372 Please note that this Acadia/405EZ support is still in a beta stage.
32373 Still lot's of cleanup needed but we need a preliminary release now.
32374
32375 Signed-off-by: Stefan Roese <sr@denx.de>
32376
32377commit 07e82cb2e284a893df6693f2a1337ab2c47bf6a1
32378Author: Heiko Schocher <hs@pollux.denx.de>
32379Date: Wed Mar 21 08:45:17 2007 +0100
32380
32381 [PATCH] TQM8272: dont change the bits given from the HRCW
32382 for the SIUMCR and BCR Register.
32383 Fix the calculation for the EEprom Size
32384
32385 Signed-off-by: Heiko Schocher <hs@denx.de>
32386
Wolfgang Denk44ba4642007-03-22 00:13:12 +010032387commit 654589873dbafcf104dff133ce0d03a4506e9cc3
32388Author: Aubrey Li <aubrey.adi@gmail.com>
32389Date: Tue Mar 20 18:16:24 2007 +0800
32390
32391 [Blackfin][PATCH] Add BF561 EZKIT board support
32392
32393commit a6154fd1cfd020f6da8527e0365b1020a11a71d0
32394Author: Aubrey Li <aubrey.adi@gmail.com>
32395Date: Mon Mar 19 22:55:58 2007 +0800
32396
32397 [Blackfin][PATCH] minor cleanup
32398
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010032399commit 389b6bb50f745bf5038ce030300d8a8512e96f79
32400Author: Wolfgang Denk <wd@denx.de>
32401Date: Mon Mar 19 13:10:08 2007 +0100
32402
32403 Remove obsoleted POST files.
32404
32405 Signed-off-by: Wolfgang Denk <wd@denx.de>
32406
Wolfgang Denk44ba4642007-03-22 00:13:12 +010032407commit 8e709bbb2636b5670a8f2b575e138eb1f55773f6
32408Author: Aubrey Li <aubrey.adi@gmail.com>
32409Date: Mon Mar 19 01:26:11 2007 +0800
32410
32411 [PATCH] Add flash chip M29W320ET/B support
32412
32413commit 26bf7deca364a5b33f39e8f14ddd3f4081345015
32414Author: Aubrey Li <aubrey.adi@gmail.com>
32415Date: Mon Mar 19 01:24:52 2007 +0800
32416
32417 [Blackfin][PATCH] Add BF537 stamp board support
32418
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010032419commit 8423e5e31a7235d05a482627315fb11d49c17bd7
32420Author: Stefan Roese <sr@denx.de>
32421Date: Fri Mar 16 21:11:42 2007 +0100
32422
32423 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ebony eval board
32424
32425 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
32426 DDR memory are dynamically programmed matching the total size
32427 of the equipped memory (DIMM modules).
32428
32429 Signed-off-by: Stefan Roese <sr@denx.de>
32430
32431commit 76d1466f918b881cda2d259254761e73885093c2
32432Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32433Date: Tue Mar 13 13:38:05 2007 +0100
32434
32435 [PATCH] renamed environment variable 'addcon' to 'addcons' for PCI405
32436 boards in terms of unification.
32437
32438 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32439
32440commit a7090b993d3d4d2221ac3f33e6cb1d1b2ccc6bf0
32441Author: Wolfgang Denk <wd@denx.de>
32442Date: Tue Mar 13 16:05:55 2007 +0100
32443
32444 Make SC3 board build with 'make O='; use 'addcons' consistently
32445 (SC3 and Jupiter used to use 'addcon' instead).
32446
32447 Signed-off-by: Wolfgang Denk wd@denx.de
32448
32449commit 8502e30a28e492c756ea2d7df0ace026388fce4b
32450Author: Heiko Schocher <hs@pollux.denx.de>
32451Date: Tue Mar 13 09:40:59 2007 +0100
32452
32453 [PATCH] update board config for jupiter Board:
32454 added Hush Shell,
32455 CONFIG_CMDLINE_EDITING,
32456 CFG_ENV_ADDR_REDUND activated
32457
32458 Signed-off-by: Heiko Schocher <hs@denx.de>
32459
Wolfgang Denk44ba4642007-03-22 00:13:12 +010032460commit 0d93de11449390a5984b0236c3612e50f6dbb7e8
32461Author: Aubrey Li <aubrey.adi@gmail.com>
32462Date: Mon Mar 12 12:11:55 2007 +0800
32463
32464 [Blackfin][PATCH] minor cleanup
32465
32466commit bfa5754a58477ac917d21527cd0f079d87cf188e
32467Author: Aubrey Li <aubrey.adi@gmail.com>
32468Date: Mon Mar 12 01:42:06 2007 +0800
32469
32470 [Blackfin][PATCH] Fix BUILD_DIR option of MAKEALL building issue
32471
32472commit 8440bb14581a294375c34b91b42512f9753d1130
32473Author: Aubrey Li <aubrey.adi@gmail.com>
32474Date: Mon Mar 12 00:25:14 2007 +0800
32475
32476 [Blackfin][PATCH] code cleanup
32477
Wolfgang Denk31c98a82007-04-04 02:09:30 +020032478commit cfc67116a706fd18b8f6a9c11a16753c5626d689
32479Author: Michal Simek <monstr@monstr.eu>
32480Date: Sun Mar 11 13:48:24 2007 +0100
32481
32482 [Microblaze][PATCH] part 2
32483 timer support
32484 interrupt controller support
32485 flash support
32486 ethernet support
32487 cache support
32488 board information support
32489 env support
32490 booting image support
32491
32492 adding support for Xilinx ML401
32493
32494commit 76316a318de91f6184e7c22a10e02d275ade2441
32495Author: Michal Simek <monstr@monstr.eu>
32496Date: Sun Mar 11 13:42:58 2007 +0100
32497
32498 [Microblaze][PATCH]
32499 timer support
32500 interrupt controller support
32501 flash support
32502 ethernet support
32503 cache support
32504 board information support
32505 env support
32506 booting image support
32507
32508 adding support for Xilinx ML401
32509
Wolfgang Denk44ba4642007-03-22 00:13:12 +010032510commit 8db13d63157811c839d15a313d9f2d2f5fd10af3
32511Author: Aubrey Li <aubrey.adi@gmail.com>
32512Date: Sat Mar 10 23:49:29 2007 +0800
32513
32514 [Blackfin][PATCH] code cleanup
32515
32516commit ef26a08fef928b7bc11ae2c109e638dc3a016d91
32517Author: Aubrey.Li <aubrey.adi@gmail.com>
32518Date: Fri Mar 9 13:40:56 2007 +0800
32519
32520 [Blackfin][PATCH-2/2] Common files changed to support bf533 platform
32521
32522commit 3f0606ad0b5639f7f22848fe5b4574e754d0470f
32523Author: Aubrey.Li <aubrey.adi@gmail.com>
32524Date: Fri Mar 9 13:38:44 2007 +0800
32525
32526 [Blackfin]PATCH-1/2]: Remove obsolete blackfin port and add bf533 platform support
32527
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010032528commit 992423ab43c2bcf6b704853bd00af77450915e20
32529Author: Stefan Roese <sr@denx.de>
32530Date: Thu Mar 8 23:00:08 2007 +0100
32531
32532 ppc4xx: Fix file mode of sequoia.c
32533
32534 Signed-off-by: Stefan Roese <sr@denx.de>
32535
32536commit eb92f613556800f7483666db09d9a237ad911d4a
32537Author: Wolfgang Denk <wd@pollux.denx.de>
32538Date: Thu Mar 8 22:52:51 2007 +0100
32539
32540 Minor cleanup.
32541
32542commit 8ce16f55c7b9752af3d8bed84521aec5337e2de1
32543Author: John Otken john@softadvances.com <john@softadvances.com>
32544Date: Thu Mar 8 09:39:48 2007 -0600
32545
32546 ppc4xx: Clear Sequoia/Rainier security engine reset bits
32547
32548 Signed-off-by: John Otken john@softadvances.com <john@softadvances.com>
32549
32550commit 650a330dd2539130c8c324791e2f9f75aed79d4e
32551Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32552Date: Thu Mar 8 16:26:52 2007 +0100
32553
32554 [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modules
32555
32556 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32557
32558commit d9fc703246840c4b268debf48c334ba55c597dc0
32559Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32560Date: Thu Mar 8 16:25:47 2007 +0100
32561
32562 [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is defined
32563
32564 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32565
32566commit ced5b9029043397348cdc88e0cfcd6b1f629250b
32567Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32568Date: Thu Mar 8 16:23:11 2007 +0100
32569
32570 [PATCH] 4xx: allow CONFIG_I2C_CMD_TREE without CONFIG_I2C_MULTI_BUS
32571
32572 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32573
32574commit d8a8ea5c476d37006fc7f85b7f903142795c8b14
32575Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32576Date: Thu Mar 8 16:20:32 2007 +0100
32577
32578 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM
32579
32580 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32581
32582commit f9fc6a5852a6335840882fa2111925010eea1abe
32583Author: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32584Date: Wed Mar 7 15:32:01 2007 +0100
32585
32586 fixed ethernet phy configuration for plu405 board
32587
32588 Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
32589
32590commit 769104c9356594deb2092e204a39c05b33202d6c
32591Author: Wolfgang Denk <wd@pollux.denx.de>
32592Date: Thu Mar 8 21:49:27 2007 +0100
32593
32594 Minor cleanup
32595
Wolfgang Denk769104c2007-03-08 21:49:27 +010032596commit 00cdb4ce5e1b42248e7e6522ad0da3421b988afa
32597Author: Stefan Roese <sr@denx.de>
32598Date: Thu Mar 8 10:13:16 2007 +0100
32599
32600 [PATCH] Update AMCC Luan 440SP eval board support
32601
32602 The AMCC Luan now uses the common 440SP(e) DDR SPD code for DDR
32603 inititializition. This includes DDR auto calibration and support
32604 for different DIMM modules, instead of the fixed setup used in
32605 the earlier version.
32606
32607 This patch also enables the cache in FLASH for the startup
32608 phase of U-Boot (while running from FLASH). After relocating to
32609 SDRAM the cache is disabled again. This will speed up the boot
32610 process, especially the SDRAM setup, since there are some loops
32611 for memory testing (auto calibration).
32612
32613 Signed-off-by: Stefan Roese <sr@denx.de>
32614
32615commit 2f5df47351910a2936c7741cf111855829200943
32616Author: Stefan Roese <sr@denx.de>
32617Date: Thu Mar 8 10:10:18 2007 +0100
32618
32619 [PATCH] Update AMCC Yucca 440SPe eval board support
32620
32621 The AMCC Yucca now uses the common 440SP(e) DDR SPD code for DDR
32622 inititializition. This includes DDR auto calibration and support
32623 for different DIMM modules, instead of the fixed setup used in
32624 the earlier version.
32625
32626 Signed-off-by: Stefan Roese <sr@denx.de>
32627
32628commit 2721a68a9ea91f1e494649ce68b2577261f578e2
32629Author: Stefan Roese <sr@denx.de>
32630Date: Thu Mar 8 10:07:18 2007 +0100
32631
32632 ppc4xx: Small AMCC Katmai 440SPe update
32633
32634 Signed-off-by: Stefan Roese <sr@denx.de>
32635
32636commit df294497479b1dca6dd86318b2a912f72fede0df
32637Author: Stefan Roese <sr@denx.de>
32638Date: Thu Mar 8 10:06:09 2007 +0100
32639
32640 ppc4xx: Update 440SP/440SPe DDR SPD setup code to support 440SP
32641
32642 Signed-off-by: Stefan Roese <sr@denx.de>
32643
Wolfgang Denkfd094c62007-04-18 17:20:58 +020032644commit 83853178bd36bca6f0f8f1331476620c84a587fc
32645Author: Ed Swarthout <Ed.Swarthout@freescale.com>
32646Date: Wed Mar 7 12:14:50 2007 -0600
32647
32648 net - Support ping reply when processing net-loop
32649
32650 Add ICMP_ECHO_REQUEST packet support by responding with a ICMP_ECHO_REPLY.
32651
32652 This permits the ping command to test the phy interface when the phy
32653 is put in loopback mode (typically by setting register 0 bit 14).
32654
32655 It also allows the port to respond to an external ping when u-boot is
32656 processing some other net command (such as tftp). This is useful when
32657 tftp appears to hang.
32658
32659 Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
32660 Signed-off-by: Ben Warren <bwarren@qstreams.com>
32661
Wolfgang Denk769104c2007-03-08 21:49:27 +010032662commit fa1aef15bcd47736687be1af544506e90fba545d
32663Author: Stefan Roese <sr@denx.de>
32664Date: Wed Mar 7 16:43:00 2007 +0100
32665
32666 [PATCH] Use dynamic SDRAM TLB setup on AMCC Ocotea eval board
32667
32668 Define CONFIG_PROG_SDRAM_TLB so that the TLB entries for the
32669 DDR memory are dynamically programmed matching the total size
32670 of the equipped memory (DIMM modules).
32671
32672 Signed-off-by: Stefan Roese <sr@denx.de>
32673
32674commit e2ebe696818939e2b974628be9c921ea3fe9de13
32675Author: Stefan Roese <sr@denx.de>
32676Date: Wed Mar 7 16:39:36 2007 +0100
32677
32678 [PATCH] Fix AMCC 44x SPD SDRAM init code to support 2 DIMM's
32679
32680 This patch fixes a problem that occurs when 2 DIMM's are
32681 used. This problem was first spotted and fixed by Gerald Jackson
32682 <gerald.jackson@reaonixsecurity.com> but this patch fixes the
32683 problem in a little more clever way.
32684
32685 This patch also adds the nice functionality to dynamically
32686 create the TLB entries for the SDRAM (tlb.c). So we should
32687 never run into such problems with wrong (too short) TLB
32688 initialization again on these platforms.
32689
32690 As this feature is new to the "old" 44x SPD DDR driver, it
32691 has to be enabled via the CONFIG_PROG_SDRAM_TLB define.
32692
32693 Signed-off-by: Stefan Roese <sr@denx.de>
32694
32695commit 39218433983417b9df087976a79e3f80dd5e83d6
32696Author: Wolfgang Denk <wd@denx.de>
32697Date: Wed Mar 7 16:33:44 2007 +0100
32698
32699 UC101: fix compiler warnings
32700
32701commit 8d7e2732221bc2d64df14f700c64c23e0a4c3dce
32702Author: Wolfgang Denk <wd@pollux.denx.de>
32703Date: Wed Mar 7 16:19:46 2007 +0100
32704
32705 HMI1001: fix build error, cleanup compiler warnings.
32706
32707commit ad5bb451ade552c44bef9119d907929ebc2c126f
32708Author: Wolfgang Denk <wd@pollux.denx.de>
32709Date: Tue Mar 6 18:08:43 2007 +0100
32710
32711 Restructure POST directory to support of other CPUs, boards, etc.
32712
32713commit a5284efd125967675b2e9c6ef7b95832268ad360
32714Author: Wolfgang Denk <wd@pollux.denx.de>
32715Date: Tue Mar 6 18:01:47 2007 +0100
32716
32717 Fix HOSTARCH handling.
32718 Patch by Mike Frysinger, Mar 05 2007
32719
32720commit 07b7b0037aac5102939917d7cbe561b5c0d5aa44
32721Author: Stefan Roese <sr@denx.de>
32722Date: Tue Mar 6 07:47:04 2007 +0100
32723
32724 [PATCH] Speed optimization of AMCC Sequoia/Rainier DDR2 setup
32725
32726 As provided by the AMCC applications team, this patch optimizes the
32727 DDR2 setup for 166MHz bus speed. The values provided are also save
32728 to use on a "normal" 133MHz PLB bus system. Only the refresh counter
32729 setup has to be adjusted as done in this patch.
32730
32731 For this the NAND booting version had to include the "speed.c" file
32732 from the cpu/ppc4xx directory. With this addition the NAND SPL image
32733 will just fit into the 4kbytes of program space. gcc version 4.x as
32734 provided with ELDK 4.x is needed to generate this optimized code.
32735
32736 Signed-off-by: Stefan Roese <sr@denx.de>
32737
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020032738commit 647d3c3eed0da1d1505eecabe0b0fab96f956e68
32739Author: Wolfgang Denk <wd@pollux.denx.de>
32740Date: Sun Mar 4 01:36:05 2007 +0100
32741
32742 Some code cleanup.
32743
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010032744commit 781e026c8aa6f7e9eb5f0e72cc4d20971219b148
32745Author: Kim Phillips <kim.phillips@freescale.com>
32746Date: Wed Feb 28 00:02:04 2007 -0600
32747
32748 mpc83xx: fix implicit declaration of function 'ft_get_prop' warnings
32749
32750 (cherry picked from c5bf13b02284c3204a723566a9bab700e5059659 commit)
32751
32752commit 4feab4de7bfc2cb2fed36ad76f93c3a69659bbaf
32753Author: Kumar Gala <galak@kernel.crashing.org>
32754Date: Tue Feb 27 23:51:42 2007 -0600
32755
32756 mpc83xx: Fix config of Arbiter, System Priority, and Clock Mode
32757
32758 The config value for:
32759 * CFG_ACR_PIPE_DEP
32760 * CFG_ACR_RPTCNT
32761 * CFG_SPCR_TSEC1EP
32762 * CFG_SPCR_TSEC2EP
32763 * CFG_SCCR_TSEC1CM
32764 * CFG_SCCR_TSEC2CM
32765
32766 Were not being used when setting the appropriate register
32767
32768 Added:
32769 * CFG_SCCR_USBMPHCM
32770 * CFG_SCCR_USBDRCM
32771 * CFG_SCCR_PCICM
32772 * CFG_SCCR_ENCCM
32773
32774 To allow full config of the SCCR.
32775
32776 Also removed random CFG_SCCR settings in MPC8349EMDS, TQM834x, and sbc8349
32777 that were just bogus.
32778
32779 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32780
32781commit d51b3cf371cd441030460ef19d36b2924c361b1a
32782Author: Kim Phillips <kim.phillips@freescale.com>
32783Date: Thu Feb 22 20:06:57 2007 -0600
32784
32785 mpc83xx: update [local-]mac-address properties on UEC based devices
32786
32787 8360 and 832x weren't updating their [local-]mac-address
32788 properties. This patch fixes that.
32789
32790 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32791
32792commit 61f4f912acbe60776c5e00df1ec94094ce672957
32793Author: Timur Tabi <timur@freescale.com>
32794Date: Tue Feb 13 10:41:42 2007 -0600
32795
32796 mpc83xx: write MAC address to mac-address and local-mac-address
32797
32798 Some device trees have a mac-address property, some have local-mac-address,
32799 and some have both. To support all of these device trees, this patch
32800 updates ftp_cpu_setup() to write the MAC address to mac-address if it exists.
32801 This function already updates local-mac-address.
32802
32803 Signed-off-by: Timur Tabi <timur@freescale.com>
32804
32805commit 22d71a71f57fd5d38b27ac3848e50d790360a598
32806Author: Kim Phillips <kim.phillips@freescale.com>
32807Date: Tue Feb 27 18:41:08 2007 -0600
32808
32809 mpc83xx: add command line editing by default
32810
32811commit 3fc0bd159103b536e1c54c6f4457a09b3aba66ca
32812Author: Kim Phillips <kim.phillips@freescale.com>
32813Date: Wed Feb 14 19:50:53 2007 -0600
32814
32815 mpc83xx: Disable G1TXCLK, G2TXCLK h/w buffers
32816
32817 Disable G1TXCLK, G2TXCLK h/w buffers. This patch
32818 fixes a networking timeout issue with MPC8360EA (Rev.2) PBs.
32819
32820 Verified on Rev. 1.1, Rev. 1.2, and Rev. 2.0 boards.
32821
32822 Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
32823 Signed-off-by: Emilian Medve <Emilian.Medve@freescale.com>
32824
32825commit d61853cf2472e0b8bcbd131461a93d1c49ff0c1f
32826Author: Xie Xiaobo <r63061@freescale.com>
32827Date: Wed Feb 14 18:27:17 2007 +0800
32828
32829 mpc83xx: Add DDR2 controller fixed/SPD Init for MPC83xx
32830
32831 The code supply fixed and SPD initialization for MPC83xx DDR2 Controller.
32832 it pass DDR/DDR2 compliance tests.
32833
32834 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
32835
32836commit b110f40bd180c6b560276589beedf753e97c46ce
32837Author: Xie Xiaobo <r63061@freescale.com>
32838Date: Wed Feb 14 18:27:06 2007 +0800
32839
32840 mpc83xx: Add the cpu specific code for MPC8360E rev2.0 MDS
32841
32842 MPC8360E rev2.0 have new spridr,and PVR value,
32843 The MDS board for MPC8360E rev2.0 has 32M bytes Flash and 256M DDR2 DIMM.
32844
32845 Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
32846
32847commit 8d172c0f0d85998a256a95b7459a5403a30380ed
32848Author: Xie Xiaobo <r63061@freescale.com>
32849Date: Wed Feb 14 18:26:44 2007 +0800
32850
32851 mpc83xx: Add the cpu and board specific code for MPC8349E rev3.1 MDS
32852
32853 MPC8349E rev3.1 have new spridr,and PVR value,
32854 The MDS board for MPC8349E rev3.1 has 32M bytes Flash and 256M DDR2 DIMM.
32855
32856 Signed-off-by: Xie Xiaobo<X.Xie@freescale.com>
32857
32858commit f6f5f709e5c8e4564c4dfeecfdf2279244f9c83b
32859Author: Joakim Tjernlund <joakim.tjernlund@transmode.se>
32860Date: Wed Jan 31 11:04:19 2007 +0100
32861
32862 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c
32863
32864 Fix empty i2c reads/writes, i2c_write(0x50, 0x00, 0, NULL, 0)
32865 which is used to se if an slave will ACK after receiving its address.
32866
32867 Correct i2c probing to use this method as the old method could upset
32868 a slave as it wrote a data byte to it.
32869
32870 Add a small delay in i2c_init() to let the controller
32871 shutdown any ongoing I2C activity.
32872
32873 Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
32874
32875commit 7a78f148d6a7298e4fface680dc7eacd877b1aba
32876Author: Timur Tabi <timur@freescale.com>
32877Date: Wed Jan 31 15:54:29 2007 -0600
32878
32879 mpc83xx: Add support for the MPC8349E-mITX-GP
32880
32881 Add support for the MPC8349E-mITX-GP, a stripped-down version of the
32882 MPC8349E-mITX. Bonus features include support for low-boot (BMS bit in
32883 HRCW is 0) for the ITX and a README for the ITX and the ITX-GP.
32884
32885 Signed-off-by: Timur Tabi <timur@freescale.com>
32886
32887commit fab16807adad350f618024350c6950165c247c72
32888Author: Timur Tabi <timur@freescale.com>
32889Date: Wed Jan 31 15:54:20 2007 -0600
32890
32891 mpc83xx: Delete sdram_init() for MPC8349E-mITX
32892
32893 There is no SDRAM on any of the 8349 ITX variants, so function sdram_init()
32894 never does anything. This patch deletes it.
32895
32896 Signed-off-by: Timur Tabi <timur@freescale.com>
32897
32898commit a87c856eb411b9365937d0d4b9c21e46adbe1c14
32899Author: Dave Liu <daveliu@freescale.com>
32900Date: Fri Jan 19 10:43:26 2007 +0800
32901
32902 mpc83xx: Fix the LAW1/3 bug
32903
32904 The patch solves the alignment problem of the local bus access windows to
32905 render accessible the memory bank and PHY registers of UPC 1 (starting at
32906 0xf801 0000). What we actually did was to adjust the sizes of the bus
32907 access windows so that the base address alignment requirement would be met.
32908
32909 Signed-off-by: Chereji Marian <marian.chereji@freescale.com>
32910 Signed-off-by: Gridish Shlomi <gridish@freescale.com>
32911 Signed-off-by: Dave Liu <daveliu@freescale.com>
32912
32913commit 97c4b397dce236a7318b304667bf89e59d08b17c
32914Author: Kim Phillips <kim.phillips@freescale.com>
32915Date: Tue Jan 30 16:15:31 2007 -0600
32916
32917 mpc83xx: don't hang if watchdog configured on 8360, 832x
32918
32919 don't hang if watchdog configured on 8360, 832x
32920
32921 The watchdog programming model is the same across all 83xx devices;
32922 make the code reflect that.
32923
32924commit b70047478570e371ce7223be342ce98afea0f7d6
32925Author: Kim Phillips <kim.phillips@freescale.com>
32926Date: Tue Jan 30 16:15:21 2007 -0600
32927
32928 mpc83xx: protect memcpy to bad address if a local-mac-address is missing from dt
32929
32930 protect memcpy to bad address if a local-mac-address is missing from dt
32931
32932commit 6752ed088c75c26a89b70c46b7326a4cd6015f29
32933Author: Kim Phillips <kim.phillips@freescale.com>
32934Date: Tue Jan 30 16:15:04 2007 -0600
32935
32936 mpc83xx: make 8360 default environment fdt be 8360 (not 8349)
32937
32938 make 8360 default environment fdt be 8360 (not 8349)
32939
32940commit a28899c910024a0226331df07207b1038c300c93
32941Author: Emilian Medve <Emilian.Medve@freescale.com>
32942Date: Tue Jan 30 16:14:50 2007 -0600
32943
32944 mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UEC
32945
32946 The problem is not gcc4 but the code itself. The BD_STATUS() macro can't
32947 be used for busy-waiting since it strips the 'volatile' property from
32948 the bd variable. gcc3 was working by pure luck.
32949
32950 This is a follow on patch to "Fix the UEC driver bug of QE"
32951
32952commit 3e78a31cfe3d3022f46f67eb88e1281d5cc2eb89
32953Author: Kumar Gala <galak@kernel.crashing.org>
32954Date: Tue Jan 30 14:08:30 2007 -0600
32955
32956 mpc83xx: Replace CONFIG_MPC8349 and use CONFIG_MPC834X instead
32957
32958 The code that is ifdef'd with CONFIG_MPC8349 is actually applicable to all
32959 MPC834X class processors. Change the protections from CONFIG_MPC8349 to
32960 CONFIG_MPC834X so they are more generic.
32961
32962 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
32963
32964commit ae246dc6c1937c291014eadd90b6d48c438c7cb0
32965Author: Kim Phillips <kim.phillips@freescale.com>
32966Date: Thu Jan 25 13:40:55 2007 -0600
32967
32968 mpc83xx: add MPC832XEMDS and sbc8349 to MAKEALL
32969
32970commit 4decd84e8f04279c5cfff7f8e907465ef8d8a3fb
32971Author: Kim Phillips <kim.phillips@freescale.com>
32972Date: Wed Jan 24 17:18:37 2007 -0600
32973
32974 mpc83xx: sort Makefile targets
32975
32976 reordered targets alphabetically
32977
32978commit 91e25769771c1164ed63ffca0add49f934ae3343
32979Author: Paul Gortmaker <paul.gortmaker@windriver.com>
32980Date: Tue Jan 16 11:38:14 2007 -0500
32981
32982 mpc83xx: U-Boot support for Wind River SBC8349
32983
32984 I've redone the SBC8349 support to match git-current, which
32985 incorporates all the MPC834x updates from Freescale since the 1.1.6
32986 release, including the DDR changes.
32987
32988 I've kept all the SBC8349 files as parallel as possible to the
32989 MPC8349EMDS ones for ease of maintenance and to allow for easy
32990 inspection of what was changed to support this board. Hence the SBC8349
32991 U-Boot has FDT support and everything else that the MPC8349EMDS has.
32992
32993 Fortunately the Freescale updates added support for boards using CS0,
32994 but I had to change spd_sdram.c to allow for board specific settings for
32995 the sdram_clk_cntl (it is/was hard coded to zero, and that remains the
32996 default if the board doesn't specify a value.)
32997
32998 Hopefully this should be mergeable as-is and require no whitespace
32999 cleanups or similar, but if something doesn't measure up then let me
33000 know and I'll fix it.
33001
33002 Thanks,
33003 Paul.
33004
33005commit 05031db456ab227f3e3752f37b9b812b65bb83ad
33006Author: Sam Song <samsongshu@yahoo.com.cn>
33007Date: Thu Dec 14 19:03:21 2006 +0800
33008
33009 mpc83xx: Remove a redundant semicolon in mpc8349itx.c
33010
33011 A redundant semicolon existed in mpc8349itx.c
33012 should be removed.
33013
33014 Signed-off-by: Sam Song <samsongshu@yahoo.com.cn>
33015
33016commit f35f358241c549be3f75cfe2eaa642914275b7ba
33017Author: Jerry Van Baren <gerald.vanbaren@comcast.net>
33018Date: Wed Dec 6 21:23:55 2006 -0500
33019
33020 mpc83xx: Put the version (and magic) after the HRCW.
33021
33022 Put the version (and magic) after the HRCW. This puts it in a fixed
33023 location in flash, not at the start of flash but as close as we can get.
33024
33025 Signed-off-by: Jerry Van Baren <vanbaren@cideas.com>
33026
33027commit 48aecd969171a6e99a55fae04933857787f9a5bd
33028Author: Dave Liu <r63238@freescale.com>
33029Date: Thu Dec 7 21:14:51 2006 +0800
33030
33031 mpc83xx: Add the MPC832XEMDS board readme
33032
33033 Add the MPC832XEMDS board readme
33034
33035 Signed-off-by: Dave Liu <daveliu@freescale.com>
33036
33037commit 24c3aca3f1358b113d3215adb5433b156e99f72b
33038Author: Dave Liu <r63238@freescale.com>
33039Date: Thu Dec 7 21:13:15 2006 +0800
33040
33041 mpc83xx: Add support for the MPC832XEMDS board
33042
33043 This patch supports DUART, ETH3/4 and PCI etc.
33044
33045 Signed-off-by: Dave Liu <daveliu@freescale.com>
33046
33047commit e080313c32322e15ab5a18eb896a252858c57284
33048Author: Dave Liu <r63238@freescale.com>
33049Date: Thu Dec 7 21:11:58 2006 +0800
33050
33051 mpc83xx: streamline the 83xx immr head file
33052
33053 For better format and style, I streamlined the 83xx head files,
33054 including immap_83xx.h and mpc83xx.h. In the old head files, 1)
33055 duplicated macro definition appear in the both files; 2) the structure
33056 of QE immr is duplicated in the immap_83xx.h and immap_qe.h; 3) The
33057 macro definition put inside the each structure. So, I cleaned up the
33058 structure of QE immr from immap_83xx.h, deleted the duplicated stuff and
33059 moved the macro definition to mpc83xx.h, Just like MPC8260.
33060
33061 CHANGELOG
33062
33063 *streamline the 83xx immr head file
33064
33065 Signed-off-by: Dave Liu <daveliu@freescale.com>
33066
33067commit ddd02492f43db5408f5ab9f823b0ba5796e28ef0
33068Author: Dave Liu <r63238@freescale.com>
33069Date: Wed Dec 6 11:38:17 2006 +0800
33070
33071 mpc83xx: Fix the UEC driver bug of QE
33072
33073 The patch prevents the GCC tool chain from striping useful code for
33074 optimization. It will make UEC ethernet driver workable, Otherwise the
33075 UEC will fail in tx when you are using gcc4.x. but the driver can work
33076 when using gcc3.4.3.
33077
33078 CHANGELOG
33079
33080 *Prevent the GCC from striping code for optimization, Otherwise the UEC
33081 will tx failed when you are using gcc4.x.
33082
33083 Signed-off-by: Dave Liu <daveliu@freescale.com>
33084
Wolfgang Denk769104c2007-03-08 21:49:27 +010033085commit ba58e4c9a9a917ce795dd16d4ec8d515f9f7aa35
33086Author: Stefan Roese <sr@denx.de>
33087Date: Thu Mar 1 21:11:36 2007 +0100
33088
33089 [PATCH] Update AMCC Katmai 440SPe eval board support
33090
33091 This patch updates the recently added Katmai board support. The biggest
33092 change is the support of ECC DIMM modules in the 440SP(e) SPD DDR2
33093 driver.
33094
33095 Please note, that still some problems are left with some memory
33096 configurations. See the driver for more details.
33097
33098 Signed-off-by: Stefan Roese <sr@denx.de>
33099
33100commit 8c12045a3b06c5b6675d3fe02fbc9f545988129a
33101Author: Stefan Roese <sr@denx.de>
33102Date: Thu Mar 1 07:03:25 2007 +0100
33103
33104 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM
33105
33106 Signed-off-by: Stefan Roese <sr@denx.de>
33107
33108commit ccbc7036648e465697ca298ba51e0e76dda352a0
33109Author: Wolfgang Denk <wd@pollux.denx.de>
33110Date: Wed Feb 28 01:28:53 2007 +0100
33111
33112 SC3: fix typo in default environment
33113
33114commit e344568b1b46af85ec32d815586f91bc115d6223
33115Author: Sergei Poselenov <sposelenov@emcraft.com>
33116Date: Tue Feb 27 20:15:30 2007 +0300
33117
33118 MCC200: Fixes for update procedure
33119
33120 - fix logic error in image type handling
33121 - make sure file system images (cramfs etc.) get stored in flash
33122 with image header stripped so they can be mounted through MTD
33123
33124commit 743571145b37182757d4e688a77860b36ee77573
33125Author: Wolfgang Denk <wd@pollux.denx.de>
33126Date: Tue Feb 27 14:26:04 2007 +0100
33127
33128 Minor code cleanup.
33129
Wolfgang Denk74357112007-02-27 14:26:04 +010033130commit 638dd1458bbdc2a55d4b9e25c5c4e1f838a5dc72
33131Author: Sergei Poselenov <sposelenov@emcraft.com>
33132Date: Tue Feb 27 12:40:16 2007 +0300
33133
33134 MCC200 update - add LCD Progress Indicator
33135
33136commit 6c7cac8c4fce0ea2bf8e15ed8658d87974155b44
33137Author: Stefan Roese <sr@denx.de>
33138Date: Thu Feb 22 07:43:34 2007 +0100
33139
33140 [PATCH] get_dev() now unconditionally uses manual relocation
33141
33142 Since the relocation fix is not included yet and we're not sure how
33143 it will be added, this patch removes code that required relocation
33144 to be fixed for now.
33145
33146 Signed-off-by: Stefan Roese <sr@denx.de>
33147
33148commit 8274ec0bd01d2feb2c7f095eba78d42ea009798b
33149Author: Stefan Roese <sr@denx.de>
33150Date: Thu Feb 22 07:40:23 2007 +0100
33151
33152 [PATCH] Change systemace driver to select 8 & 16bit mode
33153
33154 As suggested by Grant Likely this patch enables the Xilinx SystemACE
33155 driver to select 8 or 16bit mode upon startup.
33156
33157 Signed-off-by: Stefan Roese <sr@denx.de>
33158
33159commit 3a197b2fe49d6fa03978e60af2394efe9c70b527
33160Author: Haiying Wang <Haiying.Wang@freescale.com>
33161Date: Wed Feb 21 16:52:31 2007 +0100
33162
33163 [PATCH v3] Add sync to ensure flash_write_cmd is fully finished
33164
33165 Some CPUs like PPC, BLACKFIN need sync() to ensure cfi flash write command
33166 is fully finished. The sync() is defined in each CPU's io.h file. For
33167 those CPUs which do not need sync for now, a dummy sync() is defined in
33168 their io.h as well.
33169
33170 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
33171
33172commit da04995c7dc6772013a9a0dc5c767f190c402478
33173Author: Stefan Roese <sr@denx.de>
33174Date: Wed Feb 21 13:44:34 2007 +0100
33175
33176 [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)
33177
33178 Signed-off-by: Stefan Roese <sr@denx.de>
33179
33180commit 751bb57107d78978ae08e697c3deba816f5be091
33181Author: Stefan Roese <sr@denx.de>
33182Date: Tue Feb 20 13:21:57 2007 +0100
33183
33184 [PATCH] Fix relocation problem with "new" get_dev() function
33185
33186 This patch enables the "new" get_dev() function for block devices
33187 introduced by Grant Likely to be used on systems that still suffer
33188 from the relocation problems (manual relocation neede because of
33189 problems with linker script).
33190
33191 Hopefully we can resolve this relocation issue soon for all platform
33192 so we don't need this additional code anymore.
33193
33194 Signed-off-by: Stefan Roese <sr@denx.de>
33195
33196commit d93e2212f962668b3dce091ff5edc33f2347fe37
33197Author: Stefan Roese <sr@denx.de>
33198Date: Tue Feb 20 13:17:42 2007 +0100
33199
33200 [PATCH] Update SystemACE driver for 16bit access
33201
33202 This patch removes some problems when the Xilinx SystemACE driver
33203 is used with 16bit access on an big endian platform (like the
33204 AMCC Katmai).
33205
33206 Signed-off-by: Stefan Roese <sr@denx.de>
33207
33208commit 874bb7b88fe9b4648e1288a387af2e31014a72f3
33209Author: Stefan Roese <sr@denx.de>
33210Date: Tue Feb 20 13:15:40 2007 +0100
33211
33212 [PATCH] Clean up Katmai (440SPe) linker script
33213
33214 Signed-off-by: Stefan Roese <sr@denx.de>
33215
33216commit 4745acaa1a603b67f6b9b7970365ebadd7d6586f
33217Author: Stefan Roese <sr@denx.de>
33218Date: Tue Feb 20 10:57:08 2007 +0100
33219
33220 [PATCH] Add support for the AMCC Katmai (440SPe) eval board
33221
33222 Signed-off-by: Stefan Roese <sr@denx.de>
33223
33224commit 0dc018ece13effc689e47479ea9ebf1c98a507f5
33225Author: Stefan Roese <sr@denx.de>
33226Date: Tue Feb 20 10:51:26 2007 +0100
33227
33228 [PATCH] I2C: Add support for multiple I2C busses for RTC & DTT
33229
33230 This patch switches to the desired I2C bus when the date/dtt
33231 commands are called. This can be configured using the
33232 CFG_RTC_BUS_NUM and/or CFG_DTT_BUS_NUM defines.
33233
33234 Signed-off-by: Stefan Roese <sr@denx.de>
33235
33236commit 4037ed3b63923cfcec27f784a89057c3cbabcedb
33237Author: Stefan Roese <sr@denx.de>
33238Date: Tue Feb 20 10:43:34 2007 +0100
33239
33240 [PATCH] PPC4xx: Add 440SP(e) DDR2 SPD DIMM support
33241
33242 This patch adds support for the DDR2 controller used on the
33243 440SP and 440SPe. It is tested on the Katmai (440SPe) eval
33244 board and works fine with the following DIMM modules:
33245
33246 - Corsair CM2X512-5400C4 (512MByte per DIMM)
33247 - Kingston ValueRAM KVR667D2N5/512 (512MByte per DIMM)
33248 - Kingston ValueRAM KVR667D2N5K2/2G (1GByte per DIMM)
33249
33250 This patch also adds the nice functionality to dynamically
33251 create the TLB entries for the SDRAM (tlb.c). So we should
33252 never run into such problems with wrong (too short) TLB
33253 initialization again on these platforms.
33254
33255 Signed-off-by: Stefan Roese <sr@denx.de>
33256
33257commit 36d830c9830379045f5daa9f542ac1c990c70068
33258Author: Stefan Roese <sr@denx.de>
33259Date: Tue Feb 20 10:35:42 2007 +0100
33260
33261 [PATCH] PPC4xx: Split 4xx SPD SDRAM init routines into 2 files
33262
33263 Since the existing 4xx SPD SDRAM initialization routines for the
33264 405 SDRAM controller and the 440 DDR controller don't have much in
33265 common this patch splits both drivers into different files.
33266
33267 This is in preparation for the 440 DDR2 controller support (440SP/e).
33268
33269 Signed-off-by: Stefan Roese <sr@denx.de>
33270
33271commit 79b2d0bb2eae09602448f7a7cb56530d2f31e6c6
33272Author: Stefan Roese <sr@denx.de>
33273Date: Tue Feb 20 10:27:08 2007 +0100
33274
33275 [PATCH] PPC4xx: Add support for multiple I2C busses
33276
33277 This patch adds support for multiple I2C busses on the PPC4xx
33278 platforms. Define CONFIG_I2C_MULTI_BUS in the board config file
33279 to make use of this feature.
33280
33281 It also merges the 405 and 440 i2c header files into one common
33282 file 4xx_i2c.h.
33283
33284 Also the 4xx i2c reset procedure is reworked since I experienced
33285 some problems with the first access on the 440SPe Katmai board.
33286
33287 Signed-off-by: Stefan Roese <sr@denx.de>
33288
33289commit eb867a76238fb38e952c37871b16d0d7fd61c95f
33290Author: Grant Likely <grant.likely@secretlab.ca>
33291Date: Tue Feb 20 09:05:45 2007 +0100
33292
33293 [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffer pointers
33294
33295 Block device read/write is anonymous data; there is no need to use a
33296 typed pointer. void * is fine. Also add a hook for block_read functions
33297
33298 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33299
33300commit 53758fa20e935cc87eeb0519ed365df753a6f289
33301Author: Grant Likely <grant.likely@secretlab.ca>
33302Date: Tue Feb 20 09:05:38 2007 +0100
33303
33304 [PATCH 8_9] Add block_write hook to block_dev_desc_t
33305
33306 Preparation for future patches which support block device writing
33307
33308 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33309
33310commit f4852ebe6ca946a509667eb68be42026f837be76
33311Author: Grant Likely <grant.likely@secretlab.ca>
33312Date: Tue Feb 20 09:05:31 2007 +0100
33313
33314 [PATCH 7_9] Replace ace_readw_ace_writeb functions with macros
33315
33316 Register read/write does not need to be wrapped in a full function. The
33317 patch replaces them with macros.
33318
33319 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33320
33321commit 3a8ce9af6fcb5744a7851b4440c07688acc40844
33322Author: Grant Likely <grant.likely@secretlab.ca>
33323Date: Tue Feb 20 09:05:23 2007 +0100
33324
33325 [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.c
33326
33327 The code in this file is not a command; it is a device driver. Put it in
33328 the correct place. There are zero functional changes in this patch, it
33329 only moves the file.
33330
33331 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33332
33333commit 984618f3e7794c783ec8d1511e74c6ee2d69bfe4
33334Author: Grant Likely <grant.likely@secretlab.ca>
33335Date: Tue Feb 20 09:05:16 2007 +0100
33336
33337 [PATCH 5_9] Whitespace fixup on common_cmd_ace.c (using Lindent)
33338
33339 This patch is in preparation of additional changes to the sysace driver.
33340 May as well take this opportunity to fixup the inconsistent whitespace since
33341 this file is about to undergo major changes anyway.
33342
33343 There are zero functional changes in this patch. It only cleans up the
33344 the whitespace.
33345
33346 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33347
33348commit 80ba981d940471fe7e539e64fa3d2bd80002beda
33349Author: Grant Likely <grant.likely@secretlab.ca>
33350Date: Tue Feb 20 09:05:07 2007 +0100
33351
33352 [PATCH 4_4] Remove local implementation of isprint() in ft_build.c
33353
33354 isprint is already defined in ctype.c
33355
33356 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33357
33358commit c95c4280d751ca078c2ff58228d2f2b44ccf0600
33359Author: Grant Likely <grant.likely@secretlab.ca>
33360Date: Tue Feb 20 09:05:00 2007 +0100
33361
33362 [PATCH 3_9] Move buffer print code from md command to common function
33363
33364 Printing a buffer is a darn useful thing. Move the buffer print code
33365 into print_buffer() in lib_generic/
33366
33367 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33368
33369commit 99b0f0fd3fbf2572ae1a7723dd90cffc8e85130a
33370Author: Grant Likely <grant.likely@secretlab.ca>
33371Date: Tue Feb 20 09:04:52 2007 +0100
33372
33373 [PATCH 2_4] Use config.h, not xparameters.h, for xilinx targets
33374
33375 Change the xilinx device drivers and board code to include config.h
33376 instead of xparameters.h directly. config.h always includes the
33377 correct xparameters file. This change reduces the posibility of
33378 including the wrong file when adding a new xilinx board port
33379
33380 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33381
33382commit 735dd97b1b20e777d059c7b389fe9d70cd3f80c7
33383Author: Grant Likely <grant.likely@secretlab.ca>
33384Date: Tue Feb 20 09:04:34 2007 +0100
33385
33386 [PATCH 1_4] Merge common get_dev() routines for block devices
33387
33388 Each of the filesystem drivers duplicate the get_dev routine. This change
33389 merges them into a single function in part.c
33390
33391 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
33392
33393commit f5fcc3c20b65554e98a165542c36ee0c610a2d81
33394Author: Wolfgang Denk <wd@pollux.denx.de>
33395Date: Mon Feb 19 23:09:51 2007 +0100
33396
33397 MCC200: Software Updater: allow both "ramdisk" and "filesystem" types
33398 as root file system images.
33399
33400commit 489c696ae7211218961d159e43e722d74c36fcbc
33401Author: Sergei Poselenov <sposelenov@emcraft.com>
33402Date: Wed Feb 14 14:30:28 2007 +0300
33403
33404 MCC200: Extensions to Software Update Mechanism
33405
33406 Update / extend Software Update Mechanism for MCC200 board:
33407
33408 - Add support for rootfs image added. The environment variables
33409 "rootfs_st" and "rootfs_nd" can be used to override the default
33410 values of the image start and end.
33411 - Remove excessive key check code.
33412 - Code cleanup.
33413
33414commit 4be23a12f23f1372634edc3215137b09768b7949
33415Author: Stefan Roese <sr@denx.de>
33416Date: Mon Feb 19 08:23:15 2007 +0100
33417
33418 [PATCH] Update Sequoia EBC configuration (NOR FLASH)
33419
33420 As spotted by Matthias Fuchs, the READY input should not be
33421 enabled for the NOR FLASH on the Sequoia board.
33422
33423 Signed-off-by: Stefan Roese <sr@denx.de>
33424
Wolfgang Denk769104c2007-03-08 21:49:27 +010033425commit 2605e90bf676d48123afe5719a846d2b52b24aac
33426Author: Heiko Schocher <hs@pollux.denx.de>
33427Date: Fri Feb 16 07:57:42 2007 +0100
33428
33429 [PATCH] Added support for the jupiter board.
33430
33431 Signed-off-by: Heiko Schocher <hs@denx.de>
33432
Wolfgang Denk74357112007-02-27 14:26:04 +010033433commit 497d012e5be0194e1084073d0081eb1a844796b2
33434Author: Gary Jennejohn <garyj@pollux.denx.de>
33435Date: Mon Feb 12 13:11:50 2007 +0100
33436
33437 LPC2292: patch from Siemens.
33438
33439commit b0b1a920aebead0d44146e73676ae9d80fffc8e2
33440Author: Stefan Roese <sr@denx.de>
33441Date: Sat Feb 10 08:49:31 2007 +0100
33442
33443 [PATCH] Add missing p3mx.h file to repository (ups)
33444
33445 Signed-off-by: Stefan Roese <sr@denx.de>
33446
33447commit 53d4a4983fb9b3ae5f7b2f10c599aca2b1b4034a
33448Author: Bartlomiej Sieka <tur@semihalf.com>
33449Date: Fri Feb 9 10:45:42 2007 +0100
33450
33451 [Motion-PRO] Preliminary support for the Motion-PRO board.
33452
33453commit 5a753f98c6a01bd1c61a9a3f95e8329a35f62994
33454Author: Stefan Roese <sr@denx.de>
33455Date: Wed Feb 7 16:51:08 2007 +0100
33456
33457 [PATCH] Update some AMCC 4xx board config files (set initrd_high)
33458
33459 Some boards that can have more than 768MBytes of SDRAM need to
33460 set "initrd_high", so that the initrd can be accessed by the
33461 Linux kernel.
33462
33463 Signed-off-by: Stefan Roese <sr@denx.de>
33464
33465commit 7372ca68227930d03cffa548310524cad5b96733
33466Author: Stefan Roese <sr@denx.de>
33467Date: Fri Feb 2 12:44:22 2007 +0100
33468
33469 [PATCH] Correctly display PCI arbiter en-/disabled on some 4xx boards
33470
33471 Previously the strapping DCR/SDR was read to determine if the internal PCI
33472 arbiter is enabled or not. This strapping bit can be overridden, so now
33473 the current status is read from the correct DCR/SDR register.
33474
33475 Signed-off-by: Stefan Roese <sr@denx.de>
33476
33477commit 2aa54f651a42d198673318f07a20c89a43e4d197
33478Author: Stefan Roese <sr@denx.de>
33479Date: Fri Feb 2 12:42:08 2007 +0100
33480
33481 [PATCH] Change configuration output of Sycamore, Yellowstone & Rainier
33482
33483 Signed-off-by: Stefan Roese <sr@denx.de>
33484
33485commit 23744d6b5bf17592eb6a0ef4f318f6089f55993b
33486Author: Stefan Roese <sr@denx.de>
33487Date: Thu Feb 1 13:22:41 2007 +0100
33488
33489 [PATCH] Remove PCI-PNP configuration from Sequoia/Rainier config file
33490
33491 When PCI PNP is enabled the pci pnp configuration routine is called
33492 which sets the PCI_CACHE_SIZE_LINE to 8. This seems to generate some
33493 problems with some PCI cards. For now disable the PCI PNP configuration.
33494
33495 Signed-off-by: Stefan Roese <sr@denx.de>
33496
33497commit 2902fadade3be7659467e8d074048c6b7068f5c0
33498Author: Stefan Roese <sr@denx.de>
33499Date: Wed Jan 31 16:56:10 2007 +0100
33500
33501 [PATCH] Update 440EPx/440GRx cpu detection
33502
33503 Signed-off-by: Stefan Roese <sr@denx.de>
33504
33505commit d5ea287b02a6945c3977410e364a879dd1a555c8
33506Author: Stefan Roese <sr@denx.de>
33507Date: Wed Jan 31 16:38:04 2007 +0100
33508
33509 [PATCH] Update esd cpci5200 files
33510
33511 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
33512
33513commit 8b7d1f0ab7d7c4fe3160bbf74a7e9690d9f3a3ab
33514Author: Stefan Roese <sr@denx.de>
33515Date: Wed Jan 31 16:37:34 2007 +0100
33516
33517 [PATCH] Add support for esd mecp5200 board
33518
33519 Signed-off-by: Reinhard Arlt <reinhard.arlt@esd-electronics.com>
33520
33521commit 71a4e5fda8b60044ab9f46069fa1cfa26bdd07ff
33522Author: Stefan Roese <sr@denx.de>
33523Date: Wed Jan 31 12:38:50 2007 +0100
33524
33525 [PATCH] Remove unneccessary yellowstone board config file
33526
33527 Signed-off-by: Stefan Roese <sr@denx.de>
33528
33529commit e802594b6fa1b166308820c276b96dc0d7cc731c
33530Author: Stefan Roese <sr@denx.de>
33531Date: Tue Jan 30 17:06:10 2007 +0100
33532
33533 [PATCH] Update Sequoia (440EPx) config file
33534
33535 The config file now handles the 2nd target, the Rainier (440GRx)
33536 evaluation board better. Additionally the PPC input clock was
33537 adjusted to match the correct value of 33.0 MHz.
33538
33539 Signed-off-by: Stefan Roese <sr@denx.de>
33540
33541commit 700200c67e73b83751418abe7815840dca8fd6cb
33542Author: Stefan Roese <sr@denx.de>
33543Date: Tue Jan 30 17:04:19 2007 +0100
33544
33545 [PATCH] Merge Yosemite & Yellowstone board ports
33546
33547 Now the AMCC eval boards Yosemite (440EP) and Yellowstone (440GR)
33548 share one config file and all board specific files. This way we
33549 don't have to maintain two different sets of files for nearly
33550 identical boards.
33551
33552 Signed-off-by: Stefan Roese <sr@denx.de>
33553
33554commit 1bbf5eae322f5f1f6427ecc3ac13a0cb7dba8ad6
33555Author: Stefan Roese <sr@denx.de>
33556Date: Tue Jan 30 15:01:49 2007 +0100
33557
33558 [PATCH] Update Prodrive SCPU (PDNB3 variant) board
33559
33560 SCPU doesn't use redundant environment in flash.
33561
33562 Signed-off-by: Stefan Roese <sr@denx.de>
33563
33564commit 6304430ed642ea8fa15c9e5af965ac2e033eec45
33565Author: Stefan Roese <sr@denx.de>
33566Date: Tue Jan 30 12:51:07 2007 +0100
33567
33568 [PATCH] alpr: Update alpr board config file
33569
33570 Signed-off-by: Stefan Roese <sr@denx.de>
33571
33572commit f8db84f132b1e335f20f96138a1f09ed97b08664
33573Author: Wolfgang Denk <wd@pollux.denx.de>
33574Date: Tue Jan 30 00:50:40 2007 +0100
33575
33576 LPC2292 SODIMM port coding style cleanup.
33577
Wolfgang Denkf8db84f2007-01-30 00:50:40 +010033578commit 6bd2447ee47ee23c18d2b3c7ccd5a20f7626f5b3
33579Author: Gary Jennejohn <garyj@pollux.denx.de>
33580Date: Wed Jan 24 12:16:56 2007 +0100
33581
33582 Add port for the lpc2292sodimm evaluation board from EmbeddedArtists
33583
33584commit 2daf046ba627f85f44195815778140039636244e
33585Author: Bartlomiej Sieka <tur@semihalf.com>
33586Date: Tue Jan 23 17:22:06 2007 +0100
33587
33588 [iDMR] Add MTD and JFFS2 support, also add default partition definition.
33589
33590commit f7db33101fbc9c8f0a10738ce87034875a17aeb9
33591Author: Bartlomiej Sieka <tur@semihalf.com>
33592Date: Tue Jan 23 14:21:14 2007 +0100
33593
33594 [iDMR] Flash driver on initialisation write-protects some sectors,
33595 currently sectors 0-3. Sector 3 does not need to be protected, though
33596 (U-boot occupies sectors 0-1 and the environment sector 2). This commit
33597 fixes this, i.e., only sectors 0-2 are protected.
33598
33599commit 0ed47bb119cd2c4c16edb2548789148f9e6dc9de
33600Author: Bartlomiej Sieka <tur@semihalf.com>
33601Date: Tue Jan 23 14:11:22 2007 +0100
33602
33603 [iDMR] Using MII-related commands on iDRM board doesn't work now (e.g.,
33604 "mii device" results in "Unexpected exception"). Fixing this properly
33605 requires some clean-up in the FEC drivers infrastructure for ColdFire, so
33606 this commit disables MII commads for now.
33607
33608commit 363d1d8f9c99b63daef81f5985cab3fc00edde5c
33609Author: Bartlomiej Sieka <tur@semihalf.com>
33610Date: Tue Jan 23 13:25:22 2007 +0100
33611
33612 [ColdFire MCF5271 family] Add CPU detection based on the value of Chip
33613 Identification Register (CIR).
33614
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020033615commit fdef388758506765d4d6a7155c8f1584c63ff581
33616Author: roy zang <tie-fei.zang@freescale.com>
33617Date: Mon Jan 22 13:19:21 2007 +0800
33618
33619 use CFG_WRITE_SWAPPED_DATA define instead of define CFG_FLASH_CFI_SWAP
33620 The patch by Heiko Schocher <hs@pollux.denx.de> on Jan, 19, 2007
33621 fixes cfi_driver bug for mpc7448hpc2 board. The default cfi_driver can support
33622 mpc7448hpc2 board.
33623
Wolfgang Denkf8db84f2007-01-30 00:50:40 +010033624commit a4012396645533aef218354eeba754dff0deace8
33625Author: Wolfgang Denk <wd@pollux.denx.de>
33626Date: Fri Jan 19 23:08:39 2007 +0100
33627
33628 Minor code cleanup.
33629
Wolfgang Denka4012392007-01-19 23:08:39 +010033630commit f539b7ba7d7ef6dd187c8209609001cb1cd95e39
33631Author: Heiko Schocher <hs@pollux.denx.de>
33632Date: Fri Jan 19 19:57:10 2007 +0100
33633
33634 [PATCH] SC3 board: added CFG_CMD_AUTOSCRIPT.
33635
33636 Signed-off-by: Heiko Schocher <hs@denx.de>
33637
33638commit d0b6e14087ddd8789f224a48e1d33f2a5df4d167
33639Author: Heiko Schocher <hs@pollux.denx.de>
33640Date: Fri Jan 19 18:05:26 2007 +0100
33641
33642 [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driver
33643 if you must swap the bytes between reading/writing.
33644 (Needed for the SC3 board)
33645
33646 Signed-off-by: Heiko Schocher <hs@denx.de>
33647
33648commit 9d8d5a5bfb64768f29a0cb47fc37cd6f4c40e276
33649Author: Stefan Roese <sr@denx.de>
33650Date: Thu Jan 18 16:05:47 2007 +0100
33651
33652 [PATCH] Add support for Prodrive SCPU (PDNB3 variant) board
33653
33654 Signed-off-by: Stefan Roese <sr@denx.de>
33655
33656commit 0057d758e3e874cbe7f24745d0cce8c1cb6c207e
33657Author: Stefan Roese <sr@denx.de>
33658Date: Thu Jan 18 11:54:52 2007 +0100
33659
33660 [PATCH] Update Prodrive P3Mx support
33661
33662 Signed-off-by: Stefan Roese <sr@denx.de>
33663
33664commit 34167a36c29ee946b727465db5c014746a08e978
33665Author: Stefan Roese <sr@denx.de>
33666Date: Thu Jan 18 11:48:10 2007 +0100
33667
33668 [PATCH] Add missing Taishan config file
33669
33670 Signed-off-by: Stefan Roese <sr@denx.de>
33671
33672commit cb4820725e9fc409c5cbc8e83054a6ed522d2111
33673Author: Heiko Schocher <hs@pollux.denx.de>
33674Date: Thu Jan 18 11:28:51 2007 +0100
33675
33676 [PATCH] Fix: Compilerwarnings for SC3 board.
33677 The EBC Configuration Register is now by CFG_EBC_CFG definable
33678 Added JFFS2 support for the SC3 board.
33679
33680 Signed-off-by: Heiko Schocher <hs@denx.de>
33681
33682commit 5fb692cae57d1710c8f52a427cf7f39a37383fcd
33683Author: Stefan Roese <sr@denx.de>
33684Date: Thu Jan 18 10:25:34 2007 +0100
33685
33686 [PATCH] Add support for AMCC Taishan PPC440GX eval board
33687
33688 Signed-off-by: Stefan Roese <sr@denx.de>
33689
33690commit 6d3e0107235aa0e6a6dcb77f9884497280bf85ad
33691Author: Wolfgang Denk <wd@pollux.denx.de>
33692Date: Tue Jan 16 18:30:50 2007 +0100
33693
33694 Raname solidcard3 into sc3; add redundant env for sc3
33695
Wolfgang Denk6d3e0102007-01-16 18:30:50 +010033696commit 1bbbbdd20fcec9933697000dcf55ff7972622596
33697Author: Wolfgang Denk <wd@pollux.denx.de>
33698Date: Tue Jan 16 12:46:35 2007 +0100
33699
33700 Update default environment for Solidcard3
33701
Wolfgang Denkf11033e2007-01-15 13:41:04 +010033702commit 5a5c56986a9ccf71642c8b6374eb18487b15fecd
33703Author: Stefan Roese <sr@denx.de>
33704Date: Mon Jan 15 09:46:29 2007 +0100
33705
33706 [PATCH] Fix 440SPe rev B detection from previous patch
33707
33708 Signed-off-by: Stefan Roese <sr@denx.de>
33709
33710commit a443d31410c571ee8f970da819a44d698fdd6b1f
33711Author: Heiko Schocher <hs@pollux.denx.de>
33712Date: Sun Jan 14 13:35:31 2007 +0100
33713
33714 [FIX] correct I2C Writes for the LM81 Sensor.
33715
33716 Signed-off-by: Heiko Schocher <hs@denx.de>
33717
33718commit 0bba5452835f19a61204edcda3a58112fd8e2208
33719Author: Wolfgang Denk <wd@pollux.denx.de>
33720Date: Sat Jan 13 11:17:10 2007 +0100
33721
33722 Undo commit 3033ebb2: reset command does not take any arguments
33723
33724 Haiying Wang's modification to the reset command was broken, undo it.
33725
33726 Signed-off-by: Wolfgang Denk <wd@denx.de>
33727
33728commit 95981778cff0038fd9941044d6a3eda810e33258
33729Author: Stefan Roese <sr@denx.de>
33730Date: Sat Jan 13 08:01:03 2007 +0100
33731
33732 [PATCH] Update 440SP(e) cpu revisions
33733
33734 Also display enabled/disabled RAID 6 support for 440SP/440SPe PPC's.
33735
33736 Signed-off-by: Stefan Roese <sr@denx.de>
33737
33738commit 77ddc5b9afb325262fd88752ba430a1dded1f0c7
33739Author: Stefan Roese <sr@denx.de>
33740Date: Sat Jan 13 07:59:56 2007 +0100
33741
33742 [PATCH] Update Yellowstone (440GR) to display board rev and PCI bus speed
33743
33744 Now the board revision and the current PCI bus speed are printed after
33745 the board message.
33746
33747 Also the EBC initialising is now done via defines in the board config
33748 file.
33749
33750 Signed-off-by: Stefan Roese <sr@denx.de>
33751
33752commit 36adff362c2c0141ff8a810d42a7e478f779130f
33753Author: Stefan Roese <sr@denx.de>
33754Date: Sat Jan 13 07:59:19 2007 +0100
33755
33756 [PATCH] Update Yosemite (440EP) to display board rev and PCI bus speed
33757
33758 Now the board revision and the current PCI bus speed are printed after
33759 the board message.
33760
33761 Also the EBC initialising is now done via defines in the board config
33762 file.
33763
33764 Signed-off-by: Stefan Roese <sr@denx.de>
33765
33766commit e0b9ea8c8a294de6a5350ae638879d24b5b709d6
33767Author: Stefan Roese <sr@denx.de>
33768Date: Sat Jan 13 07:57:51 2007 +0100
33769
33770 [PATCH] Update Sequoia (440EPx) to display board rev and PCI bus speed
33771
33772 Now the board revision and the current PCI bus speed are printed after
33773 the board message.
33774
33775 Signed-off-by: Stefan Roese <sr@denx.de>
33776
Wolfgang Denk6d3e0102007-01-16 18:30:50 +010033777commit ca43ba18e910206ef8063e4b22d282630bff3fd2
33778Author: Heiko Schocher <hs@pollux.denx.de>
33779Date: Thu Jan 11 15:44:44 2007 +0100
33780
33781 Added support for the SOLIDCARD III board from Eurodesign
33782
33783 Signed-off-by: Heiko Schocher <hs@denx.de>
33784
Wolfgang Denkf11033e2007-01-15 13:41:04 +010033785commit 6abaee42621c07e81a2cd189ad4368b5e8c50280
33786Author: Reinhard Thies <Reinhard.Thies@web.de>
33787Date: Wed Jan 10 14:41:14 2007 +0100
33788
33789 Adjusted default environment for cam5200 board.
33790
33791commit bab5a90d4ccc1a46a8127b867fa59028cc623ad9
33792Author: Wolfgang Denk <wd@pollux.denx.de>
33793Date: Wed Jan 10 15:35:52 2007 +0100
33794
33795 Update CHANGELOG
33796
Wolfgang Denkbab5a902007-01-10 15:35:52 +010033797commit 787fa15860a57833e50bd30555079a9cd4e519b8
33798Author: Wolfgang Denk <wd@pollux.denx.de>
33799Date: Wed Jan 10 01:28:39 2007 +0100
33800
33801 Fix auto_update for MCC200 board.
33802
33803 The invocation of do_auto_update() is moved to the end of the
33804 misc_init_r() function, after the flash mappings have been
33805 initialized. Please find attached a patch that implements that
33806 change.
33807
33808 Also correct the decoding of the keypad status. With this update, the
33809 key that will trigger the update is Column 2, Row 2.
33810
Wolfgang Denkf11033e2007-01-15 13:41:04 +010033811commit d9384de2f571046e71081bae22b49e3d5ca2e3d5
33812Author: Marian Balakowicz <m8@semihalf.com>
33813Date: Wed Jan 10 00:26:15 2007 +0100
33814
33815 CAM5200 flash driver modifications:
33816 - use CFI driver (replaces custom flash driver) for main 'cam5200' target
33817 - add second build target 'cam5200_niosflash' which still uses custom driver
33818
Wolfgang Denkbab5a902007-01-10 15:35:52 +010033819commit 67fea022fa957f59653b5238c7496f80a6b70432
33820Author: Markus Klotzbuecher <mk@denx.de>
33821Date: Tue Jan 9 16:02:48 2007 +0100
33822
33823 SPC1920: cleanup memory contoller setup
33824
33825commit 8fc2102faa23593c80381437c09f7745a14deb40
33826Author: Markus Klotzbuecher <mk@denx.de>
33827Date: Tue Jan 9 14:57:14 2007 +0100
33828
33829 Fix the cpu speed setup to work with all boards.
33830
33831commit 9295acb77481cf099ef9b40e1fa2d145b3c7490c
33832Author: Markus Klotzbuecher <mk@denx.de>
33833Date: Tue Jan 9 14:57:13 2007 +0100
33834
33835 SPC1920: add support for the FM18L08 Ramtron FRAM
33836
33837commit 38ccd2fdf3364a53fe80e9b365303ecdafc9e223
33838Author: Markus Klotzbuecher <mk@denx.de>
33839Date: Tue Jan 9 14:57:13 2007 +0100
33840
33841 SPC1920: update the HPI register addresses to work with the second
33842 generation of hardware
33843
33844commit 5921e5313fc3eadd42770c2b99badd7fae5ecf1e
33845Author: Markus Klotzbuecher <mk@creamnet.de>
33846Date: Tue Jan 9 14:57:13 2007 +0100
33847
33848 Miscellanious spc1920 related cleanups
33849
33850commit e4c2d37adc8bb1bf69dcf600cbc6c75f916a6120
33851Author: Markus Klotzbuecher <mk@denx.de>
33852Date: Tue Jan 9 14:57:12 2007 +0100
33853
33854 SPC1920 GO/NOGO led should be set to color red in U-Boot
33855
33856commit 0be62728aac459ba268d6d752ed49ec0e2bc7348
33857Author: Markus Klotzbuecher <mk@creamnet.de>
33858Date: Tue Jan 9 14:57:12 2007 +0100
33859
33860 Add support for the DS3231 RTC
33861
33862commit 8139567b60d678584b05f0718a681f2047c5e14f
33863Author: Markus Klotzbuecher <mk@creamnet.de>
33864Date: Tue Jan 9 14:57:11 2007 +0100
33865
33866 SMC1 uses external CLK4 instead of BRG on spc1920
33867
33868commit d8d9de1a02fbd880b613d607143d1f57342affc7
33869Author: Markus Klotzbuecher <mk@creamnet.de>
33870Date: Tue Jan 9 14:57:10 2007 +0100
33871
33872 Update the SPC1920 CMB PLD driver
33873
33874commit 3f34f869162750e5e999fd140f884f5de952bcfe
33875Author: Markus Klotzbuecher <mk@creamnet.de>
33876Date: Tue Jan 9 14:57:10 2007 +0100
33877
33878 Add / enable I2C support on the spc1920 board
33879
33880commit d28707dbce1e9ac2017ad051da4133bf22b4204f
33881Author: Markus Klotzbuecher <mk@creamnet.de>
33882Date: Tue Jan 9 14:57:10 2007 +0100
33883
33884 Add support for the tms320671x host port interface (HPI)
33885
33886commit f4eb54529bb3664c3a562e488b460fe075f79d67
33887Author: Wolfgang Denk <wd@pollux.denx.de>
33888Date: Sun Jan 7 00:13:11 2007 +0100
33889
33890 Prepare for release 1.2.0
33891
Wolfgang Denkf4eb5452007-01-07 00:13:11 +010033892commit f07ae7a9daef27a3d0213a4f3fe39d5342173c02
33893Author: Stefan Roese <sr@denx.de>
33894Date: Sat Jan 6 15:58:09 2007 +0100
33895
33896 [PATCH] 44x: Fix problem with DDR controller setup (refresh rate)
33897
33898 This patch fixes a problem with an incorrect setup for the refresh
33899 timer of the 44x DDR controller in the file cpu/ppc4xx/sdram.c
33900
33901 Signed-off-by: Stefan Roese <sr@denx.de>
33902
33903commit f16c1da9577f06c5fc08651a4065537407de4635
33904Author: Stefan Roese <sr@denx.de>
33905Date: Sat Jan 6 15:56:13 2007 +0100
33906
33907 [PATCH] Update ALPR board files
33908
33909 This update brings the ALPR board support to the newest version.
33910 It also fixes a problem with the NAND driver.
33911
33912 Signed-off-by: Stefan Roese <sr@denx.de>
33913
33914commit cd1d937f90250a32988c37b2b4af8364d25de8ed
33915Author: Stefan Roese <sr@denx.de>
33916Date: Fri Jan 5 11:46:05 2007 +0100
33917
33918 [PATCH] nand: Fix problem with oobsize calculation
33919
33920 Here the description from Brian Brelsford <Brian_Brelsford@dell.com>:
33921
33922 The Hynix part returns a 0x1d in the 4th ID byte. The Samsung part
33923 returns a 0x15. In the code fragment below bits [1:0] determine the
33924 page size, it is ANDed via "(extid & 0x3)" then shifted out. The
33925 next field is also ANDed with 0x3. However this is a one bit field
33926 as defined in the Hynix and Samsung parts in the 4th ID byte that
33927 determins the oobsize, not a two bit field. It works on Samsung as
33928 bits[3:2] are 01. However for the Hynix there is a 11 in these two
33929 bits, so the oob size gets messed up.
33930
33931 I checked the correct linux code and the suggested fix from Brian is
33932 also available in the linux nand mtd driver.
33933
33934 Signed-off-by: Stefan Roese <sr@denx.de>
33935
33936commit a78bc443ae5a4a8ba87590587d5e35bf5a787b2e
33937Author: Stefan Roese <sr@denx.de>
33938Date: Fri Jan 5 10:40:36 2007 +0100
33939
33940 [PATCH] Clear PLB4A0_ACR[WRP] on Sequoia (440EPx)
33941
33942 This fix will make the MAL burst disabling patch for the Linux
33943 EMAC driver obsolete.
33944
33945 Signed-off-by: Stefan Roese <sr@denx.de>
33946
33947commit 023889838282b6237b401664f22dd22dfba2c066
33948Author: Stefan Roese <sr@denx.de>
33949Date: Fri Jan 5 10:38:05 2007 +0100
33950
33951 [PATCH] Add DDR2 optimization code for Sequoia (440EPx) board
33952
33953 This code will optimize the DDR2 controller setup on a board specific
33954 basis.
33955
33956 Note: This code doesn't work right now on the NAND booting image for the
33957 Sequoia board, since it doesn't fit into the 4kBytes for the SPL image.
33958
33959 Signed-off-by: Stefan Roese <sr@denx.de>
33960
33961commit cce4acbb68398634b8d011ed7bb0d12269c84230
33962Author: Bartlomiej Sieka <tur@semihalf.com>
33963Date: Thu Dec 28 19:08:21 2006 +0100
33964
33965 Few V38B changes:
33966 - fix a typo in V38B config file
33967 - move watchdog initialisation earlier in the boot process
33968 - add "wdt=off" to default kernel command line (disables kernel watchdog)
33969
33970commit 92eb729bad876725aeea908d2addba0800620840
33971Author: Wolfgang Denk <wd@pollux.denx.de>
33972Date: Wed Dec 27 01:26:13 2006 +0100
33973
33974 Fix bug in adaption of Stefano Babic's CFI driver patch.
33975
33976commit 9c0f42ecfe25f7ffce8ec7a815f03864d723ffe3
33977Author: Wolfgang Denk <wd@pollux.denx.de>
33978Date: Sun Dec 24 01:42:57 2006 +0100
33979
33980 Minor code cleanup.
33981
33982commit d784fdb05900ada3686d5778783e1fb328e9fb66
33983Author: Stefano Babic <sbabic@denx.de>
33984Date: Tue Dec 12 00:22:42 2006 +0100
33985
33986 Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different offset to go into CFI mode)
33987
33988commit 1b3c360c235dc684ec06c2d5f183f0a282ce45e2
33989Author: Stefan Roese <sr@denx.de>
33990Date: Fri Dec 22 14:29:40 2006 +0100
33991
33992 [PATCH] Fix sequoia flash autodetection (finally correct)
33993
33994 Now 32MByte and 64MByte FLASH is know to work and other
33995 configurations should work too.
33996
33997 Signed-off-by: Stefan Roese <sr@denx.de>
33998
33999commit 82e5236a8b719543643fd26d5827938ab2b94818
34000Author: Wolfgang Denk <wd@pollux.denx.de>
34001Date: Fri Dec 22 10:30:26 2006 +0100
34002
34003 Minor code cleanup; update CHANGELOG.
34004
34005commit fa23044564091f05d9695beb7b5b9a931e7f41a4
34006Author: Heiko Schocher <hs@pollux.denx.de>
34007Date: Thu Dec 21 17:17:02 2006 +0100
34008
34009 Added support for the TQM8272 board from TQ
34010
34011 Signed-off-by: Heiko Schocher <hs@denx.de>
34012
Wolfgang Denkf11033e2007-01-15 13:41:04 +010034013commit 6dedf3d49dd14c3bf541c8ecee7ffaac5f0e1d6c
34014Author: Heiko Schocher <hs@pollux.denx.de>
34015Date: Thu Dec 21 16:14:48 2006 +0100
34016
34017 [PATCH] Add support for the UC101 board from MAN.
34018
34019 Signed-off-by: Heiko Schocher <hs@denx.de>
34020
Wolfgang Denk82e52362006-12-22 10:30:26 +010034021commit c84bad0ef60e7055ab0bd49b93069509cecc382a
34022Author: Bartlomiej Sieka <tur@semihalf.com>
34023Date: Wed Dec 20 00:29:43 2006 +0100
34024
34025 Fix to make the baudrate changes immediate for the MCF52x2 family.
34026
34027commit daa6e418bcc0c717752e8de939c213c790286096
34028Author: Bartlomiej Sieka <tur@semihalf.com>
34029Date: Wed Dec 20 00:27:32 2006 +0100
34030
34031 Preliminary support for the iDMR board (ColdFire).
34032
34033commit cdb97a6678826f85e7c69eae6a1c113d034c9b10
34034Author: Andrei Safronov <safronov@pollux.denx.de>
34035Date: Fri Dec 8 16:23:08 2006 +0100
34036
34037 automatic update mechanism
34038
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020034039commit 9d27b3a0685ff99fc477983f315c04d49f657a8a
34040Author: roy zang <tie-fei.zang@freescale.com>
34041Date: Mon Dec 4 17:56:59 2006 +0800
34042
34043 Slight code clean up.
34044 Add comments, delete duplicate define and remove spaces.
34045 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34046
34047commit 4dbcd69e3e2776ea334590d5768e3692c5fae5c1
34048Author: roy zang <tie-fei.zang@freescale.com>
34049Date: Mon Dec 4 17:54:21 2006 +0800
34050
34051 Introduce PLL_CFG[0:4] table for processor 7448/7447A/7455/7457. The original
34052 multiplier table can not refect the real PLL clock behavior of these
34053 processors. Please refer to the hardware specification for detailed
34054 information of the corresponding processors.
34055 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34056
34057commit 4efe20c9579011d9987f62ed7d35ee8cdc1cf0e0
34058Author: roy zang <tie-fei.zang@freescale.com>
34059Date: Mon Dec 4 14:46:23 2006 +0800
34060
34061 Remove the static MAC address, ip address, server ip, netmask and
34062 gateway ip for network setting.
34063 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34064
34065commit 6f12c61cf31ed73d72ddfcfc712a854a3a177aaf
34066Author: roy zang <tie-fei.zang@freescale.com>
34067Date: Mon Dec 4 14:33:08 2006 +0800
34068
34069 Remove the duplicate memory test code for mpc744ihpc2 board.
34070 If a memory test is needed, please use the functions in
34071 post/memory.c or memtest command.
34072 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34073
34074commit c9c1eeed7dd193fa65fb194654132040d49d4d3a
34075Author: roy zang <tie-fei.zang@freescale.com>
34076Date: Fri Dec 1 19:01:25 2006 +0800
34077
34078 Fix the exception occuring in RAM table search issue.
34079 The original search_one_table() function code can only processes the search
34080 for the exception occurring in FLASH/ROM, because the exception and fixup
34081 table usually locate in FLASH. If the exception address is also in
34082 FLASH, it will be OK.
34083 If the exception occurs in RAM, after the u-boot relocation, a
34084 relocation offset should be added.
34085
34086 clean up the code in cpu/74xx_7xx/cpu.c
34087
34088 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34089
34090commit ee311214e0d216f904feea269599d0934bf71f23
34091Author: roy zang <tie-fei.zang@freescale.com>
34092Date: Fri Dec 1 11:47:36 2006 +0800
34093
34094 Clean up the code according to codestyle:
34095 (1) remove some C++ comments.
34096 (2) remove trailing white space.
34097 (3) remove trailing empty line.
34098 (4) Indentation by table.
34099 (5) remove {} in one line condition.
34100 (6) add space before '(' in function call.
34101 Remove some weird printf () output.
34102 Add necessary comments.
34103 Modified Makefile to support building in a separate directory.
34104
Wolfgang Denk82e52362006-12-22 10:30:26 +010034105commit dd520bf314c7add4183c5191692180f576f96b60
34106Author: Wolfgang Denk <wd@pollux.denx.de>
34107Date: Thu Nov 30 18:02:20 2006 +0100
34108
34109 Code cleanup.
34110
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010034111commit 8d9a8610b8256331132227e9e6585c6bd5742787
34112Author: Wolfgang Denk <wd@pollux.denx.de>
34113Date: Thu Nov 30 01:54:07 2006 +0100
34114
34115 Code cleanup. Update CHANGELOG.
34116
Wolfgang Denk8d9a8612006-11-30 01:54:07 +010034117commit 726e90aacf0b1ecb0e7055be574622fbe3e450ba
34118Author: Grant Likely <grant.likely@secretlab.ca>
34119Date: Wed Nov 29 16:23:42 2006 +0100
34120
34121 [PATCH] [MPC52xx] Use IPB bus frequency for SOC peripherals
34122
34123 The soc node of the mpc52xx needs to be loaded with the IPB bus frequency,
34124 not the XLB frequency.
34125
34126 This patch depends on the previous patches for MPC52xx device tree support
34127
34128 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34129 Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
34130
34131commit 1eac2a71417b6675b11aace72102a2e7fde8f5c6
34132Author: Stefan Roese <sr@denx.de>
34133Date: Wed Nov 29 15:42:37 2006 +0100
34134
34135 [PATCH] Add support for Prodrive P3M750 & P3M7448 (P3Mx) boards
34136
34137 This patch adds support for the Prodrive P3M750 (PPC750 & MV64460)
34138 and the P3M7448 (MPC7448 & MV64460) PMC modules. Both modules are
34139 quite similar and share the same board directory "prodrive/p3mx"
34140 and the same config file "p3mx.h".
34141
34142 Signed-off-by: Stefan Roese <sr@denx.de>
34143
34144commit 1bdd46832aeb569f5e04b1f20f64318525b6525a
34145Author: Stefan Roese <sr@denx.de>
34146Date: Wed Nov 29 12:53:15 2006 +0100
34147
34148 [PATCH] common/cmd_elf.c: Enable loadaddr as parameter in bootvx command
34149
34150 In the bootvx command the load address was only read from the env
34151 variable "loadaddr" and not optionally passed as paramter as described
34152 in the help. This is fixed with this patch. The behaviour is now the
34153 same as in the bootelf command.
34154
34155 Signed-off-by: Stefan Roese <sr@denx.de>
34156
34157commit 4e26f1074c3ac1bd8fd094f0dc4a1c4a0b15a592
34158Author: Stefan Roese <sr@denx.de>
34159Date: Wed Nov 29 12:03:57 2006 +0100
34160
34161 [PATCH] include/ppc440.h minor error affecting interrupts
34162
34163 Fixed include/ppc440.c for UIC address Bug
34164
34165 Corrects bug affecting the addresses for the universal interrupt
34166 controller UIC2 and UIC3 on the PPC440 Epx, GRx, and SPE chips.
34167
34168 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
34169 Signed-off-by: Stefan Roese <sr@denx.de>
34170
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010034171commit 1939d969443ccf316cab2bf32ab1027d4db5ba1a
34172Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34173Date: Tue Nov 28 16:17:27 2006 -0600
34174
34175 Make fsl-i2c not conflict with SOFT I2C
34176
34177 Signed-off-by: Timur Tabi <timur@freescale.com>
34178
34179commit 14198bf768fdc958e3c1afd2404e5262208e98d7
34180Author: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
34181Date: Tue Nov 28 16:17:18 2006 -0600
34182
34183 Fix I2C master address initialization.
34184
34185 Signed-off-by: Timur Tabi <timur@freescale.com>
34186
34187commit cf3d045e51ca8dcc6cf759827140861d6ac25c04
34188Author: Kim Phillips <kim.phillips@freescale.com>
34189Date: Tue Nov 28 23:31:19 2006 -0600
34190
34191 Assign maintainers for mpc8349emds and mpc8360emds
34192
34193 Dave for mpc8360emds, and me for mpc8349emds.
34194
34195commit 1aa934c81b77f2080d3ca4b226eab67b17a33961
34196Author: Kim Phillips <kim.phillips@freescale.com>
34197Date: Tue Nov 28 23:28:33 2006 -0600
34198
34199 Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.c
34200
34201 give initial values for reg_num, shift, p_cmxucr in ucc_set_clk_src
34202 since they are passed by reference to ucc_get_cmxucr_reg and assigned.
34203
34204commit e857a5bdb3954b896c0920cb9d8d2b1b9c107ce5
34205Author: Timur Tabi <timur@freescale.com>
34206Date: Tue Nov 28 12:09:35 2006 -0600
34207
34208 mpc83xx: Miscellaneous code style fixes
34209
34210 Implement various code style fixes and similar changes.
34211
34212 Signed-off-by: Timur Tabi <timur@freescale.com>
34213
Wolfgang Denk8d9a8612006-11-30 01:54:07 +010034214commit e59581c56ab5d6e0207ddac3b2c1d55cb36ec706
34215Author: Stefan Roese <sr@denx.de>
34216Date: Tue Nov 28 17:55:49 2006 +0100
34217
34218 [PATCH] Enable the IceCube/lite5200 variants to pass a device tree to Linux.
34219
34220 This patch adds the code and configuration necessary to boot with an
34221 arch/powerpc Linux kernel.
34222
34223 Signed-off-by: Grant Likely <grant.likely@gmail.com>
34224 Acked-by: Jon Loeliger <jdl@freescale.com>
34225
34226commit e732faec95a83cb468b4850ae807c8301dde8f6a
34227Author: Stefan Roese <sr@denx.de>
34228Date: Tue Nov 28 16:09:24 2006 +0100
34229
34230 [PATCH] PPC4xx: 440SP Rev. C detection added
34231
34232 Signed-off-by: Stefan Roese <sr@denx.de>
34233
34234commit e7f3e9ff01fbd7fa72eb42a9675fbed6bc4736b0
34235Author: Stefan Roese <sr@denx.de>
34236Date: Tue Nov 28 11:04:45 2006 +0100
34237
34238 [PATCH] nand: Fix patch merge problem
34239
34240 Signed-off-by: Stefan Roese <sr@denx.de>
34241
Wolfgang Denk2a8dfe02007-03-21 23:26:15 +010034242commit 58e3b14c18ed3288ceef8d086946dbf3df64ccf2
34243Author: Stefan Roese <sr@denx.de>
34244Date: Tue Nov 28 11:04:45 2006 +0100
34245
34246 [PATCH] nand: Fix patch merge problem
34247
34248 Signed-off-by: Stefan Roese <sr@denx.de>
34249
Wolfgang Denkd2c83f52006-11-27 23:11:18 +010034250commit 4f4b602ec7524a032bdf3c6d28c7f525a4a67eaa
34251Author: Wolfgang Denk <wd@pollux.denx.de>
34252Date: Mon Nov 27 22:53:53 2006 +0100
34253
34254 Update CHANGELOG
34255
Wolfgang Denk4f4b6022006-11-27 22:53:53 +010034256commit f6e495f54cdb8fe340b9c03deab40ad746d52fae
34257Author: Stefan Roese <sr@denx.de>
34258Date: Mon Nov 27 17:43:25 2006 +0100
34259
34260 [PATCH] 4xx_enet.c: Correct the setting of zmiifer register
34261
34262 Patch below corrects the setting of the zmiifer register, it was
34263 overwritting the register rather than ORing the settings.
34264
34265 Signed-off-by: Neil Wilson <NWilson@airspan.com>
34266 Signed-off-by: Stefan Roese <sr@denx.de>
34267
34268commit d1a72545296800b7e219f93104ad5836f0003d66
34269Author: Stefan Roese <sr@denx.de>
34270Date: Mon Nov 27 17:34:10 2006 +0100
34271
34272 [PATCH] Select NAND embedded environment from board configuration
34273
34274 The current NAND Bootloader setup forces the environment
34275 variables to be in line with the bootloader. This change
34276 enables the configuration to be made in the board include
34277 file instead so that it can be individually enabled.
34278
34279 Signed-off-by: Nick Spence <nick.spence@freescale.com>
34280 Signed-off-by: Stefan Roese <sr@denx.de>
34281
34282commit 15784862857c3c2214498defcfed84ff137fb81e
34283Author: Stefan Roese <sr@denx.de>
34284Date: Mon Nov 27 17:22:19 2006 +0100
34285
34286 [PATCH] nand_wait() timeout fixes
34287
34288 Two fixes for the nand_wait() function in
34289 drivers/nand/nand_base.c:
34290
34291 1. Use correct timeouts. The original timeouts in Linux
34292 source are 400ms and 20ms not 40s and 20s
34293
34294 2. Return correct error value in case of timeout. 0 is
34295 interpreted as OK.
34296
34297 Signed-off-by: Rui Sousa <rui.sousa@laposte.net>
34298 Signed-off-by: Stefan Roese <sr@denx.de>
34299
34300commit da5553b095bf04f4f109ad7e565dae3aba47b230
34301Author: Stefan Roese <sr@denx.de>
34302Date: Mon Nov 27 17:04:06 2006 +0100
34303
34304 [PATCH] Allow CONFIG_OF_FLAT_TREE to boot a non-arch/powerpc kernel
34305
34306 This patch allows an arch/ppc kernel to be booted by just passing 1 or 2
Wolfgang Denkf4eb5452007-01-07 00:13:11 +010034307 arguments to bootm. It removes the getenv("disable_of") test that used
Wolfgang Denk4f4b6022006-11-27 22:53:53 +010034308 to be used for this purpose.
34309
34310 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
34311 Acked-by: Jon Loeliger <jdl@freescale.com>
34312
34313commit a9398e018593782c5fa7d0741955fc1256b34c1e
34314Author: Wolfgang Denk <wd@pollux.denx.de>
34315Date: Mon Nov 27 15:32:42 2006 +0100
34316
34317 Minor code cleanup. Update CHANGELOG.
34318
Wolfgang Denk8d9a8612006-11-30 01:54:07 +010034319commit 1729b92cde575476684bffe819d0b7791b57bff2
34320Author: Stefan Roese <sr@denx.de>
34321Date: Mon Nov 27 14:52:04 2006 +0100
34322
34323 [PATCH] 4xx: Fix problem with board specific reset code (now for real)
34324
34325 Signed-off-by: Stefan Roese <sr@denx.de>
34326
34327commit cc5ee8a92a0e3ca6f727af71b8fd206460c7afd7
34328Author: Stefan Roese <sr@denx.de>
34329Date: Mon Nov 27 14:49:51 2006 +0100
34330
34331 [PATCH] alpr: remove unused board specific flash driver
34332
34333 Signed-off-by: Stefan Roese <sr@denx.de>
34334
34335commit 1f94d162e2b5f0edc28d9fb11482502c44d218e1
34336Author: Stefan Roese <sr@denx.de>
34337Date: Mon Nov 27 14:48:41 2006 +0100
34338
34339 [PATCH] 4xx: Fix problem with board specific reset code
34340
34341 Signed-off-by: Stefan Roese <sr@denx.de>
34342
34343commit ec0c2ec725aec9524a177a77ce75559e644a931a
34344Author: Stefan Roese <sr@denx.de>
34345Date: Mon Nov 27 14:46:06 2006 +0100
34346
34347 [PATCH] Remove testing 4xx enet PHY setup
34348
34349 Signed-off-by: Stefan Roese <sr@denx.de>
34350
34351commit 1c2ce2262069510f31c7d3fd7efd3d58b8c0c148
34352Author: Stefan Roese <sr@denx.de>
34353Date: Mon Nov 27 14:12:17 2006 +0100
34354
34355 [PATCH] Update Prodrive ALPR board support (440GX)
34356
34357 Signed-off-by: Stefan Roese <sr@denx.de>
34358
Wolfgang Denk9986bc32007-08-12 21:34:50 +020034359commit 58b485776698c3d71ec5a215e392123b4c15afa3
34360Author: Markus Klotzbuecher <mk@denx.de>
34361Date: Mon Nov 27 11:51:21 2006 +0100
34362
34363 Add a small README with information on the generic ohci driver.
34364
34365commit ae3b770e4eae8e98b6e9e29662e18c47fdf0171f
34366Author: Markus Klotzbuecher <mk@denx.de>
34367Date: Mon Nov 27 11:46:46 2006 +0100
34368
34369 Fix some endianness issues related to the generic ohci driver
34370
34371commit 7b59b3c7a8ce2e4b567abf99c1cd667bf35b9418
34372Author: Markus Klotzbuecher <mk@denx.de>
34373Date: Mon Nov 27 11:44:58 2006 +0100
34374
34375 Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
34376 to choose between the old and the generic OHCI drivers.
34377
34378commit 53e336e9ffc51035bdc4e5867631b3378761b4df
34379Author: Markus Klotzbuecher <mk@denx.de>
34380Date: Mon Nov 27 11:43:09 2006 +0100
34381
34382 Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
34383 and adapted board configs TQM5200 and yosemite accordingly. This commit
34384 also makes the maximum number of root hub ports configurable
34385 (CFG_USB_OHCI_MAX_ROOT_PORTS).
34386
Wolfgang Denka9398e02006-11-27 15:32:42 +010034387commit 78d620ebb5871d252270dedfad60c6568993b780
34388Author: Wolfgang Denk <wd@atlas.denx.de>
34389Date: Thu Nov 23 22:58:58 2006 +0100
34390
34391 Updates for TQM5200 modules:
34392 - fix off-by-one error in board/tqm5200/cam5200_flash.c error message
34393 - simplify "udate" definitions
34394
34395commit 2053283304eeddf250d109e6791eb6fa4cad14f7
34396Author: Stefan Roese <sr@denx.de>
34397Date: Wed Nov 22 13:20:50 2006 +0100
34398
34399 [PATCH] PPC4xx start.S: Fix for processor errata
34400
34401 Fixed cpu/ppc4xx/start.S for 440EPx Errata: further corrects PPC440EPx
34402 errata 1.12: 440_33 by moving patch up in code.
34403
34404 Signed-off-by: Jeff Mann <mannj@embeddedplanet.com>
34405 Signed-off-by: Stefan Roese <sr@denx.de>
34406
34407commit 4ef6251403f637841000e0fef9e832aa01339822
34408Author: Stefan Roese <sr@denx.de>
34409Date: Mon Nov 20 20:39:52 2006 +0100
34410
34411 [PATCH] Update AMCC Sequoia config file to support 64MByte NOR FLASH
34412
34413 Signed-off-by: Stefan Roese <sr@denx.de>
34414
34415commit e4bbd8da164b976d38616bd9c69c5e86e193cdf0
34416Author: Wolfgang Denk <wd@pollux.denx.de>
34417Date: Mon Nov 20 10:28:30 2006 +0100
34418
34419 Update CHANGELOG
34420
Wolfgang Denke4bbd8d2006-11-20 10:28:30 +010034421commit 260421a21e934a68d31fb6125b0fbd2631a8ca20
34422Author: Stefan Roese <sr@denx.de>
34423Date: Mon Nov 13 13:55:24 2006 +0100
34424
34425 [PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]
34426
34427 * Adds support for AMD command set Top Boot flash geometry reversal
34428 * Adds support for reading JEDEC Manufacturer ID and Device ID
34429 * Adds support for displaying command set, manufacturer id and
34430 device ids (flinfo)
34431 * Makes flinfo output to be consistent when CFG_FLASH_EMPTY_INFO defined
34432 * Removes outdated change history (refer to git log instead)
34433
34434 Signed-off-by: Tolunay Orkun <listmember@orkun.us>
34435 Signed-off-by: Stefan Roese <sr@denx.de>
34436
34437commit b21b511d4c50408f4853f46f06b601272196223f
34438Author: Wolfgang Denk <wd@pollux.denx.de>
34439Date: Sun Nov 12 21:13:23 2006 +0100
34440
34441 Update CHANGELOG
34442
Wolfgang Denkb21b5112006-11-12 21:13:23 +010034443commit ce3f1a40c507afbab06c5eb58ccdc6713eda3245
34444Author: Bartlomiej Sieka <tur@semihalf.com>
34445Date: Sat Nov 11 22:48:22 2006 +0100
34446
34447 Disable the watchdog in the default config for the V38B board.
34448
34449commit 44a47e6db2694841211f1c8fdbafd36992e9cd1a
34450Author: Bartlomiej Sieka <tur@semihalf.com>
34451Date: Sat Nov 11 22:43:00 2006 +0100
34452
34453 Change the GPIO pin multiplexing configuration for V38B. The USB GPIO pin
34454 group is enabled for USB earlier (in cpu_init_f() instead of
34455 usb_lowlevel_init()).
34456
34457commit 91650b3e4de688038d4f71279c44858e3e2c6870
34458Author: Wolfgang Denk <wd@pollux.denx.de>
34459Date: Mon Nov 6 17:06:36 2006 +0100
34460
34461 Sequential accesses to non-existent memory must be synchronized,
34462 at least on G2 cores.
34463
34464 This fixes get_ram_size() problems on MPC5200 Rev. B boards.
34465
Wolfgang Denkdd520bf2006-11-30 18:02:20 +010034466commit be5e61815d5a1fac290ce9c0ef09cb6a8e4288fa
34467Author: Timur Tabi <timur@freescale.com>
34468Date: Fri Nov 3 19:15:00 2006 -0600
34469
34470 mpc83xx: Update 83xx to use fsl_i2c.c
34471
34472 Update the 83xx tree to use I2C support in drivers/fsl_i2c.c. Delete
34473 cpu/mpc83xx/i2c.c, include/asm-ppc/i2c.h, and all references to those files.
34474 Added multiple I2C bus support to fsl_i2c.c.
34475
34476 Signed-off-by: Timur Tabi <timur@freescale.com>
34477
34478commit d239d74b1c937984bc519083a8e7de373a390f06
34479Author: Timur Tabi <timur@freescale.com>
34480Date: Fri Nov 3 12:00:28 2006 -0600
34481
34482 mpc83xx: Replace CFG_IMMRBAR with CFG_IMMR
34483
34484 Replace all instances of CFG_IMMRBAR with CFG_IMMR, so that the 83xx
34485 tree matches the other 8xxx trees.
34486
34487 Signed-off-by: Timur Tabi <timur@freescale.com>
34488
34489commit f7fb2e703ec9688541416962724adff70a7322cb
34490Author: Kim Phillips <kim.phillips@freescale.com>
34491Date: Thu Nov 2 19:47:11 2006 -0600
34492
34493 mpc83xx: Lindent and clean up cpu/mpc83xx/speed.c
34494
34495commit 90f30a710a3c619b5405860a686c4ddfc495d4b6
34496Author: Dave Liu <daveliu@freescale.com>
34497Date: Thu Nov 2 18:05:50 2006 -0600
34498
34499 mpc83xx: Fix the incorrect dcbz operation
34500
34501 The 834x rev1.x silicon has one CPU5 errata.
34502
34503 The issue is when the data cache locked with
34504 HID0[DLOCK], the dcbz instruction looks like no-op inst.
34505
34506 The right behavior of the data cache is when the data cache
34507 Locked with HID0[DLOCK], the dcbz instruction allocates
34508 new tags in cache.
34509
34510 The 834x rev3.0 and later and 8360 have not this bug inside.
34511
34512 So, when 834x rev3.0/8360 are working with ECC, the dcbz
34513 instruction will corrupt the stack in cache, the processor will
34514 checkstop reset.
34515
34516 However, the 834x rev1.x can work with ECC with these code,
34517 because the sillicon has this cache bug. The dcbz will not
34518 corrupt the stack in cache.
34519 Really, it is the fault code running on fault sillicon.
34520
34521 This patch fix the incorrect dcbz operation. Instead of
34522 CPU FP writing to initialise the ECC.
34523
34524 CHANGELOG:
34525 * Fix the incorrect dcbz operation instead of CPU FP
34526 writing to initialise the ECC memory. Otherwise, it
34527 will corrupt the stack in cache, The processor will checkstop
34528 reset.
34529
34530 Signed-off-by: Dave Liu <daveliu@freescale.com>
34531
34532commit bf0b542d6773a5a1cbce77691f009b06d9aeb57d
34533Author: Kim Phillips <kim.phillips@freescale.com>
34534Date: Wed Nov 1 00:10:40 2006 -0600
34535
34536 mpc83xx: add OF_FLAT_TREE bits to 83xx boards
34537
34538 add ft_pci_setup, OF_CPU, OF_SOC, OF_TBCLK, and
34539 STDOUT_PATH configuration bits to mpc8349emds,
34540 mpc8349itx, and mpc8360emds board code.
34541
34542 redo environment to use bootm with the fdtaddr
34543 for booting ARCH=powerpc kernels by default,
34544 and provide default fdtaddr values.
34545
34546commit 48041365b3420589ad464ebc7752e0053538b729
34547Author: Kim Phillips <kim.phillips@freescale.com>
34548Date: Wed Nov 1 00:07:25 2006 -0600
34549
34550 mpc83xx: change ft code to modify local-mac-address property
34551
34552 Update 83xx OF code to update local-mac-address properties
34553 for ethernet instead of the obsolete 'address' property.
34554
34555commit 9ca880a250870a7d55754291b5591d2b5fe89b54
34556Author: Timur Tabi <timur@freescale.com>
34557Date: Tue Oct 31 21:23:16 2006 -0600
34558
34559 mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS
34560
34561 This patch also adds an improved I2C set_speed(), which handles all clock
34562 frequencies.
34563
34564 Signed-off-by: Timur Tabi <timur@freescale.com>
34565
34566commit ac4b5622ce050b5ee1e154b98df630d778661632
34567Author: Dave Liu <daveliu@freescale.com>
34568Date: Tue Oct 31 19:54:59 2006 -0600
34569
34570 mpc83xx: add the README.mpc8360emds
34571
34572 add doc/README.mpc8360emds to accompany the new board support
34573
34574commit 7737d5c658c606f999dfbe3e86b0fed49e5c50ef
34575Author: Dave Liu <daveliu@freescale.com>
34576Date: Fri Nov 3 12:11:15 2006 -0600
34577
34578 mpc83xx: add QE ethernet support
34579
34580 this patch adds support for the QUICC Engine based UCC gigabit ethernet device.
34581
34582commit 5f8204394e39bbe8cd9f08b8f8d145b6c01f7c73
34583Author: Dave Liu <daveliu@freescale.com>
34584Date: Fri Nov 3 19:33:44 2006 -0600
34585
34586 mpc83xx: Add MPC8360EMDS basic board support
34587
34588 Add support for the Freescale MPC8360EMDS board.
34589 Includes DDR, DUART, Local Bus, PCI.
34590
34591commit 23892e49352de74f7fac36ff90bb1be143d195e3
34592Author: Dave Liu <daveliu@freescale.com>
34593Date: Tue Oct 31 19:30:40 2006 -0600
34594
34595 mpc83xx: add the QUICC Engine (QE) immap file
34596
34597 common QE immap file. Also required for 8360.
34598
34599commit b701652a4992bdcc62fb1a6038a85beef9e55da4
34600Author: Dave Liu <daveliu@freescale.com>
34601Date: Tue Oct 31 19:25:38 2006 -0600
34602
34603 mpc83xx: Add 8360 specifics to 83xx immap
34604
34605 Mainly add QE device dependencies, with appropriate 8360 protection.
34606 Lindent also run.
34607
34608commit 988833324a7fda482c8ac3ca23eb539f8232e404
34609Author: Timur Tabi <timur@freescale.com>
34610Date: Tue Oct 31 19:14:41 2006 -0600
34611
34612 mpc83xx: Fix PCI, USB, bootargs for MPC8349E-mITX
34613
34614 PREREQUISITE PATCHES:
34615
34616 * This patch can only be applied after the following patches have been applied:
34617
34618 1) DNX#2006092142000015 "Add support for the MPC8349E-mITX 1/2"
34619 2) DNX#2006092142000024 "Add support for the MPC8349E-mITX 2/2"
34620
34621 CHANGELOG:
34622
34623 * For the 8349E-mITX, fix some size values in pci_init_board(), enable
34624 the clock for the 2nd USB board (Linux kernel will hang otherwise),
34625 and fix the CONFIG_BOOTARGS macro.
34626
34627 Signed-off-by: Timur Tabi <timur@freescale.com>
34628
34629commit 2ad6b513b31070bd0c003792ed1c3e7f5d740357
34630Author: Timur Tabi <timur@freescale.com>
34631Date: Tue Oct 31 18:44:42 2006 -0600
34632
34633 mpc83xx: Add support for the MPC8349E-mITX
34634
34635 PREREQUISITE PATCHES:
34636
34637 * This patch can only be applied after the following patches have been applied:
34638
34639 1) DNX#2006090742000024 "Add support for multiple I2C buses"
34640 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
34641 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
34642 4) DNX#2006091242000078 "Add support for variable flash memory sizes on 83xx systems"
34643 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x systems"
34644
34645 CHANGELOG:
34646
34647 * Add support for the Freescale MPC8349E-mITX reference design platform.
34648 The second TSEC (Vitesse 7385 switch) is not supported at this time.
34649
34650 Signed-off-by: Timur Tabi <timur@freescale.com>
34651
34652commit 183da6d9b446cc12123455844ad1187e2375626f
34653Author: Ben Warren <bwarren@qstreams.com>
34654Date: Tue Sep 12 10:15:53 2006 -0400
34655
34656 Additional MPC8349 support for multibus i2c
34657
34658 Hello,
34659
34660 Here is a patch for a file that was accidentally left out of a previous
34661 attempt.
34662
34663 It accompanies the patch with ticket DNX#2006090742000024
34664
34665 CHANGELOG:
34666 Change PCI initialization to use new multi-bus I2C API.
34667
34668 regards,
34669 Ben
34670
34671commit b24f119d672b709d153ff2ac091d4aa63ec6877d
34672Author: Ben Warren <bwarren@qstreams.com>
34673Date: Thu Sep 7 16:51:04 2006 -0400
34674
34675 Multi-bus I2C implementation of MPC834x
34676
34677 Hello,
34678
34679 Attached is a patch implementing multiple I2C buses on the MPC834x CPU
34680 family and the MPC8349EMDS board in particular.
34681 This patch requires Patch 1 (Add support for multiple I2C buses).
34682 Testing was performed on a 533MHz board.
34683
34684 /*** Note: This patch replaces ticket DNX#2006083042000027 ***/
34685
34686 Signed-off-by: Ben Warren <bwarren@qstreams.com>
34687
34688 CHANGELOG:
34689 Implemented driver-level code to support two I2C buses on the
34690 MPC834x CPU family and the MPC8349EMDS board. Available I2C bus speeds
34691 are 50kHz, 100kHz and 400kHz on each bus.
34692
34693 regards,
34694 Ben
34695
34696commit bb99ad6d8257bf828f150d40f507b30d80a4a7ae
34697Author: Ben Warren <bwarren@qstreams.com>
34698Date: Thu Sep 7 16:50:54 2006 -0400
34699
34700 Add support for multiple I2C buses
34701
34702 Hello,
34703
34704 Attached is a patch providing support for multiple I2C buses at the
34705 command level. The second part of the patch includes an implementation
34706 for the MPC834x CPU and MPC8349EMDS board.
34707
34708 /*** Note: This patch replaces ticket DNX#2006083042000018 ***/
34709
34710 Signed-off-by: Ben Warren <bwarren@qstreams.com>
34711
34712 Overview:
34713
34714 1. Include new 'i2c' command (based on USB implementation) using
34715 CONFIG_I2C_CMD_TREE.
34716
34717 2. Allow multiple buses by defining CONFIG_I2C_MULTI_BUS. Note that
34718 the commands to change bus number and speed are only available under the
34719 new 'i2c' command mentioned in the first bullet.
34720
34721 3. The option CFG_I2C_NOPROBES has been expanded to work in multi-bus
34722 systems. When CONFIG_I2C_MULTI_BUS is used, this option takes the form
34723 of an array of bus-device pairs. Otherwise, it is an array of uchar.
34724
34725 CHANGELOG:
34726 Added new 'i2c' master command for all I2C interaction. This is
34727 conditionally compiled with CONFIG_I2C_CMD_TREE. New commands added for
34728 setting I2C bus speed as well as changing the active bus if the board
34729 has more than one (conditionally compiled with
34730 CONFIG_I2C_MULTI_BUS). Updated NOPROBE logic to handle multiple buses.
34731 Updated README.
34732
34733 regards,
34734 Ben
34735
34736commit bed85caf872714ebf53013967a695c9d63acfc68
34737Author: Timur Tabi <timur@freescale.com>
34738Date: Tue Oct 31 18:13:36 2006 -0600
34739
34740 mpc83xx: Add support for Errata DDR6 on MPC 834x systems
34741
34742 CHANGELOG:
34743
34744 * Errata DDR6, which affects all current MPC 834x processors, lists changes
34745 required to maintain compatibility with various types of DDR memory. This
34746 patch implements those changes.
34747
34748 Signed-off-by: Timur Tabi <timur@freescale.com>
34749
34750commit afd6e470f639883002c7c59d562690a5cb0f4865
34751Author: Timur Tabi <timur@freescale.com>
34752Date: Wed Oct 25 18:45:23 2006 -0500
34753
34754 mpc83xx: fix TQM build by defining a CFG_FLASH_SIZE for it
34755
34756commit 31068b7c4abeefcb2c8fd4fbeccc8ec6c6d0475a
34757Author: Timur Tabi <timur@freescale.com>
34758Date: Tue Aug 22 17:07:00 2006 -0500
34759
34760 mpc83xx: Add support for variable flash memory sizes on 83xx systems
34761
34762 CHANGELOG:
34763
34764 * On 83xx systems, use the CFG_FLASH_SIZE macro to program the LBC local access
34765 window registers, instead of using a hard-coded value of 8MB.
34766
34767 Signed-off-by: Timur Tabi <timur@freescale.com>
34768
34769commit 2fc34ae66e73fa7841d1a006dc1b5dcbc1f78965
34770Author: Tanya Jiang <tanya.jiang@freescale.com>
34771Date: Thu Aug 3 18:38:13 2006 +0800
34772
34773 mpc83xx: Unified TQM834x variable names with 83xx and consolidated macros
34774
34775 Unified TQM834x variable names with 83xx and consolidated macro
34776 in preparation for the 8360 and other upcoming 83xx devices.
34777
34778 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34779
34780commit f6eda7f80ccc13d658020268c507d7173cf2e8aa
34781Author: Dave Liu <daveliu@freescale.com>
34782Date: Wed Oct 25 14:41:21 2006 -0500
34783
34784 mpc83xx: Changed to unified mpx83xx names and added common 83xx changes
34785
34786 Incorporated the common unified variable names and the changes in preparation
34787 for releasing mpc8360 patches.
34788
34789 Signed-off-by: Dave Liu <daveliu@freescale.com>
34790
34791commit 3894c46c27c64891f93ac04edde86a9fa9758d92
34792Author: Tanya Jiang <tanya.jiang@freescale.com>
34793Date: Thu Aug 3 18:36:02 2006 +0800
34794
34795 mpc83xx: Fix missing build for mpc8349emds pci.c
34796
34797 Make pci build for mpc8349emds
34798
34799 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34800
34801commit 09a81ff740b29deea1e2ab08a3c2ac136c2e6219
34802Author: Tanya Jiang <tanya.jiang@freescale.com>
34803Date: Thu Aug 3 18:39:49 2006 +0800
34804
34805 mpc83xx: Removed unused file resetvec.S for mpc83xx cpu
34806
34807 Removed unused file resetvec.S for mpc83xx cpu
34808
34809 Signed-off-by: Tanya Jiang <tanya.jiang@freescale.com>
34810
34811commit 04f899fc465c3e44f2b55ecc70618f5696fc0ddf
34812Author: Nick Spence <Nick.Spence@freescale.com>
34813Date: Sat Sep 30 00:32:59 2006 -0700
34814
34815 NAND Flash verify across block boundaries
34816
34817 This patch addresses a problem when CONFIG_MTD_NAND_VERIFY_WRITE is
34818 defined
34819 and the write crosses a block boundary. The pointer to the verification
34820 buffer (bufstart) is not being updated to reflect the starting of the
34821 new
34822 block so the verification of the second block fails.
34823
34824 CHANGELOG:
34825
34826 * Fix NAND FLASH page verification across block boundaries
34827
34828commit f484dc791a3932537213c43c654cc1295c64b84c
34829Author: Nick Spence <nick.spence@freescale.com>
34830Date: Thu Sep 7 07:39:46 2006 -0700
34831
34832 Added RGMII support to the TSECs and Marvell 881111 Phy
34833
34834 Added a phy initialization to adjust the RGMII RX and TX timing
34835 Always set the R100 bit in 100 BaseT mode regardless of the TSEC mode
34836
34837 Signed-off-by: Nick Spence <nick.spence@freescale.com>
34838
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020034839commit 4831c8b8a97799da77923d6bbb4c260c0d45521c
34840Author: roy zang <tie-fei.zang@freescale.com>
34841Date: Fri Nov 3 13:10:00 2006 +0800
34842
34843 Remove some unused CFG define.
34844 undef CFG_DRAM_TEST
34845
34846commit 99c09c4dec34f77c243bf51bea532e3f339410ad
34847Author: roy zang <tie-fei.zang@freescale.com>
34848Date: Fri Nov 3 13:07:36 2006 +0800
34849
34850 Change the TEXT_BASE from 0xFFF00000 to 0xFF000000.
34851 Both work. 0xFF000000 seems more reasonable.
34852
Wolfgang Denkb21b5112006-11-12 21:13:23 +010034853commit c59200443072353044aa4bf737a5a60f9a9af231
34854Author: Wolfgang Denk <wd@pollux.denx.de>
34855Date: Thu Nov 2 15:15:01 2006 +0100
34856
34857 Release U-Boot 1.1.6
34858
Wolfgang Denk2a26ec42007-04-18 17:07:26 +020034859commit c1fbe4103a0d6c8957f912af902d705ba67836f2
34860Author: roy zang <tie-fei.zang@freescale.com>
34861Date: Thu Nov 2 19:14:48 2006 +0800
34862
34863 This patch comes from Yuli's posted patch on 8/8/2006
34864 titled "CFI Driver Little-Endian write Issue".
34865
34866 http://sourceforge.net/mailarchive/message.php?msg_id=36311999
34867
34868 If that patch applied, please discard this one.
34869 Until now , I do not see his patch is applied. So please apply this one.
34870
34871 Signed-off-by: Yuli Barcohen <yuli@arabellasw.com>
34872 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34873
34874commit b825f158e449e1e9cf74c08e572955e122394c96
34875Author: roy zang <tie-fei.zang@freescale.com>
34876Date: Thu Nov 2 19:12:31 2006 +0800
34877
34878 Tsi108 on chip i2c support.
34879
34880 The i2c Interface provides a master-only, serial interface that can be
34881 used for initializing Tsi108/Tsi109 registers from an EEPROM after a
34882 device reset.
34883
34884 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34885 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34886
34887commit 9226e7d6f09b9a1ac074cd918c81225a4689bba8
34888Author: roy zang <tie-fei.zang@freescale.com>
34889Date: Thu Nov 2 19:11:06 2006 +0800
34890
34891 Tsi108 on chip pci controller support.
34892
34893 If there is no pci card, the tsi108/109 pci configure read will
34894 cause a machine check exception to the processor. PCI error should
34895 also be cleared after the read.
34896
34897 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34898 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34899
34900commit d1927cee977126e547ceeba23e4f978f377cfb8f
34901Author: roy zang <tie-fei.zang@freescale.com>
34902Date: Thu Nov 2 19:08:55 2006 +0800
34903
34904 Tundra tsi108 on chip Ethernet controller support.
34905
34906 The following is a brief description of the Ethernet controller:
34907 The Tsi108/9 Ethernet Controller connects Switch Fabric to two independent
34908 Gigabit Ethernet ports,E0 and E1. It uses a single Management interface
34909 to manage the two physical connection devices (PHYs). Each Ethernet port
34910 has its own statistics monitor that tracks and reports key interface
34911 statistics. Each port supports a 256-entry hash table for address
34912 filtering. In addition, each port is bridged to the Switch Fabric
34913 through a 2-Kbyte transmit FIFO and a 4-Kbyte Receive FIFO.
34914
34915 Each Ethernet port also has a pair of internal Ethernet DMA channels to
34916 support the transmit and receive data flows. The Ethernet DMA channels
34917 use descriptors set up in memory, the memory map of the device, and
34918 access via the Switch Fabric. The Ethernet Controller?s DMA arbiter
34919 handles arbitration for the Switch Fabric. The Controller also
34920 has a register businterface for register accesses and status monitor
34921 control.
34922
34923 The PMD (Physical Media Device) interface operates in MII, GMII, or TBI
34924 modes. The MII mode is used for connecting with 10 or 100 Mbit/s PMDs.
34925 The GMII and TBI modes are used to connect with Gigabit PMDs. Internal
34926 data flows to and from the Ethernet Controller through the Switch Fabric.
34927
34928 Each Ethernet port uses its transmit and receive DMA channels to manage
34929 data flows through buffer descriptors that are predefined by the
34930 system (the descriptors can exist anywhere in the system memory map).
34931 These descriptors are data structures that point to buffers filled
34932 with data ready to transmit over Ethernet, or they point to empty
34933 buffers ready to receive data from Ethernet.
34934
34935 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34936 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34937
34938commit 78aa0c3427f3ecdeb34aabfbbe2dd23b6ad8f40e
34939Author: roy zang <tie-fei.zang@freescale.com>
34940Date: Thu Nov 2 19:01:33 2006 +0800
34941
34942 Tundra tsi108 header file.
34943
34944 The Tundra Semiconductor Corporation (Tundra) Tsi108 is a host bridge for
34945 PowerPC processors that offers numerous system interconnect options for
34946 embedded application designers. The Tsi108 can interconnect 60x or
34947 MPX processors to PCI/X peripherals, DDR2-400 memory, Gigabit Ethernet,
34948 and Flash. Provided the macro define for tsi108 chip.
34949
34950 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34951 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34952
34953commit 87c4db09699c6b89176b31004afcb83eb1585d47
34954Author: roy zang <tie-fei.zang@freescale.com>
34955Date: Thu Nov 2 18:59:15 2006 +0800
34956
34957 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
34958 mpc7448hpc2 board support high level code:tsi108 init + mpc7448hpc2.
34959
34960 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34961 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34962
34963commit 27801b8ab11c61b577e45742a515bb3b23b80241
34964Author: roy zang <tie-fei.zang@freescale.com>
34965Date: Thu Nov 2 18:57:21 2006 +0800
34966
34967 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
34968 Make ,config.mk and link file for the mpc7448hpc2 board.
34969
34970 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34971 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34972
34973commit c6411c0c3bbc79f9ba8aef58296a42d8f9d8a0a6
34974Author: roy zang <tie-fei.zang@freescale.com>
34975Date: Thu Nov 2 18:55:04 2006 +0800
34976
34977 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
34978 The mpc7448hpc2 board support header file.
34979
34980 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34981 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34982
34983commit 625bb5ddb50b243f931262ca8c46956409471917
34984Author: roy zang <tie-fei.zang@freescale.com>
34985Date: Thu Nov 2 18:52:21 2006 +0800
34986
34987 Add mpc7448hpc2 (mpc7448 + tsi108) board associated code support.
34988 The mpc7448hpc2 board support low level assemble language init code.
34989
34990 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
34991 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
34992
34993commit 4c52783b3d024e153c4972b97332e314bc3bdc46
34994Author: roy zang <tie-fei.zang@freescale.com>
34995Date: Thu Nov 2 18:49:51 2006 +0800
34996
34997 General code modification for mpc7448hpc2 board support.
34998 1. Add 7447A and 7448 processor support.
34999 2. Add the following flags.
35000
35001 CFG_CONFIG_BUS_CLK : If the 74xx bus frequency can be configured dynamically
35002 (such as by switch on board), this flag should be set.
35003
35004 CFG_EXCEPTION_AFTER_RELOCATE: If an exception occurs after the u-boot
35005 relocates to RAM, this flag should be set.
35006
35007 CFG_SERIAL_HANG_IN_EXCEPTION: If the print out function will cause the
35008 system hang in exception, this flag should be set.
35009
35010 There is a design issue for tsi108/109 pci configure read. When pci scan
35011 the slots, if there is no pci card, the tsi108/9 will cause a machine
35012 check exception for mpc7448 processor.
35013
35014 Signed-off-by: Alexandre Bounine <alexandreb@tundra.com>
35015 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
35016
35017commit 69366bf42f22d67efce8da3f8c40a43d4a3c2695
35018Author: roy zang <tie-fei.zang@freescale.com>
35019Date: Thu Nov 2 18:34:47 2006 +0800
35020
35021 Add README file for mpc7448hpc2 board.
35022 Signed-off-by: Roy Zang <tie-fei.zang@freescale.com>
35023
Wolfgang Denkb21b5112006-11-12 21:13:23 +010035024commit 25721b5cec2be4bce79cfade17ec8f6aa1e67526
35025Author: Bartlomiej Sieka <tur@semihalf.com>
35026Date: Wed Nov 1 02:04:38 2006 +0100
35027
35028 Finish up support for MarelV38B board
35029 - add watchdog support
35030 - enable GPIO_WKUP_7 pin for input
35031 - code cleanup
35032
35033commit ffa150bc90c943ca265170bd1be3f293674dd5c7
35034Author: Bartlomiej Sieka <tur@semihalf.com>
35035Date: Wed Nov 1 01:45:46 2006 +0100
35036
35037 - Fix issues related to the use of ELDK 4 when compiling for MarelV38B:
35038 * remove warnings when compiling ethaddr.c
35039 * adjust linker script (fixes a crash resulting from incorrect
35040 definition of __u_boot_cmd_start)
35041 - Some MarelV38B code cleanup.
35042
35043commit dae80f3caf9754a6dd3ddf3cf903d0c46cbd4385
35044Author: Bartlomiej Sieka <tur@semihalf.com>
35045Date: Wed Nov 1 01:38:16 2006 +0100
35046
35047 - Add MPC5XXX register definition MPC5XXX_WU_GPIO_DATA_I and change the
35048 MPC5XXX_WU_GPIO_DATA macro to MPC5XXX_WU_GPIO_DATA_O (per MPC5200 User's
35049 Manual). Replace the uses of MPC5XXX_WU_GPIO_DATA with
35050 MPC5XXX_WU_GPIO_DATA_O for affected boards.
35051
35052 - Add defintions for some MPC5XXX GPIO pins.
35053
35054commit 82d9c9ec29a1bec1b03ba616425ebaed231072c8
35055Author: Bartlomiej Sieka <tur@semihalf.com>
35056Date: Wed Nov 1 01:34:29 2006 +0100
35057
35058 Changed MarelV38B board make target to lowercase. Config file cleanup.
35059
Wolfgang Denkc5920042006-11-02 15:15:01 +010035060commit 1954be6e9c9421b45d0a9d05b10356acc7563150
35061Author: Wolfgang Denk <wd@pollux.denx.de>
35062Date: Sun Oct 29 01:03:51 2006 +0200
35063
35064 Automatically adjust ARFLAGS so "make -s" is really silent.
35065
35066commit fae684e89844856383bdf101440889557df3e6b1
35067Author: Stefan Roese <sr@denx.de>
35068Date: Sat Oct 28 16:45:00 2006 +0200
35069
35070 [PATCH] omap925.c: Remove unused functions
35071
35072 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35073 Signed-off-by: Stefan Roese <sr@denx.de>
35074
35075commit 1265581502ab8ea8c08e8edbe9bf64fbd62fd776
35076Author: Stefan Roese <sr@denx.de>
35077Date: Sat Oct 28 17:12:58 2006 +0200
35078
35079 [PATCH] Add some missing machtypes for netstar & voiceblue boards
35080
35081 Use MACH_TYPE_NETSTAR and MACH_TYPE_VOICEBLUE defines instead of
35082 numbers in code.
35083
35084 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35085 Signed-off-by: Stefan Roese <sr@denx.de>
35086
35087commit 856f054410cef52d868feb330168b2a4c4091328
35088Author: Stefan Roese <sr@denx.de>
35089Date: Sat Oct 28 15:55:52 2006 +0200
35090
35091 [PATCH] NAND: Partition name support added to NAND subsystem
35092
35093 chpart, nboot and NAND subsystem related commands now accept also partition
35094 name to specify offset.
35095
35096 Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
35097 Signed-off-by: Stefan Roese <sr@denx.de>
35098
35099commit 07a69a18c2ecfda904231fdf23e2523ea7792eb6
35100Author: Wolfgang Denk <wd@pollux.denx.de>
35101Date: Sat Oct 28 02:29:44 2006 +0200
35102
35103 Update CHANGELOG.
35104
Wolfgang Denk07a69a12006-10-28 02:29:44 +020035105commit 2751a95abd1b96911081c357e96a12fa97b40dee
35106Author: Wolfgang Denk <wd@pollux.denx.de>
35107Date: Sat Oct 28 02:29:14 2006 +0200
35108
35109 Enable commandline editing and hush shell on all TQM boards.
35110
35111commit 8078f1a5f63a739b8533478f6c2b62fb1e2f79d7
35112Author: Wolfgang Denk <wd@pollux.denx.de>
35113Date: Sat Oct 28 02:28:02 2006 +0200
35114
35115 README says CFG_AUTO_COMPLETE, but ocde uses CONFIG_AUTO_COMPLETE
35116
35117commit 471a7be7a042e95e440f5de969c9765214ae8d6e
35118Author: Wolfgang Denk <wd@denx.de>
35119Date: Sat Oct 28 01:14:32 2006 +0200
35120
35121 Check for illegal character '=' in environment variable names.
35122
35123 Make sure the string passed as variable name does not contain a '='
35124 character. This not only prevents the common error or typing
35125 "setenv foo=bar" instead of "setenv foo bar", but (more importantly)
35126 also closes a backdoor which allowed to delete write-protected
35127 environment variables, for example by using "setenv ethaddr=".
35128
35129commit 19973b6ad9863a56f5c5fbcfd90e20ab2490a2c2
35130Author: Wolfgang Denk <wd@pollux.denx.de>
35131Date: Sat Oct 28 00:38:39 2006 +0200
35132
35133 Minor code cleanup.
35134
35135commit e11887a77d81077416a2d1c5e0354916fee8c034
35136Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35137Date: Thu Oct 26 17:55:31 2006 +0200
35138
35139 Don't pass any debug options directly to the assembler
35140
35141 When passing the -g option to gcc, gcc automatically selects a
35142 suitable --g<format> option to pass on to the assembler.
35143 Thus, there's no point in forcing a specific debug option on the
35144 assembler using the -Wa mechanism.
35145
35146 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35147
35148commit ea08ff6e14f9ebb8c07cfa79c51ef540eb087393
35149Author: Jon Loeliger <jdl@freescale.com>
35150Date: Fri Oct 27 07:47:22 2006 -0500
35151
35152 MPC86xx: Cleaned up unused and conditionally used local variables.
35153
35154 Signed-off-by: Jon Loeliger <jdl@freescale.com>
35155
35156commit d38936cdae46bfd2623ff83f6ce9b616d36ab0f9
35157Author: Wolfgang Denk <wd@pollux.denx.de>
35158Date: Fri Oct 27 11:55:21 2006 +0200
35159
35160 Fix "ar" flags in some Makefiles to allow for silent "make -s"
35161
35162commit 4653f91c13ed51c21cc4c3855745d69a3fb1817f
35163Author: Ben Warren <bwarren@qstreams.com>
35164Date: Thu Oct 26 14:38:25 2006 -0400
35165
35166 Fix TSEC driver (now for real): avoid crashes if PHY is not attached
35167 to a TSEC (e.g. a switch is connected via RMII) or
35168 if the PHY is defective/incorrectly configured.
35169
35170 Signed-off-by: Ben Warren <bwarren@qstreams.com>
35171
35172commit b985b5d6e4fb88f508f7aa0f126c2e27ada2b999
35173Author: Ben Warren <bwarren@qstreams.com>
35174Date: Thu Oct 26 14:38:25 2006 -0400
35175
35176 Fix TSEC driver: avoid crashes if PHY is not attached
35177 to a TSEC (e.g. a switch is connected via RMII) or
35178 if the PHY is defective/incorrectly configured.
35179
35180 Signed-off-by: Ben Warren <bwarren@qstreams.com>
35181
Ben Warrenb985b5d2006-10-26 14:38:25 -040035182commit 2b2a40bebbf1822506e80e631d7253e60f0e0fe6
35183Author: Wolfgang Denk <wd@pollux.denx.de>
35184Date: Thu Oct 26 16:24:31 2006 +0200
35185
35186 Code cleanup.
35187
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035188commit 5e3b0bc19f07ed277d85324ad0427642c8981baf
35189Author: Haavard Skinnemoen <hskinnemoen@atmel.com>
35190Date: Wed Oct 25 15:48:59 2006 +0200
35191
35192 Finish up support for the ATSTK1000/ATSTK1002 boards
Ben Warrenb985b5d2006-10-26 14:38:25 -040035193
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035194 Add atstk1002_config target to Makefile and move the AVR32 section
35195 down below Blackfin so that it doesn't end up in the middle of
35196 MIPS.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035197
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035198 Drop the autogenerated linker script thing for now. Will have to
35199 revisit how to handle chips with different flash and RAM layout
35200 later.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035201
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035202 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
35203
35204commit c76f951a747cfb87ba826ef45b5aea82d5b5dbb4
35205Author: Kumar Gala <galak@kernel.crashing.org>
35206Date: Tue Oct 24 23:47:37 2006 -0500
35207
35208 Added support for Multi-Image files that contain a device tree
Ben Warrenb985b5d2006-10-26 14:38:25 -040035209
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035210 If a Multi-Image file contains a third image we try to use it as a
35211 device tree. The device tree image is assumed to be uncompressed in the
Wolfgang Denkf4eb5452007-01-07 00:13:11 +010035212 image file. We automatically allocate space for the device tree in memory
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035213 and provide an 8k pad to allow more than a reasonable amount of growth.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035214
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035215 Additionally, a device tree that was contained in flash will now automatically
35216 get copied to system memory as part of boot. Previously an error was
35217 reported if one tried to boot a device tree that was in flash.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035218
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035219 Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
35220
Wolfgang Denk4e53a252006-10-25 00:43:17 +020035221commit 7c52c4b943ff52bbe8796a7e2d3e476ceaf3f512
35222Author: Wolfgang Denk <wd@denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035223Date: Tue Oct 24 21:35:55 2006 +0200
Wolfgang Denkcf48eb92006-04-16 10:51:58 +020035224
Wolfgang Denk4e53a252006-10-25 00:43:17 +020035225 Switch to automatically generated CHANGELOG file.
35226 (use "make CHANGELOG" to update it from time to time)
Stefan Roeseaf9e1f52006-10-17 06:14:31 +020035227
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035228commit 7ade0c634a979c32fa91a74e8f5775f24651fbe6
35229Author: Stefan Roese <sr@denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035230Date: Tue Oct 24 18:06:48 2006 +0200
Wolfgang Denkcf48eb92006-04-16 10:51:58 +020035231
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035232 Fix bug in PPC440 NAND driver cpu/ppc4xx/ndfc.c
35233 Patch by Stefan Roese, 24 Oct 2006
Marian Balakowicz8318fbf2006-10-23 22:17:05 +020035234
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035235commit 8ae3b713b2286e0c3213b7802062e4c1599010de
35236Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035237Date: Tue Oct 24 17:24:55 2006 +0200
Stefan Roese7ade0c62006-10-24 18:06:48 +020035238
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035239 Merge with /home/wd/git/u-boot/master
Wolfgang Denkba999c52006-10-20 17:54:33 +020035240
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035241commit 47a6989c10685d2ab3efcf95228ce50d2a496d3e
35242Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035243Date: Tue Oct 24 15:32:57 2006 +0200
Wolfgang Denkf836e412006-10-20 16:12:14 +020035244
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035245 Code cleanup
Wolfgang Denkf6414712006-10-20 15:51:21 +020035246
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035247commit 3a78e3e75b633ecb6413114ffd11e2f000c4f11e
35248Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035249Date: Tue Oct 24 14:51:36 2006 +0200
Stefan Roese6a0766e2006-10-20 15:18:51 +020035250
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035251 Move atstk1000 files into vendor specific directory.
35252 Patch by Haavard Skinnemoen, 12 Sep 2006
Stefan Roeseedf0b542006-10-18 15:59:35 +020035253
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035254commit 6ccec4492e77428fd6eafd3dfe94fbdf08e91d37
35255Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035256Date: Tue Oct 24 14:42:37 2006 +0200
Wolfgang Denk3231ea62006-10-18 22:31:08 +020035257
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035258 Add ATSTK1000 and ATSTK1002 board support
35259 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035260
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035261 This patch adds support for the ATSTK1000 with the ATSTK1002 CPU
35262 daughterboard.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035263
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035264 ATSTK1000 is a full-featured development board for AT32AP CPUs. It
35265 has two ethernet ports, a high quality QVGA LCD panel, a loudspeaker,
35266 and connectors for USART, PS/2, VGA, USB, MMC/SD cards and
35267 CompactFlash cards. For more information, please see this page:
Ben Warrenb985b5d2006-10-26 14:38:25 -040035268
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035269 http://www.atmel.com/dyn/products/tools.asp?family_id=682
Ben Warrenb985b5d2006-10-26 14:38:25 -040035270
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035271 The ATSTK1002 is a daughterboard for the ATSTK1000 supporting the
35272 AT32AP7000 chip.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035273
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035274 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roesed7762332006-10-12 19:50:17 +020035275
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035276commit f93ae788c3640fcde5db383471d45548ff4060d0
35277Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035278Date: Tue Oct 24 14:31:24 2006 +0200
Stefan Roesee0a46552006-10-12 19:43:29 +020035279
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035280 Add common serial driver for Atmel AT32 and AT91 chips
35281 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035282
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035283 This is a first attempt at creating a common serial driver for Atmel
35284 chips. For now, it supports the AT32AP7000 AVR32 chip, but it should
35285 be possible to support AT91RM9200 and other ARM-based chips with some
35286 minor modifications.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035287
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035288 There's nothing fundamentally AVR32-specific in this driver, but it
35289 does use some features which are currently only defined for the
35290 AT32AP CPU port:
35291 * pm_get_clock_freq: Obtain the clock frequency of a given domain
35292 * gd->console_uart: A "struct device" containing information about
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035293 register mappings, gpio resources and clocks associated with the
35294 UART device.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035295
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035296 For more information about these features, please see the "AT32AP
35297 CPU" patch.
Wolfgang Denk87621bc2006-10-12 11:43:47 +020035298
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035299commit 72a087e04705c26cad982879ebd06b5281bf825a
35300Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035301Date: Tue Oct 24 14:27:35 2006 +0200
Stefan Roese5c34eee2006-10-12 07:04:24 +020035302
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035303 Add AT32AP CPU and AT32AP7000 SoC support
35304 Patch by Haavard Skinnemoen, 06 Sep 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035305
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035306 This patch adds support for the AT32AP CPU family and the AT32AP7000
35307 chip, which is the first chip implementing the AVR32 architecture.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035308
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035309 The AT32AP CPU core is a high-performance implementation featuring a
35310 7-stage pipeline, separate instruction- and data caches, and a MMU.
35311 For more information, please see the "AVR32 AP Technical Reference":
Ben Warrenb985b5d2006-10-26 14:38:25 -040035312
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035313 http://www.atmel.com/dyn/resources/prod_documents/doc32001.pdf
Ben Warrenb985b5d2006-10-26 14:38:25 -040035314
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035315 In addition to this, the AT32AP7000 chip comes with a large set of
35316 integrated peripherals, many of which are shared with the AT91 series
35317 of ARM-based microcontrollers from Atmel. Full data sheet is
35318 available here:
Ben Warrenb985b5d2006-10-26 14:38:25 -040035319
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035320 http://www.atmel.com/dyn/resources/prod_documents/doc32003.pdf
Ben Warrenb985b5d2006-10-26 14:38:25 -040035321
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035322 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roese752d6832006-10-11 16:57:01 +020035323
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035324commit 7b64fef33c66be648826c0ff9758298ef13d0604
35325Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035326Date: Tue Oct 24 14:21:16 2006 +0200
Stefan Roese2255b2d2006-10-10 12:36:02 +020035327
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035328 Add AVR32 architecture support
35329 Patch by Haavard Skinnemoen, 6 Sep 2006 16:23:02 +0200
Ben Warrenb985b5d2006-10-26 14:38:25 -040035330
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035331 This patch adds common infrastructure code for the Atmel AVR32
35332 architecture. See doc/README.AVR32 for details.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035333
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035334 Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
Stefan Roese1a1b7372006-10-09 12:55:38 +020035335
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035336commit 2da2d9a4766063b9848f3a35ad6025499cf87265
35337Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035338Date: Tue Oct 24 13:57:33 2006 +0200
Wolfgang Denkd262a922006-10-09 12:50:41 +020035339
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035340 Use -g instead of -gstabs in AFLAGS_DEBUG
35341 Patch by Haavard Skinnemoen, 30 Aug 2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035342
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035343 In config.mk, -Wa,-gstabs is unconditionally appended to AFLAGS no
35344 matter what the target's preferred debugging format is. This patch
35345 simply replaces -gstabs with -g, so that the default debugging format
35346 for the architecture is used.
Wolfgang Denkd82718f2006-10-09 01:26:14 +020035347
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035348commit 965829872169c2996023840d98e1d85ad148d629
35349Author: Wolfgang Denk <wd@pollux.denx.de>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035350Date: Tue Oct 24 13:55:18 2006 +0200
Wolfgang Denk1d92b2e2006-10-09 01:07:53 +020035351
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035352 Fix/workaround broken dependency handling with make 3.81
35353 Based on patch by Haavard Skinnemoen, 29 Aug 2006 11:20:39 +0200
Wolfgang Denk2b208f52006-10-09 01:02:05 +020035354
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035355commit 8318fbf8cc30418b621ea9f39b84b4c1a08f003a
35356Author: Marian Balakowicz <m8@semihalf.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035357Date: Mon Oct 23 22:17:05 2006 +0200
Wolfgang Denk511d0c72006-10-09 00:42:01 +020035358
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035359 Fix sequoia separate object direcory building problems.
Wolfgang Denk8d4ac792006-10-09 00:35:30 +020035360
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035361commit 3dfa9cfdcee78b30da3432318b32821ffabe974b
35362Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035363Date: Fri Oct 20 17:16:35 2006 -0500
Wolfgang Denkac611702006-09-20 23:47:49 +020035364
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035365 Use generic I2C register block on 85xx and 86xx.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035366
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035367 Replace private IMMAP I2C structures with generic reg block
35368 and allow 86xx to have multiple I2C device busses.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035369
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035370 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowicz72997122006-10-03 20:28:38 +020035371
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035372commit f5012827df11ca0c9be1df5f8b153e188dc2fa7c
35373Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035374Date: Fri Oct 20 15:54:34 2006 -0500
Stefan Roese56fb6ba2006-10-04 07:12:49 +020035375
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035376 Fix compilation warnings on a few 85xx boards.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035377
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035378 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roesed3733252006-10-04 07:12:27 +020035379
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035380commit 2047672684cf85cb6f96a1fbc993180aaaf19a99
35381Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035382Date: Fri Oct 20 15:50:15 2006 -0500
Wolfgang Denkaeec7822006-09-13 10:47:05 +020035383
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035384 Converted all 85xx boards to use a common FSL I2C driver.
35385 Introduced COFIG_FSL_I2C to select the common FSL I2C driver.
35386 And removed hard i2c path from a few u-boot.lds scipts too.
35387 Minor whitespace cleanups along the way.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035388
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035389 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd214fbb2006-09-13 10:29:32 +020035390
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035391commit 4d45f69e362b05892c9e92a7907e5820995612aa
35392Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035393Date: Thu Oct 19 12:02:24 2006 -0500
Stefan Roese854bc8d2006-09-13 13:51:58 +020035394
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035395 Rewrite a series of goto statements as a sequences of
35396 conditional expressions instead.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035397
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035398 Use consistent return code 0/-1 for good/bad indicators.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035399
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035400 Include one fewer file if the driver isn't used at all.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035401
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035402 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roesed12ae802006-09-12 20:19:10 +020035403
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035404commit 7237c033b02fe295880435f1eb80819a0c987532
35405Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035406Date: Thu Oct 19 11:02:16 2006 -0500
Stefan Roesea73c8db2006-09-12 08:49:07 +020035407
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035408 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c
Ben Warrenb985b5d2006-10-26 14:38:25 -040035409
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035410 in an effort to begin to unify the umpteen FSL I2C drivers that
35411 are all otherwise very similar.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035412
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035413 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka87d46f2006-09-13 10:23:06 +020035414
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035415commit 13a7fcdf37f6ea9429ae04c9df67f893364cfe4b
35416Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035417Date: Thu Oct 19 11:33:52 2006 -0500
Marian Balakowiczbaf31242006-09-07 17:25:40 +020035418
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035419 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrenb985b5d2006-10-26 14:38:25 -040035420
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035421 Signed-off-by: Matthew McClintock <msm@freescale.com>
Marian Balakowicz5e090542006-09-07 12:12:20 +020035422
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035423commit af9e1f5b9e6f9ce810f5e8bf2961c9542a5865c2
35424Author: Stefan Roese <sr@denx.de>
35425Date: Tue Oct 17 06:14:31 2006 +0200
35426
35427 Add monitor functions for indirect access to PPC440 DCR's
35428 Patch by Leonid Baryudin, 12 Oct 2006
35429
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035430commit 5f3249a0a168e446a4cc9669b2bce0bc456f0a09
35431Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035432Date: Fri Oct 13 16:47:53 2006 -0500
Marian Balakowicz4f0645e2006-09-07 12:05:53 +020035433
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035434 Fixed leading whitespace issues.
35435 Removed spurious LAWAR thing.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035436
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035437 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese2d658962006-09-07 13:09:53 +020035438
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035439commit 0ee90cb77e01d6e8ccd37e1bd96678597875c391
35440Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035441Date: Thu Oct 12 10:42:36 2006 -0500
Stefan Roeseefa20582006-09-07 12:48:49 +020035442
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035443 Remove unneeded include files and local variable.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035444
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035445 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese8cacfb82006-09-07 12:23:02 +020035446
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035447commit 1eaf3a5ff4960a46f3a9063568ba2af7883f07c5
35448Author: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035449Date: Tue Oct 10 00:23:32 2006 -0600
Stefan Roese887e2ec2006-09-07 11:51:23 +020035450
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035451 Fix possible uninitialized variable compiler warning.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035452
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035453 When CONFIG_OF_FLAG_TREE is set, the compiler complains that 'len' in
35454 do_bootm_linux() may be uninitialized. There is no possibility in the
35455 current code that len will get used uninitialized, but this fix follows
35456 the existing convention of setting both len and data to zero at the same
35457 time.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035458
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035459 Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Wolfgang Denk0dab03b2006-09-06 23:29:15 +020035460
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035461commit 7376eb87aaa601f728f9b8e5e9cd2711a67f529e
35462Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035463Date: Wed Oct 11 15:13:01 2006 -0500
Wolfgang Denkf60ba0d2006-09-04 02:01:27 +020035464
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035465 * Fix a bunch of compiler warnings for gcc 4.0
Ben Warrenb985b5d2006-10-26 14:38:25 -040035466
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035467 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk6741ae92006-09-04 01:03:57 +020035468
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035469commit bf651baa365e5447246aad6a633ccd667cf24a39
35470Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035471Date: Wed Oct 11 10:10:43 2006 -0500
Marian Balakowiczf9328632006-09-01 19:49:50 +020035472
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035473 Move "ar" flags to config.mk to allow for silent "make -s"
Marian Balakowicz24d3d372006-09-01 19:47:42 +020035474
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035475commit 1fd5699a4a24f5c1dab1b32f480bace1ebb9fc3e
35476Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035477Date: Tue Oct 10 17:19:03 2006 -0500
Marian Balakowicz66080432006-09-01 19:46:22 +020035478
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035479 Coding style changes to remove local varible blocks
35480 and reformat a bit nicer.
Marian Balakowicz4c15ef52006-09-01 19:44:05 +020035481
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035482commit 8b283dbb3a08d1b8d406bc15f119e081b3e2606a
35483Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035484Date: Tue Oct 10 17:16:04 2006 -0500
Wolfgang Denk360b4102006-09-03 18:17:46 +020035485
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035486 Fix whitespace issues.
Detlev Zundel2c051652006-09-01 15:39:02 +020035487
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035488commit 7b382b7125f2397cce63253df62f183e3dfa2770
35489Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035490Date: Tue Oct 10 17:14:45 2006 -0500
Detlev Zundel2c051652006-09-01 15:39:02 +020035491
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035492 Fix whitespace issues.
Detlev Zundel2c051652006-09-01 15:39:02 +020035493
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035494commit e10390ddd736b0dad1528eec4b0fe35c0827139a
35495Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035496Date: Tue Oct 10 17:06:53 2006 -0500
Detlev Zundel2c051652006-09-01 15:39:02 +020035497
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035498 Fix whitespace issues.
Wolfgang Denk7d0432c2006-08-31 16:46:53 +020035499
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035500commit 89875e96ba3f023157bf50d5f8e33bf254964a76
35501Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035502Date: Tue Oct 10 17:03:43 2006 -0500
Wolfgang Denke8143e72006-08-30 23:09:00 +020035503
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035504 Ran lindent and cleaned up whitespace issues.
35505 Format for 80-columns too.
Wolfgang Denk0fd30252006-08-30 23:02:10 +020035506
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035507commit 333961ae7095fc66d8a041fce1ac9ee873b09d86
35508Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035509Date: Tue Oct 10 17:02:22 2006 -0500
Stefan Roese2b393b02006-08-29 08:05:15 +020035510
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035511 Fix whitespace and 80-col issues.
Stefan Roesef5577aa2006-08-29 08:04:32 +020035512
Wolfgang Denk8d9a8612006-11-30 01:54:07 +010035513commit 5c912cb1c31266c66ca59b36f9b6f87296421d75
35514Author: Stefan Roese <sr@denx.de>
35515Date: Sat Oct 7 11:36:51 2006 +0200
35516
35517 CFG_NAND_QUIET_TEST added to not warn upon missing NAND device
35518 Patch by Stefan Roese, 07 Oct 2006
35519
35520commit 5bc528fa4da751d472397b308137238a6465afd2
35521Author: Stefan Roese <sr@denx.de>
35522Date: Sat Oct 7 11:35:25 2006 +0200
35523
35524 Update ALPR code (NAND support working now)
35525 Patch by Stefan Roese, 07 Oct 2006
35526
35527commit 77d5034847d328753b80c46b83f960a14a26f40e
35528Author: Stefan Roese <sr@denx.de>
35529Date: Sat Oct 7 11:33:03 2006 +0200
35530
35531 Remove compile warnings in fpga code
35532 Patch by Stefan Roese, 07 Oct 2006
35533
35534commit f3443867e90d2979a7dd1c65b0d537777e1f9850
35535Author: Stefan Roese <sr@denx.de>
35536Date: Sat Oct 7 11:30:52 2006 +0200
35537
35538 Add CONFIG_BOARD_RESET to configure board specific reset function
35539 Patch by Stefan Roese, 07 Oct 2006
35540
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035541commit f55df18187e7a45cb73fec4370d12135e6691ae1
35542Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035543Date: Fri Sep 29 08:23:12 2006 +0100
Wolfgang Denk21a9cc02006-08-29 10:49:11 +020035544
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035545 Fix missing tCycle/modfreq calculation.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035546
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035547 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denk16850912006-08-27 18:10:01 +020035548
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035549commit 8272dc2f58f2473d8995fcc9b916440cfba080f0
35550Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035551Date: Wed Sep 13 10:33:35 2006 -0500
Wolfgang Denk113f64e2006-08-25 01:38:04 +020035552
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035553 Updated config headers to add default FDT-based booting
Bartlomiej Siekaddde6b72006-08-22 10:38:18 +020035554
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035555commit 09f3e09e9ebcfa7919ca8931a4b5504fadd1f1d3
35556Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035557Date: Wed Sep 13 10:34:18 2006 -0500
Wolfgang Denked1cf842006-08-24 00:26:42 +020035558
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035559 Add support for eTSEC 3 & 4 on 8548 CDS
Ben Warrenb985b5d2006-10-26 14:38:25 -040035560
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035561 * Added support for using eTSEC 3 and eTSEC 4 on the 8548 CDS.
35562 This will only work on rev 1.3 boards (but doesn't break older boards)
35563 * Cleaned up some comments to reflect the expanded role of tsec
35564 in other systems
Marian Balakowicz6d3bc9b2006-08-18 19:14:46 +020035565
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035566commit 084d648b109c8984f83674043c1a7fa3885ef801
35567Author: Andy Fleming <afleming@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035568Date: Wed Sep 13 10:33:56 2006 -0500
Rafal Jaworowski6fe16a82006-08-18 10:39:11 +020035569
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035570 Added code to support 2.6.18 PCI changes in u-boot
Ben Warrenb985b5d2006-10-26 14:38:25 -040035571
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035572 * Added code to swizzle the IRQ map for the PCI
Wolfgang Denk94568b62006-08-14 23:23:06 +020035573
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035574commit afbdc649f8751e4f4f1a6f527edfe139773f2c15
35575Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035576Date: Tue Sep 19 09:34:10 2006 -0500
Wolfgang Denk2f6fa462006-08-14 23:17:47 +020035577
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035578 Modified makefile for new build mechanism.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035579
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035580 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkddd5d9d2006-08-14 22:43:13 +020035581
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035582commit d14ba6a798beb753e7a864500414fcc2d198b8bc
35583Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035584Date: Thu Sep 14 08:40:36 2006 -0500
Wolfgang Denk80f0c0f2006-08-14 22:05:26 +020035585
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035586 Handle 86xx SVR values according to the new Reference Manual.
35587 Both 8641 and 8641D have SVR == 0x8090, and are distinguished
35588 by the byte in bits 16-23 instead.
35589 Thanks to Jason Jin for noticing.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035590
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035591 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd689e342006-08-14 21:18:21 +020035592
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035593commit 88c8f4921fc47fb0eb2384b16586f1bd7f275be7
35594Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035595Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denk0a0f3a42006-08-17 10:48:36 +020035596
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035597 Fixed an OF-tree off-by-one bug when adding a new property name.
35598 This bug will cause the kernel booting to pause a long time.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035599
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035600 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
35601 (cherry picked from 2f15776ccc6dc32377d8ba9652b8f58059c27c6d commit)
Wolfgang Denk6183bb92006-08-17 00:50:26 +020035602
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035603commit 9bff7a69a885adebbd2bd45990494ec4cf998a30
35604Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035605Date: Tue Aug 29 11:05:09 2006 -0500
Wolfgang Denk463764c2006-08-17 00:36:51 +020035606
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035607 Remove trailing empty lines.
Stefan Roesed8f961b2006-08-07 15:08:44 +020035608
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035609commit cd6d73d5b895a5935ac4fde0a356288142a584e0
35610Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035611Date: Tue Aug 29 09:48:49 2006 -0500
Stefan Roese4f92ed52006-08-07 14:33:32 +020035612
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035613 Remove bogus msync and use volatile asm.
Stefan Roese9ede3cc2006-08-07 14:31:21 +020035614
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035615commit 778d45049ce5927b65b3ff1d8e6692b654bdd49e
35616Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035617Date: Tue Aug 29 08:17:14 2006 -0500
Stefan Roesee3354962006-08-07 14:29:04 +020035618
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035619 Add myself as maintainer for MPC8641HPCN.
Rafal Jaworowski36b904a2006-08-11 12:35:52 +020035620
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035621commit 2f15776ccc6dc32377d8ba9652b8f58059c27c6d
35622Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035623Date: Mon Aug 28 14:25:31 2006 +0800
Wolfgang Denkd8519dc2006-08-11 17:33:42 +020035624
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035625 Fixed an OF-tree off-by-one bug when adding a new property name.
35626 This bug will cause the kernel booting to pause a long time.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035627
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035628 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk015c2002006-08-11 17:29:38 +020035629
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035630commit 5567806b67d0ae83493aa8823ad3b6c914f581d7
35631Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035632Date: Fri Aug 25 14:38:34 2006 -0400
Rafal Jaworowski692519b2006-08-10 12:43:17 +020035633
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035634 Change ramdiskaddr and dtbaddr
35635 Remove PEX fluff commands.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035636
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035637 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
35638 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denka3d91812006-08-10 01:58:22 +020035639
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035640commit b2b78421d9db49c21a821af8a19c21c1f7dfb29e
35641Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035642Date: Wed Aug 23 13:32:45 2006 -0500
Bartlomiej Siekae51aae32006-08-03 23:20:13 +020035643
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035644 * Another small fix for booting with disable_of
Ben Warrenb985b5d2006-10-26 14:38:25 -040035645
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035646 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk6587f7e2006-08-07 20:28:05 +020035647
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035648commit 4a7cc0f21918e6ecf07ed57075d67df2c4a1299c
35649Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035650Date: Wed Aug 23 11:04:43 2006 -0500
Stefan Roesea2c95a72006-07-28 18:34:58 +020035651
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035652 Cleanup and lindent new AHCI driver.
Stefan Roese193dd952006-07-27 16:14:05 +020035653
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035654commit dabf9ef8c10b4dead5ef2106ef742b1c06b542de
35655Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035656Date: Wed Aug 23 19:15:12 2006 +0800
Stefan Roese3ca91222006-07-27 16:11:19 +020035657
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035658 Add AHCI define and sata support for MPC8641HPCN board.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035659
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035660 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denk4c4aca82006-07-26 10:33:37 +020035661
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035662commit 4782ac80b02f0d01afd309e2200dd3c7037f2ba4
35663Author: Jin Zhengxiong <jason@bus.ap.freescale.net>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035664Date: Wed Aug 23 19:10:44 2006 +0800
Wolfgang Denk4819fad2006-07-23 22:40:51 +020035665
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035666 Add AHCI support to u-boot
Ben Warrenb985b5d2006-10-26 14:38:25 -040035667
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035668 Add AHCI support in u-boot, enable the sata disk controllers which
35669 following the AHCI protocol.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035670
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035671 Signed-off-by:Jason Jin<jason.jin@freescale.com>
Wolfgang Denkfd279962006-07-22 21:45:49 +020035672
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035673commit d8ea2acf5f137cae99417df4f573d036ee384668
35674Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035675Date: Wed Aug 23 17:54:32 2006 +0800
Wolfgang Denk135ae002006-07-22 01:20:03 +020035676
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035677 Add dtb boot-up parameter to default boot commands.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035678
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035679 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk966083e2006-07-21 15:24:56 +020035680
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035681commit b93775c2036b99baa390ea425c4771895bbc63c4
35682Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035683Date: Tue Aug 22 18:26:08 2006 -0500
Wolfgang Denk144f7792006-07-21 15:21:40 +020035684
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035685 Cleanup even more poorly introduced whitespace.
Wolfgang Denkb9365a22006-07-21 11:56:05 +020035686
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035687commit ae6241685cbcf0c79a3636530d2ceab1fb291a94
35688Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035689Date: Tue Aug 22 18:07:00 2006 -0500
Wolfgang Denk87a5c732006-07-21 11:38:33 +020035690
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035691 Cleanup more poorly introduced whitespace.
Wolfgang Denk029b6dc2006-07-21 11:37:40 +020035692
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035693commit 2c33e8a1c535b3ae91cf0b284480600bf3f57c57
35694Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035695Date: Tue Aug 22 17:54:05 2006 -0500
Wolfgang Denkb9365a22006-07-21 11:56:05 +020035696
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035697 Cleanup poorly introduced whitespace.
Wolfgang Denkb9365a22006-07-21 11:56:05 +020035698
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035699commit 80e955c7dd98f4b4fd23c2113caf75ed2b77b5b3
35700Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035701Date: Tue Aug 22 12:25:27 2006 -0500
Wolfgang Denkb9365a22006-07-21 11:56:05 +020035702
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035703 General indent and whitespace cleanups.
Wolfgang Denke6446702006-07-21 11:30:18 +020035704
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035705commit ffff3ae56f5842ca3679e4ce7922b819a87aad9f
35706Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035707Date: Tue Aug 22 12:06:18 2006 -0500
Wolfgang Denk53dd6ce2006-07-21 11:29:20 +020035708
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035709 General indent and whitespace cleanups.
Wolfgang Denk0352f172006-07-21 11:24:47 +020035710
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035711commit 41a0e8b304d3ff55fe27a230507aac79684016ac
35712Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035713Date: Tue Aug 22 10:42:21 2006 -0500
Wolfgang Denk311d8022006-07-21 11:20:46 +020035714
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035715 Cleanup compiler warnings.
Wolfgang Denk5078cce2006-07-21 11:16:34 +020035716
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035717commit 5de62c47a8628b3da4d73f7c07027f32a3342d40
35718Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035719Date: Tue Aug 22 09:31:59 2006 -0500
Wolfgang Denk5078cce2006-07-21 11:16:34 +020035720
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035721 Fix disable_of booting
Ben Warrenb985b5d2006-10-26 14:38:25 -040035722
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035723 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denk978b1092006-07-19 18:01:38 +020035724
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035725commit 87a449c8ac396420cb24260f717ea9e6faa82047
35726Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035727Date: Tue Aug 22 09:23:55 2006 -0500
Wolfgang Denk45a212c2006-07-19 17:52:30 +020035728
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035729 Support for FDT in uImage format, error when using FDT from flash
Ben Warrenb985b5d2006-10-26 14:38:25 -040035730
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035731 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkbd3143f2006-07-19 14:49:35 +020035732
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035733commit 75c299c38369d01addd5e054b8a16217b70f4a86
35734Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035735Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denkedd0b502006-07-19 14:44:03 +020035736
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035737 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denkc786f422006-07-19 14:40:43 +020035738
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035739commit 67256678f00c09b0a7f19e862e5c1847553d31bc
35740Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035741Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkd053ce62006-07-19 14:23:12 +020035742
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035743 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denk89366012006-07-19 14:16:38 +020035744
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035745commit 1c8f6d8fb028f156094d05f2d14298e6479364ac
35746Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035747Date: Tue Aug 15 15:12:55 2006 -0400
Wolfgang Denk5a3dfef2006-07-19 14:13:02 +020035748
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035749 Unlock cache before kernel starts up for MPC86xx
Wolfgang Denk0de7fa52006-07-19 14:07:21 +020035750
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035751commit 0d9ccc55edf9a7f3c5b2b6263580a6ea8d702a04
35752Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035753Date: Tue Aug 15 15:13:15 2006 -0400
Wolfgang Denkb87dfd22006-07-19 13:50:38 +020035754
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035755 Copy Global Data Pointer to r29 for DECLARE_GLOBAL_DATA_PTR
Wolfgang Denkf3e06df2006-07-18 17:44:19 +020035756
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035757commit 86c8e17f25e972a7e272950a0735fad84e082b88
35758Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035759Date: Wed Aug 16 13:59:47 2006 -0500
Bartlomiej Siekaf88a0ae2006-07-13 15:32:16 +020035760
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035761 * Fix disable_of booting
Ben Warrenb985b5d2006-10-26 14:38:25 -040035762
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035763 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkdbba3992006-07-13 22:32:45 +020035764
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035765commit 25c751e9adc86e22fe3b5b47cf2806379b575db7
35766Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035767Date: Wed Aug 16 10:54:09 2006 -0500
Wolfgang Denkdbba3992006-07-13 22:32:45 +020035768
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035769 * Support for FDT in uImage format, error when using FDT from flash
Ben Warrenb985b5d2006-10-26 14:38:25 -040035770
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035771 Signed-off-by: Matthew McClintock <msm@freescale.com>
Wolfgang Denkb87dfd22006-07-19 13:50:38 +020035772
Wolfgang Denk8d9a8612006-11-30 01:54:07 +010035773commit 899620c2d66d4eef3b2a0034d062e71d45d886c9
35774Author: Stefan Roese <sr@denx.de>
35775Date: Tue Aug 15 14:22:35 2006 +0200
35776
35777 Add initial support for the ALPR board from Prodrive
35778 NAND needs some additional testing
35779 Patch by Heiko Schocher, 15 Aug 2006
35780
35781commit f0ff4692ff3372dec55074a8eb444943ab095abb
35782Author: Stefan Roese <sr@denx.de>
35783Date: Tue Aug 15 14:15:51 2006 +0200
35784
35785 Add FPGA Altera Cyclone 2 support
35786 Patch by Heiko Schocher, 15 Aug 2006
35787
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035788commit fecf1c7e4de1b2779edc18742b91c22bdc32b68b
35789Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035790Date: Mon Aug 14 15:33:38 2006 -0500
Wolfgang Denk87791f32006-07-11 00:23:54 +020035791
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035792 Fix BAT0 to actually be cacheable, non-guarded as documented.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035793
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035794 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk985b9502006-07-10 23:22:43 +020035795
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035796commit 40bc83559db5745681909fd7382ae509567e116d
35797Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035798Date: Wed Aug 9 15:32:16 2006 -0500
Wolfgang Denk9d407992006-07-10 23:07:28 +020035799
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035800 Removed MPC8641HPCN DTS source file from build.
35801 It is no longer linked into U-Boot; its sources are
35802 now located in the kernel tree.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035803
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035804 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowiczedd6cf22006-07-06 21:17:24 +020035805
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035806commit 34c3c0e01dbf1f8cc2bd08de92f2b89ba84921eb
35807Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035808Date: Wed Jun 28 10:47:03 2006 -0500
Wolfgang Denkcaaeaf92006-07-05 10:42:14 +020035809
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035810 * Switched default PCI speed for 8540 ADS back to 33MHz
Ben Warrenb985b5d2006-10-26 14:38:25 -040035811
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035812 * Added comments and a printf to warn that PCI-X won't
35813 work at 33MHz
35814 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035815
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035816 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczce05de22006-07-04 08:47:23 +020035817
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035818commit b6c5e1373b6ea0bb37a18e4aeecec00613d1cd39
35819Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035820Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowiczd19206b2006-07-04 01:27:46 +020035821
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035822 * Fixed a bug where 8555 PCI code used the old variable and function names Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035823
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035824 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczfbb0b552006-07-04 00:55:47 +020035825
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035826commit bf1dfffd8c26f8ecdd630a0ae4c834e751e4e452
35827Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035828Date: Wed Jun 28 10:46:13 2006 -0500
Marian Balakowiczfe84b482006-07-03 23:42:36 +020035829
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035830 * Added VIA configuration table
Ben Warrenb985b5d2006-10-26 14:38:25 -040035831
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035832 * Added support for PCI2 on CDS
35833 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035834
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035835 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczbba68372006-06-30 18:35:04 +020035836
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035837commit c88f9fe66b64247e5b6a38410ba315ca25596d16
35838Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035839Date: Wed Jun 28 10:45:41 2006 -0500
Marian Balakowicz971a5dd2006-06-30 18:23:06 +020035840
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035841 * Fixed PCI memory definitions Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035842
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035843 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk3f7a63e2006-06-30 20:16:37 +020035844
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035845commit 97074ed9655309b64231bc2cee69fe85399f8055
35846Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035847Date: Wed Jun 28 10:45:17 2006 -0500
Wolfgang Denk3f7a63e2006-06-30 20:16:37 +020035848
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035849 * Added support for initializing second PCI bus on 85xx Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035850
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035851 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denka63c31c2006-06-26 10:54:52 +020035852
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035853commit f0e6f57f71b3c4fdd13028eb03c3f3e91926dda2
35854Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035855Date: Wed Jun 28 10:44:49 2006 -0500
Heiko Schochercb0fdf32006-05-03 08:34:03 +020035856
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035857 * Added PCI-X #defines for PCI-X initialization Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035858
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035859 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denkf73e73b2006-06-20 00:12:59 +020035860
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035861commit a4e11558b810ef2cddffdf7b9d86bc1130441960
35862Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035863Date: Wed Jun 28 10:44:23 2006 -0500
Wolfgang Denkb87dfd22006-07-19 13:50:38 +020035864
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035865 * Made sure the code which disables prefetch for PCI devices sets the size of the prefetch region to 0 Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035866
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035867 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk0c32d962006-06-16 17:32:31 +020035868
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035869commit 0e16387db1d4aacd5bf35cb6d7c1942765c0347b
35870Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035871Date: Wed Jun 28 10:43:36 2006 -0500
Wolfgang Denkc12cffc2006-06-16 17:04:45 +020035872
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035873 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards Patch by Jon Loeliger 17-Jan-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040035874
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035875 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkc12cffc2006-06-16 17:04:45 +020035876
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035877commit 855e6fb073f9d04fe4a7f06c107ecbac6344ddd4
35878Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035879Date: Wed Jun 28 10:43:00 2006 -0500
Wolfgang Denkb87dfd22006-07-19 13:50:38 +020035880
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035881 * Removed the oftree.dts for stxxtx in light of the changes to the flat device tree handling code Patch by Matthew McClintock 26-June-2006
Wolfgang Denk10af6d52006-06-16 16:53:06 +020035882
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035883commit 5498d90312aad9f6bdbf047986027c35b03cd163
35884Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035885Date: Wed Jun 28 10:42:24 2006 -0500
Wolfgang Denk14d9ab32006-06-16 16:50:42 +020035886
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035887 * Patch to modify ft_build.c to update flat device trees in place Patch by Matthew McClintock 26-June-2006
Wolfgang Denk1ac7e172006-06-16 16:43:33 +020035888
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035889commit 0267768eddc5ca7bc1865bc40c866829ac5efbfe
35890Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035891Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +020035892
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035893 * Modify bootm command to support booting with flat device trees Patch by Matthew McClintock 26-June-2006
Wolfgang Denkbc8bb6d2006-06-16 16:40:54 +020035894
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035895commit 8fc8bd2cc479b6cd188fdede4010e0e052970b8a
35896Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035897Date: Wed Aug 9 14:33:50 2006 +0100
Wolfgang Denkcebd1fc2006-06-16 16:14:28 +020035898
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035899 Add Rapidio support for the MPC8641HPCN
Ben Warrenb985b5d2006-10-26 14:38:25 -040035900
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035901 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denkcd65a3d2006-06-16 16:11:34 +020035902
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035903commit 91a414c7d1fb0eac912592cd995b30c9f23045c9
35904Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035905Date: Tue Aug 8 11:32:43 2006 +0100
Wolfgang Denk4bdb53c2006-06-16 15:56:12 +020035906
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035907 Fix caslat calculation
Ben Warrenb985b5d2006-10-26 14:38:25 -040035908
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035909 Signed-off-by: John Traill <john.traill@freescale.com>
Wolfgang Denkb9fff8e2006-06-16 15:52:58 +020035910
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035911commit 709d3073e74153278e7904a70819bbef7df50e1a
35912Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035913Date: Thu Aug 3 16:17:56 2006 -0500
Wolfgang Denk3e9a2992006-06-16 15:47:05 +020035914
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035915 Convert to mac-address in ethernet nodes.
Wolfgang Denke00f41e2006-06-16 15:45:03 +020035916
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035917commit 71748af833ca1017edf1415be376366ff2937d17
35918Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035919Date: Fri Jul 28 12:41:35 2006 -0400
Wolfgang Denk33322402006-06-16 15:40:48 +020035920
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035921 Correct the irq value of DUART2
Wolfgang Denk9e18a4b2006-06-14 16:48:18 +020035922
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035923commit 9cb3e8816ae4d854e7dc22128c3eea3d70bb982c
35924Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035925Date: Fri Jul 28 12:41:41 2006 -0400
Stefan Roesedf02bd12006-06-14 10:18:39 +020035926
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035927 Change the space size of PEX IO in README
Stefan Roeseed4633c2006-06-13 18:55:07 +020035928
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035929commit 239db37c94f7a92941c4465feceb867c609241c5
35930Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035931Date: Fri Jul 28 12:41:18 2006 -0400
Heiko Schocher9acb6262006-04-20 08:42:42 +020035932
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035933 Move get_board_sys_clk to board directory
Scott McNutt9cc83372006-06-08 13:37:39 -040035934
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035935commit 492900b985439fbce1a118afde1e35def870db03
35936Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035937Date: Fri Jul 28 09:03:54 2006 +0100
Scott McNutt1f6ce8f2006-06-08 12:08:12 -040035938
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035939 Fix 8641HPCN pollution
Scott McNutt3d22d0b2006-06-08 12:03:21 -040035940
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035941commit 515ab8a62e8574e2babc6e8dcc43544ad221c5b2
35942Author: John Traill <john.traill@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035943Date: Fri Jul 28 08:16:06 2006 +0100
Scott McNuttc2ced002006-06-08 11:59:57 -040035944
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035945 Fix 8641HPCN timebase
Wolfgang Denk5d7022b2006-06-09 21:19:21 +020035946
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035947commit c86360b830f1eecd7a72208575dde4f57879faea
35948Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035949Date: Fri Jul 28 00:01:34 2006 +0800
Wolfgang Denke461a242006-06-07 11:36:02 +020035950
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035951 Fixed OF device tree of mpc86xxhpcn board.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035952
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035953 The changes works in with kernel irq mapping rework.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035954
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035955 Signed-off-by: Zhang Wei <wei.zhang@freescale.com>
Stefan Roese4526c872006-06-06 10:59:12 +020035956
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035957commit bea3f28d285942bf3f7ab339ce85178ded544225
35958Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035959Date: Wed Jul 12 10:48:05 2006 -0400
Wolfgang Denk2fd9eb52006-06-02 17:04:21 +020035960
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035961 Add support for reading and writing mac addresses to or from ID EEPROM.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035962
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035963 Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
35964 With attached patch, we can use command "mac/mac read/mac save/"
35965 to read and write EEPROM under u-boot prompt.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035966
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035967 U-boot will calculate the checksum of EEPROM while bootup,
35968 if it is right, then u-boot will check whether the mac address
35969 of eTSEC0/1/2/3 is availalbe (non-zero).
Ben Warrenb985b5d2006-10-26 14:38:25 -040035970
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035971 If there is mac address availabe in EEPROM, u-boot will use it,
35972 otherewise, u-boot will use the mac address defined in
35973 MPC8641HPCN.h. This matches the requirement to set unique mac address
35974 for each TSEC port.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035975
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035976 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
35977 Signed-off-by: York Sun <yorksun@freescale.com>
Wolfgang Denk2fd9eb52006-06-02 17:04:21 +020035978
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035979commit fcb28e763415e0e4e66b0f45842d1557ae198e5e
35980Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035981Date: Thu Jul 13 10:35:10 2006 -0500
Wolfgang Denk62b8f542006-06-02 11:46:20 +020035982
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035983 Fixed initrd issue by define big RAM
Ben Warrenb985b5d2006-10-26 14:38:25 -040035984
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035985 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk392c2522006-05-30 23:32:44 +020035986
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035987commit e6cd2a1785d74ec3d30a86f1cb360be8de478151
35988Author: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035989Date: Fri Jul 7 10:01:45 2006 -0500
Wolfgang Denkb9b24802006-05-30 17:45:30 +020035990
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035991 We made a u-boot patch to fix the hang up issue
35992 when booting filesystem from ramdisk.
Ben Warrenb985b5d2006-10-26 14:38:25 -040035993
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035994 Signed-off-by:Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkba94a1b2006-05-30 15:56:48 +020035995
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020035996commit 38433ccc5850ee70549af0b2bc5b920355ef5388
35997Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020035998Date: Wed Jun 28 10:47:03 2006 -0500
Stefan Roese5770a1e2006-05-18 19:21:53 +020035999
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036000 * Switched default PCI speed for 8540 ADS back to 33MHz
36001 * Added comments and a printf to warn that PCI-X won't
36002 work at 33MHz
36003 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036004
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036005 Signed-off-by: Andy Fleming <afleming@freescale.com>
Marian Balakowiczb62fa912006-05-17 12:18:48 +020036006
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036007commit e4c2a0eb0c3e3ffbf824800184ee42bdc99d5b19
36008Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036009Date: Wed Jun 28 10:46:35 2006 -0500
Marian Balakowicz27333f82006-05-17 12:16:26 +020036010
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036011 * Fixed a bug where 8555 PCI code used the old variable and
36012 function names
36013 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036014
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036015 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese56ced702006-05-15 15:11:20 +020036016
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036017commit cbfc7ce756b88eb26e5537bc7b625c445c6dcfac
36018Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036019Date: Wed Jun 28 10:46:13 2006 -0500
Wolfgang Denk65165252006-05-15 13:52:51 +020036020
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036021 * Added VIA configuration table
36022 * Added support for PCI2 on CDS
36023 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036024
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036025 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk8cba0902006-05-12 16:15:46 +020036026
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036027commit 52c7a68b8d587ebcf5a6b051b58b3d3ffa377ddc
36028Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036029Date: Wed Jun 28 10:45:41 2006 -0500
Wolfgang Denk977b50f2006-05-10 17:43:20 +020036030
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036031 * Fixed PCI memory definitions
36032 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036033
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036034 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese278bc4b2006-05-10 15:06:58 +020036035
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036036commit 087454609e47295443af793a282cddcd91a5f49c
36037Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036038Date: Wed Jun 28 10:45:17 2006 -0500
Stefan Roesef90a3922006-05-10 15:01:40 +020036039
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036040 * Added support for initializing second PCI bus on 85xx
36041 Patch by Andy Fleming 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036042
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036043 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese512f8d52006-05-10 14:10:41 +020036044
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036045commit b636aaeb6fd516a442fb611bbeeddf3077a687fb
36046Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036047Date: Wed Jun 28 10:44:49 2006 -0500
Stefan Roesed1dd22f2006-05-10 11:49:37 +020036048
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036049 * Added PCI-X #defines for PCI-X initialization
36050 Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036051
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036052 Signed-off-by: Andy Fleming <afleming@freescale.com>
Stefan Roese77f63342006-05-10 11:28:48 +020036053
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036054commit 20abbc6fffa115690107cc942c7abf84bdc03a1b
36055Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036056Date: Wed Jun 28 10:44:23 2006 -0500
Stefan Roese6080a0e2006-05-10 10:55:16 +020036057
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036058 * Made sure the code which disables prefetch for PCI devices
36059 sets the size of the prefetch region to 0
36060 Patch by Andy Fleming on 17-Mar-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036061
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036062 Signed-off-by: Andy Fleming <afleming@freescale.com>
Wolfgang Denk4af099b2006-05-09 13:49:12 +020036063
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036064commit 40d5fa35d02df22580593bf0039ab173367e8ef0
36065Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036066Date: Wed Jun 28 10:43:36 2006 -0500
Marian Balakowicz78b123c2006-05-09 11:54:44 +020036067
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036068 * Add Flat Dev Tree construction for MPC85xx ADS and CDS boards
36069 Patch by Jon Loeliger 17-Jan-2006
Ben Warrenb985b5d2006-10-26 14:38:25 -040036070
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036071 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Marian Balakowicz6f5155a2006-05-09 11:51:51 +020036072
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036073commit be7e8b0cb5a0c49dc180075b96df296a893bf146
36074Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036075Date: Wed Jun 28 10:43:00 2006 -0500
Marian Balakowiczb75ef852006-05-09 11:45:31 +020036076
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036077 * Removed the oftree.dts for stxxtx in light of the changes
36078 to the flat device tree handling code
36079 Patch by Matthew McClintock 26-June-2006
Marian Balakowiczb4853b72006-05-09 11:43:59 +020036080
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036081commit 1b380ec225665e73959677f3893dc658c5925e05
36082Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036083Date: Wed Jun 28 10:42:24 2006 -0500
Marian Balakowicz0c056f02006-05-09 11:37:13 +020036084
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036085 * Patch to modify ft_build.c to update flat device trees in place
36086 Patch by Matthew McClintock 26-June-2006
Marian Balakowicz483a0cf2006-05-09 11:28:36 +020036087
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036088commit 98a9c4d468a942a09ebe8979bec508017f3e4462
36089Author: Matthew McClintock <msm@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036090Date: Wed Jun 28 10:41:37 2006 -0500
Wolfgang Denkf149d862006-05-05 00:59:28 +020036091
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036092 * Modify bootm command to support booting with flat device trees
36093 Patch by Matthew McClintock 26-June-2006
Kumar Gala8fe9bf62006-04-20 13:45:32 -050036094
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036095commit da012ab661fd4ab169dd7b9b32201a4df62cf34a
36096Author: Jin Zhengxiong <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036097Date: Wed Jun 28 08:43:56 2006 -0500
Wolfgang Denk610cf362006-05-03 01:24:04 +020036098
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036099 Change Id to symbolic name for RTL8139
Ben Warrenb985b5d2006-10-26 14:38:25 -040036100
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036101 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkda4849f2006-05-03 01:04:58 +020036102
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036103commit bc09cf3c2bfb8d54c659cbb332f79d0950982fd0
36104Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036105Date: Tue Jun 27 18:12:10 2006 +0800
Wolfgang Denk983bebb2006-05-03 01:00:39 +020036106
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036107 Fix RTL8139 in big endian
Ben Warrenb985b5d2006-10-26 14:38:25 -040036108
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036109 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
36110 signed-off-by: Wei Zhang <wei.zhang@freescale.com>
Wolfgang Denk983bebb2006-05-03 01:00:39 +020036111
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036112commit fcfb9a57947fc203b99fe81ab0578f7286261f9f
36113Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036114Date: Tue Jun 27 18:12:23 2006 +0800
Wolfgang Denk8546e232006-05-02 00:11:25 +020036115
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036116 Fix Tsec bug when no link
Ben Warrenb985b5d2006-10-26 14:38:25 -040036117
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036118 When tftp a non-exist file from the tftp server, u-boot will check
36119 the link of all eth port. The original file will return wrong link
36120 state on the no link ports.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036121
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036122 signed-off-by: Jason Jin <Jason.Jin@freescale.com>
Wolfgang Denk3577d3a2006-04-28 21:24:32 +020036123
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036124commit bd22c2b97514fbfb0e03bd9c72b3445e4dbd57e2
36125Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036126Date: Tue Jun 27 18:12:02 2006 +0800
dzu@denx.de6ca24c62006-04-21 18:30:47 +020036127
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036128 Fix bug for io_bar size during pci scan
Ben Warrenb985b5d2006-10-26 14:38:25 -040036129
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036130 During the pci scan process, Some devices return bar_reponse with the
36131 highest bytes 0, such as the pci bridge in uli1575 return bar_response
36132 with 0xffffff, So the bar_size should be manually set under 64K.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036133
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036134 Signed-off-by: Jason Jin <jason.jin@freescale.com>
dzu@denx.dea367d422006-04-19 11:52:46 +020036135
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036136commit fa7db9c377bc2353a17bf1d381d65a6c418728f0
36137Author: Jin Zhengxiong-R64188 <Jason.Jin@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036138Date: Tue Jun 27 18:11:54 2006 +0800
Wolfgang Denk8419c012006-04-18 11:05:03 +020036139
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036140 Enable PCIE1 for MPC8641HPCN board
Ben Warrenb985b5d2006-10-26 14:38:25 -040036141
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036142 Signed-off-by: Jason Jin <Jason.jin@freescale.com>
Wolfgang Denkcf48eb92006-04-16 10:51:58 +020036143
Wolfgang Denk9986bc32007-08-12 21:34:50 +020036144commit 99d70e3a47affb9bae041a2caece7cd516e213b3
36145Author: Wolfgang Denk <wd@pollux.denx.de>
36146Date: Mon Jun 26 11:06:00 2006 +0200
36147
36148 More code cleanup
36149
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036150commit 684623ce92c5fd32e7db2d6e016945a67c5ffaba
36151Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036152Date: Thu Jun 22 08:51:46 2006 -0500
Wolfgang Denk27e166b2005-12-19 13:02:45 +010036153
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036154 Fix bug in 8641hpcn reset command with no args.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036155
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036156 Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
36157 Acked-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk27e166b2005-12-19 13:02:45 +010036158
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036159commit 8be429a5ddbf0ebe2d94174ba58fcfc7a24285dc
36160Author: Zhang Wei <wei.zhang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036161Date: Tue Jun 20 17:47:15 2006 +0800
Wolfgang Denkb81a4632006-04-13 16:35:22 +020036162
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036163 Reworked IRQ mapping in OF-tree.
Wolfgang Denkb28a31c2006-04-12 12:26:32 +020036164
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036165commit 0e4c2a17ca34001ed36d259f13cb88ada4611a8c
36166Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036167Date: Thu Jun 15 21:33:37 2006 -0500
Wolfgang Denkb28a31c2006-04-12 12:26:32 +020036168
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036169 Do not enable address translation on secondary CPUs.
36170 Do not set up BATs on secondary CPUs. Let Linux do the nasty.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036171
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036172 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkb28a31c2006-04-12 12:26:32 +020036173
Wolfgang Denk9986bc32007-08-12 21:34:50 +020036174commit 386eda022473394ad8f36b86f2bdc9b4cb816291
36175Author: Wolfgang Denk <wd@pollux.denx.de>
36176Date: Wed Jun 14 18:14:56 2006 +0200
36177
36178 Code cleanup
36179
36180commit 16c8d5e76ae0f78f39a60608574adfe0feb9cc70
36181Author: Wolfgang Denk <wd@pollux.denx.de>
36182Date: Wed Jun 14 17:45:53 2006 +0200
36183
36184 Various USB related patches
36185 - Add support for mpc8xx USB device.
36186 - Add support for Common Device Class - Abstract Control Model USB console.
36187 - Add support for flow control in USB slave devices.
36188 - Add support for switching between gserial and cdc_acm using environment.
36189 - Minor changes to usbdcore_omap1510.c usbdcore_omap1510.h
36190 - Update usbcore slightly to ease host enumeration.
36191 - Fix non-portable endian problems in usbdcore and usbdcore_ep0.
36192 - Add AdderUSB_config as a defconfig to enable usage of the USB console
36193 by default with the Adder87x U-Boot port.
36194 Patches by Bryan O'Donoghue <bodonoghue@codehermit.ie>, 29 May 2006
36195
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036196commit 8ecc971618f56029ad99d3516f8b297a6ed58971
36197Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036198Date: Wed Jun 7 10:53:55 2006 -0500
Wolfgang Denk5fbb2cd2006-04-06 11:35:18 +020036199
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036200 Fix a get_board_sys_clk() use-before-def warning.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036201
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036202 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roese2662b402006-04-01 13:41:03 +020036203
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036204commit d9bf4858fca5aa4d651b283270f77da72ebadfd5
36205Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036206Date: Wed Jun 7 10:52:49 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +020036207
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036208 Allow DTC path to be passed in.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036209
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036210 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Stefan Roese2662b402006-04-01 13:41:03 +020036211
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036212commit c83ae9ea6d93abbe751bf8a3396236a084e56f87
36213Author: Haiying Wang <haiying.wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036214Date: Tue Jun 6 16:54:29 2006 -0400
Stefan Roese2662b402006-04-01 13:41:03 +020036215
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036216 Modify the IRQ of DUART2
Stefan Roese2662b402006-04-01 13:41:03 +020036217
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036218commit c934f655f9aeca70a5c5f88b465d9e9d57a8d22e
36219Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036220Date: Wed May 31 13:55:35 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +020036221
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036222 Review cleanups.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036223
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036224 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese2662b402006-04-01 13:41:03 +020036225
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036226commit cb5965fb95b77a49f4e6af95248e0c849f4af03e
36227Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036228Date: Wed May 31 12:44:44 2006 -0500
Stefan Roese2662b402006-04-01 13:41:03 +020036229
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036230 White space cleanup.
36231 Some 80-column cleanups.
36232 Convert printf() to puts() where possible.
36233 Use #include "spd_sdram.h" as needed.
36234 Enhanced reset command usage message a bit.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036235
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036236 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +020036237
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036238commit 3d5c5be547445dd3bd2eb7368d80df03ea437970
36239Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036240Date: Wed May 31 11:39:34 2006 -0500
Stefan Roese35118532006-03-31 15:18:37 +020036241
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036242 Removed unneeded local_bus_init() from 8641HPCN board.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036243
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036244 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +020036245
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036246commit 4d3d729c16c392d2982d3266b659d333c927697d
36247Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036248Date: Wed May 31 11:24:28 2006 -0500
Stefan Roese35118532006-03-31 15:18:37 +020036249
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036250 Moved mpc8641hpcn_board_reset() out of cpu/ into board/.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036251
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036252 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Stefan Roese35118532006-03-31 15:18:37 +020036253
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036254commit b2a941de060350ad15878d8219825f4950e9bb8e
36255Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036256Date: Wed May 31 10:07:28 2006 -0500
Wolfgang Denkdb28ddb2006-04-03 15:46:10 +020036257
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036258 Remove dead debug code.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036259
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036260 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk534ff672006-04-01 15:52:46 +020036261
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036262commit 126aa70f10ba3d20e0a6f4d32328250513b77770
36263Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036264Date: Tue May 30 17:47:00 2006 -0500
Wolfgang Denk534ff672006-04-01 15:52:46 +020036265
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036266 Move mpc86xx PIXIS code to board directory
Ben Warrenb985b5d2006-10-26 14:38:25 -040036267
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036268 First cut at moving the PIXIS platform code out of
36269 the 86xx cpu directory and into board/mpc8641hpcn
36270 where it belongs.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036271
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036272 Signed-off-by: Jon Loeliger <jdl@freescale.com>
Wolfgang Denkd87080b2006-03-31 18:32:53 +020036273
Wolfgang Denk9986bc32007-08-12 21:34:50 +020036274commit ddf83a2fcef1a670c45fc585119dcc1fe062c4a9
36275Author: Markus Klotzbuecher <mk@denx.de>
36276Date: Tue May 30 16:56:14 2006 +0200
36277
36278 Support generic OHCI support for the s3c24x0 cpu.
36279
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036280commit 38cee12dcfcc257371c901c7e13e58ecab0a35d8
36281Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036282Date: Tue May 30 09:10:32 2006 -0500
Wolfgang Denkf6dbbe92006-03-25 18:42:54 +010036283
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036284 Improve "reset" command's interaction with watchdog.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036285
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036286 "reset altbank" will reset another bank WITHOUT watch dog timer enabled
36287 "reset altbank wd" will reset another bank WITH watch dog enabled
36288 "diswd" will disable watch dog after u-boot boots up successfully
Ben Warrenb985b5d2006-10-26 14:38:25 -040036289
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036290 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk05d8dce2006-03-23 17:10:30 +010036291
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036292commit 70205e5a6ddc8528b11db9eb4d3fa0209d9fce2a
36293Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036294Date: Tue May 30 08:51:19 2006 -0500
Wolfgang Denk5725f942006-03-21 01:58:07 +010036295
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036296 Fix two SDRAM setup bugs.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036297
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036298 Fix ECC setup bug.
36299 Enable 1T/2T based on number of DIMMs present.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036300
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036301 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk0b6ba542006-03-19 01:01:51 +010036302
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036303commit d11fec5015334deb2010e36ce00bb118cc5429a5
36304Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036305Date: Fri May 26 10:24:48 2006 -0500
Marian Balakowiczd326f4a2006-03-16 15:19:35 +010036306
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036307 Add first draft of the MPC8641HPCN doc/README.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036308
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036309 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz97f98002006-03-16 14:35:32 +010036310
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036311commit ed45d6c930b5939718a87ee12e25cf9a05978d4a
36312Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036313Date: Fri May 26 10:13:04 2006 -0500
Marian Balakowicz991425f2006-03-14 16:24:38 +010036314
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036315 Added pci@8000 block.
36316 Updated ethernet interrupt mappings (moved up 48).
36317 Cleaned up a few comments.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036318
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036319 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz4c8d1ec2006-03-14 16:23:35 +010036320
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036321commit 3033ebb20fd7c372c7bca3c9955a4692bb2240b7
36322Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036323Date: Fri May 26 10:01:16 2006 -0500
Marian Balakowicz61f25152006-03-14 16:14:48 +010036324
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036325 Allow args on reset command.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036326
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036327 Signed-off-by: Jon Loeliger <jdl@jdl.com>
Marian Balakowicz6d8ae5a2006-03-14 16:12:48 +010036328
Wolfgang Denk9986bc32007-08-12 21:34:50 +020036329commit 301f1aa384d0edcae6a22fd9adb933ad71695ecc
36330Author: Markus Klotzbuecher <mk@denx.de>
36331Date: Tue May 23 13:38:35 2006 +0200
36332
36333 Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
36334 fixes to the latter.
36335
36336commit 24e37645e7378b20fa8f20e2996c8fb8e90c70c9
36337Author: Markus Klotzbuecher <mk@denx.de>
36338Date: Tue May 23 10:33:11 2006 +0200
36339
36340 More cleanup for the delta board and the generic usb_ohci driver. Added
36341 CFG_USB_BOARD_INIT and CFG_USB_CPU_INIT for enabling board and cpu specific
36342 initialization and cleanup hooks respectively.
36343
36344commit 3e326ece9eba8184f5d48aa4fb87760a8f6f0f10
36345Author: Markus Klotzbuecher <mk@denx.de>
36346Date: Mon May 22 16:33:54 2006 +0200
36347
36348 This patch adds USB storage support for the delta board. This is the first
36349 board to make use of a generic OHCI driver, that calls hooks for board
36350 dependant initialization.
36351
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036352commit 14e37081ff3cac7ebe6e93836523429853b6b292
36353Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036354Date: Fri May 19 13:28:39 2006 -0500
Marian Balakowicze24e0f02006-03-14 16:03:46 +010036355
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036356 Change arbitration to round-robin for SMP linux.
Marian Balakowiczcd94ba32006-03-14 16:02:31 +010036357
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036358commit 9a655876e5995be80f49054e2509500e871e4d3a
36359Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036360Date: Fri May 19 13:26:34 2006 -0500
Marian Balakowicza7c66ad2006-03-14 16:01:25 +010036361
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036362 Enable dual DDR controllers and interleaving.
Marian Balakowicz6e53e272006-03-14 15:59:25 +010036363
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036364commit 586d1d5abd3e525f1e1d9b81e5a61a4da6b2fa3c
36365Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036366Date: Fri May 19 13:22:44 2006 -0500
Wolfgang Denk09e4b0c2006-03-17 11:42:53 +010036367
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036368 Update 86xx address map and LAWBARs.
Wolfgang Denkff7fefe2006-03-13 12:37:35 +010036369
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036370commit cccce5d0581bb0ba4602799a4b5112e58d1579cb
36371Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036372Date: Fri May 19 13:14:15 2006 -0500
Stefan Roese15940c92006-03-13 11:16:36 +010036373
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036374 Remove L2 Cache invalidate polling.
Stefan Roese15940c92006-03-13 11:16:36 +010036375
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036376commit f35ec68fb066cec0e36294bfe07dec2d4e8ad3a8
36377Author: Jon Loeliger <jdl@jdl.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036378Date: Fri May 19 12:33:09 2006 -0500
Stefan Roese15940c92006-03-13 11:16:36 +010036379
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036380 Enable 2nd CPU and I2C.
Stefan Roesef3fecfe2006-03-13 09:43:01 +010036381
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036382commit bf690dcb512d34c4fceec0eb1e5c0e88a9db5d54
36383Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036384Date: Mon May 15 07:26:56 2006 -0500
Stefan Roese9a7b4082006-03-13 09:42:28 +010036385
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036386 Update interrupt mapping.
Wolfgang Denk95515302006-03-13 01:00:22 +010036387
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036388commit 6cfea33477b04b63ed47386ed1629529484c33ba
36389Author: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036390Date: Wed May 10 09:38:06 2006 -0500
Wolfgang Denkc15f80e2006-03-13 00:50:48 +010036391
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036392 Remove unneeded INIT_RAM_LOCK cache twiddling.
36393 Correctly tracks r29 as global data pointer now.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036394
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036395 Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Wolfgang Denkb38dbd42006-03-13 00:46:05 +010036396
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036397commit d4dd317b58c126a2a7e73f4764ecc1a7c97f876c
36398Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036399Date: Wed May 10 09:33:07 2006 -0500
Wolfgang Denkf07217c2006-03-12 23:27:46 +010036400
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036401 Remove unnecessary flash.c file.
Wolfgang Denk84c960c2006-03-12 23:17:31 +010036402
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036403commit 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8
36404Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036405Date: Tue May 9 08:23:49 2006 -0500
Wolfgang Denk763b5f32006-03-12 23:13:27 +010036406
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036407 Get MPC8641HPCN flash images working.
Ben Warrenb985b5d2006-10-26 14:38:25 -040036408
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036409 Enable the CFI driver.
36410 Remove bogus LAWBAR7 cruft.
36411 Use correct TEXT_BASE, Fixup load script.
36412 Enable SPD EEPROM during DDR setup.
36413 Use generic RFC 1918 IP addresses by default.
Wolfgang Denkbe5048f2006-03-12 22:50:55 +010036414
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036415commit 5c9efb36a6b5431423f52888a0e3b4b515fe7eca
36416Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036417Date: Thu Apr 27 10:15:16 2006 -0500
Wolfgang Denkca273812006-03-12 22:45:47 +010036418
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036419 Cleanup whitespaces and style issues.
36420 Removed //-style comments.
36421 Use 80-column lines.
36422 Remove trailing whitespace.
36423 Remove dead code and debug cruft.
Wolfgang Denk8123eee2006-03-12 22:41:33 +010036424
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036425commit a2320a6bf8113a09544c42d160d10ac69d049a03
36426Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036427Date: Thu Apr 27 08:22:39 2006 -0500
Wolfgang Denk7c609082006-03-12 22:14:20 +010036428
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036429 Revert bad PCI prefetch limit change.
Kumar Gala86902b82006-01-12 19:51:38 -060036430
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036431commit debb7354d1ea4f694154818df5e5b523f5c1cc1d
36432Author: Jon Loeliger <jdl@freescale.com>
Wolfgang Denk2b2a40b2006-10-26 16:24:31 +020036433Date: Wed Apr 26 17:58:56 2006 -0500
Kumar Gala2688e2f2006-02-10 15:40:06 -060036434
Wolfgang Denk7c52c4b2006-10-24 21:35:55 +020036435 Initial support for MPC8641 HPCN board.